From owner-freebsd-questions Thu May 14 15:46:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00725 for freebsd-questions-outgoing; Thu, 14 May 1998 15:46:45 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00713 for ; Thu, 14 May 1998 15:46:40 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id SAA05279 for ; Thu, 14 May 1998 18:46:42 -0400 (EDT) Received: from derby.jsp.umontreal.ca (derby.jsp.umontreal.ca [132.204.46.26]) by epsom.jsp.umontreal.ca via ESMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id SAA22867 for ; Thu, 14 May 1998 18:46:45 -0400 Received: from localhost (beaupran@localhost) by derby.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id SAA17740 for ; Thu, 14 May 1998 18:46:42 -0400 X-Authentication-Warning: derby.jsp.umontreal.ca: beaupran owned process doing -bs Date: Thu, 14 May 1998 18:46:42 -0400 (EDT) From: BEAUPRE Antoine To: freebsd-questions Subject: PPP curious behaviours Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. Since I get my ppp connection up, user ppp is causing me some problems... I already posted some questions about these but got no or answers rather out of range. When I boot up, I get a ppp daemon running in bkgnd. (ppp -auto provider) Now, it's working fine alright, and I can use other comm software until I awake ppp for the first time (via lynx or ftp, or ...). After ppp is awaken, I can't get it to let the line loose. Sometimes it's starting without reasons, sometimes just after I disconnect it, always when I start Pine, not when I use mail, sometimes when I start minicom... (nice little song uuh?:) When I use minicom, ppp tries to connect, and minicom can't do nothing but watch text pass by and ppp shouting. Shouldn't minicom get a lock on the modem or something like this? Pine is another bug. I haven't set it to check mail on the remote (I use fetchmail) specially cause I wanted to read my mail without getting on the phone line... What's causing this? I have a disconnect script to shut up ppp, and it's doing its job. When I use it, I hear the modem hanging up. It looks like this: ------------------------------------------------------ #! /bin/sh # Disconnects from the internet exec /usr/local/bin/fetchmail --quit exec pppctl /var/run/internet set timeout 300\; close ------------------------------------------------------- I think I've found this in the handbook. The fetchmail stuff is my adding. I got to kill the ppp daemon via top in order to free my phone line. This is extremely bugging, any suggestion is welcome. Thank you!!! +-----------------------------------+ | Free the world from businessmen | | Free yourself from your money | +-----------------------------------+ Free the web. Spidey visit: http://www.JSP.UMontreal.CA/~beaupran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message