Comment 2 for bug 918735

Revision history for this message
Arie Skliarouk (skliarie) wrote :

My suspicions proved wrong - I disabled ipv6 by doing following:
cat >/etc/sysctl.d/40-noipv6.conf <<ENDOFIPV6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
net.ipv6.conf.eth1.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.vboxnet0.disable_ipv6 = 1
ENDOFIPV6

.. and after reboot, the javaws still spends many minutes until I get the application's screen (if at all).

For what it worth, the application in question is IPMI as provided by SuperMicro daughterboards.