If you send your host/rsync URI, I can do a test pull from my end. At first glance, it looks like either a client or networking issue.
On Sat, Apr 10, 2021, 3:28 AM Easy Lee via arch-mirrors < arch-mirrors@lists.archlinux.org> wrote: > Hi everyone, > > I noticed something strange going on with rsyncd on my mirror but I am not > sure if it is an actual issue on my end. Someone able to give advice? > > The rsyncd reports the following behavior quite often: > > Apr 10 09:19:40 srv2340 rsyncd[31797]: connect from Y.tld (X.X.X.X) > Apr 10 09:19:40 srv2340 rsyncd[31797]: rsync on > archlinux/community/os/x86_64/community.db from Y.tld (X.X.X.X) > Apr 10 09:19:41 srv2340 rsyncd[31797]: building file list > Apr 10 09:19:44 srv2340 rsyncd[31797]: rsync: connection unexpectedly > closed (43 bytes received so far) [sender] > Apr 10 09:19:44 srv2340 rsyncd[31797]: rsync error: error in rsync > protocol data stream (code 12) at io.c(235) [sender=3.1.3] > > My rsync config: > > pid file = /run/rsyncd.pid > uid = nobody > gid = nogroup > max connections = 50 > socket options = SO_KEEPALIVE > > [archlinux] > path = /path/to/archlinux/ > comment = Arch Repository > read only = true > > Is this something I should fix or is it caused by an issue on the users > end? > > Cheers >