Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Patrick Kessen on October 11, 1999, 09:27:49 PM
-
Hi all,
this is a part from the messages logfile, I see some errors with the sl0 interface which I don't understand.
ppp is being used to connect to my ISP. Why is ifconfig sl0 used?
Also I see an error about the module ppp-compress that can't be located. Will this be fixed?
Oct 10 07:00:01 inetgw diald[353]: Running connect (pid = 3975).
Oct 10 07:00:01 inetgw chat[3975]: abort on (BUSY)
Oct 10 07:00:01 inetgw chat[3975]: abort on (ERROR)
Oct 10 07:00:01 inetgw chat[3975]: abort on (NO CARRIER)
Oct 10 07:00:01 inetgw chat[3975]: abort on (NO DIALTONE)
Oct 10 07:00:01 inetgw chat[3975]: abort on (Invalid Login)
Oct 10 07:00:01 inetgw chat[3975]: abort on (Login incorrect)
Oct 10 07:00:01 inetgw chat[3975]: send (ATZ^M)
Oct 10 07:00:01 inetgw chat[3975]: expect (OK)
Oct 10 07:00:01 inetgw chat[3975]: ATZ^M^M
Oct 10 07:00:01 inetgw chat[3975]: OK
Oct 10 07:00:01 inetgw chat[3975]: -- got it
Oct 10 07:00:01 inetgw chat[3975]: send (ATL0M0DT7001234^M)
Oct 10 07:00:02 inetgw chat[3975]: expect (CONNECT)
Oct 10 07:00:02 inetgw chat[3975]: ^M
Oct 10 07:00:19 inetgw chat[3975]: ATL0M0DT7001234^M^M
Oct 10 07:00:19 inetgw chat[3975]: CONNECT
Oct 10 07:00:19 inetgw chat[3975]: -- got it
Oct 10 07:00:19 inetgw chat[3975]: send (^M)
Oct 10 07:00:19 inetgw diald[353]: Running pppd (pid = 3976).
Oct 10 07:00:20 inetgw kernel: PPP: version 2.3.7 (demand dialling)
Oct 10 07:00:20 inetgw kernel: PPP line discipline registered.
Oct 10 07:00:20 inetgw pppd[3976]: pppd 2.3.7 started by root, uid 0
Oct 10 07:00:20 inetgw pppd[3976]: Using interface ppp0
Oct 10 07:00:20 inetgw pppd[3976]: Connect: ppp0 <--> /dev/ttyS0
Oct 10 07:00:20 inetgw kernel: registered device ppp0
Oct 10 07:00:21 inetgw pppd[3976]: Remote message: ^D^EM-t^B^F
Oct 10 07:00:21 inetgw modprobe: can't locate module ppp-compress-21
Oct 10 07:00:21 inetgw modprobe: can't locate module ppp-compress-26
Oct 10 07:00:22 inetgw modprobe: can't locate module ppp-compress-24
Oct 10 07:00:22 inetgw pppd[3976]: local IP address 195.241.230.157
Oct 10 07:00:22 inetgw pppd[3976]: remote IP address 212.41.128.67
Oct 10 07:00:22 inetgw diald[353]: New addresses: local 195.241.230.157, remote 212.41.128.67.
Oct 10 07:00:45 inetgw kernel: tcp_v4_rebuild_header(): not valid sock addrs: saddr=00000000 rcv_saddr=00000000
Oct 10 07:02:33 inetgw diald[353]: Closing down idle link.
Oct 10 07:02:33 inetgw diald[353]: Nonzero exit status (1) on command '/sbin/ifconfig sl0 0.0.0.0 pointopoint 0.0.0.0 mtu 1500 up'
Oct 10 07:02:33 inetgw diald[353]: Nonzero exit status (7) on command '/sbin/route add 0.0.0.0 metric 1 dev sl0'
Oct 10 07:02:33 inetgw diald[353]: Nonzero exit status (7) on command '/sbin/route add default metric 1 netmask 0.0.0.0 dev sl0'
Oct 10 07:02:33 inetgw pppd[3976]: Terminating on signal 2.
Oct 10 07:02:34 inetgw pppd[3976]: Connection terminated.
Oct 10 07:02:34 inetgw pppd[3976]: Connect time 2.3 minutes.
Oct 10 07:02:34 inetgw pppd[3976]: Sent 1429 bytes, received 784 bytes.
Oct 10 07:02:34 inetgw pppd[3976]: Exit.
Oct 10 07:02:34 inetgw diald[353]: Nonzero exit status (1) on command '/sbin/ifconfig sl0 0.0.0.0 pointopoint 0.0.0.0 mtu 1500 up'
Oct 10 07:02:34 inetgw diald[353]: Nonzero exit status (7) on command '/sbin/route add 0.0.0.0 metric 1 dev sl0'
Oct 10 07:02:34 inetgw diald[353]: Nonzero exit status (7) on command '/sbin/route add default metric 1 netmask 0.0.0.0 dev sl0'
Oct 10 07:02:35 inetgw diald[353]: Delaying 30 seconds before clear to dial.
-
Hello Patrick,
> this is a part from the messages logfile, I see some errors
> with the sl0 interface which I don't understand. ppp is being
> used to connect to my ISP. Why is ifconfig sl0 used?
That is how diald works - it creates a fake interface using sl0 in order to intercept packets so that it can transparently bring the ppp connection up and down.
> Also I see an error about the module ppp-compress that can't be
> located. Will this be fixed?
As far as we know, this is harmless, so it's low on our priority list - but we'll get to it eventually.
Best regards,
- Joe
-
Patrick Kessen wrote:
>
> Also I see an error about the module ppp-compress that can't
> be located. Will this be fixed?
Add:
alias ppp-compress-21 off
alias ppp-compress-24 off
alias ppp-compress-26 off
to /etc/conf.modules and those messages should go away.