Search found 30 matches

by josh4trunks
August 30th, 2015, 11:10 pm
Forum: freeBSD Package
Topic: Can't install on Freenas
Replies: 2
Views: 15871

Re: Can't install on Freenas

This has nothing to do with sabnzbd. I can almost guarantee other plugin wouldn't install as well if you are having jail template issues.
by josh4trunks
July 7th, 2015, 6:30 pm
Forum: General Help
Topic: Multi-Core Par2 in FreeNas Jail
Replies: 1
Views: 1752

Re: Multi-Core Par2 in FreeNas Jail

to clarify, freenas is based on freebsd not Linux.

are you using the freenas plugin? if so it already includes the multicore version of par2. I believe to enable multicore par2 processing you have to set 'Extra PAR2 Parameters' to "-t+" under sabnzbd's Config > Switches tab.
by josh4trunks
February 9th, 2015, 8:19 pm
Forum: freeBSD Package
Topic: Note to FreeNAS/NAS4Free users
Replies: 3
Views: 59421

Re: Note to FreeNAS/NAS4Free users

hey @dbrooks!
I maintain the sabnzbd PBI (plugin) for FreeNAS. The advice here is outdated and no longer applicable. If people have questions/problems with the sabnzbd plugin feel free top forward them to the FreeNAS forum, plugins section, which I regularly check.
Thanks!
by josh4trunks
February 9th, 2015, 8:11 pm
Forum: General Help
Topic: Help with simple post processing script?
Replies: 3
Views: 1740

Re: Help with simple post processing script?

is the download being initiated from siclbeard/sickrage/couchpotato? if so they have plex modification support.
by josh4trunks
January 5th, 2015, 8:16 pm
Forum: General Help
Topic: Can't fetch NZB from my indexer on specific SABnzbd
Replies: 17
Views: 12135

Re: Can't fetch NZB from my indexer on specific SABnzbd

I'm actually the maintainer of the freenas (freebsd not linux =P ) sabnzbd plugin, so that's why I'm interested. I'm excited to package up version 0.8.0 which sounds like a big step forward.
by josh4trunks
January 5th, 2015, 1:46 pm
Forum: General Help
Topic: Can't fetch NZB from my indexer on specific SABnzbd
Replies: 17
Views: 12135

Re: Can't fetch NZB from my indexer on specific SABnzbd

shypike wrote:
josh4trunks wrote: * When is sabnzbd switching to urllib2?
It has in 0.8.0 (not out yet)
There won't be a new 0.7.x (at least not for issues like this).
so I take it sabnzbd 0.8.0 will be out soon =]
by josh4trunks
January 4th, 2015, 10:31 pm
Forum: General Help
Topic: Can't fetch NZB from my indexer on specific SABnzbd
Replies: 17
Views: 12135

Re: Can't fetch NZB from my indexer on specific SABnzbd

@sander I think I found the issue after reading this https://sabnzbd.org/viewtopic.php?f=3&t=12992&p=78409 Sabnzbd actually passes the header saying it do gzip encoding. Varnish then see's this and gives.. Content-Encoding: gzip Transfer-Encoding: chunked Since sabnzbd uses urllib, which is ...
by josh4trunks
January 4th, 2015, 2:54 am
Forum: General Help
Topic: Can't fetch NZB from my indexer on specific SABnzbd
Replies: 17
Views: 12135

Re: Can't fetch NZB from my indexer on specific SABnzbd

@sander Thanks for the testing, that log from 0.7.X points me in a direction to test. I tested querying my webserver directly NGINX > PHP from the install that is having an issue and that "fixes" it so somewhere is the Varnish layer. I have Varnish GZIP plaintext so I'll double check if th...
by josh4trunks
January 3rd, 2015, 9:06 pm
Forum: General Help
Topic: Can't fetch NZB from my indexer on specific SABnzbd
Replies: 17
Views: 12135

Re: Can't fetch NZB from my indexer on specific SABnzbd

@sander
I fixed the Content-Length issue. Are you able to download the nzb's now? I still can't. I'll get some logs posted soon.
by josh4trunks
December 25th, 2014, 12:52 pm
Forum: General Help
Topic: Can't fetch NZB from my indexer on specific SABnzbd
Replies: 17
Views: 12135

Re: Can't fetch NZB from my indexer on specific SABnzbd inst

Ouch. Well if you're able to construct such a setup, I'm sure you're able solve this tiny Content-Length problem ... ;-) Looks like Varnish 3.0.4 had a bug which was fixed in 3.0.5 about duplicate Content-Length headers. pfSense's package is only 3.0.4, so time to complain to the package maintainer...
by josh4trunks
December 25th, 2014, 7:29 am
Forum: General Help
Topic: Can't fetch NZB from my indexer on specific SABnzbd
Replies: 17
Views: 12135

Re: Can't fetch NZB from my indexer on specific SABnzbd inst

Thanks for the debugging! I do have a somewhat complex setup for my hosting. HAProxy (SSL) Varnish (Static Caching + GZIPing) NGINX (Static Webserver) PHP-FPM I already tried cutting out the SSL step and that didn't help, so I'll try further isolating the problem. What's strange is how it works on m...
by josh4trunks
December 24th, 2014, 11:22 pm
Forum: General Help
Topic: Can't fetch NZB from my indexer on specific SABnzbd
Replies: 17
Views: 12135

Re: Can't fetch NZB from my indexer on specific SABnzbd inst

shypike wrote:We normally test on Python 2.7, I'm not sure about the last digit.
Do you have a possibility to test on another Python version?
I see FreeBSD just added 2.7.9. I'll update and see if that makes a difference.
EDIT
Still doesn't work.
by josh4trunks
December 24th, 2014, 12:49 pm
Forum: General Help
Topic: Can't fetch NZB from my indexer on specific SABnzbd
Replies: 17
Views: 12135

Can't fetch NZB from my indexer on specific SABnzbd

Hi everyone, I'm trying to grab an NZB from my nZEDb (newznab compatible) install. I'm trying to figure out how I can further debug this and get to the bottom of this issue. Thanks! PROBLEM The link i want to work is.. https://www.jruehlig.com/nzedb/getnzb/fe1a1474a5026b74b5d63b78634f6b055add149a&am...
by josh4trunks
August 25th, 2011, 11:45 am
Forum: Post-Processing Scripts
Topic: Error post-processing downloaded files from Sickbeard
Replies: 1
Views: 6391

Re: Error post-processing downloaded files from Sickbeard

Fixed it...
changed first line of sabToSickbeard.py to

Code: Select all

#!/usr/bin/env /usr/local/bin/python

Code: Select all

#!/usr/bin/env python
worked when I sshed in as root but I have no idea which user is actually running all these things and if they get forwarded to /usr/local/bin
by josh4trunks
August 25th, 2011, 11:03 am
Forum: Post-Processing Scripts
Topic: Error post-processing downloaded files from Sickbeard
Replies: 1
Views: 6391

Error post-processing downloaded files from Sickbeard

env: python: No such file or directory http://www.flickr.com/photos/66773845@N05/6080068272/ I get this on files Sickbeard automatically downloads. I had this working correctly but for some reason it stopped post-processing (I believe when I updated sab to 0.6.8 ). I tried a fresh install to sab 0....