Bug 145641

Summary: umount SystemError: Device or resource busy
Product: [Fedora] Fedora Reporter: Jon Giddy <j.p.giddy>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
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: 2005-01-20 16:33:21 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 Jon Giddy 2005-01-20 11:58:33 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5)
Gecko/20041107 Firefox/1.0

Description of problem:
While installing packages for FC3, a dialog appeared saying that there
was not enough space on the disk to install the packages.  After
clicking, an uncaught Python exception occurred.

Following is the last part of the Python traceback, transferred using
pen and paper, so not in original format:

...
/usr/src/build/475969-i386/install/usr/lib/anaconda/packages.py:543
turnOnFilesystems
  thefsset.umountFilesystems(instPath)
/usr/src/build/475969-i386/install/usr/lib/anaconda/fsset.py:1653
umountFilesystems
  entry.umount(instPath)
/usr/src/build/475969-i386/install/usr/lib/anaconda/fsset.py:1715 umount
  self.fsystem.umount(self.device, "%s/%s" % (chroot,
/usr/src/build/475969-i386/install/usr/lib/anaconda/fsset.py:165 umount
  isys.umount(path, removeDir=0)
/usr/lib/anaconda/isys.py:209 umount
  rc = _isys.umount(what)
SystemError: (16, 'Device or resource busy')


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


How reproducible:
Didn't try


Additional info:

Comment 1 Jeremy Katz 2005-01-20 16:33:21 UTC
The exception when going back due to not having enough space available
has been fixed since FC3.  If you either install less stuff or to a
larger partition, things should work.