From owner-freebsd-questions Wed Jan 3 17:31:15 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA24392 for questions-outgoing; Wed, 3 Jan 1996 17:31:15 -0800 (PST) Received: from panix.com (panix.com [198.7.0.2]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA24371 for ; Wed, 3 Jan 1996 17:30:50 -0800 (PST) Received: (from jbarrm@localhost) by panix.com (8.7/8.7/PanixU1.3) id UAA28267; Wed, 3 Jan 1996 20:29:24 -0500 (EST) Date: Wed, 3 Jan 1996 20:29:23 -0500 (EST) From: Barry Masterson To: James Raynard cc: "freebsd.questions" Subject: Re: ppp from shell, & starting X In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Wed, 3 Jan 1996, James Raynard wrote: > > Question 2: Can I simply place the ppp files: [...] > > in my ~/home/bin directory, and expect it to run without any complaints. > > Possibly, but you really don't need to do this. Just start X as yourself > and then get a root xterm (type 'su -' at the command prompt in an xterm > and enter the root password when prompted). This will come in useful for > any other admin-related tasks you may need/wish to perform while running X. > > James That looks like a good solution. I'll give it a try. I did however fix most of the problems that I listed in that original letter. To start ppp from X, I "su" (for good luck), and cd to /usr/sbin, then: % ./ppp It works. The 'rtinit''wrong ifa' message I was getting when I first started ppp was solved by UnCommenting the 'ifconfig_lo0="inet localhost"' line in /etc/sysconfig. I don't remember just why I commented out that line originally, but with it now uncommented, I haven't gotten the 'rtinit' message, ( did get ' SIOCAIFADDR: file exists', but I'm not too worried about that one at the moment). Anyway, I can now startx after a ppp (text based shell) session without rebooting. UnCommenting that line solved a few problems and eliminated a few boot time error messages. Thanks for writing. Barry Masterson jbarrm@panix.com >--->--->--->--->---> FreeBSD 2.1.0 <---<---<---<---<---<