Bug 444013 - Anaconda crashes trying to do a local install
Summary: Anaconda crashes trying to do a local install
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-24 15:26 UTC by Rob Lazzurs
Modified: 2008-08-06 21:07 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-08-06 21:07:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
kickstart file (8.46 KB, text/plain)
2008-04-24 15:26 UTC, Rob Lazzurs
no flags Details

Description Rob Lazzurs 2008-04-24 15:26:20 UTC
Description of problem:

When trying to do a local install with the command line below and the kickstart
attached I get the error below

Command line:

/usr/sbin/anaconda --method
nfs://scratch1/rl/project/masterOS_fc7/masterOS/build/DVD/FC/7_i386/iso/
--kickstart=/scratch1/rl/project/masterOS_fc7/masterOS/build/DVD/FC/7_i386/desktop-cleanroot-kickstart
--rootpath=/scratch1/rl/project/masterOS_fc7/masterOS/build/FC/7_i386/desktop --text

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

                                                                               
                                                                               
                                                                            
anaconda-11.3.0.50-2

How reproducible:

Every time

Steps to Reproduce:
1. Extract the ISO to the directory specified above
2. Run the anaconda command line
3. Boom
4. Profit? ;)
  
Actual results:

Traceback (most recent call last):
File "/usr/sbin/anaconda", line 917, in <module>
kickstart.processKickstartFile(anaconda, opts.ksfile)                          
                    
File "/usr/lib/anaconda/kickstart.py", line 853, in processKickstartFile
runPreScripts(anaconda, ksparser.handler.scripts)
File "/usr/lib/anaconda/kickstart.py", line 913, in runPreScripts
map (lambda s: s.run("/", flags.serial, anaconda.intf), preScripts)
File "/usr/lib/anaconda/kickstart.py", line 913, in <lambda>
map (lambda s: s.run("/", flags.serial, anaconda.intf), preScripts)
File "/usr/lib/anaconda/kickstart.py", line 90, in run
os.chmod("%s" % messages, 0600)
OSError: [Errno 2] No such file or directory: 'False'

Expected results:

A F7 install in the specified directory

Additional info:

Comment 1 Rob Lazzurs 2008-04-24 15:26:20 UTC
Created attachment 303645 [details]
kickstart file

Comment 2 Andy Lindeberg 2008-06-03 16:27:40 UTC
Have you tried installing F9, and if so, have you encountered the same error?


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