Halp! Wondering if anyone can advise what I could do here. I'm not much of a Python hacker, so any tips appreciated.
Checking filesystem /var/tmp/revisor-rundir/tmp-/ext3fs.img e2fsck 1.41.10 (10-Feb-2009) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information _fedora-20101016: 66427/196608 files (0.6% non-contiguous), 434366/786432 blocks Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/revisor/__init__.py", line 528, in run self.base.run() File "/usr/lib/python2.6/site-packages/revisor/base.py", line 107, in run self.cli.run() File "/usr/lib/python2.6/site-packages/revisor/cli.py", line 44, in run self.base.lift_off() File "/usr/lib/python2.6/site-packages/revisor/base.py", line 910, in lift_off self.buildLiveMedia() File "/usr/lib/python2.6/site-packages/revisor/base.py", line 1796, in buildLiveMedia
liveImage.package(destdir=os.path.join(self.cfg.destination_directory,"live")) File "/usr/lib/python2.6/site-packages/imgcreate/creator.py", line 769, in package self._stage_final_image() File "/usr/lib/python2.6/site-packages/imgcreate/live.py", line 300, in _stage_final_image create_image_minimizer(self.__isodir + "/LiveOS/osmin.img", self._image, self.compress_type) AttributeError: 'x86LiveImageCreator' object has no attribute 'compress_type' Traceback occurred, please report a bug at http://fedorahosted.org/revisor
I see elsewhere in he code for live.py that self.compress_type is set to gzip, so... erm. Yeah. Been all over RH's bugzilla like a rash, haven't seen anything similar. Have browsed a few months of the mail list archive, still no banana. For what it's worth, Fedora 13 current updates etc. (python-imgcreate-033-3.fc13.x86_64 livecd-tools-033-3.fc13.x86_64) running inside a Xen machine. Any other info needed, please don't hesitate to ping me :)
Pete.
On Sat, Oct 16, 2010 at 13:08:28 +1100, Peter Lawler bleeter@gmail.com wrote:
Halp! Wondering if anyone can advise what I could do here. I'm not much of a Python hacker, so any tips appreciated.
AttributeError: 'x86LiveImageCreator' object has no attribute 'compress_type' Traceback occurred, please report a bug at http://fedorahosted.org/revisor
compress_type is a relatively new feature of livecd-tools. This is the first report of this I have seen. Can you tell me which versions of revisor and livecd-tools and python-img-create you have on your system?
On Sat, Oct 16, 2010 at 13:08:28 +1100, Peter Lawler bleeter@gmail.com wrote:
Halp!
I see elsewhere in he code for live.py that self.compress_type is set to gzip, so... erm. Yeah. Been all over RH's bugzilla like a rash, haven't seen anything similar. Have browsed a few months of the mail list archive, still no banana. For what it's worth, Fedora 13 current updates etc. (python-imgcreate-033-3.fc13.x86_64 livecd-tools-033-3.fc13.x86_64) running inside a Xen machine. Any other info needed, please don't hesitate to ping me :)
I missed that you gave me some of the info I needed. (I'm in a hurry today trying to figure out how to deal with an update that put some spins oversize.) compress_type is a relatively new feature of livecd-tools. I didn't know that revisor had a dependency on the internals of livecd-tools, but that is what I think is showing up here. Filing a bug against revisor and copying me (bruno@wolff.to) in Fedora is a good start. I probably won't get to it for a bit as I have work to do for the upcoming release that should keep me busy over the next few weeks. In the short run, you might be able to do your compose with livecd-creator or pungi instead of revisor or downgrade livecd-creator and python-imgcreate to 032.
On 17/10/2010 4:28 AM, Bruno Wolff III wrote:
On Sat, Oct 16, 2010 at 13:08:28 +1100, Peter Lawlerbleeter@gmail.com wrote:
Halp!
Filing a bug against revisor and copying me (bruno@wolff.to) in Fedora is a good start. ... you might be able to do your compose with livecd-creator or pungi instead of revisor or downgrade livecd-creator and python-imgcreate to 032.
Cheers. I'll give it a bit more of a poke including with the tools you suggest before filing anything. Best of luck with the release.
Pete.
On Mon, Oct 18, 2010 at 13:06:06 +1100, Peter Lawler bleeter@gmail.com wrote:
On 17/10/2010 4:28 AM, Bruno Wolff III wrote:
On Sat, Oct 16, 2010 at 13:08:28 +1100, Peter Lawlerbleeter@gmail.com wrote:
Halp!
Filing a bug against revisor and copying me (bruno@wolff.to) in Fedora is a good start. ... you might be able to do your compose with livecd-creator or pungi instead of revisor or downgrade livecd-creator and python-imgcreate to 032.
Cheers. I'll give it a bit more of a poke including with the tools you suggest before filing anything. Best of luck with the release.
Even if there is a work around, please file a bug. As something needs to get looked at. Thanks.
livecd@lists.fedoraproject.org