Page 1 of 1

kppp error ?

Posted: 17 Jun 2012, 04:04
by linuxnobs
HELLO

when i want to internet using ver 1.2 rc2 I got the following error

the pppd daemon died

exit status: 2
see man ppd for an explanation

and in detail

can't open option files

etc/ppp/peers/kppp option
no such file or directory

and kpp diagnostic
unable to provide help

how do i find etc/ppp/peers/kppp ?

and sorry if this is not a bug
thank you
PS
in ver 1.1 i can go to internet no problem

sorry for google english

edit
THIS is pastebin from my ver 1.2 rc2
http://pastebin.com/E0YxHt8k
apakah ada short cut untuk screen shot ?

Re: kppp error ?

Posted: 18 Jun 2012, 03:38
by back2future
This is the error when trying kppp ( using rc2 )

ppp logfile
Jun 18 09:24:31 (none) pppd[2192]: Can't open options file /etc/ppp/peers/kppp-options: No such file or directory

is it a matter of creating the file/directories ???
and what shloud i write inside the file ???
sorry for a simple question.

Re: kppp error ?

Posted: 18 Jun 2012, 11:23
by brokenman
Please try to create the file:

Code: Select all

mkdir /etc/ppp/peers
echo noauth > /etc/ppp/peers/kppp-options
Not sure why this file isn't generated in latest kppp build. Let me know if this works and i will add the file in final release.