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 11:46:20 -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 i0MGkjrR020635 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:christian AT mobilcom DOT de] > 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/