I have been running Sonarr, Radarr, and SABnzbd for years on my Unraid server. In general it's been working great.
I am in the process of migrating these apps to my k3s/Rancher environment, a set of 1U servers running Proxmox running Ubuntu cloud-init VMs. The media files are hosted on my Unraid server, with the Media and Downloads directories being exposed on the network as NFS shares.
I've got Sonarr up and running but I'm seeing in the queue that there are a lot of errors stating "No files found that are eligible for import".
When I check the downloaded file via SMB share, it plays fine with no issues.
the newly downloaded files appear in the /completed folder, they have only r-x permissions, no write.
In Media Management > Permissions, I put 'Set Permissions' to enabled, chmod to 777, and chown group to 1000 to match the Rancher container config.
No change in issue.
Looking at the logs, I see Import failed, path does not exist or is not accessible by Sonarr: /downloads/TV Shows/Attack.On.Titan.S01E01.1080p.BluRay.x264-DeBTViD/. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder
Sonarr, Radarr, and SAB are all running as privileged users. Apologies for missing info, I'm still new to this and could use help on setting the correct permissions from the beginning. Trace logs are found here.
UPDATE:
Alright so turns out there is an advanced setting in SABnzbd to set the file permissions when completed. After setting that, it did come through with 777.
However now, it's not renaming and moving the file into the Media directory. It also seems like it's not properly scanning the media library to see what is already there.