[11:01] morning [11:04] hi bac [12:09] bac benji gmb frankban call in yellowsquad asap [12:47] haha. Precipitous exiting of hangout fail [12:53] gmb, benji call is open fwiw [13:30] who wants to be the victim? https://code.launchpad.net/~frankban/lpsetup/complete-tests/+merge/115985 To the victim: I am sorry. [14:03] gmb and gary_poster: I'll be on the follow-up in a couple of minutes. [14:03] ok [14:36] thanks bac! [15:14] bac: branch updated, do you want to take another look or can I try to land it? [15:14] frankban: just approve it [15:14] ok [15:22] * benji goes away to sign papers in front of a notary. [16:45] gary_poster: around? [16:46] gmb, would you be surprised to hear that I'm on an interview? [16:46] Ah, of course. [16:46] nm :) [18:48] hi gmb, if you are around or show back up i have a very quick question [19:47] hi benji [19:47] hey bac [19:48] benji: so i haven't used juju with lxc in a while. i've deployed the ubuntu charm but cannot ssh to it. doesn't like my ssh keys. i wonder if there is a step i've forgotten? [19:48] are you using a command like "juju ssh 1"? [19:49] well, on lxc 'juju status' shows 0 and ubuntu/0. so i am trying 'juju ssh ubuntu/0' [19:49] 1 does not exist [19:50] bac: is this in EC2 or LXC? [19:50] l-x-c [19:50] brb [19:52] heh, sorry, I missed that part; I don't know why it wouldn't work like that. Let me try it real quick. [19:55] and i re-discovered there is a problem with libvirt in precise on vmware. makes me curious what gmb is using. [20:01] bac: using LXC on my laptop (no VMs or anthing) I can't get it to work the way I would expect, i.e., after deploying the ubuntu charm there is still only one machine (0) and I can't "juju ssh 0" into it [20:01] benji: did you try ubuntu/0? [20:02] what does status say? [20:02] bac: ooh! "ubuntu/0" worked! [20:02] no publickey complaints? [20:03] juju status: http://paste.ubuntu.com/1102365 [20:03] nope, it worked fine [20:06] benji: if you juju ssh -v ... what key does it show using? [20:06] bac: debug1: Authentication succeeded (publickey). [20:07] but which was offered before the success? [20:10] bac: here's the whole thing: http://paste.ubuntu.com/1102381 [20:11] benji: ok so it liked your /home/benji/.ssh/id_rsa [20:11] my id_rsa gets offered and rejected [20:15] hmm, I wonder if it isn't being picked up correctly when the container is being built [20:22] benji: perhaps. i'm fuzzy on how that is supposed to work [20:23] does it use ssh-agent? [20:23] me too [20:23] I don't know. I would strace it and/or read the code. [20:24] you could also make sure there isn't anything funny going on with your keys. I seem to remember someone recently having problems with their keys because they were odd in some way. Still technically correct, but something had trouble parsing them. [20:26] benji: yeah, my keys had been munged by our add_header() mess. i cleaned that all up [20:26] ahh [20:27] still broken though [20:38] benji: this actually fixed my problem : http://www.youtube.com/watch?v=p85xwZ_OLX0 [20:38] hate that [20:46] :)