Search found 5 matches

by unsoldier
July 8th, 2022, 4:40 pm
Forum: General Help
Topic: Can't add any nzb files - Failure in tempfile.mkstemp. Docker & NFS
Replies: 8
Views: 5721

Re: Can't add any nzb files - Failure in tempfile.mkstemp. Docker & NFS

It's testing around 58 MB/s for both folders. Not sure why sabnzbd shows such a low value since I get 150MB/s on a regular file copy between the docker host and the share. The virtualization hosts and TrueNAS are all connected to a 10GB network but the TrueNAS PC is absolutely ancient so it barely g...
by unsoldier
July 8th, 2022, 3:05 pm
Forum: General Help
Topic: Can't add any nzb files - Failure in tempfile.mkstemp. Docker & NFS
Replies: 8
Views: 5721

Re: Can't add any nzb files - Failure in tempfile.mkstemp. Docker & NFS

So this turned out to be something related to sharing the TrueNAS dataset with both Samba and NFS. I know that's against best practice and I was just doing it since I'm migrating a working sabnzbd / *arr setup from a Windows server to a Ubuntu docker setup. It was just going to be temporary. The sol...
by unsoldier
July 8th, 2022, 12:23 pm
Forum: General Help
Topic: Can't add any nzb files - Failure in tempfile.mkstemp. Docker & NFS
Replies: 8
Views: 5721

Re: Can't add any nzb files - Failure in tempfile.mkstemp

I believe I found the issue thanks to post 127328 I think the problem is with permissions on the sabnzbd config path and not the path it's trying to manipulate downloads on. More to come. edit: Nah that wasn't it, if I point downloads at the docker host config paths it works fine. So this is somethi...
by unsoldier
July 8th, 2022, 12:10 pm
Forum: General Help
Topic: Can't add any nzb files - Failure in tempfile.mkstemp. Docker & NFS
Replies: 8
Views: 5721

Re: Can't add any nzb files - Failure in tempfile.mkstemp

Trying to post log again. Ok so after a lot of trial and error I found it will let me post if I change the py extensions to something else, so I changed all py to .PYTHON, otherwise the log is unchanged. Would be nice if the forum didn't prevent you from posting logs straight out of the application....
by unsoldier
July 8th, 2022, 10:45 am
Forum: General Help
Topic: Can't add any nzb files - Failure in tempfile.mkstemp. Docker & NFS
Replies: 8
Views: 5721

Can't add any nzb files - Failure in tempfile.mkstemp. Docker & NFS

I am setting up sabnzbd / radarr / sonarr etc on a docker host and having a problem when trying to add new media via *arr. sabnzbd won't create the download properly. It seems like a permissions problem but I can't figure out why sabnzbd is unhappy. I am able to shell into the sabnzbd docker contain...