error 1062 when starting distccd
Harig, Mark
maharig@idirect.net
Thu Jan 22 18:30:00 GMT 2004
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/
More information about the Cygwin
mailing list