=== mwhudson is now known as zz_mwhudson === zz_mwhudson is now known as mwhudson [07:56] wgrant: hey, any known issues with LP/the datacenter? [07:56] Yes, one of our datacentres just started having issues a couple of minutes ago [07:56] We're investigating === wgrant changed the topic of #launchpad to: LP IS DOWN; we're fixing | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad [07:56] which ppa provides acidbase package [07:57] thanks for the info! [07:58] package acidbase is not exist in the official repos [08:11] jose: Everything should be happy again now. === wgrant changed the topic of #launchpad to: Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad [08:11] cool, thanks for the heads up! === mwhudson is now known as zz_mwhudson [09:38] aloha [12:25] hello [12:26] what is this error? bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. [12:27] daniel_condrea: There was probably another error message before that. [12:27] yes [12:28] Permission denied (publickey). [12:28] this [12:28] ... [12:28] Right, you've told bzr to use SSH (using 'bzr lp-login YOURLAUNCHPADUSERNAME'), but your username is wrong or your SSH keys aren't setup correctly. [12:28] What's your Launchpad username? [12:29] hmm [12:29] wait [12:31] daniel-condrea [12:31] What does 'bzr lp-login' say? [12:32] use this command for login "bzr launchpad-login daniel-condrea"\ [12:32] use this command for login "bzr launchpad-login daniel-condrea" [12:32] and no say nothing [12:33] 'bzr lp-login' will show the configured username [12:33] Does it match what you expect? [12:34] daniel_condrea@daniel:~/build/kicad$ bzr lp-login [12:34] daniel-condrea [12:34] Right, that looks fine. [12:34] i say my id login [12:34] What does 'ssh daniel-condrea@bazaar.launchpad.net' say? [12:34] Permission denied (publickey). [12:34] OK. [12:35] https://launchpad.net/~daniel-condrea/+sshkeys shows that you have an SSH key, so it seems that your client just isn't using it. [12:35] Did you generate that key today? [12:35] ssh will normally look for your key in ~/.ssh/id_rsa [12:36] If you run 'ssh -v daniel-condrea@bazaar.launchpad.net' you'll see which keys it's trying. [12:37] when try ~/.ssh/id_rsa we say bash: /home/daniel_condrea/.ssh/id_rsa: Permission denied [12:38] It's not an executable, so just trying to run it in a shell isn't going to do much. [12:38] You generated a key earlier with ssh-keygen [12:38] And then uploaded that key to Launchpad [12:38] Where did you put the private key? [12:39] in other folder \ [12:39] /home/daniel_condrea/build/kicad/danielkeyssh [12:39] So, I'd rename the private key to ~/.ssh/id_rsa, and the public key to ~/.ssh/id_rsa.pub. That's the easiest way to make ssh see it by default. [12:40] Although you clearly already have something else in ~/.ssh/id_rsa [12:40] So you might want to think about whether you're overwriting anything important by doing that [12:40] ah yes, indeed. [12:41] The other way is to do something like this in ~/.ssh/config: [12:41] Host bazaar.launchpad.net [12:41] IdentityFile /home/daniel_condrea/build/kicad/danielkeyssh [12:41] it complicated [12:41] :) [12:41] Using multiple keys for different things is complicated [12:41] It's simple if you don't try to do that [12:42] i try again generate ssh key [12:43] That's probably not a good idea [12:43] Then you'll end up with three, not just two! [12:43] It will make the situation strictly more complicated. [12:43] daniel_condrea: Do you know what you use ~/.ssh/id_rsa for? [12:43] One easy solution is to just add ~/.ssh/id_rsa.pub to your Launchpad account [12:43] But you should probably sort out what your various SSH keys are for before there's even more confusion. [12:44] aha [12:44] right, absolutely no reason to generate another key. [14:06] wgrant, cjwatson thank from info. I solved the login and ssh key === zz_mwhudson is now known as mwhudson === Ursinha_ is now known as Ursinha === BradCrittenden is now known as bac