hi everyone:
i am customing the anaconda-10.2.1.5(FC4)
but when i install, anaconda crash at the
step of turnOnFilesystems (savePartitions()):
Traceback (most recent call list)
File "/usr/lib/anaconda/gui.py" line 1137...
...
File "/usr/lib/anaconda/packages.py" line 579, in turnOnFilesystems
diskset.savePartitions ()
File "/usr/lib/anaconda/partedUtils.py" line 726, in savePartitions
disk.commit
error: Error: Error informing the kernel about modifications to
partition /dev/hda5 - Device or resource busy. This means that Linux
won't know about any changes made to /dev/hda5 until you reboot...
i know this's a bug of FC4 anaconda, and partly caused by "fd leak"
i think there is open fd of "/dev/hd*", and didn't close.
details in:
(http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=164360)
or (http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=160693)
because i have had some works at this version of anaconda(FC4),
the only way to me is fix bug, but until now, i still can not
find the bugs resources, and i cannot find any patch for this
bug too.
thanks for anyone giving me any direction or informations