Hi,<br><br>I have HBase installed on a a Ubuntu 11.04 box. It's having problems and they are due to the fact that ipv6 is enabled, the advice is to disable ipv6. The method of disabling appears to be adding the following three lines to sysctl.conf:<br>
<br>
<b style="background-color:#eeeeee"></b><b style="background-color:#eeeeee">net.ipv6.conf.all.disable_ipv6 = 1</b><br>
<b style="background-color:#eeeeee">net.ipv6.conf.default.disable_ipv6 = 1</b><br>
<b style="background-color:#eeeeee">net.ipv6.conf.lo.disable_ipv6 = 1<br><br></b>When I do this and reboot the machine it makes no difference. When I run sysctl -p I get the following messages:<br><br><b>error: "Operation not permitted" setting key "net.ipv6.conf.all.disable_ipv6"<br>
</b><b>error: "Operation not permitted" setting key "</b><b>net.ipv6.conf.default.disable_ipv6"<br></b><b>error: "Operation not permitted" setting key "</b><b>net.ipv6.conf.lo.disable_ipv6"<br>
</b><br>I've been searching on the web for other ways of disabling ipv6 without much luck, all direct me to files that don't exist on the system.<br><br>Regards,<br>Greg<br>