Search found 5 matches
- July 27th, 2023, 11:13 am
- Forum: General Help
- Topic: Container sabnzbd - err_connection_refused after new image pull
- Replies: 1
- Views: 1105
Re: Container sabnzbd - err_connection_refused after new image pull
Found the issue - posting here for fruition. In the Docker logs it stated that some of the requirements were missing - specifically sabctools. Took a look at github repository for the image and found that Portainer has been cloning environment variables from old versions to the new version. Pulled d...
- July 27th, 2023, 10:06 am
- Forum: General Help
- Topic: Container sabnzbd - err_connection_refused after new image pull
- Replies: 1
- Views: 1105
Container sabnzbd - err_connection_refused after new image pull
Have had sabnzbd running for about a year as a container and have updated previously with no issues. Updated the image today as some regular maintenance and getting "err_connection_refused" when attempting to connect via local network (192.168.xx.xx:8080). Troubleshooting steps: - Checked ...
- October 14th, 2022, 11:57 am
- Forum: General Help
- Topic: SABnzbd app cannot create directories, but can from shell [docker / portainer]
- Replies: 5
- Views: 3299
Re: SABnzbd app cannot create directories, but can from shell [docker / portainer]
That works fine, but going into the container I am root. I made the intermediate folder while in the console and now the error is "download_dir directory: /data/Usenet/intermediate error accessing". Clearly a permissions issue, but inside the container and I am not sure what. Posted as req...
- October 14th, 2022, 10:56 am
- Forum: General Help
- Topic: SABnzbd app cannot create directories, but can from shell [docker / portainer]
- Replies: 5
- Views: 3299
Re: SABnzbd app cannot create directories, but can from shell [docker / portainer]
https://pastebin.com/Z9x8z4AM EDIT by sander: Failed making (/data/Usenet/intermediate) Traceback (most recent call last): File "/app/sabnzbd/sabnzbd/filesystem.py", line 719, in create_all_dirs os.mkdir(path_part_combined) PermissionError: [Errno 13] Permission denied: '/data/Usenet/inter...
- October 14th, 2022, 10:47 am
- Forum: General Help
- Topic: SABnzbd app cannot create directories, but can from shell [docker / portainer]
- Replies: 5
- Views: 3299
SABnzbd app cannot create directories, but can from shell [docker / portainer]
A bit confused as to what is going on. Moving SABnzbd from Dockers on Windows to Portainer on Linux. Everything was going smoothly but after getting SABnzbd up I get the following error for Intermediate and Completed folders: PermissionError: [Errno 13] Permission denied (tried posting full error bu...