From owner-freebsd-questions Sun Jun 22 03:31:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA25790 for questions-outgoing; Sun, 22 Jun 1997 03:31:03 -0700 (PDT) Received: from homer.argo.net.au (homer.argo.net.au [203.25.160.155]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA25781 for ; Sun, 22 Jun 1997 03:30:55 -0700 (PDT) Received: from localhost (jasonm@localhost) by homer.argo.net.au (8.8.5/8.8.5) with SMTP id SAA07163 for ; Sun, 22 Jun 1997 18:25:14 +0800 (WST) Date: Sun, 22 Jun 1997 18:25:11 +0800 (WST) From: Jason McKay To: questions@freebsd.org Subject: PPP -direct Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Using PPP -direct i occur the following problem. A user logs in and types ppp at the csh prompt, this then executes ppp and allows the user to load some winsock software and use ppp. When a user drops carrier it exits ppp but doesn't exit the csh shell. Therefore leaving the user logged in, even though there is no one connected to the modem. Now, it doesn't look like a DTR modem problem, because if the user remains in shell and never loads ppp ... If they drop carrier everything is ok. This problem only happens in ppp. Any ideas? - Jason.