Bug 72886

Summary: minimal install fails after installing packages
Product: [Retired] Red Hat Public Beta Reporter: Need Real Name <daltonc>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: high Docs Contact:
Priority: medium    
Version: null   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-28 18:44:35 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 Need Real Name 2002-08-28 18:44:27 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721

Description of problem:
Installer dies on minimal install, after all packages have been installed it
throws an unhandled exception.

(Exception stacktrace in Additional Information section)
This happened in both Limbo2 and (null). The problem does not occur with a
normal (non-minimal) install on the same machine.

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


How reproducible:
Always

Steps to Reproduce:
1.Choose custom install
2.When it is time to choose your packages, go to the bottom and choose minimal
install to deselect everything
3.Proceed normally, when install is done installing all packages unhandled
exception is thrown
	

Additional info:

File "/usr/lib/gui.py", line 778, in handlerRenderCallback
   self.currentWindow.renderCallback()
(...few lines of GUI/dispatch traceback ommited)
File "/usr/lib/anaconda/packages.py", line 804, In doInstall
   method.filesDone()
File "/usr/lib/anaconda/image.py", line 223, In filesDone
   isys.unmount("mnt/source")
File "/usr/lib/anaconda/isys.py", line 181, In unmount
   rc = _isys.unmount(what)
SystemError(16,"Device or resource busy'

Comment 1 Jeremy Katz 2002-08-29 06:16:25 UTC

*** This bug has been marked as a duplicate of 70291 ***