Search found 12 matches
- March 12th, 2016, 6:42 pm
- Forum: General Help
- Topic: Sabnzbd on seedbox with GUI binding to openvpn endpoint
- Replies: 23
- Views: 7322
Re: Sabnzbd on seedbox with GUI binding to openvpn endpoint
OK. What do you want now? Further investigation to solve this (which will take time from you and me), or note this as a known problem? If I could reproduce this problem on my system, it would be easier, but I can't; I tried to set up two different IPv4 VPN's, but I can't get them working. Recording...
- March 12th, 2016, 1:43 pm
- Forum: General Help
- Topic: Sabnzbd on seedbox with GUI binding to openvpn endpoint
- Replies: 23
- Views: 7322
Re: Sabnzbd on seedbox with GUI binding to openvpn endpoint
To confirm, I did miss that question and I don't have root.sander wrote: And did you see question #3 (so: no ipv6 on linux level)?
EDIT:
Oh, wait: you can only do that if you're root. Are you root on your seedbox? I guess not.
- March 12th, 2016, 5:22 am
- Forum: General Help
- Topic: Sabnzbd on seedbox with GUI binding to openvpn endpoint
- Replies: 23
- Views: 7322
Re: Sabnzbd on seedbox with GUI binding to openvpn endpoint
OK. Can you also followup on the items in https://forums.sabnzbd.org/viewtopic.php?f=2&t=20360&start=15#p104842 ? Thanks. Sorry missed that post: 1) can you run plain (unpatched) SABnzbd 1.0.0 RC1 or higher without the VPN running? I expect that to work. No VPN running, runs normally withou...
- March 12th, 2016, 1:25 am
- Forum: General Help
- Topic: Sabnzbd on seedbox with GUI binding to openvpn endpoint
- Replies: 23
- Views: 7322
Re: Sabnzbd on seedbox with GUI binding to openvpn endpoint
seedbox ... I've the idea it's an account on a machine (so: not a VPS), and thus you cannot freely use all ports. You know, it's not really clear to me what it is. The concept was a curiosity to me so I signed up for a month. VPN ... very well possible that jgmtfia's VPN only does IPv4 The openvpn ...
- March 11th, 2016, 12:47 am
- Forum: General Help
- Topic: Sabnzbd on seedbox with GUI binding to openvpn endpoint
- Replies: 23
- Views: 7322
Re: Sabnzbd on seedbox with GUI binding to openvpn endpoint
I was able to get everything to work if I did this: diff --git a/cherrypy/process/servers.py b/cherrypy/process/servers.py index 6f8088b..50f8f1c 100644 --- a/cherrypy/process/servers.py +++ b/cherrypy/process/servers.py @@ -440,6 +440,7 @@ def wait_for_free_port(host, port, timeout=None): def wait_...
- March 11th, 2016, 12:07 am
- Forum: General Help
- Topic: Sabnzbd on seedbox with GUI binding to openvpn endpoint
- Replies: 23
- Views: 7322
Re: Sabnzbd on seedbox with GUI binding to openvpn endpoint
I hacked a False into the ipV6 connectivity checker so it always returns false. Still same behavior. (virtualenv) xxx@columbia ~ $ python ~/Sabnzbd_new/AllofIt/SABnzbd.py -f ~/.sabnzbd/sabnzbd.ini -b0 --server 10.8.0.1:9833 --https 9834 --ipv6_hosting=0 --logging=2 2016-03-11 05:03:32,962::INFO::[SA...
- March 10th, 2016, 11:47 pm
- Forum: General Help
- Topic: Sabnzbd on seedbox with GUI binding to openvpn endpoint
- Replies: 23
- Views: 7322
Re: Sabnzbd on seedbox with GUI binding to openvpn endpoint
and/but: 2016-03-10 23:48:59,754::DEBUG::[SABnzbd:1266] My local IPv4 address = 192.131.44.90 2016-03-10 23:48:59,859::DEBUG::[SABnzbd:1274] Could not determine my public IPv4 address 2016-03-10 23:48:59,859::DEBUG::[SABnzbd:1278] My IPv6 address = 2620:b8:4000:1000::90:0 ... therer's the proof you...
- March 10th, 2016, 6:55 pm
- Forum: General Help
- Topic: Sabnzbd on seedbox with GUI binding to openvpn endpoint
- Replies: 23
- Views: 7322
Re: Sabnzbd on seedbox with GUI binding to openvpn endpoint
My suspicion is that SABnzbd is trying to bind itself to an IPv6 address and this fails. Do you know whether your seedbox is assigned an IPv6 address by your hosting service? I don't see any ipv6 addresses/evidence. (virtualenv) xxx@columbia ~ $ ifconfig bond0: flags=5187<UP,BROADCAST,RUNNING,MASTE...
- March 10th, 2016, 12:21 pm
- Forum: General Help
- Topic: Sabnzbd on seedbox with GUI binding to openvpn endpoint
- Replies: 23
- Views: 7322
Re: Sabnzbd on seedbox with GUI binding to openvpn endpoint
No problem - this evening, mountain time.shypike wrote: Can you do a bit of hacking in SABnzbd's CherryPy module?
- March 10th, 2016, 7:19 am
- Forum: General Help
- Topic: Sabnzbd on seedbox with GUI binding to openvpn endpoint
- Replies: 23
- Views: 7322
Re: Sabnzbd on seedbox with GUI binding to openvpn endpoint
--ipv6_hosting=0 (virtualenv) xxx@columbia ~ $ python ~/Sabnzbd_new/AllofIt/SABnzbd.py -f ~/.sabnzbd/sabnzbd.ini -b0 --server 10.8.0.1:9833 --https 9834 --logging=1 --ipv6_hosting=0 2016-03-10 12:13:36,657::INFO::[SABnzbd:1243] -------------------------------- 2016-03-10 12:13:36,657::INFO::[SABnzb...
- March 10th, 2016, 6:50 am
- Forum: General Help
- Topic: Sabnzbd on seedbox with GUI binding to openvpn endpoint
- Replies: 23
- Views: 7322
Re: Sabnzbd on seedbox with GUI binding to openvpn endpoint
Have you tried release 1.0.0RC4? 1.0.0.RC4 does this: python ~/Sabnzbd_new/AllofIt/SABnzbd.py -f ~/.sabnzbd/sabnzbd.ini -b0 --server 10.8.0.1:9833 --https 9834 --logging=1 Different error now, and I no longer have to kill will -9. I was able to connect to the 9834 port before the crash (virtualenv)...
- March 10th, 2016, 5:57 am
- Forum: General Help
- Topic: Sabnzbd on seedbox with GUI binding to openvpn endpoint
- Replies: 23
- Views: 7322
Sabnzbd on seedbox with GUI binding to openvpn endpoint
I am testing sabnzbd on a seedbox. In order to not expose sabnzbd GUI ports to public internet I have setup an openVPN connection between the seedbox and my local machine. (because I don't have root on the seedbox, fancy routing, fire-walling isn't an option) OpenVPN is functional, I can ssh from my...