PDA

View Full Version : Network Device Control do not start if I am not log as root.


DragonFly1801
2008-03-26, 02:23 PM CDT
Hello,

I just finish a clean installation of FC8.
I want to start the neat-control application.
I open xterm and launch the neat-control application.
The application do not start.
This is what I have on the console:
$ neat-control
Traceback (most recent call last):
File "/usr/bin/neat-control", line 484, in <module>
window = mainDialog()
File "/usr/bin/neat-control", line 117, in __init__
self.devicelist = self.getProfDeviceList()
File "/usr/bin/neat-control", line 406, in getProfDeviceList
profilelist = getProfileList(refresh)
File "/usr/share/system-config-network/netconfpkg/NCProfileList.py", line 652, in getProfileList
__PFList.load()
File "/usr/share/system-config-network/netconfpkg/NCProfileList.py", line 75, in load
changed = updateNetworkScripts()
File "/usr/share/system-config-network/netconfpkg/NC_functions.py", line 940, in updateNetworkScripts
log.log(5, "Cannot write to %s" % (getRoot + "/"))
TypeError: unsupported operand type(s) for +: 'function' and 'str'


If I log as root I could launch the neat-control.
How to be able to launch the neat-control application from any user?
Thanks for help.

DragonFly1801
2008-03-26, 08:28 PM CDT
I found the solution...
After install the FC8 from the DVD, the system-config-network version was 1.4.3. Update the system-config-network to version 1.4.7 and it solve the problem.