/srv/irclogs.ubuntu.com/2014/01/22/#launchpad.txt

=== mwhudson is now known as zz_mwhudson
=== zz_mwhudson is now known as mwhudson
josewgrant: hey, any known issues with LP/the datacenter?07:56
wgrantYes, one of our datacentres just started having issues a couple of minutes ago07:56
wgrantWe're investigating07:56
=== 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
jacky_which ppa provides acidbase package07:56
josethanks for the info!07:57
jacky_package acidbase is not exist in the official repos07:58
wgrantjose: Everything should be happy again now.08:11
=== 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
josecool, thanks for the heads up!08:11
=== mwhudson is now known as zz_mwhudson
czajkowskialoha09:38
daniel_condreahello12:25
daniel_condreawhat is this error? bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist.12:26
wgrantdaniel_condrea: There was probably another error message before that.12:27
daniel_condreayes12:27
daniel_condreaPermission denied (publickey).12:28
daniel_condreathis12:28
daniel_condrea...12:28
wgrantRight, 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
wgrantWhat's your Launchpad username?12:28
daniel_condreahmm12:29
daniel_condreawait12:29
daniel_condreadaniel-condrea12:31
wgrantWhat does 'bzr lp-login' say?12:31
daniel_condreause this command for login "bzr launchpad-login daniel-condrea"\12:32
daniel_condreause this command for login "bzr launchpad-login daniel-condrea"12:32
daniel_condreaand no say nothing12:32
wgrant'bzr lp-login' will show the configured username12:33
wgrantDoes it match what you expect?12:33
daniel_condreadaniel_condrea@daniel:~/build/kicad$ bzr lp-login12:34
daniel_condreadaniel-condrea12:34
wgrantRight, that looks fine.12:34
daniel_condreai say my id login12:34
wgrantWhat does 'ssh daniel-condrea@bazaar.launchpad.net' say?12:34
daniel_condreaPermission denied (publickey).12:34
wgrantOK.12:34
wgranthttps://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
wgrantDid you generate that key today?12:35
wgrantssh will normally look for your key in ~/.ssh/id_rsa12:35
wgrantIf you run 'ssh -v daniel-condrea@bazaar.launchpad.net' you'll see which keys it's trying.12:36
daniel_condreawhen try ~/.ssh/id_rsa we say bash: /home/daniel_condrea/.ssh/id_rsa: Permission denied12:37
wgrantIt's not an executable, so just trying to run it in a shell isn't going to do much.12:38
wgrantYou generated a key earlier with ssh-keygen12:38
wgrantAnd then uploaded that key to Launchpad12:38
wgrantWhere did you put the private key?12:38
daniel_condreain other folder \12:39
daniel_condrea/home/daniel_condrea/build/kicad/danielkeyssh12:39
wgrantSo, 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:39
cjwatsonAlthough you clearly already have something else in ~/.ssh/id_rsa12:40
cjwatsonSo you might want to think about whether you're overwriting anything important by doing that12:40
wgrantah yes, indeed.12:40
cjwatsonThe other way is to do something like this in ~/.ssh/config:12:41
cjwatsonHost bazaar.launchpad.net12:41
cjwatson        IdentityFile /home/daniel_condrea/build/kicad/danielkeyssh12:41
daniel_condreait complicated12:41
daniel_condrea:)12:41
cjwatsonUsing multiple keys for different things is complicated12:41
cjwatsonIt's simple if you don't try to do that12:41
daniel_condreai try again generate ssh key12:42
wgrantThat's probably not a good idea12:43
wgrantThen you'll end up with three, not just two!12:43
wgrantIt will make the situation strictly more complicated.12:43
wgrantdaniel_condrea: Do you know what you use ~/.ssh/id_rsa for?12:43
wgrantOne easy solution is to just add ~/.ssh/id_rsa.pub to your Launchpad account12:43
wgrantBut you should probably sort out what your various SSH keys are for before there's even more confusion.12:43
daniel_condreaaha12:44
cjwatsonright, absolutely no reason to generate another key.12:44
daniel_condreawgrant, cjwatson  thank from info. I solved the login and ssh key14:06
=== zz_mwhudson is now known as mwhudson
=== Ursinha_ is now known as Ursinha
=== BradCrittenden is now known as bac

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!