Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235573 - Hamachi init-script hangs up while starting
Summary: Hamachi init-script hangs up while starting
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-23 21:22 UTC by Kirill Elagin
Modified: 2008-09-11 15:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Elagin 2008-08-23 21:22:45 UTC
When using init-script to start hamachi it successfully logins and hangs up (script, not Hamachi).

Reproducible: Always

Steps to Reproduce:
1. /etc/init.d/hamachi start

Actual Results:  
Init-script hangs up

Expected Results:  
It had to start Hamachi and exit
Comment 1 Kirill Elagin 2008-08-23 21:26:46 UTC
I tried to understand why it happends. Well, I couldn't find out what goes wrong, but I found a solution.
I just added "sleep 1" after "/usr/bin/hamachi -c $CONFDIR login" and now it's ok.