View Full Version : pppd only as root. SHOWSTOPPER!
beauman
October 26th, 2008, 02:30 PM
https://bugs.launchpad.net/ubuntu/+source/gnome-ppp/+bug/289575
mindwarp
October 26th, 2008, 02:40 PM
How about doing an 'ls -la /usr/sbin/pppd' and paste it here
Eclipse.
October 26th, 2008, 03:35 PM
Nominated it for intrepid so it hopefully gets some attention.
glasen
October 26th, 2008, 04:05 PM
Your user must be in the group "dip" :
ls -l /usr/bin/pppd
-rwsr-xr-- 1 root dip 273064 2008-10-16 03:51 /usr/sbin/pppd
cat /etc/group | grep "dip" :
dip: x:30:glasen
beauman
October 26th, 2008, 05:00 PM
Ok, I opened "System"-->"Administration"-->"Users and Groups".
Under "Manage Groups", there is no group "dip".
So I created it and added my user. Then I rebooted.
That didn't work.
I also tagged the bug report with: intrepid ibex showstopper
lswb
October 26th, 2008, 05:14 PM
Looking at the same error messages posted in the bug report you linked to, it appears the only thing wrong is that pppd is not in the user's path, or at least not in the path that gnome-ppp is using. Try this in a terminal:
PATH=/usr/sbin:$PATH gnome-ppp
or, based on the error messages in the bug post,
"specify a "PPPD Path" option in wvdial.conf"
That would be referring to /etc/wvdial.conf See man wvdial for correct syntax for the path statement in wvdial.conf.
/usr/sbin really should be in the default path. The system wide default path is set in /etc/environment. Make sure that /usr/sbin is included, or add it to your .profile in your home directory
beauman
October 26th, 2008, 05:18 PM
cat /etc/group | grep "dip" :
dip: x:30:glasen
The group id really must be "30". Then it works.
I first tried "1001", the number the
"New group"-dialog proposed me.
The connection log still reports some problems:
--> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
--> --> PAP (Password Authentication Protocol) may be flaky.
--> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
But it works now.
yo@LosBastardos:~$ which pppd
/usr/sbin/pppd
Friendly regards,
beauman
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.