SickRage not working in a FreeNAS jail
I ran in to an issue where SickRage wasn’t downloading torrents due to a Unicode decode failure. The error I was getting:
|
|
To fix this, I ssh’ed in to the jail and ran edit /usr/local/etc/rc.d/sickrage
. After the line load_rc_config ${name}
, I pasted the following lines:
|
|
After saving the file and restarting the sickrage
service, everything worked again.