On Thu, Nov 27, 2003 at 11:59:30PM -0500, H. S. wrote:<SNIP>
Here is what I get now:
{tmp}> pon dsl-provider
/usr/sbin/pppd: Can't open options file /etc/ppp/peers/dsl-provider: Permission denied
{tmp}> ls -l /etc/ppp/peers/dsl-provider
-rw------- 1 root root 1813 Nov 14 01:12 /etc/ppp/peers/dsl-provider
Am I supposed to change thepermission fo the above file manually?
->HS
Not sure about manually but on my system these files are set to root/dip with perms of 640. so as root do: chown root:dip /etc/ppp/peers/* chmod 640 /etc/ppp/peers/* Thats my suggestion. -Kev
Yes, this seems to be working fine. I had a couple of other files which had different permissions:
~# ls -l /etc/ppp/peers/
total 8
-rw------- 1 root root 1813 Nov 14 01:12 dsl-provider
-rw------- 1 root root 2141 Sep 16 15:13 dsl-provider.dpkg-dist
-rw------- 1 root dip 1782 Nov 9 21:51 dsl-provider_bk
-rw-r----- 1 root dip 579 Nov 9 16:03 provider
and I did the following to change as you had suggested:
~# chown root:dip /etc/ppp/peers/*
~# chmod 640 /etc/ppp/peers/*
~# ls -l /etc/ppp/peers/
total 8
-rw-r----- 1 root dip 1813 Nov 14 01:12 dsl-provider
-rw-r----- 1 root dip 2141 Sep 16 15:13 dsl-provider.dpkg-dist
-rw-r----- 1 root dip 1782 Nov 9 21:51 dsl-provider_bk
-rw-r----- 1 root dip 579 Nov 9 16:03 provider
Thanks a ton, ->HS
--
(Remove all underscores,_if any_, from my email address to get the correct one. Apologies for the inconvenience, but this is to reduce spam.)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]