[Bug 1436738] Re: WebP encoder neglects padding

2015-03-26 Thread Mitch
** Tags added: webp -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1436738 Title: WebP encoder neglects padding To manage notifications about this bug go to:

[Bug 1436738] [NEW] WebP encoder neglects padding

2015-03-26 Thread Mitch
Public bug reported: imagewebp doesn't convert some images correctly. This is because GD's WebP encoder neglects the padding. The decoders in Chrome or Firefox cannot decode these images. This bug was reported to PHP over a year ago, but it hasn't been fixed yet.

[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 1050663] [NEW] Weird key bindings in vi in an ssh session from 64bit to 32bit

2012-09-13 Thread Mitch Claborn
Public bug reported: I support a number of systems remotely, and often find myself using vi in an ssh session to edit various files. In some cases, but not all, when I press the up arrow (in insert mode) I get a capital letter A and a new line instead of the cursor moving up. Other arrow keys

[Bug 1050663] Re: Weird key bindings in vi in an ssh session from 64bit to 32bit

2012-09-13 Thread Mitch Claborn
-- 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/1050663 Title: Weird key bindings in vi in an ssh session from 64bit to 32bit To manage notifications about this bug go to:

[Bug 1050663] Re: Weird key bindings in vi in an ssh session from 64bit to 32bit

2012-09-15 Thread Mitch Claborn
I am using gnome-terminal. $TERM=xterm (on both local and remote system) ssh -vv 192.168.5.211 OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012 debug1: Reading configuration data /home/mclaborn/.ssh/config debug1: /home/mclaborn/.ssh/config line 1: Applying options for * debug1: Reading

[Bug 1050663] Re: Weird key bindings in vi in an ssh session from 64bit to 32bit

2012-09-25 Thread Mitch Claborn
More info: it is not 32 bit systems with which I have a problem, but systems that only have vim-tiny and not vim. The systems I was having trouble with are desktop systems which only install vim-tiny by default. Installing vim fixed it, for both 32 and 64 bit systems. ** Package changed: openssh

[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
too late for natty but just wanted to give you a heads up. I'll probably be merging these changes to our euca2ools-main sometime over the next two weeks. Mitch On Fri, Feb 25, 2011 at 3:54 PM, Scott Moser smo...@canonical.com wrote: Mitch, I've just pulled this into the ubuntu euca2ools

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

[Bug 612463] Re: Cannot update klamav virus signature

2010-08-02 Thread Mitch Towner
Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but

[Bug 511743] Re: typo in ntpdate manpage (patch included)

2010-01-23 Thread Mitch Towner
I can confirm this on an up-to-date Karmic install $uname -a Linux dv7-karmic 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux $sudo apt-cache policy ntpdate ntpdate: Installed: 1:4.2.4p6+dfsg-1ubuntu5.1 Candidate: 1:4.2.4p6+dfsg-1ubuntu5.1 And in Lucid $ uname

[Bug 511743] Re: typo in ntpdate manpage (patch included)

2010-01-24 Thread Mitch Towner
This bug has been forwarded upstream to Debian. ** Bug watch added: Debian Bug tracker #566621 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566621 ** Also affects: ntp (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566621 Importance: Unknown Status: Unknown --

[Bug 513151] Re: package mysql-server-5.0 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-01-27 Thread Mitch Towner
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately we can't fix it without more information. Could you please attach the file /var/log/daemon.log it may contains useful informations to track down your problem. You need admin privileges in order to

[Bug 513151] Re: package mysql-server-5.0 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-01-28 Thread Mitch Towner
Hi Peroli, Due to you having mysql-server5.0 installed, the log file does not contain any information relevant to your problem. All of the information in that log file relates to that working package, not the package that was causing your problem. As such, I am closing this bug report. If you

[Bug 511743] Re: typo in ntpdate manpage (patch included)

2010-02-17 Thread Mitch Towner
Thank you for your suggestion Brian. I had already added origin-ubuntu lucid. I have now added the user tag ubuntu-patch as it did not get processed when I originally added user tags to this bug. -- typo in ntpdate manpage (patch included) https://bugs.launchpad.net/bugs/511743 You received

[Bug 523665] Re: missing changelog on changelogs.ubuntu.com

2010-02-18 Thread Mitch Towner
I can confirm that this changelog is missing from changelogs.ubuntu.com also that the changelog is not appearing in update-manager on an up- to-date lucid installation. This is possibly a regression of bug 40058. I have changed the package to update-manager as this is not a problem with ntp

[Bug 523646] Re: missing changelog on changelogs.ubuntu.com

2010-02-18 Thread Mitch Towner
*** This bug is a duplicate of bug 523714 *** https://bugs.launchpad.net/bugs/523714 Thank you for taking the time to report this bug and helping to make Ubuntu better. I have created a master bug report (bug 523714) to group all of the information from these bug reports into the one place so

[Bug 221887] Re: cifs mount options uid,gid broken

2010-02-20 Thread Mitch Towner
Invalidating wrongly set bug tasks cleaning up tags. @ Fail2Ban: Please do not add new tasks to bug reports or add tags without commenting to advise why you have done this. Thanks in advance! ** Changed in: samba (Ubuntu) Status: New = Invalid ** Changed in: jcifs (Ubuntu)

[Bug 527856] Re: Ubuntu 9.10 don't see DFS share content

2010-02-25 Thread Mitch Towner
Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at

[Bug 535439] Re: Windows Network Computer are not shown

2010-03-09 Thread Mitch Towner
reassigning this to samba as it appears to be an issue with samba, not nautilus. ** Package changed: nautilus (Ubuntu) = samba (Ubuntu) -- Windows Network Computer are not shown https://bugs.launchpad.net/bugs/535439 You received this bug notification because you are a member of Ubuntu Server

[Bug 535439] Re: Windows Network Computer are not shown

2010-05-26 Thread Mitch Towner
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on