(E-Mail Removed) writes:
>Hi,
> I have a strange problem with pppd. when i start pppd on ttyS0, the
>logout in /var/log/messages just is stopped after "pppd 2.4.4 started
>by root, uid 0".
>but if i start pppd on other serial device, it seems ok.
Set up debug logging
Put debug into /etc/ppp/options or options.ttyS0
Note that debugging is sent to the daemon:debug facility. So put
daemon.*;local2.* /var/log/debug
into /etc/syslog.cont
and then do
killall -1 syslogd
> Does anyone can help me? Thanks!
>Li Zhao