Search found 4 matches
- December 16th, 2010, 7:12 am
- Forum: General Help
- Topic: SAB won't auto start up on boot!
- Replies: 6
- Views: 3938
Re: SAB won't auto start up on boot!
We get few complaints. We will get new ones: "why does it take a full minute before I get feedback that my IP is wrong?" How about, pseudo code: for(retry_count = 0; retry_count < 10; retry_count++) { if(try_to_bind()) { bound = true; break; } error_log &qu...
- December 15th, 2010, 7:14 am
- Forum: General Help
- Topic: SAB won't auto start up on boot!
- Replies: 6
- Views: 3938
Re: SAB won't auto start up on boot!
Adding a 'sleep 60' in the init script fixed it... maybe this could be handled more elegantly in sab? E.g. retry a few times (with suitable pause lengths) before giving up? There must be other people facing similar problems!
- December 15th, 2010, 7:00 am
- Forum: General Help
- Topic: SAB won't auto start up on boot!
- Replies: 6
- Views: 3938
Re: SAB won't auto start up on boot!
Just looked in some log files (sorry, should have done this first!): Exception in thread HTTPServer Thread-10: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib/python2.6/threading.py", line...
- December 15th, 2010, 6:55 am
- Forum: General Help
- Topic: SAB won't auto start up on boot!
- Replies: 6
- Views: 3938
SAB won't auto start up on boot!
I'm running sabnzbd on ubuntu. Here's what I've done: 1. sudo aptitude install sabnzbdplus 2. configured /etc/default/sabnzbdplus 3. sudo /etc/init.d/sabnzbdplus sucessfully starts sab However, on reboot, sab doesn't start up! I run the following: $ sudo update-rc.d sabnzbdplus defaults System start...