[00:30] anybody have a good guide for using lxc with libvirt? === whaley_ is now known as whaley === chetan-_ is now known as chetan- === deshu is now known as v0ld3m0rt === smoser` is now known as smoser [16:11] hi kim0 [16:11] koolhead11: hey :) [16:12] howdy? [16:12] koolhead11: very well .. how about yourself [16:12] all well thanks!! [16:12] Awesome [16:13] did you posted the new blog? [16:17] koolhead11: which one [16:17] * kim0 brb in 5 mins === koolhead11 is now known as koolhead11|afk === daker is now known as daker_ [19:32] smoser: On natty, can I use cloud-init with a local file for the metadata? [19:40] yes [19:41] smoser: awesome thanks.............................. [19:43] smoser: so, dump the data into /var/lib/cloud/seed/nocloud ? [19:43] the current trunk doc is right. [19:43] http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/files/head:/doc/examples/seed/ [19:44] 'nocloud-net' rather than 'nocloud' will guarantee that network is up. [19:44] you care about that if you do any boothooks [19:51] Has anyone here installed images from http://uec-images.ubuntu.com on your UEC cloud? [20:09] I ask because each time I try to run one, they don't start. === skrewler_ is now known as skrewler [20:56] Kyle__: did you manage to start other images? is this a problem only with images form the URL you sent? [20:58] obino: Only with the images from that site. The ones I download from links the extras page all work. [20:59] they stay pending? [20:59] the ones that doesn't work I mean :) [21:00] The ones that don't work are all from that site, yes. [21:02] which kernel/initrd are you using? [21:02] The ones bundled with those images. [21:02] or do you see any error in nc.log? [21:03] nc.log may contains some errors [21:03] Opening it back up, didn't see any errors last time. [21:03] if not, one option would be to try to start them by hand [21:03] if there is no error, eucalyptus (uec) handled the image to libvirt to start it [21:04] you can look at /var/log/libvirt for logs about it [21:04] How would you do that (I have a way I've tried, but don't want to color your thoughts with a prehaps bad way I've been trying to use). [21:04] or you can try to run it by hand to check what the proble it [21:04] in eucalyptus.conf on the NC there is an option to have MANUAL_CLEANUP [21:04] set it, and restart the NC [21:04] MANUAL_CLEANUP? WHat will that do? [21:04] after that the failed instance files will be left behind [21:05] you will see them in $INSTANCE_PATH [21:05] search for a directory with the name of your instance id [21:05] inside you will have everything you need to start it with virsh [21:05] Cool. Thank you. [21:05] you will need to modify the *xml file [21:05] It needs virsh, not just kvm/qemu-kvm? [21:06] network will not work as is for example [21:06] and the paths may be different [21:06] K. [21:06] virsh (libvirt) will call kvm/qemu the same way eucalyptus does [21:06] Hum. In nc.log I see walrus_request(): due to error, removing /var/lib/eucalyptus/instances//admin/i-48C707B9/kernel [21:06] error: failed to download or prepare into /var/lib/eucalyptus/instances//admin/i-48C707B9/kernel [21:06] Failed to prepare images for instance i-48C707B9 (error=1) [21:06] Humm. [21:07] ok, then you don't even get the files on the NC [21:07] do you happen to donwloads the admin credentials multiple times? [21:08] Err I think I've done it more than once... why? [21:10] there is known issue about that [21:10] So.... what can be done? [21:11] you should use only the last one downloaded to bundle the image [21:11] the bundling will encrypt the image with the cert [21:12] you should use the last one downloaded to do that