https://bugzilla.novell.com/show_bug.cgi?id=442613
Summary: kupdateapplet: Does not notice that system is online Product: openSUSE 11.1 Version: Beta4 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: aj@novell.com QAContact: qa@suse.de Found By: ---
I'm connected via wlan using NetworkManager to the Internet but kupdateapplet tells me: "Unable to check whether updates are available. Please connect to the internet."
https://bugzilla.novell.com/show_bug.cgi?id=442613
Ján Kupec jkupec@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|zypp-maintainers@forge.provo.novell.com |tgoettlicher@novell.com
https://bugzilla.novell.com/show_bug.cgi?id=442613
User dmacvicar@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=442613#c1
Duncan Mac-Vicar dmacvicar@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wstephenson@novell.com, dmacvicar@novell.com, | |stbinner@novell.com
--- Comment #1 from Duncan Mac-Vicar dmacvicar@novell.com 2008-11-07 04:20:22 MST --- This may be a Solid bug.
https://bugzilla.novell.com/show_bug.cgi?id=442613
User tgoettlicher@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=442613#c2
--- Comment #2 from Thomas Göttlicher tgoettlicher@novell.com 2008-11-07 04:23:28 MST --- I use kde-solid to check whether network is connected:
if ( Solid::Networking::status() != Solid::Networking::Connected && Solid::Networking::status() != Solid::Networking::Unknown ) => no_network_connection
https://bugzilla.novell.com/show_bug.cgi?id=442613
User tgoettlicher@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=442613#c3
Thomas Göttlicher tgoettlicher@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|tgoettlicher@novell.com |kde-maintainers@suse.de
--- Comment #3 from Thomas Göttlicher tgoettlicher@novell.com 2008-11-07 04:35:36 MST --- It works with wired connections on my test machines. Perhaps a bug in solid with wireless connections. Reassigning to kde-maintainers.
https://bugzilla.novell.com/show_bug.cgi?id=442613
Stephan Binner stbinner@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kde-maintainers@suse.de |wstephenson@novell.com Priority|P5 - None |P2 - High
https://bugzilla.novell.com/show_bug.cgi?id=442613
User wstephenson@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=442613#c4
--- Comment #4 from Will Stephenson wstephenson@novell.com 2008-12-01 09:05:22 MST --- Created an attachment (id=257002) --> (https://bugzilla.novell.com/attachment.cgi?id=257002) testcase
This testcase should tell you if it's Solid at fault.
https://bugzilla.novell.com/show_bug.cgi?id=442613
User wstephenson@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=442613#c5
--- Comment #5 from Will Stephenson wstephenson@novell.com 2008-12-01 09:05:43 MST --- Created an attachment (id=257003) --> (https://bugzilla.novell.com/attachment.cgi?id=257003) cmakelists.txt for testcae
https://bugzilla.novell.com/show_bug.cgi?id=442613
User wstephenson@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=442613#c6
Will Stephenson wstephenson@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |aj@novell.com
--- Comment #6 from Will Stephenson wstephenson@novell.com 2008-12-01 09:07:49 MST --- zypper in libkde4-devel; mkdir build; cmake ..; make; ./solidtest
Please check if the testcase returns true
https://bugzilla.novell.com/show_bug.cgi?id=442613
User aj@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=442613#c7
--- Comment #7 from Andreas Jaeger aj@novell.com 2008-12-02 06:39:59 MST --- It's not always reproduceable, I'll try next time.
https://bugzilla.novell.com/show_bug.cgi?id=442613
User aj@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=442613#c8
Andreas Jaeger aj@novell.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|aj@novell.com | Resolution| |WORKSFORME
--- Comment #8 from Andreas Jaeger aj@novell.com 2008-12-04 12:36:37 MST --- I cannot reproduce this anymore with RC2.
Let's mark it as WORKSFORME - I'll reopen once it fails again...