Sonar dead after jail upgrade.

Dirk

Patron
Joined
May 23, 2016
Messages
206
I seem to have been bitten by the sqlite recent problem (sonarr is not compatible with the recent release). A fix was issued but needed manual installation. I followed some instructions on a github post that several said was working but now sonarr service (as before) will not start.

Sonarr log files do not show anything, service sonarr status shows not running after a start command.

I assume then that I need to look at jail logs but /var/log/messages also does not reveal a problem (it does show all the reascent installation notes).

Can anyone offer where a service start would be logged?
Thanks
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Sonarr changed from Mono to dotnet, so in order to work in the same jail, you'll need to enable mlock on it.

from the host:

iocage set allow_mlock=1 <jailname>
 

nyxtyr

Dabbler
Joined
Jun 8, 2022
Messages
15
Sonarr changed from Mono to dotnet, so in order to work in the same jail, you'll need to enable mlock on it.

from the host:

iocage set allow_mlock=1 <jailname>
After a few nights of tinkering and some assistance from their discord and also enabling the mlock I got it working on the latest version. Thank you for your help.
 
Top