Pacman error "no servers configured for repository"

Hello!
I get an error when I try to install a package or update databases using the command pacman -Sy.
Error:

:: Synchronizing package databases…
error: failed to update core (no servers configured for repository)
error: failed to update extra (no servers configured for repository)
error: failed to update community (no servers configured for repository)
error: failed to update multilib (no servers configured for repository)
error: failed to synchronize all databases

When I try to update mirrors I also get an error:

::INFO Downloading mirrors from repo.manjaro.org
::INFO User generated mirror list
::------------------------------------------------------------
::INFO Custom mirror file saved: /var/lib/pacman-mirrors/custom-mirrors.json
::INFO Using default mirror file
::INFO Querying mirrors - This may take some time
0.222 Germany : Index of /manjaro/
… Germany : ftp://mirrors.colocall.net/manjaro/

::ERROR ftp error: error_perm(‘550 Failed to change directory.’) ‘ftp://mirrors.colocall.net/manjaro/

::INFO Writing mirror list
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist

How can I fix it?
Hope for your help!

1 Like

You should expand your mirror list a bit, since it seems the only server you have an yours is not working.

sudo pacman-mirrors -c Germany && sudo pacman -Syyu
Should give you more mirrors and update your system.

6 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.