Trying to fix sonarr access after 11.3 update.

Dirk

Patron
Joined
May 23, 2016
Messages
206
Most of what 11.3 did during the upgrade worked, but I'm unable to get sonarr running again. Bringing in my backup from 11.2 plugin jail left sonarr blank. I decided to start and add all my series back in the new install. However, trying to bring in a series, going to the folder /mnt/series/yourseries results in "folder not writable by user sonarr. Previous installation has owner and group of media on all the series files and it worked before. Adding a user sonarr with the same uid to freenas and adding that user to the group media did not accomplish anything and the error persists.

It's been down for a week and a half and I've got 25 plus hours over two weekends invested.

Any help greatly appreciated. As many people have sonarr running I'm surprised there is not more info on the changeover to 11.3

Thanks
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Post getfacl output for each path component leading to the Sonarr dataset (i.e. getfacl /mnt/tank getfacl /mnt/tank/a, getfacl /mt/tank/a/b, etc).
 

Dirk

Patron
Joined
May 23, 2016
Messages
206
Sorry to be a noob anodos. In the jails shell or Freenas shell? Sonarr only has one directory to look to which is /mnt/AllDrives/Media/Series
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Sorry to be a noob anodos. In the jails shell or Freenas shell? Sonarr only has one directory to look to which is /mnt/AllDrives/Media/Series
Get both. If you ssh into the FreeNAS server, you can view jails using "iocage list", and then connect to them via "iocage console".
Code:
root@freenas[~]# iocage list                    
+-----+------------------+-------+--------------+--------------+
| JID |       NAME       | STATE |   RELEASE    |     IP4      |
+=====+==================+=======+==============+==============+
| 1   | samba410_bulider | up    | 11.3-RELEASE | 192.168.1.56 |
+-----+------------------+-------+--------------+--------------+
root@freenas[~]# iocage console samba410_bulider
Last login: Sun Mar  1 08:24:27 on pts/0
FreeBSD 11.3-RELEASE-p6 (FreeNAS.amd64) #0 r325575+d5b100edfcb(HEAD): Fri Feb 21 18:53:26 UTC 2020

Welcome to FreeBSD!

Release Notes, Errata: https://www.FreeBSD.org/releases/
Security Advisories:   https://www.FreeBSD.org/security/
FreeBSD Handbook:      https://www.FreeBSD.org/handbook/
FreeBSD FAQ:           https://www.FreeBSD.org/faq/
Questions List: https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/
FreeBSD Forums:        https://forums.FreeBSD.org/

Documents installed with the system are in the /usr/local/share/doc/freebsd/
directory, or can be installed later with:  pkg install en-freebsd-doc
For other languages, replace "en" with a language code like de or fr.

Show the version of FreeBSD installed:  freebsd-version ; uname -a
Please include that output and any error messages when posting questions.
Introduction to manual pages:  man man
FreeBSD directory layout:      man hier

Edit /etc/motd to change this login announcement.
root@samba410-bulider:~ # 
 
Top