On Sat, Jan 22, 2005 at 12:50:06PM +0100, Eduard Bloch wrote:
> I was looking for the reason of cfs failured and now I am puzzled. strace
> outputs the attached stuff. But nothing appears on the logs or on the command
> line. When I run that commands without start-stop-daemon, I can see the error
> message that helped to identify my nfs problem.

Hmm, yes.  It's start-stop-daemon with the option --background that
redirects fd 0, 1, and 2 to /dev/null before starting the daemon.
Having cfsd daemonize itself and start-stop-daemon not writing a pid
file would cause start-stop-daemon when running /etc/init.d/cfs stop
even more to be a hack than currently.  I'm not sure how to fix it?

Personally I consider the whole start-stop-daemon concept to be a hack,
and prefer to run the cfs service under supervision of the runit
package.  The package provides the service directory /etc/cfs for that.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to