From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030121 Description of problem: If one configures an isdn profile and then try to activate it but dont have isdn4k-utils installed r-c-n crashes with a python traceback. I think redhat-config-network package should either require isdn4k-utils (the easy way out :) or handle gracefully the situation (disable isdn activation if the utils aren't present or something like that) Version-Release number of selected component (if applicable): 1.1.20-1 How reproducible: Always Steps to Reproduce: 1. rpm -e isdn4k-utils 2. create an isdn-profile with redhat-config-network 3. try to activate the profile Actual Results: Component: redhat-config-network Version: 1.1.90 Summary: TB /usr/lib/python2.2/site-packages/rhpl/executil.py:209:gtkExecWithCaptureStatus:RuntimeError: /usr/sbin/isdnup can not be run Traceback (most recent call last): File "/usr/sbin/../share/redhat-config-network/netconfpkg/gui/maindialog.py", line 763, in on_deviceActivateButton_clicked (status, txt) = intf.activate(device) File "/usr/sbin/../share/redhat-config-network/netconfpkg/Control.py", line 108, in activate catchfd = (1,2)) File "/usr/lib/python2.2/site-packages/rhpl/executil.py", line 209, in gtkExecWithCaptureStatus raise RuntimeError, command + " can not be run" RuntimeError: /usr/sbin/isdnup can not be run Expected Results: It should tell the user the utilities aren't present .. or something along those lines. Additional info:
it now tells user the utilities aren't present ...