Bug 161386

Summary: Error: Error informing the kernel about modifications to partition
Product: [Fedora] Fedora Reporter: David C. Wright <david-c-wright>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-22 20:29:39 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 David C. Wright 2005-06-22 19:45:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3

Description of problem:
File "/usr/lib/anaconda/gui.py, line 1137, in handleRenderCallback self.currentWindo.renderCallback()
File "/usr/lib/anaconda/iw/preogree_gui.py", line 244, in rederCallback self.intf.icw.nextClicked()
File "/usr/lib/anaconda/gui.py, line 873, in nextClicked self.dispatch.gotoNext()
File "/usr/lib/anaconda/dispatch.py, line 174, in gotoNext self.moveStep()
File "/usr/lib/anaconda/dispatch.py, line 242, in moveStep rc=apply(func, self.bindArgs(args))
File "/usr/lib/anaconda/packages.py, line 579, in turnOnFilesystems diskset.savePartitions()
File "/usr/lib/anaconda/partedUtils.py, line 726, in savedPartitions disk.commit()
error: Error: Error informing the kernel about modifications to partition /dev/hda3

Upon attempt to continue, "install exited abnormally"

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


How reproducible:
Didn't try


Additional info:

Motherboard:  Asus TX97-E
Processor:  Pentium 233MMX
Memory Dimm: 192mb
Partions to be created:
/dev/hda1   /boot   ext3
/dev/hda2   /       ext3
/dev/hda3           swap
/dev/hdb1   /home   ext3
/dev/hdc1   /var    ext3

Comment 1 David C. Wright 2005-06-22 20:11:55 UTC
Rebooted system, ran parted to remove partions from hda, hdb, hdc, then reran
the installer.  Worked ok.


Comment 2 Chris Lumens 2005-06-22 20:29:39 UTC
I believe this is fixed by the file descriptor leak patch.  See bug 160693.