Debian 13.x with SAB in docker.
Everything worked fine until now. I guess it's because of the new latest SAB version and I get now the following errors:
Failed making (/data/usenet/incomplete/Giulia)
Traceback (most recent call last):
File "/app/sabnzbd/sabnzbd/filesystem. py", line 752, in create_all_dirs
os.mkdir(path_part_combined)
PermissionError: [Errno 13] Permission denied: '/data/usenet/incomplete/Giulia'
SAB has read/write on everything at /data/usenet.
What can I try? Tnx.
PermissionError: [Errno 13] Permission denied
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: PermissionError: [Errno 13] Permission denied
First step: put your incomplete inside your docker (not mapped onto the host) and try again
Re: PermissionError: [Errno 13] Permission denied
You mean, the incomplete should be part of the docker compose file?
Or do you mean, that the incomplete folder should be at the same location as the docker compose file?
Outside of the latest SAB and Debian updates, I can't think of anyhting that broke my setup. I never had this problem.
Or do you mean, that the incomplete folder should be at the same location as the docker compose file?
Outside of the latest SAB and Debian updates, I can't think of anyhting that broke my setup. I never had this problem.
Re: PermissionError: [Errno 13] Permission denied
> You mean, the incomplete should be part of the docker compose file?
No
> Or do you mean, that the incomplete folder should be at the same location as the docker compose file?
No
Within your docker compose file: do NOT mention "/incomplete-downloads" (if you use lsio's sabnzbd).
Or more generic: in SABnzbd's GUI (so http://127.0.0.1:8080/config/folders/), point "Temporary Download Folder" to "/root"
No
> Or do you mean, that the incomplete folder should be at the same location as the docker compose file?
No
Within your docker compose file: do NOT mention "/incomplete-downloads" (if you use lsio's sabnzbd).
Or more generic: in SABnzbd's GUI (so http://127.0.0.1:8080/config/folders/), point "Temporary Download Folder" to "/root"
