I can also verify this problem using the e1000 driver for an intel card on a dell box. This has happened on three different networks and still happens when the rsync server is plugged into the same switch.
Its either two things, network driver (kernel driver issue) or a bad compilation somewhere (dep of rsync is screwed). Out of all the boxes I maintain, there are two that do this. Both use the e1000 driver. However they have both been updated at the same time for over a year with the same USE flags. So it could be a compilation issue somewhere as well. I do use different kernels on each of them though; 2.6.9 and 2.6.5.
To sum up:
Its not a proxy issue, its not a firewall issue, its not a network cable issue, its not a solar flare issue, its not a kernel module loading problem, reboots dont fix it, deleting /usr/portage does not fix it, its obvious its a communications issue but there is no working solution yet.
From the rsync ebuild:
Code: Select all
RDEPEND="virtual/libc
!build? ( >=dev-libs/popt-1.5 )"
DEPEND="${RDEPEND}
>=sys-apps/sed-4
acl? ( sys-apps/acl )"
I have recompiled the immediate dependencies with not luck.
Could everyone post their network cards and driver used if you have encountered this problem?