[Bug 1037727] Re: support adding region/availability to mirror selection

2012-08-16 Thread Eric Hammond
I think you mean region and not availability-zone since availability zone names mean different things for different AWS accounts. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Blueprint servercloud-q-awstools] Package (more) AWS tools for Ubuntu

2012-05-02 Thread Eric Hammond
Blueprint changed by Eric Hammond: Whiteboard changed: Blueprint:https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-awstools Etherpad: http://pad.ubuntu.com/uds-q-servercloud-awstools - - content below copied to Etherpad 2012-04-30, please make updates to - etherpad

[Blueprint servercloud-q-awstools] Package (more) AWS tools for Ubuntu

2012-04-23 Thread Eric Hammond
Blueprint changed by Eric Hammond: Whiteboard changed: - Ubuntu has packages for only two sets of AWS tools: + Ubuntu has packages for some AWS tools:   * EC2 API Tools [package: ec2-api-tools]   * EC2 AMI Tools [package: ec2-ami-tools]   * RDS - Relational Database Service [package

[Bug 615545] Re: Instances launched in a VPC cannot access ec2.archive.ubuntu.com

2012-01-13 Thread Eric Hammond
Scott: - With the CNAME solution, the requests still go to the internal IP address for standard EC2 instances. - I don't imagine that many non-EC2 people would try to configure their Ubuntu systems to use the EC2 repositories. - Canonical would get charged the same network fees for people

[Bug 615545] Re: Instances launched in a VPC cannot access ec2.archive.ubuntu.com

2012-01-12 Thread Eric Hammond
+1 for cloudcontrol's recommendation to use CNAMEs. I've been recommending this to Canonical since we were discussing the initial setup of EC2 dedicated repositories. It would have avoided a couple issues that have happened since and would help prevent future problems as AWS releases new

[Bug 871966] Re: FQDN written to /etc/hosts causes problems for clustering systems

2012-01-06 Thread Eric Hammond
Though I don't like the current way Oneiric manages /etc/hosts (and submitted related bug #890501) I agree with Scott that it is how Oneiric works on EC2 and changes could cause existing installations to break. In fact, I have automated system code that works around the bug which would break if

[Bug 893400] [NEW] cloud-init: Output machine usable public ssh host key (for known_hosts)

2011-11-21 Thread Eric Hammond
Public bug reported: In bug #892554, Kees Cook (kees) makes a great suggestion that cloud- init could output the public ssh host keys to the console output. This could then be read by automated software outside of the instance and added to a known_hosts file using the IP address and/or hostname

[Bug 893400] Re: cloud-init: Output machine usable public ssh host key (for known_hosts)

2011-11-21 Thread Eric Hammond
-- 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/893400 Title: cloud-init: Output machine usable public ssh host key (for known_hosts) To manage notifications about this bug go

[Bug 892554] Re: SSH keys summary does not report ECDSA key

2011-11-21 Thread Eric Hammond
Love the known_hosts suitable output format idea! It doesn't even need to be an option. Split that off into bug #893400. The current ticket can remain for adding the ECDSA ssh key fingerprint. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 893400] Re: cloud-init: Output machine usable public ssh host key (for known_hosts)

2011-11-21 Thread Eric Hammond
I've ammended the original example to use cat instead of cut as it looks like the specific number of fields in the key may vary for some older formats (rsa1) and it removes the objection that I invented anything. I had been hoping to exclude the comment field, but agree it's not worth the

[Bug 893400] Re: cloud-init: Output machine usable public ssh host key (for known_hosts)

2011-11-21 Thread Eric Hammond
** Description changed: In bug #892554, Kees Cook (kees) makes a great suggestion that cloud- init could output the public ssh host keys to the console output. This could then be read by automated software outside of the instance and added to a known_hosts file using the IP address

[Bug 890501] Re: EC2 cloud-init overwrites 127.0.1.1 in /etc/hosts on every reboot

2011-11-14 Thread Eric Hammond
** Description changed: cloud-init sets up /etc/hosts with a default value for 127.0.1.1 looking something like: - 127.0.1.1 ip-10-202-61-233.ec2.internal ip-10-202-61-233 + 127.0.1.1 ip-10-202-61-233.ec2.internal ip-10-202-61-233 I edit /etc/hosts to change this

[Bug 890501] Re: EC2 cloud-init overwrites 127.0.1.1 in /etc/hosts on every reboot

2011-11-14 Thread Eric Hammond
-- 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/890501 Title: EC2 cloud-init overwrites 127.0.1.1 in /etc/hosts on every reboot To manage notifications about this bug go to:

[Bug 890501] [NEW] EC2 cloud-init overwrites 127.0.1.1 in /etc/hosts on every reboot

2011-11-14 Thread Eric Hammond
Public bug reported: cloud-init sets up /etc/hosts with a default value for 127.0.1.1 looking something like: 127.0.1.1 ip-10-202-61-233.ec2.internal ip-10-202-61-233 I edit /etc/hosts to change this value to something that makes more sense to my internal software (e.g., Apache), say:

[Bug 890501] Re: EC2 cloud-init overwrites 127.0.1.1 in /etc/hosts on every reboot

2011-11-14 Thread Eric Hammond
Scott: Learn something new every day. I will give this a try. ** Changed in: cloud-init (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 890501] Re: EC2 cloud-init overwrites 127.0.1.1 in /etc/hosts on every reboot

2011-11-14 Thread Eric Hammond
** Changed in: cloud-init (Ubuntu) Status: Incomplete = 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/890501 Title: EC2 cloud-init overwrites 127.0.1.1 in

[Bug 890501] Re: EC2 cloud-init overwrites 127.0.1.1 in /etc/hosts on every reboot

2011-11-14 Thread Eric Hammond
Scott: Your suggested approach works for me even though I can't find any documentation on how this is supposed to work. Everything I read says that 127.0.1.1 should be the canonical hostname of the instance. Do you happen to have any pointers to the information you are alluding to with IPv6 and

[Bug 876168] [NEW] EC2 Oneiric ssh no-pty triggers PTY allocation request failed on channel 0

2011-10-16 Thread Eric Hammond
Public bug reported: When I start a standard Ubuntu 11.10 Oneiric instance (ami-a7f539ce) on Amazon EC2 I can ssh in just fine with the default .ssh/authorized_keys file. If I prefix the ssh key in .authorized_keys with the option no-pty then attempts to ssh fail with the error: PTY

[Bug 876168] Re: EC2 Oneiric ssh no-pty triggers PTY allocation request failed on channel 0

2011-10-16 Thread Eric Hammond
This may also be a problem on non-EC2 Oneiric; I have no way of testing that. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/876168 Title: EC2 Oneiric ssh no-pty triggers PTY

[Bug 876168] Re: EC2 Oneiric ssh no-pty triggers PTY allocation request failed on channel 0

2011-10-16 Thread Eric Hammond
Closing as invalid. I wasn't testing correctly with a non-pty ssh. ** Changed in: openssh (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/876168

[Bug 824947] Re: EC2 apt repository DNS resolution on VPC instances

2011-08-15 Thread Eric Hammond
Sorry, I should have been clear in the original bug report that I was submitting it on behalf of Amazon and another customer and did not experience it myself on that particular instance or AMI. Also, I'm not sure that lack of a public IP address as described in #615545 is sufficient to determine

[Bug 824947] Re: EC2 apt repository DNS resolution on VPC instances

2011-08-12 Thread Eric Hammond
Amazon recommends fixing this through DNS instead of through software on the instance. Instead of resolving eu-west-1.ec2.archive.ubuntu.com directly to an A record of the internal IP address starting with 10., Canonical should change it to resolve to a CNAME of the external elastic IP address

[Bug 824947] [NEW] EC2 apt repository DNS resolution on VPC instances

2011-08-11 Thread Eric Hammond
Public bug reported: DNS names like eu-west-1.ec2.archive.ubuntu.com (apt repository for eu- west-1 on EC2) are currently resolving to private IP addresses (e.g., 10.). An EC2 instance running in VPC cannot access these repositories. More details and possible fixes at:

[Bug 824947] Re: EC2 apt repository DNS resolution on VPC instances

2011-08-11 Thread Eric Hammond
-- 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/824947 Title: EC2 apt repository DNS resolution on VPC instances To manage notifications about this bug go to:

[Bug 798505] [NEW] Tighten permissions on root@ ssh with EC2/UEC images

2011-06-16 Thread Eric Hammond
Public bug reported: Binary package hint: cloud-init The EC2/UEC images currently allow users to ssh to root@ but do not give the user shell access. Instead, a helpful message is displayed to the user explaining they need to ssh to ubuntu@ and they are disconnected after 10 seconds. This is

[Bug 798505] Re: Tighten permissions on root@ ssh with EC2/UEC images

2011-06-16 Thread Eric Hammond
-- 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/798505 Title: Tighten permissions on root@ ssh with EC2/UEC images To manage notifications about this bug go to:

[Bug 745930] Re: cloud-init timeout waiting for metadata service on EC2

2011-03-30 Thread Eric Hammond
In my experience in 2008-2009, just because networking is up on an EC2 instance does not mean that 169.254.169.254 is going to accept connections and requests for meta-data and user-data. You need to wait for this to become available. I had code to do this in Ubuntu AMIs I built back then.

[Bug 745930] Re: cloud-init timeout waiting for metadata service on EC2

2011-03-30 Thread Eric Hammond
On second glance, cloud-init may actually be retrying the connection and the problem is that sometimes it takes longer than the current number of retries. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 720440] Re: /etc/hosts is updated based on /etc/cloud/templates/hosts.tmpl

2011-02-17 Thread Eric Hammond
I would like to see a solution like the following for this and other files generated at startup (e.g., apt sources): If the user has not modified the file since it was created from a template, then the system should feel free to continue maintaining that file by regenerating it from the template

[Bug 662679] Re: EC2 kernel panic at boot with 34GB RAM

2010-11-09 Thread Eric Hammond
*** This bug is a duplicate of bug 651370 *** https://bugs.launchpad.net/bugs/651370 Confirmed with my AWS account using same AMI in eu-west-1 and m2.2xlarge. Console log attached. ** Changed in: ec2-api-tools (Ubuntu) Status: New = Confirmed ** Attachment added: console.log

[Bug 662679] Re: EC2 kernel panic at boot with 34GB RAM

2010-11-09 Thread Eric Hammond
*** This bug is a duplicate of bug 651370 *** https://bugs.launchpad.net/bugs/651370 ** This bug has been marked a duplicate of bug 651370 ec2 kernel crash invalid opcode [#1] * You can subscribe to bug 651370 by following this link:

[Bug 672417] [NEW] Correct grammar, punctuation in root authorized_keys message on EC2

2010-11-07 Thread Eric Hammond
Public bug reported: Binary package hint: cloud-init Attempting to log in to the root user on an Ubuntu AMI returns the message: Please login as the ubuntu user rather than root user. This has two minor problems: 1. There is a missing the before the word root. 2. Adding quotes around the

[Bug 665235] Re: attaching a volume to maverick instance may boot off it

2010-11-06 Thread Eric Hammond
EBS volumes and snapshots create this sort of problem regularly for me, generally with conflicting duplicate XFS UIDs which I have to override. The best solution for EC2 AMIs may be to always accept that /dev/sda1 is the boot disk. -- attaching a volume to maverick instance may boot off it

[Bug 664083] Re: package missing ec2-describe-tags

2010-10-20 Thread Eric Hammond
*** This bug is a duplicate of bug 649742 *** https://bugs.launchpad.net/bugs/649742 This is simply a software version issue. The ec2-describe-tags is in the ec2-api-tools version 1.3-57419, but that version is not available on Ubuntu 10.04 at this time. The latest version on Ubuntu 10.04

[Bug 583542] Re: ssh server doesn't start when irrelevant filesystems are not available

2010-05-20 Thread Eric Hammond
This is especially important for remotely controlled servers which have no console access (e.g., Amazon EC2). -- ssh server doesn't start when irrelevant filesystems are not available https://bugs.launchpad.net/bugs/583542 You received this bug notification because you are a member of Ubuntu

[Bug 502490] Re: ec2-init overwrites user/vmbuilder provided /etc/apt/sources.list

2010-03-19 Thread Eric Hammond
Scott: Is this fixed in Karmic or just Lucid? -- ec2-init overwrites user/vmbuilder provided /etc/apt/sources.list https://bugs.launchpad.net/bugs/502490 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in ubuntu. --

[Bug 505482] Re: euca-bundle-vol dies with Invalid cert

2010-03-01 Thread Eric Hammond
Scott: Thanks for checking. The original AMI no longer exists, and I am also unable to reproduce this on the latest Lucid daily: ami-e9b95680 ubuntu-images-testing-us/ubuntu-lucid-daily-i386-server-20100301.manifest.xml I have marked the bug invalid. ** Changed in: euca2ools (Ubuntu)

[Bug 505482] [NEW] euca-bundle-vol dies with Invalid cert

2010-01-10 Thread Eric Hammond
Public bug reported: Binary package hint: euca2ools On a fresh copy of the latest 32-bit Ubuntu Lucid daily AMI   ami-6a28c503   ubuntu-images-testing-us/ubuntu-lucid-daily-i386-desktop-20100110.manifest.xml I installed a copy of ec2-ami-tools (to get the EC2 certificate)   echo deb

[Bug 505482] Re: euca-bundle-vol dies with Invalid cert

2010-01-10 Thread Eric Hammond
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/37676678/Dependencies.txt ** Description changed: Binary package hint: euca2ools On a fresh copy of the latest 32-bit Ubuntu Lucid daily AMI - ami-6a28c503 -

[Bug 479823] Re: euca2ools: euca-bundle-vol strips leading zero (0) from user id

2010-01-10 Thread Eric Hammond
I tried to test the fix, but ran into bug 505482. -- euca2ools: euca-bundle-vol strips leading zero (0) from user id https://bugs.launchpad.net/bugs/479823 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. --

[Bug 502495] Re: Too much image copying when using vmbuilder for EC2

2010-01-04 Thread Eric Hammond
For reference, this article enumerates the steps I took to run vmbuilder: http://alestic.com/2010/01/vmbuilder-ebs-boot-ami -- Too much image copying when using vmbuilder for EC2 https://bugs.launchpad.net/bugs/502495 You received this bug notification because you are a member of Ubuntu

[Bug 502495] [NEW] Too much image copying when using vmbuilder for EC2

2010-01-02 Thread Eric Hammond
Public bug reported: I'm using the latest lp:vmbuilder source to build EBS boot AMIs for EC2. I noticed that there is an awful lot of image file copying being done which seems unnecessary when using vmbuilder for this purpose. 1. vmbuilder installs the image files into a temporary root

[Bug 493510] [NEW] vmbuilder: Creates mostly empty EC2 images on 64-bit

2009-12-07 Thread Eric Hammond
Public bug reported: I'm using vmbuilder on 32-bit and 64-bit EC2 instances with identical arguments except for --arch, --kernel, and --ramdisk. The 32-bit EC2 images are created fine, but the 64-bit images are practically empty except for a few /var directories. I have tracked this down to the

[Bug 493510] Re: vmbuilder: Creates mostly empty EC2 images on 64-bit

2009-12-07 Thread Eric Hammond
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/36525905/Dependencies.txt -- vmbuilder: Creates mostly empty EC2 images on 64-bit https://bugs.launchpad.net/bugs/493510 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 493510] Re: vmbuilder: Creates mostly empty EC2 images on 64-bit

2009-12-07 Thread Eric Hammond
No sooner entered as a bug than I think I've tracked this down to an invalid part file I was using: root 10240 a1 root 2048 a1 /mnt 1 b Note the extra root entry. I don't know if this can be used to create validation code to prevent other people from making this dumb mistake, but I'm

[Bug 493020] Re: vmbuilder: Deletes most of /dev on interrupt

2009-12-06 Thread Eric Hammond
Set to Confirmed since Scott confirmed the bug. Setting to Medium since this seems like a severe impact on a non-core application. ** Changed in: vm-builder (Ubuntu) Status: New = Confirmed ** Changed in: vm-builder (Ubuntu) Importance: Undecided = Medium -- vmbuilder: Deletes most

[Bug 493020] [NEW] vmbuilder: Deletes most of /dev on interrupt

2009-12-05 Thread Eric Hammond
Public bug reported: I'm running vmbuilder on the latest EC2 Karmic AMI. When I Ctrl-C interrupt the run, it deletes almost all of the devices in /dev making the system somewhat unusable. Here's a log demonstrating this. I have reproduced the problem on a fresh AMI by interrupting it in about

[Bug 493020] Re: vmbuilder: Deletes most of /dev on interrupt

2009-12-05 Thread Eric Hammond
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/36488152/Dependencies.txt -- vmbuilder: Deletes most of /dev on interrupt https://bugs.launchpad.net/bugs/493020 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 493020] Re: vmbuilder: Deletes most of /dev on interrupt

2009-12-05 Thread Eric Hammond
On IRC, smoser noted that he had also seen this behavior on nectarine. -- vmbuilder: Deletes most of /dev on interrupt https://bugs.launchpad.net/bugs/493020 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in ubuntu. --

[Bug 493020] Re: vmbuilder: Deletes most of /dev on interrupt

2009-12-05 Thread Eric Hammond
In case it matters, I ran ubuntu-bug on the Karmic instance right before I ran the vmbuilder command so that all of the information in this bug would be captured from the system. Attempts to run ubuntu-bug fail after /dev is cleared out. -- vmbuilder: Deletes most of /dev on interrupt

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

2009-11-25 Thread Eric Hammond
I agree that given the goals of euca2ools, the default installation of the upstream source should not force AWS-specific options on users. The primary goal of this ticket is to have euca2ools on Ubuntu EC2 AMIs default to AWS/EC2 resources so that when a user runs an Ubuntu AMI, euca2ools commands

[Bug 486128] Re: euca2ools on Ubuntu AMIs should default to using API URLs for EC2/S3

2009-11-25 Thread Eric Hammond
I'm removing this partly incorrect statement in my original bug report: - euca-register requires setting $EC2_ACCESS_KEY and $EC2_SECRET_KEY instead of also checking $AWS_ACCESS_KEY_ID and $AWS_SECRET_ACCESS_KEY_ID as ec2-register does. euca2ools is based on the access key and secret key, while

[Bug 486956] [NEW] vmbuilder: --ec2-bundle triggers AttributeError: 'Ubuntu' object has no attribute 'suite'

2009-11-22 Thread Eric Hammond
Public bug reported: This problem happens using vmbuilder on trunk. When I specify --ec2-bundle (see entire command below) and I do not specify --ec2-kernel and --ec2-ramdisk, then the following error is generated: 2009-11-23 04:32:58,233 DEBUG : Oh, dear, an exception occurred 2009-11-23

[Bug 486956] Re: vmbuilder: --ec2-bundle triggers AttributeError: 'Ubuntu' object has no attribute 'suite'

2009-11-22 Thread Eric Hammond
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/35962337/Dependencies.txt -- vmbuilder: --ec2-bundle triggers AttributeError: 'Ubuntu' object has no attribute 'suite' https://bugs.launchpad.net/bugs/486956 You received this bug notification because you are a member of

[Bug 486955] [NEW] vmbuilder: --execscript in current directory is not found

2009-11-22 Thread Eric Hammond
Public bug reported: This problem happens with the vmbuilder on trunk. When running vmbuilder I passed in an option like --execscript setup-karmic-server where setup-karmic-server was an executable file in my current directory. vmbuilder output the following messages which give a warm

[Bug 486955] Re: vmbuilder: --execscript in current directory is not found

2009-11-22 Thread Eric Hammond
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/35962327/Dependencies.txt -- vmbuilder: --execscript in current directory is not found https://bugs.launchpad.net/bugs/486955 You received this bug notification because you are a member of Ubuntu Server Team, which is

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

2009-11-20 Thread Eric Hammond
Public bug reported: Binary package hint: euca2ools As I understand it, one of the goals in Ubuntu is for euca2ools to be a drop in replacement for Amazon's EC2 AMI (and API) command line tools. The following are differences where I noticed that I had to set additional environment variables

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

2009-11-20 Thread Eric Hammond
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/35902309/Dependencies.txt -- 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 Server Team, which

[Bug 479823] Re: euca2ools: euca-bundle-vol strips leading zero (0) from user id

2009-11-13 Thread Eric Hammond
Thierry: This is the first time I've typed any euca2ools commands, so I'm not sure where else there might be a problem. I don't think may commands would require the user id anyway. Let me know if there are any specific ones you'd like me to test. -- euca2ools: euca-bundle-vol strips leading

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

2009-11-10 Thread Eric Hammond
Torsten: What AMI id are you starting with? -- 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. --

[Bug 479621] Re: Re bundled karmic image fails to boot

2009-11-09 Thread Eric Hammond
Thanks for reporting this. Can you provide the AMI id you started with? ** Tags added: ec2-images -- Re bundled karmic image fails to boot https://bugs.launchpad.net/bugs/479621 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus

[Bug 479621] Re: Re bundled karmic image fails to boot

2009-11-09 Thread Eric Hammond
*** This bug is a duplicate of bug 450044 *** https://bugs.launchpad.net/bugs/450044 Thanks Neil. This does appear to be a duplicate of bug 450044, so it is being marked as such. Torsten, please look at the other bug report to see if there is any missing information that you can provide, or

[Bug 440757] Re: ec2-images have ubuntu.canonical.com in /etc/hosts

2009-10-13 Thread Eric Hammond
Scott: Since you're solving this with an exec script, could you also remove the incorrect /etc/hostname file while you're at it? Even though I haven't found any standard packages which depend on /etc/hostname it still bugs me to have an incorrect value stored there by default. -- ec2-images

[Bug 439868] Re: UEC images could be smaller

2009-10-08 Thread Eric Hammond
Thierry: Half joking, I'll point out that anybody can have root on an Ubuntu system for an hour for only $0.10 with EC2. More seriously: If the benefit of the rsync approach is only to increase the number of inodes, perhaps the original mke2fs could be run with the -N option to increase the

[Bug 439868] Re: UEC images could be smaller

2009-10-02 Thread Eric Hammond
AMIs for Amazon EC2 should be 10 GB (10240 * 1024 * 1024 bytes) -- UEC images could be smaller https://bugs.launchpad.net/bugs/439868 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 296159] Re: ec2exec: quotes not needed in sed command

2009-10-02 Thread Eric Hammond
** Changed in: vmbuilder Assignee: Eric Hammond (esh) = Chuck Short (zulcss) ** Changed in: vm-builder (Ubuntu) Assignee: Eric Hammond (esh) = Chuck Short (zulcss) ** Changed in: vmbuilder Status: Fix Committed = Invalid ** Changed in: vm-builder (Ubuntu) Status: Fix

[Bug 414997] Re: ec2-set-defaults should be 'run_once_per_ami'

2009-09-28 Thread Eric Hammond
Scott: What do you mean by not change anything else? If the user modifies sources.list would a rebundled AMI overwrite their changes or not? I'm also not clear which ami_id is referenced in the last step. If it is the AMI being created, then the user does not know the id yet. --

[Bug 423497] Re: Sudoers file is misconfigured in AMI ami-5059be39

2009-09-22 Thread Eric Hammond
Are we sure that group admin should have sudo rights by default in Karmic? It doesn't in Jaunty. When this bug was submitted, the AMI in question had a comment in /etc/sudoers which claimed that admin should have sudo privs, but the actual line to implement this was missing. The latest Alpha-6

[Bug 423497] Re: Sudoers file is misconfigured in AMI ami-5059be39

2009-09-22 Thread Eric Hammond
Upon further review, I stand corrected and the bug stands. -- Sudoers file is misconfigured in AMI ami-5059be39 https://bugs.launchpad.net/bugs/423497 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in ubuntu. --

[Bug 414997] Re: ec2-set-defaults should be 'run_once_per_ami'

2009-09-22 Thread Eric Hammond
I'm marking this Low based on my understanding of the importance metrics, but since this can break a user's EC2 image on rebundling, I'd love to see the fix released. ** Changed in: ec2-init (Ubuntu) Importance: Undecided = Low -- ec2-set-defaults should be 'run_once_per_ami'

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

2009-09-18 Thread Eric Hammond
** Changed in: vmbuilder Status: New = Invalid -- 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 Server Team, which is subscribed to vm-builder in ubuntu. --

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

2009-09-14 Thread Eric Hammond
there presumably aren't very many modules for the EC2 kernel. I guess this raises the questions of what modules we are talking about, and this is an area where I wouldn't know what to cut out. I personally depend on some which may not be considered part of the core modules including: fuse, xfs,

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

2009-09-13 Thread Eric Hammond
Public bug reported: It is fairly standard practice to include kernel modules in images for Amazon EC2, but the most recent Karmic AMIs do not include them: ami-a40fefcd canonical-alphas-us/karmic-i386-alpha5.1.manifest.xml ami-a20fefcb

[Bug 289998] Re: Allow multiple exec scripts

2009-09-11 Thread Eric Hammond
** Also affects: vm-builder (Ubuntu) Importance: Undecided Status: New ** Changed in: vmbuilder Status: Confirmed = Invalid ** Changed in: vm-builder (Ubuntu) Status: New = Confirmed -- Allow multiple exec scripts https://bugs.launchpad.net/bugs/289998 You received this

[Bug 287860] Re: vmbuilder EC2: Retry ec2-upload-bundle on failures

2009-09-05 Thread Eric Hammond
** Changed in: vmbuilder Status: Fix Committed = Fix Released ** Changed in: vm-builder (Ubuntu) Status: Fix Committed = Fix Released -- vmbuilder EC2: Retry ec2-upload-bundle on failures https://bugs.launchpad.net/bugs/287860 You received this bug notification because you are a

[Bug 235562] Re: Add ability to build Debian virtual machines

2009-09-05 Thread Eric Hammond
** Changed in: vmbuilder Status: Confirmed = Invalid -- Add ability to build Debian virtual machines https://bugs.launchpad.net/bugs/235562 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vm-builder in ubuntu. --

[Bug 408562] [NEW] Updgrade ec2-ami-tools to 1.3-34544

2009-08-03 Thread Eric Hammond
Public bug reported: Binary package hint: ec2-ami-tools The package ec2-ami-tools is outdated on Hardy, Intrepid, Jaunty, Karmic. This prevents the usage of the latest EC2 features. ** Affects: ec2-ami-tools (Ubuntu) Importance: Undecided Status: New -- Updgrade ec2-ami-tools