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
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).
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.
After all of that, it should build fine.
James
On Wed, 2010-02-24 at 07:19 +0000, Valent Turkovic wrote:
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
Thank you James for this great reply! I'll do as you suggested and report back how it went.
Cheers!
On Wed, Feb 24, 2010 at 9:56 AM, James Heather j.heather@surrey.ac.uk wrote:
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).
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.
After all of that, it should build fine.
James
On Wed, 2010-02-24 at 07:19 +0000, Valent Turkovic wrote:
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
-- livecd mailing list livecd@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/livecd
Hi, I have latest updates and latest kernel running, after running force fsck there were errors and all got fixed. Still I get errors and livecd-creator crashes ;(
The filesystem on /home/temp/imgcreate-D9keYJ/tmp-2ZF8bV/ext3fs.img is now 1241584 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 (148670, counted=132318). Fix? yes
Community-Fedora: ***** FILE SYSTEM WAS MODIFIED ***** Community-Fedora: 178370/310688 files (0.1% non-contiguous), 1230736/1241584 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-i936t5
On Wed, Feb 24, 2010 at 9:56 AM, James Heather j.heather@surrey.ac.uk wrote:
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).
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.
After all of that, it should build fine.
James
On Wed, 2010-02-24 at 07:19 +0000, Valent Turkovic wrote:
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
-- livecd mailing list livecd@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/livecd
livecd@lists.fedoraproject.org