Search found 14 matches
- March 3rd, 2015, 4:34 pm
- Forum: General Discussion
- Topic: Missing articles but not trying backup?
- Replies: 13
- Views: 10086
Re: Missing articles but not trying backup?
Thanks, done! Backup server is being used again.
- March 3rd, 2015, 2:57 pm
- Forum: General Discussion
- Topic: Missing articles but not trying backup?
- Replies: 13
- Views: 10086
Re: Missing articles but not trying backup?
Thanks for looking into this. I just sent you the screenshot. My backup server is just fine. It is just never contacted unless I disable all other servers.
- March 3rd, 2015, 1:27 pm
- Forum: General Discussion
- Topic: Missing articles but not trying backup?
- Replies: 13
- Views: 10086
Re: Missing articles but not trying backup?
I just encountered this again, and managed to get some clean logs. Note how the backup server is never even considered or connected. 2015-03-03 19:18:08,276::INFO::[SABnzbd:1597] Starting SABnzbd.py-0.7.20 2015-03-03 19:18:08,277::DEBUG::[__init__:346] Starting postprocessor 2015-03-03 19:18:08,281:...
- February 23rd, 2015, 1:23 pm
- Forum: General Discussion
- Topic: Missing articles but not trying backup?
- Replies: 13
- Views: 10086
Re: Missing articles but not trying backup?
I am news.sunnyusenet.com as my primary server. I've sent you some sample NZBs.
- February 23rd, 2015, 2:14 am
- Forum: General Discussion
- Topic: Missing articles but not trying backup?
- Replies: 13
- Views: 10086
Re: Missing articles but not trying backup?
Even with that switch set to off I don't see the backup server used. Especially with nzb files that seem to be DMCA removed on the main server.
- February 22nd, 2015, 5:07 am
- Forum: General Discussion
- Topic: Missing articles but not trying backup?
- Replies: 13
- Views: 10086
Re: Missing articles but not trying backup?
Did this ever get resolved? I'm seeing similar behavior as of late.
- February 19th, 2015, 10:14 am
- Forum: General Help
- Topic: Filesize wrong
- Replies: 23
- Views: 12564
Re: Filesize wrong
It seems the download no longer stall. I am back at 0.7.20 but with only 1 main server (and 1 backup). When this problem started the downloads would really stall, but just in a timeout. There were no connections active to any server and even after several hours the downloads did not continue or fini...
- February 18th, 2015, 5:28 pm
- Forum: General Help
- Topic: Filesize wrong
- Replies: 23
- Views: 12564
Re: Filesize wrong
After the unpause in my last test I did notice CRC errors in the logs. The final download had 11 malformed articles.
- February 18th, 2015, 1:06 pm
- Forum: General Help
- Topic: Filesize wrong
- Replies: 23
- Views: 12564
Re: Filesize wrong
Thanks, I think I enabled that switch right after the upgrade to 0.7.20. The description is When article has a CRC error, try to get it from another server. but I guess that last part is broken?
- February 17th, 2015, 5:14 pm
- Forum: General Help
- Topic: Filesize wrong
- Replies: 23
- Views: 12564
Re: Filesize wrong
Downgrading to 0.7.19 didn't help much. I found one download stuck the same way as described above. The status is set to "downloading" while it is actually not.This time a simple pause and unpause helped to get it going again. I have 3 free servers, 1 paid server and 1 block server as back...
- February 16th, 2015, 2:55 pm
- Forum: General Help
- Topic: Filesize wrong
- Replies: 23
- Views: 12564
Re: Filesize wrong
I have exactly the same problem. I have a QNAP with 0.7.19 running for months (and older SABnzbd versions for years) without any problems. I upgraded to 0.7.20 yesterday, and most downloads stop completing. They will just sit there in the queue with a few more MB to be downloaded. I have several nor...
- March 11th, 2012, 2:00 pm
- Forum: General Help
- Topic: How to change newzbin url
- Replies: 27
- Views: 29221
Re: How to change newzbin url
Everything is working fine here with 0.6.15. I use newzbin exclusively. No problems whatsoever.
- January 27th, 2012, 6:50 am
- Forum: General Help
- Topic: How to change newzbin url
- Replies: 27
- Views: 29221
Re: How to change newzbin url
I just checked. The string newzbin.com is hard coded all over the place. Interface templates, language files and python code. This can be easily fixed using a global search and replace though. You then also have to updated the compiled pyo and pyc files.
- May 9th, 2008, 10:28 am
- Forum: Bug Reports
- Topic: Bug in applying umask
- Replies: 1
- Views: 3170
Bug in applying umask
In sabnzbd 0.3.4 assembler.py has the following code: # Remove X bits for files umask_file = umask & int('7666', 8) # Make sure that user R is on umask_file = umask | int('0400', 8) This sets the umask_file twice. The correct code should be: # Remove X bits for files umas...