Search found 26 matches

by 88keyz
July 14th, 2023, 8:32 pm
Forum: General Help
Topic: Sorting in 4.0.3 results in filenames ending in .1, issue not present in 4.0.2
Replies: 6
Views: 1241

Sorting in 4.0.3 results in filenames ending in .1, issue not present in 4.0.2

Recently after upgrading to 4.0.3 I noticed that many of the sort function renamed files were now ending in '.1'. I have moves and series sorting set to the following. %dn/%dn.%ext In 4.0.3 this has started to result in 'Show.Name.S01E01.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb.nzb' being sorted to '/down...
by 88keyz
November 26th, 2017, 10:06 am
Forum: General Help
Topic: Does SAB support AES-NI?
Replies: 5
Views: 2483

Re: Does SAB support AES-NI?

With further reading it appears it is possible via the cryptography module which is already in use in SABnzbd. Main reference I can find in the SAB source code is in rarfile.py . Not sure that has anything to do with the NNTP connection to the provider though. There doesn't seem to be any cryptograp...
by 88keyz
November 26th, 2017, 1:49 am
Forum: General Help
Topic: Does SAB support AES-NI?
Replies: 5
Views: 2483

Re: Does SAB support AES-NI?

From what I’ve read it is my understanding that in order to make use of the AES-NI acceleration in OpenSSL the application has to call the EVP API . For some commands this must be explicitly defined or EVP, and hence AES-NI, is not used. And in the case of Python all OpenSSL calls may need to define...
by 88keyz
November 25th, 2017, 12:14 pm
Forum: General Help
Topic: Does SAB support AES-NI?
Replies: 5
Views: 2483

Does SAB support AES-NI?

Does the current version of SABnzbd (v.2.3.1 at the moment) support AES hardware acceleration? If not, why not? This has been supported by almost all x86 and x86-64 based processors for almost a decade and it seems like hardware acceleration for the AES cipher type would be a big win in terms of CPU...
by 88keyz
January 24th, 2017, 4:05 pm
Forum: Beta Releases
Topic: [develop] Missing version in Git pull
Replies: 2
Views: 3204

Re: [develop] Missing version in Git pull

Switched to "master", working fine now. I had enjoyed the early access to features found in the "develop" branch but I figure I can live without them now. Thanks.
by 88keyz
January 22nd, 2017, 8:35 pm
Forum: Beta Releases
Topic: [develop] Missing version in Git pull
Replies: 2
Views: 3204

[develop] Missing version in Git pull

I am running the source from Git and it only reports the version as 'develop [unknown]'. For most applications or indexers this doesn't represent a problem. There are a few however that check the version first, ie. DOGnzb, and won't push files to SAB because the version doesn't appear to meet minimu...
by 88keyz
March 24th, 2016, 5:40 pm
Forum: Feature Requests
Topic: Clear Counters button in Server Config
Replies: 3
Views: 3256

Re: Clear Counters button in Server Config

Had a look at config_server.tmpl file and it seems that its as simple as moving the button-clrServer line. Tried it and it works fine. I've pasted the altered template file to pastebin if you care to take a look. Now if you can just find where you change Show details to Show Details we'd be all set.
by 88keyz
March 24th, 2016, 12:04 pm
Forum: Feature Requests
Topic: Clear Counters button in Server Config
Replies: 3
Views: 3256

Clear Counters button in Server Config

Would it be possible to move the Clear Counters button from its current position below the Show details button (also, shouldn't that be Show Details to match the title case layout of the rest of the buttons). http://i64.tinypic.com/33yomkg.png I can't tell you how many times I've clicked the Clear C...
by 88keyz
February 6th, 2016, 5:54 pm
Forum: Beta Releases
Topic: "Badly formed yEnc article" error stops download
Replies: 19
Views: 10887

Re: "Badly formed yEnc article" error stops download

I would agree that it seems that the issue is not with SABnzbd and it's more likely related to OpenSSL, the USP or a combination of both. Could be I was the only person affected by this particular issue (system or ISP issue maybe?) in which case it'll be hard to replicate. The only thing that was we...
by 88keyz
February 6th, 2016, 3:39 pm
Forum: Beta Releases
Topic: "Badly formed yEnc article" error stops download
Replies: 19
Views: 10887

Re: "Badly formed yEnc article" error stops download

No, there was never an error regarding access. And As I said same servers worked perfect under 0.7.x but that only used the SSL protocol. Could be poor protocol negotiation with the server, hard to say for certain because the only errors I ever got were regarding yEnc. All I can say is that it was a...
by 88keyz
February 6th, 2016, 11:29 am
Forum: Beta Releases
Topic: "Badly formed yEnc article" error stops download
Replies: 19
Views: 10887

Re: "Badly formed yEnc article" error stops download

Upon further investigation it turns out that the reason for the issue with the XS News server was the OpenSSL protocol support in the pyOpenSSL package that is included in Ubuntu 14.04 LTS. With Ubuntu 14.04 LTS the only available version of pyOpenSSL from apt-get is 0.13.2 which only supports TLS v...
by 88keyz
February 5th, 2016, 10:53 am
Forum: Beta Releases
Topic: "Badly formed yEnc article" error stops download
Replies: 19
Views: 10887

Re: "Badly formed yEnc article" error stops download

Thanks for checking. Based on your result I disabled my XS News server and the downloads completed fine. Guess that was the problem all along. :-[
by 88keyz
February 5th, 2016, 9:32 am
Forum: Beta Releases
Topic: "Badly formed yEnc article" error stops download
Replies: 19
Views: 10887

Re: "Badly formed yEnc article" error stops download

I sent 2 NZB's that I used to test. Both of them have them have the yEnc issue. As for servers, I have Easynews and XS News and I get the same behavior on the US and EU Easynews servers and on the XS News server. All servers connecting using SSL, SSL type is set to V23 on the 0.7.x setups and to Def...
by 88keyz
February 5th, 2016, 9:08 am
Forum: Beta Releases
Topic: "Badly formed yEnc article" error stops download
Replies: 19
Views: 10887

"Badly formed yEnc article" error stops download

In the beta when an article returns the following error "Badly formed yEnc article in ..." it causes the download to stop with only a few MB left and it never completes. I've been having this issue for a while with the 0.8x/1.0.x branch but wasn't able to put my finger on the cause. Proble...