Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: error 1062 when starting distccd Date: Thu, 22 Jan 2004 12:38:58 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Harig, Mark" To: "Christian" , "Gerrit P. Haase" Cc: "cygwin" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i0MHdgHw002442 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/