* Register Event not handled (again)
@ 2001-04-25 4:02 randallr
2001-04-25 17:27 ` David Brownell
0 siblings, 1 reply; 2+ messages in thread
From: randallr @ 2001-04-25 4:02 UTC (permalink / raw)
To: linux-hotplug
To all developers:
I recently installed Red Hat 7.0.91 Wolverine to fix a serious KDE v1
problem running XTerm. It is now about 3 days, and I still cannot
connect to my ISP.
Here's the /var/log/messages file:
Apr 24 20:08:34 npl pppd[4344]: pppd 2.4.0 started by root, uid 0
Apr 24 20:08:35 npl chat[4345]: timeout set to 5 seconds
Apr 24 20:08:35 npl chat[4345]: send (ATZ^M)
Apr 24 20:08:35 npl chat[4345]: expect (OK)
Apr 24 20:08:36 npl chat[4345]: ATZ^M^M
Apr 24 20:08:36 npl chat[4345]: OK
Apr 24 20:08:36 npl chat[4345]: -- got it
Apr 24 20:08:36 npl chat[4345]: send (ATDT7089981^M)
Apr 24 20:08:36 npl chat[4345]: abort on (NO CARRIER)
Apr 24 20:08:36 npl chat[4345]: abort on (BUSY)
Apr 24 20:08:36 npl chat[4345]: abort on (NO DIALTONE)
Apr 24 20:08:36 npl chat[4345]: abort on (WAITING)
Apr 24 20:08:36 npl chat[4345]: timeout set to 45 seconds
Apr 24 20:08:36 npl chat[4345]: expect (CONNECT)
Apr 24 20:08:36 npl chat[4345]: ^M
Apr 24 20:09:01 npl chat[4345]: ATDT7089981^M^M
Apr 24 20:09:01 npl chat[4345]: CONNECT
Apr 24 20:09:01 npl chat[4345]: -- got it
Apr 24 20:09:01 npl chat[4345]: send (^M)
Apr 24 20:09:01 npl chat[4345]: timeout set to 15 seconds
Apr 24 20:09:01 npl chat[4345]: expect (V42BIS)
Apr 24 20:09:01 npl chat[4345]: 49333/ARQ/V90/LAPM/V42BIS
Apr 24 20:09:01 npl chat[4345]: -- got it
Apr 24 20:09:01 npl chat[4345]: send (ppp^M)
Apr 24 20:09:01 npl pppd[4344]: Serial connection established.
Apr 24 20:09:01 npl pppd[4344]: Using interface ppp0
Apr 24 20:09:01 npl pppd[4344]: Connect: ppp0 <--> /dev/ttyS2
Apr 24 20:09:01 npl /etc/hotplug/net.agent: register event not handled
Apr 24 20:09:03 npl pppd[4344]: PAP authentication failed
Apr 24 20:09:09 npl pppd[4344]: Connection terminated.
Apr 24 20:09:09 npl /etc/hotplug/net.agent: unregister event not
supported
Apr 24 20:09:09 npl pppd[4344]: Hangup (SIGHUP)
Apr 24 20:09:09 npl pppd[4344]: Exit.
And net.agent blocks this every time. Why?
I need to get this fixed. Buying Red Hat Linux 7.0 and now beating my
head against the wall for days is making me very unhappy.
- Randall
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Register Event not handled (again)
2001-04-25 4:02 Register Event not handled (again) randallr
@ 2001-04-25 17:27 ` David Brownell
0 siblings, 0 replies; 2+ messages in thread
From: David Brownell @ 2001-04-25 17:27 UTC (permalink / raw)
To: linux-hotplug
So far as I know, this problem is specific to rather old versions
of the scripts ... try current ones (perhaps not from RedHat).
----- Original Message -----
From: <randallr@abac.com>
To: <linux-hotplug-devel@lists.sourceforge.net>
Sent: Tuesday, April 24, 2001 9:02 PM
Subject: Register Event not handled (again)
> To all developers:
> I recently installed Red Hat 7.0.91 Wolverine to fix a serious KDE v1
> problem running XTerm. It is now about 3 days, and I still cannot
> connect to my ISP.
> Here's the /var/log/messages file:
> Apr 24 20:08:34 npl pppd[4344]: pppd 2.4.0 started by root, uid 0
> Apr 24 20:08:35 npl chat[4345]: timeout set to 5 seconds
> Apr 24 20:08:35 npl chat[4345]: send (ATZ^M)
> Apr 24 20:08:35 npl chat[4345]: expect (OK)
> Apr 24 20:08:36 npl chat[4345]: ATZ^M^M
> Apr 24 20:08:36 npl chat[4345]: OK
> Apr 24 20:08:36 npl chat[4345]: -- got it
> Apr 24 20:08:36 npl chat[4345]: send (ATDT7089981^M)
> Apr 24 20:08:36 npl chat[4345]: abort on (NO CARRIER)
> Apr 24 20:08:36 npl chat[4345]: abort on (BUSY)
> Apr 24 20:08:36 npl chat[4345]: abort on (NO DIALTONE)
> Apr 24 20:08:36 npl chat[4345]: abort on (WAITING)
> Apr 24 20:08:36 npl chat[4345]: timeout set to 45 seconds
> Apr 24 20:08:36 npl chat[4345]: expect (CONNECT)
> Apr 24 20:08:36 npl chat[4345]: ^M
> Apr 24 20:09:01 npl chat[4345]: ATDT7089981^M^M
> Apr 24 20:09:01 npl chat[4345]: CONNECT
> Apr 24 20:09:01 npl chat[4345]: -- got it
> Apr 24 20:09:01 npl chat[4345]: send (^M)
> Apr 24 20:09:01 npl chat[4345]: timeout set to 15 seconds
> Apr 24 20:09:01 npl chat[4345]: expect (V42BIS)
> Apr 24 20:09:01 npl chat[4345]: 49333/ARQ/V90/LAPM/V42BIS
> Apr 24 20:09:01 npl chat[4345]: -- got it
> Apr 24 20:09:01 npl chat[4345]: send (ppp^M)
> Apr 24 20:09:01 npl pppd[4344]: Serial connection established.
> Apr 24 20:09:01 npl pppd[4344]: Using interface ppp0
> Apr 24 20:09:01 npl pppd[4344]: Connect: ppp0 <--> /dev/ttyS2
> Apr 24 20:09:01 npl /etc/hotplug/net.agent: register event not handled
> Apr 24 20:09:03 npl pppd[4344]: PAP authentication failed
> Apr 24 20:09:09 npl pppd[4344]: Connection terminated.
> Apr 24 20:09:09 npl /etc/hotplug/net.agent: unregister event not
> supported
> Apr 24 20:09:09 npl pppd[4344]: Hangup (SIGHUP)
> Apr 24 20:09:09 npl pppd[4344]: Exit.
>
> And net.agent blocks this every time. Why?
>
> I need to get this fixed. Buying Red Hat Linux 7.0 and now beating my
> head against the wall for days is making me very unhappy.
>
> - Randall
>
>
>
> _______________________________________________
> Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
> Linux-hotplug-devel@lists.sourceforge.net
> http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-04-25 17:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-25 4:02 Register Event not handled (again) randallr
2001-04-25 17:27 ` David Brownell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).