Bug 181760

Summary: traceback: can't open /tmp/partitioning
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: anacondaAssignee: Chris Lumens <clumens>
Status: CLOSED CURRENTRELEASE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: b1r63r
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 10.92.6-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-29 15:20:18 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:

Description Karsten Hopp 2006-02-16 11:01:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.1) Gecko/20060202 Fedora/1.5.0.1-2 Firefox/1.5.0.1

Description of problem:
I'm using a custom kickstart where I figure out the machines IP and download
partitioning data based on this IP. This used to work with FC4, but fails with a traceback in FC5/devel

Version-Release number of selected component (if applicable):
anaconda-10.92.4-1.x86_64

How reproducible:
Always

Steps to Reproduce:
1. write a kickstart file which downloads /tmp/partitioning based on its IP address
2. watch how anaconda tracebacks
3.
  

Actual Results:  File "/usr/bin/anaconda", line 679, in ?
ksparser.readKickstart(ksfile)
File "/usr/lib/python2.4/site-packages/pykickstart/parser.py", line 971, in readKickstart
File "/usr/lib/python2.4/site-packages/pykickstart/parser.py", line 920, in readKickstart
fh = open(file)
IOError: [Errno 2] No such file or directory: '/tmp/partitioning'
install exited abnormally

Additional info:

Comment 1 Karsten Hopp 2006-02-16 11:50:24 UTC
'/tmp/partitioning' is the file I download in %pre and include in the kickstart
file. So it looks like wget in %pre is failing

Comment 2 Chris Lumens 2006-02-16 14:41:01 UTC
Please attach your kickstart file to this bug report.

Comment 4 Chris Lumens 2006-02-16 18:36:49 UTC
This should be fixed in post-test3 Rawhide.  Please test with the next anaconda
build and let me know if it's working for you.

Comment 5 Karsten Hopp 2006-03-14 12:08:39 UTC
*** Bug 185396 has been marked as a duplicate of this bug. ***