Comment 9 for bug 365588

Revision history for this message
Brian Atkins (briansrapier) wrote :

Disabling IPV6 seems to fix the issue. It's built into the kernel instead of being a module in previous versions. Trying to disable it using sysctl.conf following the Ubuntu wiki won't work as the location of disable_ipv6 has moved.

Here is what I did:

Temp fix:
echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6

More permanent workaround:
# vi /etc/sysctl.conf

add:

net.ipv6.conf.all.disable_ipv6 = 1