Bug 333381

Summary: After updates 10-15-07 Gnome Network Device Control no longer starts or functions
Product: [Fedora] Fedora Reporter: Dan Beard <zytemp2g>
Component: system-config-networkAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 8CC: gelb
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-21 06:41:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dan Beard 2007-10-16 02:15:16 UTC
Description of problem:After tonight's updates, (oct. 15, 2007) Network Device
control will not start from applet or menu.


Version-Release number of selected component (if applicable):
Rawhide 

How reproducible:
Nominal operation

Steps to Reproduce:
1. Click menu item or panel applet.
2. Short duration disk activity then fails to start
3. 
  
Actual results:
Failure to start and run

Expected results:


Additional info:  I may have this assigned to the wrong component.   Description
should provide needed info.

Comment 1 Dan Beard 2007-10-16 17:22:19 UTC
Additional info:

Network manager is now broken too.

Comment 2 Lev Gelb 2007-10-19 21:48:25 UTC
I believe this is due to a python error in the file:
/usr/share/system-config-network/netconfpkg/NC_functions.py

Line 940 should be:
           log.log(5, "Cannot write to %s" % (getRoot() + "/"))
rather than:
           log.log(5, "Cannot write to %s" % (getRoot + "/"))

At least, once I've fixed this, system-control-network works for me.

Comment 3 Harald Hoyer 2007-10-21 06:41:05 UTC
already fixed