Summary: | /etc/init.d/distccd should use --exec and not --startas | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Xake <kanelxake> |
Component: | New packages | Assignee: | Lisa Seelye (RETIRED) <lisa> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Xake
2007-04-21 22:38:24 UTC
Ping? Still an issue for me... Please provide emerge --info output as well as any error messages. This is strange. As I was going to reproduce to get the errormessage (I have had this problem on at least 3 diffrent machines) it just works on them. Could be related to baselayout-2.0.0_beta4. Closes as WORKSFORME. On a side not: can you please add the diff to the init script? It will remove the following message during boot: * Starting distccd ... distccd[13380] (dcc_should_be_inetd) stdin is a tty; assuming --daemon mode --- distccd.old 2007-07-29 16:23:56.000000000 +0200 +++ distccd 2007-07-29 16:24:03.000000000 +0200 @@ -15,7 +15,7 @@ PATH="$(gcc-config --get-bin-path):${PATH}" \ /sbin/start-stop-daemon --start --quiet --startas ${DISTCCD_EXEC} \ --pidfile ${DISTCCD_PIDFILE} -- \ - --pid-file ${DISTCCD_PIDFILE} -N ${DISTCCD_NICE} --user distcc \ + --pid-file ${DISTCCD_PIDFILE} -N ${DISTCCD_NICE} --user distcc --daemon \ ${DISTCCD_OPTS} eend $? |