From owner-freebsd-questions Wed Aug 7 06:44:22 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA21236 for questions-outgoing; Wed, 7 Aug 1996 06:44:22 -0700 (PDT) Received: from mail.EUnet.hu (mail.eunet.hu [193.225.28.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA21224 for ; Wed, 7 Aug 1996 06:44:17 -0700 (PDT) Received: by mail.EUnet.hu, id PAA18855; Wed, 7 Aug 1996 15:44:14 +0200 Received: by CoDe.CoDe.hu (NAA01627); Wed, 7 Aug 1996 13:35:45 GMT From: Gabor Zahemszky Message-Id: <199608071335.NAA01627@CoDe.CoDe.hu> Subject: Re: tcpwrapper logs To: freebsd-questions@freebsd.org Date: Wed, 7 Aug 1996 13:35:45 +0000 (GMT) Cc: richardc@csua.berkeley.edu In-Reply-To: from "Veggy Vinny" at Aug 7, 96 02:17:40 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > > On Wed, 7 Aug 1996, Khetan Gajjar wrote: > > > On Wed, 7 Aug 1996, Veggy Vinny wrote: > > > > > Hmmm, I meant I killed it with -9 and then type syslogd and it > > > just exits out a second later... > > > > Weird. I dunno what it is. > > I thought kill -HUP didn't work on syslogd. It's a bit annoying: >>>>> ... ``I kill -9'd, restarted, exited'' >>>> ... I don't know, but ... >>> ... I typed ``kill -9 ..., after it restarted, but it exited >> ... I dunno, but kill > ... I killed with KILL signal, restarted, exited . . . I don't know tcp-wrapper, but: a) so many daemons (init, inetd, etc) use SIGHUP to re-read their configuration files. So kill -HUP `cat /var/run/syslog.pid` isn't kill it, only send an alert: ``Read your files, something was changed!'' b) I think, tcpd makes it's pid file like this: ------------------------------------+ v open( PIDFILE, O_RDWR | O_CREAT | O_EXCL ); And because with kill -9, he/she/it hasn't any time to remove it, at next start, exiting. Try kill -9, remove /var/run/syslog.pid, and start it over. If it exits, sorry. -- Gabor Zahemszky -:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:-:- Earth is the cradle of human sense, but you can't stay in the cradle forever. Tsiolkovsky