Search found 5305 matches

by safihre
February 13th, 2017, 12:05 pm
Forum: Bug Reports
Topic: Decoder Failure Out of Memory - tried 200M upto 2000M
Replies: 11
Views: 4184

Re: Decoder Failure Out of Memory - tried 200M upto 2000M

You can run it from the command line, specifying the path to the Config file.
by safihre
February 13th, 2017, 7:00 am
Forum: General Help
Topic: unpack ; unrar and then move the file
Replies: 23
Views: 13128

Re: unpack ; unrar and then move the file

SABnzbd will always first try a simple rename, if that fails it uses Python commands that decide what is the best strategy to do the rename. It seems that virus scanners or other software block the rename, triggering Python too choose the copy route. This blocking only has to happen for a few millis...
by safihre
February 13th, 2017, 6:57 am
Forum: General Help
Topic: sabnzbd crashes all the time
Replies: 6
Views: 2277

Re: sabnzbd crashes all the time

I honestly don't know.. I checked all the code and everything would output some line of text to the log, with 1 exception: a shutdown from the interface or from the SABnzbd tray. You are not running some performance optimizing software? Does your system maybe go into standby or something? I don't kn...
by safihre
February 13th, 2017, 4:41 am
Forum: General Help
Topic: Troubles after install Sab on synology
Replies: 1
Views: 669

Re: Troubles after install Sab on synology

Can you start by trying to set the permissions on the folder to 777, does it work then?
After this you can try to change to allow less and set the right groip.
by safihre
February 13th, 2017, 3:50 am
Forum: General Help
Topic: Error unraring files
Replies: 16
Views: 5455

Re: Error unraring files

Can you first try to upgrade setuptools by running
pip install setuptools --upgrade

And then try again the
pip install cryptography --upgrade
by safihre
February 13th, 2017, 2:46 am
Forum: Post-Processing Scripts
Topic: Post Processing and the $7 status parameter, bash
Replies: 1
Views: 3041

Re: Post Processing and the $7 status parameter, bash

What could we do to improve the documentation? :)
by safihre
February 13th, 2017, 2:45 am
Forum: Bug Reports
Topic: Decoder Failure Out of Memory - tried 200M upto 2000M
Replies: 11
Views: 4184

Re: Decoder Failure Out of Memory - tried 200M upto 2000M

Try not running it as a service for a while. When it runs as a service, the OS will try to limit the amount of memory used whenever it feels like it's too much.
by safihre
February 13th, 2017, 2:41 am
Forum: Bug Reports
Topic: SSL warning since last update
Replies: 8
Views: 5442

Re: SSL warning since last update

I think it's because StartSSL is not trusted authority anymore after they screwed up:
https://blog.mozilla.org/security/2016/ ... tificates/

Even though you get this warning, it connects just fine?
by safihre
February 12th, 2017, 4:26 pm
Forum: General Help
Topic: SABnzbd on a VPN not accessible by nzb.cat, etc
Replies: 2
Views: 1596

Re: SABnzbd on a VPN not accessible by nzb.cat, etc

I wouldn't know.. You'd somehow need the VPN to forward the right port back to you.
by safihre
February 12th, 2017, 4:25 pm
Forum: General Help
Topic: sabnzbd crashes all the time
Replies: 6
Views: 2277

Re: sabnzbd crashes all the time

And this happened multiple times?
Because it just says "Shutting down", this can only happen if you or the OS shut it down/restarted or when you used the scheduler to restart.
Otherwise their would be a log notice why it was shutdown.
by safihre
February 12th, 2017, 4:23 pm
Forum: General Help
Topic: [SOLVED] Error startup: CoreFoundation/CoreFoundation.h:
Replies: 27
Views: 13527

Re: Error duing startup: CoreFoundation/CoreFoundation.h:

Do you know which folder SABnzbd is installed?
You should be able to run

python /folder/to/SABNzbd/SABnzbd.py -f /folder/to/SABNzbd/Config/sabnzbd.ini
by safihre
February 12th, 2017, 10:18 am
Forum: General Help
Topic: [SOLVED] Error startup: CoreFoundation/CoreFoundation.h:
Replies: 27
Views: 13527

Re: Error duing startup: CoreFoundation/CoreFoundation.h:

Clinton-hall is active, just let him know on the QNAP forums.
So to make sure: when you just run sabnzbd.py, both cryptography and yEnc work?
by safihre
February 12th, 2017, 8:00 am
Forum: Nederlands
Topic: SABnzbd 1.2.0: news.tweaknews.nl onbetrouwbaar certificaat
Replies: 33
Views: 15303

Re: SABnzbd 1.2.0: news.tweaknews.nl onbetrouwbaar certifica

Je zit op de Develop versie van sabnzbd waarbij het standaard verificatie niveau voortaan op Strict staat (in tegenstelling tot de huidge 1.2.x versie die je waarschijnlijk op Windows hebt geïnstalleerd).
Je kan op Advanced klikken in de wizard om het niveau weer op Default te zetten.
by safihre
February 12th, 2017, 6:15 am
Forum: General Help
Topic: [SOLVED] Error startup: CoreFoundation/CoreFoundation.h:
Replies: 27
Views: 13527

Re: Error duing startup: CoreFoundation/CoreFoundation.h:

However, it seems your pip python and sabnzbd python might not be the same or working from the same base directory.
Otherwise yEnc would be detected. Since it's clearly installed!
by safihre
February 12th, 2017, 6:13 am
Forum: General Help
Topic: [SOLVED] Error startup: CoreFoundation/CoreFoundation.h:
Replies: 27
Views: 13527

Re: Error duing startup: CoreFoundation/CoreFoundation.h:

It's a bit strange. Because we used to use pyOpenSsl, which has the cryptography package included.
We didn't hear problems with that on the QNAP so I am very surprised that this suddenly wouldn't work.