Search found 8837 matches

by sander
April 30th, 2024, 4:37 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 18
Views: 184

Re: "External internet access denied" error

Good. Start from fresh. So: stop sabnzbd. Check and recheck it's not running find and rename all sabnzbd.ini files start SAB like this: sabnzbdplus -s 0.0.0.0:8080 -b0 -l2 --inet_exposure 4 access it again, and make sure you get the wizard. If no wizard: go back to step 1 Fill out the wizard with yo...
by sander
April 30th, 2024, 3:54 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 18
Views: 184

Re: "External internet access denied" error

Yep: the snap is still running, and probably restarting after you kill.

Google-hit:

sudo snap disable vlc

so

sudo snap disable sabnzbd
or
sudo snap disable sabnzbdplus

then verify again.

And if that fails: uninstall the sabnzbd snap, reboot, and verify again.
by sander
April 30th, 2024, 2:57 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 18
Views: 184

Re: "External internet access denied" error

I would do: back to a fresh config. 1. make sure sabnzbd is not running in any form. Check and recheck! 2. start sabnzbdplus like this: cd sabnzbdplus -s 0.0.0.0:8080 -b0 -l2 --inet_exposure 4 -f blabla$$.ini 3. you should all kind of output. If you do NOT see output, there is still a SAB running, s...
by sander
April 29th, 2024, 3:29 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 18
Views: 184

Re: Access denied error

Even then, accessing via 192.168.... should be doable, AFAIK.
by sander
April 29th, 2024, 2:26 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 18
Views: 184

Re: Access denied error

OK, a real public IP address. Indeed with "inet_exposure = 4" it should work. The question is: is SAB really using that sabnzbd.ini with its settings? If you go into the VM, and start a browser there, and go into sabnzbd (http://127.0.0.1:8080, can you check Config: Config File: what is us...
by sander
April 29th, 2024, 1:40 am
Forum: Debian/Ubuntu Package
Topic: "External internet access denied" error
Replies: 18
Views: 184

Re: Access denied error

what URL do you use to access SABnzbd?
by sander
April 26th, 2024, 11:25 pm
Forum: General Help
Topic: SABnzbdVPN container on Unraid OS cant connect to eweka with SSL and Port 563 / 443
Replies: 1
Views: 485

Re: SABnzbdVPN container on Unraid OS cant connect to eweka with SSL and Port 563 / 443

Inside the docker container, is there a "openssl" executable? If so, what do you get when you run that with: openssl s_client -connect news.eweka.nl:563 EDIT ... easier stuff can you fill out as newsserver news.newhosting.com via SSL and Test connection? in SABnzbd RSS section, can you add...
by sander
April 26th, 2024, 8:54 am
Forum: General Help
Topic: New File Created Permissions Issues
Replies: 3
Views: 339

Re: New File Created Permissions Issues

How can we avoid these AI bots?
by sander
April 23rd, 2024, 7:37 am
Forum: General Help
Topic: Can't connect to server
Replies: 1
Views: 293

Re: Can't connect to server

to which server? newsserver, or the sabnzbd webserver?

In both cases: what URL / FQDN / full address do you use?
by sander
April 18th, 2024, 1:56 am
Forum: General Help
Topic: 0 B Free space since upgrade to sab 4.2.3 [Linux & SMB share]
Replies: 14
Views: 4647

Re: 0 B Free space since upgrade to sab 4.2.3

check out the other thread in which you posted ... full explanation & howto
by sander
April 18th, 2024, 1:12 am
Forum: General Help
Topic: 0 B Free space since upgrade to sab 4.2.3 [Linux & SMB share]
Replies: 14
Views: 4647

Re: 0 B Free space since upgrade to sab 4.2.3

ckp33 wrote: April 17th, 2024, 10:43 pm seems to have started this problem only after upgrading to sab 4.2.3
To verify your hypothesis, you can downgrade to sab 4.2.2

Hint: I don't think so.
by sander
April 16th, 2024, 4:09 pm
Forum: General Help
Topic: 0 B Free Space [SMB mount and Linux]
Replies: 17
Views: 3238

Re: 0 B Free Space

@safihre

I find defaulting to 0.0 confusing.

Have we considered returning float('nan') in case of problems? Or just -1? So that we can recognize.

Code: Select all

>>> x = float('nan')

>>> x == x
False

>>> x < 1
False
>>> x >= 1
False
by sander
April 16th, 2024, 1:40 pm
Forum: General Help
Topic: 0 B Free Space [SMB mount and Linux]
Replies: 17
Views: 3238

Re: 0 B Free Space

So after looking through my docker logs, I was able to find this error - validate protocol negotiate failed: -11 If I google "validate protocol negotiate failed: -11" it gives hits with SMB / CIFS. So filesystem (mount) problem. Indeed you should solve that; not a SABnzbd problem. Good th...
by sander
April 16th, 2024, 12:23 pm
Forum: General Help
Topic: 0 B Free Space [SMB mount and Linux]
Replies: 17
Views: 3238

Re: 0 B Free Space

OK. This is how SABnzbd does it: https://github.com/sabnzbd/sabnzbd/blob/develop/sabnzbd/filesystem.py#L1059 Can you do this within your docker, within the SABnzbd directory sander@brixit:~$ cd git/sabnzbd/ # go to directory with SABnzbd.py What does OS say, for working directory: $ df -h . Filesyst...
by sander
April 16th, 2024, 8:33 am
Forum: General Help
Topic: 0 B Free Space [SMB mount and Linux]
Replies: 17
Views: 3238

Re: 0 B Free Space

Indeed: HOW it reports.

I'll check how sabnzbd via a python call checks free system

BRB