Comment 5 for bug 556132

Revision history for this message
Chuck Wilder (chuckw20) wrote : Re: [Bug 556132] Re: bzr: ERROR: paramiko.SSHException:

On Fri, Apr 9, 2010 at 12:09 AM, Andrew Bennetts <
<email address hidden>> wrote:

>
> Huh, that's weird! I'd expect key-exchange to be something that happens
> very
> early in the SSH conversation, well before bzr starts making requests about
> specific branches or anything like that. But you're right, the traceback
> shows
> it has actually gotten a lot further than I thought. I wonder if paramiko
> is
> giving an incorrect error message?
>
> How long does it run for, exactly? If it's an hour, then maybe you're
> experiencing bug 537116.
>
It runs well over an hour, closer to two.

> The contents of bzr's log file ("bzr --version" will tell you where to find
> it)
> after doing "bzr get -Dhpss -Dhpssdetail lp:widelands-media" would be
> interesting.
>
> As with bug 537116, a workaround is probably to fetch it incrementally,
> e.g.:
>
> bzr branch -r1000 lp:widelands-media
> cd widelands-media
> bzr pull -r2000
> bzr pull -r3000
> ...
>
> Adjust the numbers to whatever works well for you.
>

Thanks for the hint I'll give it a try tomorrow, if I can.