Bug 320991 - NoneType object has no attribute 'lower' (unconfigured NIC in text install)
Summary: NoneType object has no attribute 'lower' (unconfigured NIC in text install)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F8Blocker
TreeView+ depends on / blocked
 
Reported: 2007-10-05 22:37 UTC by John Reiser
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-10-10 18:42:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description John Reiser 2007-10-05 22:37:47 UTC
Description of problem: Text-mode install via http errors out when there is an
unconfigured [and unused] ethernet interface.


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


How reproducible: haven't tried


Steps to Reproduce:
1. On a machine with more than one ethernet interface, boot the rescue disk,
choose new install, http method.
2. Configure only the builtin ethernet interface (usually the last one in the
list), leaving all the other ethernet [cards] UNCONFIGURED.
3.
  
Actual results:Exception Occurred
"/usr/lib/anaconda/netowrk.ph", line 135, in __str__
  if self.get('bootproto').lower() != 'dhcp' ...



Expected results: No exception


Additional info: graphical install gets no Exception.

Comment 1 John Reiser 2007-10-05 22:40:31 UTC
Arrggghhhh, typos:
"/usr/lib/anaconda/network.py", line 135, ...

AttributeError: 'NoneType' object has no attribute 'lower'

Comment 2 Jeremy Katz 2007-10-10 18:42:58 UTC
Fixed in CVS


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