LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Problem with Network Config (https://www.linuxquestions.org/questions/linux-hardware-18/problem-with-network-config-42329/)

theguy311 01-21-2003 04:55 PM

Problem with Network Config
 
So far this board has helped me a lot... right now I am stuck...

When I try to edit eth0 the config program crashes. Now I've sent a bug report to red hat but I was wondering if anyone had any quick ideas.. i get this dump file:


-------------------------------------------
Traceback (innermost last):
File "/usr/sbin/neat", line 1402, in ?
gtk.mainloop()
File "/usr/lib/python1.5/site-packages/gtk.py", line 2676, in mainloop
_gtk.gtk_main()
File "/usr/lib/python1.5/site-packages/gtk.py", line 130, in __call__
ret = apply(self.func, a)
File "/usr/sbin/neat", line 813, in on_generic_clist_button_release_event
apply (func)
File "/usr/sbin/neat", line 1248, in on_hardwareEditButton_clicked
self.showHardwareDialog(type, true)
File "/usr/sbin/neat", line 1269, in showHardwareDialog
dialog = ethernetHardwareDialog(hw)
File "/usr/sbin/../share/redhat-config-network/netconfpkg/gui/ethernethardware.py", line 75, in __init__
self.setup()
File "/usr/sbin/../share/redhat-config-network/netconfpkg/gui/ethernethardware.py", line 135, in setup
list.append(modInfo[i]['description'])
KeyError: description

----------------------------------------


Is there a way to just reinstall the network config?

Could this also be the problem as to why I can not get Swat or Samba to work right? That'll come after i get this problem fixed though!

- Guy
:newbie:

acid_kewpie 01-21-2003 05:02 PM

seems to be a problem with the python wrappers for gtk. make sure you have the latest versions of this program as well as the newest pygtk package. alternatively just use a different program like netconfig. or manually edit the files yourself such as /etc/sysconfig/network-scripts/ifcfg-eth0

theguy311 01-21-2003 05:20 PM

I am 100% new to this stuff so just a quick question:

would any of this make it so samba not work right:

DEVICE='eth0'
BOOTPROTO='none'
ONBOOT='yes'
TYPE='Ethernet'
USERCTL='no'
NETWORK='10.0.0.0'
BROADCAST='10.0.0.255'
IPADDR='10.0.0.11'
GATEWAY='10.0.0.1'
NETMASK='255.255.255.0'


All times are GMT -5. The time now is 03:14 AM.