Search found 40 matches

by groentebroer
December 31st, 2015, 3:00 am
Forum: General Help
Topic: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues
Replies: 17
Views: 7015

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Sorry, busy with holiday and stuff!
Will get back on it in the new year! Happy new year!
by groentebroer
December 23rd, 2015, 6:27 am
Forum: General Help
Topic: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues
Replies: 17
Views: 7015

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Hi Sander, It is a CentOS 7 machine and I use it as Router/Gateway at home (Physical machine). No VPN connections on the machine or something. Two physical Ethernet interfaces: enp4s0 and enp5s0, where enp5s0 is for the local lan and enp4s0, is the interface where the ppp0 connection is made over to...
by groentebroer
December 23rd, 2015, 3:33 am
Forum: General Help
Topic: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues
Replies: 17
Views: 7015

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Looking again at the logs, it seems to find my local IP and my Public IP as the same IP: 2015-12-23 09:05:00,452::INFO::[SABnzbd:1239] -------------------------------- 2015-12-23 09:05:00,453::INFO::[SABnzbd:1240] SABnzbd.py-0.8.x (rev=unknown) 2015-12-23 09:05:00,454::INFO::[SABnzbd:1252] Platform ...
by groentebroer
December 23rd, 2015, 3:11 am
Forum: General Help
Topic: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues
Replies: 17
Views: 7015

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Hi, That does not seem to work either. After setting it in the web interface to 0.0.0.0 instead of "anyhost" it fails to start with the same error: File "/home/sabnzb/sabnzbd/cherrypy/process/wspbus.py", line 229, in publish raise exc ChannelFailures: TypeError('not enough argume...
by groentebroer
December 22nd, 2015, 5:14 pm
Forum: General Help
Topic: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues
Replies: 17
Views: 7015

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Will be out now, so next reply might take some hours. Thanks already for your help. Hope you will have more insights in how to nail this thing ;).
by groentebroer
December 22nd, 2015, 5:08 pm
Forum: General Help
Topic: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues
Replies: 17
Views: 7015

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Hi Sander, Your suggestion actually makes it running! (I can connect on it "Local lan" and remote ("via VPN and back ;-)"). LOG output: 2015-12-22 23:03:05,391::INFO::[SABnzbd:1361] SSL actually supported protocols ['t1', 'v23', 'v3', 'v2'] 2015-12-22 23:03:05,395::INFO::[SABnzbd...
by groentebroer
December 22nd, 2015, 4:57 pm
Forum: General Help
Topic: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues
Replies: 17
Views: 7015

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Thanks Sander! Oke, I tried modifying the code a little to: except: exc.handle_exception() if channel == 'log': # Assume any further messages to 'log' will fail. self.log('cccc') self.log("Error in %r listener %r" % (channel,listener)) pass else: self.log("Error in %r listener %r"...
by groentebroer
December 22nd, 2015, 3:11 pm
Forum: General Help
Topic: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues
Replies: 17
Views: 7015

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Oke, sorry that I did not copy all the code at once. Running the complete code: ~]$ python stest.py Socket created Socket bind complete Socket now listening Connecting to localhost on 8888 works: ~]$ telnet localhost 8888 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Which re...
by groentebroer
December 22nd, 2015, 2:58 pm
Forum: General Help
Topic: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues
Replies: 17
Views: 7015

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Wow, you are fast ;-). Running it seems to work. I see no errors and see the "socket created". When I change the port to 8080, I get socket created as well, while SABnzb is running on the public IP on 8080 (should this also work)? Edit: Arch, sorry wanted to fast. Only copied the first lin...
by groentebroer
December 22nd, 2015, 1:40 pm
Forum: General Help
Topic: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues
Replies: 17
Views: 7015

Re: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issu

Thanks for your quick response! ping -c4 0.0.0.0 Gives me: ping -c4 0.0.0.0 PING 0.0.0.0 (127.0.0.1) 56(84) bytes of data. 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.131 ms 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.093 ms 64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.091 ms 64 byt...
by groentebroer
December 22nd, 2015, 9:57 am
Forum: General Help
Topic: Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues
Replies: 17
Views: 7015

Clean install 0.8.0Beta3 on CentOS 7, host: 0.0.0.0 issues

Hi All, I am using SABnzb for years now, thanks for that! I installed my new home server with CentOS 7, and 0.8.0Beta3. I do not seem to get SABnzb running on both my external IP and LAN IP. (When I configure it to use my internal IP directly or external IP directly it works on both individually.) U...
by groentebroer
November 20th, 2014, 9:33 am
Forum: General Help
Topic: Get all par2 files and then start to repair and extract
Replies: 4
Views: 2296

Re: Get all par2 files and then start to repair and extract

Thanks, no worries for the bumpy road, that's the risk of using Alpha or Beta!
by groentebroer
November 20th, 2014, 9:17 am
Forum: General Help
Topic: Get all par2 files and then start to repair and extract
Replies: 4
Views: 2296

Re: Get all par2 files and then start to repair and extract

Thanks ShyPyke, for your response.

Any ETA on the next major version? (or BETA?)

Thanks!
by groentebroer
November 19th, 2014, 5:45 pm
Forum: General Help
Topic: Get all par2 files and then start to repair and extract
Replies: 4
Views: 2296

Get all par2 files and then start to repair and extract

Hi All, I am on a slow system with SabNZB and what I find out now with large NZB's with multiple different rars, with multiple par2 files, it takes forever to complete. For 1, sabnzbd or par2 checks every file in the folder for every par2 action, which takes very long, if we are talking about 100MB ...
by groentebroer
August 15th, 2013, 8:47 am
Forum: General Help
Topic: NZB with multiple PAR2 sets, failing when 1 is not repairabl
Replies: 3
Views: 2064

Re: NZB with multiple PAR2 sets, failing when 1 is not repai

Do you know any good post-processing script which might take care of that when just downloading...?
(As the autosplit feature has no version assigned yet ;-))