=== ScottK2 is now known as ScottK === LordOfTime is now known as TheLordOfTime === Guest72551 is now known as maxb\ === maxb\ is now known as maxb [09:04] where am I supposed to put the translation stuff? it's ok: /po/es.po /po/messages.pot [11:10] Hi [11:10] any ideas why this ebuild fails: https://launchpadlibrarian.net/118780526/buildlog.txt.gz [11:10] ? [11:10] https://code.launchpad.net/~tux-style/+recipe/oisp-daily === doko_ is now known as doko === yofel_ is now known as yofel [22:40] i am new to launchpad and bazaar i am trying to get the code for a project when i type "bzr branch lp:alarm-clock" i get an error "permission denied (publickey)" any ideas what i am doing wrong? [22:58] mrburns: Sounds like you ran 'bzr lp-login' with the wrong username, or you don't have your SSH keys on Launchpad. You don't need SSH keys set up if you just want to download public code, but if you want to upload anything you'll need to follow http://sphotos-a.xx.fbcdn.net/hphotos-ash3/543246_355727361185059_328289847_n.jpg [22:59] Blash [22:59] wtf is that [22:59] thanks reddit :) [22:59] https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair [22:59] That's the one [23:01] wgrant: what reddit were you in :P [23:01] i should have synced both my PGP and SSH keys "bzr lp-login" shows the correct lp login for me [23:02] lifeless: /r/starcraft! [23:02] mrburns: Hmm [23:02] mrburns: WHat's your Launchpad username? [23:02] wgrant: partloer [23:02] And do you have multiple SSH keys locally, or just one? [23:03] Let's see [23:03] wgrant: i think multiple [23:03] Right, so you indeed have valid SSH and GPG keys [23:04] mrburns: If you have multiple keys you might need to use the ~/.ssh/config snippet from https://help.launchpad.net/Code/UploadingABranch [23:04] To specify which one to use for bazaar.launchpad.net [23:04] It won't automatically try everything that's in ~/.ssh [23:06] wgrant: i check under .ssh and i have a file authorized_keys and only one entry i thought that i set that up correctly but let me know if there is a way to check this [23:06] mrburns: authorized_keys is keys that are allowed to SSH into your local machine [23:07] So it's the wrong end [23:07] ~/.ssh/id_rsa is the default private key name [23:07] ~/.ssh/id_rsa.pub is the corresponding public key [23:07] SSH will use those by default; if it's named something else then you'll need the config override [23:10] How did you generate your key? [23:12] well i created them a while back uploaded it to launchpad then reformatted my computer since thus i can trying to get the key from launchpad to my machine [23:12] Oh [23:12] You'll need to generate a new one [23:12] Launchpad only has the public key. The private key never leaves your machine [23:13] So if you reformatted without backing it up, you'll need to make a new one. [23:13] ok so when i generate a new key it is the private one that it creates? [23:13] It generates a "keypair", with corresponding private and public keys [23:14] You give Launchpad the public key, but keep the private key private [23:14] yeah that part i knew i was trying to see if i can just create a new private key without changing both [23:14] You can't [23:15] Otherwise I could just grab your public key from Launchpad, generate my own copy of the private key, and pretend to be you [23:15] Which would be sort of bad. [23:16] that would be the problem, thanks [23:16] so how do i connect with a different computer then (ie laptop)? can i backup my private key then transfer it? === fjlacoste is now known as flacoste [23:16] mrburns: Right, you can just copy the private key (usually ~/.ssh/id_rsa) to another machine that you trust [23:16] Or you could generate a second key, and add both to your Launchpad accounmt [23:17] ok that is simple enough...well i wont make that mistake again [23:17] It's not a big issue if you only use your key for Launchpad [23:18] Since you can just remove it and create a new one as a replacement [23:18] But if your SSH key is the only access you have to some remote machines, it can be a little awkward :) [23:19] thanks wgrant for your help [23:19] np, hopefully you'll be able to grab that code once you've regenerated that key [23:40] wgrant: everything worked thanks [23:41] Great!