qozmo x xx <[EMAIL PROTECTED]> writes:

> and when i run the ppp-on script:
> [foot@localhost ~]$ /etc/ppp/ppp-on
> /usr/sbin/pppd: device name cannot be overridden
> 
> here are the contents of my ppp-on script
...
> exec /usr/sbin/pppd debug lock modem crtscts /dev/ttyS2 38400 \
>       asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
>       noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT

Chech if you have a /etc/ppp/options file with a device name in it. In
that case, a non-privileged user cannot override this name (as you try
with the /dev/ttyS2 in your ppp-on script).
-- 
Harald Arnesen, Apall�kkveien 23 A, N-0956 Oslo, Norway

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to