You are not logged in.
[root@localhost]# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
g14 is up to date
error: failed retrieving file 'g14.db' from naru.jhyub.dev : SSL connection timeout
:: Starting full system upgrade...
there is nothing to doI followed everything provided here:
https://asus-linux.org/guides/arch-guide/
Edit: My system clock is up-to-date and pinging naru.jhyub.dev works. It's not a problem with my internet (I think).
Last edited by abstractesque (2025-03-02 06:56:23)
Offline
Have you tried using another mirror ? You can use Reflector to update the list of mirrors used by pacman.
You could run something like this to update your mirrorlist. Take care to replace the country parameter.
sudo reflector --country YourCountry --latest 30 --fastest 5 --save /etc/pacman.d/mirrorlistOffline
I followed everything provided here:
https://asus-linux.org/guides/arch-guide/
Then ask the author of that guide. Neither 'g14' or 'naru.jhyub.dev' have anything to do wth Arch.
Offline
Ah yes sorry about that. It seems indeed that you have added a repository to Pacman. It indeed has nothing to do Arch Linux.
Are you able to access https://naru.jhyub.dev with your web browser ?
What is the output of
curl https://naru.jhyub.dev -vvvLast edited by TieMajor (2025-03-02 10:59:16)
Offline
That is reachable but the g14 mirror it hosts hasn't updated since september you probably want to drop it and use the "official" mirror: https://arch.asus-linux.org/
Offline