Synology DSM 6.0 issue?

(X-post from #2207)
DS415+ DSM 6.0-7321

Working:
Transmission 2.92-12
Mono from SynoCommunity 4.2.2.30-7
Homeassistant 20150526-1
Couchpotato 20141013-6

Not working:
Sonarr 2.0.0.3953

Error:
Sonarr starts up fine, every setting is working and kept, but when a show is added sonarr can’t index from disk.

Tried:
Reboot tried multiple times.
Both SC-Mono and Sonarr has been reinstalled. Sonarr has been pointed towards official Mono package. Correct permissions has been set on the path where the shows has been located.

Log:
System.UnauthorizedAccessException: Access to the path “/volume1/Serier/The Walking Dead/Season 01” is denied.
at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00063] in /source/mono-3.x/mcs/class/corlib/System.IO/Directory.cs:498
at System.IO.Directory.GetFiles (System.String path, System.String searchPattern) [0x00000] in /source/mono-3.x/mcs/class/corlib/System.IO/Directory.cs:296
at System.IO.Directory.GetFilesRecurse (System.String path, System.String searchPattern, System.Collections.Generic.List1 all) <0x421c8d90 + 0x0002b> in :0 at System.IO.Directory.GetFilesRecurse (System.String path, System.String searchPattern, System.Collections.Generic.List1 all) [0x0001f] in /source/mono-3.x/mcs/class/corlib/System.IO/Directory.cs:312
at System.IO.Directory.GetFiles (System.String path, System.String searchPattern, SearchOption searchOption) [0x00014] in /source/mono-3.x/mcs/class/corlib/System.IO/Directory.cs:304
at NzbDrone.Common.Disk.DiskProviderBase.GetFiles (System.String path, SearchOption searchOption) [0x0003e] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Disk\DiskProviderBase.cs:142
at NzbDrone.Core.MediaFiles.DiskScanService.GetVideoFiles (System.String path, Boolean allDirectories) [0x00019] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\DiskScanService.cs:127
at NzbDrone.Core.MediaFiles.DiskScanService.Scan (NzbDrone.Core.Tv.Series series) [0x00131] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\DiskScanService.cs:103
at NzbDrone.Core.MediaFiles.DiskScanService.Handle (NzbDrone.Core.Tv.Events.SeriesUpdatedEvent message) [0x00000] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\MediaFiles\DiskScanService.cs:165
at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEventTEvent [0x000c5] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Messaging\Events\EventAggregator.cs:56

I’m also seeing issues with DSM 6.0-7321

My Sonarr will not start at all, and im struggling to get at any logs.
Found syslog.log but cant read it…
Cant locate Sonarr log if one exists - still searching.

EDIT: Found the logs, they show the last running before the DSM update and then nothing.
Obviously need to find a way into the synlogy logs to see why its not starting the package.

Any ideas?

Okay. I got this to work.
At the moment Sonarr is running on the Synology version of Mono. Not a big deal, and isn’t about to try out the SynoCommunity version at the moment.

I tried to repair the permission and got nowhere but what did work was this:

  1. Get Sonarr to run on the Synology Mono package (although i don’t think this is necessary)
  2. Set ownership on your series folder(s); sudo chown -R nzbdrone:users /path/to/folder
  3. Set permissions on said folder; sudo chmod -R 774 /path/to/folder

I’m using sudo because i can’t ssh as root as of 6.0 but no biggie, using sudo gives the exact same possibilities.
I really first got Sonarr to work after setting the permissions to 774. Before that they were 777 and sonarr gave before mentioned error.

I was running on the beta versions of 6.0 and sonarr was running on my 415+. After the official launch of 6.0 the problems began and i had a brief moment where i uninstalled both mono packages and sonarr.

Just give the group sc-media access right through dsm.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.