[Question] Reflector Service (for Vanilla Repos) Fails to Start #77

Closed
opened 2021-12-13 05:55:52 +01:00 by Neko-san · 7 comments

I get this message whenever I try to start the service now:

Welcome to fish, the friendly interactive shell
Type `help` for instructions on how to use fish
neko-san@ARCH ~> sudo systemctl start --now reflector
doas (neko-san@ARCH) password: 
Job for reflector.service failed because the control process exited with error code.
See "systemctl status reflector.service" and "journalctl -xeu reflector.service" for details.
neko-san@ARCH ~ [1]> sudo systemctl status reflector
× reflector.service - Refresh Pacman mirrorlist with Reflector.
     Loaded: loaded (/usr/lib/systemd/system/reflector.service; disabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Sun 2021-12-12 22:34:43 CST; 19s ago
       Docs: https://wiki.archlinux.org/index.php/Reflector
    Process: 26331 ExecStart=/usr/bin/reflector @/etc/xdg/reflector/reflector.conf (code=exited, status=1/FAILURE)
   Main PID: 26331 (code=exited, status=1/FAILURE)
        CPU: 55ms

Dec 12 22:34:43 ARCH systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Dec 12 22:34:43 ARCH reflector[26331]: Traceback (most recent call last):
Dec 12 22:34:43 ARCH reflector[26331]:   File "/usr/bin/reflector", line 3, in <module>
Dec 12 22:34:43 ARCH reflector[26331]:     import Reflector
Dec 12 22:34:43 ARCH reflector[26331]: ModuleNotFoundError: No module named 'Reflector'
Dec 12 22:34:43 ARCH systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE
Dec 12 22:34:43 ARCH systemd[1]: reflector.service: Failed with result 'exit-code'.
Dec 12 22:34:43 ARCH systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector..

Could this be because it was built against something from the regular repos (it's not in the v3 repos here) and the new v3 packages broke it somehow?

I get this message whenever I try to start the service now: ```sh Welcome to fish, the friendly interactive shell Type `help` for instructions on how to use fish neko-san@ARCH ~> sudo systemctl start --now reflector doas (neko-san@ARCH) password: Job for reflector.service failed because the control process exited with error code. See "systemctl status reflector.service" and "journalctl -xeu reflector.service" for details. neko-san@ARCH ~ [1]> sudo systemctl status reflector × reflector.service - Refresh Pacman mirrorlist with Reflector. Loaded: loaded (/usr/lib/systemd/system/reflector.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Sun 2021-12-12 22:34:43 CST; 19s ago Docs: https://wiki.archlinux.org/index.php/Reflector Process: 26331 ExecStart=/usr/bin/reflector @/etc/xdg/reflector/reflector.conf (code=exited, status=1/FAILURE) Main PID: 26331 (code=exited, status=1/FAILURE) CPU: 55ms Dec 12 22:34:43 ARCH systemd[1]: Starting Refresh Pacman mirrorlist with Reflector.... Dec 12 22:34:43 ARCH reflector[26331]: Traceback (most recent call last): Dec 12 22:34:43 ARCH reflector[26331]: File "/usr/bin/reflector", line 3, in <module> Dec 12 22:34:43 ARCH reflector[26331]: import Reflector Dec 12 22:34:43 ARCH reflector[26331]: ModuleNotFoundError: No module named 'Reflector' Dec 12 22:34:43 ARCH systemd[1]: reflector.service: Main process exited, code=exited, status=1/FAILURE Dec 12 22:34:43 ARCH systemd[1]: reflector.service: Failed with result 'exit-code'. Dec 12 22:34:43 ARCH systemd[1]: Failed to start Refresh Pacman mirrorlist with Reflector.. ``` Could this be because it was built against something from the regular repos (it's not in the v3 repos here) and the new v3 packages broke it somehow?
Neko-san changed title from Reflector Service (for Vanilla Repos) Fails to Start to [Question] Reflector Service (for Vanilla Repos) Fails to Start 2021-12-13 05:56:08 +01:00
Author

In the mean-time, I'm using shiny-mirrors from the AUR; it's written in Rust, so it's pretty reliable :p

I coicindentally found out about it after having this issue

In the mean-time, I'm using `shiny-mirrors` from the AUR; it's written in Rust, so it's pretty reliable :p I coicindentally found out about it after having this issue
Owner

The python 3.10 rebuild just dropped. Please inform yourself on the package status page before you open an issue.
If there is a huge rebuild going on, either refrain from updating until its done or at least refrain from opening an issue each time.

The python 3.10 rebuild just dropped. Please inform yourself on the [package status page](https://alhp.dev/packages.html) before you open an issue. If there is a huge rebuild going on, either refrain from updating until its done or at least refrain from opening an issue each time.
anonfunc added the question label 2021-12-13 09:53:57 +01:00

The python 3.10 rebuild just dropped. Please inform yourself on the package status page before you open an issue.
If there is a huge rebuild going on, either refrain from updating until its done or at least refrain from opening an issue each time.

Nope the python in ALHP need a rebuild, got some problem with meson and other program that use python, and changing to the official repo of archlinux fixed it

> The python 3.10 rebuild just dropped. Please inform yourself on the [package status page](https://alhp.harting.dev/packages.html) before you open an issue. > If there is a huge rebuild going on, either refrain from updating until its done or at least refrain from opening an issue each time. Nope the python in ALHP need a rebuild, got some problem with meson and other program that use python, and changing to the official repo of archlinux fixed it
Owner

Please have a little patience, the python 3.10 rebuild affected >1000 packages, they are not build in one hour. Not even python itself is build yet.

Please have a little patience, the python 3.10 rebuild affected >1000 packages, they are not build in one hour. Not even `python` itself is build yet.

Please have a little patience, the python 3.10 rebuild affected >1000 packages, they are not build in one hour. Not even python itself is build yet.

Oh sorry i didn't see it was on the hold version still, my bad

> Please have a little patience, the python 3.10 rebuild affected >1000 packages, they are not build in one hour. Not even `python` itself is build yet. Oh sorry i didn't see it was on the hold version still, my bad
Owner

@Neko-san can you confirm its working now?

@Neko-san can you confirm its working now?
anonfunc added bug and removed question labels 2021-12-15 12:25:27 +01:00
Author

@anonfunc Seems that way
I was hesitant to update because I hadn't realized how massive the number of packages that were being rebuilt was though Lol

@anonfunc Seems that way I was hesitant to update because I hadn't realized how massive the number of packages that were being rebuilt was though Lol
Sign in to join this conversation.