WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Corrupted image file and fsck gives up with "exited with sig

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Corrupted image file and fsck gives up with "exited with signal 11"
From: "Juan Rodriguez" <juan.fco.rodriguez@xxxxxxxxx>
Date: Fri, 25 Jan 2008 17:57:42 +0100
Delivery-date: Fri, 25 Jan 2008 08:58:17 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=BxUTkssIb4E0+zQnNyLRZOH3nrb/uIpGuSminQV3Zh4=; b=mLM2f9wjWktjPjlWfBtteYA/wWkA7p11yYsdf9nqs9dVRAMWQdwyMih4ZVO3HiLi2x7Gw+xfcgCwNV9l1aYdzY4CkmklEEvjPcZBV5Fxkg9Yuyxu+7IbSMm86bupAR7jOZhvNQVf5NEapc+R85rUL4ZU2cSZTDDNDye7ghPQG64=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UVyx4+2gSKFk2h9W1iruNmIVKCx9zNYImTH52DpxKzeglxE2raxyp/uEjJGYW0kri6i77/NfO4wncMCokl6PKwjCDG/Q5w2oQeOR4sUydsGMqT0WJg70jd3GxklEOq9FO03/+DMkE5OaHESYD9O1sV+YPY/PpGhh/FPAMMheA+M=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello,

I am using a sparse file to hold a Centos5.1 system.

I've got the image file exported to two Xen machines through NSF, and
erroneusly I executed both virtual machines at the same time, I mean,
I executed "xm create <imagefile>" on both machines which I guess mean
that both machines started working on the same image file.

The problem is that the image file now seems to be corrupted and the
VM doesn't boot:

Checking all file systems.
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/VolGroup00/LogVol00
/dev/VolGroup00/LogVol00 contains a file system with errors, check forced.
/dev/VolGroup00/LogVol00: Inode 96339 has a bad extended attribute block 105708.

/dev/VolGroup00/LogVol00: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
        (i.e., without -a or -p options)
[FAILED]

*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
*** Warning -- SELinux is active
*** Disabling security enforcement for system recovery.
*** Run 'setenforce 1' to reenable.
Give root password for maintenance
(or type Control-D to continue):
(Repair filesystem) 1 #
(Repair filesystem) 1 #
(Repair filesystem) 1 #
(Repair filesystem) 1 #
(Repair filesystem) 1 #
(Repair filesystem) 1 # fsck
fsck 1.39 (29-May-2006)
e2fsck 1.39 (29-May-2006)
/dev/VolGroup00/LogVol00 contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Inode 96339 has a bad extended attribute block 105708.  Clear<y>? yes

Warning... fsck.ext3 for device /dev/VolGroup00/LogVol00 exited with signal 11.



So, I can not fix the ext3 problem.

What else can I try ?

Thanks in advance



-- 
JFRH

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Corrupted image file and fsck gives up with "exited with signal 11", Juan Rodriguez <=