From owner-freebsd-questions Sat Dec 30 14:11:28 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA21199 for questions-outgoing; Sat, 30 Dec 1995 14:11:28 -0800 (PST) Received: from wedge.cc.utas.edu.au (wedge.cc.utas.edu.au [131.217.10.10]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA21192 for ; Sat, 30 Dec 1995 14:11:23 -0800 (PST) Received: (from cp_nairn@localhost) by wedge.cc.utas.edu.au (8.7.1/8.6.6) id JAA26009; Sun, 31 Dec 1995 09:11:12 +1100 (EST) Date: Sun, 31 Dec 1995 09:11:11 +1100 (EST) From: Carey Nairn To: Barry Masterson cc: Stephen Couchman , questions@freebsd.org Subject: Re: ijppp cannot talk to modem (/dev/cuaa1) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Sat, 30 Dec 1995, Barry Masterson wrote: > Stephen, > > I can now sympathise with your situation. In an attempt to run ppp > as a normal user, I've caused ppp to respond to all of my requests > of 'dial panix' 'set ?' 'show modem' with a "What?". > > Briefly, I copyed the ppp file to my home ~/bin directory. I could > 'su' & start ppp, but got the "what?" with every request. I also added > the /etc/ppp.* files to my home directory: ~/ppp/.ppp.* > > I've since removed all of those home~/bin & ~/ppp entries, and restored > everything back to its original setup. But even now as root, ppp still > responds to my requests with "what?". I've even recompiled ppp from > the /usr/src/usr.sbin/ppp files, but no luck. > > I should have left it alone. > sounds like you have a password set in ppp.secret ... if this is the case you will only have access to the "pass" and "quit" commands, anything else will respond with "what?" until you use the pass command to enter the password... Incidentally the password system is the only part of iijppp I find annoying, since it displays the password in plain text you have to type pass on the command line... anyway, I hope this helps.. cheers, Carey