=== mwhudson is now known as zz_mwhudson | ||
=== zz_mwhudson is now known as mwhudson | ||
jose | wgrant: hey, any known issues with LP/the datacenter? | 07:56 |
---|---|---|
wgrant | Yes, one of our datacentres just started having issues a couple of minutes ago | 07:56 |
wgrant | We're investigating | 07: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 package | 07:56 |
jose | thanks for the info! | 07:57 |
jacky_ | package acidbase is not exist in the official repos | 07:58 |
wgrant | jose: 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 | ||
jose | cool, thanks for the heads up! | 08:11 |
=== mwhudson is now known as zz_mwhudson | ||
czajkowski | aloha | 09:38 |
daniel_condrea | hello | 12:25 |
daniel_condrea | 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:26 |
wgrant | daniel_condrea: There was probably another error message before that. | 12:27 |
daniel_condrea | yes | 12:27 |
daniel_condrea | Permission denied (publickey). | 12:28 |
daniel_condrea | this | 12:28 |
daniel_condrea | ... | 12:28 |
wgrant | 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 |
wgrant | What's your Launchpad username? | 12:28 |
daniel_condrea | hmm | 12:29 |
daniel_condrea | wait | 12:29 |
daniel_condrea | daniel-condrea | 12:31 |
wgrant | What does 'bzr lp-login' say? | 12:31 |
daniel_condrea | use this command for login "bzr launchpad-login daniel-condrea"\ | 12:32 |
daniel_condrea | use this command for login "bzr launchpad-login daniel-condrea" | 12:32 |
daniel_condrea | and no say nothing | 12:32 |
wgrant | 'bzr lp-login' will show the configured username | 12:33 |
wgrant | Does it match what you expect? | 12:33 |
daniel_condrea | daniel_condrea@daniel:~/build/kicad$ bzr lp-login | 12:34 |
daniel_condrea | daniel-condrea | 12:34 |
wgrant | Right, that looks fine. | 12:34 |
daniel_condrea | i say my id login | 12:34 |
wgrant | What does 'ssh daniel-condrea@bazaar.launchpad.net' say? | 12:34 |
daniel_condrea | Permission denied (publickey). | 12:34 |
wgrant | OK. | 12:34 |
wgrant | 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 |
wgrant | Did you generate that key today? | 12:35 |
wgrant | ssh will normally look for your key in ~/.ssh/id_rsa | 12:35 |
wgrant | If you run 'ssh -v daniel-condrea@bazaar.launchpad.net' you'll see which keys it's trying. | 12:36 |
daniel_condrea | when try ~/.ssh/id_rsa we say bash: /home/daniel_condrea/.ssh/id_rsa: Permission denied | 12:37 |
wgrant | It's not an executable, so just trying to run it in a shell isn't going to do much. | 12:38 |
wgrant | You generated a key earlier with ssh-keygen | 12:38 |
wgrant | And then uploaded that key to Launchpad | 12:38 |
wgrant | Where did you put the private key? | 12:38 |
daniel_condrea | in other folder \ | 12:39 |
daniel_condrea | /home/daniel_condrea/build/kicad/danielkeyssh | 12:39 |
wgrant | 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:39 |
cjwatson | Although you clearly already have something else in ~/.ssh/id_rsa | 12:40 |
cjwatson | So you might want to think about whether you're overwriting anything important by doing that | 12:40 |
wgrant | ah yes, indeed. | 12:40 |
cjwatson | The other way is to do something like this in ~/.ssh/config: | 12:41 |
cjwatson | Host bazaar.launchpad.net | 12:41 |
cjwatson | IdentityFile /home/daniel_condrea/build/kicad/danielkeyssh | 12:41 |
daniel_condrea | it complicated | 12:41 |
daniel_condrea | :) | 12:41 |
cjwatson | Using multiple keys for different things is complicated | 12:41 |
cjwatson | It's simple if you don't try to do that | 12:41 |
daniel_condrea | i try again generate ssh key | 12:42 |
wgrant | That's probably not a good idea | 12:43 |
wgrant | Then you'll end up with three, not just two! | 12:43 |
wgrant | It will make the situation strictly more complicated. | 12:43 |
wgrant | daniel_condrea: Do you know what you use ~/.ssh/id_rsa for? | 12:43 |
wgrant | One easy solution is to just add ~/.ssh/id_rsa.pub to your Launchpad account | 12:43 |
wgrant | But you should probably sort out what your various SSH keys are for before there's even more confusion. | 12:43 |
daniel_condrea | aha | 12:44 |
cjwatson | right, absolutely no reason to generate another key. | 12:44 |
daniel_condrea | wgrant, cjwatson thank from info. I solved the login and ssh key | 14: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!