Search found 28 matches

by nock
January 12th, 2015, 6:57 pm
Forum: Post-Processing Scripts
Topic: Help in making a post processing for movies
Replies: 3
Views: 3184

Re: Help in making a post processing for movies

Abnormal way of sorting? But with the sorting function you can at least make it rename like this: (year) movie name / (year) movie.name.avi
Put this in you sort string:

Code: Select all

(%y) %title/(%y) %title.%ext
by nock
January 12th, 2015, 6:33 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 ?

Code: Select all

ssl = 1
check that the https port 9090 actually are present, and that username and pw are set ?
by nock
January 12th, 2015, 6:27 pm
Forum: Debian/Ubuntu Package
Topic: [Samba Shares] Cannot change folder permissions
Replies: 3
Views: 6190

Re: [Samba Shares] Cannot change folder permissions

This could be one solution. Before you mount the share to a folder, you must set the right permissions.. Lets say this is your folder structure: /download/incomplete /download/complete And the user running sab is "sabuser" This is the command for debian/ubuntu, but should be the same princ...
by nock
January 12th, 2015, 6:07 pm
Forum: Post-Processing Scripts
Topic: [HELP] Plex update script ?
Replies: 13
Views: 9330

Re: [HELP] Plex update script ?

Pyhton script? Should work with just a easy bash scritp.. Either way, this is the code you need. This is easy, this is my "movie" script: Create a script and save it to your script folder ( sickberd/autoprocess folder etc..) #! /bin/bash ### Updates Plex movies ### wget -q --delete-after &...
by nock
November 4th, 2014, 3:07 pm
Forum: Debian/Ubuntu Package
Topic: Web gui crash with https enabled
Replies: 14
Views: 7009

Re: Web gui crash with https enabled

That is true, i'll remove it form the post
by nock
November 4th, 2014, 12:37 pm
Forum: Debian/Ubuntu Package
Topic: Web gui crash with https enabled
Replies: 14
Views: 7009

Re: Web gui crash with https enabled

Going from https to http alone did not work for me. I was think if the real problem is that "half-open" connection did not close, i "just force close " them. Googled around and found a similar issue, but only in other applications like SQL and so on.. Its only been one day, but n...
by nock
November 2nd, 2014, 3:57 pm
Forum: Debian/Ubuntu Package
Topic: Web gui crash with https enabled
Replies: 14
Views: 7009

Re: Web gui crash with https enabled

Was just thinking that my self. Will post updates
by nock
November 2nd, 2014, 10:54 am
Forum: Debian/Ubuntu Package
Topic: Web gui crash with https enabled
Replies: 14
Views: 7009

Re: Web gui crash with https enabled

crashed agian..
You can view the output of

Code: Select all

ls -la /proc/$(pgrep sabnzbdplus)/fd/
here: http://pastebin.com/ABBimPRk
by nock
October 31st, 2014, 1:20 pm
Forum: Debian/Ubuntu Package
Topic: Web gui crash with https enabled
Replies: 14
Views: 7009

Re: Web gui crash with https enabled

Did a few changes: vi /etc/sysctl.conf fs.file-max = 100000 and /etc/security/limits.conf * soft nofile 65000 * hard nofile 65000 /etc/sysctl.conf net.ipv4.ip_local_port_range = 1024 65000 ulimit -n //old output 1024 //new output 65000 Also changed the host line in sabnzbd.ini and default to my IP-a...
by nock
October 31st, 2014, 11:32 am
Forum: Debian/Ubuntu Package
Topic: Web gui crash with https enabled
Replies: 14
Views: 7009

Re: Web gui crash with https enabled

i'm guessing this command is as good as any:

Code: Select all

netstat -an | grep :9090 | wc -l
Right now i have 11 if that maters..
by nock
October 31st, 2014, 11:15 am
Forum: Debian/Ubuntu Package
Topic: Web gui crash with https enabled
Replies: 14
Views: 7009

Re: Web gui crash with https enabled

Is there a log i can view for that?
Not that familiar with "netstat", when i run

Code: Select all

 netstat -apon
i cant really see whats "open connections"
Is it the columns "Recv-Q" and "Send-Q" i should look at?
by nock
October 31st, 2014, 10:26 am
Forum: Debian/Ubuntu Package
Topic: Web gui crash with https enabled
Replies: 14
Views: 7009

Re: Web gui crash with https enabled

***Updated first post*** Web browser: Chrome, IE, Firefox. Error occur with every browser.. You can view sabnzbd.error log here: http://pastebin.com/RszkMSeX You can view the last important lines in sabnzbd.log here: http://pastebin.com/qL9MEuAz The crashes usually happens early in the morning or ni...
by nock
October 29th, 2014, 3:14 pm
Forum: Debian/Ubuntu Package
Topic: Web gui crash with https enabled
Replies: 14
Views: 7009

Web gui crash with https enabled

***Resaon: SABconnect++ is the cause of this problem. Let SABconnect++ connect over HTTP, and your problem is gone. No difficult stuff with system settings needed.*** Been running Sabnzbd for years, but switched to Ubuntu for 1 year ago. Since that I've been having thees web GUI "crashes" ...