This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: error 1062 when starting distccd


Here is someone's solution that uses "cygrunsrv":

http://lists.samba.org/archive/distcc/2004q1/001960.html

> 
> 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.

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]