I'm updating my Arch Linux ARM system today and found weird error messages.
$this->bbcode_second_pass_code('', '
❯ yay
:: Synchronizing package databases...
core 1393.0 B 170 KiB/s 00:00 [##############################################################################] 100%
R1_UCT.php?system=NX&url=mirror.archlinuxarm.org%2Faarch64%2Fcore%2Fcore.sig 1397.0 B 0.00 B/s 00:00 [##############################################################################] 100%
extra 1395.0 B 0.00 B/s 00:00 [##############################################################################] 100%
R1_UCT.php?system=NX&url=mirror.archlinuxarm.org%2Faarch64%2Fextra%2Fextra.sig 1399.0 B 0.00 B/s 00:00 [##############################################################################] 100%
community 1403.0 B 0.00 B/s 00:00 [##############################################################################] 100%
R1_UCT.php?system=NX&url=mirror.archlinuxarm.org%2Faarch64%2Fcommunity%2Fcommunity.sig 1407.0 B 0.00 B/s 00:00 [##############################################################################] 100%
alarm 1395.0 B 0.00 B/s 00:00 [##############################################################################] 100%
R1_UCT.php?system=NX&url=mirror.archlinuxarm.org%2Faarch64%2Falarm%2Falarm.sig 1399.0 B 342 KiB/s 00:00 [##############################################################################] 100%
aur is up to date 0.0 B 0.00 B/s 00:00 [------------------------------------------------------------------------------] 0%
:: Starting full system upgrade...
error: could not open file /var/lib/pacman/sync/core.db: Unrecognized archive format
error: could not open file /var/lib/pacman/sync/extra.db: Unrecognized archive format
error: could not open file /var/lib/pacman/sync/community.db: Unrecognized archive format
error: could not open file /var/lib/pacman/sync/alarm.db: Unrecognized archive format
error: could not open file /var/lib/pacman/sync/aur.db: Unrecognized archive format
there is nothing to do
-> could not open file /var/lib/pacman/sync/core.db: Unrecognized archive format
-> could not open file /var/lib/pacman/sync/extra.db: Unrecognized archive format
-> could not open file /var/lib/pacman/sync/community.db: Unrecognized archive format
-> could not open file /var/lib/pacman/sync/alarm.db: Unrecognized archive format
-> could not open file /var/lib/pacman/sync/aur.db: Unrecognized archive format
')
Some curling shows there's a 302 responce from the server
$this->bbcode_second_pass_code('', '
❯ curl "http://tw.mirror.archlinuxarm.org/aarch64/core/R1_UCT.php?system=NX&url=mirror.archlinuxarm.org%2Faarch64%2Fcore%2Fcore.sig"
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Found</TITLE></HEAD><BODY>
<H1>302 Found</H1>
The document has moved
<A HREF="http://10.101.69.72/redirect/R1_UCT.php?system=NX&url=tw.mirror.archlinuxarm.org%2Faarch64%2Fcore%2FR1_UCT.php%3Fsystem%3DNX%26url%3Dmirror.archlinuxarm.org%252Faarch64%252Fcore%252Fcore.sig">here</A>
</BODY></HTML>
')
Is this some issue from my network or is the mirror systems going nuts. I tried multiple mirrors or going through Tor, all of them shows the same error.
Thanks