Bug 150887

Summary: can't install from ISOs tree (nfs, hd; exploded isos work)
Product: [Fedora] Fedora Reporter: Alexandre Oliva <oliva>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: clumens, dragonballzfsr, fcbugs, fedora-bugzilla, gczarcinski, herrold, mcelwainejim, mitr, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-07 02:02:15 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:
Description Flags
(untested) patch that fixes the likely cut&pasto none

Description Alexandre Oliva 2005-03-11 17:46:05 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.6)
Gecko/20050308 Firefox/1.0.1 Fedora/1.0.1-5

Description of problem:
Anaconda fails if it's given a directory containing ISOs to install
from, as opposed to one containing an exploded tree.  The problem is
that, when looking for the iso image containing disc1, it
loopback-mounts the iso, then loopback-mounts a stage file in there
into /mnt/runtime, but then, instead of umounting /mnt/runtime, it
umounts /tmp/runtime, so the loopback device remains busy, and the iso
loopback mount can't be umounted.  Then, when it proceeds to mount the
iso and the stage image for the install, it fails because the loop
devices are busy.

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

How reproducible:
Always

Steps to Reproduce:
1.Point anaconda at a tree containing install isos

Actual Results:  It claims the directory tree does not contain an
installable tree.  VT3 shows the failure to umount and the failure to
re-mount.

Expected Results:  It worked in FC3.

Additional info:

I have a patch that I'll attach momentarily.

Comment 1 Alexandre Oliva 2005-03-11 17:49:33 UTC
Created attachment 111899 [details]
(untested) patch that fixes the likely cut&pasto

Comment 2 Chris Lumens 2005-03-11 18:59:21 UTC
Thanks for the patch - it's applied and will go into the next anaconda build.

Comment 3 Jeremy Katz 2005-03-16 00:16:13 UTC
*** Bug 151203 has been marked as a duplicate of this bug. ***

Comment 4 Jeremy Katz 2005-03-28 18:56:27 UTC
*** Bug 151895 has been marked as a duplicate of this bug. ***

Comment 5 Jeremy Katz 2005-03-28 18:58:04 UTC
*** Bug 152121 has been marked as a duplicate of this bug. ***

Comment 6 Jim McElwaine 2005-04-06 16:50:33 UTC
If you download the anacdonda files from
http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.90/i386/os/isolinux/
they are still broken and you can't do a hardisk install. There don't seem to be
any new ones in the updates tree. Where do I get them from ? 

Comment 7 Alexandre Oliva 2005-04-07 02:02:15 UTC
Did you try the `development' tree (fedora/linux/core/development/...)?  It
should be there.  And then, there's the upcoming FC4test2, in which this is
going to work (confirmed with an internal compose last night).

Comment 8 Jeremy Katz 2005-04-12 15:26:11 UTC
*** Bug 154480 has been marked as a duplicate of this bug. ***