From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030206 Description of problem: When trying to load the redhat-config-network program from the redhat menu, it asks for root password as normal, then a small dialog appears "Loading Network Configuration" and a second later it crashes with a popup with a traceback (will be attached) that an Exception occured. Reproducable only on laptop with 3com NIC in dockingstation and rtl8319 pcmcia NIC inserted or the same after removing. Reinstall and reboot make no difference (I have not tested after installing phoebe without the pcmcia nic inserted) Version-Release number of selected component (if applicable): 1.1.97-? (phoebe3) and 1.2.0-2 (rawhide) How reproducible: Always Steps to Reproduce: 1. Simply run from menu or console 2. Enter requested root pass Actual Results: Crash with traceback if started from console, console displays: Copying ifcfg-eth0 to devices and putting it into the default profile. Copying /etc/hosts to default profile. Copying /etc/resolv.conf to default profile. Expected Results: Normal display of the config dialog ;-) Additional info: I expect difficult reproducability, feel free to contact me, i will do as much help as i can.
Created attachment 90630 [details] saved backtrace from crash saved backtrace from crash
should be fixed in the final version. please update rhpl also
Any location I can find the packages updated? (nothing new in rawhide or phoebe dirs even on main ftp) Else verify wether it Worksforme(tm) now is a bit difficult :-)
you could add import * from gtk to the top of maindialog.py. Strange enough, that "WORKSFORME" workx for me :)
Like i stated in my initial report, i couldn't reproduce on a different machine, but even after re-installing from blank on my laptop the problem didn't disappear. This change makes it work for me (you mistook the python syntax it seems ;-) ): (redhat-config-netork still from rawhide (1.2.0-2), didn't update rhpl (no later version in rawhide): --- maindialog.py.orig 2003-03-24 18:27:42.000000000 +0100 +++ maindialog.py 2003-03-24 18:27:48.000000000 +0100 @@ -30,6 +30,7 @@ import gtk import gtk.glade import gnome.ui +from gtk import * PROFILE_COLUMN = 0 STATUS_COLUMN = 1
-ENOSLEEP :-)
*** Bug 91106 has been marked as a duplicate of this bug. ***
please try the update on: http://people.redhat.com/harald/redhat-config-network/
*** This bug has been marked as a duplicate of 86060 ***
*** Bug 91149 has been marked as a duplicate of this bug. ***
*** Bug 91938 has been marked as a duplicate of this bug. ***
*** Bug 97974 has been marked as a duplicate of this bug. ***
*** Bug 97971 has been marked as a duplicate of this bug. ***
*** Bug 108412 has been marked as a duplicate of this bug. ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.