Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Connect by ppp in a user account
Name: Android Date: January 25, 2002 at 19:00:21 Pacific
Comment:
Hi, I usually connect to my isp as root in the console, type ppp-go -c, wait untill it connects, exit root and log in as the user account I made, what I want to know is how to connect to my isp without being root since I cant connect if I'm not root and waste a lot of time when I could be in my user account and type ppp-go -c in the terminal. Any ideas people?
Name: nexus Date: January 28, 2002 at 00:52:20 Pacific
Reply:
To do what you want you need to ensure that the com port your modem is on is read/writable by a normal user 'chmod 666 /dev/'
Also the command pppd needs to be executed by root. So as root go to /usr/sbin (I think that is where pppd lives) and do 'chmod u+s pppd' that will execute teh command as if it had root priv.
Summary: i managed to add a user account, but it won't log in. everytime i try to log in it appears to reboot, soft of. it doesn't really reboot, just the screen goes black and then some log in host text ...
Summary: Shadowlight is actually confusing two methods. The first is to use sudo, the advantage is you don't have to fiddle with cdrecord, but you will have to learn how to use sudo (and possibly install it) T...
Summary: Oh, yeah, I have been doing that. That's why I was hoping for a way to lift some limits on a user account, so I don't have to do that all the time. Thanks anyway. My main concern is that I can't writ...