Date: Sat, 12 Jul 1997 12:12:47 +0100 From: Brian Somers <brian@awfulhak.org> To: Nathan Dorfman <nathan@senate.org> Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: init won't HUP Message-ID: <199707121112.MAA07993@dev.lan.awfulhak.org> In-Reply-To: Your message of "Sat, 01 Jan 1994 15:33:36 EST." <199401012033.PAA05874@limbo.senate.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 <brian@awfulhak.org>, <brian@freebsd.org> <http://www.awfulhak.org> Don't _EVER_ lose your sense of humour....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707121112.MAA07993>