Hiya,
Just replaced a server today and was doing some routine rsync transfers. Been doing this for years.
Now a repeatable error has presented itself:
Server #1 is using the bge driver, server #2 is using the ixl driver, but it is throttled to 1gb since that's all our cisco will handle.
I've had this error pulling to server #1 from server #2:
and pushing from server #2 to server #1 I've gotten this error:
I am running ipfw so I put in a rule #1 which just says allow all traffic to and from these two servers. Crash still occurs.
I've never seen this before. Hoping someone recognizes this and has some suggestions.
Just replaced a server today and was doing some routine rsync transfers. Been doing this for years.
Now a repeatable error has presented itself:
Server #1 is using the bge driver, server #2 is using the ixl driver, but it is throttled to 1gb since that's all our cisco will handle.
I've had this error pulling to server #1 from server #2:
Code:
rsync: connection unexpectedly closed (244135029 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [receiver=3.1.3]
rsync: connection unexpectedly closed (82830 bytes received so far) [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [generator=3.1.3]
and pushing from server #2 to server #1 I've gotten this error:
Code:
ssh_packet_write_poll: Connection to 10.242.181.36 port 22: Cannot allocate memory
rsync: [sender] write error: Broken pipe (32)
rsync error: unexplained error (code 255) at io.c(820) [sender=3.1.3]
I've never seen this before. Hoping someone recognizes this and has some suggestions.