[SOLVED] sudo pacman -Syu Not Working 13 October 2021, 20:40:18 Well, Quote sudo pacman -Syu[sudo] password for limo: :: Synchronizing package databases... system.db failed to downloaderror: failed retrieving file 'system.db' from mirror.rackspace.com : The requested URL returned error: 404error: failed retrieving file 'system.db' from mirror.digitalnova.at : The requested URL returned error: 404error: failed retrieving file 'system.db' from mirror.0xem.ma : The requested URL returned error: 404error: failed retrieving file 'system.db' from mirrors.dotsrc.org : The requested URL returned error: 404error: failed retrieving file 'system.db' from archlinux.mailtunnel.eu : The requested URL returned error: 404error: failed retrieving file 'system.db' from mirror.bethselamin.de : The requested URL returned error: 404error: failed retrieving file 'system.db' from mirror.f4st.host : The requested URL returned error: 404error: failed retrieving file 'system.db' from repo.greeklug.gr : The requested URL returned error: 404error: failed retrieving file 'system.db' from archmirror.it : The requested URL returned error: 403error: failed retrieving file 'system.db' from ftp.tsukuba.wide.ad.jp : The requested URL returned error: 404error: failed retrieving file 'system.db' from mirror.netweaver.uk : The requested URL returned error: 404error: failed to synchronize all databases (failed to retrieve some files)lenovo:[limo]:~$All these404? How come?So, as I read https://forum.artixlinux.org/index.php/topic,3009.0.html Quotesudo nano /etc/pacman.d/mirrorlistand I hashed # all non hashed.ThenQuotesudo pacman -Syu:: Synchronizing package databases...error: failed to synchronize all databases (no servers configured for repository)I don't understand this!What can I do so that I can update the system.P.S. Unfortunately had to install pamac and enabled AUR. (but I mainly depend on pacman)Tried to install google chrome in pamac, didn't workQuotePreparing...Cloning google-chrome build files...Checking google-chrome dependencies...Resolving dependencies...Checking inter-conflicts...Building google-chrome...==> ERROR: Cannot find the fakeroot binary. Last Edit: 13 October 2021, 21:39:09 by limotux
Re: sudo pacman -Syu Not Working Reply #1 – 13 October 2021, 21:25:23 Code: [Select]Server = https://artix.wheaton.edu/repos/$repo/os/$archServer = https://mirror.clarkson.edu/artix-linux/repos/$repo/os/$archServer = https://us-mirror.artixlinux.org/$repo/os/$archServer = http://www.nylxs.com/mirror/repos/$repo/os/$archServer = https://mirrors.nettek.us/artix-linux/$repo/os/$archTry those servers in /etc/pacman.d/mirrorlist and commenting out all Servers is the reason for last error. For the fakeroot error after fixing mirrors: pacman -Syy ; pacman -Su ; pacman -S base-devel 1 Likes
Re: sudo pacman -Syu Not Working Reply #2 – 13 October 2021, 21:37:44 Quote from: ndowens – on 13 October 2021, 21:25:23Code: [Select]Server = https://artix.wheaton.edu/repos/$repo/os/$archServer = https://mirror.clarkson.edu/artix-linux/repos/$repo/os/$archServer = https://us-mirror.artixlinux.org/$repo/os/$archServer = http://www.nylxs.com/mirror/repos/$repo/os/$archServer = https://mirrors.nettek.us/artix-linux/$repo/os/$archTry those servers in /etc/pacman.d/mirrorlist and commenting out all Servers is the reason for last error. For the fakeroot error after fixing mirrors: pacman -Syy ; pacman -Su ; pacman -S base-develThank you @ndowens It worked.I'll appreciate if you can just hint briefly (because I am so curious about Artix):- what are those commands?- How come all these servers give 404?- Are the repos you listed Artix or Arch? Would it be OK to add Arch repos (what links)?Thank you very much. Last Edit: 13 October 2021, 21:42:59 by limotux
Re: [SOLVED] sudo pacman -Syu Not Working Reply #3 – 13 October 2021, 23:39:12 Unsure why those mirrors gave 404, though assuming they may not exist anymore. They are Artix repos. pacman -Syy forces resync, pacman -Su is just upgrade but you could have done pacman -Syu as well. Arch's mirrors go in /etc/pacman.d/mirrorlist-arch 1 Likes
Re: [SOLVED] sudo pacman -Syu Not Working Reply #4 – 14 October 2021, 07:28:36 Quote from: ndowens – on 13 October 2021, 23:39:12Unsure why those mirrors gave 404, though assuming they may not exist anymore. They are Artix repos. pacman -Syy forces resync, pacman -Su is just upgrade but you could have done pacman -Syu as well. Arch's mirrors go in /etc/pacman.d/mirrorlist-archThank you @ndowens very much.That was really strange that all these give 404! Last Edit: 14 October 2021, 08:12:44 by limotux