LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   network (route problems) in FC6 64bit (https://www.linuxquestions.org/questions/fedora-35/network-route-problems-in-fc6-64bit-497293/)

tarotint 10-31-2006 02:34 PM

network (route problems) in FC6 64bit
 
hi

I have just installed Fedora core 6 64bit and i have a problem when i try to configure the network in order to go online when you access the netwrok config menu and select the eth0 and in the subheading Route and try to add the destination,prefix,gatway it comes up with the following error:

Traceback (most recent call last):
File "/usr/share/system-config-network/netconfpkg/gui/sharedtcpip.py", line 284, in on_routeAddButton_clicked
route_update(xml, device)
File "/usr/share/system-config-network/netconfpkg/gui/sharedtcpip.py", line 176, in route_update
clist.append([route.Address, route.Netmask, route.Gateway])
TypeError: sequence item not a string or unicode object

Local variables in innermost frame:
device: Device.AutoDNS=true
Device.HardwareAddress=00:a0:cc:59:86:b7
Device.Type=Ethernet
Device.IPv6Init=false
Device.StaticRoutes.1.Gateway=[]
Device.StaticRoutes.1.Netmask=[]
Device.StaticRoutes.1.Address=[]
Device.Netmask=255.255.255.0
Device.BootProto=none
Device.Device=eth0
Device.OnBoot=false
Device.IP=192.168.1.201
Device.Alias=0
Device.OnParent=true
Device.DeviceId=eth0:1
Device.AllowUser=false
Device.Gateway=192.168.1.1

xml: <glade.XML object (PyGladeXML) at 0x2aaabfef7e10>
route: Route.Gateway=[]
Route.Netmask=[]
Route.Address=[]

clist: <gtk.CList object (GtkCList) at 0x2aaabff26b40>

any ideas how i may be ab;e to fix this problem?

acid_kewpie 10-31-2006 02:59 PM

this clearly has nothing at all to do with networking, it's just a python code error. personally i'd say just edit /etc/sysconfig/network-scripts/ifcfg-eth0 directly

tarotint 11-01-2006 07:02 PM

Thanks for your help acid_kewpie but i came up with a few more problems with it by going though the terminal (it would not recogonise the comand). however i did manage to solve the problem by simply installing installing FC5 and then adjusing the setting on FC5 so the the internet will work and then simply update the FC5 with FC6 and now it works perfectly. Yes its a long way round i admit that but its a solution none the less just thought you might like to know how i did it.:)


All times are GMT -5. The time now is 12:46 AM.