[Bug 820432] Re: using name in register causes internal server error

2011-08-03 Thread Neil Soman
** Also affects: euca2ools
   Importance: Undecided
   Status: New

** 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 eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/820432

Title:
  using name in register causes internal server error

To manage notifications about this bug go to:
https://bugs.launchpad.net/euca2ools/+bug/820432/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 711534] Re: euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified

2011-04-22 Thread Neil Soman
It shouldn't fail as of revno 1257 as noted above :)

Did you try that revno?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/711534

Title:
  euca-upload-bundle fails when connecting to Eucalyptus and a path in
  bucket is specified

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 711534] Re: euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified

2011-04-22 Thread Neil Soman
Definitely not that :)

This is fixed in the source but not released in package form yet.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/711534

Title:
  euca-upload-bundle fails when connecting to Eucalyptus and a path in
  bucket is specified

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 711534] Re: euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified

2011-03-20 Thread Neil Soman
Marek, it means that the bucket (goldmann-test) needs to be created
first. The directory structure is part of the key.

Hope that helps.
neil

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
https://bugs.launchpad.net/bugs/711534

Title:
  euca-upload-bundle fails when connecting to Eucalyptus and a path in
  bucket is specified

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 711534] Re: euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified

2011-03-01 Thread Neil Soman
The command specified in the bug report doesn't work with AWS S3 unless
the user has actually created the bucket somehow. I just tested this.

For instance, if you use the option -b mybucket/abcd/efgh S3 will
correctly interpret this request (PUT to mybucket/abcd/efgh) as an empty
put to the bucket mybucket with the keyname abcd/efgh. Which is
correct behavior.

The user must have already have a bucket, mybucket. Otherwise the key
abcd/efgh cannot be created because the bucket does not exist. Before
the key can be created, the bucket needs to be created with a PUT to
mybucket

/s are not allowed in the bucket name. The / is interpreted as part
of the key. The bucket must exist for that key to be created.

So the bug report is partly right and partly wrong.

The real bug is that Walrus should be returning a 404 and not a 400 when
someone tries to access mybucket/abcd/efgh if the bucket does not
exist.

The command will not work on S3 or against Walrus if the bucket (the
part of the string before the first /) was never created, but the
right error to send back is a 404 (no such bucket) and not a 400 (bad
request).

This is fixed in revno 1257 in lp:eucalyptus.

Hope all this makes sense,
neil


** Changed in: eucalyptus
   Status: New = Fix Committed

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
https://bugs.launchpad.net/bugs/711534

Title:
  euca-upload-bundle fails when connecting to Eucalyptus and a path in
  bucket is specified

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 613033] Re: eucalyptus-cloud: cloud fails to start on separate install

2010-12-29 Thread Neil Soman
waltc, did you install eucalyptus-walrus and have you registered Walrus?
You will get that warning (Walrus URL is not configured) if you
download credentials before you have Walrus registered.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
https://bugs.launchpad.net/bugs/613033

Title:
  eucalyptus-cloud: cloud fails to start on separate install

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 664002] Re: euca_conf --list-nodes returns nothing even when nodes are registered

2010-10-20 Thread Neil Soman
This was fixed in 1195.1.151 (2.0.0-lp).

** Branch linked: lp:~eucalyptus-maintainers/eucalyptus/2.0.0-lp

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: eucalyptus
   Importance: Undecided = Medium

** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
euca_conf --list-nodes returns nothing even when nodes are registered
https://bugs.launchpad.net/bugs/664002
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 661565] [NEW] With versioning turned on, PUT object does not return version id in the header

2010-10-15 Thread Neil Soman
Public bug reported:

Looks like this is a regression that did not make it into the 2.0 branch
(it works against the devel branch).

** Affects: eucalyptus
 Importance: Medium
 Status: Fix Committed

** Affects: eucalyptus (Ubuntu)
 Importance: Undecided
 Status: New

** Changed in: eucalyptus
   Status: New = Fix Committed

** Changed in: eucalyptus
   Importance: Undecided = Medium

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
With versioning turned on, PUT object does not return version id in the header
https://bugs.launchpad.net/bugs/661565
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 661565] Re: With versioning turned on, PUT object does not return version id in the header

2010-10-15 Thread Neil Soman
Fixed in 2.0.0-lp.

-- 
With versioning turned on, PUT object does not return version id in the header
https://bugs.launchpad.net/bugs/661565
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2010-10-11 Thread Neil Soman
** Also affects: eucalyptus/trunk
   Importance: Undecided
   Status: New

** Also affects: eucalyptus/eucalyptus-devel
   Importance: Undecided
   Status: New

** Changed in: eucalyptus/1.5
   Status: New = Won't Fix

** Changed in: eucalyptus/eucalyptus-devel
   Status: New = Fix Committed

-- 
When maximum volume size is exceeded, the system should report a more helpful 
error
https://bugs.launchpad.net/bugs/364806
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 519567] Re: euca2ools does not correctly specify port when $http_proxy is set

2010-10-11 Thread Neil Soman
** Changed in: eucalyptus
   Status: Triaged = In Progress

** Changed in: eucalyptus
   Status: In Progress = Confirmed

** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca2ools does not correctly specify port when $http_proxy is set
https://bugs.launchpad.net/bugs/519567
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2010-10-11 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Confirmed

** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca2ools should include --region support
https://bugs.launchpad.net/bugs/485113
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 563202] Re: euca2ools often output error messages to stdout

2010-10-11 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Invalid

** Also affects: euca2ools
   Importance: Undecided
   Status: New

** Changed in: euca2ools
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca2ools often output error messages to stdout
https://bugs.launchpad.net/bugs/563202
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 646100] Re: After upgrade Lucid-Maverick, Eucalyptus database seems not to have been upgraded

2010-10-05 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Invalid

-- 
After upgrade Lucid-Maverick, Eucalyptus database seems not to have been 
upgraded
https://bugs.launchpad.net/bugs/646100
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644759] Re: After upgrade Lucid-Maverick, all nodes need to be re-registered

2010-10-05 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Invalid

-- 
After upgrade Lucid-Maverick, all nodes need to be re-registered
https://bugs.launchpad.net/bugs/644759
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644733] Re: On upgrade from Lucid to Maverick CC entries in /etc/eucalyptus/eucalyptus.local.conf are commented out

2010-10-05 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Invalid

-- 
On upgrade from Lucid to Maverick CC entries in 
/etc/eucalyptus/eucalyptus.local.conf are commented out
https://bugs.launchpad.net/bugs/644733
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 639639] Re: euca-* commands stopped responding

2010-10-05 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Incomplete

-- 
euca-* commands stopped responding
https://bugs.launchpad.net/bugs/639639
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 652815] Re: eucalyptus-common 2.0+bzr1241-0ubuntu4 not configured after package upgrade

2010-10-01 Thread Neil Soman
** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: eucalyptus
   Status: New = Invalid

-- 
eucalyptus-common 2.0+bzr1241-0ubuntu4 not configured after package upgrade
https://bugs.launchpad.net/bugs/652815
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 637659] Re: metadata service returns 500 error

2010-09-14 Thread Neil Soman
Fixed in revno 1240.

** Changed in: eucalyptus
   Status: New = Fix Committed

** Branch linked: lp:~eucalyptus-maintainers/eucalyptus/2.0.0-lp

-- 
metadata service returns 500 error
https://bugs.launchpad.net/bugs/637659
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-09 Thread Neil Soman
Sylvain, are you positive that you are running the right version? Did
you start from a clean state? Are there any other error messages on the
storage controller? Is lvdisplay, vgdisplay and pvdisplay added to the
white list of commands?

We have tested this several times on our end and I'm puzzled that you'd
still see this, but we'd be happy to take a look.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-08 Thread Neil Soman
17:29:44 ERROR [SystemUtil:pool-10-thread-4] 
com.eucalyptus.util.ExecutionException: ///usr/lib/eucalyptus/euca_rootwrap 
losetup /dev/loop151 error: loop: can't get info on device /dev/loop151: No 
such device or address
com.eucalyptus.util.ExecutionException: ///usr/lib/eucalyptus/euca_rootwrap 
losetup /dev/loop151 error: loop: can't get info on device /dev/loop151: No 
such device or address

Carlos that error is actually not a real error, it is unfortunately
tagged as such when logging. The Storage Controller is trying to make
sure that the loop device exists before trying to use it or remove it,
basically the equivalent of a stat. We can fix the way this is being
reported, but it is not critical.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-02 Thread Neil Soman
Make sure you start with a clean installation when you rerun the test.
Thanks!

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT 
configs)
https://bugs.launchpad.net/bugs/590929
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-01 Thread Neil Soman
I've applied another fix (revno 1236, 1.6.2 branch) that makes cleanup
of volumes more robust (1235 solves part of the problem). This has been
tested on our end.

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT 
configs)
https://bugs.launchpad.net/bugs/590929
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-08-29 Thread Neil Soman
Fix has been applied to the 1.6.2 branch (revno 1235). There are a
couple of issues here.

The first one has to do with concurrent creation of 100+ volumes in a
tight loop. Some creates were failing (fix has been backported from
2.0).

The second issue was that it is possible to cause a race in LVM when
concurrently deleting logical volumes and volume groups. Added a
workaround for that.

** Branch linked: lp:eucalyptus

** Changed in: eucalyptus
   Status: Invalid = In Progress

** Also affects: eucalyptus/1.6.2
   Importance: Undecided
   Status: In Progress

** Changed in: eucalyptus/1.6.2
   Status: In Progress = Fix Committed

** Changed in: eucalyptus/1.6.2
 Assignee: (unassigned) = Neil Soman (neilsoman)

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT 
configs)
https://bugs.launchpad.net/bugs/590929
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-08-18 Thread Neil Soman
I have been unable to reproduce this issue against 2.0. Going to try
against 1.6.2 and report back.

@Dustin,

Volume: Error while communicating with Storage Controller:
CreateStorageVolume:Your proposed upload exceeds the maximum allowed
object size.

Web UI-configuration tab. Please increase the total max for volumes
(default is 50).

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands
https://bugs.launchpad.net/bugs/590929
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-08-18 Thread Neil Soman
Marking it invalid against the latest dev branch (2.0), but I will try
to reproduce it against 1.6.2.

** Changed in: eucalyptus
   Status: New = Invalid

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands
https://bugs.launchpad.net/bugs/590929
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 613535] Re: cloud-debug.log reports errno=2 trying to execute 'bttrack'

2010-08-18 Thread Neil Soman
** Also affects: eucalyptus/eucalyptus-devel
   Importance: Undecided
   Status: New

-- 
cloud-debug.log reports errno=2 trying to execute 'bttrack'
https://bugs.launchpad.net/bugs/613535
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-08-18 Thread Neil Soman
Against 1.6.2, I tried a test which involved creating and deleting 50
volumes in a tight loop, which passed successfully. With 100 volumes, I
was able to trigger a failure to clean up volumes. In addition, once the
max volume limit is reached and exceeded, occasionally, volumes are not
cleaned up properly. I have seen the Volume: Error while communicating
with Storage Controller: CreateStorageVolume:Internal Error. message on
occasion, when this happens.

None of these issues can be reproduced against 2.0. Version 2.0 has a
number of fixes that have to deal with failure recovery and CLC/SC
communication that helps scale. At this point, backporting these to
1.6.2 does not make a lot of sense (they are non trivial), since 2.0
will be released shortly, but the upstream is willing to discuss a
possible backport effort if this is critical and upgrading to 2.0 is not
an option.

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands
https://bugs.launchpad.net/bugs/590929
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 617032] [NEW] euca-describe-volumes does not show volume size when vol is created from snap

2010-08-12 Thread Neil Soman
Public bug reported:

This is a server side issue. The fix is trivial.

** Affects: eucalyptus
 Importance: Undecided
 Status: Fix Committed

** Affects: eucalyptus (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
euca-describe-volumes does not show volume size when vol is created from snap
https://bugs.launchpad.net/bugs/617032
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 617032] Re: euca-describe-volumes does not show volume size when vol is created from snap

2010-08-12 Thread Neil Soman

revno: 1226
fixes bug(s): https://launchpad.net/bugs/617032
committer: Neil n...@pall
branch nick: devel
timestamp: Thu 2010-08-12 13:42:58 -0700
message:
  fixes LP: #617032



** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
euca-describe-volumes does not show volume size when vol is created from snap
https://bugs.launchpad.net/bugs/617032
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 611769] Re: Can't create volume from snapshot with different size

2010-08-12 Thread Neil Soman

revno: 1227 [merge]
fixes bug(s): https://launchpad.net/bugs/611769
committer: Neil 
branch nick: devel
timestamp: Thu 2010-08-12 18:11:39 -0700
message:
  fixes LP: #611769



** Changed in: eucalyptus
   Status: Confirmed = Fix Committed

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Can't create volume from snapshot with different size
https://bugs.launchpad.net/bugs/611769
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 613535] Re: cloud-debug.log reports errno=2 trying to execute 'bttrack'

2010-08-05 Thread Neil Soman
If users would like S3 bittorent API support, bittorent needs to be
installed. This has been the case since 1.6. bttrack is provided by
bittorent. We should probably do something to report this more, err,
nicely.

-- 
cloud-debug.log reports errno=2 trying to execute 'bttrack'
https://bugs.launchpad.net/bugs/613535
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 613535] Re: cloud-debug.log reports errno=2 trying to execute 'bttrack'

2010-08-05 Thread Neil Soman
Revno 1219 makes this a bit clearer in the logs.

-- 
cloud-debug.log reports errno=2 trying to execute 'bttrack'
https://bugs.launchpad.net/bugs/613535
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 586542] Re: EBS volume cannot be detached after i reboot a instance

2010-06-27 Thread Neil Soman
** Also affects: eucalyptus
   Importance: Undecided
   Status: New

** Changed in: eucalyptus
 Assignee: (unassigned) = Neil Soman (neilsoman)

** Changed in: eucalyptus
   Importance: Undecided = High

** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
EBS volume cannot be detached after i reboot a instance
https://bugs.launchpad.net/bugs/586542
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 586542] Re: EBS volume cannot be detached after i reboot a instance

2010-06-27 Thread Neil Soman
FYI, this does not affect xen users. Only kvm is affected.

-- 
EBS volume cannot be detached after i reboot a instance
https://bugs.launchpad.net/bugs/586542
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 588410] Re: dynamic block storage should use virtio

2010-06-18 Thread Neil Soman
Yes, I understand. I was replying to this part: As an added benefit,
performance should increase significantly. This is not necessarily
true, and in some cases, we have seen  10% performance degradation by
moving to virtio.

It will be a while until all distros move to libvirt 0.8.1. From an
upstream point of view, we intend to support both options until dynamic
attach for scsi is dropped from all distros that Eucalyptus runs on.

-- 
dynamic block storage should use virtio
https://bugs.launchpad.net/bugs/588410
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 588410] Re: dynamic block storage should use virtio

2010-06-17 Thread Neil Soman
Just as a warning, we have seen cases where enabling virtio for disks
actually degrades performance when compared to scsi for dynamically
attached disks. We will be enabling virtio for the next release, but it
important (from the upstream's point of view) that it be an option.

-- 
dynamic block storage should use virtio
https://bugs.launchpad.net/bugs/588410
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 447034] Re: partition2disk error starting up an instance

2010-05-18 Thread Neil Soman
Hi Alex, there is not enough information in your report to figure out
what is wrong with your installation. At the very minimum, we need
nc.log.

Please see open.eucalyptus.com/forum for help with this problem. The bug
tracker is only for filing bugs.

hope that helps
neil

** Changed in: eucalyptus
   Status: New = Incomplete

-- 
partition2disk error starting up an instance
https://bugs.launchpad.net/bugs/447034
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 565101] Re: walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-27 Thread Neil Soman
There was another place where memory was being leaked. This was
happening after a register requests, so that over time, after a number
of register requests, Walrus would OOM. The issue was with the
interaction between the CLC and Walrus.

This is fixed in revno 1227.

-- 
walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 565101] Re: walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-24 Thread Neil Soman

revno: 1225
committer: Neil Soman 
branch nick: 1.6.2
timestamp: Sat 2010-04-24 12:09:26 -0700
message:
  fixes LP: #565101



** Changed in: eucalyptus
   Importance: Undecided = High

** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 551847] Re: Rebundled uec instance boot fail

2010-04-08 Thread Neil Soman
Is this still an issue? Any updates?

How do we reproduce this on the upstream side?

thanks.

-- 
Rebundled uec instance boot fail
https://bugs.launchpad.net/bugs/551847
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread Neil Soman
Committed Chris' fix as revno 1215 to Eucalyptus.

** Changed in: eucalyptus
   Status: In Progress = Fix Committed

** Branch linked: lp:eucalyptus

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 520707] Re: euca-describe-snapshots invalid literal for int() with base 10

2010-03-24 Thread Neil Soman
I object to fixing this in the client library. If this is a bug in the
service, it should be fixed in the service. So what happens when it is
fixed in Eucalyptus? It is removed from boto? You could argue that it
doesn't have to be, since boto would continue to work regardless of
whether an int or a string is returned by the service, but it is best to
fix problems where they arise and not introduce needless client
workarounds. Potentially, this approach leads to a number of hacks on
the client end that are unnecessary, will work with only a single client
and potentially reduces code quality.

-- 
euca-describe-snapshots invalid literal for int() with base 10
https://bugs.launchpad.net/bugs/520707
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 541468] Re: euca-describe-images img lists all images when querying against ec2

2010-03-18 Thread Neil Soman
Definitely a regression due to 530296 and not 531076

-- 
euca-describe-images img lists all images when querying against ec2
https://bugs.launchpad.net/bugs/541468
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 541468] Re: euca-describe-images img lists all images when querying against ec2

2010-03-18 Thread Neil Soman
Reintroducing the workaround fixes this problem. The list from EC2
includes all images even if an image id is specified.

-- 
euca-describe-images img lists all images when querying against ec2
https://bugs.launchpad.net/bugs/541468
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 541468] Re: euca-describe-images img lists all images when querying against ec2

2010-03-18 Thread Neil Soman
Fixed in revno 268.

Describe images asks for a list of images as before (instead of asking
for all images). It will then double check the list against the list
specified by the user and display only the intersection, just in case
the service sends back all images.


** Changed in: eucalyptus
   Status: New = Fix Committed

** Also affects: euca2ools
   Importance: Undecided
   Status: New

** Changed in: euca2ools
   Status: New = Fix Committed

-- 
euca-describe-images img lists all images when querying against ec2
https://bugs.launchpad.net/bugs/541468
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 541468] Re: euca-describe-images img lists all images when querying against ec2

2010-03-18 Thread Neil Soman
Yeah, looks like I can get boto to return the correct image is by
setting owners and executable_by to None. If executable_by is set to
['self'], nothing is returned, which does not make a lot of sense.

Good luck getting to the bottom of this. Frankly, this is beyond the
scope of euca2ools functionality, since it clearly works as expected
with Eucalyptus and I can't devote any more time to this.

-- 
euca-describe-images img lists all images when querying against ec2
https://bugs.launchpad.net/bugs/541468
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 522060] Re: [patch] broken file path processing

2010-03-15 Thread Neil Soman
Committed as revno 267. Thanks for your contribution.

neil

** Changed in: euca2ools
   Status: New = Fix Committed

** Changed in: euca2ools
   Importance: Undecided = Low

** Also affects: euca2ools (Ubuntu)
   Importance: Undecided
   Status: New

-- 
[patch] broken file path processing
https://bugs.launchpad.net/bugs/522060
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 539051] Re: eucalyptus ignores VNET_INTERFACE setting when creating volumes

2010-03-15 Thread Neil Soman
The way to set the network interface for the Storage Controller in
Eucalyptus 1.6.x is through the admin web interface (cluster
configuration). VNET_INTERFACE is no longer honored by the Storage
Controller, intentionally. This allows the user to have a CC and SC on
the same machine and to control the interface setting independently for
the two components.

** Changed in: eucalyptus
   Status: New = Won't Fix

-- 
eucalyptus ignores VNET_INTERFACE setting when creating volumes
https://bugs.launchpad.net/bugs/539051
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 539051] Re: eucalyptus ignores VNET_INTERFACE setting when creating volumes

2010-03-15 Thread Neil Soman
Also, note that if you are upgrading from 1.5.2 to 1.6, the
VNET_INTERFACE setting will be respected/brought over by the upgrade
process, after which the way to change the value is through the admin
interface.

-- 
eucalyptus ignores VNET_INTERFACE setting when creating volumes
https://bugs.launchpad.net/bugs/539051
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 532682] Re: instance stays in pending for 1 hour, then to terminated

2010-03-08 Thread Neil Soman

revno: 1208
fixes bug(s): https://launchpad.net/bugs/532682
committer: Neil 
branch nick: 1.6.2
timestamp: Mon 2010-03-08 14:39:06 -0800
message:
  fixes LP: #532682



** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
instance stays in pending for  1 hour, then to terminated
https://bugs.launchpad.net/bugs/532682
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 532700] Re: Cannot remove UEC/Eucalyptus users from webUI

2010-03-05 Thread Neil Soman
There should a Delete User link next to the user. You cannot delete
the admin. If a user is marked as an administrator, you need to remove
admin privileges first (Edit) and then the Delete User link will appear.

-- 
Cannot remove UEC/Eucalyptus users from webUI
https://bugs.launchpad.net/bugs/532700
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 522396] Re: the version specified in euca2ools setup.py needs to be updated

2010-03-05 Thread Neil Soman
** Changed in: euca2ools
   Status: New = Fix Committed

-- 
the version specified in euca2ools setup.py needs to be updated
https://bugs.launchpad.net/bugs/522396
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 531571] Re: Metadata service not documented

2010-03-03 Thread Neil Soman
Hello,

The Eucalyptus upstream will default to key injection if the metadata
service is not available. On the UEC, key injection is turned off. The
images on the Eucalyptus website will try the metadata service, but if
you are running vanilla Eucalyptus, it will attempt to do key injection
as well.

This need to be documented in the UEC documentation.

thanks.

-- 
Metadata service not documented
https://bugs.launchpad.net/bugs/531571
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 531571] Re: Metadata service not documented

2010-03-03 Thread Neil Soman
I have added a note at the bottom of the Eucalyptus documentation

http://open.eucalyptus.com/wiki/EucalyptusUserImageCreatorGuide_v1.6

** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
Metadata service not documented
https://bugs.launchpad.net/bugs/531571
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 530296] Re: euca-describe-images returns empty set if ami given and owner != self

2010-03-02 Thread Neil Soman
Thanks for your patch. Committed as revno 262.

-- 
euca-describe-images returns empty set if ami given and owner != self
https://bugs.launchpad.net/bugs/530296
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 531076] Re: Remove workaround in euca-describe-images that requests all images even if an image id is specified

2010-03-02 Thread Neil Soman
** Also affects: euca2ools (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Remove workaround in euca-describe-images that requests all images even if an 
image id is specified
https://bugs.launchpad.net/bugs/531076
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 530296] Re: euca-describe-images returns empty set if ami given and owner != self

2010-03-02 Thread Neil Soman
The workaround for bug 356389 is no longer required.

Please see bug 531076 gets rid of the workaround for 356389.

-- 
euca-describe-images returns empty set if ami given and owner != self
https://bugs.launchpad.net/bugs/530296
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2010-03-02 Thread Neil Soman
Thanks for the patchset. Committed as revno 264.

-- 
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
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2010-03-02 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Won't Fix

** Changed in: eucalyptus
   Status: Won't Fix = Fix Committed

-- 
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
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 526697] Re: euca-describe-images has a different order of ramdisk and kernel than ec2-describe-images

2010-02-24 Thread Neil Soman
Thanks for the patch (committed as revno 260).

** Summary changed:

- euca-describe-images has incorrect order of ramdisk and kernel
+ euca-describe-images has a different order of ramdisk and kernel than 
ec2-describe-images

** Changed in: eucalyptus
   Status: New = Won't Fix

** Changed in: eucalyptus
   Status: Won't Fix = Fix Committed

** Also affects: euca2ools
   Importance: Undecided
   Status: New

-- 
euca-describe-images has a different order of ramdisk and kernel than 
ec2-describe-images
https://bugs.launchpad.net/bugs/526697
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 526697] Re: euca-describe-images has a different order of ramdisk and kernel than ec2-describe-images

2010-02-24 Thread Neil Soman
** Changed in: euca2ools
   Status: New = Fix Committed

-- 
euca-describe-images has a different order of ramdisk and kernel than 
ec2-describe-images
https://bugs.launchpad.net/bugs/526697
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 524652] Re: euca2ools do not read $HOME/.eucarc

2010-02-19 Thread Neil Soman
Fixed in revno 255.

-- 
euca2ools do not read $HOME/.eucarc
https://bugs.launchpad.net/bugs/524652
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 517871] Re: euca-describe-volumes fails in lucid

2010-02-11 Thread Neil Soman
Thanks for the patch. The main consideration was whether this breaks
upstream compatibility with boto-1.8d, which is the version the upstream
will stick with for euca2ools-1.2 and it does not seem to. I have
applied it.

thanks
neil


revno: 248
committer: Neil 
branch nick: euca2ools-1.0
timestamp: Thu 2010-02-11 13:45:50 -0800
message:
  fixes LP: #517871


-- 
euca-describe-volumes fails in lucid
https://bugs.launchpad.net/bugs/517871
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 506667] Re: euca-describe-volumes fails with 'Volume' object has no attribute 'availabilityZone'

2010-02-11 Thread Neil Soman
This seems to be a duplicate of
https://bugs.edge.launchpad.net/ubuntu/+source/euca2ools/+bug/517871

-- 
euca-describe-volumes fails with  'Volume' object has no attribute 
'availabilityZone'
https://bugs.launchpad.net/bugs/506667
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 517871] Re: euca-describe-volumes fails in lucid

2010-02-11 Thread Neil Soman
** Also affects: eucalyptus
   Importance: Undecided
   Status: New

** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
euca-describe-volumes fails in lucid
https://bugs.launchpad.net/bugs/517871
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516297] Re: euca-register calls register_image with too few parameters

2010-02-03 Thread Neil Soman
Garrett, thanks for filing the bug against Fedora. Just as a heads up,
there might be other outstanding incompatibilities between euca2ools-1.1
and boto-1.9b. The last stable version when euca2ools-1.1 was released
was boto-1.8d and the Eucalyptus upstream has not fully tested euca2ools
against boto-1.9b. Please let us know if other issues crop up.

I believe Ubuntu has already patched boto in Lucid.

thanks.

-- 
euca-register calls register_image with too few parameters
https://bugs.launchpad.net/bugs/516297
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516738] Re: image store broken on Lucid

2010-02-03 Thread Neil Soman
Thanks for the patch. Applied to upstream (revno 245).

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 516738] Re: image store broken on Lucid

2010-02-03 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2010-02-01 Thread Neil Soman
Eucalyptus 1.6.1 handles upgrades from 1.5.2.

http://open.eucalyptus.com/wiki/upgrading-eucalyptus-16-152

** Changed in: eucalyptus
   Status: New = Fix Committed

** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
snapshots created in 1.5 do not get imported to 1.6
https://bugs.launchpad.net/bugs/429781
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 462656] Re: 408 (timeout) errors could be made more explicit when due to file system being full

2010-02-01 Thread Neil Soman
Due to the asynchronous and concurrent nature of the system, it is not
possible to readily know what is going on on the server side without
monitoring and checking logs. In this case, euca-delete-bundle is not
the command that is causing the disk to be filled. A timeout could be
due to a variety of reasons and not a consequence of the command that
was executed. Error reporting can be improved but not sure this
particular case be readily fixed with a simple client facing error
message. The root cause (full disk) needs to be handled more gracefully.

** Changed in: eucalyptus
   Status: New = Won't Fix

-- 
408 (timeout) errors could be made more explicit when due to file system being 
full
https://bugs.launchpad.net/bugs/462656
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 497087] Re: Redundancy for cloud and cluster controller

2010-02-01 Thread Neil Soman
** Changed in: eucalyptus
   Status: Confirmed = Triaged

-- 
Redundancy for cloud and cluster controller
https://bugs.launchpad.net/bugs/497087
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2010-01-29 Thread Neil Soman
I can't confirm this against euca2ools upstream. Is there a sample image
that can be used stand alone with euca2ools in order to verify this?

** Changed in: euca2ools (Ubuntu)
   Status: Confirmed = Incomplete

-- 
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 eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2010-01-29 Thread Neil Soman
This was fixed a while ago. The fix should be in the current 1.6.2
branch.

revno: 1068.1.28
committer: Neil 
timestamp: Wed 2009-12-23 12:04:40 -0800
message:
  fixes to get inline data.


** Changed in: eucalyptus
   Status: Confirmed = Fix Committed

** Branch linked: lp:~eucalyptus-maintainers/eucalyptus/1.6.2

-- 
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 510982] Re: euca-describe-image-attribute does not show kernel and ramdisk attributes

2010-01-21 Thread Neil Soman

revno: 241
committer: Neil
branch nick: euca2ools-1.0
timestamp: Thu 2010-01-21 17:31:56 -0800
message:
  fixes LP: #510982



** Also affects: euca2ools (Ubuntu)
   Importance: Undecided
   Status: New

** Branch linked: lp:eucalyptus/euca2ools-1.0

-- 
euca-describe-image-attribute does not show kernel and ramdisk attributes
https://bugs.launchpad.net/bugs/510982
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 498379] Re: ModifyImageAttribute does not correctly remove group perms

2009-12-18 Thread Neil Soman

revno: 1109
committer: Neil 
branch nick: 1.6.2
timestamp: Fri 2009-12-18 17:14:05 -0800
message:
  fixes LP: #498379



** Changed in: eucalyptus
   Status: New = Fix Committed

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
ModifyImageAttribute does not correctly remove group perms
https://bugs.launchpad.net/bugs/498379
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 497495] Re: euca-delete-bundle does not correctly parse dir path in some cases

2009-12-16 Thread Neil Soman

revno: 238
committer: Neil 
branch nick: euca2ools-1.0
timestamp: Wed 2009-12-16 10:15:10 -0800
message:
  fixes LP: #497495


** Also affects: euca2ools (Ubuntu)
   Importance: Undecided
   Status: New

-- 
euca-delete-bundle does not correctly parse dir path in some cases
https://bugs.launchpad.net/bugs/497495
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 496761] Re: Walrus IP is not correctly updated in DNS records

2009-12-14 Thread Neil Soman

revno: 1086
committer: Neil 
branch nick: 1.6
timestamp: Mon 2009-12-14 15:29:41 -0800
message:
  fixes LP: #496761



** Changed in: eucalyptus
   Status: New = Fix Committed

** Changed in: eucalyptus
   Importance: Undecided = High

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Walrus IP is not correctly updated in DNS records
https://bugs.launchpad.net/bugs/496761
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 495618] Re: euca-describe-image-attribute does not show block device mappings

2009-12-11 Thread Neil Soman
** Also affects: euca2ools (Ubuntu)
   Importance: Undecided
   Status: New

-- 
euca-describe-image-attribute does not show block device mappings
https://bugs.launchpad.net/bugs/495618
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 491084] Re: Object get requests will non determinstically fail (with the rightaws library)

2009-12-02 Thread Neil Soman
Fixed correctly in revno 1085 (1084 caused a regression in inline get).

-- 
Object get requests will non determinstically fail (with the rightaws library)
https://bugs.launchpad.net/bugs/491084
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 491084] Re: Object get requests will non determinstically fail (with the rightaws library)

2009-12-01 Thread Neil Soman

revno: 1084
committer: Neil 
branch nick: 1.6
timestamp: Tue 2009-12-01 14:06:57 -0800
message:
  fixes #491084



** Changed in: eucalyptus
   Status: New = Fix Committed

** Changed in: eucalyptus
   Importance: Undecided = High

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Object get requests will non determinstically fail (with the rightaws library)
https://bugs.launchpad.net/bugs/491084
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 477776] Re: Query string authentication does not work in some cases

2009-11-30 Thread Neil Soman
Further testing reveals that the committed fix handles most but not all
cases. We still need the replace( , +).

Revno 1082 adds this.

-- 
Query string authentication does not work in some cases
https://bugs.launchpad.net/bugs/46
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-11-27 Thread Neil Soman
Order of preference is user supplied config file (--config) followed by
$HOME/.eucarc followed by /etc/euca2ools/eucarc followed by the
environment.


revno: 235
committer: Neil 
branch nick: euca2ools-1.0
timestamp: Fri 2009-11-27 21:53:18 -0800
message:
  fixes #485106



** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
euca2ools should read config and credentials from config file
https://bugs.launchpad.net/bugs/485106
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-11-24 Thread Neil Soman
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 proposed fix is in the scope of what the upstream can
provide.

** Changed in: eucalyptus
   Importance: Undecided = Wishlist

-- 
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 is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 450044] Re: euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu images

2009-11-19 Thread Neil Soman
Mozg, looks like it did not correctly install. Did you run sudo make
install?


neil

-- 
euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu 
images
https://bugs.launchpad.net/bugs/450044
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-11-18 Thread Neil Soman
none of the euca2ools commands support '--region' flag.

euca-describe-availability-zones supports the --region flag.

Sure, this can be added to other commands.

It cannot be used in a consistent way with Eucalyptus and Amazon,
however, since --region only supplies part of the EC2_URL. The rest is
implicitly assumed to be ec2.amazonaws.com

Sure, we could make hack-ish assumptions (for instance, if the region
contains /services/Eucalyptus, use the entire URL, if not, append
ec2.amazonaws.com).

-- 
euca2ools should include --region support
https://bugs.launchpad.net/bugs/485113
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 477776] Re: Query string authentication does not work in some cases

2009-11-17 Thread Neil Soman
Oops revno 1077. thanks.

-- 
Query string authentication does not work in some cases
https://bugs.launchpad.net/bugs/46
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 480783] Re: Eucalyptus does not allow api connection over https

2009-11-16 Thread Neil Soman
As they carry QueryID/SecretKey in clear, anyone that can sniff the
network can gain admin privileges on eucalyptus.

This assertion is incorrect. The secret is never sent in the clear. A
replay attack is possible and its gravity will depend on the specific
operation that is replayed.

Chris Jones is correct. There is a workaround for this however which
involves explicitly trusting the cert, which depending on the client may
or may not be a manual step.

Eucalyptus upstream will fix this in the next release.

thanks.

-- 
Eucalyptus does not allow api connection over https
https://bugs.launchpad.net/bugs/480783
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 450044] Re: euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu images

2009-11-16 Thread Neil Soman
Jason, good eye. Fixed.

thanks for noticing that.
neil

-- 
euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu 
images
https://bugs.launchpad.net/bugs/450044
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 450044] Re: euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu images

2009-11-16 Thread Neil Soman
Forgot to add revno. It is 232.

-- 
euca-bundle-vol does not create essential tmpfs mounts when bundling Ubuntu 
images
https://bugs.launchpad.net/bugs/450044
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 482249] Re: Describe Regions returns an invalid response

2009-11-13 Thread Neil Soman

revno: 1069
committer: root 
branch nick: 1.6
timestamp: Fri 2009-11-13 09:13:45 -0800
message:
  fixes #482249


** Changed in: eucalyptus
   Status: New = Fix Committed

** Changed in: eucalyptus
   Importance: Undecided = Low

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

** Branch linked: lp:eucalyptus/1.6

-- 
Describe Regions returns an invalid response
https://bugs.launchpad.net/bugs/482249
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-11-13 Thread Neil Soman

revno: 231
committer: Neil
branch nick: euca2ools-1.0
timestamp: Fri 2009-11-13 10:02:43 -0800
message:
  fixes #479823



** Changed in: eucalyptus
   Status: Confirmed = Fix Committed

** Branch linked: lp:eucalyptus/euca2ools-1.0

-- 
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-11-13 Thread Neil Soman
This fixes euca-bundle-vol and euca-bundle-image

-- 
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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 480125] Re: karmic cloud install fails at autodiscovery: wants both worlds (eucalyptus/root users)

2009-11-10 Thread Neil Soman
I've linked it against the Karmic package. Upstream eucalyptus does not
have the --discover-nodes option and seems to be a UEC issue.

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
karmic cloud install fails at autodiscovery: wants both worlds (eucalyptus/root 
users)
https://bugs.launchpad.net/bugs/480125
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 477776] Re: Query string authentication does not work in some cases

2009-11-09 Thread Neil Soman
Thierry, please see,

http://bazaar.launchpad.net/~eucalyptus-
maintainers/eucalyptus/1.6/revision/1067

(Apparently our launchpad sync script was failing. I have pushed the
latest manually).

-- 
Query string authentication does not work in some cases
https://bugs.launchpad.net/bugs/46
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-11-09 Thread Neil Soman
Please see https://bugs.launchpad.net/eucalyptus/+bug/450044

thanks.

-- 
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 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 477776] Re: Query string authentication does not work in some cases

2009-11-07 Thread Neil Soman

revno: 1067
committer: root
branch nick: 1.6
timestamp: Sat 2009-11-07 12:30:31 -0800
message:
  fixes #46



** Changed in: eucalyptus
   Status: Confirmed = Fix Committed

** Changed in: eucalyptus
   Importance: Undecided = High

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

** Branch linked: lp:eucalyptus/1.6

-- 
Query string authentication does not work in some cases
https://bugs.launchpad.net/bugs/46
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-10-27 Thread Neil Soman
I am unable to reproduce this problem.


euca-run-instances -k mykey --kernel eki-0212156F --ramdisk eri-604B16B8 
emi-97BE1397 -z mycluster2 --user-data   FOO  --addressing private
RESERVATION r-405607B1  admin   admin-default
INSTANCEi-45F30812  emi-97BE13970.0.0.0 0.0.0.0 pending mykey   
2009-10-27T17:06:34.508Zeki-0212156Feri-604B16B8


euca2ools revno 222, boto-1.8d.

-- 
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-10-27 Thread Neil Soman
This issue seems similar to what we ran into on the upstream side which
revnos 931 and 933 fixed.

I can attempt to reproduce it from source against the latest upstream.

-- 
maximum 61 running instances, others shutting down
https://bugs.launchpad.net/bugs/462140
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2009-10-27 Thread Neil Soman
Paul,

are these overprovisioned nodes? Or are those 384 real cores?

It looks like the front end is timing out while processing requests
because the nodes may not be responding fast enough.

What about disk? Can you walk us through your hardware config?

thanks
neil

-- 
maximum 61 running instances, others shutting down
https://bugs.launchpad.net/bugs/462140
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


  1   2   >