Bug 624992
| Summary: | VNC install fails with AttributeError: 'NoneType' object has no attribute 'find' | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Alexander Todorov <atodorov> | ||||||||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Release Test Team <release-test-team-automation> | ||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||
| Priority: | high | ||||||||||||||
| Version: | 6.0 | CC: | rvykydal | ||||||||||||
| Target Milestone: | rc | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | All | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2010-08-19 10:33:31 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: | |||||||||||||||
| Attachments: |
|
||||||||||||||
Update: I can reproduce every time on ibm-x3755-02.ovirt.rhts no matter which NIC is selected in loader network configuration menu. Please attach the complete traceback. Created attachment 439423 [details]
anaconda.log
Created attachment 439424 [details]
ifcfg.log
Created attachment 439425 [details]
program.log
Created attachment 439426 [details]
storage.log
Created attachment 439427 [details]
syslog
Please attach the /tmp/anaconda-tb* file so we can actually see the entire traceback information. There's no such file. *** This bug has been marked as a duplicate of bug 620823 *** *** This bug has been marked as a duplicate of bug 623937 *** |
Description of problem: Trying to run VNC install with the latest RHEL6 build I got a traceback on the console: Running anaconda 13.21.74, the Red Hat Enterprise Linux system installer - please wait. 06:17:46 Starting VNC... Traceback (most recent call last): File "/usr/bin/anaconda", line 1013, in <module> runVNC() File "/usr/bin/anaconda", line 343, in runVNC vncS.startServer() File "/usr/lib/anaconda/vnc.py", line 217, in startServer self.initialize() File "/usr/lib/anaconda/vnc.py", line 128, in initialize if self.ip.find(':') != -1: AttributeError: 'NoneType' object has no attribute 'find' install exited abnormally [1/1] The system will be rebooted when you press Ctrl-C or Ctrl-Alt-Delete. Version-Release number of selected component (if applicable): anaconda 13.21.74 How reproducible: tried once. Steps to Reproduce: 1. Boot the system with linix vnc method=http://... console=ttyS0,... 2. In loader press Next to select default language and acivate networking (eth0 is pre-selected) 3. Rigth at the beginning of stage2 this traceback happens. Actual results: Traceback, VNC session not started Expected results: VNC is started Additional info: This is blocking VNC installs