[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2014-07-29 Thread Scott Moser
** Changed in: python-boto (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/525675

Title:
  20100222 images fail to boot in UEC (HTTP error 500 retrieving
  ephemeral0 metadata)

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/525675/+subscriptions

-- 
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


[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-03-05 Thread Thierry Carrez
** Changed in: python-boto (Ubuntu Lucid)
   Status: Confirmed = Won't Fix

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-25 Thread Dustin Kirkland
Upon further inspection, it is definitely a different bug.

I have not actually seen this particular bug resurface.  Only similar
symptoms.  Thanks.

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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


[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-24 Thread Dustin Kirkland
Erg, I think I'm hitting this again on an Alpha3 eucalyptus
1.6.2-0ubuntu4 installation.

Funny thing is that I did not hit it in topo1 (CLC+WC+CC+SC, NC), but I
did hit it in topo3 (CLC+WC, CC+SC, NC).

I'm still investigating :-/

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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


[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-24 Thread Thierry Carrez
@Dustin: make sure it's the same bug. I'd rather think it's a global
issue for the instance to access metadata in that topology, rather than
specifically an issue with the ephemeral0 key, and that would make it
a new bug. Checking cloud-error.log should help.

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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


[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-22 Thread Thierry Carrez
I think I nailed it:
in 
clc/modules/cluster-manager/src/main/java/edu/ucsb/eucalyptus/cloud/cluster/VmInstance.java

m.put( block-device-mapping/, emi\nephemeral0\nroot\nswap );
m.put( block-device-mapping/emi, sda1 );
m.put( block-device-mapping/ami, sda1 );
m.put( block-device-mapping/ephemeral, sda2 );

That last line should probably read 
m.put( block-device-mapping/ephemeral0, sda2 );

Regression introduced in r906:
-m.put( block-device-mapping/, emi\nephemeral\nroot\nswap );
+m.put( block-device-mapping/, emi\nephemeral0\nroot\nswap );
without changing the ephemeral reference below.

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Confirmed = Triaged

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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


[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-22 Thread Thierry Carrez
@Scott: no eri reference for the one without ramdisk, so it's ok.

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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


[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-22 Thread Thierry Carrez
For reference, regression introduced by an incomplete fix for bug 513842

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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


[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-22 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu3

---
eucalyptus (1.6.2-0ubuntu3) lucid; urgency=low

  [ Thierry Carrez ]
  * 
clc/modules/cluster-manager/src/main/java/edu/ucsb/eucalyptus/cloud/cluster/VmInstance.java:
fix incomplete ephemeral block device mapping path, LP: #525675
 -- Dustin Kirkland kirkl...@ubuntu.com   Mon, 22 Feb 2010 14:09:26 -0600

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Triaged = Fix Released

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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


[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-22 Thread Dustin Kirkland
Okay, I rolled a package with Thierry's fix.  I bundled and uploaded
today's Lucid's image, ran that Instance, and I was able to successfully
ssh into it.

Note, I did file a couple of new bugs, notably that I had to manually register 
the image, rather than using uec-publish*
 * Bug #525989

And there's still a few errors in console-out:
 * Bug #525994

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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


[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-22 Thread Dustin Kirkland
Dan/upstream Eucalyptus-

I have a minor fix for this bug that I'd like for you to review and
merge into your 1.6.2 branch.

See:
  lp:~kirkland/eucalyptus/525675

** Also affects: eucalyptus
   Importance: Undecided
   Status: New

** Branch linked: lp:~kirkland/eucalyptus/525675

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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


[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eucalyptus

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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


[Bug 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-22 Thread chris grzegorczyk
Hi Dustin,

This was fixed in the below revno.  Closing the bug against Eucalyptus.


revno: 1185.1.1
committer: decker dec...@hawaii
branch nick: metadata
timestamp: Tue 2010-02-09 17:27:01 -0800
message:
  ephemeral - ephemeral0 LP:#513842



** Changed in: eucalyptus
   Status: New = Fix Released

** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-22 Thread Dustin Kirkland
Chris-

Almost, but not quite ...  Looks to me like this commit fixed one
ephemeral reference, but missed the other...  Can you confirm/deny,
Chris?

bzr diff -r 1185..1185.1.1

=== modified file
'clc/modules/cluster-manager/src/main/java/edu/ucsb/eucalyptus/cloud/cluster/VmInstance.java'
--- 
clc/modules/cluster-manager/src/main/java/edu/ucsb/eucalyptus/cloud/cluster/VmInstance.java
2010-02-05 12:04:49 +
+++ 
clc/modules/cluster-manager/src/main/java/edu/ucsb/eucalyptus/cloud/cluster/VmInstance.java
2010-02-10 01:27:01 +
@@ -342,7 +342,7 @@
 m.put( ramdisk-id, this.getImageInfo( ).getRamdiskId( ) );
 m.put( security-groups, this.getNetworkNames( ).toString(
).replaceAll( [\\Q[]\\E],  ).replaceAll( , , \n ) );

-m.put( block-device-mapping/, emi\nephemeral\nroot\nswap );
+m.put( block-device-mapping/, emi\nephemeral0\nroot\nswap );
 m.put( block-device-mapping/emi, sda1 );
 m.put( block-device-mapping/ami, sda1 );
 m.put( block-device-mapping/ephemeral, sda2 );

-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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 525675] Re: 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 metadata)

2010-02-22 Thread chris grzegorczyk
Indeed.  Not sure how that slipped by.  Thanks for catching it.  See
r1200.

On Mon, Feb 22, 2010 at 8:05 PM, Dustin Kirkland
dustin.kirkl...@gmail.com wrote:
 Chris-

 Almost, but not quite ...  Looks to me like this commit fixed one
 ephemeral reference, but missed the other...  Can you confirm/deny,
 Chris?

 bzr diff -r 1185..1185.1.1

 === modified file
 'clc/modules/cluster-manager/src/main/java/edu/ucsb/eucalyptus/cloud/cluster/VmInstance.java'
 --- 
 clc/modules/cluster-manager/src/main/java/edu/ucsb/eucalyptus/cloud/cluster/VmInstance.java
 2010-02-05 12:04:49 +
 +++ 
 clc/modules/cluster-manager/src/main/java/edu/ucsb/eucalyptus/cloud/cluster/VmInstance.java
 2010-02-10 01:27:01 +
 @@ -342,7 +342,7 @@
     m.put( ramdisk-id, this.getImageInfo( ).getRamdiskId( ) );
     m.put( security-groups, this.getNetworkNames( ).toString(
 ).replaceAll( [\\Q[]\\E],  ).replaceAll( , , \n ) );

 -    m.put( block-device-mapping/, emi\nephemeral\nroot\nswap );
 +    m.put( block-device-mapping/, emi\nephemeral0\nroot\nswap );
     m.put( block-device-mapping/emi, sda1 );
     m.put( block-device-mapping/ami, sda1 );
     m.put( block-device-mapping/ephemeral, sda2 );

 --
 20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
 metadata)
 https://bugs.launchpad.net/bugs/525675
 You received this bug notification because you are a bug assignee.

 Status in Eucalyptus: Fix Released
 Status in “cloud-init” package in Ubuntu: Invalid
 Status in “eucalyptus” package in Ubuntu: Fix Released
 Status in “python-boto” package in Ubuntu: Confirmed
 Status in “cloud-init” source package in Lucid: Invalid
 Status in “eucalyptus” source package in Lucid: Fix Released
 Status in “python-boto” source package in Lucid: Confirmed

 Bug description:
 Binary package hint: cloud-init

 Starting a 20100222 lucid cloud image on UEC, the instance boots, IP is up, 
 but SSH is never started.
 Got the following errors in euca-get-console-output:

 FATAL: Could not load /lib/modules/2.6.32-14-server/modules.dep: No such file 
 or directory
 [    4.525542] kjournald starting.  Commit interval 5 seconds
 [    4.527080] EXT3-fs: mounted filesystem with ordered data mode.
 Begin: Running /scripts/local-bottom ...
 Done.
 Done.
 Begin: Running /scripts/init-bottom ...
 Begin: Starting AppArmor profiles ...
 chroot: cannot execute /etc/apparmor/initramfs: No such file or directory
 Failure: AppArmor profiles failed to load
 Done.
 Caught exception reading instance dataCaught exception reading instance 
 dataCaught exception reading instance dataCaught exception reading instance 
 dataCaught exception reading instance dataCaught exception reading instance 
 dataCaught exception reading instance dataCaught exception reading instance 
 data

 Might be a problem in eucalyptus rather than in the cloud image (metadata 
 service not responding ?)




-- 
20100222 images fail to boot in UEC (HTTP error 500 retrieving ephemeral0 
metadata)
https://bugs.launchpad.net/bugs/525675
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