On Thu, 12 Apr 2001 [EMAIL PROTECTED] wrote:
> As I wrote earlier, my ADSL connection problem **seemed** to solve
> itself, and I was online. In fact, after about 3 hours on-line, I
> noticed the connection had died again. This time (since I knew what
> to look for) I found and am sending part of /var/log/syslog - notice
> that at 18:46 the connection was still alive (although I was not at
> the computer. At 19:07, the connection died - I noticed it only
> several minutes later when I came back to the computer. From the
> log I see that pid 3097 ran a script to shut down ppp - but I have
> no idea why this happened.
you aren't reading the log correctly. read on to see what really
happened.
> Apr 12 18:46:40 shlomo1 pppd[2568]: rcvd [LCP EchoReq id=0x25 magic=0x1cfee61]
> Apr 12 18:46:40 shlomo1 pppd[2568]: sent [LCP EchoRep id=0x25 magic=0xb88de9b6]
your pppd sent an EchoRep LCP packet. so far, so good.
> Apr 12 18:51:40 shlomo1 pppd[2568]: rcvd [LCP EchoReq id=0x26 magic=0x1cfee61]
> Apr 12 18:51:40 shlomo1 pppd[2568]: sent [LCP EchoRep id=0x26 magic=0xb88de9b6]
your pppd sent an EchoRep LCP packet. again, all is well.
<snipped irrelevant log entries>
> Apr 12 19:07:11 shlomo1 pppd[2568]: rcvd [LCP EchoReq id=0x2c magic=0x1cfee61]
> Apr 12 19:07:11 shlomo1 pppd[2568]: sent [LCP EchoRep id=0x2c magic=0xb88de9b6]
your pppd sent an EchoRep LCP packet. again, all is well.
> Apr 12 19:07:11 shlomo1 pppd[2568]: rcvd [LCP TermReq id=0xdf]
KABOOM!
your pppd RECEIVED from the server an LCP TermReq packet. in plain
words, the server requested your pppd to terminate, by sending it a
termination request.
> Apr 12 19:07:11 shlomo1 pppd[2568]: LCP terminated by peer
your pppd is telling you that the peer (the remote server) asked for
termination.
> Apr 12 19:07:11 shlomo1 pppd[2568]: Script /etc/ppp/ip-down started (pid 3097)
pppd is starting the script that is always launced when the connection
goes down. (it is NOT the script that causes the connection to go down)
> Apr 12 19:07:11 shlomo1 pppd[2568]: sent [LCP TermAck id=0xdf]
your pppd is acknoledging the termination request.
> Apr 12 19:07:14 shlomo1 pppd[2568]: Connection terminated.
we are dead. game over.
> Apr 12 19:07:14 shlomo1 pppd[2568]: Connect time 205.8 minutes.
> Apr 12 19:07:14 shlomo1 pppd[2568]: Sent 169357 bytes, received 611002 bytes.
> Apr 12 19:07:15 shlomo1 pppd[2568]: Exit.
--
mulix
http://www.advogato.com/person/mulix
linux/reboot.h: #define LINUX_REBOOT_MAGIC1 0xfee1dead
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]