I'm currently running DietPi v. 6.34.3 (beta) and all of my applications are running just fine with the exception of Radarr.
Sonarr, Jackett, qbittorrent, wireguard are working just fine. However, when using dietpi-services radarr shows the status "failed". When I try to manually start it it'll show either "Active" or "Activating" and immediately switch back to failed.
When I look under "status" it shows the following:
Code: Select all
radarr.service - Radarr Daemon (DietPi)
│ Loaded: loaded (/etc/systemd/system/radarr.service; disabled; vendor
│ preset: enabled)
│ Drop-In: /etc/systemd/system/radarr.service.d
│ └─dietpi-services_edit.conf
│ Active: failed (Result: exit-code) since Mon 2020-12-21 16:35:18 GMT;
│ 7min ago
│ Process: 1645 ExecStart=/opt/radarr/Radarr -nobrowser
│ -data=/mnt/dietpi_userdata/radarr (code=exited, status=226/NAMESPACE)
│ Main PID: 1645 (code=exited, status=226/NAMESPACE)
│
│ Dec 21 16:35:18 DietPi systemd[1]: radarr.service: Service RestartSec=100ms
│ expired, scheduling restart.
│ Dec 21 16:35:18 DietPi systemd[1]: radarr.service: Scheduled restart job,
│ restart counter is at 5.
│ Dec 21 16:35:18 DietPi systemd[1]: Stopped Radarr Daemon (DietPi).
│ Dec 21 16:35:18 DietPi systemd[1]: radarr.service: Start request repeated
│ too quickly.
I've tried removing and reinstalling the application but I cannot get it to start (or access it by browser of course).
Hopefully I'm just missing something simple. I've checked for any updates( apt-get update/upgrade) with nothing showing. I don't believe it's a mono issue as both Sonarr and Jackett work.
Thank you.