GNOME Bugzilla – Bug 579098
make network status tracking work
Last modified: 2009-05-30 07:07:37 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.
Created attachment 132734 [details] [review] add res_init() call
Created attachment 135416 [details] [review] working patch Turns out we were listening on the wrong interface
*** Bug 565751 has been marked as a duplicate of this bug. ***
Patch applied to both master and gnome-2-26. Thanks for that, I really had no idea what was causing that bug.