Hi, I'm having a similar issue with kppp and pppd under sarge... maybe both issues have the same origin?? I hope an other debian/kde user can provide us the correct answers.
At first I found out that the actual owner of kppp, e.g. the user of the dail up connection, must be set using the folowing: # This removes the kppp symbolic link # that you are calling to when you run kppp from the menu. rm /usr/bin/kppp -->> acualy now my kppp is not working # Now use the link command (ln) to create a fresh link to the real KPPP # located in /usr/sbin ln -s /usr/sbin/kppp /usr/bin/kppp -->> seems to not work properly # Finally, change the permissions of the real KPPP by typing chmod 1001 /usr/bin/kppp -->> looks like this does the job, kppp can be used by user 1001 BUT.... :-( We do get a connection with the provider by dailing in, but then kppp wants to 'connect' to pppd. pppd is installed, and works fine, but with user root! Can anyone help us out, I have the following questions: Is the approach of setting ownership the correct one? As in: rm /usr/bin/kppp ln -s /usr/sbin/kppp /usr/bin/kppp chmod 1001 /usr/bin/kppp Because only the last command seems to have any positive effect. And should this be done for pppd to?? Because the issue Alexei describes gives me the idea that maybe a same issue is with my pppd. Tx in advance, with kind regards, Willem. On Wednesday 28 December 2005 08:50, Alexei Chetroi wrote: > On Tue, Dec 27, 2005 at 07:57:12PM +0100, martin f krafft wrote: > > Date: Tue, 27 Dec 2005 19:57:12 +0100 (CET) > > From: martin f krafft <[EMAIL PROTECTED]> > > To: debian-user@lists.debian.org > > Subject: failing to connect with PPP in austria > > > > sorry to ask for your time, maybe someone can help. I am in Austria and > > cannot connect to AON anymore. The credentials are right, but pppd cannot > > authenticate, exiting with the error "No auth is possible". I think it > > may be because they expect CHAP, but even adding my credentials to > > chap-secrets does not work. Same error. Also, specifying 'asyncmap 0' > > does not help. > > Could you post pppd output with debug switched on? > > -- > > Smile... Tomorrow will be worse. (c) Murphy's Law -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]