[Bug 462140] Re: maximum 61 running instances, others shutting down

2009-10-27 Thread Neil Soman
Nope, hyperthreading should be fine. I strongly suspect that addresses per subnet in eucalyptus.conf is either set to 64 (that will give you 61 instances max and is consistent with your behavior) or you increased the value but didn't restart the CC (it need to cleanrestart). Can you post

[Bug 461156] Re: User data is not base64 decoded before being presented to the instance

2009-10-27 Thread Neil Soman
Scott, sorry I don't understand what you are saying. You said I'm also unable to reproduce Markus's problems with --user- data ' FOO ' and a patched euca2ools. But you are still running into the User authentication failed issue? I cannot reproduce this against the upsteam (current euca2ools or

[Bug 461156] Re: User data is not base64 decoded before being presented to the instance

2009-10-27 Thread Neil Soman
Yep, I confirm that it is a bug against eucalyptus (not euca2ools). I was using an older version of euca2ools that did double encoding of the user data. thanks. ** Changed in: eucalyptus Status: Invalid = Confirmed ** Changed in: eucalyptus Importance: Undecided = High ** Summary

[Bug 461156] Re: User data is not base64 decoded before being presented to the instance

2009-10-26 Thread Neil Soman
revno: 942 committer: Neil branch nick: 1.6 timestamp: Mon 2009-10-26 09:36:30 -0700 message: fixes #461156 ** Changed in: eucalyptus Status: New = Fix Committed **

[Bug 461156] Re: User data is not base64 decoded before being presented to the instance

2009-10-26 Thread Neil Soman
Turns out it is an issue with euca2ools and not eucalyptus. reverting. revno: 943 committer: Neil branch nick: 1.6 timestamp: Mon 2009-10-26 10:52:44 -0700 message: reverting invalid fix in revno 942 (was not a bug).

[Bug 461156] Re: User data is not base64 decoded before being presented to the instance

2009-10-26 Thread Neil Soman
See #461301 -- User data is not base64 decoded before being presented to the instance https://bugs.launchpad.net/bugs/461156 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 461394] Re: Multiple concurrent snapshots on the same volume do not work reliably

2009-10-26 Thread Neil Soman
revno: 944 committer: Neil branch nick: 1.6 timestamp: Mon 2009-10-26 13:04:33 -0700 message: fixes #461394 ** Also affects: eucalyptus (Ubuntu) Importance: Undecided

[Bug 458542] Re: euca-bundle-vol creates unuseable image?

2009-10-25 Thread Neil Soman
Nick, that is correct. #450044 relates to the creation of some necessary mount points for ubuntu images (/var/run, /var/lock). There were a few issues with euca-bundle-vol. They have been fixed in revnos 207, 208 and 221. thanks. -- euca-bundle-vol creates unuseable image?

[Bug 452185] Re: can't access SC volumes in a UEC instance

2009-10-23 Thread Neil Soman
Kendall, can you try /dev/sdb instead of sdb with euca-attach-volume and report back? thanks neil -- can't access SC volumes in a UEC instance https://bugs.launchpad.net/bugs/452185 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 457864] Re: Cloud Web interface should allow overcommit on CPU

2009-10-22 Thread Neil Soman
You can already set this via the MAX_CORES value in eucalyptus.conf on individual nodes. It is unclear whether using a blanket value across all nodes via the front end config is a good idea. We provide a finer level control at the individual node level and I don't think this will be changing for

[Bug 454405] Re: the CC is returning incorrect networkIndex values on describeInstances

2009-10-20 Thread Neil Soman
This bug may cause public IP addresses to be associated with an incorrect private address in MANAGED mode (especially in with multiple clusters). This results in instances not being reachable. ** Changed in: eucalyptus Importance: High = Critical ** Branch linked: lp:eucalyptus/1.6 ** Also

[Bug 452556] Re: euca-authorize default failing

2009-10-16 Thread Neil Soman
Please check the wire. I'd be interested in what the cloud is actually responding with (ngrep -d iface -Wbyline port 8773) on the front end. It is likely something to do with packaging. I have never seen it with the source install. -- euca-authorize default failing

[Bug 453177] Re: ec2-describe-instances not working for non-admin credentials

2009-10-16 Thread Neil Soman
I have linked this against the package. I can't reproduce it against a source install. ** Also affects: eucalyptus (Ubuntu) Importance: Undecided Status: New -- ec2-describe-instances not working for non-admin credentials https://bugs.launchpad.net/bugs/453177 You received this bug

[Bug 452556] Re: euca-authorize default failing

2009-10-16 Thread Neil Soman
Nick, do you have a server side exception/stack trace? Are there other exceptions? Something is definitely not right with the package. thanks. -- euca-authorize default failing https://bugs.launchpad.net/bugs/452556 You received this bug notification because you are a member of Ubuntu

[Bug 452556] Re: euca-authorize default failing

2009-10-15 Thread Neil Soman
I am unable to reproduce this problem. I am using Eucalyptus revno 931 and Euca2ools revno 221. Perhaps something went wrong in the packaging? $ euca-authorize default -P tcp -p 22 -s 0.0.0.0/0 GROUP default PERMISSION default ALLOWS tcp 22 22 FROMCIDR 0.0.0.0/0 $

[Bug 451358] Re: euca-describe-images reports all UEC images as x86_64

2009-10-14 Thread Neil Soman
I tried the following (revno 931 of eucalyptus and revno 221 of euca2ools): $euca-bundle-image -i /disk1//images/vmlinuz-2.6.28-11-generic -d iii -r i386 $euca-upload-bundle -b test-image -m iii/vmlinuz-2.6.28-11-generic.manifest.xml $euca-register

[Bug 451358] Re: euca-describe-images reports all UEC images as x86_64

2009-10-14 Thread Neil Soman
s/test-kkk/test-image/ (made a mistake in copy pasting). -- euca-describe-images reports all UEC images as x86_64 https://bugs.launchpad.net/bugs/451358 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 451358] Re: euca-describe-images reports all UEC images as x86_64

2009-10-14 Thread Neil Soman
Looks like Thierry already marked it invalid so my comment is superfluous :) -- euca-describe-images reports all UEC images as x86_64 https://bugs.launchpad.net/bugs/451358 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in

[Bug 451795] Re: Registered images do not show up in the Elasticfox (1.7) console

2009-10-14 Thread Neil Soman
This is a regression (caused by a slight typo). revno: 932 committer: Neil branch nick: 1.6 timestamp: Wed 2009-10-14 17:46:47 -0700 message: fixes #451795 ** Changed in:

[Bug 444908] Re: In SYSTEM mode + multicluster, instances do not run on multiple clusters

2009-10-08 Thread Neil Soman
Confirmed! thanks. -- In SYSTEM mode + multicluster, instances do not run on multiple clusters https://bugs.launchpad.net/bugs/444908 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 446858] [NEW] If a cluster is deregistered before a SC, the cloud controller will continue contacting the SC

2009-10-08 Thread Neil Soman
Public bug reported: --list-scs does not show the SC and the SC seems to have been deregistered. However, it still receives heartbeat messages. ** Affects: eucalyptus Importance: Low Status: New ** Affects: eucalyptus (Ubuntu) Importance: Undecided Status: New **

[Bug 444908] Re: In SYSTEM mode + multicluster, instances do not run on multiple clusters

2009-10-07 Thread Neil Soman
Still doesn't quite work as expected. Reopening. ** Changed in: eucalyptus Status: Fix Committed = In Progress -- In SYSTEM mode + multicluster, instances do not run on multiple clusters https://bugs.launchpad.net/bugs/444908 You received this bug notification because you are a member of

[Bug 444105] Re: euca-describe-volumes does not show the zone in which the volume resides

2009-10-06 Thread Neil Soman
My bad, linked it to the wrong package in Ubuntu. Thanks Thierry. -- euca-describe-volumes does not show the zone in which the volume resides https://bugs.launchpad.net/bugs/444105 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 430266] Re: Failures in image registration should be reported as HTTP error codes

2009-10-06 Thread Neil Soman
The underlying problem is not the error reporting itself. There is (as I pointed out earlier) a formatting problem that causes the client tools to not display the error message in many cases. I agree that there is a formatting issue. However, failed requests should not send back a HTTP 200. It

[Bug 430266] Re: Failures in image registration should be reported as HTTP error codes

2009-10-06 Thread Neil Soman
Just to clarify, I opened the bug because the HTTP code returned was not correct. There are two issues, 1. HTTP error code reported when registration fails. 2. Formatting of the error response. They could both be addressed here, but the intention was not to start a metabug that covers all error

[Bug 444105] Re: euca-describe-volumes does not show the zone in which the volume resides

2009-10-05 Thread Neil Soman
revno: 218 committer: Neil branch nick: euca2ools-1.0 timestamp: Mon 2009-10-05 15:43:40 -0700 message: fixes #444105 ** Changed in: eucalyptus Status: New = Fix

[Bug 444097] Re: If the volume id specified is incorrect euca-attach-volume displays a error but proceeds to send the attach request to the server

2009-10-05 Thread Neil Soman
** Also affects: eucalyptus (Ubuntu) Importance: Undecided Status: New -- If the volume id specified is incorrect euca-attach-volume displays a error but proceeds to send the attach request to the server https://bugs.launchpad.net/bugs/444097 You received this bug notification because

[Bug 440744] Re: External command failure not handled correctly in some cases

2009-10-02 Thread Neil Soman
revno: 904 committer: Neil branch nick: 1.6 timestamp: Fri 2009-10-02 10:47:47 -0700 message: fixes #440744 ** Changed in: eucalyptus Status: New = Fix Committed **

[Bug 440817] Re: If user deletes volume from disk, the storage controller should report this and fail gracefully

2009-10-02 Thread Neil Soman
revno: 907 committer: Neil branch nick: 1.6 timestamp: Fri 2009-10-02 12:08:08 -0700 message: fixes #440817 ** Changed in: eucalyptus Status: New = Fix Committed

[Bug 440744] Re: External command failure not handled correctly in some cases

2009-10-02 Thread Neil Soman
This is actually fixed in revno 908 (I forgot to add some necessary files). -- External command failure not handled correctly in some cases https://bugs.launchpad.net/bugs/440744 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus

[Bug 388934] Re: not applying access authorisation checks

2009-09-28 Thread Neil Soman
I've re-targeted to 1.6 If you are using the 1.6 development and have existing users that you care about, credentials will not work. Hopefully, this is a non issue since folks are probably not using the 1.6 development branch in production. If you want your existing users to work, you need to

[Bug 434036] Re: euca-describe-availability-zones verbose doesn't report the types of instances available

2009-09-27 Thread Neil Soman
** Changed in: eucalyptus Status: New = Fix Committed -- euca-describe-availability-zones verbose doesn't report the types of instances available https://bugs.launchpad.net/bugs/434036 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 430226] Re: modify image attribute (launch perms) always displays image as public

2009-09-27 Thread Neil Soman
revno: 899 committer: Neil branch nick: 1.6 timestamp: Sun 2009-09-27 19:13:58 -0700 message: fixes #430226 ** Changed in: eucalyptus Status: Confirmed = Fix

[Bug 429781] Re: snapshots created in 1.5 do not get imported to 1.6

2009-09-25 Thread Neil Soman
It has to do with migrating snapshots created with version 1.5 to 1.6. If you create a snapshot in 1.5 and upgrade to 1.6 (not clean install), your old snapshots may not be available (in multi component/multi cluster mode). There is a fix for the migration in the head, but part of the process

[Bug 430957] Re: SYSTEM mode, clc does not send runinstances.

2009-09-25 Thread Neil Soman
This was a problem with SYSTEM mode (UEC default is supposed to be MANAGED_NOVLAN if I'm not mistaken so this shouldn't affect that). I believe this was fixed but I need to confirm that against the upstream (I will update this bug when I do). -- SYSTEM mode, clc does not send runinstances.

[Bug 364806] Re: When maximum volume size is exceeded, the system should report a more helpful error

2009-09-25 Thread Neil Soman
The current status for this is that the Storage Controller reports this as an EntityTooLargeException (which is better than the cryptic error that it used to), but the front end reports this as, com.eucalyptus.util.EucalyptusCloudException: Error communicating with Storage Controller:

[Bug 430877] Re: describe volumes and describe snapshots times out occasionally

2009-09-25 Thread Neil Soman
This should already be in Karmic. revno: 769 committer: decker branch nick: 1.6 timestamp: Wed 2009-09-16 12:44:41 -0700 message: fix escape path on runtime exceptions in snapshot describe

[Bug 430957] Re: SYSTEM mode, clc does not send runinstances.

2009-09-25 Thread Neil Soman
MANAGED and MANAGED_NOVLAN work fine with revno 894. SYSTEM mode shows the following behavior now. The NC keeps getting run instance over and over. cc.log [Fri Sep 25 20:18:30 2009][019078][EUCADEBUG ] RunInstances(): called [Fri Sep 25 20:18:30 2009][019078][EUCADEBUG ] refresh_resources():

[Bug 430957] Re: SYSTEM mode, instances do not run

2009-09-25 Thread Neil Soman
Revno 897 fixes this. ** Changed in: eucalyptus Status: New = Fix Committed -- SYSTEM mode, instances do not run https://bugs.launchpad.net/bugs/430957 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 436276] [NEW] Part of storage controller setup that should run as the eucalyptus user runs as root

2009-09-24 Thread Neil Soman
Public bug reported: This causes the volumes dir to be created as root. ** Affects: eucalyptus Importance: High Status: New ** Affects: eucalyptus (Ubuntu) Importance: Undecided Status: New ** Changed in: eucalyptus Importance: Undecided = High ** Also affects:

[Bug 436276] Re: Part of storage controller setup that should run as the eucalyptus user runs as root

2009-09-24 Thread Neil Soman
revno: 868 committer: Neil branch nick: 1.6 timestamp: Thu 2009-09-24 16:32:40 -0700 message: fixes #436276 ** Changed in: eucalyptus Status: New = Fix Committed --

[Bug 423465] Re: euca.p12 owned by root

2009-09-18 Thread Neil Soman
This has been fixed in the upstream. Please see https://launchpad.net/bugs/423465 thanks -- euca.p12 owned by root https://bugs.launchpad.net/bugs/423465 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 432823] [NEW] Attach volume should fail if volume is located in a zone different from the instance's zone

2009-09-18 Thread Neil Soman
Public bug reported: Attach does not correctly enforce this. ** Affects: eucalyptus Importance: Undecided Status: New ** Affects: eucalyptus (Ubuntu) Importance: Undecided Status: New ** Branch linked: lp:eucalyptus/1.6 ** Also affects: eucalyptus (Ubuntu)

[Bug 432823] Re: Attach volume should fail if volume is located in a zone different from the instance's zone

2009-09-18 Thread Neil Soman
revno: 789 committer: Neil branch nick: 1.6 timestamp: Fri 2009-09-18 19:14:12 -0700 message: fixes #432823 ** Changed in: eucalyptus Status: New = Fix Committed

[Bug 430877] [NEW] describe volumes and describe snapshots times out occasionally

2009-09-16 Thread Neil Soman
Public bug reported: Every other (sometimes third) time, euca/ec2 describe volumes/snapshots will hang. ** Affects: eucalyptus Importance: Undecided Status: New ** Affects: eucalyptus (Ubuntu) Importance: Undecided Status: New ** Branch linked: lp:eucalyptus/1.6 **

[Bug 430888] Re: storage startup checks should be async

2009-09-16 Thread Neil Soman
revno: 764 committer: Neil branch nick: 1.6 timestamp: Wed 2009-09-16 10:47:56 -0700 message: fixes #430888 ** Also affects: eucalyptus (Ubuntu) Importance: Undecided

[Bug 430260] Re: eucalyptus will allow a user who is not the image creator to register an image

2009-09-15 Thread Neil Soman
revno: 748 committer: Neil branch nick: 1.6 timestamp: Tue 2009-09-15 12:53:15 -0700 message: fixes #430260 ** Changed in: eucalyptus Status: New = Fix Committed

[Bug 430226] Re: modify image attribute (launch perms) always displays image as public

2009-09-15 Thread Neil Soman
** Also affects: eucalyptus (Ubuntu) Importance: Undecided Status: New -- modify image attribute (launch perms) always displays image as public https://bugs.launchpad.net/bugs/430226 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 430266] [NEW] Failures in image registration should be reported as HTTP error codes

2009-09-15 Thread Neil Soman
Public bug reported: Currently replies with a 200 code. HTTP/1.1 200 OK. Content-Length: 349. Content-Type: application/xml; charset=UTF-8. . ?xml version=1.0 encoding=utf-8?soapenv:Envelope

[Bug 430216] Re: EC2_USER_ID is not set in 'eucarc'

2009-09-15 Thread Neil Soman
** Also affects: eucalyptus (Ubuntu) Importance: Undecided Status: New -- EC2_USER_ID is not set in 'eucarc' https://bugs.launchpad.net/bugs/430216 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 430356] Re: Walrus should refuse to start if startup checks fail

2009-09-15 Thread Neil Soman
revno: 749 committer: Neil branch nick: 1.6 timestamp: Tue 2009-09-15 16:20:01 -0700 message: fixes #430356 ** Changed in: eucalyptus Status: New = Fix Committed

[Bug 429379] Re: Eucalyptus returns 403 with valid credentials on image registration

2009-09-14 Thread Neil Soman
*** This bug is a duplicate of bug 417217 *** https://bugs.launchpad.net/bugs/417217 ** Also affects: eucalyptus Importance: Undecided Status: New ** This bug has been marked a duplicate of bug 417217 Whitespaces in parameters are encoded as + instead of %20 with REST --

[Bug 429781] [NEW] snapshots created in 1.5 do not get imported to 1.6

2009-09-14 Thread Neil Soman
Public bug reported: Fix this. ** Affects: eucalyptus Importance: Undecided Status: New ** Affects: eucalyptus (Ubuntu) Importance: Undecided Status: New ** Branch linked: lp:eucalyptus/1.6 ** Also affects: eucalyptus (Ubuntu) Importance: Undecided

<    1   2