<?php
include "/home/vhosts/crusher.dk/common.inc.php";

page_header("CrusherLand: Debian/squeeze and Sun Java plugin");
page_open();
?>
<h1>Java on Debian/testing (squeeze)</h1>
<p>Unfortunally, a quite annoying default has been introduced in Debian/squeeze that breaks the Sun Plugin - this can easily be fixed with:</p>
<pre>
sudo sed -i 's/net.ipv6.bindv6only\ =\ 1/net.ipv6.bindv6only\ =\ 0/' \
> /etc/sysctl.d/bindv6only.conf && sudo invoke-rc.d procps restart
</pre>
<p>Documented in Debian Bug report logs - #560044
net.ipv6.bindv6only=1 breaks java networking<br>
<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560044">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560044</a></p>


<?php
page_close("2010-10-02");
?>

