Bug 320991
| Summary: | NoneType object has no attribute 'lower' (unconfigured NIC in text install) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Reiser <jreiser> |
| Component: | anaconda | Assignee: | David Cantrell <dcantrell> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-10-10 18:42:58 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 235703 | ||
Arrggghhhh, typos: "/usr/lib/anaconda/network.py", line 135, ... AttributeError: 'NoneType' object has no attribute 'lower' Fixed in CVS |
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.