[Bug 293586] New: Test internet connection ...
https://bugzilla.novell.com/show_bug.cgi?id=293586 Summary: Test internet connection ... Product: openSUSE 10.3 Version: Alpha 6 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: mmeeks@novell.com QAContact: jsrain@novell.com Found By: --- I did an Alpha6 install (with media that checked perfectly), and got to the "Test internet Connection" dialog; I selected "No Skip This Test" (primarily because I have no connection [ yast2 should know that from earlier surely ? ] hit next, and I got an error dialog: "Error: No package source defined. [OK]" then it went on to the "User Authentication Method" screen: * can we not have that screen if there is no network connection. * can we not warn wrt. package sources if the user selects "Skip this test" -- 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=293586 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |yast2-maintainers@suse.de |screening@forge.provo.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=293586 Stefan Hundhammer <sh@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- 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=293586#c1 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |locilka@novell.com, kmachalkova@novell.com AssignedTo|locilka@novell.com |mzugec@novell.com --- Comment #1 from Lukas Ocilka <locilka@novell.com> 2007-08-01 10:58:11 MST --- Well, Alpha6 is broken in the way that installation sources/repositories are disabled in the second stage and can't be enabled by YaST. The error: "No package source defined." is not present (hopefully) in Alpha7. So, I'd close this as a duplicate (YaST is trying to initialize them but can't -> error report), but... About the network test: Yes, I think it could be skipped if no network was configured. -- 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=293586#c2 michal zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschnell@novell.com --- Comment #2 from michal zugec <mzugec@novell.com> 2007-08-07 01:03:59 MST --- *** Bug 50935 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=50935 -- 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=293586#c3 michal zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mmeeks@novell.com --- Comment #3 from michal zugec <mzugec@novell.com> 2007-08-07 02:12:04 MST ---
because I have no connection
What you mean by this? You have no network card or no plugged card? Before this dialog there is network proposal dialog. If ANY of your interface is proposed (default behavior) from YaST point of view you have at least one configured network device.
can we not have that screen if there is no network connection.
InternetTest dialog is skipped when there is no configured network device (this is already implemented) -- 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=293586#c4 --- Comment #4 from Michael Meeks <mmeeks@novell.com> 2007-08-07 02:31:32 MST --- no connection == "not connected to the internet" ;-) I have an ethernet card (or two) - but no cable between me & elsewhere. Hence, when I skip configuring that - it's surprising to me to get an "Error" afterwards :-) -- 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=293586#c5 michal zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|mmeeks@novell.com | --- Comment #5 from michal zugec <mzugec@novell.com> 2007-08-07 03:02:34 MST --- YaST shouldn't know that you're not connected to internet without internet test ;-) but if you have no cable (cat /sys/class/net/eth*/carrier return zeros) I can fix 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=293586#c6 --- Comment #6 from michal zugec <mzugec@novell.com> 2007-08-10 15:09:00 MST --- I think better idea is to check "Skip internet test" in case you have no connection but not skip this dialog -- 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=293586#c7 michal zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WORKSFORME --- Comment #7 from michal zugec <mzugec@novell.com> 2007-11-02 03:08:16 MST --- Sorry Michael, it works for me. When there is no configured device with carrier: for i in $(echo $(cd /etc/sysconfig/network/;ls ifcfg-*|grep -v lo)|sed s/ifcfg-/''/g);do cat /sys/class/net/$i/carrier;done then Internet test dialog is skipped If you mean connected and configured card without internet connection, YaST shouldn't know that without internet test ;-) -- 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=293586#c8 --- Comment #8 from Michael Meeks <mmeeks@novell.com> 2007-11-02 03:22:02 MST --- Michal, thanks for the test - if I can repeat it (as/when I next install) I will re-open :-) I'm glad we're testing for carrier. -- 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