[Bug 1356494] [NEW] cloud-init does not recognize (and mount) ephemeral partition on KVM

2014-08-13 Thread Dmitrii Zagorodnov
Public bug reported:

When a KVM-based cloud instance is launched with ephemeral volume or
swap space on a partition of the root disk (e.g., /dev/vda2 and
/dev/vda3), the partition is ignored and remains unmounted. In the log
this looks as follows:

Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: Attempting 
to determine the real name of ephemeral0
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] DataSourceEc2.py[DEBUG]: 
Remapped device name /dev/sda2 = /dev/vda2
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: Mapped 
metadata name ephemeral0 to /dev/vda2
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: did not 
find entry for vda2 in /sys/block
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: Ignoring 
nonexistant default named mount ephemeral0
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: Attempting 
to determine the real name of swap
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] DataSourceEc2.py[DEBUG]: 
Remapped device name /dev/sda3 = /dev/vda3
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: Mapped 
metadata name swap to /dev/vda3
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: did not 
find entry for vda3 in /sys/block
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: Ignoring 
nonexistant default named mount swap

Earlier versions of cloud-init (e.g., one in Ubuntu 12.04) were able to
use such partitions, but latter versions (e.g., one in Ubuntu 14.04) are
not. It appears that a check for the block device's presence in
/sys/block was added between those two versions and it is causing the
failure.

This check succeeds on AWS with paravirtualized instances, where what
look like partitions (/dev/xvda1, /dev/xvda2, /dev/xvda3) of a disk
(/dev/xvda), are actually separate, unrelated Xen-provided block
devices, each with its own entry in /sys/block. When root, ephemeral,
and swap block devices are actually partitions of one KVM disk
(/dev/vda), they do not end up in /sys/block.

This was discovered in a Eucalyptus installation:
https://eucalyptus.atlassian.net/browse/EUCA-9251

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  cloud-init does not recognize (and mount) ephemeral partition on KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1356494/+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 1356494] [NEW] cloud-init does not recognize (and mount) ephemeral partition on KVM

2014-08-13 Thread Dmitrii Zagorodnov
Public bug reported:

When a KVM-based cloud instance is launched with ephemeral volume or
swap space on a partition of the root disk (e.g., /dev/vda2 and
/dev/vda3), the partition is ignored and remains unmounted. In the log
this looks as follows:

Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: Attempting 
to determine the real name of ephemeral0
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] DataSourceEc2.py[DEBUG]: 
Remapped device name /dev/sda2 = /dev/vda2
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: Mapped 
metadata name ephemeral0 to /dev/vda2
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: did not 
find entry for vda2 in /sys/block
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: Ignoring 
nonexistant default named mount ephemeral0
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: Attempting 
to determine the real name of swap
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] DataSourceEc2.py[DEBUG]: 
Remapped device name /dev/sda3 = /dev/vda3
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: Mapped 
metadata name swap to /dev/vda3
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: did not 
find entry for vda3 in /sys/block
Aug 12 19:29:45 euca-172-28-165-121 [CLOUDINIT] cc_mounts.py[DEBUG]: Ignoring 
nonexistant default named mount swap

Earlier versions of cloud-init (e.g., one in Ubuntu 12.04) were able to
use such partitions, but latter versions (e.g., one in Ubuntu 14.04) are
not. It appears that a check for the block device's presence in
/sys/block was added between those two versions and it is causing the
failure.

This check succeeds on AWS with paravirtualized instances, where what
look like partitions (/dev/xvda1, /dev/xvda2, /dev/xvda3) of a disk
(/dev/xvda), are actually separate, unrelated Xen-provided block
devices, each with its own entry in /sys/block. When root, ephemeral,
and swap block devices are actually partitions of one KVM disk
(/dev/vda), they do not end up in /sys/block.

This was discovered in a Eucalyptus installation:
https://eucalyptus.atlassian.net/browse/EUCA-9251

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1356494

Title:
  cloud-init does not recognize (and mount) ephemeral partition on KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1356494/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 676819] Re: Attaching a volume to a pending instance claims success, but never attaches.

2011-11-30 Thread Dmitrii Zagorodnov
Ah, my bad, since it's a patch to handlers_kvm.c, Xen code path is not
affected. I've confirmed that 'qemu' setting works with older Ubuntu
releases, too. So, we'll be happy to take this as is.

Luca - are you OK with signing off the ownership of the patch to us?

-- 
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/676819

Title:
  Attaching a volume to a pending instance claims success, but never
  attaches.

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/676819/+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 676819] Re: Attaching a volume to a pending instance claims success, but never attaches.

2011-11-30 Thread Dmitrii Zagorodnov
Ah, my bad, since it's a patch to handlers_kvm.c, Xen code path is not
affected. I've confirmed that 'qemu' setting works with older Ubuntu
releases, too. So, we'll be happy to take this as is.

Luca - are you OK with signing off the ownership of the patch to us?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/676819

Title:
  Attaching a volume to a pending instance claims success, but never
  attaches.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 676819] Re: Attaching a volume to a pending instance claims success, but never attaches.

2011-11-29 Thread Dmitrii Zagorodnov
Luca - thanks for the patch! Looks like your solution is the right one
for KVM. I'd like to ensure that volume attachments continue to work on
Xen (driver name 'phy' is Xen-specific, which used to be ignored by QEMU
until recently). So a bit of extra logic may be necessary to
differentiate XML generated for Xen and KVM. I'll test and will get back
to you.

** Changed in: eucalyptus
   Status: New = Confirmed

** Changed in: eucalyptus
   Importance: Undecided = Medium

-- 
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/676819

Title:
  Attaching a volume to a pending instance claims success, but never
  attaches.

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/676819/+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 676819] Re: Attaching a volume to a pending instance claims success, but never attaches.

2011-11-29 Thread Dmitrii Zagorodnov
Luca - thanks for the patch! Looks like your solution is the right one
for KVM. I'd like to ensure that volume attachments continue to work on
Xen (driver name 'phy' is Xen-specific, which used to be ignored by QEMU
until recently). So a bit of extra logic may be necessary to
differentiate XML generated for Xen and KVM. I'll test and will get back
to you.

** Changed in: eucalyptus
   Status: New = Confirmed

** Changed in: eucalyptus
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/676819

Title:
  Attaching a volume to a pending instance claims success, but never
  attaches.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 688522] Re: [FTBFS] Eucalyptus doesn't build on maverick, with -security pocket enabled

2011-05-23 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Neil Soman (neilsoman)

-- 
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/688522

Title:
  [FTBFS] Eucalyptus doesn't build on maverick, with -security pocket
  enabled

-- 
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 688522] Re: [FTBFS] Eucalyptus doesn't build on maverick, with -security pocket enabled

2011-05-23 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Neil Soman (neilsoman)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/688522

Title:
  [FTBFS] Eucalyptus doesn't build on maverick, with -security pocket
  enabled

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 676144] Re: ec2metadata should not add trailing / to requests

2010-11-22 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
ec2metadata should not add trailing / to requests
https://bugs.launchpad.net/bugs/676144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 676819] Re: Attaching a volume to a pending instance claims success, but never attaches.

2010-11-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Dmitrii Zagorodnov (dmitrii)

-- 
Attaching a volume to a pending instance claims success, but never attaches.
https://bugs.launchpad.net/bugs/676819
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 676832] Re: Ghost instance using a slot + elastic IP

2010-11-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
Ghost instance using a slot + elastic IP
https://bugs.launchpad.net/bugs/676832
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 676167] Re: Hairpin NAT on CC disabled - EC2 inconsistency

2010-11-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Daniel Nurmi (nurmi)

-- 
Hairpin NAT on CC disabled - EC2 inconsistency
https://bugs.launchpad.net/bugs/676167
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 676819] Re: Attaching a volume to a pending instance claims success, but never attaches.

2010-11-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Dmitrii Zagorodnov (dmitrii)

-- 
Attaching a volume to a pending instance claims success, but never attaches.
https://bugs.launchpad.net/bugs/676819
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 676832] Re: Ghost instance using a slot + elastic IP

2010-11-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
Ghost instance using a slot + elastic IP
https://bugs.launchpad.net/bugs/676832
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 676167] Re: Hairpin NAT on CC disabled - EC2 inconsistency

2010-11-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Daniel Nurmi (nurmi)

-- 
Hairpin NAT on CC disabled - EC2 inconsistency
https://bugs.launchpad.net/bugs/676167
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
Redundancy for cloud and cluster controller (HA)
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 364806] Re: When maximum volume size is exceeded, the system should report a more helpful error

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Neil Soman (neilsoman)

-- 
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 436977] Re: euca_rootwrap makes eucalyptus user equivalent to root

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Daniel Nurmi (nurmi)

-- 
euca_rootwrap makes eucalyptus user equivalent to root
https://bugs.launchpad.net/bugs/436977
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 499811] Re: [1.6.2] Recent euca_conf changes break local key sync

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
[1.6.2] Recent euca_conf changes break local key sync
https://bugs.launchpad.net/bugs/499811
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 499049] Re: euca_conf should support --skip-scp-hostcheck mode

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca_conf should support --skip-scp-hostcheck mode
https://bugs.launchpad.net/bugs/499049
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 476619] Re: Networking problem in Eucalyptus when VNET_PUBLICIPS has an IP being used in its range

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Daniel Nurmi (nurmi)

-- 
Networking problem in Eucalyptus when VNET_PUBLICIPS has an IP being used in 
its range
https://bugs.launchpad.net/bugs/476619
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 457860] Re: Non-ubuntu Eucalyptus images won't work on UEC by default - no key injection

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = In Progress

** Changed in: eucalyptus
 Assignee: (unassigned) = Daniel Nurmi (nurmi)

-- 
Non-ubuntu Eucalyptus images won't work on UEC by default - no key injection
https://bugs.launchpad.net/bugs/457860
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 458211] Re: eucalyptus.conf, euca_conf is confusing and underdocumented

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
eucalyptus.conf, euca_conf is confusing and underdocumented
https://bugs.launchpad.net/bugs/458211
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 457283] Re: x86_64 images should be presented a /dev/sdb, not a /dev/sda2

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Dmitrii Zagorodnov (dmitrii)

-- 
x86_64 images should be presented a /dev/sdb, not a /dev/sda2
https://bugs.launchpad.net/bugs/457283
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 523126] Re: Wrong CC IP address detected by eucalyptus-ipaddr.conf

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Daniel Nurmi (nurmi)

-- 
Wrong CC IP address detected by eucalyptus-ipaddr.conf
https://bugs.launchpad.net/bugs/523126
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 522204] Re: euca_conf --[de]register-nodes is brittle

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca_conf --[de]register-nodes is brittle
https://bugs.launchpad.net/bugs/522204
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 568108] Re: getSecretKey() in euca_conf uses unanchored regex to find admin credentials

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
getSecretKey() in euca_conf uses unanchored regex to find admin credentials
https://bugs.launchpad.net/bugs/568108
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 551778] Re: Doc bug: euca_conf --deregister-sc must be used with a cluster name

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
Doc bug: euca_conf --deregister-sc must be used with a cluster name
https://bugs.launchpad.net/bugs/551778
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 632263] Re: ProductCode has ambigious import, can cause build failure on some systems

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
ProductCode has ambigious import, can cause build failure on some systems
https://bugs.launchpad.net/bugs/632263
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 606953] Re: debian /etc/init.d/eucalyptus-cloud needs help

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
debian /etc/init.d/eucalyptus-cloud needs help
https://bugs.launchpad.net/bugs/606953
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-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Ye Wen (wenye)

-- 
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 592641] Re: Authorizing simultaneous rules to a group fails

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
Authorizing simultaneous rules to a group fails
https://bugs.launchpad.net/bugs/592641
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 586888] Re: euca_conf register-nodes Cannot find source keys directory

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca_conf register-nodes Cannot find source keys directory
https://bugs.launchpad.net/bugs/586888
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 585108] Re: euca_conf --register-nodes returns 0 but the node is not registered

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca_conf --register-nodes returns 0 but the node is not registered
https://bugs.launchpad.net/bugs/585108
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 (HA)

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
Redundancy for cloud and cluster controller (HA)
https://bugs.launchpad.net/bugs/497087
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Neil Soman (neilsoman)

-- 
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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 436977] Re: euca_rootwrap makes eucalyptus user equivalent to root

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Daniel Nurmi (nurmi)

-- 
euca_rootwrap makes eucalyptus user equivalent to root
https://bugs.launchpad.net/bugs/436977
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 499811] Re: [1.6.2] Recent euca_conf changes break local key sync

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
[1.6.2] Recent euca_conf changes break local key sync
https://bugs.launchpad.net/bugs/499811
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 499049] Re: euca_conf should support --skip-scp-hostcheck mode

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca_conf should support --skip-scp-hostcheck mode
https://bugs.launchpad.net/bugs/499049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 476619] Re: Networking problem in Eucalyptus when VNET_PUBLICIPS has an IP being used in its range

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Daniel Nurmi (nurmi)

-- 
Networking problem in Eucalyptus when VNET_PUBLICIPS has an IP being used in 
its range
https://bugs.launchpad.net/bugs/476619
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 458211] Re: eucalyptus.conf, euca_conf is confusing and underdocumented

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
eucalyptus.conf, euca_conf is confusing and underdocumented
https://bugs.launchpad.net/bugs/458211
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 457860] Re: Non-ubuntu Eucalyptus images won't work on UEC by default - no key injection

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = In Progress

** Changed in: eucalyptus
 Assignee: (unassigned) = Daniel Nurmi (nurmi)

-- 
Non-ubuntu Eucalyptus images won't work on UEC by default - no key injection
https://bugs.launchpad.net/bugs/457860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 457283] Re: x86_64 images should be presented a /dev/sdb, not a /dev/sda2

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Dmitrii Zagorodnov (dmitrii)

-- 
x86_64 images should be presented a /dev/sdb, not a /dev/sda2
https://bugs.launchpad.net/bugs/457283
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 523126] Re: Wrong CC IP address detected by eucalyptus-ipaddr.conf

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Daniel Nurmi (nurmi)

-- 
Wrong CC IP address detected by eucalyptus-ipaddr.conf
https://bugs.launchpad.net/bugs/523126
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 522204] Re: euca_conf --[de]register-nodes is brittle

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca_conf --[de]register-nodes is brittle
https://bugs.launchpad.net/bugs/522204
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 568108] Re: getSecretKey() in euca_conf uses unanchored regex to find admin credentials

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
getSecretKey() in euca_conf uses unanchored regex to find admin credentials
https://bugs.launchpad.net/bugs/568108
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551778] Re: Doc bug: euca_conf --deregister-sc must be used with a cluster name

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
Doc bug: euca_conf --deregister-sc must be used with a cluster name
https://bugs.launchpad.net/bugs/551778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 638145] Re: metadata service returns 500 error on Lucid

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
metadata service returns 500 error on Lucid
https://bugs.launchpad.net/bugs/638145
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 632263] Re: ProductCode has ambigious import, can cause build failure on some systems

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
ProductCode has ambigious import, can cause build failure on some systems
https://bugs.launchpad.net/bugs/632263
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 606953] Re: debian /etc/init.d/eucalyptus-cloud needs help

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
debian /etc/init.d/eucalyptus-cloud needs help
https://bugs.launchpad.net/bugs/606953
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Ye Wen (wenye)

-- 
dynamic block storage should use virtio
https://bugs.launchpad.net/bugs/588410
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 592641] Re: Authorizing simultaneous rules to a group fails

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
Authorizing simultaneous rules to a group fails
https://bugs.launchpad.net/bugs/592641
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 586888] Re: euca_conf register-nodes Cannot find source keys directory

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca_conf register-nodes Cannot find source keys directory
https://bugs.launchpad.net/bugs/586888
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 585108] Re: euca_conf --register-nodes returns 0 but the node is not registered

2010-10-18 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca_conf --register-nodes returns 0 but the node is not registered
https://bugs.launchpad.net/bugs/585108
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-09-17 Thread Dmitrii Zagorodnov
** Changed in: euca2ools
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
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 509562] Re: euca-bundle-image returns Odd-length string error

2010-09-17 Thread Dmitrii Zagorodnov
** Changed in: euca2ools
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-09-15 Thread Dmitrii Zagorodnov
Carlos, do you have a PPA with this code? (1240 is not in the main
repository from what I can tell.)

-- 
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 639639] Re: euca-* commands stopped responding

2010-09-15 Thread Dmitrii Zagorodnov
It appears to be an out-of-memory error. It would help us track it down
if the CLC ran with --debug flag. I don't know how long your run
takes, but would you be able to re-run the experiment with the flag
added? (Having it in there for these QA runs is a good idea in general.)
Thanks, Carlos!

-- 
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 617053] Re: on upgrade from 1.6.2, euca_upgrade should preserve DISABLE_ISCSI=Y

2010-09-15 Thread Dmitrii Zagorodnov
You are right that we don't preserve the actual setting, but rather
preserve the use of AoE for EBS if you are upgrading instead of
forcing you to switch to iSCSI, which is the default for a fresh 2.0
installation. That `sed` statement, which is only executed if you are
upgrading, essentially changes the 2.0 default back to 1.6.2 default.

-- 
on upgrade from 1.6.2, euca_upgrade should preserve DISABLE_ISCSI=Y
https://bugs.launchpad.net/bugs/617053
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-09-15 Thread Dmitrii Zagorodnov
Carlos, do you have a PPA with this code? (1240 is not in the main
repository from what I can tell.)

-- 
euca-* commands stopped responding
https://bugs.launchpad.net/bugs/639639
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-09-15 Thread Dmitrii Zagorodnov
It appears to be an out-of-memory error. It would help us track it down
if the CLC ran with --debug flag. I don't know how long your run
takes, but would you be able to re-run the experiment with the flag
added? (Having it in there for these QA runs is a good idea in general.)
Thanks, Carlos!

-- 
euca-* commands stopped responding
https://bugs.launchpad.net/bugs/639639
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 617053] Re: on upgrade from 1.6.2, euca_upgrade should preserve DISABLE_ISCSI=Y

2010-09-15 Thread Dmitrii Zagorodnov
You are right that we don't preserve the actual setting, but rather
preserve the use of AoE for EBS if you are upgrading instead of
forcing you to switch to iSCSI, which is the default for a fresh 2.0
installation. That `sed` statement, which is only executed if you are
upgrading, essentially changes the 2.0 default back to 1.6.2 default.

-- 
on upgrade from 1.6.2, euca_upgrade should preserve DISABLE_ISCSI=Y
https://bugs.launchpad.net/bugs/617053
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 622818] Re: unexpected errors after a sequence of tests

2010-09-02 Thread Dmitrii Zagorodnov
Carlos, when you get a chance, would you try to capture the logs again
with  --debug --log-level=DEBUG appended to CLOUD_OPTS in
eucalyptus.conf on the CLC machine? Thank you!

-- 
unexpected errors after a sequence of tests
https://bugs.launchpad.net/bugs/622818
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 622818] Re: unexpected errors after a sequence of tests

2010-09-02 Thread Dmitrii Zagorodnov
Carlos, when you get a chance, would you try to capture the logs again
with  --debug --log-level=DEBUG appended to CLOUD_OPTS in
eucalyptus.conf on the CLC machine? Thank you!

-- 
unexpected errors after a sequence of tests
https://bugs.launchpad.net/bugs/622818
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 564355] Re: Second euca-run-instance request in same security group causes eucalyptus to remove network assoicated with security group

2010-09-02 Thread Dmitrii Zagorodnov
I am not able to recreate this problem with 2.0.0-lp code (revno 1342),
so I am closing the bug. Marking Fix Committed even though we haven't
confirmed it. It may well be a genuine problem in 1.6.2/Lucid, though.

Specifically, I ran multiple times, 24 instances followed by 24
instances in the same (non-default) group, with VNET_ADDRPERNET=128 and
VNET_MODE=MANAGED-NOVLAN using Eucalyptus built from source. All
instances started.

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

** Also affects: eucalyptus/1.6.2
   Importance: Undecided
   Status: Fix Committed

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

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

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

-- 
Second euca-run-instance request in same security group causes eucalyptus to 
remove network assoicated with security group
https://bugs.launchpad.net/bugs/564355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 564355] Re: Second euca-run-instance request in same security group causes eucalyptus to remove network assoicated with security group

2010-09-02 Thread Dmitrii Zagorodnov
I meant revno 1236, sorry.

-- 
Second euca-run-instance request in same security group causes eucalyptus to 
remove network assoicated with security group
https://bugs.launchpad.net/bugs/564355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627963] Re: [maverick] Inconsistent certificates prevent CC to start correctly (no cc.log)

2010-09-01 Thread Dmitrii Zagorodnov
Directory /var/lib/eucalyptus/keys/Cluster Name is only relevant on
the CLC, since it needs to have keys for multiple clusters. For all
other components the keys are in /var/lib/eucalyptus/keys. Hence, if CLC
and a CC are co-located, you will see the same keys in two places.

Cloud key is created when CLC starts for the first time. Cluster and
node keys are created (by the CLC) when the cluster is registered.
Eucalyptus version of euca_conf --register-cluster or --register-node
attempts to ensure that the keys for two hosts match by using rsync and
rcp. UEC version of the file attempts to do the same but with somewhat
different code.

I am not sure how one ends up with mismatched keys on a fresh install.
(If synchronization didn't work you would have no keys on the downstream
side, such as CC or NC.) If you run into this again, I would look at
modification times and checksums of all *.pem files under the
/var/lib/eucalyptus/keys tree.

-- 
[maverick] Inconsistent certificates prevent CC to start correctly (no cc.log)
https://bugs.launchpad.net/bugs/627963
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 585108] Re: euca_conf --register-nodes returns 0 but the node is not registered

2010-09-01 Thread Dmitrii Zagorodnov
Node registration amounts to only two things: the IP being added to
NODES= in eucalyptus.conf (or to nodes.list on the UEC) and keys
synchronized between the CC node and the NC node. Neither CLC nor CC are
involved in the operation, so they do not need to be running. For keys
to be present, though, CLC must have generated them and synchronized
them with the CC during cluster registration. Once CC notices a change
in eucalyptus.conf, it will attempt to re-parse it, thus picking up a
changed NODES= entry. (I suspect the change to nodes.list in UEC is not
picked up, so CC probably needs to be re-started.)

-- 
euca_conf --register-nodes returns 0 but the node is not registered
https://bugs.launchpad.net/bugs/585108
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 627963] Re: [maverick] Inconsistent certificates prevent CC to start correctly (no cc.log)

2010-09-01 Thread Dmitrii Zagorodnov
Directory /var/lib/eucalyptus/keys/Cluster Name is only relevant on
the CLC, since it needs to have keys for multiple clusters. For all
other components the keys are in /var/lib/eucalyptus/keys. Hence, if CLC
and a CC are co-located, you will see the same keys in two places.

Cloud key is created when CLC starts for the first time. Cluster and
node keys are created (by the CLC) when the cluster is registered.
Eucalyptus version of euca_conf --register-cluster or --register-node
attempts to ensure that the keys for two hosts match by using rsync and
rcp. UEC version of the file attempts to do the same but with somewhat
different code.

I am not sure how one ends up with mismatched keys on a fresh install.
(If synchronization didn't work you would have no keys on the downstream
side, such as CC or NC.) If you run into this again, I would look at
modification times and checksums of all *.pem files under the
/var/lib/eucalyptus/keys tree.

-- 
[maverick] Inconsistent certificates prevent CC to start correctly (no cc.log)
https://bugs.launchpad.net/bugs/627963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 585108] Re: euca_conf --register-nodes returns 0 but the node is not registered

2010-09-01 Thread Dmitrii Zagorodnov
Node registration amounts to only two things: the IP being added to
NODES= in eucalyptus.conf (or to nodes.list on the UEC) and keys
synchronized between the CC node and the NC node. Neither CLC nor CC are
involved in the operation, so they do not need to be running. For keys
to be present, though, CLC must have generated them and synchronized
them with the CC during cluster registration. Once CC notices a change
in eucalyptus.conf, it will attempt to re-parse it, thus picking up a
changed NODES= entry. (I suspect the change to nodes.list in UEC is not
picked up, so CC probably needs to be re-started.)

-- 
euca_conf --register-nodes returns 0 but the node is not registered
https://bugs.launchpad.net/bugs/585108
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627963] Re: [maverick] Inconsistent certificates prevent CC to start correctly (no cc.log)

2010-09-01 Thread Dmitrii Zagorodnov
Carlos - thanks for looking into that!  Cluster keys are only generated
when --register-cluster is invoked. Trying to register an already
registered cluster is supposed to be harmless, but turns out that it is
not.  (I just filed https://bugs.launchpad.net/eucalyptus/+bug/628328
for that.) I wonder if, upon reboot, UEC registration logic tries to re-
register the cluster? If so, that may be the best solution. In the
meantime, we'll look into why registration is not idempotent on our
side.

-- 
[maverick] Inconsistent certificates prevent CC to start correctly (no cc.log)
https://bugs.launchpad.net/bugs/627963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 627963] Re: [maverick] Inconsistent certificates prevent CC to start correctly (no cc.log)

2010-09-01 Thread Dmitrii Zagorodnov
I meant: If so, avoiding the redundant registrations may be the best
solution.

-- 
[maverick] Inconsistent certificates prevent CC to start correctly (no cc.log)
https://bugs.launchpad.net/bugs/627963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619843] Re: euca-get-console-output returns one single line

2010-08-30 Thread Dmitrii Zagorodnov
Roger that, Scott. Thanks!

-- 
euca-get-console-output returns one single line
https://bugs.launchpad.net/bugs/619843
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 619843] Re: euca-get-console-output returns one single line

2010-08-30 Thread Dmitrii Zagorodnov
Roger that, Scott. Thanks!

-- 
euca-get-console-output returns one single line
https://bugs.launchpad.net/bugs/619843
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 564355] Re: Second euca-run-instance request in same security group causes eucalyptus to remove network assoicated with security group

2010-08-28 Thread Dmitrii Zagorodnov
If someone has logs from all components they would be helpful, actually.
(Although it may *seem* like a CC problem, it *may* originate in the
CLC.) Also, if it is easy for someone to check if the problem has been
solved (as I suspect it has) in 2.0.0, currently in Maverick, that would
help a lot. Thanks!

-- 
Second euca-run-instance request in same security group causes eucalyptus to 
remove network assoicated with security group
https://bugs.launchpad.net/bugs/564355
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 622818] Re: unexpected errors after a sequence of tests

2010-08-28 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
unexpected errors after a sequence of tests
https://bugs.launchpad.net/bugs/622818
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 564355] Re: Second euca-run-instance request in same security group causes eucalyptus to remove network assoicated with security group

2010-08-28 Thread Dmitrii Zagorodnov
If someone has logs from all components they would be helpful, actually.
(Although it may *seem* like a CC problem, it *may* originate in the
CLC.) Also, if it is easy for someone to check if the problem has been
solved (as I suspect it has) in 2.0.0, currently in Maverick, that would
help a lot. Thanks!

-- 
Second euca-run-instance request in same security group causes eucalyptus to 
remove network assoicated with security group
https://bugs.launchpad.net/bugs/564355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 622818] Re: unexpected errors after a sequence of tests

2010-08-28 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
unexpected errors after a sequence of tests
https://bugs.launchpad.net/bugs/622818
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619843] Re: euca-get-console-output returns one single line

2010-08-27 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Invalid

-- 
euca-get-console-output returns one single line
https://bugs.launchpad.net/bugs/619843
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 625136] Re: package batman-adv-dkms 0.2-5 failed to install/upgrade: batman-adv kernel module failed to build

2010-08-27 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Invalid

-- 
package batman-adv-dkms 0.2-5 failed to install/upgrade: batman-adv kernel 
module failed to build
https://bugs.launchpad.net/bugs/625136
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619843] Re: euca-get-console-output returns one single line

2010-08-27 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Invalid

-- 
euca-get-console-output returns one single line
https://bugs.launchpad.net/bugs/619843
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
euca-revoke removes the wrong group authorization
https://bugs.launchpad.net/bugs/608623
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 610479] Re: Instance fails to start

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Fix Released

-- 
Instance fails to start
https://bugs.launchpad.net/bugs/610479
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 584497] Re: The EC2 endpoint should be HTTPS by default

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Fix Released

-- 
The EC2 endpoint should be HTTPS by default
https://bugs.launchpad.net/bugs/584497
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 617053] Re: on upgrade from 1.6.2, euca_upgrade should preserve DISABLE_ISCSI=Y

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: In Progress = Fix Released

-- 
on upgrade from 1.6.2, euca_upgrade should preserve DISABLE_ISCSI=Y
https://bugs.launchpad.net/bugs/617053
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 611144] Re: eucalyptus should support booting multiboot image

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Dmitrii Zagorodnov (dmitrii)

** Changed in: eucalyptus
   Importance: Undecided = Wishlist

-- 
eucalyptus should support booting multiboot image
https://bugs.launchpad.net/bugs/611144
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 609112] Re: [maverick] Registration unreliable

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Fix Released

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

-- 
[maverick] Registration unreliable
https://bugs.launchpad.net/bugs/609112
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 614488] Re: Eucalyptus should not run 'sudo'

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Fix Released

** Changed in: eucalyptus
 Assignee: (unassigned) = Dmitrii Zagorodnov (dmitrii)

-- 
Eucalyptus should not run 'sudo'
https://bugs.launchpad.net/bugs/614488
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-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Fix Released

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

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

-- 
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 613216] Re: Cloud -- permission denied writing to /etc/eucalyptus/cloud.d/conf

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
Cloud -- permission denied writing to /etc/eucalyptus/cloud.d/conf
https://bugs.launchpad.net/bugs/613216
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 608623] Re: euca-revoke removes the wrong group authorization

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
euca-revoke removes the wrong group authorization
https://bugs.launchpad.net/bugs/608623
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 610479] Re: Instance fails to start

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Fix Released

-- 
Instance fails to start
https://bugs.launchpad.net/bugs/610479
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 584497] Re: The EC2 endpoint should be HTTPS by default

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Fix Released

-- 
The EC2 endpoint should be HTTPS by default
https://bugs.launchpad.net/bugs/584497
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 617053] Re: on upgrade from 1.6.2, euca_upgrade should preserve DISABLE_ISCSI=Y

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: In Progress = Fix Released

-- 
on upgrade from 1.6.2, euca_upgrade should preserve DISABLE_ISCSI=Y
https://bugs.launchpad.net/bugs/617053
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 611144] Re: eucalyptus should support booting multiboot image

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = Dmitrii Zagorodnov (dmitrii)

** Changed in: eucalyptus
   Importance: Undecided = Wishlist

-- 
eucalyptus should support booting multiboot image
https://bugs.launchpad.net/bugs/611144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 609112] Re: [maverick] Registration unreliable

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Fix Released

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

-- 
[maverick] Registration unreliable
https://bugs.launchpad.net/bugs/609112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 614488] Re: Eucalyptus should not run 'sudo'

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Fix Released

** Changed in: eucalyptus
 Assignee: (unassigned) = Dmitrii Zagorodnov (dmitrii)

-- 
Eucalyptus should not run 'sudo'
https://bugs.launchpad.net/bugs/614488
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
   Status: New = Fix Released

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

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

-- 
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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 613216] Re: Cloud -- permission denied writing to /etc/eucalyptus/cloud.d/conf

2010-08-24 Thread Dmitrii Zagorodnov
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
Cloud -- permission denied writing to /etc/eucalyptus/cloud.d/conf
https://bugs.launchpad.net/bugs/613216
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619843] Re: euca-get-console-output returns one single line

2010-08-23 Thread Dmitrii Zagorodnov
Nothing in Eucalyptus changed in this regard between 1.6.2 and 2.0.0, I
believe. On two other KVM-based distros the console.log file, which is
produced by KVM, is readable to Eucalyptus. We can add a patch to chown
or chmod the file via euca_rootwrap every time prior to reading it, but
that is a hack. Ideally, we would figure out why this is happening on
Maverick. Could apparmor profile for KVM (or libvirt?) have something to
do with this?  (I agree that root ownership of disk and kernel is
surprising and not consistent with other distros - those files are
written by the NC directly.)

-- 
euca-get-console-output returns one single line
https://bugs.launchpad.net/bugs/619843
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   >