On Thu, 18 Jan 2001, Nick Urbanik wrote:
> Dear folks,
>
> I use rsync to transfer my mail (including this list) from work to home
> over ppp ussing OpenSSH 2.3.0. I have no problem transfering hundreds
> of megabytes of my babies' photos from a non-raid partition (going to
> work), but I get:
>
> nsmail/Inbox
> Write failed: Cannot allocate memory
> unexpected EOF in read_timeout
This is not the right place to ask (or answer), but anyway:
Make sure you do not use protocol version 2 with openssh 2.3.0, since it
is ***very*** broken, and more often than not fails to receive (and
transmit?) all data.
Try
dd if=/dev/zero bs=1k count=100 | wc
and
ssh machine dd if=/dev/zero bs=1k count=100 | wc
They should give you the same result. If not, you have the broken ssh.
/Tobias
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/