You are not logged in.
Pages: 1
I have followed arch wiki for reflector service, edited the /etc/xdg/reflector/reflector.conf file:
--save /etc/pacman.d/mirrorlist
--protocol https
--latest 10
--sort rateAfter that I have started the reflector.service but I get error message.
sudo journalctl -xeu reflector.servicereturns
јул 29 22:31:28 living systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
░░ Subject: A start job for unit reflector.service has begun execution
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A start job for unit reflector.service has begun execution.
░░
░░ The job identifier is 1131.
јул 29 22:31:36 living reflector[1348]: [2024-07-29 22:31:36] WARNING: failed to rate http(s) downl>
јул 29 22:31:56 living reflector[1348]: error: Permission denied
јул 29 22:31:56 living systemd[1]: reflector.service: Main process exited, code=exited, status=1/FA>
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ An ExecStart= process belonging to unit reflector.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 1.
јул 29 22:31:56 living systemd[1]: reflector.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ The unit reflector.service has entered the 'failed' state with result 'exit-code'.
јул 29 22:31:56 living systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..
░░ Subject: A start job for unit reflector.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░
░░ A start job for unit reflector.service has finished with a failure.
░░
░░ The job identifier is 1131 and the job result is failed.I don't know where I am doing wrong?
Offline
I guess you want to use systemctl... not journalctl
Offline
Pages: 1