[Bug 439366] Re: euca-describe-images does not show kernel and ramdisk for an image

2009-12-14 Thread Scott Moser
Proposed patch, this adds ramdisk_id and kernel_id to output as described at http://docs.amazonwebservices.com/AWSEC2/latest/CommandLineReference/ApiReference-cmd-DescribeImages.html It also fixes a bug where 'image availability' contains a space instead of a tab after it. Patch is against curren

[Bug 494185] Re: ec2-init selects us-east-1 mirror when running in us-west-1 region

2009-12-15 Thread Scott Moser
I verfied that the following images have 0ubuntu8 version of ec2 init and all function 'apt-get update' properly (tested each region) ami-7bedc60f ubuntu-images-testing-eu/ubuntu-lucid-daily-amd64-server-20091215.manifest.xml ami-fc41a395 ubuntu-images-testing-us/ubuntu-lucid-daily-i386-se

[Bug 497036] Re: Karmic image stuck in "Waiting for EC2"

2009-12-15 Thread Scott Moser
Marking this as 'invalid' for linux-ec2. This is well out of kernel (user space messages in the log). Unless there was a kernel network driver issue, which I certainly wouldn't expect here. ** Tags added: ec2-images ** Also affects: ec2-init Importance: Undecided Status: New ** Chang

[Bug 497036] Re: Karmic image stuck in "Waiting for EC2"

2009-12-15 Thread Scott Moser
Just for the record, Gustavo started instance and well over 40 minutes later captured logs and rebooted. This *should* have been enough time for ec2-wait-for-meta-data-service to timeout. -- Karmic image stuck in "Waiting for EC2" https://bugs.launchpad.net/bugs/497036 You received this bug noti

[Bug 497171] [NEW] update ec2-api-tools to api version 2009-11-30 (1.3-46266)

2009-12-15 Thread Scott Moser
-api-tools (Ubuntu) Importance: Medium Assignee: Scott Moser (smoser) Status: Confirmed -- update ec2-api-tools to api version 2009-11-30 (1.3-46266) https://bugs.launchpad.net/bugs/497171 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 494615] Re: ubuntu-bug gives python stacktrace on ec2 instance

2009-12-15 Thread Scott Moser
Please see/review/sponsor above patch for apport. -- ubuntu-bug gives python stacktrace on ec2 instance https://bugs.launchpad.net/bugs/494615 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists

[Bug 497171] Re: update ec2-api-tools to api version 2009-11-30 (1.3-46266)

2009-12-15 Thread Scott Moser
Please take new deb source from https://launchpad.net/~ubuntu-on-ec2/+archive/ec2-tools/+files/ec2-api-tools_1.3.46266-0ubuntu1~karmic1.dsc The only changes in packaging are to "ubuntu-ize" the new scripts in /usr/bin. The above link comes from the karmic api tools that is at https://launchpad.n

[Bug 439366] Re: euca-describe-images does not show kernel and ramdisk for an image

2009-12-15 Thread Scott Moser
** Package changed: ubuntu => euca2ools (Ubuntu) -- euca-describe-images does not show kernel and ramdisk for an image https://bugs.launchpad.net/bugs/439366 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ub

[Bug 494615] Re: ubuntu-bug gives python stacktrace on ec2 instance

2009-12-15 Thread Scott Moser
** Changed in: apport (Ubuntu) Importance: Undecided => Medium -- ubuntu-bug gives python stacktrace on ec2 instance https://bugs.launchpad.net/bugs/494615 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list u

[Bug 524999] Re: cloud-init's motd hook is in subdir of /etc/update-motd.d

2010-02-21 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Milestone: None => lucid-alpha-3 -- cloud-init's motd hook is in subdir of /etc/update-motd.d https://bugs.launchpad.net/bugs/524999 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 524020] Re: karmic uec builds fail to publish due to 2 installed -ec2 kernels

2010-02-21 Thread Scott Moser
** Package changed: Ubuntu Lucid => vm-builder (Ubuntu Lucid) -- karmic uec builds fail to publish due to 2 installed -ec2 kernels https://bugs.launchpad.net/bugs/524020 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 525675] Re: 20100222 images fail to boot in UEC

2010-02-22 Thread Scott Moser
It would seem that your metadata service is not up for some reason. However, one thing to note here is that you seem to be trying to boot with an initramfs, but there is no initramfs in this build. -- 20100222 images fail to boot in UEC https://bugs.launchpad.net/bugs/525675 You received this bu

[Bug 525675] Re: 20100222 images fail to boot in UEC

2010-02-22 Thread Scott Moser
I'm fairly sure I know what is wrong, or at least suspect something. cloudinit/DataSourceEc2.py: class DataSourceEc2(DataSource.DataSource): api_ver = '2009-04-04' Where, in ec2init (in karmic): ./ec2init/__init__.py: class EC2Init: api_ver = '2008-02-01' The result of above is that lu

Re: [Bug 525675] Re: 20100222 images fail to boot in UEC

2010-02-22 Thread Scott Moser
On Mon, 22 Feb 2010, Thierry Carrez wrote: > The image was registered through uec-register-tarball, is there anything > specific to do to avoid booting with an initramfs ? > does euca-describe-images show a eri ? if so, then uec-register tarbal is buggy, -- 20100222 images fail to boot in UEC

[Bug 525989] Re: uec-publish-tarball yields unrunnable emi

2010-02-22 Thread Scott Moser
@Dustin, is this a dupe of bug 522292 make sure you have current cloud-utils -- uec-publish-tarball yields unrunnable emi https://bugs.launchpad.net/bugs/525989 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

Re: [Bug 524101] Re: optionally fetch public ssh keys from Launchpad when starting an instance

2010-02-23 Thread Scott Moser
On Mon, 22 Feb 2010, Etienne Goyer wrote: > Rather, if euca-add-keypair could be pointed to an existing id file > (optionally, pointing to one stored in Launchpad), that would be > terrific. The fact that we have to generate a new key each time we > upload an identity to EC2/Eucalyptus is terribl

[Bug 522292] Re: euca-bundle-image fails to use symbolic links

2010-02-23 Thread Scott Moser
I'm moving this to Medium, and marking for beta1. I find it fairly significant that if a symlink is given to euca-bundle-volume, it will silently do the wrong thing. There is a very trivial fix in the linked branch lp:~smoser/eucalyptus/euca2ools-1.0.dev ** Changed in: euca2ools (Ubuntu Lucid)

[Bug 522292] Re: euca-bundle-image fails to use symbolic links

2010-02-23 Thread Scott Moser
For the lazy, the fix I mentioned above is: http://bazaar.launchpad.net/%7Esmoser/eucalyptus/euca2ools-1.0.dev/revision/257#euca2ools/euca2ools/__init__.py -tar_cmd = ["tar", "c", "-S"] +tar_cmd = ["tar", "ch", "-S", ] -- euca-bundle-image fails to use symbolic links https://bug

[Bug 526504] Re: uec-publish-tarball should gracefully fail when run before eucarc is sourced

2010-02-23 Thread Scott Moser
is "Failed to check for existing manifest... Have you source eucarc?" good enough for "graceful"? -- uec-publish-tarball should gracefully fail when run before eucarc is sourced https://bugs.launchpad.net/bugs/526504 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 525989] Re: uec-publish-tarball yields unrunnable emi

2010-02-23 Thread Scott Moser
** Changed in: cloud-utils (Ubuntu) Importance: High => Medium ** Changed in: cloud-utils (Ubuntu) Assignee: (unassigned) => Scott Moser (smoser) -- uec-publish-tarball yields unrunnable emi https://bugs.launchpad.net/bugs/525989 You received this bug notification because you

Re: [Bug 526504] Re: uec-publish-tarball should gracefully fail when run before eucarc is sourced

2010-02-23 Thread Scott Moser
On Tue, 23 Feb 2010, Thierry Carrez wrote: > Well, I was more thinking of something along those lines: > > $ uec-publish-tarball lucid-server-uec-amd64.tar.gz lucid > UEC environment not set ! Have you sourced eucarc ? > > I don't really see the point of extracting the image if we know by > advanc

Re: [Bug 526504] Re: uec-publish-tarball should gracefully fail when run before eucarc is sourced

2010-02-23 Thread Scott Moser
On Tue, 23 Feb 2010, Thierry Carrez wrote: > Understood. Then your proposal in comment #1 is probably graceful > enough. Other solution, how about calling some euca2ools command early > in the process to check that it's successful ? Like euca-describe-images > ? Sold. I'll have it do that. --

[Bug 526591] [NEW] euca2ools parsing of config file is severely limited

2010-02-23 Thread Scott Moser
Public bug reported: Binary package hint: euca2ools The euca2ools reading of user or system config file is very limited. The reason for this is that the config file is bash syntax (expected to be sourced by bash in .bash_profile or such), but the parsing is a limited parsing done with python and

[Bug 526591] Re: euca2ools parsing of config file is severely limited

2010-02-23 Thread Scott Moser
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39622702/Dependencies.txt -- euca2ools parsing of config file is severely limited https://bugs.launchpad.net/bugs/526591 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 526591] Re: euca2ools parsing of config file is severely limited

2010-02-23 Thread Scott Moser
Attaching suggested fix. ** Attachment added: "Suggested fix" http://launchpadlibrarian.net/39623909/bug526591.diff ** Changed in: euca2ools (Ubuntu) Importance: Undecided => Low ** Also affects: eucalyptus Importance: Undecided Status: New -- euca2ools parsing of config file i

[Bug 525989] Re: uec-publish-tarball yields unrunnable emi

2010-02-23 Thread Scott Moser
Ok. So I was looking into this more, suspecting that uec-publish-tarball was in fact, buggy. However, it looks like the bug is in Eucalyptus is buggy in its use of images that are registered without a ramdisk. If you register image A with a ramdisk, and then register image B without a ramdisk, an

[Bug 526697] [NEW] euca-describe-images has incorrect order of ramdisk and kernel

2010-02-23 Thread Scott Moser
Public bug reported: Binary package hint: euca2ools the patch for bug 439366 incorrectly ordered ramdisk and kernel. The result is that with euca-describe-images: $ euca-describe-images emi-7F731770 | sed 's,\t,|,g' IMAGE|emi-7F731770|lucid-20100223-empty/lucid-server-uec-amd64.img.manifest.xml|

[Bug 526697] Re: euca-describe-images has incorrect order of ramdisk and kernel

2010-02-23 Thread Scott Moser
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39668828/Dependencies.txt -- euca-describe-images has incorrect order of ramdisk and kernel https://bugs.launchpad.net/bugs/526697 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 526697] Re: euca-describe-images has incorrect order of ramdisk and kernel

2010-02-23 Thread Scott Moser
Attaching the suggested fix. ** Patch added: "patch: swap ordering of image.kernel_id, image.ramdisk_id" http://launchpadlibrarian.net/39668917/bug526697.diff ** Also affects: eucalyptus Importance: Undecided Status: New ** Changed in: euca2ools (Ubuntu) Importance: Undecided =>

[Bug 525994] Re: console errors about modules

2010-02-23 Thread Scott Moser
The module errors you see in the log (copied below) there are evidence of my discovery in bug 525989 . The reason is you ended up booting with a karmic (or some other) ramdisk that did not have a /lib/modules/2.6.32-14-server . Instead, it had a /lib/modules/ . WARNING: Couldn't open direct

[Bug 526697] Re: euca-describe-images has incorrect order of ramdisk and kernel

2010-02-23 Thread Scott Moser
Linked branch has proposed fix. -- euca-describe-images has incorrect order of ramdisk and kernel https://bugs.launchpad.net/bugs/526697 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 525994] Re: console errors about modules

2010-02-23 Thread Scott Moser
*** This bug is a duplicate of bug 525989 *** https://bugs.launchpad.net/bugs/525989 ** This bug has been marked a duplicate of bug 525989 uec-publish-tarball yields unrunnable emi -- console errors about modules https://bugs.launchpad.net/bugs/525994 You received this bug notification be

[Bug 525989] Re: uec-publish-tarball yields unrunnable emi

2010-02-23 Thread Scott Moser
** Also affects: eucalyptus (Ubuntu) Importance: Undecided Status: New -- uec-publish-tarball yields unrunnable emi https://bugs.launchpad.net/bugs/525989 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 526805] [NEW] metadata service lists ramdisk-id when no ramdisk was used

2010-02-23 Thread Scott Moser
Public bug reported: When an image is registered without a ramdisk eucalyptus presents 'ramdisk-id' in the directory listing for meta-data/ . On ec2, ramdisk- id is not present in the list. ie, on ec2, in an instance without a ramdisk $ wget "http://169.254.169.254/latest/meta-data/ramdisk-id";

[Bug 526805] Re: metadata service lists ramdisk-id when no ramdisk was used

2010-02-23 Thread Scott Moser
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39690092/Dependencies.txt -- metadata service lists ramdisk-id when no ramdisk was used https://bugs.launchpad.net/bugs/526805 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 525989] Re: uec-publish-tarball yields unrunnable emi

2010-02-23 Thread Scott Moser
I've opened a track against Eucalpytus based on what Dustin and I found out today. As far as I can tell, there is no problem with uec-publish-tarball. The reason it appeared to be buggy is that it would correctly register a ramdisk-less image. The boot of that image would hang in boto's attempt

[Bug 525994] Re: console errors about modules

2010-02-23 Thread Scott Moser
*** This bug is a duplicate of bug 525989 *** https://bugs.launchpad.net/bugs/525989 I marked this as a duplicate of bug 525989. The reason is that the module errors listed above come from mis-matched kernel/ramdisk as a result of the "default ramdisk" -- console errors about modules https:

[Bug 526805] Re: metadata service lists ramdisk-id when no ramdisk was used

2010-02-23 Thread Scott Moser
** Description changed: When an image is registered without a ramdisk eucalyptus presents 'ramdisk-id' in the directory listing for meta-data/ . On ec2, ramdisk- id is not present in the list. ie, on ec2, in an instance without a ramdisk - $ wget "http://169.254.169.254/latest/meta-dat

[Bug 526805] Re: metadata service lists ramdisk-id when no ramdisk was used

2010-02-23 Thread Scott Moser
** Changed in: eucalyptus (Ubuntu) Importance: Undecided => High ** Changed in: eucalyptus (Ubuntu) Status: New => Triaged -- metadata service lists ramdisk-id when no ramdisk was used https://bugs.launchpad.net/bugs/526805 You received this bug notification because you are a member of

[Bug 526591] Re: euca2ools parsing of config file is severely limited

2010-02-23 Thread Scott Moser
** Changed in: euca2ools (Ubuntu Lucid) Milestone: None => ubuntu-10.04-beta-1 -- euca2ools parsing of config file is severely limited https://bugs.launchpad.net/bugs/526591 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 376740] Re: ec2-init: user-data scripts don't work

2009-08-31 Thread Scott Moser
** Also affects: ubuntu-on-ec2/hardy Importance: Undecided Status: New ** Changed in: ubuntu-on-ec2/hardy Status: New => Invalid -- ec2-init: user-data scripts don't work https://bugs.launchpad.net/bugs/376740 You received this bug notification because you are a member of Ubuntu

[Bug 376740] Re: ec2-init: user-data scripts don't work

2009-09-01 Thread Scott Moser
I'm marking the tasks invalid for Hardy and Jaunty. The user data scripts run fine on those images, when they run. The issue for those is really bug 308530, which we do intend to fix. ** Changed in: ec2-init (Ubuntu Hardy) Status: Triaged => Invalid ** Changed in: ec2-init (Ubuntu Jaunty

[Bug 308530] Re: Wait for network before downloading ssh credentials or user-data

2009-09-01 Thread Scott Moser
** Also affects: ubuntu-on-ec2/hardy Importance: Undecided Status: New ** Also affects: ubuntu-on-ec2/jaunty Importance: Undecided Status: New ** Also affects: ubuntu-on-ec2/intrepid Importance: Undecided Status: New -- Wait for network before downloading ssh crede

Re: [Bug 308530] Re: Wait for network before downloading ssh credentials or user-data

2009-09-01 Thread Scott Moser
> Will it be fixed for Hardy (LTS)? We're going to re-spin the hardy image, and will include this fix. > It will also be nice to have a shiny new 8.04.3 image (current one is > based off of 8.04.2 and pulls a lot of updates) Agreed. -- Wait for network before downloading ssh credentials or user

[Bug 419306] Re: boto.utils.get_instance_userdata() hangs for a long time if no userdata is provided

2009-09-02 Thread Scott Moser
** Also affects: ubuntu-on-ec2 Importance: Undecided Status: New -- boto.utils.get_instance_userdata() hangs for a long time if no userdata is provided https://bugs.launchpad.net/bugs/419306 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 419306] Re: boto.utils.get_instance_userdata() hangs for a long time if no userdata is provided

2009-09-02 Thread Scott Moser
** Changed in: ubuntu-on-ec2 Importance: Undecided => High ** Changed in: python-boto (Ubuntu) Importance: Undecided => High -- boto.utils.get_instance_userdata() hangs for a long time if no userdata is provided https://bugs.launchpad.net/bugs/419306 You received this bug notification bec

[Bug 486128] Re: euca2ools: Requires more environment variables than EC2 AMI tools

2009-11-24 Thread Scott Moser
** Also affects: eucalyptus Importance: Undecided Status: New -- euca2ools: Requires more environment variables than EC2 AMI tools https://bugs.launchpad.net/bugs/486128 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubunt

Re: [Bug 486128] Re: euca2ools: Requires more environment variables than EC2 AMI tools

2009-11-25 Thread Scott Moser
On Tue, 24 Nov 2009, Neil Soman wrote: > Euca2ools is designed to be generic and one of the design goals was to > not assume a specific endpoint or endpoints. The endpoint could be AWS > or any Eucalyptus installation including the UEC or any other EC2 > compatible service. > > I do not think the

[Bug 485106] Re: euca2ools should read config and credentials from config file

2009-12-01 Thread Scott Moser
I'd also like to request the following: if no --config argument is found, and EUCA2OOLS_CFG is set (or some other environment variable) then it expected to have a path to a config file. ie: # read default config unset EUCA2OOLS_CFG; euca-describe-instances # read /tmp/my.env.eucarc export EUCA

[Bug 429120] Re: ec2: Build new Ubuntu 8.04 Hardy AMIs

2009-12-01 Thread Scott Moser
eu-west-1 ami-cf1932bb ubuntu-images-eu/ubuntu-hardy-8.04-amd64-server-20091130.manifest.xml eu-west-1 ami-c31932b7 ubuntu-images-eu/ubuntu-hardy-8.04-i386-server-20091130.manifest.xml us-east-1 ami-4428ca2d ubuntu-images-us/ubuntu-hardy-8.04-amd64-server-20091130.manifest.xml us-eas

[Bug 421707] Re: landscape-client cron job is broken

2009-12-01 Thread Scott Moser
fixed in released hardy images ** Changed in: landscape-client (Ubuntu Hardy) Status: Fix Committed => Fix Released -- landscape-client cron job is broken https://bugs.launchpad.net/bugs/421707 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 420635] Re: Update Hardy kernel AKI for local privilege escalation

2009-12-01 Thread Scott Moser
Published hardy kernels have fix and new published amis use this kernels ** Changed in: linux (Ubuntu Hardy) Status: Fix Committed => Fix Released -- Update Hardy kernel AKI for local privilege escalation https://bugs.launchpad.net/bugs/420635 You received this bug notification because yo

[Bug 308530] Re: Wait for network before downloading ssh credentials or user-data

2009-12-01 Thread Scott Moser
eu-west-1 ami-cf1932bb ubuntu-images-eu/ubuntu-hardy-8.04-amd64-server-20091130.manifest.xml eu-west-1 ami-c31932b7 ubuntu-images-eu/ubuntu-hardy-8.04-i386-server-20091130.manifest.xml us-east-1 ami-4428ca2d ubuntu-images-us/ubuntu-hardy-8.04-amd64-server-20091130.manifest.xml us-east-1 ami-7e28

[Bug 485113] Re: euca2ools should include --region support

2009-12-03 Thread Scott Moser
above, 'url_base' could include a "%s" to indicate where 'region' would be plugged in: ec2 url_base: %s.ec2.amazonaws.com my-uec url_base: my-uec.example.com/%s -- euca2ools should include --region support https://bugs.launchpad.net/bugs/485113 You received this bug notification because you are

[Bug 492037] Re: Migrate Ubuntu AMIs to us-west-1 region

2009-12-04 Thread Scott Moser
n: ubuntu Assignee: (unassigned) => Scott Moser (smoser) ** Changed in: ubuntu Importance: Undecided => High -- Migrate Ubuntu AMIs to us-west-1 region https://bugs.launchpad.net/bugs/492037 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 428692] [NEW] ec2 kernel needs CONFIG_BLK_DEV_LOOP=y and other config changes

2009-09-12 Thread Scott Moser
Public bug reported: As seen in bug 41830 comment 25, the ec2 kernel doesn't have CONFIG_BLK_DEV_LOOP=y set. There are probably other options that differ from the other ubuntu kernels. In general, I think we want to configure the ec2 kernel as much like the others as reasonably possible. Specif

[Bug 418130] Re: Karmic EC2 images don't use a karmic kernel

2009-09-13 Thread Scott Moser
** Tags removed: uec-images -- Karmic EC2 images don't use a karmic kernel https://bugs.launchpad.net/bugs/418130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubu

[Bug 429106] [NEW] kernel and initramfs should be available for uec

2009-09-13 Thread Scott Moser
uilds scripts (https://code.launchpad.net/~ubuntu-on-ec2/vmbuilder/automated-ec2-builds) I think that the output of vmbuilder should at least optionally include a kernel and a ramdisk. ** Affects: ubuntu Importance: Medium Assignee: Scott Moser (smoser) Status: New ** Tags

[Bug 417292] Re: ec2-init: RightScale startup script removes itself

2009-09-14 Thread Scott Moser
it.init [2] http://bazaar.launchpad.net/%7Eubuntu-branches/ubuntu/karmic/ec2-init/karmic/annotate/head%3A/ec2-init ** Changed in: ec2-init (Ubuntu) Status: Confirmed => Triaged ** Changed in: ec2-init (Ubuntu) Assignee: (unassigned) => Scott Moser (smoser) -- ec2-init: Ri

[Bug 427288] Re: Karmic i386 EC2 kernel emulating unsupported memory accesses

2009-09-14 Thread Scott Moser
ned) => Scott Moser (smoser) -- Karmic i386 EC2 kernel emulating unsupported memory accesses https://bugs.launchpad.net/bugs/427288 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

Re: [Bug 429169] [NEW] ec2: Include kernel modules in AMIs

2009-09-14 Thread Scott Moser
> Some other options have been discussed like building kernel modules into > the kernel or copying them from initrd into /lib/modules at boot time, > but the easiest approach to get things working in the short term is > probably just to follow the existing de facto standard and include the > kernel

[Bug 428692] Re: ec2 kernel needs CONFIG_BLK_DEV_LOOP=y and other config changes

2009-09-14 Thread Scott Moser
just for the record, the -ec2 kernel should be similar to either -server or -virtual (which have the same .config). The filtered list of modules in the -virtual kernel would probably be nice as having loads of hardware drivers in an ec2 image is not useful. -- ec2 kernel needs CONFIG_BLK_DEV_LOO

[Bug 398568] Re: ami-bbf514d2: Sometimes does not start booting (empty console output, no network)

2009-09-14 Thread Scott Moser
** Also affects: ubuntu-on-ec2/jaunty Importance: Undecided Status: New ** Changed in: ubuntu-on-ec2/jaunty Status: New => Invalid -- ami-bbf514d2: Sometimes does not start booting (empty console output, no network) https://bugs.launchpad.net/bugs/398568 You received this bug n

[Bug 398568] Re: ami-bbf514d2: Sometimes does not start booting (empty console output, no network)

2009-09-14 Thread Scott Moser
I'm marking the development task of linux(Ubuntu) to 'Fix Released' based on fixes in 418130 . The karmic kernel doesn't have this issue as far as we know. I've also done 'Nominate for Release' for Jaunty to indicate that the bug affects that kernel/ami and no where else. ** Changed in: linux (U

[Bug 398568] Re: ami-bbf514d2: Sometimes does not start booting (empty console output, no network)

2009-09-14 Thread Scott Moser
marking this low priority. the issue is a problem, but it is low on the overall priorities to fix this in jaunty. ** Changed in: linux (Ubuntu Jaunty) Status: New => Confirmed ** Changed in: linux (Ubuntu Jaunty) Importance: Undecided => Low ** Changed in: linux (Ubuntu Jaunty) A

[Bug 415032] Re: no console output for ec2 instances via ec2-get-console-output

2009-09-14 Thread Scott Moser
marking this 'Fix Released' as the karmic kernels released with bug 418130 do not exhibit this behavior. I've also opened an intrepid task to indicate the problem is there. ** Changed in: linux (Ubuntu) Status: Confirmed => Fix Released -- no console output for ec2 instances via ec2-get

[Bug 415032] Re: no console output for ec2 instances via ec2-get-console-output

2009-09-14 Thread Scott Moser
I'm marking this as low priority in Intrepid, as the Intrepid EC2 release is generically low priority. This issue, on its own is actually fairly high priority, as a user shouldn't really connect to a machine that they've not looked at the console output of to verify the ssh fingerprints. Note, ho

[Bug 427288] Re: Karmic i386 EC2 kernel emulating unsupported memory accesses

2009-09-14 Thread Scott Moser
I've just tested on ami-a40fefcd , which uses the kernel in question that installing libc6-xen fixes this problem in ec2. I booted the instance, then 'apt-get update && apt-get install libc6-xen'. After a reboot, I have: $ uname -r 2.6.31-300-ec2 $ dpkg -l "libc6*" | grep ^ii ii libc6 2.1

Re: [Bug 429169] [NEW] ec2: Include kernel modules in AMIs

2009-09-14 Thread Scott Moser
> The images should do what is necessary to support both UEC and EC2 very > well, until such time as we find that it would be more effective to maintain > two separate images. I read that to indicate that we should have installed in the image linux-image-virtual and linux-image-ec2 (or whatever th

[Bug 427288] Re: Karmic i386 EC2 kernel emulating unsupported memory accesses

2009-09-15 Thread Scott Moser
I tested this on ami-a40fefcd (alpha5.1) I verified that before install of libc6-xen, ldd reports bash to be using /lib/tls/i686/cmov/libc.so.6 . after install, it shows /lib/tls/i686/nosegneg/libdl.so.2. However, after a reboot, I still see the message. I suspect this is coming from initrd, or

[Bug 429169] Re: ec2: Include kernel modules in AMIs

2009-09-15 Thread Scott Moser
** Changed in: vm-builder (Ubuntu) Importance: Undecided => Medium ** Changed in: vm-builder (Ubuntu) Status: Confirmed => Triaged -- ec2: Include kernel modules in AMIs https://bugs.launchpad.net/bugs/429169 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 429120] Re: ec2: Build new Ubuntu 8.04 Hardy AMIs

2009-09-15 Thread Scott Moser
** Changed in: ubuntu Importance: Undecided => Medium -- ec2: Build new Ubuntu 8.04 Hardy AMIs https://bugs.launchpad.net/bugs/429120 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 429121] Re: ec2: Build new Ubuntu 8.10 Intrepid AMIs

2009-09-15 Thread Scott Moser
** Changed in: ubuntu Importance: Undecided => Low -- ec2: Build new Ubuntu 8.10 Intrepid AMIs https://bugs.launchpad.net/bugs/429121 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 429122] Re: ec2: Build Ubuntu 9.04 Jaunty AMIs

2009-09-15 Thread Scott Moser
the biggest issue with jaunty images right now is lack of a stable jaunty kernel (see bug398568) . It is unlikely that we'll have resources to dedicate towards getting a stable jaunty kernel anytime soon. If we do refresh jaunty, it would almost have to be with the intrepid or karmic kernel. **

[Bug 429106] Re: kernel and initramfs should be available for uec

2009-09-15 Thread Scott Moser
** Package changed: ubuntu => vm-builder (Ubuntu) -- kernel and initramfs should be available for uec https://bugs.launchpad.net/bugs/429106 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

[Bug 418130] Re: Karmic EC2 images don't use a karmic kernel

2009-09-15 Thread Scott Moser
** Changed in: Ubuntu Karmic Milestone: None => karmic-alpha-6 -- Karmic EC2 images don't use a karmic kernel https://bugs.launchpad.net/bugs/418130 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-

[Bug 418130] Re: Karmic EC2 images don't use a karmic kernel

2009-09-15 Thread Scott Moser
The kernels listed above are going to be used for alpha 6. I've copied the images to canonical-cloud-us bucket and published them in eu region under canonical-cloud-eu. current/us-east-1/i386/karmic aki-841efeed ari-9a1efef3 current/us-east-1/x86_64/karmicaki-9c1efef5 ari-901e

[Bug 398568] Re: ami-bbf514d2: Sometimes does not start booting (empty console output, no network)

2009-09-15 Thread Scott Moser
** Tags removed: uec-images -- ami-bbf514d2: Sometimes does not start booting (empty console output, no network) https://bugs.launchpad.net/bugs/398568 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-

[Bug 420635] Re: Update Hardy kernel AKI for local privilege escalation

2009-09-15 Thread Scott Moser
Marking linux (Ubuntu) task as Fix Released, with karmic kernels on ec2. ** Changed in: linux (Ubuntu) Status: Triaged => Fix Released -- Update Hardy kernel AKI for local privilege escalation https://bugs.launchpad.net/bugs/420635 You received this bug notification because you are a memb

[Bug 415032] Re: no console output for ec2 instances via ec2-get-console-output

2009-09-15 Thread Scott Moser
** Tags removed: uec-images -- no console output for ec2 instances via ec2-get-console-output https://bugs.launchpad.net/bugs/415032 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.co

[Bug 427288] Re: Karmic i386 EC2 kernel emulating unsupported memory accesses

2009-09-15 Thread Scott Moser
Because of the state of the archive, I can't test it right now, but the patch we need to vmbuilder is --- VMBuilder/plugins/ubuntu/karmic.py.orig 2009-09-15 16:09:51.0 -0400 +++ VMBuilder/plugins/ubuntu/karmic.py 2009-09-15 16:09:57.0 -0400 @@ -27,9 +27,10 @@ class Karmic(Jau

[Bug 427288] Re: Karmic i386 EC2 kernel emulating unsupported memory accesses

2009-09-15 Thread Scott Moser
Never mind. I manually merged them. And pushed them to nectarine. "them" is in reference to [1] and [2], which fixes bug 420581 and this one (bug 427288) respectively. The next nightly builds at [3] should have libc6-xen in them. [1] http://bazaar.launchpad.net/~ubuntu-virt/vmbuilder/trunk/rev

[Bug 427288] Re: Karmic i386 EC2 kernel emulating unsupported memory accesses

2009-09-15 Thread Scott Moser
flipping this back to fix-committed. I'll mark fix-released when we get a build output with libc6-xen in it. ** Changed in: vm-builder (Ubuntu Karmic) Status: Fix Released => Fix Committed -- Karmic i386 EC2 kernel emulating unsupported memory accesses https://bugs.launchpad.net/bugs/427

[Bug 427288] Re: Karmic i386 EC2 kernel emulating unsupported memory accesses

2009-09-21 Thread Scott Moser
** Changed in: vmbuilder Status: Invalid => Fix Committed -- Karmic i386 EC2 kernel emulating unsupported memory accesses https://bugs.launchpad.net/bugs/427288 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs maili

[Bug 434076] [NEW] if key exists in /root/.ssh/authorized_keys, disable_root setting has no effect

2009-09-21 Thread Scott Moser
Public bug reported: Binary package hint: ec2-init As I mentioned in bug 407950, if a key registered to an ec2 instance (ec2-run-instances --key ) already exists in /root/.ssh/authorized_keys, then ec2-init's code to disable_root login will have no effect. The code will simply append to the file

[Bug 407950] Re: ec2-init: ec2-fetch-credentials "setup_root_user" code cleanup

2009-09-21 Thread Scott Moser
The only remaining issues per my comment 1 are: a. ec2-init simply appends to /root/.ssh/authorized_keys for root. If the key it is adding already exists in that file, then it disabling or enabling login will have no effect. b. Should disable_root be renamed to 'enable_root_via_ec2_ssh_key'

[Bug 434181] Re: rightscale init script

2009-09-21 Thread Scott Moser
** Package changed: ubuntu => ec2-init (Ubuntu) -- rightscale init script https://bugs.launchpad.net/bugs/434181 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubun

[Bug 428692] Re: ec2 kernel needs CONFIG_BLK_DEV_LOOP=y and other config changes

2009-09-21 Thread Scott Moser
One other config option we don't want to see lost, that is currently not in the kernel image we have: # CONFIG_EXT4_FS is not set -- ec2 kernel needs CONFIG_BLK_DEV_LOOP=y and other config changes https://bugs.launchpad.net/bugs/428692 You received this bug notification because you are a member

[Bug 428692] Re: ec2 kernel needs CONFIG_BLK_DEV_LOOP=y and other config changes

2009-09-21 Thread Scott Moser
I realize that the above isn't a very good sentence. What I meant to say, was that the current kernel (with alpha6 -- linux-image-2.6.31-300-ec2) has : # CONFIG_EXT4_FS is not set We want to have ext4 support in ec2 kernels 2.6.31-10-generic has: CONFIG_EXT4_FS=y # CONFIG_EXT4DEV_COMPAT is not s

[Bug 434693] [NEW] Main Inclusion Request: ec2-init

2009-09-22 Thread Scott Moser
Public bug reported: Binary package hint: ec2-init Please include ec2-init for inclusion in main. https://wiki.ubuntu.com/MainInclusionEc2-Init ec2-init is an important part of our ec2 and UEC images. The package is required to initialize instances of ubuntu official images that are started

[Bug 434697] [NEW] Main Inclusion Request: euca2ools

2009-09-22 Thread Scott Moser
Public bug reported: Binary package hint: euca2ools Please consider euca2ools for inclusion in main. Euca2ools provides a command line interface to amazon ec2 and to Eucalyptus. It also provides a suitable replacement for the ec2-ami- tools and ec2-api-tools that are in mulitiverse. Most impor

[Bug 434701] [NEW] Main Inclusion Request: python-boto

2009-09-22 Thread Scott Moser
Public bug reported: Binary package hint: python-boto Please consider python-boto for inclusion in main. Boto provides a python library interface to amazon web services including S3 and EC2. The library interface is used by ec2-init and euca2ools. The Main Inclusion Report can be found at: *

[Bug 434704] [NEW] Main Inclusion Request: cheetah

2009-09-22 Thread Scott Moser
Public bug reported: Binary package hint: python-cheetah Please consider cheetah for inclusion into main. python-cheetah provides a template engine that is used by ec2-init. Main Inclusion Report can be found at: * https://wiki.ubuntu.com/MainInclusionCheetah Note, that python-cheetah is a d

[Bug 429169] Re: ec2: Include kernel modules in AMIs

2009-09-22 Thread Scott Moser
** Changed in: vm-builder (Ubuntu) Milestone: None => ubuntu-9.10-beta -- ec2: Include kernel modules in AMIs https://bugs.launchpad.net/bugs/429169 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-

[Bug 434717] [NEW] Main Inclusion Request: configobj

2009-09-22 Thread Scott Moser
Public bug reported: Binary package hint: python-configobj Please consider configobj for inclusion into main. python-configobj provides a library interface for reading and writing config files. Main Inclusion Report can be found at: * https://wiki.ubuntu.com/MainInclusionConfigobj Note, that

[Bug 434723] [NEW] Main Inclusion Request: m2crypto

2009-09-22 Thread Scott Moser
Public bug reported: Binary package hint: m2crypto Binary package hint: python-m2crypto Please consider m2crypto for inclusion into main. python-m2crypto provides a crypto and ssl toolkit for python. It is used by the euca2ools package. Main Inclusion Report can be found at: * https://wiki.u

[Bug 434723] Re: Main Inclusion Request: m2crypto

2009-09-22 Thread Scott Moser
** Changed in: m2crypto (Ubuntu) Importance: Undecided => High -- Main Inclusion Request: m2crypto https://bugs.launchpad.net/bugs/434723 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

[Bug 434717] Re: Main Inclusion Request: configobj

2009-09-22 Thread Scott Moser
** Package changed: ubuntu => configobj (Ubuntu) -- Main Inclusion Request: configobj https://bugs.launchpad.net/bugs/434717 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:

[Bug 434697] Re: Main Inclusion Request: euca2ools

2009-09-22 Thread Scott Moser
** Description changed: - Binary package hint: euca2ools - Please consider euca2ools for inclusion in main. Euca2ools provides a command line interface to amazon ec2 and to Eucalyptus. It also provides a suitable replacement for the ec2-ami- tools and ec2-api-tools that are in mulitiv

[Bug 434693] Re: Main Inclusion Request: ec2-init

2009-09-22 Thread Scott Moser
** Description changed: - Binary package hint: ec2-init - Please include ec2-init for inclusion in main. https://wiki.ubuntu.com/MainInclusionEc2-Init ec2-init is an important part of our ec2 and UEC images. The package is required to initialize instances of ubuntu official images

<    1   2   3   4   5   6   7   8   9   10   >