Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Hamachi-init killed

  1. #1
    Join Date
    Aug 2009
    Beans
    3

    Question Hamachi-init killed

    I'm having issues with Hamachi. The makefile and the tuncfg work fine but whenever I run 'hamachi-init' the terminal prompt immediately follows up with 'killed' so I cannot start the process. I've tried running it as 'hamachi-init' and as 'sudo hamachi-init', both respond killed.

    System log shows this:
    Pid: 3530, comm: hamachi-init Tainted: G

    I can provide the full log detail if needed.

    help...

  2. #2
    Join Date
    Feb 2007
    Location
    Walla Walla, WA
    Beans
    17
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Hamachi-init killed

    I am also having the same issue running 9.10 all updates. Never had this problem pre-karmic. I'll post if I figure anything out, but I'm hoping someone else figures it out cause I don't think I will be able too.

  3. #3
    Join Date
    Sep 2009
    Beans
    1

    Re: Hamachi-init killed

    I have the same problem, using the Karmic alpha 5. Is there a good way to investigate what is really happening?

  4. #4
    Join Date
    Mar 2006
    Beans
    5

    Re: Hamachi-init killed

    And I can confirm this too with karmic fully updated to 13 Sep 2009.

  5. #5
    Join Date
    Jan 2008
    Location
    UK
    Beans
    1,783
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Hamachi-init killed

    Hi Guys

    Looks like someone needs to file a bug report: http://ubuntuforums.org/showthread.php?t=1011078

    Would do it myself but I don't use Hamachi

    If you're looking for Remote Desktop access then I use this: https://launchpad.net/remote-help-assistant
    Keep Ubuntu free! Donate any amount you like – just use the PayPal donation address donations@ubuntu.com

  6. #6
    Join Date
    Feb 2007
    Location
    Chicago
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Hamachi-init killed

    Can we file a bug report on a closed source software? Wont it be invalidated pretty much immediately?

  7. #7
    Join Date
    Jan 2008
    Location
    UK
    Beans
    1,783
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Hamachi-init killed

    Quote Originally Posted by musikgoat View Post
    Can we file a bug report on a closed source software? Wont it be invalidated pretty much immediately?
    You can file a bug report at any time in the lifecycle of a Ubu version.

    If it's not reported it will not get fixed. The devs do not look around forum posts for issues. Hence the bug report database.
    Keep Ubuntu free! Donate any amount you like – just use the PayPal donation address donations@ubuntu.com

  8. #8
    Join Date
    Oct 2007
    Beans
    36

    Re: Hamachi-init killed

    It is NOT a bug. Hamachi's binary is compressed with upx. You just need to uncompress it.

    Good Luck Guys

    note: /usr/bin is were hamachi's binary was on my computer.
    Code:
    sudo apt-get install upx-ucl
    cd /usr/bin
    sudo upx -d hamachi
                           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.

  9. #9
    Join Date
    Feb 2007
    Location
    Chicago
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Hamachi-init killed

    Sweet, that worked great!!

  10. #10
    Join Date
    Mar 2006
    Beans
    11

    Re: Hamachi-init killed

    Quote Originally Posted by curtlee2002 View Post
    It is NOT a bug. Hamachi's binary is compressed with upx. You just need to uncompress it.

    Good Luck Guys
    You are right, thanks.

    Does anybody know why is it necessary? (I remember installing it without this step).

    nachokb

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •