I am running Dietpi with the following applications (PiHole, Dataplicity, ResilioSync, Plex, Radarr, Sonarr, Transmission, Jacket).
All applications work perfectly, except for Radarr. The web interface constantly shows ‘This site can’t be reached: ERR_CONNECTION_REFUSED’ in browsers.
Looking online I found I can get the web interface working again temporarily running the following command, but it will then crash after a few minutes.
sudo -u radarr /opt/radarr/Radarr -nobrowser -data=/mnt/dietpi_userdata/radarr
I ran journalctl and got the following. It shows Radarr constantly trying to restart but crashing and exiting.
Note: I am a complete DietPi/Linux noob, so please keep things simple for me. This problem has been plaguing me for a long time, looking forward to fixing it! Thanks!
Jul 06 16:03:28 DomDietPi systemd[1]: Starting Transmission BitTorrent Daemon...
Jul 06 16:03:28 DomDietPi systemd[1]: Started Transmission BitTorrent Daemon.
Jul 06 16:03:28 DomDietPi systemd[1]: Starting Plex Media Server...
Jul 06 16:03:28 DomDietPi systemd[1]: Started Plex Media Server.
Jul 06 16:03:28 DomDietPi systemd[1]: Started Jackett (DietPi).
Jul 06 16:03:28 DomDietPi systemd[1]: /etc/systemd/system/sonarr.service.d/dietpi-services_edit.conf:3: ReadWritePaths= path is not absolute, ignoring: Shows
Jul 06 16:03:28 DomDietPi systemd[1]: Started Sonarr Daemon (DietPi).
Jul 06 16:03:28 DomDietPi systemd[1]: Started Radarr (DietPi).
Jul 06 16:03:28 DomDietPi systemd[599]: radarr.service:Failed to set up mount namespacing: No such file or directory
Jul 06 16:03:28 DomDietPi systemd[599]: radarr.service:Failed at step NAMESPACE spawning /opt/radarr/Radarr: No such file or directory
Jul 06 16:03:28 DomDietPi systemd[1]: radarr.service: Main process exited, code=exited, status=226/NAMESPACE
Jul 06 16:03:28 DomDietPi systemd[1]: radarr.service: Failed with result 'exit-code'.
Jul 06 16:03:28 DomDietPi systemd[1]: Started Bazarr (DietPi).
Jul 06 16:03:28 DomDietPi systemd[1]: Started Regular background program processing daemon.
Jul 06 16:03:28 DomDietPi cron[606]: (CRON) INFO (pidfile fd = 3)
Jul 06 16:03:29 DomDietPi systemd[1]: radarr.service: Service RestartSec=100ms expired, scheduling restart.
Jul 06 16:03:29 DomDietPi systemd[1]: radarr.service: Scheduled restart job, restart counter is at 1.
Jul 06 16:03:29 DomDietPi systemd[1]: Stopped Radarr (DietPi).
Jul 06 16:03:29 DomDietPi systemd[1]: Started Radarr (DietPi).
Jul 06 16:03:29 DomDietPi cron[606]: (CRON) INFO (Running @reboot jobs)
Jul 06 16:03:29 DomDietPi systemd[619]: radarr.service:Failed to set up mount namespacing: No such file or directory
Jul 06 16:03:29 DomDietPi systemd[619]: radarr.service:Failed at step NAMESPACE spawning /opt/radarr/Radarr: No such file or directory
Jul 06 16:03:29 DomDietPi systemd[1]: radarr.service: Main process exited, code=exited, status=226/NAMESPACE
Jul 06 16:03:29 DomDietPi systemd[1]: radarr.service: Failed with result 'exit-code'.
Welcome to our community
If I remember well, we had a couple of such reports in the past. We never found out what the issue was. But usually it was fixed to reinstall Radarr. [Resolved] Radarr and Sonarr services failed - #3 by thewhatofwhom
dietpi-software reinstall 145
Sorry I forgot to mention I did see others have success with a reinstall, but that didn’t work for me. I believe it successfully reinstalled using that command however the same issue is occuring
as said, we never found a solution for this. Maybe @MichaIng has an idea.
This error happens when systemd is trying to apply sandboxing for directories which do not exist. Was this a fresh Radarr install?
1 Like
was this with the service definition where we had directories that did not exist but we tried to limit access of the application to this directories? Maybe I’m mixing up thinks. 
Yes, respectively we tired to explicitly grant permissions to directories (otherwise preventing for all others) which in cases did not exist. A while ago we switched to a syntax which allows the directories to be missing, but I think we didn’t force an update of Radarr (including the service file) that time.
1 Like
ok let’s check service configuration for @boofbuscus . Can you share following
systemctl cat radarr
Sure, here is the output
# /etc/systemd/system/radarr.service
[Unit]
Description=Radarr (DietPi)
Wants=network-online.target
After=network-online.target
[Service]
SyslogIdentifier=Radarr
User=radarr
UMask=002
LogsDirectory=radarr
ExecStart=/opt/radarr/Radarr -nobrowser -data=/mnt/dietpi_userdata/radarr
TimeoutStopSec=20
KillMode=process
Restart=on-failure
# Hardening
ProtectSystem=strict
ProtectHome=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectControlGroups=true
ReadWritePaths=-/opt/radarr -/mnt -/media -/var/log/radarr -/tmp
[Install]
WantedBy=multi-user.target
# /etc/systemd/system/radarr.service.d/dietpi-process_tool.conf
# WARNING: Do not manually edit this file, use "dietpi-services" to adjust values!
[Service]
CPUSchedulingPolicy=idle
IOSchedulingClass=idle
# /etc/systemd/system/radarr.service.d/dietpi-services_edit.conf
[Unit]
#Description=Radarr Daemon (DietPi)
#Wants=network-online.target
#After=network-online.target dietpi-boot.service
[Service]
#SyslogIdentifier=Radarr
#User=radarr
#UMask=002
#ExecStart=/usr/bin/mono -O=-aot /opt/Radarr/Radarr.exe -nobrowser -data=/mnt/dietpi_userdata/radarr
#TimeoutStopSec=20
#KillMode=process
#Restart=on-failure
# Hardening
#ProtectSystem=strict
#ProtectHome=true
#PrivateDevices=true
#ProtectKernelTunables=true
#ProtectControlGroups=true
ReadWritePaths=/opt/Radarr /mnt /media /var/log/radarr /tmp /mnt/6E9485699485351D/Movies
[Install]
#WantedBy=multi-user.target
Could it be something to do with the User data location? Mine has changed from default, to /mnt/Media/dietpi_userdata
Ah, in dietpi-services
adjust the override for the Jellyfin service the contain dashes -
in front of each path in the ReadWritePaths=
line. Compare with the actual service of your output above. Or remove the override config competely of the custom path you added is not used anymore.
Sorry I’m a bit confused what to do here. Is this correct?
- dietpi-services
- open ‘radarr’
- open ‘edit’ for /etc/systemd/system/radarr.service
What I see here is the only line that is ‘not’ commented out is the ReadWritePaths, which states:
ReadWritePaths=/opt/Radarr /mnt /media /var/log/radarr /tmp /mnt/6E948569948535$
So should I add dashs -
to match the systemctl output above? Or comment out the entire line? What about the /mnt/6E948569948535$
at the end which is not listed in the systemctl output?
Sorry for the noob questions, still learning! Also interested in what is causing this issue and what these changes are doing to fix it, it’s all interesting stuff to me
Cheers!
Hey @MichaIng just checking in regarding the question above.
Thanks!
Sorry for the late answer. Yes add the dashes -
as you described. You must have added the additional entry sometime in the past to show Radarr to write to this path. If you do not use it anymore, you could clear/remove the whole file instead:
sudo rm /etc/systemd/system/radarr.service.d/dietpi-services_edit.conf
sudo systemctl daemon-reload
sudo systemctl restart radarr
So I dashed out the lines as mentioned, including the /mnt and gave radarr and dietpi a full reboot, but radarr never came online, not even briefly like it used to.
Here’s systemctl since adding dashes
# /etc/systemd/system/radarr.service
[Unit]
Description=Radarr (DietPi)
Wants=network-online.target
After=network-online.target
[Service]
SyslogIdentifier=Radarr
User=radarr
UMask=002
LogsDirectory=radarr
ExecStart=/opt/radarr/Radarr -nobrowser -data=/mnt/dietpi_userdata/radarr
TimeoutStopSec=20
KillMode=process
Restart=on-failure
# Hardening
ProtectSystem=strict
ProtectHome=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectControlGroups=true
ReadWritePaths=-/opt/radarr -/mnt -/media -/var/log/radarr -/tmp
[Install]
WantedBy=multi-user.target
# /etc/systemd/system/radarr.service.d/dietpi-process_tool.conf
# WARNING: Do not manually edit this file, use "dietpi-services" to adjust value
s!
[Service]
CPUSchedulingPolicy=idle
IOSchedulingClass=idle
# /etc/systemd/system/radarr.service.d/dietpi-services_edit.conf
[Unit]
#Description=Radarr Daemon (DietPi)
#Wants=network-online.target
#After=network-online.target dietpi-boot.service
[Service]
#SyslogIdentifier=Radarr
#User=radarr
#UMask=002
#ExecStart=/usr/bin/mono -O=-aot /opt/Radarr/Radarr.exe -nobrowser -data=/mnt/dietpi_userdata/radarr
#TimeoutStopSec=20
#KillMode=process
#Restart=on-failure
# Hardening
#ProtectSystem=strict
#ProtectHome=true
#PrivateDevices=true
#ProtectKernelTunables=true
#ProtectControlGroups=true
ReadWritePaths=-/opt/Radarr -/mnt -/media -/var/log/radarr -/tmp -/mnt/6E9485699
485351D/Movies
[Install]
#WantedBy=multi-user.target
And I’m getting the following in journalctl
Aug 02 10:06:07 DomDietPi systemd[592]: radarr.service:
Failed to execute command: Permission denied
Aug 02 10:06:07 DomDietPi systemd[592]: radarr.service:
Failed at step EXEC spawning /opt/radarr/Radarr: Permission denied
I removed the file as you mentioned above, reboot, and still getting the same journalctl errors…
but it’s a different issue now. Can you check following
ls -la /opt/radarr/
Sure, here’s the output
total 116648
drwxr-xr-x 5 radarr dietpi 28672 Jul 6 14:53 .
drwxr-xr-x 8 root root 4096 Jul 6 15:30 ..
-rw-r--r-- 1 radarr dietpi 2932912 Jul 6 14:51 BouncyCastle.Crypto.dll
-rw-r--r-- 1 radarr dietpi 202752 Jul 6 14:51 Dapper.dll
-rw-r--r-- 1 radarr dietpi 11264 Jul 6 14:51 DryIoc.Microsoft.DependencyInje ction.dll
-rw-r--r-- 1 radarr dietpi 167424 Jul 6 14:51 Dynamitey.dll
-rw-r--r-- 1 radarr dietpi 96768 Jul 6 14:51 FluentMigrator.Abstractions.dll
-rw-r--r-- 1 radarr dietpi 9728 Jul 6 14:51 FluentMigrator.Extensions.Oracl e.dll
-rw-r--r-- 1 radarr dietpi 20480 Jul 6 14:51 FluentMigrator.Extensions.Postg res.dll
-rw-r--r-- 1 radarr dietpi 9216 Jul 6 14:51 FluentMigrator.Extensions.SqlAn ywhere.dll
-rw-r--r-- 1 radarr dietpi 126464 Jul 6 14:51 FluentMigrator.Runner.Core.dll
-rw-r--r-- 1 radarr dietpi 33792 Jul 6 14:51 FluentMigrator.Runner.Db2.dll
-rw-r--r-- 1 radarr dietpi 75776 Jul 6 14:51 FluentMigrator.Runner.Firebird. dll
-rw-r--r-- 1 radarr dietpi 26112 Jul 6 14:51 FluentMigrator.Runner.MySql.dll
-rw-r--r-- 1 radarr dietpi 43008 Jul 6 14:51 FluentMigrator.Runner.Oracle.dl l
-rw-r--r-- 1 radarr dietpi 46592 Jul 6 14:51 FluentMigrator.Runner.Postgres. dll
-rw-r--r-- 1 radarr dietpi 27648 Jul 6 14:51 FluentMigrator.Runner.Redshift. dll
-rw-r--r-- 1 radarr dietpi 37376 Jul 6 14:51 FluentMigrator.Runner.SqlAnywhe re.dll
-rw-r--r-- 1 radarr dietpi 55808 Jul 6 14:51 FluentMigrator.Runner.SqlServer .dll
-rw-r--r-- 1 radarr dietpi 20480 Jul 6 14:51 FluentMigrator.Runner.SqlServer Ce.dll
-rw-r--r-- 1 radarr dietpi 105984 Jul 6 14:51 FluentMigrator.Runner.dll
-rw-r--r-- 1 radarr dietpi 57856 Jul 6 14:51 FluentMigrator.dll
-rw-r--r-- 1 radarr dietpi 339456 Jul 6 14:51 FluentValidation.dll
-rw-r--r-- 1 radarr dietpi 204800 Jul 6 14:51 ICSharpCode.SharpZipLib.dll
-rw-r--r-- 1 radarr dietpi 189440 Jul 6 14:51 Ical.Net.dll
-rw-r--r-- 1 radarr dietpi 71168 Jul 6 14:51 ImpromptuInterface.dll
-rw-r--r-- 1 radarr dietpi 13824 Jul 6 14:51 Instances.dll
-rw-r--r-- 1 radarr dietpi 35141 Jul 6 14:51 LICENSE
drwxr-xr-x 3 radarr dietpi 4096 Jul 6 14:52 Localization
-rw-r--r-- 1 radarr dietpi 846848 Jul 6 14:51 MailKit.dll
-rw-r--r-- 1 radarr dietpi 58496 Jul 6 14:51 Microsoft.AspNetCore.Authentica tion.Abstractions.dll
-rw-r--r-- 1 radarr dietpi 116848 Jul 6 14:51 Microsoft.AspNetCore.Authentica tion.Cookies.dll
-rw-r--r-- 1 radarr dietpi 88704 Jul 6 14:51 Microsoft.AspNetCore.Authentica tion.Core.dll
-rw-r--r-- 1 radarr dietpi 106624 Jul 6 14:51 Microsoft.AspNetCore.Authentica tion.OAuth.dll
-rw-r--r-- 1 radarr dietpi 161920 Jul 6 14:51 Microsoft.AspNetCore.Authentica tion.dll
-rw-r--r-- 1 radarr dietpi 63104 Jul 6 14:51 Microsoft.AspNetCore.Authorizat ion.Policy.dll
-rw-r--r-- 1 radarr dietpi 98432 Jul 6 14:51 Microsoft.AspNetCore.Authorizat ion.dll
-rw-r--r-- 1 radarr dietpi 51840 Jul 6 14:51 Microsoft.AspNetCore.Components .Authorization.dll
-rw-r--r-- 1 radarr dietpi 68736 Jul 6 14:51 Microsoft.AspNetCore.Components .Forms.dll
-rw-r--r-- 1 radarr dietpi 804992 Jul 6 14:51 Microsoft.AspNetCore.Components .Server.dll
-rw-r--r-- 1 radarr dietpi 331904 Jul 6 14:51 Microsoft.AspNetCore.Components .Web.dll
-rw-r--r-- 1 radarr dietpi 631424 Jul 6 14:51 Microsoft.AspNetCore.Components .dll
-rw-r--r-- 1 radarr dietpi 71296 Jul 6 14:51 Microsoft.AspNetCore.Connection s.Abstractions.dll
-rw-r--r-- 1 radarr dietpi 53376 Jul 6 14:51 Microsoft.AspNetCore.CookiePoli cy.dll
-rw-r--r-- 1 radarr dietpi 89728 Jul 6 14:51 Microsoft.AspNetCore.Cors.dll
-rw-r--r-- 1 radarr dietpi 72832 Jul 6 14:51 Microsoft.AspNetCore.Cryptograp hy.Internal.dll
-rw-r--r-- 1 radarr dietpi 36992 Jul 6 14:51 Microsoft.AspNetCore.Cryptograp hy.KeyDerivation.dll
-rw-r--r-- 1 radarr dietpi 42112 Jul 6 14:51 Microsoft.AspNetCore.DataProtec tion.Extensions.dll
-rw-r--r-- 1 radarr dietpi 24192 Jul 6 14:51 Microsoft.AspNetCore.Diagnostic s.Abstractions.dll
-rw-r--r-- 1 radarr dietpi 46208 Jul 6 14:51 Microsoft.AspNetCore.Diagnostic s.HealthChecks.dll
-rw-r--r-- 1 radarr dietpi 433280 Jul 6 14:51 Microsoft.AspNetCore.Diagnostic s.dll
-rw-r--r-- 1 radarr dietpi 39040 Jul 6 14:51 Microsoft.AspNetCore.HostFilter ing.dll
-rw-r--r-- 1 radarr dietpi 35456 Jul 6 14:51 Microsoft.AspNetCore.Hosting.Ab stractions.dll
-rw-r--r-- 1 radarr dietpi 20608 Jul 6 14:51 Microsoft.AspNetCore.Hosting.Se rver.Abstractions.dll
-rw-r--r-- 1 radarr dietpi 426624 Jul 6 14:51 Microsoft.AspNetCore.Hosting.dl l
-rw-r--r-- 1 radarr dietpi 34432 Jul 6 14:51 Microsoft.AspNetCore.Html.Abstr actions.dll
-rw-r--r-- 1 radarr dietpi 348800 Jul 6 14:51 Microsoft.AspNetCore.Http.Exten sions.dll
-rw-r--r-- 1 radarr dietpi 63616 Jul 6 14:51 Microsoft.AspNetCore.Http.Featu res.dll
-rw-r--r-- 1 radarr dietpi 159360 Jul 6 14:51 Microsoft.AspNetCore.Http.Resul ts.dll
-rw-r--r-- 1 radarr dietpi 212096 Jul 6 14:51 Microsoft.AspNetCore.Identity.d ll
-rw-r--r-- 1 radarr dietpi 22144 Jul 6 14:51 Microsoft.AspNetCore.Localizati on.Routing.dll
-rw-r--r-- 1 radarr dietpi 63104 Jul 6 14:51 Microsoft.AspNetCore.Localizati on.dll
-rw-r--r-- 1 radarr dietpi 17520 Jul 6 14:51 Microsoft.AspNetCore.Metadata.d ll
-rw-r--r-- 1 radarr dietpi 228480 Jul 6 14:51 Microsoft.AspNetCore.Mvc.Abstra ctions.dll
-rw-r--r-- 1 radarr dietpi 159360 Jul 6 14:51 Microsoft.AspNetCore.Mvc.ApiExp lorer.dll
-rw-r--r-- 1 radarr dietpi 2146432 Jul 6 14:51 Microsoft.AspNetCore.Mvc.Core.d ll
-rw-r--r-- 1 radarr dietpi 50304 Jul 6 14:51 Microsoft.AspNetCore.Mvc.Cors.d ll
-rw-r--r-- 1 radarr dietpi 115840 Jul 6 14:51 Microsoft.AspNetCore.Mvc.DataAn notations.dll
-rw-r--r-- 1 radarr dietpi 17024 Jul 6 14:51 Microsoft.AspNetCore.Mvc.Format ters.Json.dll
-rw-r--r-- 1 radarr dietpi 128128 Jul 6 14:51 Microsoft.AspNetCore.Mvc.Format ters.Xml.dll
-rw-r--r-- 1 radarr dietpi 47232 Jul 6 14:51 Microsoft.AspNetCore.Mvc.Locali zation.dll
-rw-r--r-- 1 radarr dietpi 272512 Jul 6 14:51 Microsoft.AspNetCore.Mvc.Razor. dll
-rw-r--r-- 1 radarr dietpi 521840 Jul 6 14:51 Microsoft.AspNetCore.Mvc.RazorP ages.dll
-rw-r--r-- 1 radarr dietpi 315520 Jul 6 14:51 Microsoft.AspNetCore.Mvc.TagHel pers.dll
-rw-r--r-- 1 radarr dietpi 923264 Jul 6 14:51 Microsoft.AspNetCore.Mvc.ViewFe atures.dll
-rw-r--r-- 1 radarr dietpi 35456 Jul 6 14:51 Microsoft.AspNetCore.Mvc.dll
-rw-r--r-- 1 radarr dietpi 70784 Jul 6 14:51 Microsoft.AspNetCore.Razor.Runt ime.dll
-rw-r--r-- 1 radarr dietpi 70272 Jul 6 14:51 Microsoft.AspNetCore.Razor.dll
-rw-r--r-- 1 radarr dietpi 18560 Jul 6 14:51 Microsoft.AspNetCore.ResponseCa ching.Abstractions.dll
-rw-r--r-- 1 radarr dietpi 158848 Jul 6 14:51 Microsoft.AspNetCore.ResponseCa ching.dll
-rw-r--r-- 1 radarr dietpi 81536 Jul 6 14:51 Microsoft.AspNetCore.ResponseCo mpression.dll
-rw-r--r-- 1 radarr dietpi 244864 Jul 6 14:51 Microsoft.AspNetCore.Rewrite.dl l
-rw-r--r-- 1 radarr dietpi 59008 Jul 6 14:51 Microsoft.AspNetCore.Routing.Ab stractions.dll
-rw-r--r-- 1 radarr dietpi 839296 Jul 6 14:51 Microsoft.AspNetCore.Routing.dl l
-rw-r--r-- 1 radarr dietpi 634496 Jul 6 14:51 Microsoft.AspNetCore.Server.Htt pSys.dll
-rw-r--r-- 1 radarr dietpi 688256 Jul 6 14:51 Microsoft.AspNetCore.Server.IIS .dll
-rw-r--r-- 1 radarr dietpi 238208 Jul 6 14:51 Microsoft.AspNetCore.Server.Kes trel.Transport.Quic.dll
-rw-r--r-- 1 radarr dietpi 166016 Jul 6 14:51 Microsoft.AspNetCore.Server.Kes trel.Transport.Sockets.dll
-rw-r--r-- 1 radarr dietpi 24192 Jul 6 14:51 Microsoft.AspNetCore.Server.Kes trel.dll
-rw-r--r-- 1 radarr dietpi 92288 Jul 6 14:51 Microsoft.AspNetCore.Session.dl l
-rw-r--r-- 1 radarr dietpi 78464 Jul 6 14:51 Microsoft.AspNetCore.SignalR.Pr otocols.Json.dll
-rw-r--r-- 1 radarr dietpi 29824 Jul 6 14:51 Microsoft.AspNetCore.SignalR.dl l
-rw-r--r-- 1 radarr dietpi 170112 Jul 6 14:51 Microsoft.AspNetCore.StaticFile s.dll
-rw-r--r-- 1 radarr dietpi 65136 Jul 6 14:51 Microsoft.AspNetCore.WebSockets .dll
-rw-r--r-- 1 radarr dietpi 282240 Jul 6 14:51 Microsoft.AspNetCore.WebUtiliti es.dll
-rw-r--r-- 1 radarr dietpi 115328 Jul 6 14:51 Microsoft.AspNetCore.dll
-rw-r--r-- 1 radarr dietpi 951920 Jul 6 14:51 Microsoft.CSharp.dll
-rw-r--r-- 1 radarr dietpi 1397208 Jul 6 14:51 Microsoft.Data.SqlClient.dll
-rw-r--r-- 1 radarr dietpi 49304 Jul 6 14:51 Microsoft.Extensions.Caching.Ab stractions.dll
-rw-r--r-- 1 radarr dietpi 85656 Jul 6 14:51 Microsoft.Extensions.Caching.Me mory.dll
-rw-r--r-- 1 radarr dietpi 37016 Jul 6 14:51 Microsoft.Extensions.Configurat ion.CommandLine.dll
-rw-r--r-- 1 radarr dietpi 25752 Jul 6 14:51 Microsoft.Extensions.Configurat ion.EnvironmentVariables.dll
-rw-r--r-- 1 radarr dietpi 43672 Jul 6 14:51 Microsoft.Extensions.Configurat ion.FileExtensions.dll
-rw-r--r-- 1 radarr dietpi 35440 Jul 6 14:51 Microsoft.Extensions.Configurat ion.Ini.dll
-rw-r--r-- 1 radarr dietpi 42136 Jul 6 14:51 Microsoft.Extensions.Configurat ion.Json.dll
-rw-r--r-- 1 radarr dietpi 32896 Jul 6 14:51 Microsoft.Extensions.Configurat ion.KeyPerFile.dll
-rw-r--r-- 1 radarr dietpi 37528 Jul 6 14:51 Microsoft.Extensions.Configurat ion.UserSecrets.dll
-rw-r--r-- 1 radarr dietpi 83096 Jul 6 14:51 Microsoft.Extensions.Configurat ion.dll
-rw-r--r-- 1 radarr dietpi 96920 Jul 6 14:51 Microsoft.Extensions.Dependency Injection.Abstractions.dll
-rw-r--r-- 1 radarr dietpi 33920 Jul 6 14:51 Microsoft.Extensions.Diagnostic s.HealthChecks.Abstractions.dll
-rw-r--r-- 1 radarr dietpi 107136 Jul 6 14:51 Microsoft.Extensions.Diagnostic s.HealthChecks.dll
-rw-r--r-- 1 radarr dietpi 33920 Jul 6 14:51 Microsoft.Extensions.Features.d ll
-rw-r--r-- 1 radarr dietpi 29848 Jul 6 14:51 Microsoft.Extensions.FileProvid ers.Abstractions.dll
-rw-r--r-- 1 radarr dietpi 24216 Jul 6 14:51 Microsoft.Extensions.FileProvid ers.Composite.dll
-rw-r--r-- 1 radarr dietpi 70784 Jul 6 14:51 Microsoft.Extensions.FileProvid ers.Embedded.dll
-rw-r--r-- 1 radarr dietpi 91288 Jul 6 14:51 Microsoft.Extensions.FileProvid ers.Physical.dll
-rw-r--r-- 1 radarr dietpi 47256 Jul 6 14:51 Microsoft.Extensions.Hosting.Ab stractions.dll
-rw-r--r-- 1 radarr dietpi 22640 Jul 6 14:51 Microsoft.Extensions.Hosting.Wi ndowsServices.dll
-rw-r--r-- 1 radarr dietpi 122520 Jul 6 14:51 Microsoft.Extensions.Hosting.dl l
-rw-r--r-- 1 radarr dietpi 162928 Jul 6 14:51 Microsoft.Extensions.Http.dll
-rw-r--r-- 1 radarr dietpi 83584 Jul 6 14:51 Microsoft.Extensions.Identity.S tores.dll
-rw-r--r-- 1 radarr dietpi 56960 Jul 6 14:51 Microsoft.Extensions.Localizati on.dll
-rw-r--r-- 1 radarr dietpi 152216 Jul 6 14:51 Microsoft.Extensions.Logging.Ab stractions.dll
-rw-r--r-- 1 radarr dietpi 42648 Jul 6 14:51 Microsoft.Extensions.Logging.Co nfiguration.dll
-rw-r--r-- 1 radarr dietpi 22680 Jul 6 14:51 Microsoft.Extensions.Logging.De bug.dll
-rw-r--r-- 1 radarr dietpi 59544 Jul 6 14:51 Microsoft.Extensions.Logging.Ev entSource.dll
-rw-r--r-- 1 radarr dietpi 29848 Jul 6 14:51 Microsoft.Extensions.Logging.Tr aceSource.dll
-rw-r--r-- 1 radarr dietpi 96920 Jul 6 14:51 Microsoft.Extensions.Logging.dl l
And second half below:
-rw-r--r-- 1 radarr dietpi 33904 Jul 6 14:51 Microsoft.Extensions.Options.Co nfigurationExtensions.dll
-rw-r--r-- 1 radarr dietpi 26776 Jul 6 14:51 Microsoft.Extensions.Options.Da taAnnotations.dll
-rw-r--r-- 1 radarr dietpi 33408 Jul 6 14:51 Microsoft.Extensions.WebEncoder s.dll
-rw-r--r-- 1 radarr dietpi 1310664 Jul 6 14:51 Microsoft.Identity.Client.dll
-rw-r--r-- 1 radarr dietpi 62840 Jul 6 14:51 Microsoft.IdentityModel.JsonWeb Tokens.dll
-rw-r--r-- 1 radarr dietpi 108920 Jul 6 14:51 Microsoft.IdentityModel.Protoco ls.OpenIdConnect.dll
-rw-r--r-- 1 radarr dietpi 32632 Jul 6 14:51 Microsoft.IdentityModel.Protoco ls.dll
-rw-r--r-- 1 radarr dietpi 870264 Jul 6 14:51 Microsoft.IdentityModel.Tokens. dll
-rw-r--r-- 1 radarr dietpi 146048 Jul 6 14:51 Microsoft.JSInterop.dll
-rw-r--r-- 1 radarr dietpi 248960 Jul 6 14:51 Microsoft.Net.Http.Headers.dll
-rw-r--r-- 1 radarr dietpi 173960 Jul 6 14:51 Microsoft.OpenApi.dll
-rw-r--r-- 1 radarr dietpi 1410672 Jul 6 14:51 Microsoft.VisualBasic.Core.dll
-rw-r--r-- 1 radarr dietpi 18072 Jul 6 14:51 Microsoft.VisualBasic.dll
-rw-r--r-- 1 radarr dietpi 24176 Jul 6 14:51 Microsoft.Win32.Primitives.dll
-rw-r--r-- 1 radarr dietpi 63600 Jul 6 14:51 Microsoft.Win32.Registry.dll
-rw-r--r-- 1 radarr dietpi 26224 Jul 6 14:51 Microsoft.Win32.SystemEvents.dl l
-rw-r--r-- 1 radarr dietpi 1022464 Jul 6 14:51 MimeKit.dll
-rw-r--r-- 1 radarr dietpi 68608 Jul 6 14:51 Mono.Nat.dll
-rw-r--r-- 1 radarr dietpi 643584 Jul 6 14:51 MonoTorrent.dll
-rw-r--r-- 1 radarr dietpi 55296 Jul 6 14:51 NLog.Extensions.Logging.dll
-rw-r--r-- 1 radarr dietpi 724992 Jul 6 14:51 NLog.Targets.Syslog.dll
-rw-r--r-- 1 radarr dietpi 823296 Jul 6 14:51 NLog.dll
-rw-r--r-- 1 radarr dietpi 695336 Jul 6 14:51 Newtonsoft.Json.dll
-rw-r--r-- 1 radarr dietpi 200416 Jul 6 14:51 Radarr
-rw-r--r-- 1 radarr dietpi 141280 Jul 6 14:51 Radarr.Api.V3.deps.json
-rw-r--r-- 1 radarr dietpi 96560 Jul 6 14:51 Radarr.Api.V3.pdb
-rw-r--r-- 1 radarr dietpi 50419 Jul 6 14:51 Radarr.Common.deps.json
-rw-r--r-- 1 radarr dietpi 239616 Jul 6 14:51 Radarr.Common.dll
-rw-r--r-- 1 radarr dietpi 94344 Jul 6 14:51 Radarr.Common.pdb
-rw-r--r-- 1 radarr dietpi 84287 Jul 6 14:51 Radarr.Core.deps.json
-rw-r--r-- 1 radarr dietpi 1949696 Jul 6 14:51 Radarr.Core.dll
-rw-r--r-- 1 radarr dietpi 677776 Jul 6 14:51 Radarr.Core.pdb
-rw-r--r-- 1 radarr dietpi 144713 Jul 6 14:51 Radarr.Host.deps.json
-rw-r--r-- 1 radarr dietpi 39424 Jul 6 14:51 Radarr.Host.dll
-rw-r--r-- 1 radarr dietpi 30152 Jul 6 14:51 Radarr.Host.pdb
-rw-r--r-- 1 radarr dietpi 139692 Jul 6 14:51 Radarr.Http.deps.json
-rw-r--r-- 1 radarr dietpi 77312 Jul 6 14:51 Radarr.Http.dll
-rw-r--r-- 1 radarr dietpi 47084 Jul 6 14:51 Radarr.Http.pdb
-rw-r--r-- 1 radarr dietpi 51623 Jul 6 14:51 Radarr.Mono.deps.json
-rw-r--r-- 1 radarr dietpi 21536 Jul 6 14:51 Radarr.Mono.pdb
-rw-r--r-- 1 radarr dietpi 79141 Jul 6 14:51 Radarr.SignalR.deps.json
-rw-r--r-- 1 radarr dietpi 9728 Jul 6 14:51 Radarr.SignalR.dll
-rw-r--r-- 1 radarr dietpi 23096 Jul 6 14:51 Radarr.SignalR.pdb
-rw-r--r-- 1 radarr dietpi 211476 Jul 6 14:51 Radarr.deps.json
-rw-r--r-- 1 radarr dietpi 118784 Jul 6 14:51 Radarr.dll
-rw-r--r-- 1 radarr dietpi 23460 Jul 6 14:51 Radarr.pdb
-rw-r--r-- 1 radarr dietpi 376 Jul 6 14:51 Radarr.runtimeconfig.json
-rw-r--r-- 1 radarr dietpi 21504 Jul 6 14:51 ReusableTasks.dll
-rw-r--r-- 1 radarr dietpi 416768 Jul 6 14:51 Sentry.dll
-rw-r--r-- 1 radarr dietpi 200416 Jul 6 14:51 ServiceInstall
-rw-r--r-- 1 radarr dietpi 200416 Jul 6 14:51 ServiceUninstall
-rw-r--r-- 1 radarr dietpi 1229824 Jul 6 14:51 SixLabors.ImageSharp.dll
-rw-r--r-- 1 radarr dietpi 14848 Jul 6 14:51 Swashbuckle.AspNetCore.Swagger. dll
-rw-r--r-- 1 radarr dietpi 14448 Jul 6 14:51 System.Buffers.dll
-rw-r--r-- 1 radarr dietpi 685168 Jul 6 14:51 System.Collections.Immutable.dl l
-rw-r--r-- 1 radarr dietpi 114800 Jul 6 14:51 System.Collections.NonGeneric.d ll
-rw-r--r-- 1 radarr dietpi 109168 Jul 6 14:51 System.Collections.Specialized. dll
-rw-r--r-- 1 radarr dietpi 308848 Jul 6 14:51 System.Collections.dll
-rw-r--r-- 1 radarr dietpi 17536 Jul 6 14:51 System.ComponentModel.DataAnnot ations.dll
-rw-r--r-- 1 radarr dietpi 41072 Jul 6 14:51 System.ComponentModel.EventBase dAsync.dll
-rw-r--r-- 1 radarr dietpi 85616 Jul 6 14:51 System.ComponentModel.Primitive s.dll
-rw-r--r-- 1 radarr dietpi 861296 Jul 6 14:51 System.ComponentModel.TypeConve rter.dll
-rw-r--r-- 1 radarr dietpi 19096 Jul 6 14:51 System.ComponentModel.dll
-rw-r--r-- 1 radarr dietpi 395376 Jul 6 14:51 System.Configuration.Configurat ionManager.dll
-rw-r--r-- 1 radarr dietpi 19584 Jul 6 14:51 System.Configuration.dll
-rw-r--r-- 1 radarr dietpi 213104 Jul 6 14:51 System.Console.dll
-rw-r--r-- 1 radarr dietpi 24216 Jul 6 14:51 System.Core.dll
-rw-r--r-- 1 radarr dietpi 3514992 Jul 6 14:51 System.Data.Common.dll
-rw-r--r-- 1 radarr dietpi 16024 Jul 6 14:51 System.Data.DataSetExtensions.d ll
-rw-r--r-- 1 radarr dietpi 357376 Jul 6 14:51 System.Data.SQLite.dll
-rw-r--r-- 1 radarr dietpi 470240 Jul 6 14:51 System.Data.SqlServerCe.dll
-rw-r--r-- 1 radarr dietpi 24688 Jul 6 14:51 System.Data.dll
-rw-r--r-- 1 radarr dietpi 16024 Jul 6 14:51 System.Diagnostics.Contracts.dl l
-rw-r--r-- 1 radarr dietpi 14960 Jul 6 14:51 System.Diagnostics.Debug.dll
-rw-r--r-- 1 radarr dietpi 433264 Jul 6 14:51 System.Diagnostics.DiagnosticSo urce.dll
-rw-r--r-- 1 radarr dietpi 42096 Jul 6 14:51 System.Diagnostics.FileVersionI nfo.dll
-rw-r--r-- 1 radarr dietpi 297624 Jul 6 14:51 System.Diagnostics.Process.dll
-rw-r--r-- 1 radarr dietpi 65648 Jul 6 14:51 System.Diagnostics.TextWriterTr aceListener.dll
-rw-r--r-- 1 radarr dietpi 152176 Jul 6 14:51 System.Diagnostics.TraceSource. dll
-rw-r--r-- 1 radarr dietpi 16536 Jul 6 14:51 System.Diagnostics.Tracing.dll
-rw-r--r-- 1 radarr dietpi 427112 Jul 6 14:51 System.Drawing.Common.dll
-rw-r--r-- 1 radarr dietpi 138352 Jul 6 14:51 System.Drawing.Primitives.dll
-rw-r--r-- 1 radarr dietpi 21144 Jul 6 14:51 System.Drawing.dll
-rw-r--r-- 1 radarr dietpi 225392 Jul 6 14:51 System.Formats.Asn1.dll
-rw-r--r-- 1 radarr dietpi 14960 Jul 6 14:51 System.Globalization.Calendars. dll
-rw-r--r-- 1 radarr dietpi 15512 Jul 6 14:51 System.Globalization.Extensions .dll
-rw-r--r-- 1 radarr dietpi 14960 Jul 6 14:51 System.Globalization.dll
-rw-r--r-- 1 radarr dietpi 80024 Jul 6 14:51 System.IO.Compression.Brotli.dl l
-rw-r--r-- 1 radarr dietpi 16024 Jul 6 14:51 System.IO.Compression.FileSyste m.dll
-rw-r--r-- 1 radarr dietpi 56944 Jul 6 14:51 System.IO.Compression.ZipFile.d ll
-rw-r--r-- 1 radarr dietpi 306840 Jul 6 14:51 System.IO.Compression.dll
-rw-r--r-- 1 radarr dietpi 85616 Jul 6 14:51 System.IO.FileSystem.DriveInfo. dll
-rw-r--r-- 1 radarr dietpi 15512 Jul 6 14:51 System.IO.FileSystem.Primitives .dll
-rw-r--r-- 1 radarr dietpi 107120 Jul 6 14:51 System.IO.FileSystem.Watcher.dl l
-rw-r--r-- 1 radarr dietpi 24192 Jul 6 14:51 System.IO.FileSystem.dll
-rw-r--r-- 1 radarr dietpi 89712 Jul 6 14:51 System.IO.IsolatedStorage.dll
-rw-r--r-- 1 radarr dietpi 83568 Jul 6 14:51 System.IO.MemoryMappedFiles.dll
-rw-r--r-- 1 radarr dietpi 215168 Jul 6 14:51 System.IO.Pipelines.dll
-rw-r--r-- 1 radarr dietpi 143512 Jul 6 14:51 System.IO.Pipes.dll
-rw-r--r-- 1 radarr dietpi 14448 Jul 6 14:51 System.IO.UnmanagedMemoryStream .dll
-rw-r--r-- 1 radarr dietpi 16024 Jul 6 14:51 System.IO.dll
-rw-r--r-- 1 radarr dietpi 5024920 Jul 6 14:51 System.Linq.Expressions.dll
-rw-r--r-- 1 radarr dietpi 988824 Jul 6 14:51 System.Linq.Parallel.dll
-rw-r--r-- 1 radarr dietpi 275056 Jul 6 14:51 System.Linq.Queryable.dll
-rw-r--r-- 1 radarr dietpi 617112 Jul 6 14:51 System.Linq.dll
-rw-r--r-- 1 radarr dietpi 199320 Jul 6 14:51 System.Memory.dll
-rw-r--r-- 1 radarr dietpi 89712 Jul 6 14:51 System.Net.Http.Json.dll
-rw-r--r-- 1 radarr dietpi 1974936 Jul 6 14:51 System.Net.Http.dll
-rw-r--r-- 1 radarr dietpi 576152 Jul 6 14:51 System.Net.Mail.dll
-rw-r--r-- 1 radarr dietpi 96368 Jul 6 14:51 System.Net.NameResolution.dll
-rw-r--r-- 1 radarr dietpi 185496 Jul 6 14:51 System.Net.NetworkInformation.d ll
-rw-r--r-- 1 radarr dietpi 108696 Jul 6 14:51 System.Net.Ping.dll
-rw-r--r-- 1 radarr dietpi 258160 Jul 6 14:51 System.Net.Primitives.dll
-rw-r--r-- 1 radarr dietpi 333464 Jul 6 14:51 System.Net.Quic.dll
-rw-r--r-- 1 radarr dietpi 403608 Jul 6 14:51 System.Net.Requests.dll
-rw-r--r-- 1 radarr dietpi 786072 Jul 6 14:51 System.Net.Security.dll
-rw-r--r-- 1 radarr dietpi 39576 Jul 6 14:51 System.Net.ServicePoint.dll
-rw-r--r-- 1 radarr dietpi 669808 Jul 6 14:51 System.Net.Sockets.dll
-rw-r--r-- 1 radarr dietpi 187544 Jul 6 14:51 System.Net.WebClient.dll
-rw-r--r-- 1 radarr dietpi 34456 Jul 6 14:51 System.Net.WebProxy.dll
-rw-r--r-- 1 radarr dietpi 83056 Jul 6 14:51 System.Net.WebSockets.Client.dl l
-rw-r--r-- 1 radarr dietpi 203376 Jul 6 14:51 System.Net.WebSockets.dll
-rw-r--r-- 1 radarr dietpi 14960 Jul 6 14:51 System.Numerics.Vectors.dll
-rw-r--r-- 1 radarr dietpi 16024 Jul 6 14:51 System.Numerics.dll
-rw-r--r-- 1 radarr dietpi 102000 Jul 6 14:51 System.ObjectModel.dll
-rw-r--r-- 1 radarr dietpi 11912856 Jul 6 14:51 System.Private.CoreLib.dll
-rw-r--r-- 1 radarr dietpi 281240 Jul 6 14:51 System.Private.Uri.dll
-rw-r--r-- 1 radarr dietpi 472688 Jul 6 14:51 System.Private.Xml.Linq.dll
-rw-r--r-- 1 radarr dietpi 9962136 Jul 6 14:51 System.Private.Xml.dll
-rw-r--r-- 1 radarr dietpi 71832 Jul 6 14:51 System.Reflection.DispatchProxy .dll
-rw-r--r-- 1 radarr dietpi 16024 Jul 6 14:51 System.Reflection.Emit.ILGenera tion.dll
-rw-r--r-- 1 radarr dietpi 14960 Jul 6 14:51 System.Reflection.Emit.Lightwei ght.dll
-rw-r--r-- 1 radarr dietpi 1255576 Jul 6 14:51 System.Reflection.Metadata.dll
-rw-r--r-- 1 radarr dietpi 14960 Jul 6 14:51 System.Reflection.Primitives.dl l
-rw-r--r-- 1 radarr dietpi 34416 Jul 6 14:51 System.Reflection.TypeExtension s.dll
-rw-r--r-- 1 radarr dietpi 15472 Jul 6 14:51 System.Reflection.dll
-rw-r--r-- 1 radarr dietpi 15512 Jul 6 14:51 System.Resources.Reader.dll
-rw-r--r-- 1 radarr dietpi 14960 Jul 6 14:51 System.Resources.ResourceManage r.dll
-rw-r--r-- 1 radarr dietpi 48752 Jul 6 14:51 System.Resources.Writer.dll
-rw-r--r-- 1 radarr dietpi 83528 Jul 6 14:51 System.Runtime.Caching.dll
-rw-r--r-- 1 radarr dietpi 22680 Jul 6 14:51 System.Runtime.CompilerServices .Unsafe.dll
-rw-r--r-- 1 radarr dietpi 19568 Jul 6 14:51 System.Runtime.CompilerServices .VisualC.dll
-rw-r--r-- 1 radarr dietpi 17008 Jul 6 14:51 System.Runtime.Extensions.dll
-rw-r--r-- 1 radarr dietpi 15512 Jul 6 14:51 System.Runtime.Handles.dll
-rw-r--r-- 1 radarr dietpi 55448 Jul 6 14:51 System.Runtime.InteropServices. dll
-rw-r--r-- 1 radarr dietpi 15472 Jul 6 14:51 System.Runtime.Intrinsics.dll
-rw-r--r-- 1 radarr dietpi 16024 Jul 6 14:51 System.Runtime.Loader.dll
-rw-r--r-- 1 radarr dietpi 372336 Jul 6 14:51 System.Runtime.Serialization.Fo rmatters.dll
-rw-r--r-- 1 radarr dietpi 30360 Jul 6 14:51 System.Runtime.Serialization.Pr imitives.dll
-rw-r--r-- 1 radarr dietpi 17560 Jul 6 14:51 System.Runtime.Serialization.dl l
-rw-r--r-- 1 radarr dietpi 42648 Jul 6 14:51 System.Runtime.dll
-rw-r--r-- 1 radarr dietpi 52848 Jul 6 14:51 System.Security.AccessControl.d ll
-rw-r--r-- 1 radarr dietpi 850544 Jul 6 14:51 System.Security.Cryptography.Al gorithms.dll
-rw-r--r-- 1 radarr dietpi 48752 Jul 6 14:51 System.Security.Cryptography.Cn g.dll
-rw-r--r-- 1 radarr dietpi 135792 Jul 6 14:51 System.Security.Cryptography.Cs p.dll
-rw-r--r-- 1 radarr dietpi 112752 Jul 6 14:51 System.Security.Cryptography.En coding.dll
-rw-r--r-- 1 radarr dietpi 234136 Jul 6 14:51 System.Security.Cryptography.Op enSsl.dll
-rw-r--r-- 1 radarr dietpi 152176 Jul 6 14:51 System.Security.Cryptography.Pr imitives.dll
-rw-r--r-- 1 radarr dietpi 20592 Jul 6 14:51 System.Security.Cryptography.Pr otectedData.dll
-rw-r--r-- 1 radarr dietpi 872600 Jul 6 14:51 System.Security.Cryptography.X5 09Certificates.dll
-rw-r--r-- 1 radarr dietpi 521344 Jul 6 14:51 System.Security.Cryptography.Xm l.dll
-rw-r--r-- 1 radarr dietpi 37016 Jul 6 14:51 System.Security.Principal.Windo ws.dll
-rw-r--r-- 1 radarr dietpi 14448 Jul 6 14:51 System.Security.Principal.dll
-rw-r--r-- 1 radarr dietpi 15512 Jul 6 14:51 System.Security.SecureString.dl l
-rw-r--r-- 1 radarr dietpi 16496 Jul 6 14:51 System.ServiceModel.Web.dll
-rw-r--r-- 1 radarr dietpi 32368 Jul 6 14:51 System.ServiceProcess.ServiceCo ntroller.dll
-rw-r--r-- 1 radarr dietpi 16536 Jul 6 14:51 System.ServiceProcess.dll
-rw-r--r-- 1 radarr dietpi 896112 Jul 6 14:51 System.Text.Encoding.CodePages. dll
-rw-r--r-- 1 radarr dietpi 14960 Jul 6 14:51 System.Text.Encoding.Extensions .dll
-rw-r--r-- 1 radarr dietpi 14960 Jul 6 14:51 System.Text.Encoding.dll
-rw-r--r-- 1 radarr dietpi 144536 Jul 6 14:51 System.Text.Encodings.Web.dll
-rw-r--r-- 1 radarr dietpi 1704560 Jul 6 14:51 System.Text.Json.dll
-rw-r--r-- 1 radarr dietpi 141424 Jul 6 14:51 System.Threading.Channels.dll
-rw-r--r-- 1 radarr dietpi 16024 Jul 6 14:51 System.Threading.Overlapped.dll
-rw-r--r-- 1 radarr dietpi 578160 Jul 6 14:51 System.Threading.Tasks.Dataflow .dll
-rw-r--r-- 1 radarr dietpi 14960 Jul 6 14:51 System.Threading.Tasks.Extensio ns.dll
-rw-r--r-- 1 radarr dietpi 156784 Jul 6 14:51 System.Threading.Tasks.Parallel .dll
-rw-r--r-- 1 radarr dietpi 15984 Jul 6 14:51 System.Threading.Tasks.dll
-rw-r--r-- 1 radarr dietpi 16024 Jul 6 14:51 System.Threading.Thread.dll
-rw-r--r-- 1 radarr dietpi 14960 Jul 6 14:51 System.Threading.ThreadPool.dll
-rw-r--r-- 1 radarr dietpi 15512 Jul 6 14:51 System.Threading.Timer.dll
-rw-r--r-- 1 radarr dietpi 88688 Jul 6 14:51 System.Threading.dll
-rw-r--r-- 1 radarr dietpi 395888 Jul 6 14:51 System.Transactions.Local.dll
-rw-r--r-- 1 radarr dietpi 17048 Jul 6 14:51 System.Transactions.dll
-rw-r--r-- 1 radarr dietpi 15512 Jul 6 14:51 System.ValueTuple.dll
-rw-r--r-- 1 radarr dietpi 57496 Jul 6 14:51 System.Web.HttpUtility.dll
-rw-r--r-- 1 radarr dietpi 25712 Jul 6 14:51 System.Windows.Extensions.dll
-rw-r--r-- 1 radarr dietpi 16536 Jul 6 14:51 System.Windows.dll
-rw-r--r-- 1 radarr dietpi 16512 Jul 6 14:51 System.Xml.Linq.dll
-rw-r--r-- 1 radarr dietpi 22144 Jul 6 14:51 System.Xml.ReaderWriter.dll
-rw-r--r-- 1 radarr dietpi 16536 Jul 6 14:51 System.Xml.Serialization.dll
-rw-r--r-- 1 radarr dietpi 16024 Jul 6 14:51 System.Xml.XPath.dll
-rw-r--r-- 1 radarr dietpi 16000 Jul 6 14:51 System.Xml.XmlDocument.dll
-rw-r--r-- 1 radarr dietpi 23664 Jul 6 14:51 System.Xml.dll
-rw-r--r-- 1 radarr dietpi 49776 Jul 6 14:51 System.dll
drwxr-xr-x 3 radarr dietpi 4096 Jul 6 14:53 UI
drwxr-xr-x 2 radarr dietpi 4096 Jul 6 14:52 de-DE
-rw-r--r-- 1 radarr dietpi 12371800 Jul 6 14:51 ffprobe
-rw-r--r-- 1 radarr dietpi 199280 Jul 6 14:51 libSystem.Globalization.Native. so
-rw-r--r-- 1 radarr dietpi 854464 Jul 6 14:51 libSystem.IO.Compression.Native .so
-rw-r--r-- 1 radarr dietpi 198944 Jul 6 14:51 libSystem.Native.so
-rw-r--r-- 1 radarr dietpi 198960 Jul 6 14:51 libSystem.Security.Cryptography .Native.OpenSsl.so
-rw-r--r-- 1 radarr dietpi 2433384 Jul 6 14:51 libclrjit.so
-rw-r--r-- 1 radarr dietpi 858808 Jul 6 14:51 libcoreclrtraceptprovider.so
-rw-r--r-- 1 radarr dietpi 791616 Jul 6 14:51 libdbgshim.so
-rw-r--r-- 1 radarr dietpi 461432 Jul 6 14:51 libhostfxr.so
-rw-r--r-- 1 radarr dietpi 461448 Jul 6 14:51 libhostpolicy.so
-rw-r--r-- 1 radarr dietpi 2589248 Jul 6 14:51 libmscordaccore.so
-rw-r--r-- 1 radarr dietpi 1774960 Jul 6 14:51 libmscordbi.so
-rw-r--r-- 1 radarr dietpi 57456 Jul 6 14:51 mscorlib.dll
Radarr is missing execution permissions. Try following
chmod +x /opt/radarr/Radarr
sudo systemctl restart radarr
Check journalctl -u radarr
afterwards.
Done, file now shows
-rwxr-xr-x 1 radarr dietpi 200416 Jul 6 14:51 Radarr
Journalctl still shows
Aug 02 10:17:42 DomDietPi systemd[632]: radarr.service:
Failed to execute command: Permission denied
Aug 02 10:17:42 DomDietPi systemd[632]: radarr.service:
Failed at step EXEC spawning /opt/radarr/Radarr: Permission denied
are you sure this is an actual time stamp? Because the error now is from Aug 02 10:17:42
while you reported the permission issue 5h ago at Aug 02 10:06:07
. Can you reboot your system and check again.