Y_S_GAKKI
2017-07-08 14:32
出现一个未解决的异常。这极可能是一个程序错误,请将其崩溃组合码转储入一个文件,然后在 https://bugzilla.redhat.com/bugzilla 提交一份关于 system-config-network 的详细错误报告。
Component: system-config-network
Version: 1.6.0.el6.2
Summary: TB /usr/share/system-config-network/netconfpkg/conf/ConfShellVar.py:36:initvars:ConfIndexError: end quote not found in //etc/sysconfig/networking/devices/ifcfg-eth0: UUID
Traceback (most recent call last):
File "/usr/sbin/system-config-network-tui", line 324, in <module>
sys.exit(main())
File "/usr/sbin/system-config-network-tui", line 286, in main
plist = getProfileList()
File "/usr/share/system-config-network/netconfpkg/NCProfileList.py", line 669, in getProfileList
__PFList.load()
File "/usr/share/system-config-network/netconfpkg/NCProfileList.py", line 90, in load
self.loadprof(pr, profdir)
File "/usr/share/system-config-network/netconfpkg/NCProfileList.py", line 104, in loadprof
devicelist = NCDeviceList.getDeviceList()
File "/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 329, in getDeviceList
__DVList.load()
File "/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 59, in load
conf = ConfDevice(dev, devdir)
File "/usr/share/system-config-network/netconfpkg/NCDevice.py", line 113, in __init__
ConfShellVar.ConfShellVar.__init__(self, self.filename)
File "/usr/share/system-config-network/netconfpkg/conf/ConfShellVar.py", line 11, in __init__
separators='=', separator='=')
File "/usr/share/system-config-network/netconfpkg/conf/Conf.py", line 203, in __init__
self.read()
File "/usr/share/system-config-network/netconfpkg/conf/ConfShellVar.py", line 15, in read
self.initvars()
File "/usr/share/system-config-network/netconfpkg/conf/ConfShellVar.py", line 36, in initvars
raise ConfIndexError (self.filename, var)
ConfIndexError: end quote not found in //etc/sysconfig/networking/devices/ifcfg-eth0: UUID
> /usr/share/system-config-network/netconfpkg/conf/ConfShellVar.py(36)initvars()
-> raise ConfIndexError (self.filename, var)
(Pdb)
网卡的UIID在哪里设置,设成什么?
已解决,是网卡的UIID错了,修改后成功
Linux网络管理
114423 学习 · 426 问题
相似问题