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
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to