[Bug 487566] New: An error has occured while calling 'remote_proposal' AC script
https://bugzilla.novell.com/show_bug.cgi?id=487566 User rastislav.krupansky@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=487566#c20 Summary: An error has occured while calling 'remote_proposal' AC script Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: x86 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: rastislav.krupansky@gmail.com QAContact: jsrain@novell.com Found By: --- Created an attachment (id=281055) --> (https://bugzilla.novell.com/attachment.cgi?id=281055) snapshot User-Agent: Mozilla/5.0 (X11; U; Linux i686; sk; rv:1.9.0.7) Gecko/2009022800 SUSE/3.0.7-1.1.6 Firefox/3.0.7 KDE4 Live CD, build #20. I obtained installation error during installation in automatic configuration. Media check says medium is ok. Previous build #18 went without issues. Attached snapshot and yast logs. Reproducible: Always Steps to Reproduce: 1.installation from KDE4 live cd 2. 3. Actual Results: installation with errors Expected Results: installation without errors -- 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=487566 User rastislav.krupansky@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=487566#c1 --- Comment #1 from Rastislav Krupansky <rastislav.krupansky@gmail.com> 2009-03-21 04:27:18 MST --- Created an attachment (id=281057) --> (https://bugzilla.novell.com/attachment.cgi?id=281057) yast logs -- 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=487566 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- 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=487566 Hubert Mantel <mantel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mantel@novell.com AssignedTo|yast2-maintainers@suse.de |locilka@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=487566 User locilka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=487566#c2 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kmachalkova@novell.com, | |locilka@novell.com AssignedTo|locilka@novell.com |mzugec@novell.com --- Comment #2 from Lukas Ocilka <locilka@novell.com> 2009-03-27 05:28:22 MST --- This is actually a different one (see 2009-03-20 22:16:53): clients/inst_automatic_configuration.ycp:259 Calling script modem_proposal MakeProposal clients/modem_proposal.ycp:95 Modem proposal finished network/routines.ycp:273 Script modem_proposal returned $["preformatted_proposal":"<ul><li>Not detected.</li></ul>", "warning":nil, "warning_level":nil] clients/inst_automatic_configuration.ycp:259 Calling script remote_proposal MakeProposal clients/inst_automatic_configuration.ycp:199 There is no Wizard dialog open! Creating one... [qt-ui] YQUI.cc(qMessageHandler):705 <libqt-debug> Registering QFrame(0x9987940, name = "steps") for parent YQWizard(0x99d67d0, name = "wizard") Modem proposal closes the Qt Wizard. -- 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=487566 User kmachalkova@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=487566#c3 Katarina Machalkova <kmachalkova@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Katarina Machalkova <kmachalkova@novell.com> 2009-03-27 06:32:31 MST --- It's all your fault! :) :D 46138 locilka if (! GetInstArgs::automatic_configuration()) 46138 locilka /* Popup text */ 46138 locilka BusyPopup(_("Detecting modems...")); 20958 mvidner boolean progress_orig = Progress::set (false); 2504 msvec Modem::Read(); 20958 mvidner // no Modem::Propose () ? 46138 locilka if (! GetInstArgs::automatic_configuration()) 46138 locilka Progress::set (progress_orig); 7380 msvec BusyPopupClose(); You left BusyPopupClose() outside the "if non-automatic configuration" branch, so it is called always. Anyway, fixed in svn (will be in yast2-notwork 2.18.25) -- 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