Strange output from "pacman-mirrors"

When LAN was down:

$ sudo pacman-mirrors -i                            
  [sudo] Passwort für [user]:
 ::WARNING https://gitlab.manjaro.org '<urlopen error [Errno -2] Name or service not known>'
::WARNING https://wikipedia.org '<urlopen error [Errno -2] Name or service not known>'
::WARNING https://bitbucket.org '<urlopen error [Errno -2] Name or service not known>'
::INFO Internet connection appears to be down
::INFO Mirror ranking is not available
::INFO Mirror list is generated using random method
::INFO User generated mirror list
::------------------------------------------------------------
::INFO Custom mirror file saved: /var/lib/pacman-mirrors/custom-mirrors.json
::INFO Writing mirror list
::Germany         : http://mirror.23media.com/manjaro/testing/$repo/$arch
::Germany         : https://manjaro.moson.eu/testing/$repo/$arch
::Germany         : https://manjaro.moson.org/testing/$repo/$arch
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist

When LAN was up:

$ sudo pacman-mirrors -i                                                                                                                                           
::INFO Downloading mirrors from repo.manjaro.org
::INFO Using custom mirror file
::INFO Querying mirrors - This may take some time
  ..... Germany        : https://mirror.23media.com/manjaro/
  ..... Germany        : http://mirror.23media.com/manjaro/
  ..... Germany        : https://manjaro.moson.eu/
  ..... Germany        : https://manjaro.moson.org/
::INFO User generated mirror list
::------------------------------------------------------------
::INFO Custom mirror file saved: /var/lib/pacman-mirrors/custom-mirrors.json
::INFO Writing mirror list
::Germany         : https://mirror.23media.com/manjaro/testing/$repo/$arch
::Germany         : https://manjaro.moson.eu/testing/$repo/$arch
::Germany         : https://manjaro.moson.org/testing/$repo/$arch
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist

Question:: where do the 3 addresses (https://gitlab…) come from???

pacman-mirrors does a connectivity check.

2 Likes

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