From owner-freebsd-questions Fri Sep 13 09:58:17 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA02208 for questions-outgoing; Fri, 13 Sep 1996 09:58:17 -0700 (PDT) Received: from alaska.net (root@calvino.alaska.net [206.149.65.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA02203 for ; Fri, 13 Sep 1996 09:58:11 -0700 (PDT) Received: from hmmm.alaska.net by alaska.net (5.x/SMI-SVR4) id AA14791; Fri, 13 Sep 1996 08:58:00 -0800 Message-Id: <3239F50E.D6D@alaska.net> Date: Fri, 13 Sep 1996 16:58:06 -0700 From: hmmm X-Mailer: Mozilla 2.02 (Win16; I) Mime-Version: 1.0 To: freebsd-questions Subject: Re: user ppp References: <199609111808.SAA29287@gatekeeper.fsl.noaa.gov> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > i'm hacking user-ppp and i crash it alot ... how can i flush ppp > > from my system when it's running as a daemon? i'd like to restart > > ppp as a daemon after i crash it. flush, like in "down the toilet", like "gone", "history", "fin". like - now i'm free and clear to restart it! :) > I'm not sure what flush means in this context, but I think you want to > kill the /usr/sbin/ppp daemon process and then restart it, right? > ppp -auto -i- don't see a PID for PPP when started as a daemon (-auto) are you sure ? actually, httpd doesn't show either. i don't believe daemons have PIDs ... i'd like to know why daemons are special, ie, why can't they be binaries that can be started & stopped like any other process? please forgive me if i'm being ignorant!