=== wedgwood_away is now known as wedgwood === wedgwood is now known as wedgwood_away === airtonix_ is now known as airtonix === arrrghhh is now known as arrrghhhAWAY === arrrghhhAWAY is now known as arrrghhh [07:12] Gmail doesn't accept e-mails from my exim4 host. Wat do kil self? [07:14] Oh, it deblacklisted me now. That's awkward. === smb` is now known as smb [07:44] hm... on precise, where can I find why a reboot may be required? /var/run/reboot-required doesn't give any hits === Sargun_ is now known as Sargun [10:26] hello folks === Nigel_ is now known as G [12:54] hello [12:55] Can i run an application on amazon EC2? [12:57] Why no answer? [13:11] student-2013: what appllication ? [13:12] premera: they left the channel. [13:12] k [15:18] using resolvconf on 12.04, say i make a change to interfaces file by adding dns-nameservers line. is restarting networking service the only way to enable that change (update the resolv.conf symlink)? [15:27] pmatulis: I think you can just re-run 'ifup ethX' [15:29] zul: http://people.canonical.com/~agandelman/ca/grizzly/libvirt/ [15:48] I'm running the latest ubuntu and would like to serve my website using spdy with nginx. I'm already using nginx and ssl but following the nginx documentation I get '[...]invalid parameter "spdy"[...]' in the error.log [15:49] Does the nginx version in the repositories not support spdy? [15:49] If so is there are reasonable and secure way to get a more recent nginx version without compiling nginx myself? [16:00] DasIch: see if someone else has packaged it or use the vendor's binaries [16:01] DasIch: launchpad has a ppa for latest stable. [16:12] Nafallo: if I understand https://launchpad.net/~nginx/+archive/stable correctly the ppa was last updated in february, there have been several nginx releases since then === wedgwood_away is now known as wedgwood [16:32] DasIch: looks like you're correct. might be worth mailing the maintainer and ask what's up? [17:00] jjohansen: hi, have apparmor controls on setns() been considered? (sorry i haven't read your email yet, so sorry if it's answered in there) [17:01] hallyn_: yes [17:01] Nafallo: yeah, I will try that [17:01] jjohansen: cool, considered as in it's on the roadmap? [17:02] hallyn_: we have a work item for it [17:02] cool, thanks. [17:02] I'm not sure which bp its in, probably july or august [17:03] awesome === wedgwood is now known as wedgwood_away [18:17] stgraber: for cloning ubuntu-cloud images, smoser would like to have a lxc.clonehook, which could point to a script to be executed (with all arguments passed to lxc-clone after '--') at clone time to update the rootfs. Do you see any issues with that/ [18:19] hallyn_: I'm fine with lxc.hooks.clone though the arguments part will make it a bit different from the other hooks, do we actually have variable arguments for lxc-clone or could we get away with a few additional env variables? [18:20] lxc-clone -o orig -n new -- --my-clonehook-arg1=value ... [18:20] then "my-clonehook" gets passed: [18:20] /var/lib/lxc/orig /var/lib/lxc/new --my-clonehook-arg=1value [18:21] stgraber: yeah it would be a bit different, and i'm not entirely comfortable with it, but it's doable [18:21] confile would just store it as one long char*, and lxcapi_clone() would parse it [18:27] hallyn_: I think I'd rather add a LXC_CLONE_ARGUMENTS env variable that we pass to the hook. That way we keep the hook parameters consistent. [18:28] hallyn_: so basically have the clone() call in the API take the extra parameters (similar to create and start) and just push those into LXC_CLONE_ARGUMENTS before calling the hook (if there's one set) [18:29] (remember that I just got back from a week of doing client stuff, I haven't yet had time to catchup on the various patches, so the above is solely based on what I read on IRC ;)) [18:31] feels hacky though. Perhaps these should be kept semantically separate from container startup hooks. So we have container create hooks (which right now is just the template) and clone hooks, and heck maybe destroy hooks [18:31] anyway, it's something to think about and hopefully discuss at vUDS next week [18:33] stgraber: there's a way around this, at any case - using a pre-start hook which checks whether /var/lib/lxc/$c/NOTNEW exists, if so exits, if not creates it and does the update. But that doesn't have the arguments, so it's not quite sufficient === Ursinha-afk is now known as Ursinha [18:35] hallyn_: nah, I think adding more hooks makes sense, it's just that we need to expose the arguments to the hooks and we should do that in a generic way for all hooks (as in, I should be able to get the arguments of lxc-start ... -- ARG in some environment variable in our current hooks) [18:36] that way we could also have pre-start/mount/... hooks that vary based on init arguments (for example) [18:36] so it sounds like a thing we can generically apply to all hooks with no special casing for the clone usecase [18:38] Hello! I run ubuntu server x86 12.04.1 and mysql refuses to start. On reboot it hanged so i tried 2 different backups. Mysql refuse to start.error seems to be dpkg: dependency problems prevent configuration of mysql-server: [18:38] mysql-server depends on mysql-server-5.5; however: [18:38] Package mysql-server-5.5 is not configured yet. [18:38] to be clear i misspoke before, the lxc.clonehook entry in /var/lib/lxc/$c/config would not list the extra arguemtns, they'd be listed on the lxc-clone command line. [18:38] but yeah [18:39] oDiafanos: try sudo dpkg-reconfigure -a [18:39] hallyn_: right, that's how I understood it [18:39] stgraber: btw i haven't yet pushed Dwight's last 6-patch set to staging. [18:39] hallyn_: I did [18:39] thx [18:39] can't believe i did some of those... [18:40] hallyn_: I'm a bit lost with the lxc-devel backlog, so if there's anything that I should be reviewing, let me know, I completely lost track... [18:40] stgraber: i think i pushed everything up to those 6 [18:41] ok good. I'll probably send an e-mail post-vUDS asking for anyone who submitted patches that didn't get applied to speak up, there are always a few we miss... [18:43] yeah [18:44] sarnold, thanks but no..same error [18:44] oDiafanos: try sudo dpkg-reconfigure --force mysql-server mysql-server-5.5 ? [18:45] 1 sec I'm on ssh so i trying instantly [18:46] nope..I even tried to del and install again the pkg [18:51] any other suggestions? === mikehale_ is now known as mikehale [20:33] does kexec/kdump/linux-crashdump work on 12.04? [22:03] stgraber: so i've updated lxc-snap, it now snapshots under $lxcpath/snapshots, but as a result it supports lvm, btrfs and zfs, not just overlayfs. (I figured I"d test the limits before considering putting it in the api) [22:03] neat [22:24] hi there, any recommendations for a CLI tool to manage a custom CA, yes I know OpenSSL is just enough but I'm just curious if there's already a tinyCA0-like CLI alternative