From owner-freebsd-bugs Sat Jul 12 04:55:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA02781 for bugs-outgoing; Sat, 12 Jul 1997 04:55:31 -0700 (PDT) Received: from gate.lan.awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA02769 for ; Sat, 12 Jul 1997 04:55:25 -0700 (PDT) Received: from dev.lan.awfulhak.org (dev.lan.awfulhak.org [10.0.1.5]) by gate.lan.awfulhak.org (8.8.5/8.8.5) with ESMTP id MAA14513; Sat, 12 Jul 1997 12:12:59 +0100 (BST) Received: from dev.lan.awfulhak.org (localhost [127.0.0.1]) by dev.lan.awfulhak.org (8.8.6/8.8.6) with ESMTP id MAA07993; Sat, 12 Jul 1997 12:12:47 +0100 (BST) Message-Id: <199707121112.MAA07993@dev.lan.awfulhak.org> X-Mailer: exmh version 2.0delta 6/3/97 To: Nathan Dorfman cc: freebsd-bugs@FreeBSD.ORG Subject: Re: init won't HUP In-reply-to: Your message of "Sat, 01 Jan 1994 15:33:36 EST." <199401012033.PAA05874@limbo.senate.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 12 Jul 1997 12:12:47 +0100 From: Brian Somers Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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. The -detach option isn't really supported, and almost definitely isn't consistent. Use the -direct flag instead. The HUP behaviour of ppp has changed twice recently, it currently exits, but at one point it would just hang up the line. This is probably the version you've got :-( If you want to upgrade and don't use cvsup/ctm, you can get a working copy from http://www.freebsd.org/ ~brian/ppp-2.2-970701.tar.gz. -- Brian , Don't _EVER_ lose your sense of humour....