I am trying to run livecd-creator on F11. I have tried both the released
package and the tips. Both are showing errors. Is the plan to release
version 25 (roughly the tip) on F11? I want to understand which bug to
go after.
Bug in Head
============
File "/home/bkearney/code/livecd/imgcreate/live.py", line 191, in
_unmount_instroot
LoopImageCreator._unmount_instroot(self)
File "/home/bkearney/code/livecd/imgcreate/creator.py", line 938, in
_unmount_instroot
self.__instloop.cleanup()
File "/home/bkearney/code/livecd/imgcreate/fs.py", line 346, in cleanup
Mount.cleanup(self)
File "/home/bkearney/code/livecd/imgcreate/fs.py", line 325, in cleanup
self.unmount()
File "/home/bkearney/code/livecd/imgcreate/fs.py", line 356, in unmount
raise MountError("Unable to unmount filesystem at %s" % self.mountdir)
imgcreate.errors.MountError/home/bkearney/code/livecd/imgcreate/errors.py:40:
DeprecationWarning: BaseException.message has been deprecated as of
Python 2.6
return str(self.message)
: Unable to unmount filesystem at /tmp/imgcreate-DWSrZg/install_root
umount: /tmp/imgcreate-DWSrZg/install_root: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
Exception imgcreate.errors.MountError: MountError('Unable to unmount
filesystem at /tmp/imgcreate-DWSrZg/install_root',) in <bound method
x86LiveImageCreator.__del__ of <imgcreate.live.x86LiveImageCreator
object at 0x12ad090>> ignored
Bug in Released Version
=======================
passwd: Success
umount: /tmp/imgcreate-yYJyiT/install_root: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
ioctl: LOOP_CLR_FD: Device or resource busy
Traceback (most recent call last):
File "/home/bkearney/code/adk2/bin/adk", line 6, in <module>
sys.exit(app.main())
File "/home/bkearney/code/adk2/adk/adk.py", line 131, in main
adk.build(cmd, appl, args)
File "/home/bkearney/code/adk2/adk/adk.py", line 76, in build
plugin.run(appliance, self.settings)
File "/home/bkearney/code/adk2/adk/plugins/livecd.py", line 56, in run
creator.configure()
File "/usr/lib/python2.6/site-packages/imgcreate/creator.py", line
732, in configure
self._create_bootconfig()
File "/usr/lib/python2.6/site-packages/imgcreate/live.py", line 197,
in _create_bootconfig
self._configure_bootloader(self.__ensure_isodir())
File "/usr/lib/python2.6/site-packages/imgcreate/live.py", line 604,
in _configure_bootloader
self._configure_syslinux_bootloader(isodir)
File "/usr/lib/python2.6/site-packages/imgcreate/live.py", line 508,
in _configure_syslinux_bootloader
cfg += self.__get_image_stanzas(isodir)
File "/usr/lib/python2.6/site-packages/imgcreate/live.py", line 435,
in __get_image_stanzas
is_xen = self.__copy_kernel_and_initramfs(isodir, version, index)
File "/usr/lib/python2.6/site-packages/imgcreate/live.py", line 362,
in __copy_kernel_and_initramfs
isodir + "/isolinux/initrd" + index + ".img")
File "/usr/lib64/python2.6/shutil.py", line 52, in copyfile
fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory:
'/tmp/imgcreate-yYJyiT/install_root/boot/initrd-2.6.31-0.180.rc7.git4.fc12.x86_64.img'