I'm ready to give up... (+)

No matter what I do I have the same report:

Apr 22 22:18:31 sauron syslogd: restart
Apr 22 22:21:36 localhost pppd[364]: Could not set session: Operation not
permitted
Apr 22 22:21:36 localhost pppd[364]: pppd 2.3.5 started by System, uid 0
Apr 22 22:21:36 localhost pppd[364]: Using interface vp0
Apr 22 22:21:36 localhost pppd[364]: Connect: vp0 <–> //2/dev/ser1
Apr 22 22:21:36 localhost pppd[364]: sent [LCP ConfReq id=0x1
<magic 0x866a235a> ]
Apr 22 22:21:36 localhost pppd[364]: rcvd [LCP ConfReq id=0x2 <asyncmap
0xa0000> <magic 0xc7d109e> <callback 0x600>]
Apr 22 22:21:36 localhost pppd[364]: sent [LCP ConfRej id=0x2 <callback
0x623>]
Apr 22 22:21:36 localhost pppd[364]: rcvd [LCP ConfAck id=0x1
<magic 0x866a235a> ]
Apr 22 22:21:36 localhost pppd[364]: rcvd [LCP ConfReq id=0x3 <asyncmap
0xa0000> <magic 0xc7d109e> ]
Apr 22 22:21:36 localhost pppd[364]: sent [LCP ConfAck id=0x3 <asyncmap
0xa0000> <magic 0xc7d109e> ]
Apr 22 22:21:36 localhost pppd[364]: rcvd [PAP AuthReq id=0x1 user=“guest”
password=“guest”]
Apr 22 22:21:36 localhost pppd[364]: PAP authentication failure for guest
Apr 22 22:21:36 localhost pppd[364]: sent [PAP AuthNak id=0x1 “Login
incorrect”]
Apr 22 22:21:36 localhost pppd[364]: sent [LCP TermReq id=0x2
“Authentication failed”]
Apr 22 22:21:36 localhost pppd[364]: rcvd [LCP TermAck id=0x2]
Apr 22 22:21:36 localhost pppd[364]: Connection terminated.
Apr 22 22:21:37 localhost pppd[364]: Exit.

I’ve tryed to make /etc/ppp/pap-secrets to look like this:
guest * “”

Even this fails!

I’ve tryed to use pppd v2.3.0 from tcpip v4.25D security patch A it does
not even start under Tcpip v5.0A…

Currently my /etc/ppp/opions is:
debug
192.168.255.2:
auth
login


I’m desperate!
Please comment.

Tony.

Tony wrote:

No matter what I do I have the same report:

Apr 22 22:21:36 localhost pppd[364]: Could not set session: Operation not
permitted

So apparently pppd does not run as root.

pcomp> ] Apr 22 22:21:36 localhost pppd[364]: rcvd [PAP AuthReq
id=0x1 user=“guest” password=“guest”] Apr 22 22:21:36 localhost
pppd[364]: PAP authentication failure for guest Apr 22 22:21:36
localhost pppd[364]: sent [PAP AuthNak id=0x1 “Login incorrect”] Apr 22

It seems that either pppd cannot access /etc/shadow, or you
don’t have a user “guest” with password “guest” configured.

HTH
Cheers
Anders

On Mon, 26 Apr 2004 00:52:46 +0200, Anders Larsen <al@alarsen.net> wrote:

Tony wrote:
No matter what I do I have the same report:
Apr 22 22:21:36 localhost pppd[364]: Could not set session: Operation
not permitted

So apparently pppd does not run as root.
But on the next line it logs:

Apr 22 22:21:36 localhost pppd[364]: pppd 2.3.5 started by System, uid 0

Strange if being uid 0 is not having the root’s privileges…
I’d like to know too what that “session” that it could not set.

pcomp> ] Apr 22 22:21:36 localhost pppd[364]: rcvd [PAP AuthReq
id=0x1 user=“guest” password=“guest”] Apr 22 22:21:36 localhost
pppd[364]: PAP authentication failure for guest Apr 22 22:21:36
localhost pppd[364]: sent [PAP AuthNak id=0x1 “Login incorrect”] Apr 22

It seems that either pppd cannot access /etc/shadow, or you
don’t have a user “guest” with password “guest” configured.
I do have the “guest” account in the database.

login: guest, password: guest

Tony.