Bug 463512
| Summary: | DVD install results in traceback - AttributeError: NetworkDevice instance has no attribute 'bringDeviceUp' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> | ||||
| Component: | anaconda | Assignee: | David Cantrell <dcantrell> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | anaconda-maint-list, dcantrell, jturner, poelstra, wwoods | ||||
| 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: | 2008-10-25 15:56:22 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: | 446449 | ||||||
| Attachments: |
|
||||||
Changing blocks to F10Beta per discussion w/ jkeating Reproduced on i386 using anaconda 11.4.1.39 included in i386 DVD built on reducto.install.bos.redhat.com Using the updates files from http://dcantrel.fedorapeople.org/anaconda/updates/ and loading the updates.img from a USB key does not exhibit this traceback Tested with Snap3 i386 DVD - no traceback, network came up as expected. |
Created attachment 317514 [details] anacdump.txt Description of problem: Anaconda traceback while setting up yum repositories when booting and installing from a DVD. Version-Release number of selected component (if applicable): anaconda 11.4.1.39 How reproducible: 100% Steps to Reproduce: 1. Boot Fedora-10-Beta-x86_64-DVD.iso 2. Proceed to stage#2 3. Click Next through each prompt, accepting defaults 4. At hostname prompt, enter a hostname other than 'localhost' Actual results: Traceback (most recent call first): File "/usr/lib/anaconda/network.py", line 389, in lookupHostname dev.bringDeviceUp() File "/usr/lib/anaconda/network.py", line 558, in write ip = self.lookupHostname() File "/usr/lib/anaconda/yuminstall.py", line 1469, in doPreInstall anaconda.id.network.write(anaconda.rootPath) File "/usr/lib/anaconda/backend.py", line 258, in doPreInstall anaconda.backend.doPreInstall(anaconda) File "/usr/lib/anaconda/dispatch.py", line 204, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 127, in gotoNext self.moveStep() File "/usr/lib/anaconda/gui.py", line 1349, in nextClicked self.anaconda.dispatch.gotoNext() File "/usr/lib/anaconda/iw/progress_gui.py", line 79, in renderCallback self.intf.icw.nextClicked() File "/usr/lib/anaconda/gui.py", line 1370, in handleRenderCallback self.currentWindow.renderCallback() AttributeError: NetworkDevice instance has no attribute 'bringDeviceUp' Expected results: No traceback ... networking should not be activated during a DVD installation unless a network URL repo has been added? Additional info: The following workarounds exist: 1) boot the DVD with the boot parameter "updates=foo". And then select "Cancel" at the updates prompt. This will activate networking as if it were trying to download an updates.img. 2) Use a hostname of 'localhost' works around the traceback.