[SOLVED] sudo pacman -Syu Error 05 September 2021, 21:21:16 Hello everyone,I gave the command "sudo pacman -Syu" to update the system, but I get the following error:"Error: failed retrieving file 'system.db' from ftp.ntua.gr : Failed to connect to ftp.ntua.gr port 80 after 15430 ms: Connection timed out"and so for each single repository. This is the first time I have ever made such a mistake.Any idea ?tks ! Last Edit: 06 September 2021, 10:06:19 by Giorgio
Re: sudo pacman -Syu Error Reply #1 – 05 September 2021, 23:56:02 Mirror may be down, change your mirror being used
Re: sudo pacman -Syu Error Reply #2 – 06 September 2021, 04:41:37 Quote from: Giorgio – on 05 September 2021, 21:21:16Hello everyone,I gave the command "sudo pacman -Syu" to update the system, but I get the following error:"Error: failed retrieving file 'system.db' from ftp.ntua.gr : Failed to connect to ftp.ntua.gr port 80 after 15430 ms: Connection timed out"Hello,This server is unreachable at the moment.You can turn it off.Code: [Select]sudo nano /etc/pacman.d/mirrorlistPut a # in front of the line corresponding to this server.
Re: sudo pacman -Syu Error Reply #3 – 06 September 2021, 10:01:51 Quote from: tintin – on 06 September 2021, 04:41:37Hello,This server is unreachable at the moment.You can turn it off.Code: [Select]sudo nano /etc/pacman.d/mirrorlistPut a # in front of the line corresponding to this server.TKS ! Now it works again.Have a nice day