Bug 145641 - umount SystemError: Device or resource busy
Summary: umount SystemError: Device or resource busy
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 3
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-01-20 11:58 UTC by Jon Giddy
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-01-20 16:33:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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