Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] binhex - SABnzbdVPN

Featured Replies

I have an SSD as a cache drive.

What path do I need to enter here?

image.thumb.png.77e10563cd6a7509a5a0e536ace6abf4.png

  • Replies 1.8k
  • Views 402.1k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • i'm aware of the issue guys and i think i have a fix, i shall post back when i have built a fixed image.

  • hi guys, spotted the issue regards dos2unix.sh and corrected it, image now  building, should be done in around an hour.. then pull and you should be back up and running.

  • there are ongoing issues with PIA DNS, you can try setting NAME_SERVERS to the following (removes PIA DNS):- 84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1  

Posted Images

36 minutes ago, Slin said:

I have an SSD as a cache drive.

What path do I need to enter here?

image.thumb.png.77e10563cd6a7509a5a0e536ace6abf4.png

The root path to your “downloads” folder (eg /mnt/user/appdata/downloads/). If you match this in all of your dockers your life will be a lot easier. Like I said, binhex uses /data in all of his dockers.

Edited by betaman

Sin SabNZB I have these settings....

image.thumb.png.70ebcc276f4c78c94b26f8cdbd97966a.png

 

Radarr says this......

image.thumb.png.ac7ffdc52330f8608bd4a456ca0ab9d8.png

27 minutes ago, Slin said:

Sin SabNZB I have these settings....

image.thumb.png.70ebcc276f4c78c94b26f8cdbd97966a.png

 

Radarr says this......

image.thumb.png.ac7ffdc52330f8608bd4a456ca0ab9d8.png

That’s why I told you that you need a remote path setting in the download clients settings page.

Why cant I connect sab to my LAN?

It seems there is a network problem. All was fine before

image.png.e3017d80046ca8b44c67152d60bee922.png

1 error showing:
image.thumb.png.11a5ec7613937c01cab62c7c011ac15a.png

image.thumb.png.c1334b10f9091f29d015291196e1ea1b.png

 

Edited by K1LLA_KING_KING

21 hours ago, betaman said:

That’s why I told you that you need a remote path setting in the download clients settings page.


Thanks, so based on the share media and the two folders, tv and film in it what do the paths and remote paths need to be, I can't work it out.

15 minutes ago, Slin said:


Thanks, so based on the share media and the two folders, tv and film in it what do the paths and remote paths need to be, I can't work it out.

Something like this In Sonarr (/data/movies in Radar):

 

IMG_2421.thumb.jpeg.2c9fd3bbf51c84538ce0ba929237c18d.jpeg

17 hours ago, binhex said:

firstly you cannot ping an ip address specifying the port.

And as you highlighted, the LAN_NETWORK is incorrectly configured, see Q4:- https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md

Thank you very much thats worked for me. But also very strange. As I had not changed this setting, and was working fine for months prior. 

  • 1 month later...

Hi all. My Sabnzbd container has been working great up until recently. I updated it and it gets stuck at the image attached and goes no further. Any help would be greatly appreciatedimage.thumb.png.56ac7d18d060b076421a46ba096f1836.png

16 minutes ago, its_me_michael2000 said:

Hi all. My Sabnzbd container has been working great up until recently. I updated it and it gets stuck at the image attached and goes no further. Any help would be greatly appreciatedimage.thumb.png.56ac7d18d060b076421a46ba096f1836.png

Try recreating the .ovpn file from your expressvpn account.

  • 2 weeks later...

For awhile now I have not been able to consistently load the SabNZB GUI on my Unraid.  It still starts, and downloads and works.  But getting the UI to load is very inconsistent.  I would say it works 1 out of 10 tries.  I barely every need to look at it, so not a major hindrance.  I noticed today when I tried to launch it, I got this error in my Server log - 

TCP: request_sock_TCP: Possible SYN flooding on port 8080. Sending cookies. Check SNMP counters.

Nothing on my server is exposed to the internet.

It used to work flawlessly, so I am guessing a docker update did something that I never really noticed.  As I said, I dont try to access it often.  Appreciate any guidance.

 

image.thumb.png.c2c448bf1a3eadd3be271ba5a437dda2.png

image.thumb.png.f2a5b14d973ee895c6379364d79586bd.png

Hey everyone,
I hope I get some help with my issues here.
I created the arch-sabnzbvpn container via docker and portainer in an LXC-Container (Ubuntu 22.04) on a Proxmox Host (8.1.4).

I used the following code:

 

docker run -d \
    --cap-add=NET_ADMIN \
	--device=/dev/net/tun \
    -p 8080:8080 \
    -p 8090:8090 \
    -p 8118:8118 \
    --name=SABnzbdVPN \
    -v /var/lib/docker/volumes/sabnzbdvpn/_data/data:/data \
    -v /var/lib/docker/volumes/sabnzbdvpn/_data/config:/config \
    -v /etc/localtime:/etc/localtime:ro \
    -e VPN_ENABLED=yes \
    -e VPN_USER=xxxxxxx \
    -e VPN_PASS=xxxxxxx \
    -e VPN_PROV=pia \
    -e VPN_CLIENT=openvpn \
    -e VPN_OPTIONS= \
    -e STRICT_PORT_FORWARD=no \
    -e ENABLE_PRIVOXY=yes \
    -e ENABLE_STARTUP_SCRIPTS=no \
    -e LAN_NETWORK=172.16.0.0/12 \
    -e NAME_SERVERS=209.222.18.222,37.235.1.174,1.1.1.1,8.8.8.8,209.222.18.218,37.235.1.177,1.0.0.1,8.8.4.4 \
    -e VPN_INPUT_PORTS= \
    -e VPN_OUTPUT_PORTS= \
    -e DEBUG=false \
    -e UMASK=000 \
    -e PUID=99 \
    -e PGID=100 \
    binhex/arch-sabnzbdvpn

 

After that I followed some steps in the tutorial: https://pve.proxmox.com/wiki/OpenVPN_in_LXC

Now, when I start the container I got the following failures in the log:

 

2024-03-15 10:04:52,166 DEBG 'start-script' stderr output:

modprobe: FATAL: Module tun not found in directory /lib/modules/6.5.13-1-pve

2024-03-15 10:04:52,166 DEBG 'start-script' stdout output:

[warn] Unable to load tun kernel module using modprobe, trying insmod...

2024-03-15 10:04:52,168 DEBG 'start-script' stderr output:

insmod: ERROR: could not load module /lib/modules/tun.ko: No such file or directory

2024-03-15 10:04:52,168 DEBG 'start-script' stdout output:

[warn] Unable to load tun kernel module, assuming its dynamically loaded

2024-03-15 10:04:52,178 DEBG 'start-script' stdout output:

[info] Attempting to load iptable_mangle module...

2024-03-15 10:04:52,180 DEBG 'start-script' stderr output:

modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/6.5.13-1-pve

2024-03-15 10:04:52,181 DEBG 'start-script' stdout output:

[warn] Unable to load iptable_mangle module using modprobe, trying insmod...

2024-03-15 10:04:52,182 DEBG 'start-script' stderr output:

insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory

 

First I ignored the issues and tried to open up the WebGUI for SABNZB, but the site is not loading.

I hope you can help me with that?

  • Author
59 minutes ago, crushed-statute1022 said:
insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory

you need to ensure iptable_mangle is loaded and available on your host.

On 3/15/2024 at 12:16 PM, binhex said:

you need to ensure iptable_mangle is loaded and available on your host.

Ok, i got this fixed, with installing iptable_mangle with apt install

 

But I got a strange issue with the TUN/TAB Device:
 

First, the log said this:

2024-03-20 15:29:41,485 DEBG 'start-script' stdout output:
2024-03-20 15:29:41 TUN/TAP device tun0 opened
2024-03-20 15:29:41 net_iface_mtu_set: mtu 1500 for tun0


Later then:

2024-03-20 15:29:41,485 DEBG 'start-script' stdout output:
2024-03-20 15:29:41 net_iface_up: set tun0 up
2024-03-20 15:29:41 net_addr_v4_add: 10.xxx.xxx.xxx/xx dev tun0
2024-03-20 15:29:41 /root/openvpnup.sh tun0 1500 0 10.xxx.xxx.xxx 255.xxx.xxx.0 init

 

So I think the tunnel is open and working. But when I try to connect via Proxy-Settings activated in Firefox local-IP_of_Portainer:8118 the tunnel is not up. It shows my normal public IP.

Where and how can I troubleshoot this problem?

Question:

 

I am succesfully using binhex-Sabnzbdvpn. SAB works fine.

 

I use wireguard for VPN.

 

There is however one issue.

 

I am using MEDUSA to search for shows, and host my own SPOTWEB server locally to index newsservers.

 

MEDUSA tells spotweb to search and when something is found then shoots a link to sabnzbd with the nzb.  Sabnzbd then needs to download this from my local spotweb server... 

 

This fails because sabnzbd is ofcourse using the tunnel and from the internet my local spotweb server is not reachable...

 

Is there a way to have a specific ip address bypass the tunnel and keep that traffic local ?

 

There is the LAN_NETWORK setting.. I could imagine addresses in that space bypassing the VPN ?

 

If I look on console with in the docker I see there are two network interfaces:

 

wg0 is the wireguard interface

eth0 is the regular docker interface

 

What would need to be done is some kind of routing rule that makes that the address space as configured in the LAN_NETWORK setting is routed thru eth0 and the rest thru wg0.

 

I tried something dirty and changed the AllowedIP's directive in the wireguard config to only show the newssergers I target, but that does not seem to work (also: they change often so that is a bad route)..

 

I need an exclusion instead of an inclusion..

Edited by Helmonder

  • 3 weeks later...
On 10/9/2023 at 1:44 AM, SaltyKram said:

supervisord.log 38.67 kB · 1 download

 

Hi Binhex, 

 

I'm having an issue with warnings of timeout connections using ProtonVPN with Sabnzbvpn. It looks like the below: 

 

WARNING 4 minutes ago Failed to connect: [Errno 9] Bad file descriptor news.eweka.nl:563 (81.171.92.219)
WARNING 4 minutes ago Failed to connect: [Errno 9] Bad file descriptor news.eweka.nl:563 (81.171.92.219)
WARNING 4 minutes ago Failed to connect: timed out news.eweka.nl:563 (81.171.92.219)

 

Although the above is Eweka, it appears to happen with connections to all of my other backup providers as well - it seems to depend on if it is actively being used/connected to. Sabnzb and my downloads appear to continue downloading even after this error shows up. 

 

Prior to using ProtonVPN, I have used Mullvad in this same container flawlessly. I am currently using ProtonVPN in your qBittorrent container also without issue. 

 

I have switched ports on the providers from 443 to 563, switched from Wireguard back to openvpn, added 8.8.8.8 to the name server - all result in the same error. The only thing that fixes these warnings is switching back to Mullvad, so it seems to be specific to ProtonVPN. 

 

My redacted debug log is attached. Any ideas on how I can make ProtonVPN work?

 

Thanks!

 

 

Its weird, I just started encountering this too when switching from Mullvad to Proton. Eliminating the VPN removes the issue, and using Mullvad doesnt cause it, but something proton is doing just messes with the whole thing. The download usually still completes, so the errors are kind of harmless albeit annoying but even more weird since you'd expect some failures. I tried futzing with the nameservers and the timeout periods within SAB too, because its not a Binhex-sabnzbdvpn container error, its definitely protonVPN, but nothing seems to sort it. Its also not consistent, some downloads go through without a hitch and some do it, but the ones that do it reliably do it. 

If anyone else ran into this and worked out a solve on their side, I'd love to know!
Thank you in advance. 🙇‍♂️

@binhex

Could you please add this path to the default config to reduce wear on the SSD:

 

markup_1000014028.png.85df06031ed4de9d6feff7a34c8a1f8b.png

 

Sab is permanently writing to these files:

 

root@thoth:~# find /tmp/sabnzbd/
/tmp/sabnzbd/
/tmp/sabnzbd/tmp
/tmp/sabnzbd/tmp/vpngatewayip
/tmp/sabnzbd/tmp/vpnip
/tmp/sabnzbd/tmp/getiptables
/tmp/sabnzbd/tmp/watchdog-script-stderr---supervisor-jgbmg455.log
/tmp/sabnzbd/tmp/watchdog-script-stdout---supervisor-dva2j1vt.log
/tmp/sabnzbd/tmp/start-script-stderr---supervisor-5i8155s4.log
/tmp/sabnzbd/tmp/start-script-stdout---supervisor-whva770j.log
/tmp/sabnzbd/tmp/endpoints

 

And by using /tmp this are written to unRAID's RAM disk.

  • 3 weeks later...

Updated the container today and now the application won't start. 

I'm using PIA VPN, and it must be related to establishing the connection because when i set VPN_ENABLED to NO the application works just fine. I've download new config files from PIA and tried different versions, none seem to work. 
Can some help me figgure out what is going wrong? 

The log output: 
image.thumb.png.8f49a57353667f9c75f9e13fd121f713.png

Edit: 
just reverted from tag:latest to tag:4.2.3-1-06 and everything is working again. 

Edited by Crazed

8 hours ago, Crazed said:

Updated the container today and now the application won't start. 

I'm using PIA VPN, and it must be related to establishing the connection because when i set VPN_ENABLED to NO the application works just fine. I've download new config files from PIA and tried different versions, none seem to work. 
Can some help me figgure out what is going wrong? 

The log output: 
image.thumb.png.8f49a57353667f9c75f9e13fd121f713.png

Edit: 
just reverted from tag:latest to tag:4.2.3-1-06 and everything is working again. 

 

I'm having the exact same issue.

Edited by KellyT

  • Author
9 hours ago, Crazed said:

Updated the container today and now the application won't start. 

I'm using PIA VPN, and it must be related to establishing the connection because when i set VPN_ENABLED to NO the application works just fine. I've download new config files from PIA and tried different versions, none seem to work. 
Can some help me figgure out what is going wrong? 

The log output: 
image.thumb.png.8f49a57353667f9c75f9e13fd121f713.png

Edit: 
just reverted from tag:latest to tag:4.2.3-1-06 and everything is working again. 

 

1 hour ago, KellyT said:

 

I'm having the exact same issue.

Its due to an ongoing issue with malformed CRL from PIA, solutions listed here:- https://github.com/binhex/arch-qbittorrentvpn/issues/233#issuecomment-2088228595

  • Author

Hi guys, i don't want to be snowed under with support due to the PIA CRL issue so i have taken the executive decision of downgrading openssl to 3.2.0 (ignores the issue), this will get openvpn up and running again whilst we await to see if PIA will actually do anything to address the problem.

Please pull latest image at your convenience and switch back to openvpn.

I use PIA as provider. Thanks for the Fix, @binhex.  Had me scratching my head for a bit.  With VPN mode set to wireguard, it would connect and downloads were functioning BUT couldn't access the sab Admin Pages. Pulled latest and openvpn functioning again.

 

Donation Sent.

Have a good weekend.

Edited by Exdirtfarmer

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.