PINE64
Problem updating Manjaro - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: Problem updating Manjaro (/showthread.php?tid=9468)



Problem updating Manjaro - bceverly - 03-19-2020

Hi,

I'm trying to update my Manjaro install and I'm hitting errors trying to connect to "manjaro-arm.ericlay.online".  Any ideas?

Thanks.


RE: Problem updating Manjaro - rillian - 03-19-2020

I had a similar problem today trying to update a manjaro image I hadn't used in a few weeks. The 2020.02 release notes suggest manually updating the mirror list. After following those instructions I was able to download all the new packages, but the kernel package fails its signature check, so I still haven't been able to update.

I was able to solve the kernel signing issue by running
Code:
sudo pacman -Sy manjaro-arm-keyring



RE: Problem updating Manjaro - spikerguy - 03-19-2020

(03-19-2020, 02:31 PM)bceverly Wrote: Hi,

I'm trying to update my Manjaro install and I'm hitting errors trying to connect to "manjaro-arm.ericlay.online".  Any ideas?

Thanks.

I think you're using older version of Manjaro image and this error is caused by change in our mirror repo structure. 
Old mirrors are no longer active. 

You will have to install the latest mirrors manually using the following command. 
Code:
sudo pacman -U https://ftp-osl.osuosl.org/pub/manjaro-arm/repo/stable/core/aarch64/pacman-mirrorlist-20200225-1-any.pkg.tar.xz

sudo pacman-mirrors -b stable

sudo pacman-mirrors -g

sudo pacman -Syyuu

I hope this works and if it doesn't work then you need to flash the latest image which is 20.02.1 from official manjaro page.

Try the above and let me know. 
Thanks