I have Hamachi installed on Jaunty successfully by following this article, but having error when trying to make the same on Karmic.
Step 17 failed simple with “Killed” message when I put the command
$ sudo hamachi-init -c /etc/hamachi
After googling around, I found out this posts, it solved my problem, so I put it here for those who are struggling with the Hamachi installation on Karmic. Sum it up, you need to do these before proceeding to step 17:
sudo apt-get install upx-ucl
cd /usr/bin
sudo upx -d hamachi
You will get like this
Ultimate Packer for eXecutables
Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007
UPX 3.01 Markus Oberhumer, Laszlo Molnar & John Reiser Jul 31st 2007
File size Ratio Format Name
——————– —— ———– ———–
830676 <- 331144 39.86% linux/386 hamachi
Unpacked 1 file.
Now continue your installation with step 17, everything will be fine!


