Search found 8 matches

by tixetsal
November 23rd, 2013, 11:38 am
Forum: Bug Reports
Topic: core dump every few days
Replies: 3
Views: 2374

Re: core dump every few days

I did. It believe it was caused by bad sectors on a failing hard drive.

As a workaround, monit works really well to keep things moving until you can pinpoint the problem. I hope that helps.
by tixetsal
November 14th, 2013, 11:49 am
Forum: General Help
Topic: Repairs fail when nzb is reused
Replies: 3
Views: 1565

Re: Repairs fail when nzb is reused

Thanks for your response, shypike. I am using the same provider in both locations, but I did notice that the timeout was set to 120 seconds in the location that is always successful and 30 seconds in the location that would fail 50-60% of the time. Good call! Do you think that this could be the sour...
by tixetsal
November 13th, 2013, 10:44 am
Forum: General Help
Topic: Repairs fail when nzb is reused
Replies: 3
Views: 1565

Repairs fail when nzb is reused

Hi, folks. I have 2 different instances of sabnzbd in 2 different cities. In instance 1, sab is fed nzbs by sick/couch/head. After the nzb is processed by sab, it copies (via scp) the nzb from the nzb backup folder to instance 2, so that all media exists in both locations. (Both instances download f...
by tixetsal
July 25th, 2013, 11:59 am
Forum: Bug Reports
Topic: core dump every few days
Replies: 3
Views: 2374

core dump every few days

sudo systemctl status sabnzbd sabnzbd.service - SABnzbd binary newsreader Loaded: loaded (/usr/lib/systemd/system/sabnzbd.service; enabled) Active: failed (Result: core-dump) since Thu 2013-07-25 04:14:51 EDT; 8h ago Main PID: 18030 (code=dumped, signal=ABRT) CGroup: name=systemd:/system/sabnzbd.se...
by tixetsal
July 25th, 2013, 11:54 am
Forum: Bug Reports
Topic: core dump every few days
Replies: 3
Views: 2374

core dump every few days

Version: 0.7.14-1 OS: Arch Linux Install-type: Arch User Repository Skin (if applicable): Default Firewall Software: None Are you using IPV6? No Is the issue reproducible? Yes, it happens every few days. I have been experiencing crashes. I've noticed that this error message is sometimes the last thi...
by tixetsal
July 3rd, 2013, 10:46 pm
Forum: General Discussion
Topic: simple pre-queue user script question
Replies: 3
Views: 2899

Re: simple pre-queue user script question

This thread has become SPAM bait. Do any mods care to close the thread?
by tixetsal
June 8th, 2013, 9:35 am
Forum: General Discussion
Topic: simple pre-queue user script question
Replies: 3
Views: 2899

Re: simple pre-queue user script question

OK, watching the backup folder is what I am currently doing. Thank you for the information!
by tixetsal
June 7th, 2013, 9:09 pm
Forum: General Discussion
Topic: simple pre-queue user script question
Replies: 3
Views: 2899

simple pre-queue user script question

I would like to use a pre-queue user script to scp a copy of the nzb off to another machine. The script would be something similar to: #!/bin/bash scp <this is the variable that I can't figure out> user@somedomain.info:/mnt/movies/nzbs Can someone give me a gentle nudge in the right direction? I hav...