Re: [Bug 470355] Re: ec2-bundle-vol and ec2-upload-bundle result in non accepted manifest

2010-03-26 Thread Olivier Gagnon
You would want to use bzr (Bazaar), which is a program like svn and git used 
by Ubuntu and Eucalyptus, to retrieve the sources you want. 
You should be able to find some infos how to use it on lauchpad. 





O L I V I E R G A G N O N 
F A K E 
ADMINISTRATEUR RÉSEAU | 
NETWORK ADMIN 
+ 1 514 . 846 . 8439 | #226 
Cell: 514 . 965 . 9511 
WWW.FAKE-STUDIO.COM 

- Mail Original - 
De: Tom Murphy tmur...@mlp.com 
À: proc...@gmail.com 
Envoyé: Vendredi 26 Mars 2010 13:38:24 
Objet: [Bug 470355] Re: ec2-bundle-vol and ec2-upload-bundle result in non 
accepted manifest 

apt-get install eucalyptus-cc eucalyptus-cloud eucalyptus-common euca2ools 
eucalyptus-gl eucalyptus-java-common eucalyptus-nc eucalyptus-sc 
eucalyptus-walrus 
Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
eucalyptus-cc is already the newest version. 
eucalyptus-cloud is already the newest version. 
eucalyptus-common is already the newest version. 
euca2ools is already the newest version. 
eucalyptus-gl is already the newest version. 
eucalyptus-java-common is already the newest version. 
eucalyptus-nc is already the newest version. 
eucalyptus-sc is already the newest version. 
eucalyptus-walrus is already the newest version. 
0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded. 


ok, where can I get rev. 1068.1.28 ? 

-- 
ec2-bundle-vol and ec2-upload-bundle result in non accepted manifest 
https://bugs.launchpad.net/bugs/470355 
You received this bug notification because you are a direct subscriber 
of a duplicate bug. 

Status in Eucalyptus: Incomplete 
Status in “eucalyptus” package in Ubuntu: Fix Released 
Status in “eucalyptus” source package in Lucid: Fix Released 

Bug description: 
I try to re-bundle a Jaunty instance with help of the ec2 tools. This fails 
when trying to register the image: 

$ euca-register jaunty-scripts/jaunty-scripts.manifest 
Image: Image registration failed because the manifest referenced is invalid or 
unavailable. 

To unsubscribe from this bug, go to: 
https://bugs.launchpad.net/eucalyptus/+bug/470355/+subscribe

-- 
ec2-bundle-vol and ec2-upload-bundle result in non accepted manifest
https://bugs.launchpad.net/bugs/470355
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 470355] Re: ec2-bundle-vol and ec2-upload-bundle result in non accepted manifest

2010-03-17 Thread Torsten Spindler
On Wed, 2010-03-17 at 13:32 +, Jean-Pierre Dion wrote:
...
 2)
 euca-upload-bundle -b kernel_bucket -m 
 /tmp/vmlinuz-2.6.31-14-server.manifest.xml 
...
 3)
 euca-register kernel_buckets/vmlinuz-2.6.31-14-server.manifest.xml

Just to make sure that there is no typing mistake: the euca-register
should say
euca-register kernel_bucket/vmlinuz-2.6.31-14-server.manifest.xml

-- 
ec2-bundle-vol and ec2-upload-bundle result in non accepted manifest
https://bugs.launchpad.net/bugs/470355
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 470355] Re: ec2-bundle-vol and ec2-upload-bundle result in non accepted manifest

2009-11-10 Thread Torsten Spindler
On Tue, 2009-11-10 at 08:51 +, Eric Hammond wrote:
 Torsten: What AMI id are you starting with?

This one was a Jaunty image created with vmbuilder.
part file looks like:
root 2000
swap 1

and first boot looks like:
while (! ping -c 1 archive.ubuntu.com); do sleep 1; done
apt-get -y install openssh-server 
ifconfig -a

-- 
ec2-bundle-vol and ec2-upload-bundle result in non accepted manifest
https://bugs.launchpad.net/bugs/470355
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 470355] Re: ec2-bundle-vol and ec2-upload-bundle result in non accepted manifest

2009-11-07 Thread Torsten Spindler
I haven't saved the history, sorry. I followed these steps:

sudo apt-get install default-jre ruby libopenssl-ruby curl rsync unzip
installed ec2-api and ec2-ami tools
rm /root/firstboot_done
mount ephemeral storage to /mnt
copy X.509 zip to /mnt, create .euca directory there
set JAVA_HOME

put into .bashrc or environment:
export EC2_HOME=/opt/ec2-api-tools-1.3-30349
export EC2_AMITOOL_HOME=/opt/ec2-ami-tools-1.3-26357
PATH=~/bin:${PATH}:${EC2_HOME}/bin:${EC2_AMITOOL_HOME}/bin

ec2-bundle-vol -d /mnt -p jaunty-scripts -u --
-k /mnt/euca2-admin-7d6bf6ee-pk.pem
-c /mnt/euca2-admin-7d6bf6ee-cert.pem -s 2048 -e /mnt/,/tmp --no-inherit

ec2-upload-bundle --bucket jaunty-scripts
--manifest ./jaunty-scripts.manifest.xml -a $EC2_ACCESS_KEY -s
$EC2_SECRET_KEY --url $S3_URL

ec2-register bucket/manifest -K pk -C cert

-- 
ec2-bundle-vol and ec2-upload-bundle result in non accepted manifest
https://bugs.launchpad.net/bugs/470355
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs