After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 579098 - make network status tracking work
make network status tracking work
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: gweather
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
: 565751 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-04-15 22:57 UTC by Matthias Clasen
Modified: 2009-05-30 07:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add res_init() call (897 bytes, patch)
2009-04-15 23:00 UTC, Matthias Clasen
none Details | Review
working patch (1.27 KB, patch)
2009-05-27 01:08 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2009-04-15 22:57:58 UTC
Turns out that glibc is playing stupid here, and we need to call res_init ()
ourselves, or we continue to get transport errors from libsoup, even after
going online.
Comment 1 Matthias Clasen 2009-04-15 23:00:06 UTC
Created attachment 132734 [details] [review]
add res_init() call
Comment 2 Matthias Clasen 2009-05-27 01:08:14 UTC
Created attachment 135416 [details] [review]
working patch

Turns out we were listening on the wrong interface
Comment 3 Callum McKenzie 2009-05-30 07:04:05 UTC
*** Bug 565751 has been marked as a duplicate of this bug. ***
Comment 4 Callum McKenzie 2009-05-30 07:07:37 UTC
Patch applied to both master and gnome-2-26. Thanks for that, I really had no idea what was causing that bug.