You could try the following alternatives to "cygrunsrv": Start distccd -
/usr/bin/distccd --daemon --nice 4 --log-file /var/log/distccd.log --pid-file /var/run/distccd.pid Stop distccd - if [ -f /var/run/distccd.pid ]; then kill -s SIGTERM $(cat /var/run/distccd.pid); fi You could either create a shell function or alias to reduce typing. > -----Original Message----- > From: Christian [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 22, 2004 9:51 AM > To: Gerrit P. Haase > Cc: Christian; cygwin > Subject: Re: error 1062 when starting distccd > > > Gerrit P. Haase schrieb: > > Hallo Christian, > > Hi Gerrit! > > > > > > >>I have read the docu and think, that i've installed the > distccd-service > >>in the right way. > > > > > >>When starting the service with "cygrunsrv.exe -S distccd", > the log says: > >>PID 672 : starting service `distccd' failed: execv: 0, No error. > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/