- Joined
- Jan 1, 2016
- Messages
- 9,700
[This applies to TrueNAS CORE and the Jail system, not to SCALE]
Just to let anyone know in advance...
Sonarr has released a v4, which is based on dotnet (no longer Mono... although at least one dependency library is still used from Mono).
In order to take an existing jail from running sonarr v3, you will need to do at least 2 things:
1. make sure your jail is set for allow_mlock (
2. from inside the jail (
if you're not sure which pkg you're running, use
EDIT: The sonarr pkg has now been upgraded in the latest train, so you can probably just use that now, no need to remain on the sonarr-devel pkg.
That has worked fine in my experience (after a bit of figuring it out).
Just to let anyone know in advance...
Sonarr has released a v4, which is based on dotnet (no longer Mono... although at least one dependency library is still used from Mono).
In order to take an existing jail from running sonarr v3, you will need to do at least 2 things:
1. make sure your jail is set for allow_mlock (
iocage set allow_mlock=1 <jailname>
)2. from inside the jail (
iocage console <jailname>
) either remove the sonarr pkg (pkg remove sonarr
) and install the sonarr-devel pkg (pkg install sonarr-devel
) or upgrade the sonarr-devel pkg if that's already what you had (pkg upgrade
... then y)if you're not sure which pkg you're running, use
pkg info | grep sonarr
.EDIT: The sonarr pkg has now been upgraded in the latest train, so you can probably just use that now, no need to remain on the sonarr-devel pkg.
That has worked fine in my experience (after a bit of figuring it out).
Last edited: