Re: [Bug 524226] Re: ssh-import-id - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-19 Thread Dustin Kirkland
On Fri, Feb 19, 2010 at 8:47 AM, Jamie Strandboge ja...@ubuntu.com wrote: While I can see the utility of this script in certain situations, I'm not sure it is generally useful enough to put in openssh, or even cloud- init. It really feels like it should be in its own package. Also, I think we

[Bug 524226] Re: ssh-import-id: retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-19 Thread Dustin Kirkland
Marc- I think that's true if you're receiving an arbitrary key from an untrusted source (such as the first time you log into a remote server). However, in this case, I think: a) You're communicating over SSL with a server and a valid certificate (hence, the server is authenticated and

[Bug 524226] Re: ssh-import-id: retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-19 Thread Dustin Kirkland
Attaching updated version based on Jamie's excellent feedback. I believe I have addressed the concerns that he has raised so far. ** Attachment added: ssh-copy-id (kirkland's version) http://launchpadlibrarian.net/39410267/ssh-import-id -- ssh-import-id: retrieve a key from a public

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

2010-02-19 Thread Dustin Kirkland
** Also affects: euca2ools (Ubuntu Lucid) Importance: Medium Status: Confirmed -- euca2ools do not read $HOME/.eucarc https://bugs.launchpad.net/bugs/524652 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu.

[Bug 524226] Re: ssh-import-id: retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-19 Thread Dustin Kirkland
Jamie, Thanks again. (1) printf ... Got it, thanks. Fixed in new upload. (2) env ... Ah, I see. Also, fixed in new upload. (3) Got it, good catch. One more thing I found/fixed... The grep for existing keys wasn't working properly. So I fixed it with a unique sort on the file (to make

[Bug 524226] Re: ssh-import-id: retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-19 Thread Dustin Kirkland
** Attachment removed: ssh-import-id (kirkland's version) http://launchpadlibrarian.net/39429267/ssh-import-id ** Attachment added: ssh-import-id (kirkland's version) http://launchpadlibrarian.net/39429418/ssh-import-id ** Attachment removed: ssh-import-id (kirkland's version)

[Bug 524226] Re: ssh-import-id: retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-19 Thread Dustin Kirkland
** Attachment added: ssh-import-id (kirkland's version) http://launchpadlibrarian.net/39429482/ssh-import-id ** Attachment removed: ssh-import-id (kirkland's version) http://launchpadlibrarian.net/39429482/ssh-import-id -- ssh-import-id: retrieve a key from a public keyserver and add to

[Bug 524226] Re: ssh-import-id: retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-19 Thread Dustin Kirkland
** Attachment added: ssh-import-id (kirkland's version) http://launchpadlibrarian.net/39429538/ssh-import-id -- ssh-import-id: retrieve a key from a public keyserver and add to the authorized_keys file https://bugs.launchpad.net/bugs/524226 You received this bug notification because you are

[Bug 524101] [NEW] optionally fetch public ssh keys from Launchpad when starting an instance

2010-02-18 Thread Dustin Kirkland
Public bug reported: Binary package hint: euca2ools The euca-run-instance command has a -k parameter that takes the name of a ssh key registered with eucalyptus. I find this highly inconvenient (albeit consistently inconvenient with EC2). Generating these keys every time I install UEC, and

[Bug 524226] [NEW] ssh-authorize - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Dustin Kirkland
Public bug reported: ssh-copy-id is a great script for adding my public key to a remote server. I have a script in my ~/bin called ssh-authorize that does something similar. It retrieves a key from a remote public keyserver and appends it to .ssh/authorized_keys. By default, it uses

[Bug 524226] Re: ssh-authorize - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Dustin Kirkland
Script attached. ** Attachment added: ssh-authorize http://launchpadlibrarian.net/39387619/ssh-authorize ** Description changed: ssh-copy-id is a great script for adding my public key to a remote server. I have a script in my ~/bin called ssh-authorize that does something similar.

[Bug 524226] Re: ssh-authorize - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Dustin Kirkland
Colin- Can you comment if this is something that could land in openssh-server, or if we would need to carry this elsewhere? -- ssh-authorize - retrieve a key from a public keyserver and add to the authorized_keys file https://bugs.launchpad.net/bugs/524226 You received this bug notification

[Bug 522292] Re: Lucid UEC image 20100215 unable to start on UEC

2010-02-18 Thread Dustin Kirkland
** Also affects: cloud-utils (Ubuntu Lucid) Importance: High Assignee: Scott Moser (smoser) Status: Fix Committed ** Also affects: euca2ools (Ubuntu Lucid) Importance: Undecided Status: New -- Lucid UEC image 20100215 unable to start on UEC

[Bug 524226] Re: ssh-authorize - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Dustin Kirkland
I'm adding a server-papercuts task, as I think this might be a reasonable candidate, as I mentioned this script at UDS-Dallas. The code is very simple, and straight-forward. It's really something that could make the Ubuntu Server shine, as being friendly, useful, and easier-to-use, and help

[Bug 524226] Re: ssh-import-id - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Dustin Kirkland
** Summary changed: - ssh-authorize - retrieve a key from a public keyserver and add to the authorized_keys file + ssh-import-id - retrieve a key from a public keyserver and add to the authorized_keys file ** Description changed: ssh-copy-id is a great script for adding my public key to a

[Bug 524226] Re: ssh-import-id - retrieve a key from a public keyserver and add to the authorized_keys file

2010-02-18 Thread Dustin Kirkland
** Changed in: openssh (Ubuntu) Assignee: Colin Watson (cjwatson) = (unassigned) ** Description changed: ssh-copy-id is a great script for adding my public key to a remote server. I have a script in my ~/bin called ssh-import-id that does something similar. It retrieves a key

[Bug 522688] Re: /etc/init.d/libvirt-bin does not check that libvirtd has terminated on stop

2010-02-17 Thread Dustin Kirkland
** Changed in: libvirt (Ubuntu) Status: Incomplete = Confirmed -- /etc/init.d/libvirt-bin does not check that libvirtd has terminated on stop https://bugs.launchpad.net/bugs/522688 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 522688] Re: /etc/init.d/libvirt-bin does not check that libvirtd has terminated on stop

2010-02-16 Thread Dustin Kirkland
Thanks for the report. Can you reproduce this in Lucid? I've recently ported libvirt to use upstart for init. I'd be curious if you can reproduce this problem there. Thanks. ** Changed in: libvirt (Ubuntu) Status: New = Incomplete -- /etc/init.d/libvirt-bin does not check that

[Bug 522845] Re: compiling with libcap-ng disallows qemu/kvm access to files not owned by root when not using AppArmor

2010-02-16 Thread Dustin Kirkland
** Changed in: libvirt (Ubuntu) Importance: Undecided = High -- compiling with libcap-ng disallows qemu/kvm access to files not owned by root when not using AppArmor https://bugs.launchpad.net/bugs/522845 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 484807] Re: module blacklisting not respected

2010-02-15 Thread Dustin Kirkland
This is now fixed in Lucid's qemu-kvm, which has converted /etc/init.d /qemu-kvm into an upstart script, which uses modprobe -b. ** Changed in: qemu-kvm (Ubuntu) Status: Triaged = Fix Released -- module blacklisting not respected https://bugs.launchpad.net/bugs/484807 You received this

[Bug 522160] Re: qemu 0.12.2 now available

2010-02-15 Thread Dustin Kirkland
qemu is now provided by the qemu-kvm source packages, in the binary packages qemu-kvm and qemu-kvm-extras. ** Package changed: qemu (Ubuntu) = qemu-kvm (Ubuntu) ** Changed in: qemu-kvm (Ubuntu) Status: New = Fix Released -- qemu 0.12.2 now available

[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Dustin Kirkland
The libsdl1.2 package in Ubuntu is no longer carrying that patch, debian/patches/005_lock_keys.diff. So I don't think that's quite the cause of this. -- does not pass pressed caps lock to client https://bugs.launchpad.net/bugs/427612 You received this bug notification because you are a member

[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Dustin Kirkland
So let's take a step back here... Can anyone confirm the bug on Lucid's qemu-kvm 0.12.2 and libsdl1.2? I'm running there, and in my guest I can toggle my capslock on/off, and it works as i'd expect. asdfasdfasdfASDFASDFASDFasdfasfdasdfASDFASDFASFDasdfasfdasdfASDFASDFASDF ** Changed in:

[Bug 503180] Re: [SRU] eucalyptus-cloud doesn't reply to requests (eucalyptus doesn't work after reboot or services restart issues due to upstart networking behavior)

2010-02-11 Thread Dustin Kirkland
SRU instructions in the bug description above. ** Description changed: Using 1.6.2~bzr1120-0ubuntu1, I can't get the credentials: ubu...@uec-cc:~$ sudo euca_conf --get-credentials mycreds.zip ERROR: you need to be on the CLC host and the CLC needs to be running. A wget on the

[Bug 520265] Re: Out of date with AWS API

2010-02-11 Thread Dustin Kirkland
Robert- Have you been able to take a crack at the Lucid packages? Can you still identify API incompatibilities? ** Changed in: eucalyptus (Ubuntu) Status: New = Incomplete -- Out of date with AWS API https://bugs.launchpad.net/bugs/520265 You received this bug notification because you

Re: [Bug 519572] Re: virt-manager Network bridge Operation not permitted

2010-02-11 Thread Dustin Kirkland
I don't think you have enough privileges to do bridge administration with qemu:///session. -- virt-manager Network bridge Operation not permitted https://bugs.launchpad.net/bugs/519572 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

Re: [Bug 520270] Re: Support SSL for web services

2010-02-11 Thread Dustin Kirkland
Hmm, from what I read from Chris, this should be fix-released for Lucid, right? Again, Robert, can you take a gander at Lucid? -- Support SSL for web services https://bugs.launchpad.net/bugs/520270 You received this bug notification because you are a member of Ubuntu Server Team, which is

Re: [Bug 427612] Re: does not pass pressed caps lock to client

2010-02-11 Thread Dustin Kirkland
Great, thanks. Anthony- Can you tell us if this patch is acceptable upstream? I have asked the submitter to post it to qemu-de...@. -- does not pass pressed caps lock to client https://bugs.launchpad.net/bugs/427612 You received this bug notification because you are a member of Ubuntu Server

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

2010-02-11 Thread Dustin Kirkland
** Also affects: python-boto (Ubuntu) Importance: Undecided Status: New ** Changed in: python-boto (Ubuntu) Importance: Undecided = Medium ** Changed in: python-boto (Ubuntu) Status: New = Confirmed -- euca2ools does not correctly specify port when $http_proxy is set

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

2010-02-11 Thread Dustin Kirkland
Neil- This bug is high priority, and targeted at Alpha3. Any chance you could take a look at the suggested patch(es) and perhaps mangle one upstream? ** Changed in: euca2ools (Ubuntu) Assignee: (unassigned) = Neil Soman (neilsoman) -- euca-describe-volumes fails in lucid

[Bug 517696] Re: add package cloud-utils

2010-02-11 Thread Dustin Kirkland
** Changed in: euca2ools (Ubuntu) Status: Triaged = In Progress -- add package cloud-utils https://bugs.launchpad.net/bugs/517696 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

[Bug 516738] Re: image store broken on Lucid

2010-02-11 Thread Dustin Kirkland
** Changed in: euca2ools (Ubuntu Lucid) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: euca2ools (Ubuntu Lucid) Status: New = In Progress -- image store broken on Lucid https://bugs.launchpad.net/bugs/516738 You received this bug notification because you

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

2010-02-11 Thread Dustin Kirkland
** Changed in: euca2ools (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: euca2ools (Ubuntu) Status: Fix Committed = In Progress ** Changed in: euca2ools (Ubuntu) Importance: Undecided = Medium -- euca-describe-image-attribute does not show kernel

[Bug 516486] Re: euca2ools attributes often don't work

2010-02-11 Thread Dustin Kirkland
** Also affects: euca2ools (Ubuntu) Importance: Undecided Status: New ** Changed in: euca2ools (Ubuntu) Importance: Undecided = Medium ** Changed in: euca2ools (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: euca2ools (Ubuntu) Status: New

[Bug 505482] Re: euca-bundle-vol dies with Invalid cert

2010-02-11 Thread Dustin Kirkland
** Changed in: euca2ools (Ubuntu) Status: New = Incomplete -- euca-bundle-vol dies with Invalid cert https://bugs.launchpad.net/bugs/505482 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in ubuntu. --

[Bug 513842] Re: block-device-mapping in metadata has 'ephemeral' not 'ephemeral0'

2010-02-11 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid) Assignee: Daniel Nurmi (nurmi) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu Lucid) Status: Confirmed = In Progress -- block-device-mapping in metadata has 'ephemeral' not 'ephemeral0' https://bugs.launchpad.net/bugs/513842

[Bug 453416] Re: metadata service does not provide sub-directory lists for root and api level

2010-02-11 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu) Status: Incomplete = In Progress ** Changed in: eucalyptus (Ubuntu) Assignee: Scott Moser (smoser) = Dustin Kirkland (kirkland) -- metadata service does not provide sub-directory lists for root and api level https://bugs.launchpad.net/bugs/453416

Re: [Bug 520774] [NEW] Node not added to CLC even though registration is successful

2010-02-11 Thread Dustin Kirkland
How big is your available PUBLIC_IPS? -- Node not added to CLC even though registration is successful https://bugs.launchpad.net/bugs/520774 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 503180] Re: eucalyptus-cloud doesn't reply to requests (eucalyptus doesn't work after reboot or services restart issues due to upstart networking behavior)

2010-02-10 Thread Dustin Kirkland
: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu Karmic) Milestone: None = karmic-updates -- eucalyptus-cloud doesn't reply to requests (eucalyptus doesn't work after reboot or services restart issues due to upstart networking behavior) https://bugs.launchpad.net/bugs

[Bug 503180] Re: eucalyptus-cloud doesn't reply to requests (eucalyptus doesn't work after reboot or services restart issues due to upstart networking behavior)

2010-02-10 Thread Dustin Kirkland
I have nominated this for Karmic, in the hopes of getting an SRU out soon. We think we have tracked this problem to a very simple fix...ensuring that the iptables module gets loaded in initial eucalyptus upstart job. I have uploaded eucalyptus_1.6~bzr931-0ubuntu7.5~ppa1 to the ubuntu-virt ppa:

Re: [Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-02-10 Thread Dustin Kirkland
Hmm, we need to somehow mark it won't-fix against Lucid, but leave it triaged against Lucid+1... -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 519513] Re: UEC upgrade from 9.10 karmic to Lucid fails

2010-02-09 Thread Dustin Kirkland
Thanks Boris, Torsten. This is a known issue that we discussed at the distro sprint last week. We have a bit of work to do with upstream Eucalyptus to get upgrades from Karmic - Lucid to work correctly. I've marked the bug High/Confirmed, and targeted it at Beta1. Basically, we're going to need

[Bug 519513] Re: UEC upgrade from 9.10 karmic to Lucid fails

2010-02-09 Thread Dustin Kirkland
Dan- Assigning this bug to you, for the moment. Could you please document in a comment, and point to the Eucalyptus documentation which describes upgrading to Eucalyptus 1.6.2? (Once you've done that, you can reassign the bug back to me). Thanks. -- UEC upgrade from 9.10 karmic to Lucid

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-02-09 Thread Dustin Kirkland
Dan says that this is not going to be fixed in 1.6.2, so this will probably not make Lucid. ** Changed in: eucalyptus (Ubuntu Lucid) Status: In Progress = Triaged ** Changed in: eucalyptus (Ubuntu Lucid) Status: Triaged = Won't Fix ** Changed in: eucalyptus (Ubuntu Lucid)

[Bug 516373] Re: Support for using a separate file for the NODES list

2010-02-05 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid) Status: Triaged = In Progress -- Support for using a separate file for the NODES list https://bugs.launchpad.net/bugs/516373 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in

[Bug 508870] Re: [MIR] seabios

2010-02-05 Thread Dustin Kirkland
** Changed in: qemu-kvm (Ubuntu Lucid) Status: In Progress = Fix Committed -- [MIR] seabios https://bugs.launchpad.net/bugs/508870 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 517086] Re: euca-create-volume fails at times with Error communicating with Storage Controller

2010-02-05 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu) Importance: Undecided = Medium -- euca-create-volume fails at times with Error communicating with Storage Controller https://bugs.launchpad.net/bugs/517086 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 516083] Re: Missing jar file when Walrus/S3 runs on different host than CLC

2010-02-05 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu) Importance: High = Medium ** Changed in: eucalyptus (Ubuntu) Status: New = Triaged ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu) Status: Triaged = Fix Released

Re: [Bug 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-04 Thread Dustin Kirkland
Hmm, you can report it upstream, if you like. Upstream uses sysvinit scripts rather than upstart, so the issue may or may not be present there, I'm not entirely sure... -- Restarting libvirtd breaks Eucalyptus NC https://bugs.launchpad.net/bugs/512887 You received this bug notification because

Re: [Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)

2010-02-04 Thread Dustin Kirkland
We're developing/testing 10.04 Lucid right now. 9.10 is closed to development, for all but the most critical data-loss or security bugs. :-Dustin -- Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS) https://bugs.launchpad.net/bugs/475354 You

[Bug 516738] [NEW] image store broken on Lucid

2010-02-03 Thread Dustin Kirkland
Public bug reported: The basic operation of installing an image from the image-store-proxy in Lucid is broken. Once the image downloads, an error is report (see screenshot). The error message is: Command 'euca-bundle-image' returned status code 1: 'NoneType' object has no attribute 'endswith'

[Bug 516738] Re: image store broken on Lucid

2010-02-03 Thread Dustin Kirkland
Screen shot attached. ** Attachment added: imagestore.png http://launchpadlibrarian.net/38718170/imagestore.png ** Also affects: image-store-proxy (Ubuntu Lucid) Importance: High Assignee: Jamu Kakar (jkakar) Status: Triaged ** Changed in: image-store-proxy (Ubuntu Lucid)

[Bug 504704] Re: [lucid] On CC-only setups, eucalyptus-cc fails to start at boot (upstart issue)

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid) Status: Triaged = Fix Committed -- [lucid] On CC-only setups, eucalyptus-cc fails to start at boot (upstart issue) https://bugs.launchpad.net/bugs/504704 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 504521] Re: eucalyptus upstart job doesn't start NC or CC services

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu) Importance: Low = High ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu) Status: Triaged = Fix Committed ** Changed in: eucalyptus (Ubuntu) Milestone: None = lucid-alpha

[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)

2010-02-03 Thread Dustin Kirkland
** Summary changed: - Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data + Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS) -- Hostname not set correctly on UEC cloud due to IP address in local-hostname

[Bug 464384] Re: Not obvious a Clean restart is needed after config changes

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid) Status: Triaged = Fix Committed -- Not obvious a Clean restart is needed after config changes https://bugs.launchpad.net/bugs/464384 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid) Importance: High = Wishlist ** Changed in: eucalyptus (Ubuntu Lucid) Milestone: lucid-alpha-3 = ubuntu-10.04 -- Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS) https://bugs.launchpad.net/bugs/475354

[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)

2010-02-03 Thread Dustin Kirkland
Okay, worked on this a bit here today at the Distro Sprint. We enabled Eucalyptus' DNS with: DISABLE_DNS=N in /etc/eucalyptus/eucalyptus.conf. This seems to work well enough to provide dynamically generated host names to vm's. See: RESERVATION r-43AC08FE admin default INSTANCE

[Bug 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-03 Thread Dustin Kirkland
Still a problem in current Lucid. -- Restarting libvirtd breaks Eucalyptus NC https://bugs.launchpad.net/bugs/512887 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-03 Thread Dustin Kirkland
Dan, looking for some advice here... eucalyptus-nc definitely is not surviving libvirt-bin restarts. It loses the socket. Is there an obvious way we can get eucalyptus-nc to re-attach the socket on a libvirt restart? -- Restarting libvirtd breaks Eucalyptus NC

[Bug 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-03 Thread Dustin Kirkland
Nevermind, Dan, I'm on it... ** Changed in: eucalyptus (Ubuntu Lucid) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu Lucid) Status: Confirmed = In Progress -- Restarting libvirtd breaks Eucalyptus NC https://bugs.launchpad.net/bugs/512887 You

[Bug 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid) Status: In Progress = Fix Committed -- Restarting libvirtd breaks Eucalyptus NC https://bugs.launchpad.net/bugs/512887 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu.

[Bug 503063] Re: eucalyptus-common purge removes files from eucalyptus-java-common

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid) Status: Triaged = In Progress -- eucalyptus-common purge removes files from eucalyptus-java-common https://bugs.launchpad.net/bugs/503063 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 508870] Re: [MIR] seabios

2010-02-03 Thread Dustin Kirkland
Pitti, this MIR has been idling for a couple weeks now... Could you take a look? Should be striaghtforward... ** Changed in: seabios (Ubuntu Lucid) Assignee: (unassigned) = Martin Pitt (pitti) -- [MIR] seabios https://bugs.launchpad.net/bugs/508870 You received this bug notification

[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)

2010-02-03 Thread Dustin Kirkland
Unassigning myself. Anyone could theoretically document this. Hint hint ;-) ** Changed in: eucalyptus (Ubuntu Lucid) Assignee: Dustin Kirkland (kirkland) = (unassigned) -- Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS) https

[Bug 461829] Re: Disallowed command //usr/share/eucalyptus/populate_arp.pl

2010-02-03 Thread Dustin Kirkland
in: eucalyptus (Ubuntu Lucid) Status: Triaged = Incomplete ** Changed in: eucalyptus (Ubuntu Lucid) Assignee: Dustin Kirkland (kirkland) = Daniel Nurmi (nurmi) ** Changed in: eucalyptus (Ubuntu Lucid) Assignee: Daniel Nurmi (nurmi) = Kees Cook (kees) ** Changed in: eucalyptus (Ubuntu

[Bug 503063] Re: eucalyptus-common purge removes files from eucalyptus-java-common

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid) Status: In Progress = Fix Committed -- eucalyptus-common purge removes files from eucalyptus-java-common https://bugs.launchpad.net/bugs/503063 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

Re: [Bug 504326] Re: Publication jobs don't start after package install (upstart issues)

2010-02-01 Thread Dustin Kirkland
Gotcha. Sorry! -- Publication jobs don't start after package install https://bugs.launchpad.net/bugs/504326 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 492235] Re: mDNS for CC hostname is only available while eucalyptus-cc is running

2010-02-01 Thread Dustin Kirkland
I'll mark fix-released. Please reopen if this surfaces in Lucid. Thanks! ** Changed in: eucalyptus (Ubuntu) Status: Incomplete = Fix Released -- mDNS for CC hostname is only available while eucalyptus-cc is running https://bugs.launchpad.net/bugs/492235 You received this bug

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

2010-02-01 Thread Dustin Kirkland
Marking fix-released per Neil. ** Also affects: eucalyptus (Ubuntu Lucid) Importance: Low Assignee: Daniel Nurmi (nurmi) Status: Confirmed ** Changed in: eucalyptus (Ubuntu Lucid) Status: Confirmed = Fix Released -- ec2-bundle-vol and ec2-upload-bundle result in non

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

2010-02-01 Thread Dustin Kirkland
Upstream says wont-fix. ** Changed in: eucalyptus (Ubuntu) Status: Triaged = Won't Fix -- 408 (timeout) errors could be made more explicit when due to file system being full https://bugs.launchpad.net/bugs/462656 You received this bug notification because you are a member of Ubuntu

[Bug 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Medium Status: Confirmed -- Restarting libvirtd breaks Eucalyptus NC https://bugs.launchpad.net/bugs/512887 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in

[Bug 504326] Re: Publication jobs don't start after package install

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Medium Status: Triaged -- Publication jobs don't start after package install https://bugs.launchpad.net/bugs/504326 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 499520] Re: default uec-image requires at least 300 M of RAM to run - m1.small and c1.medium not needed by default

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: High Status: Triaged ** Also affects: vm-builder (Ubuntu Lucid) Importance: High Assignee: Scott Moser (smoser) Status: New -- default uec-image requires at least 300 M of RAM to run - m1.small and c1.medium not

[Bug 494634] Re: node-preseed is not present on cc that are installed manually

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Medium Assignee: Mathias Gug (mathiaz) Status: Triaged -- node-preseed is not present on cc that are installed manually https://bugs.launchpad.net/bugs/494634 You received this bug notification because you are a member of

[Bug 487919] Re: use avahi-publish to publish an A record without conflicting PTR record

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Medium Assignee: Dustin Kirkland (kirkland) Status: Triaged -- use avahi-publish to publish an A record without conflicting PTR record https://bugs.launchpad.net/bugs/487919 You received this bug notification because you

[Bug 494618] Re: avahi announce should be made on all configured interface in eucalyptus-cc-publication-ip.conf

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Medium Assignee: Dustin Kirkland (kirkland) Status: Triaged -- avahi announce should be made on all configured interface in eucalyptus-cc-publication-ip.conf https://bugs.launchpad.net/bugs/494618 You received this bug

[Bug 464384] Re: Not obvious a Clean restart is needed after config changes

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: High Assignee: Dustin Kirkland (kirkland) Status: Triaged -- Not obvious a Clean restart is needed after config changes https://bugs.launchpad.net/bugs/464384 You received this bug notification because you are a member

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

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Medium Status: Incomplete -- maximum 61 running instances, others shutting down https://bugs.launchpad.net/bugs/462140 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 461829] Re: Disallowed command //usr/share/eucalyptus/populate_arp.pl

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Low Assignee: Dustin Kirkland (kirkland) Status: Triaged -- Disallowed command //usr/share/eucalyptus/populate_arp.pl https://bugs.launchpad.net/bugs/461829 You received this bug notification because you are a member of Ubuntu

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Medium Assignee: Daniel Nurmi (nurmi) Status: In Progress -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of

[Bug 513842] Re: block-device-mapping in metadata has 'ephemeral' not 'ephemeral0'

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Low Assignee: Daniel Nurmi (nurmi) Status: Confirmed -- block-device-mapping in metadata has 'ephemeral' not 'ephemeral0' https://bugs.launchpad.net/bugs/513842 You received this bug notification because you are a member of

[Bug 513379] Re: UEC Cluster name should have a default value

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Low Assignee: Dustin Kirkland (kirkland) Status: Fix Committed -- UEC Cluster name should have a default value https://bugs.launchpad.net/bugs/513379 You received this bug notification because you are a member of Ubuntu Server

[Bug 512633] Re: CLC+Walrus+SC+CC installed even if node is preseeded

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Low Assignee: Thierry Carrez (ttx) Status: Triaged -- CLC+Walrus+SC+CC installed even if node is preseeded https://bugs.launchpad.net/bugs/512633 You received this bug notification because you are a member of Ubuntu Server

[Bug 503063] Re: eucalyptus-common purge removes files from eucalyptus-java-common

2010-01-30 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Lucid) Importance: Low Assignee: Dustin Kirkland (kirkland) Status: Triaged -- eucalyptus-common purge removes files from eucalyptus-java-common https://bugs.launchpad.net/bugs/503063 You received this bug notification because you are a member

Re: proposed universe demotion: virt-manager (or, a request for active maintenance)

2010-01-30 Thread Dustin Kirkland
On Fri, Jan 29, 2010 at 12:04 PM, Vishal Rao vishal...@gmail.com wrote: For a regular user who wants a UI frontend to operate KVM etc, what are my options? Right now I am quite forced to move to VirtualBox/VMware because I'm too noobish to work with the command line. Let me reiterate ... I

[Bug 503180] Re: eucalyptus-cloud doesn't reply to requests

2010-01-29 Thread Dustin Kirkland
Okay, I talked to Scott about similar upstart situations last week, and I think I have his blessing on what I thought would be hacky. Basically, we need to create an additional, upstart (psuedo) job, that would start on started networking, and basically loop until some conditional is settled (in

[Bug 418836] Re: MIR jetty6

2010-01-29 Thread Dustin Kirkland
Thierry- I can see you've committed the changes to eucalyptus bzr. I don't understand why the jetty6 task is still open and assigned to you, Thierry. What's still to be done to the jetty6 package, and is it something that you, or an Archive Admin actually needs to do? -- MIR jetty6

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

2010-01-29 Thread Dustin Kirkland
Lowering priority since ec2-init works around this bug for Lucid for now. The issue is still present, though not trivially solved. Might be deferred until Lucid+1, unless a contained fix can be found. ** Changed in: eucalyptus (Ubuntu) Importance: Medium = Low -- x86_64 images should be

[Bug 461464] Re: ec2 api tools (ec2-api-tools-1.3-42584) not working against 1.6

2010-01-29 Thread Dustin Kirkland
Assigning to Dan, upstream is working this. Dan will notify us when this is fixed and we can merge from upstream. ** Changed in: eucalyptus (Ubuntu) Status: Confirmed = In Progress ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Daniel Nurmi (nurmi) -- ec2 api tools

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-01-29 Thread Dustin Kirkland
Assigning to Dan. He's going to do a bit of testing on this one, and if it works, just commit it upstream, and I'll pull it in the next merge. ** Changed in: eucalyptus (Ubuntu) Status: Triaged = In Progress ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Daniel Nurmi

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-01-29 Thread Dustin Kirkland
Looking at the code, we're actually doing ext3 now, so this might actually be Fix Released. We need to re-test this on a current Lucid setup. ** Changed in: eucalyptus (Ubuntu) Milestone: None = lucid-alpha-3 -- Partitions presented to instance should be ext3, not ext2

[Bug 457281] Re: Partitions presented to instance should be ext3, not ext2

2010-01-29 Thread Dustin Kirkland
Targeting at A3 for now, as we should test this and confirm the fix by then. -- Partitions presented to instance should be ext3, not ext2 https://bugs.launchpad.net/bugs/457281 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in

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

2010-01-29 Thread Dustin Kirkland
Targeting at A3, as we should test this setup in our scalability testing next week at the Distro Sprint. ** Changed in: eucalyptus (Ubuntu) Milestone: None = lucid-alpha-3 -- maximum 61 running instances, others shutting down https://bugs.launchpad.net/bugs/462140 You received this bug

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

2010-01-29 Thread Dustin Kirkland
Assigning to Dan, as he'll take a look at the issue and the proposed patch. ** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Daniel Nurmi (nurmi) ** Changed in: eucalyptus Assignee: (unassigned) = Daniel Nurmi (nurmi) ** Changed in: eucalyptus Importance: Undecided =

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

2010-01-29 Thread Dustin Kirkland
Lowering the priority, as this isn't happening against Karmic images. -- ec2-bundle-vol and ec2-upload-bundle result in non accepted manifest https://bugs.launchpad.net/bugs/470355 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 478573] Re: eucalyptus services won't register

2010-01-29 Thread Dustin Kirkland
*** This bug is a duplicate of bug 503180 *** https://bugs.launchpad.net/bugs/503180 ** This bug has been marked a duplicate of bug 503180 eucalyptus-cloud doesn't reply to requests (due to upstart networking issue) -- eucalyptus services won't register

[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data

2010-01-29 Thread Dustin Kirkland
Talking to Dan, it sounds like this should be solved in ec2-init, rather than Eucalyptus. ** Also affects: ec2-init (Ubuntu) Importance: Undecided Status: New ** Changed in: ec2-init (Ubuntu) Status: New = Triaged ** Changed in: ec2-init (Ubuntu) Importance: Undecided =

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

2010-01-29 Thread Dustin Kirkland
We've merged this revno into Lucid. Fix Released. ** Changed in: eucalyptus (Ubuntu) Status: Triaged = Fix Released -- Object get requests will non determinstically fail (with the rightaws library) https://bugs.launchpad.net/bugs/491084 You received this bug notification because you are

[Bug 487919] Re: use avahi-publish to publish an A record without conflicting PTR record

2010-01-29 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu) Assignee: (unassigned) = Dustin Kirkland (kirkland) ** Changed in: eucalyptus (Ubuntu) Milestone: None = lucid-alpha-3 -- use avahi-publish to publish an A record without conflicting PTR record https://bugs.launchpad.net/bugs/487919 You received

<    6   7   8   9   10   11   12   13   14   15   >