Bug 827567 - VNC install fails
Summary: VNC install fails
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-01 19:03 UTC by Scott Baker
Modified: 2013-01-10 06:49 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-10-03 23:56:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Screen shot of error (68.67 KB, image/jpeg)
2012-06-01 19:03 UTC, Scott Baker
no flags Details

Description Scott Baker 2012-06-01 19:03:06 UTC
Created attachment 588562 [details]
Screen shot of error

Description of problem:
VNC installs fails with a Python error

How reproducible: Easy

Steps to Reproduce:
1. Insert the x86_64 DVD 
2. Get to the install prompt
3. Hit esc
4. Type "linux vnc"
  
Actual results:
Fails with a Python error: "AttributeError: 'NoneType' object has no attribute 'find'"

I think it's referring to the IP address. I never entered an IP address, and anaconda didn't ask me for one. Previous versions asked for an IP before starting VNC.

Expected results:
VNC starts and I can install

Comment 1 Scott Baker 2012-06-01 20:26:51 UTC
This may be because I don't have a DHCP server on that network. If I try it in a virtual machine that has a DHCP server it appears to work. 

Anaconda used to ask for IP information if you specified VNC install and didn't supply IP information at the command line. That worked well, please bring that back.

Comment 2 Jesse Keating 2012-06-29 00:09:56 UTC
We've removed all the code that would prompt for that prior to running anaconda. It's not coming back.  There are boot options to specify the IP address http://fedoraproject.org/wiki/Dracut/Options#Network

I have posted code that will exit the installer if no IP is found, but it will do it cleanly, not with a traceback.

Comment 3 Jesse Keating 2012-06-29 21:08:15 UTC
Pushed as 167a0e193969b9ce531684637eaf7e89e35bad69 and 29f4ed3f2b83fad2a1209105819b4b67f61fb194

Will be fixed in the next build of anaconda (for rawhide).

Comment 4 Jesse Keating 2012-10-03 23:56:28 UTC
This is fixed in branched.


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