[Bug 678650] New: suse 11.4 installer cannot install openSUSE without windows domain
https://bugzilla.novell.com/show_bug.cgi?id=678650 https://bugzilla.novell.com/show_bug.cgi?id=678650#c0 Summary: suse 11.4 installer cannot install openSUSE without windows domain Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: x86-64 OS/Version: SuSE Other Status: NEW Severity: Critical Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: mlg7@yandex.ru QAContact: jsrain@novell.com Found By: --- Blocker: --- Created an attachment (id=418672) --> (http://bugzilla.novell.com/attachment.cgi?id=418672) I cannot bypass that screen User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13 I am installing openSUSE 11.4 (just released) in the VirtualBox (network installation). Everything was ok until I got to the "Windows Domain Membership" screen. I do not want to join any Windows domain (by the way, it requires following specific guidelines about computer names, and I have not yet been asked for a computer name.) Anyway, I want to avoid entering a domain or workgroup, but it seems that it is not an option. When I press the "back" button, it goes to "automatic configuration" and back to the windows domain. I press "help" button, but it does not say anything useful. Reproducible: Always Steps to Reproduce: 1. Install openSUSE 2. At the Windows domain membership, do not provide any domain passwords (assume that you don't know any) 3. try to install SUSE without joining any windows domains Actual Results: The installer asks to provide a valid Windows domain name and a valid administrator password. I do not have any. Expected Results: Bypass Windows authorization, leaving all windows-related options unconfigured until I decide that I need Windows domain. I say it's critical because it prevents me from using SUSE. In fact, it hangs on that screen. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678650 https://bugzilla.novell.com/show_bug.cgi?id=678650#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |yast2-maintainers@suse.de |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678650 https://bugzilla.novell.com/show_bug.cgi?id=678650#c1 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |NEEDINFO CC| |jsuchome@novell.com InfoProvider| |locilka@novell.com AssignedTo|yast2-maintainers@suse.de |jsuchome@novell.com Severity|Critical |Major --- Comment #1 from Jiří Suchomel <jsuchome@novell.com> 2011-03-15 08:41:47 UTC --- Well, so why did you choose to configure Samba (Windows Domain Membership) when you don't want to do that? Yes, there's a bug here that the screen cannot be skipped:
When I press the "back" button, it goes to "automatic configuration" and back to the windows domain.
but that seems to be all. The first part (selected Samba, but do not want to use it) does not look like an error to me. Lukas, what do you think about that part of skipping interactive YaST module opened from automatic configuration? Looks like we do not have a solution for this... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678650 https://bugzilla.novell.com/show_bug.cgi?id=678650#c2 --- Comment #2 from Jiří Suchomel <jsuchome@novell.com> 2011-03-15 09:10:25 UTC --- (In reply to comment #1)
Lukas, what do you think about that part of skipping interactive YaST module opened from automatic configuration? Looks like we do not have a solution for this...
I think we could actually use Abort button to abort current step instead of aborting whole installation, but this seems like quite a big change... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678650 https://bugzilla.novell.com/show_bug.cgi?id=678650#c3 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|locilka@novell.com | --- Comment #3 from Lukas Ocilka <locilka@novell.com> 2011-03-16 08:06:18 UTC --- Looking at the code of inst_automatic_configuration.ycp script (part that calls all AC steps) revealed that AC doesn't care about return values from scripts that it calls. That means you should be able to abort a single step without aborting the whole installation/configuration. Logic of the configuration (required entries and workflow) belongs fully to a particular configuration step and it's not enforced by the installation which works only as a framework here. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678650 https://bugzilla.novell.com/show_bug.cgi?id=678650#c4 Jean-Daniel Dodin <jdd@dodin.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jdd@dodin.org --- Comment #4 from Jean-Daniel Dodin <jdd@dodin.org> 2011-03-16 08:25:57 UTC --- could you (the original poster) be a bit more specific about your config? I have installed 11.4 a lot, but never got this screen. Is your VirtualBox on a Windows Host? What Windows version if this is the case? thanks jdd -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678650 https://bugzilla.novell.com/show_bug.cgi?id=678650#c5 --- Comment #5 from Jiří Suchomel <jsuchome@novell.com> 2011-03-16 08:36:50 UTC --- (In reply to comment #3)
Looking at the code of inst_automatic_configuration.ycp script (part that calls all AC steps) revealed that AC doesn't care about return values from scripts that it calls. That means you should be able to abort a single step without aborting the whole installation/configuration.
Logic of the configuration (required entries and workflow) belongs fully to a particular configuration step and it's not enforced by the installation which works only as a framework here.
But this is not part of automatic configuration, it's interactive. And yes, aborting that module aborts whole installation. But I thought about simpler solution and I'll make it possible to abort/skip from the inst_user client module. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678650 https://bugzilla.novell.com/show_bug.cgi?id=678650#c6 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |mlg7@yandex.ru --- Comment #6 from Jiří Suchomel <jsuchome@novell.com> 2011-03-16 08:39:36 UTC --- (In reply to comment #4)
could you (the original poster) be a bit more specific about your config? I have installed 11.4 a lot, but never got this screen. Is your VirtualBox on a Windows Host? What Windows version if this is the case?
I don't think this is relevant. He just chose Windows Domain Membership in the first stage of installation but did not want to configure it at the time of its regular configuration. To me, this looks like an invalid scenario. Could you please confirm? However, I think we should make it possible to skip such step, but it's going to be fixed in Factory (after 11.4) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=678650 https://bugzilla.novell.com/show_bug.cgi?id=678650#c7 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|mlg7@yandex.ru | Resolution| |FIXED --- Comment #7 from Jiří Suchomel <jsuchome@novell.com> 2011-03-23 11:12:16 UTC --- OK, fixed for next release. Aborting during LDAP/Samba/NIS/Kerberos setup does not mean aborting of the installation. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com