Rsync oddities
I’m trying to sync my “useful software” directory on my desktop with my fileserver, and as there’s so much on there, doing it via NFS and drag’n’drop is a bit hit and miss, so I thought I’d try rsync’ing it.
When I tried using SSH as the transport I was getting strange “Corrupted MAC on input” errors, which nobody seems to know the cause of, its hinted at iffy hardware such as consumer-grade switches. Its nothing to do with MAC addresses, but actually SSH’s checksumming system. I thought it may be due to the VirtualBox bridging setup, so disabled br0 and went with plain old eth0, but that didn’t fix it.