Hi, sorry to bug you, but I have been having an intermittent problem logging
in to the University ISP here at Queen's, using the pppd. If I log in using
the same PC from Windows 98, I don't have any problems. However, from
withing Linux, I only get connected about 1 in 5 or 6 times. When I do get in,
the connection works like a charm. I seem to have a problem getting through
the startup negotiations.
I collected some debug logs and took a look, but I
can't tell from the messages what is wrong, and need someone with more
experience to have a look. Another Linux user with similar modem and Linux
kernel is not having the problem, so I may have misconfigured something...
Contrary to the message in the PPP-logfile, it looks like pppd is getting data
back from the ISP, but it isn't understanding the data, and I don't have
enough experience with the debug logs for pppd to understand why it is
failing.
(I've tried for several days now to get it going, but have reached the
point where I've exhausted all of my own ideas and need help).
Here is the information you requested in your documentation: README.linux
1) Version number of the kernel is 2.2.3
2) Version number of PPP is 2.3.7 (see the log later on)
3) pppd is being invoked by kppp, so I don't know the exact command
used to invoke the daemon... ppp support in the kernel was compiled
as a module, which I load from rc.local...
4) Log output with debug enabled is included in this text (bottom)
5) PPP peer is ISP service run by Queen's University at Kingston. I
can get more info on their equipment if you need it.
6) I have a US Robotics internal 56K modem, configured using 'isapnp' as
COM2, 2f8, irq 3 16550A serial chip.
7) My machine is a P2 300 Mhz with 128 Meg Ram, 6 Gig HD; Linux has been
optimized on this machine...
-------------------------------------------------------------------------------
I have the following MODULES loaded:
Module Size Used by
bttv 33012 0 (unused)
msp3400 9968 0 (unused)
tuner 1844 1
i2c 3160 3 [bttv msp3400 tuner]
videodev 2264 2 [bttv]
bsd_comp 3468 0
ppp 17736 0 [bsd_comp]
slhc 4136 0 [ppp]
sb 31192 0
uart401 5588 0 [sb]
sound 54504 0 [sb uart401]
soundcore 2100 7 [msp3400 sb sound]
-------------------------------------------------------------------------------
This is the output from the PPP-logfile:
Apr 6 14:28:33 localhost pppd[537]: pppd 2.3.7 started by fisherb, uid 500
Apr 6 14:28:33 localhost pppd[537]: Using interface ppp0
Apr 6 14:28:33 localhost pppd[537]: Connect: ppp0 <--> /dev/ttyS1
Apr 6 14:29:03 localhost pppd[537]: LCP: timeout sending Config-Requests
Apr 6 14:29:03 localhost pppd[537]: Connection terminated.
Apr 6 14:29:03 localhost pppd[537]: Connect time 0.5 minutes.
Apr 6 14:29:04 localhost pppd[537]: Hangup (SIGHUP)
Apr 6 14:29:04 localhost pppd[537]: Exit.
-------------------------------------------------------------------------------
Here is the kdebug 25 log I got from a typical failed connection. Unfortunately
I can't interpret all of the statements, and need your help to tell what is
going on:
Apr 6 14:28:33 localhost pppd[537]: pppd 2.3.7 started by fisherb, uid 500
Apr 6 14:28:33 localhost kernel: ppp_ioctl: set dbg flags to 190000
Apr 6 14:28:33 localhost kernel: ppp_ioctl: set flags to 190000
Apr 6 14:28:33 localhost kernel: ppp_tty_ioctl: set xasyncmap
Apr 6 14:28:33 localhost kernel: ppp_tty_ioctl: set xmit asyncmap ffffffff
Apr 6 14:28:33 localhost kernel: ppp_ioctl: set flags to 190000
Apr 6 14:28:33 localhost kernel: ppp_ioctl: set mru to 5dc
Apr 6 14:28:33 localhost pppd[537]: Using interface ppp0
Apr 6 14:28:33 localhost pppd[537]: Connect: ppp0 <--> /dev/ttyS1
Apr 6 14:28:33 localhost pppd[537]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
0x378c87df> <pcomp> <accomp>]
Apr 6 14:28:33 localhost kernel: ppp_tty_ioctl: set rcv asyncmap ffffffff
Apr 6 14:28:33 localhost kernel: ppp_ioctl: set flags to 190000
Apr 6 14:28:36 localhost kernel: ppp: receive buffer, count = 48
Apr 6 14:28:36 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:28:36 localhost kernel: E7 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:28:36 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:28:36 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:28:36 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:28:36 localhost kernel: 27 7D 22 7D 28 7D 22 36 '}"}(}"6
Apr 6 14:28:36 localhost kernel: ppp: tossing frame (e0)
Apr 6 14:28:36 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:36 localhost kernel: A8 7E .~
Apr 6 14:28:36 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:28:36 localhost pppd[537]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
0x378c87df> <pcomp> <accomp>]
Apr 6 14:28:36 localhost kernel: ppp: receive buffer, count = 8
Apr 6 14:28:36 localhost kernel: 7E FF 7D 23 C0 21 7D 22 ~.}#.!}"
Apr 6 14:28:36 localhost kernel: ppp: receive buffer, count = 38
Apr 6 14:28:36 localhost kernel: 7D 21 7D 20 7D 34 7D 22 }!} }4}"
Apr 6 14:28:36 localhost kernel: 7D 26 7D 20 7D 20 7D 20 }&} } }
Apr 6 14:28:36 localhost kernel: 7D 20 7D 25 7D 26 37 8C } }%}&7.
Apr 6 14:28:36 localhost kernel: 87 DF 7D 27 7D 22 7D 28 ..}'}"}(
Apr 6 14:28:36 localhost kernel: 7D 22 7D 5D B2 7E }"}].~
Apr 6 14:28:36 localhost kernel: ppp: read of 1 bytes too small for 24 frame
Apr 6 14:28:38 localhost kernel: ppp: receive buffer, count = 40
Apr 6 14:28:38 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:28:38 localhost kernel: E8 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:28:38 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:28:38 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:28:38 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:28:38 localhost kernel: ppp: receive buffer, count = 8
Apr 6 14:28:38 localhost kernel: 27 7D 22 7D 28 7D 22 76 '}"}(}"v
Apr 6 14:28:38 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:38 localhost kernel: 63 7E c~
Apr 6 14:28:38 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:28:39 localhost pppd[537]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
0x378c87df> <pcomp> <accomp>]
Apr 6 14:28:40 localhost kernel: ppp: receive buffer, count = 44
Apr 6 14:28:40 localhost kernel: 7E FF 7D 23 C0 21 7D 22 ~.}#.!}"
Apr 6 14:28:40 localhost kernel: 7D 21 7D 20 7D 34 7D 22 }!} }4}"
Apr 6 14:28:40 localhost kernel: 7D 26 7D 20 7D 20 7D 20 }&} } }
Apr 6 14:28:40 localhost kernel: 7D 20 7D 25 7D 26 37 8C } }%}&7.
Apr 6 14:28:40 localhost kernel: 87 DF 7D 27 7D 22 7D 28 ..}'}"}(
Apr 6 14:28:40 localhost kernel: 7D 22 7D 5D }"}]
Apr 6 14:28:40 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:40 localhost kernel: B2 7E .~
Apr 6 14:28:40 localhost kernel: ppp: read of 1 bytes too small for 24 frame
Apr 6 14:28:40 localhost kernel: ppp: receive buffer, count = 45
Apr 6 14:28:40 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:28:40 localhost kernel: E9 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:28:40 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:28:40 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:28:40 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:28:40 localhost kernel: 27 7D 22 7D 28 '}"}(
Apr 6 14:28:40 localhost kernel: ppp: receive buffer, count = 3
Apr 6 14:28:40 localhost kernel: 7D 22 BF }".
Apr 6 14:28:40 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:40 localhost kernel: EA 7E .~
Apr 6 14:28:40 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:28:42 localhost kernel: ppp: receive buffer, count = 48
Apr 6 14:28:42 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:28:42 localhost kernel: EA 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:28:42 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:28:42 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:28:42 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:28:42 localhost kernel: 27 7D 22 7D 28 7D 22 F5 '}"}(}".
Apr 6 14:28:42 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:42 localhost kernel: 78 7E x~
Apr 6 14:28:42 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:28:42 localhost pppd[537]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
0x378c87df> <pcomp> <accomp>]
Apr 6 14:28:42 localhost kernel: ppp: receive buffer, count = 42
Apr 6 14:28:42 localhost kernel: 7E FF 7D 23 C0 21 7D 22 ~.}#.!}"
Apr 6 14:28:42 localhost kernel: 7D 21 7D 20 7D 34 7D 22 }!} }4}"
Apr 6 14:28:42 localhost kernel: 7D 26 7D 20 7D 20 7D 20 }&} } }
Apr 6 14:28:42 localhost kernel: 7D 20 7D 25 7D 26 37 8C } }%}&7.
Apr 6 14:28:42 localhost kernel: 87 DF 7D 27 7D 22 7D 28 ..}'}"}(
Apr 6 14:28:42 localhost kernel: 7D 22 }"
Apr 6 14:28:42 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:42 localhost kernel: 7D 5D }]
Apr 6 14:28:42 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:42 localhost kernel: B2 7E .~
Apr 6 14:28:42 localhost kernel: ppp: read of 1 bytes too small for 24 frame
Apr 6 14:28:44 localhost kernel: ppp: receive buffer, count = 41
Apr 6 14:28:44 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:28:44 localhost kernel: EB 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:28:44 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:28:44 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:28:44 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:28:44 localhost kernel: 27 '
Apr 6 14:28:44 localhost kernel: ppp: receive buffer, count = 7
Apr 6 14:28:44 localhost kernel: 7D 22 7D 28 7D 22 3C }"}(}"<
Apr 6 14:28:44 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:44 localhost kernel: F1 7E .~
Apr 6 14:28:44 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:28:45 localhost pppd[537]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
0x378c87df> <pcomp> <accomp>]
Apr 6 14:28:45 localhost kernel: ppp: receive buffer, count = 36
Apr 6 14:28:45 localhost kernel: 7E FF 7D 23 C0 21 7D 22 ~.}#.!}"
Apr 6 14:28:45 localhost kernel: 7D 21 7D 20 7D 34 7D 22 }!} }4}"
Apr 6 14:28:45 localhost kernel: 7D 26 7D 20 7D 20 7D 20 }&} } }
Apr 6 14:28:45 localhost kernel: 7D 20 7D 25 7D 26 37 8C } }%}&7.
Apr 6 14:28:45 localhost kernel: 87 DF 7D 27 ..}'
Apr 6 14:28:45 localhost kernel: ppp: receive buffer, count = 8
Apr 6 14:28:45 localhost kernel: 7D 22 7D 28 7D 22 7D 5D }"}(}"}]
Apr 6 14:28:45 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:45 localhost kernel: B2 7E .~
Apr 6 14:28:45 localhost kernel: ppp: read of 1 bytes too small for 24 frame
Apr 6 14:28:46 localhost kernel: ppp: receive buffer, count = 50
Apr 6 14:28:46 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:28:46 localhost kernel: EC 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:28:46 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:28:46 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:28:46 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:28:46 localhost kernel: 27 7D 22 7D 28 7D 22 70 '}"}(}"p
Apr 6 14:28:46 localhost kernel: 54 7E T~
Apr 6 14:28:46 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:28:48 localhost pppd[537]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
0x378c87df> <pcomp> <accomp>]
Apr 6 14:28:48 localhost kernel: ppp: receive buffer, count = 45
Apr 6 14:28:48 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:28:48 localhost kernel: ED 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:28:48 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:28:48 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:28:48 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:28:48 localhost kernel: 27 7D 22 7D 28 '}"}(
Apr 6 14:28:48 localhost kernel: ppp: receive buffer, count = 3
Apr 6 14:28:48 localhost kernel: 7D 22 B9 }".
Apr 6 14:28:48 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:48 localhost kernel: DD 7E .~
Apr 6 14:28:48 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:28:48 localhost kernel: ppp: receive buffer, count = 44
Apr 6 14:28:48 localhost kernel: 7E FF 7D 23 C0 21 7D 22 ~.}#.!}"
Apr 6 14:28:48 localhost kernel: 7D 21 7D 20 7D 34 7D 22 }!} }4}"
Apr 6 14:28:48 localhost kernel: 7D 26 7D 20 7D 20 7D 20 }&} } }
Apr 6 14:28:48 localhost kernel: 7D 20 7D 25 7D 26 37 8C } }%}&7.
Apr 6 14:28:48 localhost kernel: 87 DF 7D 27 7D 22 7D 28 ..}'}"}(
Apr 6 14:28:48 localhost kernel: 7D 22 7D 5D }"}]
Apr 6 14:28:48 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:48 localhost kernel: B2 7E .~
Apr 6 14:28:48 localhost kernel: ppp: read of 1 bytes too small for 24 frame
Apr 6 14:28:50 localhost kernel: ppp: receive buffer, count = 48
Apr 6 14:28:50 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:28:50 localhost kernel: EE 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:28:50 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:28:50 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:28:50 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:28:50 localhost kernel: 27 7D 22 7D 28 7D 22 F3 '}"}(}".
Apr 6 14:28:50 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:50 localhost kernel: 4F 7E O~
Apr 6 14:28:50 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:28:51 localhost pppd[537]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
0x378c87df> <pcomp> <accomp>]
Apr 6 14:28:51 localhost kernel: ppp: receive buffer, count = 44
Apr 6 14:28:51 localhost kernel: 7E FF 7D 23 C0 21 7D 22 ~.}#.!}"
Apr 6 14:28:51 localhost kernel: 7D 21 7D 20 7D 34 7D 22 }!} }4}"
Apr 6 14:28:51 localhost kernel: 7D 26 7D 20 7D 20 7D 20 }&} } }
Apr 6 14:28:51 localhost kernel: 7D 20 7D 25 7D 26 37 8C } }%}&7.
Apr 6 14:28:51 localhost kernel: 87 DF 7D 27 7D 22 7D 28 ..}'}"}(
Apr 6 14:28:51 localhost kernel: 7D 22 7D 5D }"}]
Apr 6 14:28:51 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:51 localhost kernel: B2 7E .~
Apr 6 14:28:51 localhost kernel: ppp: read of 1 bytes too small for 24 frame
Apr 6 14:28:53 localhost kernel: ppp: receive buffer, count = 8
Apr 6 14:28:53 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:28:53 localhost kernel: ppp: receive buffer, count = 40
Apr 6 14:28:53 localhost kernel: EF 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:28:53 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:28:53 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:28:53 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:28:53 localhost kernel: 27 7D 22 7D 28 7D 22 3A '}"}(}":
Apr 6 14:28:53 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:53 localhost kernel: C6 7E .~
Apr 6 14:28:53 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:28:54 localhost pppd[537]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
0x378c87df> <pcomp> <accomp>]
Apr 6 14:28:54 localhost kernel: ppp: receive buffer, count = 44
Apr 6 14:28:54 localhost kernel: 7E FF 7D 23 C0 21 7D 22 ~.}#.!}"
Apr 6 14:28:54 localhost kernel: 7D 21 7D 20 7D 34 7D 22 }!} }4}"
Apr 6 14:28:54 localhost kernel: 7D 26 7D 20 7D 20 7D 20 }&} } }
Apr 6 14:28:54 localhost kernel: 7D 20 7D 25 7D 26 37 8C } }%}&7.
Apr 6 14:28:54 localhost kernel: 87 DF 7D 27 7D 22 7D 28 ..}'}"}(
Apr 6 14:28:54 localhost kernel: 7D 22 7D 5D }"}]
Apr 6 14:28:54 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:54 localhost kernel: B2 7E .~
Apr 6 14:28:54 localhost kernel: ppp: read of 1 bytes too small for 24 frame
Apr 6 14:28:55 localhost kernel: ppp: receive buffer, count = 47
Apr 6 14:28:55 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:28:55 localhost kernel: F0 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:28:55 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:28:55 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:28:55 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:28:55 localhost kernel: 27 7D 22 7D 28 7D 22 '}"}(}"
Apr 6 14:28:55 localhost kernel: ppp: receive buffer, count = 1
Apr 6 14:28:55 localhost kernel: 62 b
Apr 6 14:28:55 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:55 localhost kernel: D1 7E .~
Apr 6 14:28:55 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:28:57 localhost kernel: ppp: receive buffer, count = 48
Apr 6 14:28:57 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:28:57 localhost kernel: F1 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:28:57 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:28:57 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:28:57 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:28:57 localhost kernel: 27 7D 22 7D 28 7D 22 AB '}"}(}".
Apr 6 14:28:57 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:57 localhost kernel: 58 7E X~
Apr 6 14:28:57 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:28:57 localhost pppd[537]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
0x378c87df> <pcomp> <accomp>]
Apr 6 14:28:57 localhost kernel: ppp: receive buffer, count = 44
Apr 6 14:28:57 localhost kernel: 7E FF 7D 23 C0 21 7D 22 ~.}#.!}"
Apr 6 14:28:57 localhost kernel: 7D 21 7D 20 7D 34 7D 22 }!} }4}"
Apr 6 14:28:57 localhost kernel: 7D 26 7D 20 7D 20 7D 20 }&} } }
Apr 6 14:28:57 localhost kernel: 7D 20 7D 25 7D 26 37 8C } }%}&7.
Apr 6 14:28:57 localhost kernel: 87 DF 7D 27 7D 22 7D 28 ..}'}"}(
Apr 6 14:28:57 localhost kernel: 7D 22 7D 5D }"}]
Apr 6 14:28:57 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:57 localhost kernel: B2 7E .~
Apr 6 14:28:57 localhost kernel: ppp: read of 1 bytes too small for 24 frame
Apr 6 14:28:59 localhost kernel: ppp: receive buffer, count = 48
Apr 6 14:28:59 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:28:59 localhost kernel: F2 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:28:59 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:28:59 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:28:59 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:28:59 localhost kernel: 27 7D 22 7D 28 7D 22 E1 '}"}(}".
Apr 6 14:28:59 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:28:59 localhost kernel: CA 7E .~
Apr 6 14:28:59 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:29:00 localhost pppd[537]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic
0x378c87df> <pcomp> <accomp>]
Apr 6 14:29:00 localhost kernel: ppp: receive buffer, count = 44
Apr 6 14:29:00 localhost kernel: 7E FF 7D 23 C0 21 7D 22 ~.}#.!}"
Apr 6 14:29:00 localhost kernel: 7D 21 7D 20 7D 34 7D 22 }!} }4}"
Apr 6 14:29:00 localhost kernel: 7D 26 7D 20 7D 20 7D 20 }&} } }
Apr 6 14:29:00 localhost kernel: 7D 20 7D 25 7D 26 37 8C } }%}&7.
Apr 6 14:29:00 localhost kernel: 87 DF 7D 27 7D 22 7D 28 ..}'}"}(
Apr 6 14:29:00 localhost kernel: 7D 22 7D 5D }"}]
Apr 6 14:29:00 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:29:00 localhost kernel: B2 7E .~
Apr 6 14:29:00 localhost kernel: ppp: read of 1 bytes too small for 24 frame
Apr 6 14:29:01 localhost kernel: ppp: receive buffer, count = 8
Apr 6 14:29:01 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:29:01 localhost kernel: ppp: receive buffer, count = 40
Apr 6 14:29:01 localhost kernel: F3 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:29:01 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:29:01 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:29:01 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:29:01 localhost kernel: 27 7D 22 7D 28 7D 22 28 '}"}(}"(
Apr 6 14:29:01 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:29:01 localhost kernel: 43 7E C~
Apr 6 14:29:01 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:29:03 localhost kernel: ppp: receive buffer, count = 24
Apr 6 14:29:03 localhost kernel: 7E FF 7D 23 C0 21 7D 21 ~.}#.!}!
Apr 6 14:29:03 localhost kernel: F4 7D 20 7D 38 7D 22 7D .} }8}"}
Apr 6 14:29:03 localhost kernel: 26 7D 20 7D 2A 7D 20 7D &} }*} }
Apr 6 14:29:03 localhost kernel: ppp: receive buffer, count = 24
Apr 6 14:29:03 localhost kernel: 20 7D 23 7D 24 C0 23 7D }#}$.#}
Apr 6 14:29:03 localhost kernel: 25 7D 26 2B A5 D0 C3 7D %}&+...}
Apr 6 14:29:03 localhost kernel: 27 7D 22 7D 28 7D 22 64 '}"}(}"d
Apr 6 14:29:03 localhost kernel: ppp: receive buffer, count = 2
Apr 6 14:29:03 localhost kernel: E6 7E .~
Apr 6 14:29:03 localhost kernel: ppp: read of 1 bytes too small for 28 frame
Apr 6 14:29:03 localhost pppd[537]: LCP: timeout sending Config-Requests
Apr 6 14:29:03 localhost kernel: ppp: channel ppp0 closing.
Apr 6 14:29:03 localhost kernel: ppp0 released
Apr 6 14:29:03 localhost kernel: ppp0: ccp closed
Apr 6 14:29:03 localhost pppd[537]: Connection terminated.
Apr 6 14:29:03 localhost pppd[537]: Connect time 0.5 minutes.
Apr 6 14:29:04 localhost pppd[537]: Hangup (SIGHUP)
Apr 6 14:29:04 localhost pppd[537]: Exit.
--
--------------------------------------------------
Brian L. Fisher
Senior Systems Programmer/Analyst
Queen's University Information Technology Services
Room 261 Dupuis Hall, Queen's University
Kingston Ontario K7L 3N6
(613) 533-2245
[EMAIL PROTECTED]
--------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]