Bug 113795 - Get two core dumps(anacdump.txt) in x86_64 version of Fedora installation
Summary: Get two core dumps(anacdump.txt) in x86_64 version of Fedora installation
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-18 09:03 UTC by higezo
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-01-20 23:10:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description higezo 2004-01-18 09:03:43 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.4.1)
Gecko/20031216

Description of problem:
I have got two core dumps(anacdump.txt) from anaconda
during x86_64 version of Fedora installation.
One is the installation by network, another is by DVD.
I have saved both cores so report you.


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


How reproducible:
Always

Steps to Reproduce:
[1] Core by network installation.

I got the core during x86_64 version of Fedora installation
by connecting to download.fedora.redhat.com.
(Off cause I would not want to use the server.)

------------ beginning of anacdump.txt ------------ 
http://starfire.dnsalias.net/x86_64/anacdump_network.txt
------------ end of anacdump.txt ------------ 


[2] Core by DVD installation.

As seeing [1] I made installation DVD 
as follows:

(1) Installation of i386 version of Fedora.
(2) Performing the following commands on that Fedora.

# adduser hoo
# su - hoo
% mkdir -p dvdbuild/Fedora
% rsync --delete-excluded --exclude SRPMS --exclude debug -av
rsync://mirrors.kernel.org/fedora/core/development/x86_64
/home/hoo/dvdbuild/Fedora
% export PYTHONPATH=/usr/lib/anaconda PATH=$PATH:/usr/lib/anaconda-runtime
% genhdlist --productpath Fedora /home/hoo/dvdbuild/Fedora/x86_64
% cd /home/hoo/dvdbuild/Fedora/x86_64
% makestamp.py --releasestr="Fedora Core 1" --arch=x86_64
--discNum="1" --baseDir=Fedora/base --packagesDir=Fedora/RPMS
--pixmapsDir=Fedora/pixmaps --outfile=x86_64/.discinfo
% cd /tmp
% wget
http://mirrors.kernel.org/fedora/core/1/SRPMS/comps-1-0.20031103.src.rpm
% exit
# rpmbuild --rebuild --target=x86_64 --define='basedir
/home/hoo/dvdbuild/Fedora/x86_64/Fedora/base ' --define='compsversion
1' /tmp/comps-1-0.20031103.src.rpm
# su - hoo
% cp /usr/src/redhat/RPMS/x86_64/comps-1-0.20040118.x86_64.rpm
dvdbuild/Fedora/x86_64/Fedora/RPMS
% genhdlist --productpath Fedora /home/hoo/dvdbuild/Fedora/x86_64
% cd /home/hoo/dvdbuild/Fedora/x86_64
% mkisofs -J -R -v -T -o /var/tmp/Fedora_x86_64.iso -b
isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot
-boot-load-size 4 -boot-info-table .

(3) Burning that ISO image to DVD.


------------ beginning of anacdump.txt ------------ 
http://starfire.dnsalias.net/x86_64/anacdump_dvd.txt
------------ end of anacdump.txt ------------ 


Additional info:

Comment 1 Justin M. Forbes 2004-01-18 15:13:26 UTC
You're trying to install the *development* tree.  The fact that it's
broken sometimes should be expected.  If you want something that's
just going to work, use the FC1 test release instead of the
development tree.  


Comment 2 Jeremy Katz 2004-01-20 23:10:05 UTC
These should both be fixed in newer anaconda/kernel/rpm combos


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