Hi Gayan, I presume you've google'd this error?
https://bugs.launchpad.net/bzr/+bug/824760 Without knowing more about your setup I really can't give you any more advice. What version of BZR are you using, and what ssh client are you using? Are you using putty or something else? My best advice to you would be to remove windows from your computer and install a flavour of linux - I've not used windows for about 8 years now and I really, honestly never miss it. Anyways, good luck, I'm sure you'll find the answer somewhere on the web. cheers Keith On 19 March 2012 22:23, Gayan Dhanushka <[email protected]> wrote: > Hi, > I did all that and after that I'm still getting this error. i work on a > windows environment. > > Thanks! > > > On Tue, Mar 20, 2012 at 11:47 AM, [email protected] > <[email protected]> wrote: >> >> Hi Gayan, >> >> Looks like you've got a problem with Bazaar or your ssh agent. >> What operating system are you using? >> >> I agree with Ryan, you should get yourself set up with launchpad id, >> create and post up your ssh public key, then using bzr should be >> straight forward. >> >> all the best >> Keith >> >> On 19 March 2012 10:57, Gayan Dhanushka <[email protected]> wrote: >> > Hi, >> > I get an exception like this. please help. >> > >> > Connected (version 2.0, client Twisted) >> > Adding ssh-rsa host key for bazaar.launchpad.net: >> > 9D383A63B1D56FC4446753492EEEFC >> > 89 >> > bzr: ERROR: paramiko.SSHException: lost ssh-agent >> > >> > Traceback (most recent call last): >> > File "bzrlib\commands.pyo", line 920, in exception_to_return_code >> > File "bzrlib\commands.pyo", line 1131, in run_bzr >> > File "bzrlib\commands.pyo", line 673, in run_argv_aliases >> > File "bzrlib\commands.pyo", line 695, in run >> > File "bzrlib\cleanup.pyo", line 136, in run_simple >> > File "bzrlib\cleanup.pyo", line 166, in _do_with_cleanups >> > File "bzrlib\builtins.pyo", line 1420, in run >> > File "bzrlib\controldir.pyo", line 778, in open_tree_or_branch >> > File "bzrlib\controldir.pyo", line 687, in open >> > File "bzrlib\controldir.pyo", line 721, in open_from_transport >> > File "bzrlib\bzrdir.pyo", line 1499, in open >> > File "bzrlib\remote.pyo", line 317, in _open >> > File "bzrlib\remote.pyo", line 436, in __init__ >> > File "bzrlib\remote.pyo", line 448, in _probe_bzrdir >> > File "bzrlib\remote.pyo", line 455, in _rpc_open_2_1 >> > File "bzrlib\remote.pyo", line 73, in _call >> > File "bzrlib\smart\client.pyo", line 59, in call >> > File "bzrlib\smart\client.pyo", line 72, in call_expecting_body >> > File "bzrlib\smart\client.pyo", line 55, in _call_and_read_response >> > File "bzrlib\smart\client.pyo", line 155, in call_and_read_response >> > File "bzrlib\smart\client.pyo", line 218, in >> > _call_determining_protocol_versio >> > n >> > File "bzrlib\smart\client.pyo", line 189, in _call >> > File "bzrlib\smart\client.pyo", line 267, in _send >> > File "bzrlib\smart\client.pyo", line 315, in _send_no_retry >> > File "bzrlib\smart\protocol.pyo", line 1308, in call >> > File "bzrlib\smart\protocol.pyo", line 1131, in _write_end >> > File "bzrlib\smart\protocol.pyo", line 1097, in flush >> > File "bzrlib\smart\medium.pyo", line 545, in accept_bytes >> > File "bzrlib\smart\medium.pyo", line 1176, in _accept_bytes >> > File "bzrlib\smart\medium.pyo", line 988, in _accept_bytes >> > File "bzrlib\smart\medium.pyo", line 1012, in _ensure_connection >> > File "bzrlib\transport\ssh.pyo", line 334, in connect_ssh >> > File "bzrlib\transport\ssh.pyo", line 322, in _connect >> > File "bzrlib\transport\ssh.pyo", line 505, in _paramiko_auth >> > File "paramiko\agent.pyo", line 78, in __init__ >> > File "paramiko\agent.pyo", line 110, in _send_message >> > File "paramiko\agent.pyo", line 118, in _read_all >> > SSHException: lost ssh-agent >> > >> > bzr 2.5.0 on python 2.6.6 (Windows-7-6.1.7600) >> > arguments: ['bzr', 'branch', 'lp:mixxx'] >> > plugins: bzrtools[2.5.0], changelog_merge[2.5.0], colo[0.4.0], >> > explorer[1.2.2], fastimport[0.14.0dev], git[0.6.7], >> > launchpad[2.5.0], >> > loom[2.3.0dev], netrc_credential_store[2.5.0], news_merge[2.5.0], >> > pipeline[1.4.0], qbzr[0.22.1], rewrite[0.6.4dev], svn[1.1.2], >> > upload[1.0.1dev], xmloutput[0.8.8] >> > encoding: 'cp1252', fsenc: 'mbcs', lang: None >> > >> > *** Bazaar has encountered an internal error. This probably indicates a >> > bug in Bazaar. You can help us fix it by filing a bug report at >> > https://bugs.launchpad.net/bzr/+filebug >> > including this traceback and a description of the problem. >> > >> > >> > On Mon, Mar 19, 2012 at 8:42 PM, RJ Ryan <[email protected]> wrote: >> >> >> >> Hey Gayan, >> >> >> >> I would definitely suggest using Bazaar and creating a Launchpad >> >> account. >> >> We do all of our bug and branch management using Launchpad so you will >> >> definitely need an account. >> >> >> >> Please see the manual on how to use Bazaar with >> >> >> >> launchpad: http://doc.bazaar.canonical.com/beta/en/tutorials/using_bazaar_with_launchpad.html >> >> >> >> In particular, I think you're missing the launchpad-login step. >> >> >> >> bzr launchpad-login <userid> >> >> >> >> You may also need to register your SSH public key with your Launchpad >> >> account. AFAIR this wasn't required for just making a branch of our >> >> trunk >> >> but I could be wrong. >> >> >> >> RJ >> >> >> >> On Mon, Mar 19, 2012 at 6:24 AM, Jonas Ådahl <[email protected]> wrote: >> >>> >> >>> On Mon, Mar 19, 2012 at 11:03 AM, Gayan Dhanushka >> >>> <[email protected]> >> >>> wrote: >> >>> > Hi, >> >>> > >> >>> > I'm getting this error now while the download is going on. >> >>> > >> >>> > You have not informed bzr of your Launchpad ID, and you must do this >> >>> > to >> >>> > write to Launchpad or access private data. See "bzr help >> >>> > launchpad-login". >> >>> > bzr: ERROR: >> >>> > http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/trunk/.bzr/reposi >> >>> > tory/packs/5d96680bd47bf014daac8b8d5c65cdb6.pack is redirected to >> >>> > https://launch >> >>> > pad.net >> >>> > >> >>> > Can you help me with this? >> >>> > >> >>> >> >>> If "bzr branch lp:mixxx" doesn't work, then you could try "bzr branch >> >>> lp:mixxx/1.10". I just tried both, and both could successfully >> >>> download all the content without me logging in. If it still doesn't >> >>> work, try upgrading Bazaar and try again. Otherwise I don't know how >> >>> to help you. >> >>> >> >>> Jonas >> >>> >> >>> >> >>> >> >>> ------------------------------------------------------------------------------ >> >>> This SF email is sponsosred by: >> >>> Try Windows Azure free for 90 days Click Here >> >>> http://p.sf.net/sfu/sfd2d-msazure >> >>> _______________________________________________ >> >>> Mixxx-devel mailing list >> >>> [email protected] >> >>> https://lists.sourceforge.net/lists/listinfo/mixxx-devel >> >> >> >> >> > >> > >> > >> > -- >> > Gayan Dhanushka >> > Undergraduate >> > Computer Science & Engineering >> > University of Moratuwa >> > Sri Lanka >> > >> > >> > >> > ------------------------------------------------------------------------------ >> > This SF email is sponsosred by: >> > Try Windows Azure free for 90 days Click Here >> > http://p.sf.net/sfu/sfd2d-msazure >> > _______________________________________________ >> > Mixxx-devel mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/mixxx-devel >> > >> >> >> >> -- >> [email protected] > > > > > -- > Gayan Dhanushka > Undergraduate > Computer Science & Engineering > University of Moratuwa > Sri Lanka > -- [email protected] ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
