Retrieving packages from which mirror

I use XFCE version of Manjaro and I want know during

pacman -Syyu

packages retrieving packages from which mirrors
I see

tail -f /var/log/pacman.log                                                                                                                                               ξ‚² 1|0 βœ” 
[2026-05-09T10:10:48+0330] [PACMAN] synchronizing package lists
[2026-05-09T10:14:12+0330] [PACMAN] starting full system upgrade
[2026-05-09T10:18:51+0330] [ALPM] warning: lock file missing /var/lib/pacman/db.lck
[2026-05-09T10:26:38+0330] [PACMAN] Running 'pacman -Syyu --print-format=%u'
[2026-05-09T10:26:38+0330] [PACMAN] synchronizing package lists
[2026-05-09T10:26:42+0330] [PACMAN] Running 'pacman -Syyu --print-format=%u'
[2026-05-09T10:26:42+0330] [PACMAN] synchronizing package lists
[2026-05-09T10:30:07+0330] [ALPM] warning: lock file missing /var/lib/pacman/db.lck
[2026-05-09T11:05:40+0330] [PACMAN] Running 'pacman -Syyu'
[2026-05-09T11:05:40+0330] [PACMAN] synchronizing package lists
[2026-05-09T11:08:56+0330] [PACMAN] starting full system upgrade

but this logs do not show me mirror use for downloading packages

Hi @mfaridi

With these commands you can see the ranked mirrors.

cat /etc/pacman.d/mirrorlist

This shows the first mirror used.

grep -m1 '^Server' /etc/pacman.d/mirrorlist
2 Likes

You can also run the pacman-mirrors command to see your mirrors (and branch). Here’s the output for my mini-PC:

pacman-mirrors

Pacman-mirrors version 5.3
Local mirror status for testing branch
Mirror #1   OK  00:03   Global  https://mirrors.manjaro.org/repo/
Mirror #2   OK  00:03   Global  https://mirrors2.manjaro.org/
1 Like

I see

grep -m1 '^Server' /etc/pacman.d/mirrorlist                                                                                                                                   ξ‚² βœ” 
Server = https://ftp.gwdg.de/pub/linux/manjaro/stable/$repo/$arch
 οŒ’ ξ‚°  ~ ξ‚° ping ftp.gwdg.de                                                                                                                                                              ξ‚² βœ” 
PING ftp6.gwdg.de (134.76.12.6) 56(84) bytes of data.
^C
--- ftp6.gwdg.de ping statistics ---
52 packets transmitted, 0 received, 100% packet loss, time 51686ms

I see

pacman-mirrors                                                                                                                                                    ξ‚² 1 ✘ ξ‚² 1m 3s ο‰’ 
Pacman-mirrors version 5.3
::Downloading status failed!
::Please check you network connection ...
 οŒ’ ξ‚°  ~ ξ‚° pacman-mirrors                                                                                                                                                   ξ‚² 1 ✘ ξ‚² 2m 20s ο‰’ 
Pacman-mirrors version 5.3
::Downloading status failed!
::Please check you network connection ...

Hi @mfaridi

Can you run this command. To confirm you have internet connection.

curl -I https://ftp.gwdg.de --max-time 5

Output should look like.

curl -I https://ftp.gwdg.de --max-time 5
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 09 May 2026 09:11:19 GMT
Content-Type: text/html
Content-Length: 102696
Last-Modified: Wed, 29 Apr 2026 14:34:07 GMT
Connection: keep-alive
ETag: "69f216df-19128"
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Accept-Ranges: bytes

I see

curl -I https://ftp.gwdg.de --max-time 5                                                                                                                         ξ‚² 1 ✘ ξ‚² 2m 19s ο‰’ 
curl: (28) Connection timed out after 5001 milliseconds
 οŒ’ ξ‚°  ~ ξ‚° sudo pacman -Syyu                                                                                                                                                   ξ‚² 28 ✘ ξ‚² 5s ο‰’ 
[sudo] password for mostafa: 
:: Synchronizing package databases...
 core                                                                                  153.6 KiB  79.3 KiB/s 00:02 [####################################################################] 100%
 extra                                                                                   8.8 MiB  2.02 MiB/s 00:04 [####################################################################] 100%
 multilib                                                                              142.2 KiB  78.9 KiB/s 00:02 [####################################################################] 100%
error: failed retrieving file 'core.db' from ftp.gwdg.de : Connection timed out after 10002 milliseconds
error: failed retrieving file 'extra.db' from ftp.gwdg.de : Connection timed out after 10002 milliseconds
error: failed retrieving file 'multilib.db' from ftp.gwdg.de : Connection timed out after 10002 milliseconds
warning: too many errors from ftp.gwdg.de, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from opencolo.mm.fcix.net : Connection timed out after 10002 milliseconds
error: failed retrieving file 'extra.db' from opencolo.mm.fcix.net : Connection timed out after 10002 milliseconds
error: failed retrieving file 'multilib.db' from opencolo.mm.fcix.net : Connection timed out after 10001 milliseconds
warning: too many errors from opencolo.mm.fcix.net, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from ftp.tu-chemnitz.de : Connection timed out after 10001 milliseconds
error: failed retrieving file 'extra.db' from ftp.tu-chemnitz.de : Connection timed out after 10001 milliseconds
error: failed retrieving file 'multilib.db' from ftp.tu-chemnitz.de : Connection timed out after 10001 milliseconds
warning: too many errors from ftp.tu-chemnitz.de, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from mirrors.xtom.jp : Connection timed out after 10001 milliseconds
error: failed retrieving file 'extra.db' from mirrors.xtom.jp : Connection timed out after 10001 milliseconds
error: failed retrieving file 'multilib.db' from mirrors.xtom.jp : Connection timed out after 10001 milliseconds
warning: too many errors from mirrors.xtom.jp, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from mirrors.ocf.berkeley.edu : Connection timed out after 10001 milliseconds
error: failed retrieving file 'extra.db' from mirrors.ocf.berkeley.edu : Connection timed out after 10001 milliseconds
error: failed retrieving file 'multilib.db' from mirrors.ocf.berkeley.edu : Connection timed out after 10001 milliseconds
warning: too many errors from mirrors.ocf.berkeley.edu, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from manjaro.mirrors.lavatech.top : Connection timed out after 10000 milliseconds
error: failed retrieving file 'extra.db' from manjaro.mirrors.lavatech.top : Connection timed out after 10000 milliseconds
error: failed retrieving file 'multilib.db' from manjaro.mirrors.lavatech.top : Connection timed out after 10000 milliseconds
warning: too many errors from manjaro.mirrors.lavatech.top, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from mirror.alpix.eu : Connection timed out after 10002 milliseconds
error: failed retrieving file 'extra.db' from mirror.alpix.eu : Connection timed out after 10002 milliseconds
error: failed retrieving file 'multilib.db' from mirror.alpix.eu : Connection timed out after 10002 milliseconds
warning: too many errors from mirror.alpix.eu, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from mirrors.gigenet.com : Connection timed out after 10000 milliseconds
error: failed retrieving file 'extra.db' from mirrors.gigenet.com : Connection timed out after 10000 milliseconds
error: failed retrieving file 'multilib.db' from mirrors.gigenet.com : Connection timed out after 10000 milliseconds
warning: too many errors from mirrors.gigenet.com, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from mirror.dc.uz : Connection timed out after 10002 milliseconds
error: failed retrieving file 'extra.db' from mirror.dc.uz : Connection timed out after 10002 milliseconds
error: failed retrieving file 'multilib.db' from mirror.dc.uz : Connection timed out after 10002 milliseconds
warning: too many errors from mirror.dc.uz, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from coresite.mm.fcix.net : Connection timed out after 10001 milliseconds
error: failed retrieving file 'extra.db' from coresite.mm.fcix.net : Connection timed out after 10001 milliseconds
error: failed retrieving file 'multilib.db' from coresite.mm.fcix.net : Connection timed out after 10001 milliseconds
warning: too many errors from coresite.mm.fcix.net, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from ftp.rz.tu-bs.de : Connection timed out after 10002 milliseconds
error: failed retrieving file 'extra.db' from ftp.rz.tu-bs.de : Connection timed out after 10002 milliseconds
error: failed retrieving file 'multilib.db' from ftp.rz.tu-bs.de : Connection timed out after 10002 milliseconds
warning: too many errors from ftp.rz.tu-bs.de, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from manjaro.c3sl.ufpr.br : Connection timed out after 10000 milliseconds
error: failed retrieving file 'extra.db' from manjaro.c3sl.ufpr.br : Connection timed out after 10000 milliseconds
error: failed retrieving file 'multilib.db' from manjaro.c3sl.ufpr.br : Connection timed out after 10000 milliseconds
warning: too many errors from manjaro.c3sl.ufpr.br, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from mirror.truenetwork.ru : Connection timed out after 10002 milliseconds
error: failed retrieving file 'extra.db' from mirror.truenetwork.ru : Connection timed out after 10002 milliseconds
error: failed retrieving file 'multilib.db' from mirror.truenetwork.ru : Connection timed out after 10002 milliseconds
warning: too many errors from mirror.truenetwork.ru, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from fosszone.csd.auth.gr : Connection timed out after 10001 milliseconds
error: failed retrieving file 'extra.db' from fosszone.csd.auth.gr : Connection timed out after 10001 milliseconds
error: failed retrieving file 'multilib.db' from fosszone.csd.auth.gr : Connection timed out after 10001 milliseconds
warning: too many errors from fosszone.csd.auth.gr, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from manjaro.syxpi.fr : Connection timed out after 10000 milliseconds
error: failed retrieving file 'extra.db' from manjaro.syxpi.fr : Connection timed out after 10000 milliseconds
error: failed retrieving file 'multilib.db' from manjaro.syxpi.fr : Connection timed out after 10000 milliseconds
warning: too many errors from manjaro.syxpi.fr, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from ohioix.mm.fcix.net : Connection timed out after 10002 milliseconds
error: failed retrieving file 'extra.db' from ohioix.mm.fcix.net : Connection timed out after 10002 milliseconds
error: failed retrieving file 'multilib.db' from ohioix.mm.fcix.net : Connection timed out after 10002 milliseconds
warning: too many errors from ohioix.mm.fcix.net, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from codingflyboy.mm.fcix.net : Connection timed out after 10000 milliseconds
error: failed retrieving file 'extra.db' from codingflyboy.mm.fcix.net : Connection timed out after 10000 milliseconds
error: failed retrieving file 'multilib.db' from codingflyboy.mm.fcix.net : Connection timed out after 10000 milliseconds
warning: too many errors from codingflyboy.mm.fcix.net, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from kartolo.sby.datautama.net.id : Connection timed out after 10002 milliseconds
error: failed retrieving file 'extra.db' from kartolo.sby.datautama.net.id : Connection timed out after 10002 milliseconds
error: failed retrieving file 'multilib.db' from kartolo.sby.datautama.net.id : Connection timed out after 10002 milliseconds
warning: too many errors from kartolo.sby.datautama.net.id, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from ftp.free.org : Connection timed out after 10002 milliseconds
error: failed retrieving file 'extra.db' from ftp.free.org : Connection timed out after 10002 milliseconds
error: failed retrieving file 'multilib.db' from ftp.free.org : Connection timed out after 10002 milliseconds
warning: too many errors from ftp.free.org, skipping for the remainder of this transaction
error: failed retrieving file 'core.db' from irltoolkit.mm.fcix.net : Failed to connect to irltoolkit.mm.fcix.net port 443 after 6281 ms: Could not connect to server
error: failed retrieving file 'extra.db' from irltoolkit.mm.fcix.net : Failed to connect to irltoolkit.mm.fcix.net port 443 after 6281 ms: Could not connect to server
error: failed retrieving file 'multilib.db' from irltoolkit.mm.fcix.net : Failed to connect to irltoolkit.mm.fcix.net port 443 after 6281 ms: Could not connect to server
warning: too many errors from irltoolkit.mm.fcix.net, skipping for the remainder of this transaction
:: Starting full system upgrade...
:: Replace edk2-arm with extra/qemu-system-arm-firmware? [Y/n] y
resolving dependencies...
looking for conflicting packages...

Packages (604) 7zip-26.01-1  a52dec-0.8.0-3  abseil-cpp-20260107.1-1  accountsservice-26.13.3-1  acl-2.3.2-2  ada-3.4.4-1  adwaita-cursors-50.0-1  adwaita-icon-theme-50.0-1
               alsa-card-profiles-1:1.6.4-1  amd-ucode-20260410-1  android-tools-35.0.2-25  android-udev-20260423-1  ansible-13.6.0-1  ansible-core-2.20.5-1  ansible-lint-26.4.0-1
               aom-3.13.3-1  appmenu-gtk-module-25.04-3  appstream-glib-0.8.3-4  archlinux-appstream-data-20260421-1  archlinux-keyring-20260420-1  at-spi2-core-2.60.2-1  atkmm-2.28.4-2
               attr-2.5.2-2  audit-4.1.4-2  autoconf-2.73-1  avahi-1:0.9rc4-1  avogadro-fragments-2.0.0-1  babl-0.1.126-1  bind-9.20.22-1  bluez-5.86-5  bluez-libs-5.86-5  boost-1.91.0-1
               boost-libs-1.91.0-1  botan-3.11.1-1  brltty-6.9.1-1  btrfs-progs-6.19.1-1  bubblewrap-0.11.2-1  ca-certificates-mozilla-3.123.1-1  cairomm-1.14.5-3  chromaprint-1.6.0-3
               clang-22.1.3-1  clang21-21.1.8-1  clblast-1.7.0-1  code-1.118.0-1  compiler-rt-22.1.3-1  compiler-rt21-21.1.8-1  confuse-3.3-5  conky-1.22.3-3  containerd-2.2.3-1
               coreutils-9.11-1  cpupower-7.0.2-1  cryptsetup-2.8.6-1  cups-2:2.4.19-1  dbeaver-26.0.3-1  deno-2.7.14-1  device-mapper-2.03.40-1  ding-libs-0.7.0-1  djvulibre-3.5.29-2
               dkms-3.4.0-1  docker-1:29.4.1-1  edk2-aarch64-202602-3  edk2-arm-202508-1 [removal]  edk2-ovmf-202602-3  edk2-riscv64-202602-3  electron-1:41-1  electron39-39.8.9-1
               electron41-41.3.0-1  enchant-2.8.15-2  espeak-ng-1.52.0-1  evince-1:48.1-2  exempi-2.6.6-3  exiv2-0.28.8-2  expat-2.8.0-1  faac-1.50-1  ffmpeg-2:8.1-3  fftw-3.3.11-1
               file-5.47-3  flatpak-1:1.16.6-1  flex-2.6.4-6  fluidsynth-2.5.4-1  fragments-3.0.1-4  freerdp-2:3.25.0-1  freetype2-2.14.3-1  fuse-common-3.18.2-1  fuse3-3.18.2-1
               gdk-pixbuf2-2.44.6-2  gegl-0.4.70-2  ghostscript-10.07.0-1  giflib-6.1.3-1  gimp-3.2.4-1  git-2.54.0-1  glib2-2.88.0-1  glib2-docs-2.88.0-1  glibc-2.43+r22+g8362e8ce10b2-1
               glibc-locales-2.43+r22+g8362e8ce10b2-1  glibmm-2.68-2.88.0-1  glycin-2.1.1-1  gnome-keyring-1:50.0-1  go-2:1.26.2-1  gparted-1.8.1-1  gperftools-2.18.1-1
               gsettings-desktop-schemas-50.1-1  gsettings-system-schemas-50.1-1  gspell-1.14.3-1  gssproxy-0.9.2-3  gst-libav-1.28.2-1  gst-plugin-pipewire-1:1.6.4-1
               gst-plugins-bad-1.28.2-1  gst-plugins-bad-libs-1.28.2-1  gst-plugins-base-1.28.2-1  gst-plugins-base-libs-1.28.2-1  gst-plugins-good-1.28.2-1  gst-plugins-ugly-1.28.2-1
               gstreamer-1.28.2-1  gtk-doc-1.36.1-1  gtk-layer-shell-0.10.1-1  gtk-update-icon-cache-1:4.22.4-1  gtk3-1:3.24.52-1  gtk4-1:4.22.4-1  gtkmm-4.0-4.22.0-1  gvfs-1.60.0-2
               gvfs-afc-1.60.0-2  gvfs-gphoto2-1.60.0-2  gvfs-mtp-1.60.0-2  gvfs-nfs-1.60.0-2  gvfs-smb-1.60.0-2  harfbuzz-14.2.0-1  harfbuzz-icu-14.2.0-1  highway-1.4.0-1  htop-3.5.1-1
               hwdata-0.406-1  iana-etc-20260425-1  icu-78.3-1  ijs-0.35-7  imagemagick-7.1.2.21-1  imath-3.2.2-5  iproute2-7.0.0-1  iptables-1:1.8.13-1  jasper-4.2.9-1  jbig2dec-0.20-2
               jdk21-openjdk-21.0.11.u10-1  jemalloc-1:5.3.1-2  jq-1.8.1-3  keyutils-1.6.3-4  kubectl-1.35.4-1  kwindowsystem-6.25.0-1  lcms2-2.19-1  ldb-2:4.24.1-1  leancrypto-1.7.2-1
               lib32-audit-4.1.4-1  lib32-expat-2.8.0-1  lib32-glibc-2.43+r22+g8362e8ce10b2-1  lib32-icu-78.3-1  lib32-keyutils-1.6.3-4  lib32-libcap-2.78-1  lib32-libgcrypt-1.12.2-1
               lib32-libgpg-error-1.60-1  lib32-libnghttp2-1.69.0-1  lib32-libngtcp2-1.22.1-1  lib32-libpciaccess-0.19-1  lib32-libxml2-2.15.3-1  lib32-llvm-libs-1:22.1.3-1
               lib32-mesa-1:26.0.6-1  lib32-ncurses-6.6-2  lib32-openssl-1:3.6.2-1  lib32-systemd-260.1-1  lib32-vulkan-intel-1:26.0.6-1  lib32-vulkan-mesa-implicit-layers-1:26.0.6-1
               lib32-vulkan-nouveau-1:26.0.6-1  lib32-vulkan-radeon-1:26.0.6-1  lib32-wayland-1.25.0-1  lib32-xz-5.8.3-1  libadwaita-1:1.9.0-1  libarchive-3.8.7-1  libass-0.17.4-2
               libatasmart-0.19-8  libavif-1.4.1-1  libayatana-indicator-0.9.4-2  libblockdev-3.5.0-1  libblockdev-crypto-3.5.0-1  libblockdev-fs-3.5.0-1  libblockdev-loop-3.5.0-1
               libblockdev-mdraid-3.5.0-1  libblockdev-nvme-3.5.0-1  libblockdev-part-3.5.0-1  libblockdev-smart-3.5.0-1  libblockdev-swap-3.5.0-1  libbpf-1.7.0-1  libburn-1.5.8-1
               libcaca-0.99.beta20-7  libcap-2.78-1  libcap-ng-0.9.3-1  libcbor-0.14.0-1  libcdio-paranoia-10.2+2.0.2-2  libcmis-0.6.2-9  libcue-2.3.0-2  libcups-2:2.4.19-1
               libdc1394-2.2.7-2  libdca-0.0.7-3  libde265-1.0.18-1  libdv-1.0.0-12  libexif-0.6.26-1  libexttextcat-3.4.7-2  libfdk-aac-2.0.3-2  libfyaml-0.9.6-2  libgcrypt-1.12.2-1
               libgme-0.6.4-2  libgpg-error-1.60-1  libgsf-1.14.58-1  libimagequant-4.4.1-2  libinput-1.31.1-1  libisofs-1.5.8.1-1  libixion-0.20.0-7  libjpeg-turbo-3.1.4.1-1
               liblouis-3.37.0-1  libmalcontent-0.14.0-4  libmanette-0.2.13-2  libmodplug-0.8.9.0-7  libmpc-1.4.1-1  libmpd-11.8.17-7  libmysofa-1.3.4-1  libnetfilter_conntrack-1.1.1-1
               libnghttp2-1.69.0-1  libngtcp2-1.22.1-1  libopenmpt-0.8.6-1  liborcus-0.21.0-6  libpciaccess-0.19-1  libpgm-5.3.128-4  libpipewire-1:1.6.4-1  libpng-1.6.58-1
               libportal-0.9.1-3  libportal-gtk3-0.9.1-3  libraqm-0.10.5-1  libraw-0.22.1-1  libreoffice-still-25.8.6-5  librsvg-2:2.62.1-1  libsodium-1.0.22-1  libsonic-0.2.0-2
               libsysprof-capture-50.0-1  libtiff-4.7.1-2  libtorrent-rasterbar-1:2.0.12-3  libunibreak-7.0-1  libverto-0.3.2-6  libvlc-3.0.22-3  libvpx-1.16.0-3  libwbclient-2:4.24.1-1
               libwireplumber-0.5.14-1  libwmf-0.2.15-1  libxaw-1.0.16-2  libxdmcp-1.1.5-2  libxdp-1.6.3-1  libxml2-2.15.3-1  libxmlb-0.3.26-1  libxpm-3.5.19-1
               lightdm-gtk-greeter-1:2.0.9-2  linux-firmware-amdgpu-20260410-1  linux-firmware-atheros-20260410-1  linux-firmware-broadcom-20260410-1  linux-firmware-cirrus-20260410-1
               linux-firmware-intel-20260410-1  linux-firmware-mediatek-20260410-1  linux-firmware-meta-20260410-1  linux-firmware-nvidia-20260410-1  linux-firmware-other-20260410-1
               linux-firmware-radeon-20260410-1  linux-firmware-realtek-20260410-1  linux-firmware-whence-20260410-1  linux510-5.10.254-1  linux510-headers-5.10.254-1
               linux510-nvidia-470xx-470.256.02-49  linux510-virtualbox-host-modules-7.2.8-3  linux61-6.1.170-1  linux61-headers-6.1.170-1  linux61-nvidia-470xx-470.256.02-90
               linux61-virtualbox-host-modules-7.2.8-3  linux612-6.12.85-1  linux612-headers-6.12.85-1  linux612-nvidia-470xx-470.256.02-111  linux612-virtualbox-host-modules-7.2.8-5
               lld-22.1.3-1  llvm-22.1.3-1  llvm-libs-22.1.3-1  llvm21-21.1.8-1  llvm21-libs-21.1.8-1  lua-5.5.0-2  lua54-5.4.8-6  luajit-2.1.1774896198+18b087c-1  lvm2-2.03.40-1
               m4-1.4.21-2  make-4.4.1-3  man-pages-6.18-1  manjaro-hello-0.8.1-5  manjaro-release-26.1.0pre-1  md4c-0.5.3-1  mdadm-4.6-2  mesa-1:26.0.6-1  mhwd-db-20260305-1
               mhwd-nvidia-595.71.05-1  mhwd-nvidia-390xx-390.157-24  mhwd-nvidia-580xx-580.159.03-1  mjpegtools-2.2.1-4  mpdecimal-4.0.1-3  mpg123-1.33.5-1  mypaint-brushes-2.0.2-2
               nano-9.0-1  ncurses-6.6-2  ndctl-84-1  neon-0.37.1-1  network-manager-applet-1.36.0-2  nfs-utils-2.9.1-1  nfsidmap-2.9.1-1  nm-connection-editor-1.36.0-2  node-gyp-12.3.0-1
               nodejs-25.9.0-1  nodejs-nopt-9.0.0-1  noto-fonts-1:2026.04.01-1  npm-11.13.0-1  nss-3.123.1-1  oath-toolkit-2.6.14-3  openexr-3.4.11-1  openjph-0.27.0-1  openssh-10.3p1-1
               openssl-3.6.2-2  openvpn-2.7.3-1  pango-1:1.57.1-1  pangomm-2.46.4-2  parted-3.7-1  pcaudiolib-1.3-1  pciutils-3.15.0-1  perl-5.42.2-1  perl-class-inspector-1.36-10
               perl-clone-0.50-1  perl-file-sharedir-1.118-8  perl-libwww-6.82-1  perl-timedate-2.35-1  perl-xml-parser-2.58-1  pipewire-1:1.6.4-1  pipewire-alsa-1:1.6.4-1
               pipewire-audio-1:1.6.4-1  pipewire-pulse-1:1.6.4-1  pipewire-session-manager-1:1.6.4-1  polkit-qt5-0.201.1-1  poppler-26.04.0-1  poppler-glib-26.04.0-1  portaudio-1:19.7.0-4
               protobuf-34.1-1  protobuf-c-1.5.2-9  proxychains-ng-4.17-3  psmisc-23.7-2  pyside6-6.11.0-4  python-3.14.4-1  python-ansible-compat-26.3.0-1  python-anyio-4.13.0-1
               python-argcomplete-3.6.3-1  python-attrs-26.1.0-1  python-boto3-1.42.91-1  python-botocore-1.42.91-1  python-build-1.4.3-1  python-cachetools-7.0.6-1
               python-certifi-2026.04.22-1  python-charset-normalizer-3.4.7-1  python-click-8.3.3-1  python-cryptography-47.0.0-1  python-filelock-3.29.0-1  python-gobject-3.56.2-1
               python-google-auth-2.49.2-1  python-httpx-ws-0.9.0-1  python-idna-3.13-1  python-imagesize-2.0.0-1  python-importlib-metadata-9.0.0-1  python-iniconfig-2.3.0-1
               python-installer-1.0.0-1  python-invoke-3.0.3-1  python-jaraco.context-6.1.2-1  python-lxml-6.1.0-1  python-more-itertools-11.0.2-1  python-msgspec-0.21.1-1
               python-ovirt-engine-sdk-4.6.3-3  python-packaging-26.2-1  python-pathspec-1.1.1-1  python-pdm-backend-2.4.8-1  python-pillow-12.2.0-1  python-pip-26.1-1  python-pipx-1.11.1-1
               python-platformdirs-4.9.6-1  python-pyasn1-0.6.3-1  python-pycparser-3.00-1  python-pycurl-7.46.0-1  python-pygments-2.20.0-1  python-pysocks-1.7.1-12
               python-pytest-1:9.0.3-1  python-pytz-2026.1-1  python-requests-2.33.1-1  python-ruamel-yaml-0.18.11-1  python-setuptools-scm-10.0.5-1  python-six-1.17.0-3
               python-snowballstemmer-3.0.1-1  python-vcs-versioning-1.1.1-1  python-wheel-0.47.0-1  python-wsproto-1.3.2-1  qbittorrent-5.1.4-2  qemu-audio-alsa-11.0.0-1
               qemu-audio-dbus-11.0.0-1  qemu-audio-jack-11.0.0-1  qemu-audio-oss-11.0.0-1  qemu-audio-pa-11.0.0-1  qemu-audio-pipewire-11.0.0-1  qemu-audio-sdl-11.0.0-1
               qemu-audio-spice-11.0.0-1  qemu-base-11.0.0-1  qemu-block-curl-11.0.0-1  qemu-block-dmg-11.0.0-1  qemu-block-gluster-11.0.0-1  qemu-block-iscsi-11.0.0-1
               qemu-block-nfs-11.0.0-1  qemu-block-ssh-11.0.0-1  qemu-chardev-baum-11.0.0-1  qemu-chardev-spice-11.0.0-1  qemu-common-11.0.0-1  qemu-desktop-11.0.0-1  qemu-docs-11.0.0-1
               qemu-emulators-full-11.0.0-1  qemu-full-11.0.0-1  qemu-hw-display-qxl-11.0.0-1  qemu-hw-display-virtio-gpu-11.0.0-1  qemu-hw-display-virtio-gpu-gl-11.0.0-1
               qemu-hw-display-virtio-gpu-pci-11.0.0-1  qemu-hw-display-virtio-gpu-pci-gl-11.0.0-1  qemu-hw-display-virtio-gpu-pci-rutabaga-11.0.0-1
               qemu-hw-display-virtio-gpu-rutabaga-11.0.0-1  qemu-hw-display-virtio-vga-11.0.0-1  qemu-hw-display-virtio-vga-gl-11.0.0-1  qemu-hw-display-virtio-vga-rutabaga-11.0.0-1
               qemu-hw-s390x-virtio-gpu-ccw-11.0.0-1  qemu-hw-uefi-vars-11.0.0-1  qemu-hw-usb-host-11.0.0-1  qemu-hw-usb-redirect-11.0.0-1  qemu-hw-usb-smartcard-11.0.0-1  qemu-img-11.0.0-1
               qemu-pr-helper-11.0.0-1  qemu-system-aarch64-11.0.0-1  qemu-system-alpha-11.0.0-1  qemu-system-alpha-firmware-11.0.0-1  qemu-system-arm-11.0.0-1
               qemu-system-arm-firmware-11.0.0-1  qemu-system-avr-11.0.0-1  qemu-system-hppa-11.0.0-1  qemu-system-hppa-firmware-11.0.0-1  qemu-system-loongarch64-11.0.0-1
               qemu-system-m68k-11.0.0-1  qemu-system-microblaze-11.0.0-1  qemu-system-microblaze-firmware-11.0.0-1  qemu-system-mips-11.0.0-1  qemu-system-or1k-11.0.0-1
               qemu-system-ppc-11.0.0-1  qemu-system-ppc-firmware-11.0.0-1  qemu-system-riscv-11.0.0-1  qemu-system-riscv-firmware-11.0.0-1  qemu-system-rx-11.0.0-1
               qemu-system-s390x-11.0.0-1  qemu-system-s390x-firmware-11.0.0-1  qemu-system-sh4-11.0.0-1  qemu-system-sparc-11.0.0-1  qemu-system-sparc-firmware-11.0.0-1
               qemu-system-tricore-11.0.0-1  qemu-system-x86-11.0.0-1  qemu-system-x86-firmware-11.0.0-1  qemu-system-xtensa-11.0.0-1  qemu-tests-11.0.0-1  qemu-tools-11.0.0-1
               qemu-ui-curses-11.0.0-1  qemu-ui-dbus-11.0.0-1  qemu-ui-egl-headless-11.0.0-1  qemu-ui-gtk-11.0.0-1  qemu-ui-opengl-11.0.0-1  qemu-ui-sdl-11.0.0-1  qemu-ui-spice-app-11.0.0-1
               qemu-ui-spice-core-11.0.0-1  qemu-user-11.0.0-1  qemu-vhost-user-gpu-11.0.0-1  qemu-vmsr-helper-11.0.0-1  qt6-base-6.11.0-2  qt6-declarative-6.11.0-4
               qt6-imageformats-6.11.0-1  qt6-multimedia-6.11.0-1  qt6-multimedia-ffmpeg-6.11.0-1  qt6-scxml-6.11.0-1  qt6-svg-6.11.0-2  qt6-tools-6.11.0-3  qt6-translations-6.11.0-1
               qt6-wayland-6.11.0-1  qt6ct-0.11-5  rasqal-1:0.9.33-8  rclone-1.73.5-1  redland-1:1.0.17-10  rsync-3.4.2-1  rubberband-4.0.0-2  runc-1.4.2-1  rust-1:1.95.0-1
               samba-2:4.24.1-1  sdl2-compat-2.32.66-1  sdl2_image-2.8.10-1  sdl3-3.4.4-1  sed-4.10-1  shiboken6-6.11.0-4  simdjson-1:4.6.3-1  smbclient-2:4.24.1-1  snapd-2.75.2-1
               snapd-glib-1.72-1  sqlite-3.53.0-2  svt-av1-4.1.0-1  svt-hevc-1.5.1-4  systemd-260.1-2  systemd-libs-260.1-2  systemd-resolvconf-260.1-2  systemd-sysvcompat-260.1-2
               texinfo-7.3-1  thin-provisioning-tools-1.3.2-1  thunar-4.20.8-3  thunderbird-150.0-1  tinysparql-3.11.1-1  ttf-dejavu-2.37+18+g9b5d1b2f-8  tzdata-2026b-1  uchardet-0.0.8-4
               udev-usb-sync-1.1-1  udiskie-2.6.2-1  unrar-1:7.2.6-1  upower-1.91.2-1  util-linux-2.42-1  util-linux-libs-2.42-1  vim-9.2.0388-1  vim-runtime-9.2.0388-1  virtualbox-7.2.8-2
               virtualbox-guest-iso-7.2.8-1  vivaldi-7.9.3970.64-1  vivaldi-ffmpeg-codecs-146.0.7680.226-1  vlc-3.0.22-3  vlc-cli-3.0.22-3  vlc-gui-qt-3.0.22-3  vlc-plugin-a52dec-3.0.22-3
               vlc-plugin-alsa-3.0.22-3  vlc-plugin-archive-3.0.22-3  vlc-plugin-dav1d-3.0.22-3  vlc-plugin-dbus-3.0.22-3  vlc-plugin-dbus-screensaver-3.0.22-3  vlc-plugin-faad2-3.0.22-3
               vlc-plugin-flac-3.0.22-3  vlc-plugin-gnutls-3.0.22-3  vlc-plugin-inflate-3.0.22-3  vlc-plugin-journal-3.0.22-3  vlc-plugin-jpeg-3.0.22-3  vlc-plugin-lua-3.0.22-3
               vlc-plugin-mpg123-3.0.22-3  vlc-plugin-ogg-3.0.22-3  vlc-plugin-opus-3.0.22-3  vlc-plugin-png-3.0.22-3  vlc-plugin-pulse-3.0.22-3  vlc-plugin-shout-3.0.22-3
               vlc-plugin-speex-3.0.22-3  vlc-plugin-tag-3.0.22-3  vlc-plugin-theora-3.0.22-3  vlc-plugin-twolame-3.0.22-3  vlc-plugin-vorbis-3.0.22-3  vlc-plugin-vpx-3.0.22-3
               vlc-plugin-xml-3.0.22-3  vlc-plugins-base-3.0.22-3  vlc-plugins-video-output-3.0.22-3  vmaf-3.1.0-1  vpnc-1:0.5.3.r557.r241-1  vte-common-0.84.0-1  vte3-0.84.0-1
               vulkan-intel-1:26.0.6-1  vulkan-mesa-implicit-layers-1:26.0.6-1  vulkan-nouveau-1:26.0.6-1  vulkan-radeon-1:26.0.6-1  wayland-1.25.0-1  wayland-protocols-1.48-1
               webkit2gtk-4.1-2.52.3-1  webkitgtk-6.0-2.52.3-1  wireless-regdb-2026.03.18-1  wireplumber-0.5.14-1  wolfssl-5.9.1-1  xdg-dbus-proxy-0.1.7-1  xdg-desktop-portal-1.20.4-1
               xdg-user-dirs-0.20-1  xdotool-4.20260303.1-1  xf86-input-elographics-1.4.4-2  xf86-video-ati-1:22.0.0-3  xfce4-whiskermenu-plugin-2.10.1-2  xfdesktop-4.20.2-1
               xfsprogs-6.19.0-1  xmlsec-1.3.11-1  xorg-fonts-encodings-1.1.0-2  xorg-iceauth-1.0.11-1  xorg-mkfontscale-1.2.4-1  xorg-server-21.1.22-1  xorg-server-common-21.1.22-1
               xorg-setxkbmap-1.3.5-1  xz-5.8.3-1  yt-dlp-2026.03.17-1  yt-dlp-ejs-0.8.0-1  zip-3.0-13  zsh-5.9-6  zsh-syntax-highlighting-0.8.0-2

Total Download Size:    3367.80 MiB
Total Installed Size:  11757.84 MiB
Net Upgrade Size:       1259.40 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 jdk21-openjdk-21.0.11.u10-1-x86_64                                                    772.4 KiB   683 KiB/s 07:29 [--------------------------------------------------------------------]   0%
 vivaldi-7.9.3970.64-1-x86_64                                                            5.0 MiB  2.03 MiB/s 01:04 [##------------------------------------------------------------------]   3%
 libreoffice-still-25.8.6-5-x86_64                                                       0.0   B  0.00   B/s --:-- [--------------------------------------------------------------------]   0%
^Cinux612-6.12.85-1-x86_64                                                               4.0 MiB  1644 KiB/s 01:06 [##------------------------------------------------------------------]   3%
 Total (  0/603)                                                                         9.8 MiB  4.32 MiB/s 12:56 [--------------------------------------------------------------------]   0%
Interrupt signal received

As you see it start to download packages, I want know from which mirror use to download packages?

Run

sudo pacman-mirrors --country Global && sudo pacman -Syyu

If that fails - you do not have internet access at the moment.

pacman switch to the next mirror in the mirror list when one fails.

You can manually count the number of failed mirrors - e.g. 5 - then compare with the mirror list in /etc/pacman.d/mirrorlist then scroll down - skip the same number of servers - e.g. 5 - then the next will be the mirror that fully answered the request.

You have no internet connection or your DNS is not configured correct.

If you want more information when the process is running you can add the --verbose argument

sudo pacman -Syyu --verbose
1 Like

As stated by @linux-aarhus You have no internet.

curl -I https://ftp.gwdg.de --max-time 5                                                                                                                         ξ‚² 1 ✘ ξ‚² 2m 19s ο‰’ 
curl: (28) Connection timed out after 5001 milliseconds

The curl command should give

As I write, it’s approximately 6/7 hours since comments were posted.

Looking at the Manjaro Repository Status right now, I can see that the majority of repos are offline (for all branches) – most have been for at least 6 hours.

Repositories based in the U.S. seem largely unaffected; however, I note that many servers globally have been β€œout” for as much as 8 hours.

1 Like

Maybe, but at the time of initial posting we had access to this server, and he did not.
So there was something with his internet or dns. One can try to further diagnose with dig, nslookup, etc, and compare what he receives as address with what we have, to exclude the dns from equation. Or restart his router…or maybe put some DNS servers of a big company in the connection settings in Network Manager, to rule out ISP problems (1.1.1.1, 9.9.9.9, 8.8.8.8)

By the way, that is why i offered Global mirrors - they are online and synced.

[teo@teo-lenovo-v15 ~]$ nslookup ftp6.gwdg.de
Server:		1.1.1.1
Address:	1.1.1.1#53

Non-authoritative answer:
Name:	ftp6.gwdg.de
Address: 134.76.12.6
Name:	ftp6.gwdg.de
Address: 2a06:93c7:f0::f79

[teo@teo-lenovo-v15 ~]$ dig ftp6.gwdg.de

; <<>> DiG 9.20.22 <<>> ftp6.gwdg.de
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 60967
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;ftp6.gwdg.de.			IN	A

;; ANSWER SECTION:
ftp6.gwdg.de.		2396	IN	A	134.76.12.6

;; Query time: 23 msec
;; SERVER: 1.1.1.1#53(1.1.1.1) (UDP)
;; WHEN: Sat May 09 16:51:21 CEST 2026
;; MSG SIZE  rcvd: 57

[teo@teo-lenovo-v15 ~]$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=119 time=16.6 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=119 time=16.0 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=119 time=15.7 ms
^C
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 15.723/16.121/16.619/0.372 ms
[teo@teo-lenovo-v15 ~]$ ping google.com
PING google.com (2a00:1450:4001:c0f::66) 56 data bytes
64 bytes from bt-in-f102.1e100.net (2a00:1450:4001:c0f::66): icmp_seq=1 ttl=113 time=17.7 ms
64 bytes from bt-in-f102.1e100.net (2a00:1450:4001:c0f::66): icmp_seq=2 ttl=113 time=14.2 ms
64 bytes from bt-in-f102.1e100.net (2a00:1450:4001:c0f::66): icmp_seq=3 ttl=113 time=27.5 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 14.167/19.812/27.524/5.645 ms
[teo@teo-lenovo-v15 ~]$ pacman-mirrors 
Pacman-mirrors version 5.3
Local mirror status for stable branch
Mirror #1   OK  00:03   Global  https://mirrors2.manjaro.org/
Mirror #2   OK  00:03   Global  https://mirrors.manjaro.org/repo/
Mirror #3   --  06:13   Global  https://mirrors.cicku.me/manjaro/
[teo@teo-lenovo-v15 ~]$ 

In any case - it is some kind of connection problem - local or regional.

2 Likes