[Bug 531111] Re: euca2ools generates an image that cannot be connected using ssh

2011-09-23 Thread Mitch Garnaat
I need to run some tests to verify that this is no longer a problem in euca2ools 2.0. I'll do that over the weekend and report back on Monday. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in Ubuntu.

[Bug 530816] Re: euca-run-instances help shows --keypair, should be --key

2011-10-16 Thread Mitch Garnaat
** Changed in: euca2ools Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in Ubuntu. https://bugs.launchpad.net/bugs/530816 Title: euca-run-instances help shows --keypair, should be --key

[Bug 760157] Re: euca-bundle-image can fail on small images

2011-04-18 Thread Mitch Garnaat
I have merged this into the new development branch for euca2ools upstream. We will need to decide if we are going to merge into the 1.3.1 branch upstream. ** Changed in: euca2ools Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat) -- You received this bug notification because you

[Bug 760157] Re: euca-bundle-image can fail on small images

2011-04-25 Thread Mitch Garnaat
** Changed in: euca2ools Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in Ubuntu. https://bugs.launchpad.net/bugs/760157 Title: euca-bundle-image can fail on small images --

[Bug 850196] Re: euca-describe-images crashed with GetoptError in long_has_args(): option --owner-id not recognized

2011-09-19 Thread Mitch Garnaat
This is fixed in revno 475 ** Changed in: euca2ools Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in Ubuntu. https://bugs.launchpad.net/bugs/850196 Title: euca-describe-images crashed

[Bug 509562] Re: euca-bundle-image returns Odd-length string error

2010-11-07 Thread Mitch Garnaat
I have merged this patch in upstream. -- euca-bundle-image returns Odd-length string error https://bugs.launchpad.net/bugs/509562 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 548483] Re: euca-confirm-product-instance broken

2010-12-01 Thread Mitch Garnaat
This has been fixed upstream in revno 322. ** Changed in: euca2ools (Ubuntu) Status: Confirmed = Fix Committed -- euca-confirm-product-instance broken https://bugs.launchpad.net/bugs/548483 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 548483] Re: euca-confirm-product-instance broken

2010-12-10 Thread Mitch Garnaat
** Changed in: euca2ools Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. https://bugs.launchpad.net/bugs/548483 Title: euca-confirm-product-instance broken --

[Bug 509562] Re: euca-bundle-image returns Odd-length string error

2010-12-10 Thread Mitch Garnaat
** Changed in: euca2ools Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. https://bugs.launchpad.net/bugs/509562 Title: euca-bundle-image returns Odd-length string error

[Bug 688773] Re: euca2ools give 'SignatureDoesNotMatch' error

2010-12-13 Thread Mitch Garnaat
The problem seems to be related to the boto version. Here's a request using Python 2.7.1, boto 1.9b on natty: import boto c = boto.connect_ec2('0GN9DKJ90KCX6A32JFR2', 'C6LIffj0F2ekC7u3Ubw9j64lpvOQ6guG66R4dr+0') c.get_all_instances() Traceback (most recent call last): File stdin, line 1,

[Bug 688773] Re: euca2ools give 'SignatureDoesNotMatch' error

2010-12-13 Thread Mitch Garnaat
BTW, don't worry about the AWS credentials in the above comment. I use IAM to generate test users in my account and then delete them after the tests. They are no longer of any use. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 688773] Re: euca2ools give 'SignatureDoesNotMatch' error

2010-12-14 Thread Mitch Garnaat
I have tracked the problem down to this revision that was applied to boto on July 6th, 2010: https://github.com/boto/boto/commit/6760075073c34d6dddb7e13b80dfa8d09f0f4f79 If I apply this same diff to boto 1.9b, the signature problem goes away. -- You received this bug notification because you

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

2011-01-14 Thread Mitch Garnaat
Surprisingly, this never made it upstream. I just committed a fix upstream in r330. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. https://bugs.launchpad.net/bugs/479823 Title: euca2ools: euca-bundle-vol

[Bug 719547] Re: euca2ools doesn't parse EC2_URL correctly

2011-02-17 Thread Mitch Garnaat
I believe this is fixed in the latest code which uses urlparse to split the URL rather than doing things manually. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. https://bugs.launchpad.net/bugs/719547 Title:

Re: [Bug 725170] Re: euca-authorize requires source-subnet to function

2011-02-25 Thread Mitch Garnaat
Thanks. I'll merge this in on my side. Where are you guys with the Natty release? Is that imminent? I've been working on lots of changes to euca2ools. Refactoring the code, adding support for things like tags and filters, fixing lots of long-standing bugs, etc. I suspect all of this is much

Re: [Bug 725170] Re: euca-authorize requires source-subnet to function

2011-02-25 Thread Mitch Garnaat
On Fri, Feb 25, 2011 at 4:40 PM, Scott Moser smo...@canonical.com wrote: On Fri, 25 Feb 2011, Mitch Garnaat wrote: Thanks. I'll merge this in on my side. Where are you guys with the Natty release? Is that imminent? I've been working on lots of changes to euca2ools. Refactoring

[Bug 726901] Re: euca-run-instances gives stacktrace if user-data-file doesn't exist

2011-03-01 Thread Mitch Garnaat
This has been fixed in r337 on euca2ools-main upstream. It has also been fixed in the refactored development version of euca2ools. ** Changed in: euca2ools Status: New = Fix Committed ** Changed in: euca2ools Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat) -- You received

[Bug 725170] Re: euca-authorize requires source-subnet to function

2011-03-01 Thread Mitch Garnaat
This patch has been incorporated upstream in r338. ** Changed in: euca2ools Status: Confirmed = Fix Committed ** Changed in: euca2ools Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat) -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 720856] Re: euca-describe-groups should be euca-describe-group

2011-03-15 Thread Mitch Garnaat
** Changed in: euca2ools Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. https://bugs.launchpad.net/bugs/720856 Title: euca-describe-groups should

[Bug 667793] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem label

2011-03-15 Thread Mitch Garnaat
** Changed in: euca2ools Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ec2-ami-tools in ubuntu. https://bugs.launchpad.net/bugs/667793 Title: euca-bundle-vol/ec2-bundle

[Bug 665667] Re: couldn't launch an AMI bundled and uploaded using euca2ools

2011-03-15 Thread Mitch Garnaat
** Changed in: euca2ools Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. https://bugs.launchpad.net/bugs/665667 Title: couldn't launch an AMI bundled

[Bug 719547] Re: euca2ools doesn't parse EC2_URL correctly

2011-03-15 Thread Mitch Garnaat
** Changed in: euca2ools Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat) ** Changed in: euca2ools Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. https

[Bug 672986] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

2011-03-21 Thread Mitch Garnaat
** Changed in: euca2ools Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ec2-ami-tools in ubuntu. https://bugs.launchpad.net/bugs/672986 Title: euca-bundle-vol/ec2-bundle

[Bug 608623] Re: euca-revoke removes the wrong group authorization

2011-03-28 Thread Mitch Garnaat
** Changed in: euca2ools (Ubuntu) Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in Ubuntu. https://bugs.launchpad.net/bugs/608623 Title: euca-revoke removes

[Bug 546572] Re: euca-modify-image-attribute -l -a exits success on non-existant id

2011-03-28 Thread Mitch Garnaat
** Changed in: euca2ools (Ubuntu) Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in Ubuntu. https://bugs.launchpad.net/bugs/546572 Title: euca-modify-image

[Bug 531111] Re: euca2ools generates an image that cannot be connected using ssh

2011-03-28 Thread Mitch Garnaat
** Changed in: euca2ools (Ubuntu) Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in Ubuntu. https://bugs.launchpad.net/bugs/53 Title: euca2ools generates

[Bug 744976] Re: euca-describe-snapshots lists all public snapshots

2011-04-04 Thread Mitch Garnaat
** Changed in: euca2ools Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in Ubuntu. https://bugs.launchpad.net/bugs/744976 Title: euca-describe-snapshots lists