Bug 155842

Summary: ConfPAP.py:86:initvars:IndexError: list index out of range
Product: [Fedora] Fedora Reporter: Ken Sheldon <ken_sheldon>
Component: system-config-networkAssignee: Harald Hoyer <harald>
Status: CLOSED CANTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
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: 2005-09-16 14:11:48 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 Ken Sheldon 2005-04-24 15:21:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050416 Fedora/1.0.3-1.3.1 Firefox/1.0.3

Description of problem:
Component: system-config-network
Version: 1.3.22
Summary: TB40cc7661 ConfPAP.py:86:initvars:IndexError: list index out of range
Traceback (most recent call last):
  File "/usr/sbin/system-config-network-gui", line 166, in main
    window = mainDialog()
  File "/usr/src/build/473077-noarch/install/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 261, in __init__
  File "/usr/src/build/473077-noarch/install/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 293, in load
  File "/usr/src/build/473077-noarch/install/usr/share/system-config-network/netconfpkg/gui/maindialog.py", line 301, in loadDevices
  File "/usr/src/build/473077-noarch/install/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 294, in getDeviceList
  File "/usr/src/build/473077-noarch/install/usr/share/system-config-network/netconfpkg/NCDeviceList.py", line 80, in load
  File "/usr/src/build/473077-noarch/install/usr/share/system-config-network/netconfpkg/plugins/NCDevModem.py", line 36, in load
  File "/usr/src/build/473077-noarch/install/usr/share/system-config-network/netconfpkg/NCDialup.py", line 510, in load
  File "/usr/src/build/473077-noarch/install/usr/share/system-config-network/netconfpkg/NCDialup.py", line 127, in load
  File "/usr/src/build/473077-noarch/install/usr/share/system-config-network/netconfpkg/NC_functions.py", line 297, in getPAPConf
  File "/usr/lib/python2.3/site-packages/rhpl/ConfPAP.py", line 33, in __init__
    Conf.Conf.__init__(self, filename, '#', ' \t', ' \t')
  File "/usr/lib/python2.3/site-packages/rhpl/Conf.py", line 181, in __init__
    self.read()
  File "/usr/lib/python2.3/site-packages/rhpl/ConfPAP.py", line 38, in read
    self.initvars()
  File "/usr/lib/python2.3/site-packages/rhpl/ConfPAP.py", line 86, in initvars
    self.vars[var[0]][var[1]] = var[2]
IndexError: list index out of range

Local variables in innermost frame:
var: ['', 'tmobile']
self: <rhpl.ConfPAP.ConfPAP instance at 0xb7a6542c>


Version-Release number of selected component (if applicable):
system-config-network-1.3.22-1

How reproducible:
Always

Steps to Reproduce:
This occurs whenever I run 
system-config-network  
or
system-config-network-tui

  


Actual Results:  GUI box:
"An unhandled exception has occurred..."



Expected Results:  Start the GUI

Additional info:

Comment 1 Harald Hoyer 2005-04-25 12:33:47 UTC
Please check you /etc/ppp/chap and /etc/ppp/pap files for the correct syntax.

Comment 2 Harald Hoyer 2005-09-16 14:11:48 UTC
CANTFIX without more information, closed due to inactivity.