<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.2">
</HEAD>
<BODY>
There were two ext4 fs bugs that surfaced recently, and they both affected building of live cds. One is rhbz #566905, which was fixed in e2fsprogs-1.41.9-7 (now in F12 stable), and one is rhbz #566329, which was fixed in kernel-2.6.31.12-174.2.22.fc12 (also now in F12 stable).<BR>
<BR>
I think it's #566329 that you're seeing, but either way, you want to update both e2fsprogs and the kernel. If you have been running at all with the previous kernel, 174.2.19, you probably have some (fixable) corruption on your root filesystem too, so you should update the kernel, touch /forcefsck, reboot.<BR>
<BR>
After all of that, it should build fine.<BR>
<BR>
James<BR>
<BR>
On Wed, 2010-02-24 at 07:19 +0000, Valent Turkovic wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hi,
I was able to create LiveCD/DVD images without problem, now I get a
crash everytime I try to create an iso image. Do you also have this
issue?

this is the line I use:
livecd-creator -t /home/temp/ --cache=/home/yum-cache/ -f Fedora-Remix
-c /home/user/fedora-remix-12.ks

and after packages get downloaded and installed then it crashes:

e2fsck 1.41.9 (22-Aug-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
Community-Fedora: 178207/384272 files (0.1% non-contiguous),
1231851/1536000 blocks
e2image 1.41.9 (22-Aug-2009)
resize2fs 1.41.9 (22-Aug-2009)
Resizing the filesystem on
/home/temp/imgcreate-j8h7Np/tmp-KY_dxF/ext3fs.img to 1238091 (4k)
blocks.
The filesystem on /home/temp/imgcreate-j8h7Np/tmp-KY_dxF/ext3fs.img is
now 1238091 blocks long.

e2fsck 1.41.9 (22-Aug-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
Free inodes count wrong for group #16 (8176, counted=0).
Fix? yes

Free inodes count wrong for group #32 (8176, counted=0).
Fix? yes

Free inodes count wrong (148833, counted=132481).
Fix? yes


Community-Fedora: ***** FILE SYSTEM WAS MODIFIED *****
Community-Fedora: 178207/310688 files (0.1% non-contiguous),
1227236/1238091 blocks
/usr/lib/python2.6/site-packages/imgcreate/errors.py:45:
DeprecationWarning: BaseException.message has been deprecated as of
Python 2.6
  return unicode(self.message)
Error creating Live CD : fsck after resize returned an error!  image
to debug at /tmp/resize-image-Vym83w


</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>