Search found 26 matches

by squareatom
September 23rd, 2015, 11:21 am
Forum: Debian/Ubuntu Package
Topic: Daemon won't start after enabled HTTPS
Replies: 13
Views: 9813

Re: Daemon won't start after enabled HTTPS

Nope, I gave up. Using nginx now, so this is a non issue.
by squareatom
January 17th, 2015, 10:17 am
Forum: Debian/Ubuntu Package
Topic: [Samba Shares] Cannot change folder permissions
Replies: 3
Views: 6189

Re: [Samba Shares] Cannot change folder permissions

Just mount as the user that sab runs as... I use autofs and do the the following:

Code: Select all

/mnt/Downloads	-fstype=cifs,guest,uid=sabuser,gid=users,dir_mode=0777,file_mode=0666	://nas/Downloads
by squareatom
January 17th, 2015, 10:10 am
Forum: Debian/Ubuntu Package
Topic: anouther permissions problem... [Unraid, Samba, NFS]
Replies: 2
Views: 2733

Re: anouther permissions problem...

ok... well after poking around a little bit I thought that maybe is was an option in my fstab file... after playing with that a bit more i wasnt able to make a difference... but was I was able to get done was that Sab is now downloading files... but still reporting that it cant change a file's perm...
by squareatom
January 17th, 2015, 10:06 am
Forum: Debian/Ubuntu Package
Topic: Daemon won't start after enabled HTTPS
Replies: 13
Views: 9813

Re: Daemon won't start after enabled HTTPS

Ah. So we don't know if 1) it's a system/library problem or 2) a "i made my own key" problem. I would do this: 1) Stop SABnzbd 2) Create a new user, login as that user, start SABnzbd with "sabnzbdplus" (no extra parameters!!!). 3) That should start the SABnzbd Wizard. Fill out t...
by squareatom
January 13th, 2015, 10:37 pm
Forum: Debian/Ubuntu Package
Topic: Daemon won't start after enabled HTTPS
Replies: 13
Views: 9813

Re: Daemon won't start after enabled HTTPS

Why do you have host.key / host.cert (and with path), whereas my sabnzbd.ini says server.key / server.key (without path)? Did you change that yourself? Are you trying to use your own certificates? $ cat sabnzbd.ini | grep -e https -e ssl_type https_port = 9090 https_key = server.key https_chain = &...
by squareatom
January 13th, 2015, 6:36 pm
Forum: Debian/Ubuntu Package
Topic: Daemon won't start after enabled HTTPS
Replies: 13
Views: 9813

Re: Daemon won't start after enabled HTTPS

Have you tried doing it manually in the sabnzbd.ini ? ssl = 1 check that the https port 9090 actually are present, and that username and pw are set ? This is for the GUI not the nntp server. Did you enter a port number for HTTP and for HTTPS? You can set logging level to "Debug", on the S...
by squareatom
January 5th, 2015, 11:46 am
Forum: Debian/Ubuntu Package
Topic: Daemon won't start after enabled HTTPS
Replies: 13
Views: 9813

Re: Daemon won't start after enabled HTTPS

$ lsb_release -d Description: Ubuntu 14.04.1 LTS $ sudo apt-get install python-openssl Reading package lists... Done Building dependency tree Reading state information... Done python-openssl is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. $ grep -i '^htt...
by squareatom
January 4th, 2015, 6:27 pm
Forum: Debian/Ubuntu Package
Topic: Daemon won't start after enabled HTTPS
Replies: 13
Views: 9813

Daemon won't start after enabled HTTPS

Trying to get SSL working but not having much luck. I followed the guide @ http://wiki.sabnzbd.org/https. However, when I try to start back up the daemon it fails with nothing in log. Any suggestions?

-thanks
by squareatom
April 19th, 2014, 9:46 am
Forum: Templates
Topic: Rush v1.0
Replies: 9
Views: 61603

Re: Rush v1.0

Nice work! Fits MAC great. I agree with shypike though, the font could be a bit larger for my taste.
by squareatom
October 4th, 2012, 7:23 am
Forum: Feature Requests
Topic: Sorting - Add Patterns
Replies: 3
Views: 2626

Re: Sorting - Add Patterns

Thanks. Doesn't look like the built in sorting can do everything I want so I'll be going back to post processing. But maybe someone else can benefit from this.
by squareatom
October 3rd, 2012, 9:44 am
Forum: Feature Requests
Topic: Sorting - Add Patterns
Replies: 3
Views: 2626

Sorting - Add Patterns

Unless I'm mistaken, I do not see an 'Original Foldername: %dn folder' option for Generic Sorting. This option exists for 'Series Sorting'. I like to use the NZB name for naming my movies and it would be nice if I could do that with Generic Sorting. EDIT: While you're at it, the following might as w...
by squareatom
October 2nd, 2012, 4:34 pm
Forum: General Help
Topic: pre-queue script input parameters
Replies: 12
Views: 5292

Re: pre-queue script input parameters

Whoops. You're correct. It works. I just needed to restart Sabnzbd. Not sure why I didn't think of that before. EDIT: So is the following still true? Or will values of output lines 8-11 be applied to TV Sorting? SABnzbd uses the first 7 lines of output, so they should only contain proper data (or be...
by squareatom
October 2nd, 2012, 4:25 pm
Forum: General Help
Topic: pre-queue script input parameters
Replies: 12
Views: 5292

Re: pre-queue script input parameters

Nah I changed it in newsunpack.py. I was going to try in my own script but you just saved me to trouble.
by squareatom
October 2nd, 2012, 4:19 pm
Forum: General Help
Topic: pre-queue script input parameters
Replies: 12
Views: 5292

Re: pre-queue script input parameters

I added the line and still no input values 8-11. Guess there is more to the bug than just that function but thanks for the info. I'll just wait for 0.7.4
by squareatom
October 2nd, 2012, 4:03 pm
Forum: General Help
Topic: pre-queue script input parameters
Replies: 12
Views: 5292

Re: pre-queue script input parameters

Oh you're quick with the replies :D Sweet, didn't realize it would be so soon! I think this is what I am looking for tho in lieu of the pre-queue. from sabnzbd.tvsort import SeriesSorter def analyse_show(name): """ Do a quick SeasonSort check and return basic facts """ ...