You are not logged in.
Pages: 1
Good morning,
Please could you help me with a "reflector" error?
This is the reflector output:
[at@arch ~]$ sudo reflector --country 'United Kingdom' --age 6 --sort rate --save /etc/pacman.d/mirrorlist
[2023-11-02 10:09:44] WARNING: failed to rate http(s) download (http://mirror.bytemark.co.uk/archlinux/extra/os/x86_64/extra.db): Download timed out after 5 second(s).
[2023-11-02 10:09:44] WARNING: failed to rate rsync download (rsync://mirror.bytemark.co.uk/archlinux/extra/os/x86_64/extra.db): [Errno 2] No such file or directory: 'rsync'
[2023-11-02 10:09:47] WARNING: failed to rate rsync download (rsync://rsync.mirrorservice.org/ftp.archlinux.org/extra/os/x86_64/extra.db): [Errno 2 ] No such file or directory: 'rsync'
[2023-11-02 10:09:52] WARNING: failed to rate rsync download (rsync://lon.mirror.rackspace.com/archlinux/extra/os/x86_64/extra.db): [Errno 2] No such file or directory: 'rsync'
[2023-11-02 10:09:57] WARNING: failed to rate rsync download (rsync://mirrors.ukfast.co.uk/archlinux.org/extra/os/x86_64/extra.db): [Errno 2 ] No such file or directory: 'rsync'
[2023-11-02 10:10:02] WARNING: failed to rate rsync download (rsync://archlinux.uk.mirror.allworldit.com/archlinux/extra/os/x86_64/extra.db): [Errno 2 ] No such file or directory: 'rsync'
[2023-11-02 10:10:07] WARNING: failed to rate rsync download (rsync://mirrors.melbourne.co.uk/archlinux/extra/os/x86_64/extra.db): [Errno 2] No such file or directory: 'rsync'
[2023-11-02 10:10:18] WARNING: failed to rate rsync download (rsync://mirror.vinehost.net/archlinux/extra/os/x86_64/extra.db): [Errno 2] No such file or directory: 'rsync'I have also checked the systemctl reflector status, and this is the output:
[at@arch ~]$ sudo systemctl status reflector
○ reflector.service - Refresh Pacman mirrorlist with Reflector.
Loaded: loaded (/usr/lib/systemd/system/reflector.service; enabled; preset: disabled)
Active: inactive (dead)
Docs: https://wiki.archlinux.org/index.php/Reflector
Nov 02 09:50:37 arch systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Nov 02 09:50:38 arch systemd[1]: reflector.service: Deactivated successfully.
Nov 02 09:50:38 arch systemd[1]: Finished Refresh Pacman mirrorlist with Reflector..Thank you very much in advance.
Last edited by Alberto-Trujillo (2023-11-02 13:05:48)
"I believe I never knew what the word 'round' meant until I saw the Earth from space."
(Aleksei Leonov)
Offline
Install rsync or ignore those as none of them will be primarily relevant. If it's just about getting a clean output specify --protocol https as part of your reflector invocation.
Offline
Thank you very much for your quick response.
I mark my query as resolved.
Last edited by Alberto-Trujillo (2023-11-02 13:05:25)
"I believe I never knew what the word 'round' meant until I saw the Earth from space."
(Aleksei Leonov)
Offline
Pages: 1