Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 1999 18:15:09 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Sheldon Hearn <sheldonh@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/inetd inetd.c 
Message-ID:  <25763.932573709@critter.freebsd.dk>
In-Reply-To: Your message of "Wed, 21 Jul 1999 09:09:46 PDT." <199907211609.JAA83525@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help

Sheldon,

There is another one you may want to look at, I have not figured it
out yet:

I try to start a ntpd from /etc/rc.local this way:

	nohup /usr/local/bin/ntpd -d -d > /usr/ntp/x.ntpd 2>&1 &

and it invariably ends up dead in a few seconds with:

	Jul 17 12:26:39 <ntp.notice> bogon ntpd[248]: ntpd exiting on signal 1

Poul-Henning

In message <199907211609.JAA83525@freefall.freebsd.org>, Sheldon Hearn writes:
>sheldonh    1999/07/21 09:09:45 PDT
>
>  Modified files:
>    usr.sbin/inetd       inetd.c 
>  Log:
>  Fix for the hosts_options(5) spawn option.
>  
>  Restore default SIGHUP, SIGCHLD and SIGALRM handlers in forked inetd
>  processes. This happens to work around the fact that hosts_access()
>  doesn't (but should) set SIG_IGN as the handler for SIGCHLD while it
>  handles the spawn option, but it would make sense even if that were
>  not true.

--
Poul-Henning Kamp             FreeBSD coreteam member
phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
FreeBSD -- It will take a long time before progress goes too far!


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25763.932573709>