From owner-freebsd-bugs Fri Jul 11 15:26:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA06851 for bugs-outgoing; Fri, 11 Jul 1997 15:26:27 -0700 (PDT) Received: from bob.tri-lakes.net ([207.3.81.6]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA06840 for ; Fri, 11 Jul 1997 15:26:12 -0700 (PDT) Received: from [207.3.81.149] by bob.tri-lakes.net (NTMail 3.02.13) with ESMTP id xa225365 for ; Fri, 11 Jul 1997 17:25:47 -0500 Message-ID: <33C66CB5.41C67EA6@tri-lakes.net> Date: Fri, 11 Jul 1997 17:26:13 +0000 From: Chris Dillon X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2-STABLE i386) MIME-Version: 1.0 To: Nathan Dorfman CC: freebsd-bugs@FreeBSD.ORG Subject: Re: init won't HUP References: <199401012033.PAA05874@limbo.senate.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nathan Dorfman wrote: > > OK. I have a line in my /etc/ttys that keeps my ppp connection alive: > > cuaa3 "/usr/sbin/pppd -detach" unknown on insecure > > And I kill -HUP 1 and it starts running fine. The problem starts when I > want to turn it off. I tried kill -HUPing it after commenting the line out > and it will still start over and over again. I even tried removing the line > altogether and then kill -HUP, still it keeps spawning. I had the same problem when setting up HylaFAX and trying to put faxgetty in /etc/ttys. I ended up finally not messing with ttys and putting it in rc.local along with faxq, but i tried everything you did.. Remove the line, HUP init, kill faxgetty... HUP init AGAIN.. kill faxgetty AGAIN... all to no avail. Finally rebooted and it never popped up again.