Search found 7 matches

by djmurray
April 29th, 2014, 1:50 am
Forum: General Help
Topic: SABNZBD Reverse Proxy
Replies: 1
Views: 1583

SABNZBD Reverse Proxy

Hey guys, I have SABNZBD running on Ubuntu server, Currently I have set my default.conf in /etc/apache2/sites-available <Location /sabnzbd> allow from all ProxyPass http://192.168.1.9:8080/ ProxyPassReverse http://192.168.1.9:8080/ </Location> I know resolve the sabnzbd, however there is no CSS/JS. ...
by djmurray
April 7th, 2014, 8:21 am
Forum: General Help
Topic: SABNZBD Crashing
Replies: 7
Views: 1942

Re: SABNZBD Crashing

Ah thats great. Didn't notice the shutdown function. So I presume I just have to schedule a task in windows to start sabnzbd again?
by djmurray
April 7th, 2014, 6:29 am
Forum: General Help
Topic: SABNZBD Crashing
Replies: 7
Views: 1942

Re: SABNZBD Crashing

If you schedule a "program shutdown" in SABnzbd, things will work fine. However, the current running post processing job will be finished. Because SABnzbd will wait for the pp job and will do nothing else, I assume the crash will not occur. (The crash likely comes from the third-party web...
by djmurray
April 7th, 2014, 2:35 am
Forum: General Help
Topic: SABNZBD Crashing
Replies: 7
Views: 1942

Re: SABNZBD Crashing

Could be, we never tested that situation. It's very unusual that routers do that. Why does it? I have multiple ISP's that I switch between for work. So every day of the week it changes at 6am and again at 6pm. I can incorporate a shutdown 5 minutes before the change will run, but I am worried that ...
by djmurray
April 7th, 2014, 1:47 am
Forum: General Help
Topic: SABNZBD Crashing
Replies: 7
Views: 1942

SABNZBD Crashing

Hey guys, So lately I have been having this issue when my router changes the account info (everyday at 6am and 6pm) sabnzbd crashes. I dont see anything in the logs that leads me to the problem. I just see "Article Not Found". Windows then displays an error saying that SABNZBD has crashed....
by djmurray
January 21st, 2013, 5:06 pm
Forum: General Help
Topic: Unpause At specific time
Replies: 3
Views: 1224

Re: Unpause At specific time

Have you noticed the fixed pause intervals? Use the little arrow right of the Pause button. Thanks for your reply. I did see those, however I was looking for a way a better way that would never need user input. basically> if downloads are running=do nothing; if download are paused and time is 20:00...
by djmurray
January 21st, 2013, 1:32 pm
Forum: General Help
Topic: Unpause At specific time
Replies: 3
Views: 1224

Unpause At specific time

Hi there,

Im looking for a way to make SABnzbd unpause automatically after a certain time. Generally when im working I pause SABnzbd, but i often forget to unpause before I leave. I ideally dont want my download to run on the scheduler as sometimes I don't pause.

If there anyway to make this work?