Summary: | net-misc/hamachi init.d script does not start | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | blaek burgess <blakeburgess> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED WORKSFORME | ||
Severity: | major | CC: | andreiberceanu |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
blaek burgess
2008-03-30 11:20:36 UTC
(In reply to comment #0) > the hamachi script located in /etc/init.d/hamachi uses the start-stop-daemon > with the following command (to start) > > start-stop-daemon --quiet --start -c ${USER}\ > --exec /usr/bin/hamachi -- \ > -c $CONFDIR start &>${LOG} & > result=$? > > the issue is that start-stop-daemon uses the -c flag for its specify user, and > hamachi uses -c for its change config path. > > Reproducible: Always > > Steps to Reproduce: > 1. /etc/init.d/hamachi init > 2. /etc/init.d/hamachi start > Actual Results: > if run without --quiet and without &>${LOG} > > hamachi does not seem to be running - have you tried hamachi start? > > Expected Results: > started hamachi correctly > (In reply to comment #0) > the hamachi script located in /etc/init.d/hamachi uses the start-stop-daemon > with the following command (to start) > > start-stop-daemon --quiet --start -c ${USER}\ > --exec /usr/bin/hamachi -- \ > -c $CONFDIR start &>${LOG} & > result=$? > > the issue is that start-stop-daemon uses the -c flag for its specify user, and > hamachi uses -c for its change config path. > > Reproducible: Always > > Steps to Reproduce: > 1. /etc/init.d/hamachi init > 2. /etc/init.d/hamachi start > Actual Results: > if run without --quiet and without &>${LOG} > > hamachi does not seem to be running - have you tried hamachi start? > > Expected Results: > started hamachi correctly > i don't think it's the -c option the problem...the man page of start-stop-daemon states that the arguments after -- are passed unchanged to the program... so probably that's not the problem... unfortunately my gentoo machine is down atm, so i can't test anything, but i would guess that it has something to do with hamachi itself... have you tried to start it manually?... also check bug #218481(info added to postinst)... Whatever the problem was, this bug doesn't seem to be applicable anymore and should probably be closed. Can't reproduce the issue, feel free to reopen if you are able to reproduce it. |