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

-- 
Opening dialogs, really slow
https://bugs.launchpad.net/bugs/365588
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to