[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVSROOT with hostnames
From: |
Pierre Asselin |
Subject: |
Re: CVSROOT with hostnames |
Date: |
Fri, 3 Jan 2003 20:13:58 +0000 (UTC) |
User-agent: |
nn/6.6.4 |
In <nph91vc9plj74ujgdj72fhqv06m38jb47o@4ax.com> Dustin D.
<blackened@austin.rr.com> writes:
>On Thu, 2 Jan 2003 11:52:19 -0500 (EST), lawrence.jones@eds.com (Larry
>Jones) wrote:
>>Dustin D. writes:
>>>
>>> When I try to do a cvs checkout, I get the following:
>>>
>>> C:\TMP3>cvs checkout Document
>>> dustind@myhostname.org's password:
>>> cvs server: Updating Document
>>> U Document/desktop.ini
>>> cvs server: Updating Document/Auto
>>> U Document/Auto/toyota_tundra_log.xls
>>> cvs server: Updating Document/Boats
>>> Disconnecting: Corrupted MAC on input.
>>
>>That last message would seem to be the key. Unfortunately, it does not
>>appear anywhere in the CVS source.
But it is in the ssh binary. On my Linux laptop,
$ strings /usr/bin/ssh | grep Corrupted
Corrupted check bytes on input.
Corrupted MAC on input.
Corrupted padlen %d on input.
So Dustin's problem looks a transport issue, not a CVS issue. What
ssh implementations are you using at each end?