Ok, found a fix on this website http://ubuntuforums.org/archive/index.php/t-1241784.html. According to this the Hamachi binary is compressed with upx and needs to be uncompressed. Not sure why this is different from 9.04 to 9.10 but so far it worked for me. here are the steps I had to add to my install of hamachi.
sudo make install sudo tuncfg sudo apt-get install upx-u cd /usr/bin sudo upx -d hamachi sudo hamachi-init -c /etc/hamachi ****rest of the hamachi install -- BUG: unable to handle kernel NULL pointer dereference at 00000040 https://bugs.launchpad.net/bugs/437858 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
