[Bug 460085] Re: memory leak; rampart_context not freed (memory leaked per connection)

2009-10-26 Thread Daniel Nurmi
the patch required a small patch to eucalyptus that initializes axis2c in the CC for each NC client connection (most already were handled this way, except to StartNetwork/RunInstances). in r946 -- memory leak; rampart_context not freed (memory leaked per connection)

[Bug 460085] Re: memory leak; rampart_context not freed (memory leaked per connection)

2009-10-24 Thread Daniel Nurmi
** Attachment added: rampartc-1.3.0-euca.patch http://launchpadlibrarian.net/34337608/rampartc-1.3.0-euca.patch ** Also affects: eucalyptus Importance: Undecided Status: New ** Also affects: eucalyptus (Ubuntu) Importance: Undecided Status: New -- memory leak;

[Bug 460089] [NEW] network state is lost if the cluster controller (CC) is stopped

2009-10-24 Thread Daniel Nurmi
Public bug reported: in the eucalyptus-cc upstart script, the line: rm -f /var/lib/eucalyptus/CC/* will always clear all CC state when the service is stopped. The upstream init scripts use: stop/start/restart to control the service while maintaining CC state (stored in

[Bug 460085] [NEW] memory leak; rampart_context not freed (memory leaked per connection)

2009-10-24 Thread Daniel Nurmi
Public bug reported: It looks like the rampart_context structure is not freed after processing (in rampart_in_handler.c), and in the rampart_context_free function, the section for freeing the receiver_cert is commented out (in rampart_token_processor.c). In our application (eucalyptus), this is

[Bug 460085] Re: memory leak; rampart_context not freed (memory leaked per connection)

2009-10-24 Thread Daniel Nurmi
** Attachment added: rampartc-1.3.0-euca.patch http://launchpadlibrarian.net/34337608/rampartc-1.3.0-euca.patch ** Also affects: eucalyptus Importance: Undecided Status: New ** Also affects: eucalyptus (Ubuntu) Importance: Undecided Status: New -- memory leak;

[Bug 460089] [NEW] network state is lost if the cluster controller (CC) is stopped

2009-10-24 Thread Daniel Nurmi
Public bug reported: in the eucalyptus-cc upstart script, the line: rm -f /var/lib/eucalyptus/CC/* will always clear all CC state when the service is stopped. The upstream init scripts use: stop/start/restart to control the service while maintaining CC state (stored in

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

2009-10-21 Thread Daniel Nurmi
We (Eucalyptus team) have rolled new versions of the images that query the meta-data service if it exists in preparation for the UEC release (we've also added a 32 bit versions of each image :). The images are in testing now, and will be released as soon as they are ready! -- Non-ubuntu

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

2009-10-21 Thread Daniel Nurmi
We (Eucalyptus team) have rolled new versions of the images that query the meta-data service if it exists in preparation for the UEC release (we've also added a 32 bit versions of each image :). The images are in testing now, and will be released as soon as they are ready! -- Non-ubuntu

[Bug 453456] Re: excessive logs in /var/log/eucalyptus

2009-10-20 Thread Daniel Nurmi
the java (cloud, walrus, sc) components' logging uses log4j. the defaults can be found in source under: clc/modules/core/src/main/resources/log4j.xml where you'll find the following, which control the file size and the max number of files of this size that can exist param

[Bug 453456] Re: excessive logs in /var/log/eucalyptus

2009-10-20 Thread Daniel Nurmi
the java (cloud, walrus, sc) components' logging uses log4j. the defaults can be found in source under: clc/modules/core/src/main/resources/log4j.xml where you'll find the following, which control the file size and the max number of files of this size that can exist param

[Bug 455697] [NEW] In the UEC web UI 'Services' tab, links to the 'Eucalyptus' project would be helpful

2009-10-19 Thread Daniel Nurmi
Public bug reported: There are several helpful links under the new Eucalyptus UEC Theme 'Services' tab. Adding a section that contains information and links back to Eucalyptus itself would be helpful to users looking for Eucalyptus user forums, documentation, downloads, and other Eucalyptus

[Bug 455697] [NEW] In the UEC web UI 'Services' tab, links to the 'Eucalyptus' project would be helpful

2009-10-19 Thread Daniel Nurmi
Public bug reported: There are several helpful links under the new Eucalyptus UEC Theme 'Services' tab. Adding a section that contains information and links back to Eucalyptus itself would be helpful to users looking for Eucalyptus user forums, documentation, downloads, and other Eucalyptus

[Bug 452556] Re: euca-authorize default failing

2009-10-18 Thread Daniel Nurmi
I looks like this bug happens when an authorize is called before the group is used in another context (run-instances, describe-group, etc). For example: euca-authorize (fails) euca-describe-groups euca-authorize (success) Attaching the log file showing exception, and exact commands **

[Bug 452556] Re: euca-authorize default failing

2009-10-18 Thread Daniel Nurmi
I looks like this bug happens when an authorize is called before the group is used in another context (run-instances, describe-group, etc). For example: euca-authorize (fails) euca-describe-groups euca-authorize (success) Attaching the log file showing exception, and exact commands **

[Bug 454362] [NEW] UEC node install from CD fails on installation of qemu-kvm

2009-10-17 Thread Daniel Nurmi
Public bug reported: When trying to install a UEC node from the 20091017 .iso (amd64), the installation fails during install of qemu-kvm due to a package conflict. Below is a snippet of /var/log/syslog during the failure: . Oct 18 00:10:35 in-target: python-apt is already the newest

[Bug 454362] [NEW] UEC node install from CD fails on installation of qemu-kvm

2009-10-17 Thread Daniel Nurmi
Public bug reported: When trying to install a UEC node from the 20091017 .iso (amd64), the installation fails during install of qemu-kvm due to a package conflict. Below is a snippet of /var/log/syslog during the failure: . Oct 18 00:10:35 in-target: python-apt is already the newest

[Bug 452271] Re: Eucalyptus version string is incorrect (currently 1.6-devel, should be 1.6)

2009-10-16 Thread Daniel Nurmi
This branch contains a simple fix to change the admin UI version string to '1.6', in order to help avoid confusion with users having prior versions of eucalyptus (1.6-devel). lp:~nurmi/eucalyptus/webuiversion -- Eucalyptus version string is incorrect (currently 1.6-devel, should be 1.6)

[Bug 452271] Re: Eucalyptus version string is incorrect (currently 1.6-devel, should be 1.6)

2009-10-16 Thread Daniel Nurmi
This branch contains a simple fix to change the admin UI version string to '1.6', in order to help avoid confusion with users having prior versions of eucalyptus (1.6-devel). lp:~nurmi/eucalyptus/webuiversion -- Eucalyptus version string is incorrect (currently 1.6-devel, should be 1.6)

[Bug 452271] [NEW] Eucalyptus version string is incorrect (currently 1.6-devel, should be 1.6)

2009-10-15 Thread Daniel Nurmi
Public bug reported: in the karmic package r931, the version string reported through the admin UI and on the filesystem is set incorrectly (current=1.6-devel, should be=1.6) ** Affects: eucalyptus (Ubuntu) Importance: Undecided Status: New ** Tags: eucalyptus ** Tags added:

[Bug 445105] Re: uses unsafe /tmp files

2009-10-15 Thread Daniel Nurmi
Greetings, We've analyzed the points in the source tree that are referenced, and have found that none of them are actually exercised in a Karmic default eucalyptus running system. More detail on each follows: GLclient is a testing utility that doesn't get installed by the package (or a 'make

[Bug 452271] [NEW] Eucalyptus version string is incorrect (currently 1.6-devel, should be 1.6)

2009-10-15 Thread Daniel Nurmi
Public bug reported: in the karmic package r931, the version string reported through the admin UI and on the filesystem is set incorrectly (current=1.6-devel, should be=1.6) ** Affects: eucalyptus (Ubuntu) Importance: Undecided Status: New ** Tags: eucalyptus ** Tags added:

[Bug 445105] Re: uses unsafe /tmp files

2009-10-15 Thread Daniel Nurmi
Greetings, We've analyzed the points in the source tree that are referenced, and have found that none of them are actually exercised in a Karmic default eucalyptus running system. More detail on each follows: GLclient is a testing utility that doesn't get installed by the package (or a 'make

[Bug 446841] Re: Unable to start images installed/registered via the image store

2009-10-13 Thread Daniel Nurmi
Niemeyer and I tracked down the issue, which ended up being that the manifest set by the image store proxy for both the ERI and EMI was identical. -- Unable to start images installed/registered via the image store https://bugs.launchpad.net/bugs/446841 You received this bug notification because

[Bug 438565] Re: Eucalyptus Public IPs should be submitted in CIDR or range notation

2009-10-13 Thread Daniel Nurmi
We will be adding the ability for the CC to accept ranges of IPs, using only the last octet of the IPs, in a near commit of Eucalyptus. All octets must obviously be between 0 and 255 inclusive. The following will be accepted: A.B.C.D-A.B.C.E where D = E. Multiple ranges can be specified:

[Bug 438565] Re: Eucalyptus Public IPs should be submitted in CIDR or range notation

2009-10-13 Thread Daniel Nurmi
committed in eucalyptus revno 926 -- Eucalyptus Public IPs should be submitted in CIDR or range notation https://bugs.launchpad.net/bugs/438565 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs

[Bug 446841] Re: Unable to start images installed/registered via the image store

2009-10-13 Thread Daniel Nurmi
Niemeyer and I tracked down the issue, which ended up being that the manifest set by the image store proxy for both the ERI and EMI was identical. -- Unable to start images installed/registered via the image store https://bugs.launchpad.net/bugs/446841 You received this bug notification because

[Bug 438565] Re: Eucalyptus Public IPs should be submitted in CIDR or range notation

2009-10-13 Thread Daniel Nurmi
We will be adding the ability for the CC to accept ranges of IPs, using only the last octet of the IPs, in a near commit of Eucalyptus. All octets must obviously be between 0 and 255 inclusive. The following will be accepted: A.B.C.D-A.B.C.E where D = E. Multiple ranges can be specified:

[Bug 438565] Re: Eucalyptus Public IPs should be submitted in CIDR or range notation

2009-10-13 Thread Daniel Nurmi
committed in eucalyptus revno 926 -- Eucalyptus Public IPs should be submitted in CIDR or range notation https://bugs.launchpad.net/bugs/438565 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 449143] Re: Assignment of IP 169.254.169.254 on CC is conflicting with UEC avahi publish mechanism

2009-10-12 Thread Daniel Nurmi
Fixed in revno 925 -- Assignment of IP 169.254.169.254 on CC is conflicting with UEC avahi publish mechanism https://bugs.launchpad.net/bugs/449143 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 449143] Re: Assignment of IP 169.254.169.254 on CC is conflicting with UEC avahi publish mechanism

2009-10-12 Thread Daniel Nurmi
** Changed in: eucalyptus/1.6 Status: In Progress = Fix Committed ** Changed in: eucalyptus Status: In Progress = Fix Committed -- Assignment of IP 169.254.169.254 on CC is conflicting with UEC avahi publish mechanism https://bugs.launchpad.net/bugs/449143 You received this bug

[Bug 449143] Re: Assignment of IP 169.254.169.254 on CC is conflicting with UEC avahi publish mechanism

2009-10-12 Thread Daniel Nurmi
Fixed in revno 925 -- Assignment of IP 169.254.169.254 on CC is conflicting with UEC avahi publish mechanism https://bugs.launchpad.net/bugs/449143 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 447555] Re: In STATIC mode, the CC is reporting instance's public IP incorrectly (last number is missing)

2009-10-12 Thread Daniel Nurmi
Fixed in r922 ** Changed in: eucalyptus Status: In Progress = Fix Committed ** Changed in: eucalyptus/1.6 Status: New = Fix Committed -- In STATIC mode, the CC is reporting instance's public IP incorrectly (last number is missing) https://bugs.launchpad.net/bugs/447555 You

[Bug 449143] Re: Assignment of IP 169.254.169.254 on CC is conflicting with UEC avahi publish mechanism

2009-10-12 Thread Daniel Nurmi
** Changed in: eucalyptus/1.6 Status: In Progress = Fix Committed ** Changed in: eucalyptus Status: In Progress = Fix Committed -- Assignment of IP 169.254.169.254 on CC is conflicting with UEC avahi publish mechanism https://bugs.launchpad.net/bugs/449143 You received this bug

[Bug 449135] [NEW] eucalyptus CC segfault in NC adb client when instance count is high

2009-10-11 Thread Daniel Nurmi
Public bug reported: There is a bug in client-marshal-adb.c that causes a segfault in the CC when the number of running instances is high (sometimes). Fixed in revno 924 ** Affects: eucalyptus Importance: High Status: Fix Committed ** Affects: eucalyptus/1.6 Importance: High

[Bug 449143] [NEW] Assignment of IP 169.254.169.254 on CC is conflicting with UEC avahi publish mechanism

2009-10-11 Thread Daniel Nurmi
globally scoped subnets to broadcast on?) This fix is in testing now (Oct11/2009) ** Affects: eucalyptus Importance: High Assignee: Daniel Nurmi (nurmi) Status: In Progress ** Affects: eucalyptus/1.6 Importance: High Status: In Progress ** Affects: ubuntu

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-10-10 Thread Daniel Nurmi
My experiments with hot-attaching virtio disks to eucalyptus VMs have been partially successful. I've been able to attach/detach a virtio disk to/from a VM once, but the second attach causes a kvm segfault followed by a libvirtd segfault. Removing eucalyptus from the scenario, this problem can

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-10-10 Thread Daniel Nurmi
My experiments with hot-attaching virtio disks to eucalyptus VMs have been partially successful. I've been able to attach/detach a virtio disk to/from a VM once, but the second attach causes a kvm segfault followed by a libvirtd segfault. Removing eucalyptus from the scenario, this problem can

[Bug 439410] Re: Instances from large, fresh EMIs fail to start just after being registered

2009-10-09 Thread Daniel Nurmi
** Also affects: eucalyptus Importance: Undecided Status: New ** Changed in: eucalyptus Importance: Undecided = High -- Instances from large, fresh EMIs fail to start just after being registered https://bugs.launchpad.net/bugs/439410 You received this bug notification because you

[Bug 439410] Re: Instances from large, fresh EMIs fail to start just after being registered

2009-10-09 Thread Daniel Nurmi
The problem is that the connection from the NC to Walrus is being successfully opened, but is being timed out on the server side after two minutes if no data is written to the wire (which is the case when the large image is being decrypted/cached). We've increased the retry count in the NC to 10

[Bug 439410] Re: Instances from large, fresh EMIs fail to start just after being registered

2009-10-09 Thread Daniel Nurmi
** Also affects: eucalyptus Importance: Undecided Status: New ** Changed in: eucalyptus Importance: Undecided = High -- Instances from large, fresh EMIs fail to start just after being registered https://bugs.launchpad.net/bugs/439410 You received this bug notification because you

[Bug 439410] Re: Instances from large, fresh EMIs fail to start just after being registered

2009-10-09 Thread Daniel Nurmi
The problem is that the connection from the NC to Walrus is being successfully opened, but is being timed out on the server side after two minutes if no data is written to the wire (which is the case when the large image is being decrypted/cached). We've increased the retry count in the NC to 10

[Bug 447555] [NEW] In STATIC mode, the CC is reporting instance's public IP incorrectly (last number is missing)

2009-10-09 Thread Daniel Nurmi
Functionally, the instance is getting the correct ip, but the reporting is incorrect. ** Affects: eucalyptus Importance: Medium Assignee: Daniel Nurmi (nurmi) Status: In Progress ** Affects: eucalyptus/1.6 Importance: Undecided Status: New ** Affects: ubuntu

[Bug 436885] Re: over time, c3p0 causes deadlock condition in CLC

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu Karmic) Status: Triaged = In Progress ** Changed in: eucalyptus (Ubuntu Karmic) Assignee: (unassigned) = Dustin Kirkland (kirkland) -- over time, c3p0 causes deadlock condition in CLC (database borkage) https://bugs.launchpad.net/bugs/436885 You

[Bug 436407] Re: if apache2 is using worker MPM, rampart causing periodic CC segfaults

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu Karmic) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu Karmic) Status: Triaged = In Progress -- if apache2 is using worker MPM, rampart causing periodic CC segfaults https://bugs.launchpad.net/bugs/436407 You

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

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu) Status: Triaged = In Progress -- Part of storage controller setup that should run as the eucalyptus user runs as root https://bugs.launchpad.net/bugs/436276 You

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

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu) Status: Triaged = In Progress ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) -- SYSTEM mode, instances do not run https://bugs.launchpad.net/bugs/430957 You received this bug notification because you are a

[Bug 439251] Re: Eucalyptus restart is needed after autoregistration of components

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu Karmic) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu Karmic) Status: Triaged = In Progress -- Eucalyptus restart is needed after autoregistration of components https://bugs.launchpad.net/bugs/439251 You

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

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu) Status: Triaged = In Progress ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) -- External command failure not handled correctly in some cases https://bugs.launchpad.net/bugs/440744 You received this bug

[Bug 437014] Re: excessive number of CLC sockets to the backend cause the system to stop updating state

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu Karmic) Status: Triaged = In Progress ** Changed in: eucalyptus (Ubuntu Karmic) Assignee: (unassigned) = Dustin Kirkland (kirkland) -- excessive number of CLC sockets to the backend cause the system to stop updating state

[Bug 439251] Re: Eucalyptus restart is needed after autoregistration of components

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu Karmic) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu Karmic) Status: Triaged = In Progress -- Eucalyptus restart is needed after autoregistration of components https://bugs.launchpad.net/bugs/439251 You

[Bug 436885] Re: over time, c3p0 causes deadlock condition in CLC

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu Karmic) Status: Triaged = In Progress ** Changed in: eucalyptus (Ubuntu Karmic) Assignee: (unassigned) = Dustin Kirkland (kirkland) -- over time, c3p0 causes deadlock condition in CLC (database borkage) https://bugs.launchpad.net/bugs/436885 You

[Bug 436407] Re: if apache2 is using worker MPM, rampart causing periodic CC segfaults

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu Karmic) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu Karmic) Status: Triaged = In Progress -- if apache2 is using worker MPM, rampart causing periodic CC segfaults https://bugs.launchpad.net/bugs/436407 You

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

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu) Status: Triaged = In Progress ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) -- SYSTEM mode, instances do not run https://bugs.launchpad.net/bugs/430957 You received this bug notification because you are a

[Bug 437014] Re: excessive number of CLC sockets to the backend cause the system to stop updating state

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu Karmic) Status: Triaged = In Progress ** Changed in: eucalyptus (Ubuntu Karmic) Assignee: (unassigned) = Dustin Kirkland (kirkland) -- excessive number of CLC sockets to the backend cause the system to stop updating state

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

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu) Status: Triaged = In Progress -- Part of storage controller setup that should run as the eucalyptus user runs as root https://bugs.launchpad.net/bugs/436276 You

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

2009-10-05 Thread Daniel Nurmi
** Changed in: eucalyptus (Ubuntu) Status: Triaged = In Progress ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) -- External command failure not handled correctly in some cases https://bugs.launchpad.net/bugs/440744 You received this bug

[Bug 439288] Re: 1.6~bzr854-0ubuntu13 fails to run instances

2009-09-30 Thread Daniel Nurmi
Is it possible that, at some point, a walrus registration was attempted with 'localhost'? If so, you'll need to deregister walrus: euca_conf --deregister-walrus and try registering again with a valid public IP. This error is implying that the system believes that a registered walrus lives on

[Bug 439288] Re: 1.6~bzr854-0ubuntu13 fails to run instances

2009-09-30 Thread Daniel Nurmi
Is it possible that, at some point, a walrus registration was attempted with 'localhost'? If so, you'll need to deregister walrus: euca_conf --deregister-walrus and try registering again with a valid public IP. This error is implying that the system believes that a registered walrus lives on

[Bug 438815] Re: libvirtd is leaking file descriptors to /var/log/libvirt/qemu/vmid.log

2009-09-29 Thread Daniel Nurmi
** Attachment added: libvirtd-issue.tgz http://launchpadlibrarian.net/32683674/libvirtd-issue.tgz ** Also affects: eucalyptus (Ubuntu) Importance: Undecided Status: New ** Tags added: eucalyptus -- libvirtd is leaking file descriptors to /var/log/libvirt/qemu/vmid.log

[Bug 438815] [NEW] libvirtd is leaking file descriptors to /var/log/libvirt/qemu/vmid.log

2009-09-29 Thread Daniel Nurmi
Public bug reported: It looks like the libvirtd daemon is leaking file descriptors to the logfile that it sets up for each VM. I've attached a typescript showing the symptom (start vm, inspect lsof, stop vm, inspect lsof, start vm, inspect lsof, stop vm, inspect lsof), note that the descriptors

[Bug 438815] Re: libvirtd is leaking file descriptors to /var/log/libvirt/qemu/vmid.log

2009-09-29 Thread Daniel Nurmi
** Attachment added: libvirtd-issue.tgz http://launchpadlibrarian.net/32683674/libvirtd-issue.tgz ** Also affects: eucalyptus (Ubuntu) Importance: Undecided Status: New ** Tags added: eucalyptus -- libvirtd is leaking file descriptors to /var/log/libvirt/qemu/vmid.log

[Bug 438815] [NEW] libvirtd is leaking file descriptors to /var/log/libvirt/qemu/vmid.log

2009-09-29 Thread Daniel Nurmi
Public bug reported: It looks like the libvirtd daemon is leaking file descriptors to the logfile that it sets up for each VM. I've attached a typescript showing the symptom (start vm, inspect lsof, stop vm, inspect lsof, start vm, inspect lsof, stop vm, inspect lsof), note that the descriptors

[Bug 437910] [NEW] on UEC node install, bridge device is not coming up on boot

2009-09-27 Thread Daniel Nurmi
Public bug reported: When installing a UEC node (from server iso 09272009.1), I'm finding that the bridge device that is defined in /etc/network/interfaces never comes up on machine boot. contents of /etc/network/interfaces looks correct: --- # This file describes the

[Bug 437910] [NEW] on UEC node install, bridge device is not coming up on boot

2009-09-27 Thread Daniel Nurmi
Public bug reported: When installing a UEC node (from server iso 09272009.1), I'm finding that the bridge device that is defined in /etc/network/interfaces never comes up on machine boot. contents of /etc/network/interfaces looks correct: --- # This file describes the

[Bug 429734] Re: Invalid S3_URL and EC2_URL in eucarc

2009-09-26 Thread Daniel Nurmi
This issue was addressed in Eucalytpus revno 768, and as such should already be in latest karmic package (854) ** Changed in: eucalyptus (Ubuntu) Status: Confirmed = Fix Released -- Invalid S3_URL and EC2_URL in eucarc https://bugs.launchpad.net/bugs/429734 You received this bug

[Bug 431832] Re: euca_conf --register-sc returns success even though it fails

2009-09-26 Thread Daniel Nurmi
This issue was resolved in Eucalyptus revnos 754-758, which addressed multiple register/de-register issues. -- euca_conf --register-sc returns success even though it fails https://bugs.launchpad.net/bugs/431832 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 341710] Re: admin user cannot configure a user without an email address

2009-09-26 Thread Daniel Nurmi
I think there may be some confusion here; the original bug, as we understood it, was that an administrator could not add a user unless email was configured and working properly (i.e., every addition of a user required the system to send an email to the user, for the user to repond, and for the

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-09-26 Thread Daniel Nurmi
all, here is as much information as I could think of in an attempt to allow for reproducability (see attached file). Here is what each file in the attached tarball contains: setup - quick description of machine set up orig.libvirt.xml - the XML vm description that is passed to libvirt

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-09-26 Thread Daniel Nurmi
all, here is as much information as I could think of in an attempt to allow for reproducability (see attached file). Here is what each file in the attached tarball contains: setup - quick description of machine set up orig.libvirt.xml - the XML vm description that is passed to libvirt

[Bug 429734] Re: Invalid S3_URL and EC2_URL in eucarc

2009-09-26 Thread Daniel Nurmi
This issue was addressed in Eucalytpus revno 768, and as such should already be in latest karmic package (854) ** Changed in: eucalyptus (Ubuntu) Status: Confirmed = Fix Released -- Invalid S3_URL and EC2_URL in eucarc https://bugs.launchpad.net/bugs/429734 You received this bug

[Bug 431832] Re: euca_conf --register-sc returns success even though it fails

2009-09-26 Thread Daniel Nurmi
This issue was resolved in Eucalyptus revnos 754-758, which addressed multiple register/de-register issues. -- euca_conf --register-sc returns success even though it fails https://bugs.launchpad.net/bugs/431832 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 429612] Re: SOAP error when running euca_conf --deregister-walrus

2009-09-26 Thread Daniel Nurmi
This issue was resolved in Eucalyptus revnos 754-758, which addressed multiple register/de-register issues (and, reduced the verbosity level of the output from euca_conf, which can be brought back with the --verbose flag :) -- SOAP error when running euca_conf --deregister-walrus

[Bug 341710] Re: admin user cannot configure a user without an email address

2009-09-26 Thread Daniel Nurmi
I think there may be some confusion here; the original bug, as we understood it, was that an administrator could not add a user unless email was configured and working properly (i.e., every addition of a user required the system to send an email to the user, for the user to repond, and for the

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-09-26 Thread Daniel Nurmi
all, here is as much information as I could think of in an attempt to allow for reproducability (see attached file). Here is what each file in the attached tarball contains: setup - quick description of machine set up orig.libvirt.xml - the XML vm description that is passed to libvirt

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-09-26 Thread Daniel Nurmi
all, here is as much information as I could think of in an attempt to allow for reproducability (see attached file). Here is what each file in the attached tarball contains: setup - quick description of machine set up orig.libvirt.xml - the XML vm description that is passed to libvirt

[Bug 436313] Re: SC registration through web UI fails

2009-09-25 Thread Daniel Nurmi
fully addressed in revno 593 ** Also affects: eucalyptus/1.6 Importance: Undecided Status: New ** Changed in: eucalyptus/1.6 Status: New = Fix Committed ** Changed in: eucalyptus/1.6 Importance: Undecided = High -- SC registration through web UI fails

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

2009-09-25 Thread Daniel Nurmi
fixed in revno 892 -- Part of storage controller setup that should run as the eucalyptus user runs as root https://bugs.launchpad.net/bugs/436276 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 428188] Re: 500 server error when attempting to register ramdisk image

2009-09-25 Thread Daniel Nurmi
If anyone can reproduce this issue, we'll need the logfiles: /var/log/eucalyptus/cloud-* in order to diagnose the core issue. Thank you -- 500 server error when attempting to register ramdisk image https://bugs.launchpad.net/bugs/428188 You received this bug notification because you are a

[Bug 436885] Re: over time, c3p0 causes deadlock condition in CLC

2009-09-25 Thread Daniel Nurmi
** Changed in: eucalyptus/1.6 Status: New = Fix Committed -- over time, c3p0 causes deadlock condition in CLC https://bugs.launchpad.net/bugs/436885 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. --

[Bug 426389] Re: 'eucarc' in downloaded credentials zipfile does not contain 'EC2_USER_ID'

2009-09-25 Thread Daniel Nurmi
** Changed in: eucalyptus/1.6 Importance: Undecided = Medium ** Changed in: eucalyptus/1.6 Status: New = Confirmed -- 'eucarc' in downloaded credentials zipfile does not contain 'EC2_USER_ID' https://bugs.launchpad.net/bugs/426389 You received this bug notification because you are a

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

2009-09-25 Thread Daniel Nurmi
** Also affects: eucalyptus/1.6 Importance: Undecided Status: New ** Changed in: eucalyptus/1.6 Status: New = Fix Committed ** Changed in: eucalyptus/1.6 Importance: Undecided = Critical -- SYSTEM mode, instances do not run https://bugs.launchpad.net/bugs/430957 You

[Bug 385435] Re: In MANAGED mode, with CLC and CC on same host, on first boot of CLC, Walrus URL is detected as 169.254.169.254

2009-09-25 Thread Daniel Nurmi
This problem is fixed in eucalyptus 1.6 revnos = 760 -- In MANAGED mode, with CLC and CC on same host, on first boot of CLC, Walrus URL is detected as 169.254.169.254 https://bugs.launchpad.net/bugs/385435 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 436313] Re: SC registration through web UI fails

2009-09-25 Thread Daniel Nurmi
fully addressed in revno 593 ** Also affects: eucalyptus/1.6 Importance: Undecided Status: New ** Changed in: eucalyptus/1.6 Status: New = Fix Committed ** Changed in: eucalyptus/1.6 Importance: Undecided = High -- SC registration through web UI fails

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

2009-09-25 Thread Daniel Nurmi
fixed in revno 892 -- Part of storage controller setup that should run as the eucalyptus user runs as root https://bugs.launchpad.net/bugs/436276 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 428188] Re: 500 server error when attempting to register ramdisk image

2009-09-25 Thread Daniel Nurmi
If anyone can reproduce this issue, we'll need the logfiles: /var/log/eucalyptus/cloud-* in order to diagnose the core issue. Thank you -- 500 server error when attempting to register ramdisk image https://bugs.launchpad.net/bugs/428188 You received this bug notification because you are a

[Bug 436885] Re: over time, c3p0 causes deadlock condition in CLC

2009-09-25 Thread Daniel Nurmi
** Changed in: eucalyptus/1.6 Status: New = Fix Committed -- over time, c3p0 causes deadlock condition in CLC https://bugs.launchpad.net/bugs/436885 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 426389] Re: 'eucarc' in downloaded credentials zipfile does not contain 'EC2_USER_ID'

2009-09-25 Thread Daniel Nurmi
** Changed in: eucalyptus/1.6 Importance: Undecided = Medium ** Changed in: eucalyptus/1.6 Status: New = Confirmed -- 'eucarc' in downloaded credentials zipfile does not contain 'EC2_USER_ID' https://bugs.launchpad.net/bugs/426389 You received this bug notification because you are a

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

2009-09-25 Thread Daniel Nurmi
** Also affects: eucalyptus/1.6 Importance: Undecided Status: New ** Changed in: eucalyptus/1.6 Status: New = Fix Committed ** Changed in: eucalyptus/1.6 Importance: Undecided = Critical -- SYSTEM mode, instances do not run https://bugs.launchpad.net/bugs/430957 You

[Bug 385435] Re: In MANAGED mode, with CLC and CC on same host, on first boot of CLC, Walrus URL is detected as 169.254.169.254

2009-09-25 Thread Daniel Nurmi
This problem is fixed in eucalyptus 1.6 revnos = 760 -- In MANAGED mode, with CLC and CC on same host, on first boot of CLC, Walrus URL is detected as 169.254.169.254 https://bugs.launchpad.net/bugs/385435 You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-09-20 Thread Daniel Nurmi
(this process with the same VM/kernel works on Jaunty). Apparmor is disabled. -- Daniel Nurmi Co-Founder, Engineer Eucalyptus Systems, Inc. 130 Castilian Dr. | Goleta, CA | 93117 Office: 805-845-8000 | Cell: 805-259-5269 Email: nu...@eucalyptus.com www.eucalyptus.com

Re: [Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-09-20 Thread Daniel Nurmi
(this process with the same VM/kernel works on Jaunty). Apparmor is disabled. -- Daniel Nurmi Co-Founder, Engineer Eucalyptus Systems, Inc. 130 Castilian Dr. | Goleta, CA | 93117 Office: 805-845-8000 | Cell: 805-259-5269 Email: nu...@eucalyptus.com www.eucalyptus.com

[Bug 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2009-09-18 Thread Daniel Nurmi
There is another bug, in KVM i suspect, that is preventing attach/detach of block devices from fully working, however, you can see some progress (logs indicating activity on the scsi bus in the VM when you do an attach/detach): https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/432154 --

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-09-18 Thread Daniel Nurmi
I agree with Etienne on this issue; another thing to consider is that many virtual appliances that are developed for EC2/UEC will be depending on EBS functionality, due to the persistence observation made above. -- dynamic block device attach/detach not functional with karmic KVM

[Bug 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2009-09-18 Thread Daniel Nurmi
There is another bug, in KVM i suspect, that is preventing attach/detach of block devices from fully working, however, you can see some progress (logs indicating activity on the scsi bus in the VM when you do an attach/detach): https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/432154 --

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-09-18 Thread Daniel Nurmi
I agree with Etienne on this issue; another thing to consider is that many virtual appliances that are developed for EC2/UEC will be depending on EBS functionality, due to the persistence observation made above. -- dynamic block device attach/detach not functional with karmic KVM

[Bug 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2009-09-17 Thread Daniel Nurmi
Jamie, thank you for taking a look here. First, after your response, I've been able to modify /etc/apparmor.d/abstractions/libvirt-qemu with the following: /var/lib/eucalyptus/instances/**/console.log w, /var/lib/eucalyptus/instances/**/kernel r, /var/lib/eucalyptus/instances/**/ramdisk

[Bug 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2009-09-17 Thread Daniel Nurmi
I've found one more runtime issue with the apparmor profile. Eucalyptus can provide the ability to dynamically attach/detach block devices to VMs at runtime using libvirt attach-disk/detach-disk. We currently use AOE for dynamic block devices, and these appear on the node in: /dev/etherd/e*

[Bug 432154] [NEW] dynamic block device attach/detach not functional with karmic KVM

2009-09-17 Thread Daniel Nurmi
Public bug reported: The version of KVM currently in karmic does not appear to have a fully functional dynamic block device attach/detach: outside VM: --- r...@explorer:/root# virsh list Connecting to uri: qemu:///system Id Name

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-09-17 Thread Daniel Nurmi
** Also affects: qemu-kvm Importance: Undecided Status: New ** Also affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New -- dynamic block device attach/detach not functional with karmic KVM https://bugs.launchpad.net/bugs/432154 You received this bug notification

[Bug 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2009-09-17 Thread Daniel Nurmi
Jamie, thank you for taking a look here. First, after your response, I've been able to modify /etc/apparmor.d/abstractions/libvirt-qemu with the following: /var/lib/eucalyptus/instances/**/console.log w, /var/lib/eucalyptus/instances/**/kernel r, /var/lib/eucalyptus/instances/**/ramdisk

<    1   2   3   >