I'm having a problem updating from one of the mirrors with IP address 5.9.71.92. When I run pacman I get this error:
[root@alarm pacman.d]# pacman -Syu
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirror.archlinuxarm.org : Recv failure: Connection reset by peer
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from mirror.archlinuxarm.org : Recv failure: Connection reset by peer
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from mirror.archlinuxarm.org : Recv failure: Connection reset by peer
error: failed to update community (download library error)
error: failed retrieving file 'alarm.db' from mirror.archlinuxarm.org : Recv failure: Connection reset by peer
error: failed to update alarm (download library error)
error: failed retrieving file 'aur.db' from mirror.archlinuxarm.org : Recv failure: Connection reset by peer
error: failed to update aur (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)
Running tcpdump, I see that this particular mirror always resets the connection, though if I change my mirrorlist to point to a different mirror the problem goes away, so it seems that this mirror needs to either be fixed or removed from the dns for mirror.archlinuxarm.org.
09:34:57.478752 IP 10.1.1.37.47310 > 10.1.1.24.53: 49678+ A? mirror.archlinuxarm.org. (41)
09:34:57.478793 IP 10.1.1.37.47310 > 10.1.1.24.53: 7452+ AAAA? mirror.archlinuxarm.org. (41)
09:34:57.590379 IP 10.1.1.24.53 > 10.1.1.37.47310: 7452 4/2/0[|domain]
09:34:57.590438 IP 10.1.1.24.53 > 10.1.1.37.47310: 49678 19/2/0[|domain]
09:34:57.602406 IP 10.1.1.37.37359 > 5.9.71.92.80: Flags [S], seq 1425894247, win 29200, options [mss 1460,sackOK,TS val 13113409 ecr 0,nop,wscale 7], length 0
09:34:57.777250 IP 5.9.71.92.80 > 10.1.1.37.37359: Flags [S.], seq 2263687292, ack 1425894248, win 65535, options [mss 1460,nop,wscale 6,sackOK,TS val 3714024985 ecr 13113409], length 0
09:34:57.777564 IP 10.1.1.37.37359 > 5.9.71.92.80: Flags [.], ack 1, win 229, options [nop,nop,TS val 13113584 ecr 3714024985], length 0
09:34:57.778183 IP 10.1.1.37.37359 > 5.9.71.92.80: Flags [P.], seq 1:187, ack 1, win 229, options [nop,nop,TS val 13113585 ecr 3714024985], length 186
09:34:57.952393 IP 5.9.71.92.80 > 10.1.1.37.37359: Flags [R], seq 2263687293, win 0, length 0
09:34:57.952425 IP 5.9.71.92.80 > 10.1.1.37.37359: Flags [R], seq 2263687293, win 0, length 0
Thank You,
Nataraj