| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 |
| Subject: | RE: error 1062 when starting distccd |
| Date: | Thu, 22 Jan 2004 11:46:20 -0500 |
| Message-ID: | <BADF3C947A1BD54FBA75C70C241B0B9E90BBC5@ex02.co.idirect.net> |
| X-MS-Has-Attach: | |
| X-MS-TNEF-Correlator: | |
| From: | "Harig, Mark" <maharig AT idirect DOT net> |
| To: | "Christian" <christian AT mobilcom DOT de>, |
| "Gerrit P. Haase" <gerrit AT familiehaase DOT de> | |
| Cc: | "cygwin" <cygwin AT cygwin DOT com> |
| X-IsSubscribed: | yes |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |