Submitted by kipper3d on Sat, 01/22/2011 - 13:20
I am trying to create new VM for customer. This has worked in the past and now its not.
creation failed : Failed to extract filesystem : gunzip: /tmp/.webmin/jp_XenCentOs5.5_IW_JAVA_64/jp_XenCentOs5.5_IW_JAVA_64.ext3.gz: invalid compressed data--crc error gunzip: /tmp/.webmin/jp_XenCentOs5.5_IW_JAVA_64/jp_XenCentOs5.5_IW_JAVA_64.ext3.gz: invalid compressed data--length error
Any ideas? This image has not changed.
-rw------- 1 root bin 460 Sep 25 15:37 JP_XenCentOs5.5_base_64.img -rw------- 1 root bin 942250640 Sep 25 14:03 jp_XenCentOs5.5_IW_JAVA_64.ext3.gz
-John
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Sat, 01/22/2011 - 13:33 Comment #1
Is the image file on the Cloudmin master system corrupt?
It can be found in the /var/webmin/server-manager directory - you could check with a command like :
gunzip -c jp_XenCentOs5.5_IW_JAVA_64.ext3.gz >/dev/null
Also, check if it is cached on the host system in
/var/cloudmin-images
, and if the file is corrupt there.If so, delete it and it will be re-copied from the master system.
Submitted by kipper3d on Sat, 01/22/2011 - 13:41 Comment #2
Thanks for your prompt reply.
gunzip -c jp_XenCentOs5.5_IW_JAVA_64.ext3.gz >/dev/null spews out all kinds of stuff verbosely - nothing readable. (still going)
/var/cloudmin-images does not exist on hypervisor server. No such file or directory.
Submitted by JamieCameron on Sat, 01/22/2011 - 13:45 Comment #3
What does gunzip output exactly? The compressed file contents should be thrown away in /dev/null , so you should only see errors ..
Submitted by kipper3d on Sat, 01/22/2011 - 14:16 Comment #4
In my stupidity I copied and pasted the command not realizing that the > bracket was changed to unicode.
Heres the error:
gunzip: jp_XenCentOs5.5_IW_JAVA_64.ext3.gz: invalid compressed data--crc error
gunzip: jp_XenCentOs5.5_IW_JAVA_64.ext3.gz: invalid compressed data--length error
Submitted by kipper3d on Sat, 01/22/2011 - 16:01 Comment #5
Im just gonna have to create a new image from the base.
-John
Submitted by JamieCameron on Sat, 01/22/2011 - 19:57 Comment #6
Yeah, that seems like the best option. It is likely that some disk error has corrupted the image file..
Submitted by Issues on Sat, 02/05/2011 - 21:22 Comment #7
Automatically closed -- issue fixed for 2 weeks with no activity.