Bug 65193 - TB Conf:507:initvars IndexError: list index out of range / nameservers
Summary: TB Conf:507:initvars IndexError: list index out of range / nameservers
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: redhat-config-network
Version: 7.3
Hardware: i386
OS: Linux
medium
low
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: rcn-7.3
TreeView+ depends on / blocked
 
Reported: 2002-05-19 21:07 UTC by Adam Pribyl
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-06-26 16:10:12 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2002:257 0 high SHIPPED_LIVE Updated redhat-config-network package available 2003-05-06 04:00:00 UTC
Red Hat Product Errata RHBA-2002:267 0 normal SHIPPED_LIVE Updated redhat-config-network package available 2003-02-07 15:19:58 UTC

Description Adam Pribyl 2002-05-19 21:07:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417

Description of problem:
redhat-config-network fails to start when no nameserver is defined in
/etc/resolv.conf

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.remove any existing nameserver XXX.XXX.XXX.XXX from /etc/resolv.conf, leave
only "search \n nameserver \n" lines in there
2.run internet-druid/redhat-config-network
3.
	

Actual Results:  Traceback lower

Expected Results:  rh-cfg-net should start

Additional info:

This is traceback of rh-cfg-net:
Traceback (innermost last):
  File "/usr/sbin/internet-druid", line 1400, in ?
    window = mainDialog('druid')
  File "/usr/sbin/internet-druid", line 222, in __init__
    self.load()
  File "/usr/sbin/internet-druid", line 243, in load
    self.loadProfiles()
  File "/usr/sbin/internet-druid", line 256, in loadProfiles
    profilelist = getProfileList()
  File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCProfileList.py", l
ine 393, in getProfileList
    PFList.load()
  File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCProfileList.py", l
ine 45, in load
    dnsconf = Conf.ConfEResolv()
  File "/usr/sbin/../share/redhat-config-network/netconfpkg/Conf.py", line 494, 
in __init__
    Conf.__init__(self, '/etc/resolv.conf', '#', '\t ', ' ')
  File "/usr/sbin/../share/redhat-config-network/netconfpkg/Conf.py", line 180, 
in __init__
    self.read()
  File "/usr/sbin/../share/redhat-config-network/netconfpkg/Conf.py", line 497, 
in read
    self.initvars()
  File "/usr/sbin/../share/redhat-config-network/netconfpkg/Conf.py", line 507, 
in initvars
    self.vars['nameservers'] = [ var[1] ]
IndexError: list index out of range

Local variables in innermost frame:
self: <netconfpkg.Conf.ConfEResolv instance at 82f84a0>
var: ['nameserver']

Comment 1 Harald Hoyer 2002-06-26 16:10:07 UTC
fixed in CVS

Comment 2 Harald Hoyer 2002-10-23 09:56:29 UTC
first beta of erratum is available at:
ftp://people.redhat.com/harald/redhat-config-network/1.0.1-1/

Most of the bugs reported have been removed, but as in every software change,
there could be new bugs introduced.

Please report bugs against this with explicitly stating the 1.0.1 version... Thx
and please test.

Comment 3 John Flanagan 2003-02-14 21:04:14 UTC
An errata has been issued which should help the problem described in this bug report. 
This report is therefore being closed with a resolution of ERRATA. For more information
on the solution and/or where to find the updated files, please follow the link below. You may reopen 
this bug report if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2002-267.html



Note You need to log in before you can comment on or make changes to this bug.