Search found 6 matches

by stuzsabnab
May 27th, 2022, 8:28 am
Forum: General Help
Topic: Docker sabnzbd+ Config Volume Maps but sab fails to run
Replies: 3
Views: 1366

Re: Docker sabnzbd+ Config Volume Maps but sab fails to run

Think I have it. User permissions.! I had set permissions to be what I "thought" should work, but for docker the users/group needs to match across the container and host. I actually had to RTFM! cheers So I now have Sab with all the category folders I want mounted as volumes which are hard...
by stuzsabnab
May 27th, 2022, 4:15 am
Forum: General Help
Topic: Docker sabnzbd+ Config Volume Maps but sab fails to run
Replies: 3
Views: 1366

Re: Docker sabnzbd+ Config Volume Maps but sab fails to run

Yeah I did that first, so I could figure out what i could do with docker 'n all that. If I remove the volume I added for the /config, it works again. AFAIK, if you create a bind over and existing folder, all your original files are masked by the layer and you'll see the docker volume. That seems to ...
by stuzsabnab
May 26th, 2022, 5:37 pm
Forum: General Help
Topic: Docker sabnzbd+ Config Volume Maps but sab fails to run
Replies: 3
Views: 1366

Docker sabnzbd+ Config Volume Maps but sab fails to run

Hi All, Been using sab for ages and until recently used the atomic toolkit. Switching to use docker images/containers. So I have sab up and running and I have mounted volumes for the categories I want and that seems to work fine. I can search and download stuff ok. I had the idea to mount the /confi...
by stuzsabnab
July 7th, 2021, 9:39 am
Forum: General Help
Topic: Atomic Toolkit Sabnzbd+ Python3
Replies: 4
Views: 2126

Re: Atomic Toolkit Sabnzbd+ Python3

I found it. The installer had created the service file with python not python3.

TY for input, your confirmations prompted me to look at stuff I hadn't before :)
by stuzsabnab
July 7th, 2021, 8:57 am
Forum: General Help
Topic: Atomic Toolkit Sabnzbd+ Python3
Replies: 4
Views: 2126

Re: Atomic Toolkit Sabnzbd+ Python3

Thanks for coming back to me. Yeah python3 does exist and is symlinked to 3.6. and the shebang is also in place I'd checked those before posting, perhaps I should have said more on what I'd actually tried myself :) Atomic is a set of scripts from HTPC Beginner, cmd based installer to do pretty much ...
by stuzsabnab
July 6th, 2021, 10:21 am
Forum: General Help
Topic: Atomic Toolkit Sabnzbd+ Python3
Replies: 4
Views: 2126

Atomic Toolkit Sabnzbd+ Python3

Hi All, So I can see that sab now needs python3 and it is installed but somehow sabnzbd is picking python (2.y) unless I change the link of /usr/bin/python to point to python3.6. I did install with the atomic toolkit which has worked well in teh past, I haven't wanted mylar for example, but now I do...