Comment 16 for bug 1652525

Revision history for this message
Jordi Miralles (jmiralles) wrote :

Hi,

I actually needed another thing too for getting rid of all the references to the 8.8.8.8 DNS:

First:

tux@tuxedo:/var/log$ ss -psaux | grep 8.8.8.
u_str ESTAB 0 0 @/tmp/.X11-unix/X0 285858 * 284387
u_str ESTAB 0 0 * 284387 * 285858 users:(("iridium-browser",pid=20582,fd=98))

Action:

tux@tuxedo:/var/log$ dbus-cleanup-sockets

Result:

tux@tuxedo:/var/log$ ss -psaux | grep 8.8.8.
tux@tuxedo:/var/log$

I think this is related to that portion of code (but can't tell for sure, will need some comment here):

https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/openvpn/vivid/view/head:/src/openvpn/socket.c#L1473