Jes nothing is working but a patch:
http://patchwork.ozlabs.org/patch/24127/
and after that disable Ipv6 with :
sudo su -
echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
add :
ipv6.disable=1
To check if Ipv6 is disabled :
sudo ip a | grep inet6
If there is a output then Ipv6 is not disabled.
If you know how to patch the jaunty kernel please help me, from the next kernel is not necessary to patch, because the code is in the 2.6.29.2 tree. So the disable option in the /proc/sys/net/ipv6/conf/all/disable_ipv6 is normally working.
In the kernel tree from jaunty 2.6.28.2 (witch I have) this option is not working without the kernel patch I gave as first link.
There is also a guy who made a nasty, but I guess working, work around.
http://ubuntuforums.org/showpost.php...90&postcount=9
But this is not the best and most beautiful way.
Sow hope you or somebody else will help me out with the kernel patch thingy, I give you the patch link, please help me to patch!!!!