Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401873 - net-misc/tinc-1.0.16 initscripts again missing a --pifile
Summary: net-misc/tinc-1.0.16 initscripts again missing a --pifile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-02-02 02:18 UTC by Victor
Modified: 2012-02-02 20:30 UTC (History)
0 users

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 Victor 2012-02-02 02:18:28 UTC
pidfile should be passed to BOTH start-stop-daemon and ticd
again:
start-stop-daemon --start --exec "${DAEMON}" --pidfile "${PIDFILE}" -- --net="${NETNAME}" "${LOG}" --pidfile "${PIDFILE}"

Reproducible: Always

Steps to Reproduce:
 # /etc/init.d/tincd.rkit_clients start
 * start-stop-daemon: did not create a valid pid in `/var/run/tinc.rkit_clients.pid'
 * ERROR: tincd.rkit_clients failed to start
 # ps -A | grep tincd
15030 ?        00:00:00 tincd
Comment 1 Anthony Basile gentoo-dev 2012-02-02 20:30:37 UTC
You could have just reopened the old bug because it was the same issue.  Please test tinc-1.0.16-r4.ebuild.

Reopen this bug if the pid file issue persists.