Comment 17 for bug 470355

Revision history for this message
Tom Murphy (tmurphy-mlp) wrote :

I'm having the same problem:

Uploaded image as MLPCENTOS2-IMG/ami-centos5.3-64bit-base.manifest.xml
root@mlp-cloud1-master:/tmp# euca-register MLPCENTOS2-IMG/ami-centos5.3-64bit-base.manifest.xml
Image: Image registration failed because the manifest referenced is invalid or unavailable.

The Image Info:
root@mlp-cloud1-master:/tmp# ls -l /tmp/ami-centos5.3-64bit-base.img
-rw-r--r-- 1 root root 10737418240 2010-03-10 11:53 /tmp/ami-centos5.3-64bit-base.img
root@mlp-cloud1-master:/tmp# ls -l ami-centos5.3-64bit-base.img.manifest.xml
-rw-r--r-- 1 root root 10867 2010-03-10 12:13 ami-centos5.3-64bit-base.img.manifest.xml
root@mlp-cloud1-master:/tmp#

root@mlp-cloud1-master:/tmp# dpkg -l | grep euc
ii euca2ools 1.2-0ubuntu6 managing cloud instances for Eucalyptus
ii eucalyptus-cc 1.6.2-0ubuntu12 Elastic Utility Computing Architecture - Clu
ii eucalyptus-cloud 1.6.2-0ubuntu12 Elastic Utility Computing Architecture - Clo
ii eucalyptus-common 1.6.2-0ubuntu12 Elastic Utility Computing Architecture - Com
ii eucalyptus-gl 1.6.2-0ubuntu12 Elastic Utility Computing Architecture - Log
ii eucalyptus-java-common 1.6.2-0ubuntu12 Elastic Utility Computing Architecture - Com
ii eucalyptus-nc 1.6.2-0ubuntu12 Elastic Utility Computing Architecture - Nod
ii eucalyptus-sc 1.6.2-0ubuntu12 Elastic Utility Computing Architecture - Sto
ii eucalyptus-walrus 1.6.2-0ubuntu12 Elastic Utility Computing Architecture - Wal
ii libeucalyptus-commons-ext-java 0.5.0-0ubuntu2 Eucalyptus commons external Java library
root@mlp-cloud1-master:/tmp#

root@mlp-cloud1-master:/tmp# cat /etc/*release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
root@mlp-cloud1-master:/tmp#

The steps followed prior to this error:

#kernel
euca-bundle-image -i /tmp/vmlinuz-2.6.18-128.el5 --kernel true
euca-upload-bundle -b MLPCENTOS-KERN -m /tmp/vmlinuz-2.6.18-128.el5.manifest.xml
euca-register MLPCENTOS-KERN/vmlinuz-2.6.18-128.el5.manifest.xml

#initrd
euca-bundle-image -i /tmp/initrd-2.6.18-128.el5.img --ramdisk true
euca-upload-bundle -b MLPCENTOS-INIT -m /tmp/initrd-2.6.18-128.el5.img.manifest.xml
euca-register MLPCENTOS-INIT/initrd-2.6.18-128.el5.img.manifest.xml

#image
euca-bundle-image -i /tmp/ami-centos5.3-64bit-base.img
euca-upload-bundle -b MLPCENTOS2-IMG -m /export/home/EC2AMIFILES/ami-centos5.3-64bit-base.manifest.xml
euca-register MLPCENTOS2-IMG/ami-centos5.3-64bit-base.manifest.xml