setup 进入网络配置出现下面的情况

来源:2-1 Linux网络配置之IP地址配置

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) 


写回答 关注

2回答

  • 慕移动151143
    2017-09-16 22:33:21

    网卡的UIID在哪里设置,设成什么?

  • Y_S_GAKKI
    2017-07-08 18:52:33

    已解决,是网卡的UIID错了,修改后成功

    Salted...

    怎么解决的啊?

    2019-12-23 22:55:20

    共 1 条回复 >

Linux网络管理

为你带来Linux网络环境搭建,介绍远程登录工具的使用

114423 学习 · 426 问题

查看课程

相似问题