Whenever pppd exits, i'm getting hundreds of entries in /var/log/messages and /var/log/ppp (more detailed extracts further below) saying:
Nov 25 03:45:06 vcserver1 modprobe: modprobe: Can't locate module ppp0 Nov 25 03:45:41 vcserver1 last message repeated 7 times Nov 25 03:45:51 vcserver1 last message repeated 2 times <...> I can go on for hours like that with no other errors being reported. These messages stop as soon as pppd is started again (generally, using wvdial on RH7.1 with ppp-2.4x), whether i've dialed up to my ISP or not. Repeated connections to my ISP are no problem. Any ideas? Why these messages? What should i do? Thanks, AD Marshall Some Configs ------------- /etc/ppp/ip-up, ip-down remain unchanged from their defaults. # cat /etc/ppp/options debug lock crtscts defaultroute noauth # cat /etc/sysconfig/network-scripts/ifcfg-ppp0 DEVICE=ppp0 NAME=NN_madd WVDIALSECT=NN_madd MODEMPORT=/dev/ttyS0 LINESPEED=115200 PAPNAME=madd USERCTL=true ONBOOT=no PERSIST=no DEFROUTE=yes PEERDNS=yes DEMAND=yes MTU=1500 IDLETIMEOUT=600 BOOTPROTO=none >From /var/log/ppp: ------------------ <start> <... #killall wvdial> Nov 27 00:53:57 vcserver1 pppd[16988]: Terminating on signal 15. Nov 27 00:53:57 vcserver1 pppd[16988]: Script /etc/ppp/ip-down started (pid 17015) Nov 27 00:53:57 vcserver1 pppd[16988]: sent [LCP TermReq id=0x2 "User request"] Nov 27 00:53:57 vcserver1 pppd[16988]: Script /etc/ppp/ip-down finished (pid 17015), status = 0x0 Nov 27 00:54:01 vcserver1 modprobe: modprobe: Can't locate module ppp0 Nov 27 00:54:36 vcserver1 last message repeated 7 times Nov 27 00:55:26 vcserver1 last message repeated 10 times Nov 27 00:55:28 vcserver1 pppd[17050]: pppd 2.4.0 started by root, uid 0 Nov 27 00:55:28 vcserver1 pppd[17050]: using channel 2 Nov 27 00:55:28 vcserver1 pppd[17050]: Using interface ppp0 Nov 27 00:55:28 vcserver1 pppd[17050]: Connect: ppp0 <--> /dev/ttyS0 Nov 27 00:55:28 vcserver1 pppd[17050]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x832d185b> <pcomp> <accomp>] Nov 27 00:55:28 vcserver1 pppd[17050]: rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x832d185b> <pcomp> <accomp>] Nov 27 00:55:31 vcserver1 pppd[17050]: rcvd [LCP ConfReq id=0x2 <mru 1500> <asyncmap 0xa0000> <magic 0x395182f5> <pcomp> <accomp> <mrru 1506>] Nov 27 00:55:31 vcserver1 pppd[17050]: sent [LCP ConfRej id=0x2 <mrru 1506>] Nov 27 00:55:31 vcserver1 pppd[17050]: rcvd [LCP ConfReq id=0x3 <mru 1500> <asyncmap 0xa0000> <magic 0x395182f5> <pcomp> <accomp>] Nov 27 00:55:31 vcserver1 pppd[17050]: sent [LCP ConfAck id=0x3 <mru 1500> <asyncmap 0xa0000> <magic 0x395182f5> <pcomp> <accomp>] Nov 27 00:55:31 vcserver1 pppd[17050]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <compress VJ 0f 01>] Nov 27 00:55:31 vcserver1 pppd[17050]: sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>] Nov 27 00:55:31 vcserver1 pppd[17050]: rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 00> <addr 10.30.0.2>] Nov 27 00:55:31 vcserver1 pppd[17050]: sent [IPCP ConfAck id=0x1 <compress VJ 0f 00> <addr 10.30.0.2>] Nov 27 00:55:34 vcserver1 pppd[17050]: sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <compress VJ 0f 01>] Nov 27 00:55:34 vcserver1 pppd[17050]: sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>] Nov 27 00:55:34 vcserver1 pppd[17050]: rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f] Nov 27 00:55:34 vcserver1 pppd[17050]: rcvd [IPCP ConfNak id=0x1 <addr 10.30.3.180>] Nov 27 00:55:34 vcserver1 pppd[17050]: sent [IPCP ConfReq id=0x2 <addr 10.30.3.180> <compress VJ 0f 01>] Nov 27 00:55:34 vcserver1 pppd[17050]: rcvd [IPCP ConfAck id=0x2 <addr 10.30.3.180> <compress VJ 0f 01>] Nov 27 00:55:34 vcserver1 pppd[17050]: local IP address 10.30.3.180 Nov 27 00:55:34 vcserver1 pppd[17050]: remote IP address 10.30.0.2 Nov 27 00:55:34 vcserver1 pppd[17050]: Script /etc/ppp/ip-up started (pid 17067) Nov 27 00:55:34 vcserver1 pppd[17050]: Script /etc/ppp/ip-up finished (pid 17067), status = 0x0 <...> Nov 27 01:14:03 vcserver1 named[705]: Nov 27 01:14:03.667 network: info: listening on IPv4 interface ppp0, 10.30.3.180#53 Nov 27 01:14:03 vcserver1 named[705]: Nov 27 01:14:03.668 network: info: no longer listening on 10.30.3.146#53 <... #killall wvdial> Nov 27 01:46:08 vcserver1 pppd[17050]: Terminating on signal 15. Nov 27 01:46:08 vcserver1 pppd[17050]: Script /etc/ppp/ip-down started (pid 17088) Nov 27 01:46:08 vcserver1 pppd[17050]: sent [LCP TermReq id=0x2 "User request"] Nov 27 01:46:08 vcserver1 pppd[17050]: Script /etc/ppp/ip-down finished (pid 17088), status = 0x0 Nov 27 01:46:11 vcserver1 modprobe: modprobe: Can't locate module ppp0 Nov 27 01:46:46 vcserver1 last message repeated 7 times Nov 27 01:47:51 vcserver1 last message repeated 13 times Nov 27 01:48:56 vcserver1 last message repeated 13 times (END) _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list