[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RedHat 4.1 control-panel Network Configuration problem
- To: 3ecc4@xxxxxxxxxxxxxxxx (Chen Elvis C)
- Subject: Re: RedHat 4.1 control-panel Network Configuration problem
- From: http://dummy.us.eu.org/robert (robert)
- Date: Sun, 30 Mar 1997 13:05:48 -0800
- Cc: http://www.ix.netcom.com/~mystere (RHS Linux User)
- Newsgroups: comp.os.linux.setup
- XX-from: http://dummy.us.eu.org/robert (robert)
> From: http://www.ix.netcom.com/~mystere (RHS Linux User)
> Date: 1997/03/17
> Message-Id: <5gjanu$2cv@dfw-ixnews3.ix.netcom.com>
>
> In article <5gijag$9q3@knot.queensu.ca>,
> 3ecc4@qlink.queensu.ca (Chen Elvis C) writes:
> > greetings:
> >
> > I have a strange problem with RedHat 4.1's control-panel->network
> > Configuration.
> >
> > It worked before, but one time when I run X ans tried to start a
> > PPP connection by clicking on the "network configuration" icon, I got the
> > following message:
Ya know, I'm getting exactly this error except for eth0 (ethernet):
# netcfg
Red Hat Linux netcfg 2.13
Copyright (C) 1996 Red Hat Software
Redistributable under the terms of the GNU General Public License
Traceback (innermost last):
File "/usr/lib/rhs/netcfg/netcfg.py", line 1567, in ?
win = WindowFrame(Toplevel())
File "/usr/lib/rhs/netcfg/netcfg.py", line 1535, in __init__
self.G = GV()
File "/usr/lib/rhs/netcfg/netcfg.py", line 94, in __init__
self.ESStaticRoutes = ConfESStaticRoutes()
File "/usr/lib/rhs/python/Conf.py", line 443, in __init__
Conf.__init__(self, '/etc/sysconfig/static-routes', '#', '\t ', ' ')
File "/usr/lib/rhs/python/Conf.py", line 110, in __init__
self.read()
File "/usr/lib/rhs/python/Conf.py", line 446, in read
self.initvars()
File "/usr/lib/rhs/python/Conf.py", line 455, in initvars
self.vars[var[0]].append([var[2], var[4], var[6]])
KeyError: eth0
It was working 'til I started playing with routing. Also, doing a dmesg
reveals (don't know if this is relevant):
ARP: arp called for own IP address
ARP: arp called for own IP address
ARP: arp called for own IP address
ARP: arp called for own IP address
ARP: arp called for own IP address
ARP: arp called for own IP address
ARP: arp called for own IP address
ARP: arp called for own IP address
I tried grep-ing for "arp" in /etc/rc*/*{,/*} but found nothing; I also
tried the same in /etc/sysconfig/network-scripts/* w/o success.
Did you find a solution to this? I tried scanning some other files in
/etc, but saw nothing unusual.
Thanks for any tips.