about Neat command failure in linux [message #595810] |
Fri, 13 September 2013 23:55 |
8939513598$
Messages: 103 Registered: July 2013 Location: chennai
|
Senior Member |
|
|
when executing neat command as a root user in linux, it's showing error displaying below,
[root@oraclehost2 ~]# neat
Traceback (most recent call last):
File "/usr/sbin/neat", line 64, in ?
from netconfpkg.NC_functions import log
File "/usr/share/system-config-network/netconfpkg/__init__.py", line 41, in ?
GenClass_read_classfile(__path__[0] + "/" + _idl_file, mod = __netconfpkg)
File "/usr/lib/python2.4/site-packages/rhpl/genClass.py", line 989, in GenClass_read_classfile
__GenClass_read_classfile(boxpath, mod, OptLower)
File "/usr/lib/python2.4/site-packages/rhpl/genClass.py", line 942, in __GenClass_read_classfile
doc = xml.dom.minidom.parse(boxpath)
File "/usr/lib/python2.4/site-packages/_xmlplus/dom/minidom.py", line 1914, in parse
from xml.dom import expatbuilder
File "/usr/lib/python2.4/site-packages/_xmlplus/dom/expatbuilder.py", line 32, in ?
from xml.parsers import expat
File "/usr/lib/python2.4/site-packages/_xmlplus/parsers/expat.py", line 4, in ?
from pyexpat import *
ImportError: /usr/lib/python2.4/site-packages/_xmlplus/parsers/pyexpat.so: undefined symbol: XML_StopParser
Generally, neat command should work only as root user, but when logged in as oracle user and executed neat, it's working and prompting for root password, how's that possible?
|
|
|
|
|