Search found 17 matches
- December 27th, 2014, 4:32 pm
- Forum: Debian/Ubuntu Package
- Topic: General Protection errors
- Replies: 0
- Views: 2222
General Protection errors
What do these mean? On Debian Stable I get the following [ 697.089810] sabnzbdplus[4510] general protection ip:4c5a78 sp:7f27dfff60d0 error:0 in python2.7[400000+257000] [ 9561.196542] sabnzbdplus[6586] general protection ip:7f57a6a2def5 sp:7f578fff60f0 error:0 in libc-2.13.so[7f57a69b7000+182000] P...
- January 25th, 2014, 4:19 pm
- Forum: Debian/Ubuntu Package
- Topic: sabnzbd keeps crashing [debian]
- Replies: 18
- Views: 11862
Re: sabnzbd keeps crashing [debian]
it now seems to be behaving since friday afternoon (gmt +2). hasn't crashed. i've also noticed far less crc errors and general nzb download failures. which makes me wonder whether sabnzb was reacting badly to failings on the part of my service providers? i am speculatin here. but for a long while i ...
- January 23rd, 2014, 6:07 pm
- Forum: Debian/Ubuntu Package
- Topic: sabnzbd keeps crashing [debian]
- Replies: 18
- Views: 11862
Re: sabnzbd keeps crashing [debian]
here is a log before sometime before the crash. and after that - http://pastebin.com/Pum7WZgg
- January 23rd, 2014, 5:37 pm
- Forum: Debian/Ubuntu Package
- Topic: sabnzbd keeps crashing [debian]
- Replies: 18
- Views: 11862
Re: sabnzbd keeps crashing [debian]
i suspect the part we just did (where i edited the binary) was an incidental problem. even perhaps unrelated to the crash problem. the service still crashes. and the log gives no reason why. i have noticed the pid file remains in is it possible that something is sendiing the computer some sort of sl...
- January 21st, 2014, 12:38 pm
- Forum: Debian/Ubuntu Package
- Topic: sabnzbd keeps crashing [debian]
- Replies: 18
- Views: 11862
Re: sabnzbd keeps crashing [debian]
here it is
Code: Select all
$ grep -i "ip address" /mnt/mythtv/sabnzb/logs/sabnzbd.log
2014-01-21 19:34:28,339::INFO::[sabnzbdplus:1269] IP address = 192.168.1.102
2014-01-21 19:35:12,886::INFO::[sabnzbdplus:1269] IP address = 192.168.1.102
- January 20th, 2014, 5:50 pm
- Forum: Debian/Ubuntu Package
- Topic: sabnzbd keeps crashing [debian]
- Replies: 18
- Views: 11862
Re: sabnzbd keeps crashing [debian]
unfortunately it drops at any time. of late i have noticed an increase in the failure rate of downloads (using astraweb and supernews). CRC errors or out of server retention for what is well within the 1000 day threshold or whatever.this could be a seperate issue related to sources i use. but the pr...
- January 20th, 2014, 4:50 pm
- Forum: Debian/Ubuntu Package
- Topic: sabnzbd keeps crashing [debian]
- Replies: 18
- Views: 11862
Re: sabnzbd keeps crashing [debian]
the problems started when i was running 0.7.16-1 and so i downgraded in the hope it would help.
edit - i'll upgrade anyway
edit - i'll upgrade anyway
- January 20th, 2014, 3:33 pm
- Forum: Debian/Ubuntu Package
- Topic: sabnzbd keeps crashing [debian]
- Replies: 18
- Views: 11862
Re: sabnzbd keeps crashing [debian]
local ip is 192.168.1.102 and sabnzb is on port 8080
after it gave that error, I ran /etc/init.d/sabnzbdplus start manually and it worked - related log - http://pastebin.com/ZeMmipE6
full log when error happened - http://pastebin.com/e9P3wKZq
after it gave that error, I ran /etc/init.d/sabnzbdplus start manually and it worked - related log - http://pastebin.com/ZeMmipE6
full log when error happened - http://pastebin.com/e9P3wKZq
- January 20th, 2014, 1:01 pm
- Forum: Debian/Ubuntu Package
- Topic: sabnzbd keeps crashing [debian]
- Replies: 18
- Views: 11862
Re: sabnzbd keeps crashing
it continued to crash so i enabled debugging. here is a bit more extensive log $ cat /mnt/mythtv/sabnzb/logs/sabnzbd.log | grep -b10 -a10 ERROR 2544827-2014-01-20 19:45:12,508::INFO::[sabnzbdplus:442] _yenc module... found! 2544899-2014-01-20 19:45:12,509::INFO::[sabnzbdplus:450] par2 binary... foun...
- January 15th, 2014, 4:40 pm
- Forum: Debian/Ubuntu Package
- Topic: sabnzbd keeps crashing [debian]
- Replies: 18
- Views: 11862
Re: sabnzbd keeps crashing
that's a small price to pay. thanks.
- January 15th, 2014, 3:39 pm
- Forum: Debian/Ubuntu Package
- Topic: sabnzbd keeps crashing [debian]
- Replies: 18
- Views: 11862
sabnzbd keeps crashing [debian]
I am running it on debian stable. the below is what the log shows between just before it crashed and when i restarted it 2014-01-15 22:08:53,958::INFO::[_cplogging:55] [15/Jan/2014:22:08:53] HTTP Request Headers: AUTHORIZATION: Basic REMOVED REFERER: http://192.168.1.102:8080/ Content-Length: 35 USE...
- May 25th, 2013, 11:08 am
- Forum: Debian/Ubuntu Package
- Topic: [Solved]Debian - sabnzbdplus only runs when manually started
- Replies: 4
- Views: 4832
Re: Debian - sabnzbdplus only runs when manually started
thanks. that init script has done the trick.
as for the script called by cron, it just runs a check to see if sabnzbdplus is running
will see what happens with the new init script
as for the script called by cron, it just runs a check to see if sabnzbdplus is running
Code: Select all
# cat /usr/local/bin/check-sabnzb
#!/bin/bash
if ! pgrep sabnzbdplus; then
/etc/init.d/sabnzbdplus start
fi
- May 24th, 2013, 5:24 pm
- Forum: Debian/Ubuntu Package
- Topic: [Solved]Debian - sabnzbdplus only runs when manually started
- Replies: 4
- Views: 4832
Re: Debian - sabnzbdplus only runs when manually started
Here is the init.d script # cat /etc/init.d/sabnzbdplus #!/bin/sh # # Copyright (C) 2008-2011 by JCF Ploemen <linux@jp.pp.ru> # released under GPL, version 2 or later ################################################ # # # TO CONFIGURE EDIT /etc/default/sabnzbdplus # # # #############################...
- May 24th, 2013, 5:20 pm
- Forum: Debian/Ubuntu Package
- Topic: [Solved]Debian - sabnzbdplus only runs when manually started
- Replies: 4
- Views: 4832
[Solved]Debian - sabnzbdplus only runs when manually started
So I am running the below on a stable system # apt-cache policy sabnzbdplus sabnzbdplus: Installed: 0.6.15-1 Candidate: 0.6.15-1 Version table: *** 0.6.15-1 0 500 http://debian.mirror.ac.za/debian/ stable/contrib amd64 Packages 100 /var/lib/dpkg/status When the system boots, it shows the service sta...
- May 18th, 2013, 4:38 pm
- Forum: Debian/Ubuntu Package
- Topic: init.d script does not autostart on boot
- Replies: 8
- Views: 14229
Re: init.d script does not autostart on boot
worked great using sleep 30. Thanks a ton. :) how did you fix he problem? edit - looking at /etc/rc2, i noticed S11sabnzbdplus S14network-manager this is likely to be an issue right? can i just change the sabnzbplus entries to 20 or something manually? i would imagine there should be a more formal ...