Page 1 of 1

Ubuntu 18.04 added repository ppa:jcfp/nobetas but no updates after version 3.7.2 [fab36ec]

Posted: July 20th, 2024, 5:26 am
by loopdemack
Ubuntu 18.04 added repository ppa:jcfp/nobetas but no updates after version 3.7.2 [fab36ec]
grep -r "jcfp/nobetas" /etc/apt
/etc/apt/sources.list.d/jcfp-ubuntu-nobetas-bionic.list:deb http://ppa.launchpad.net/jcfp/nobetas/ubuntu bionic main
/etc/apt/sources.list.d/jcfp-ubuntu-nobetas-bionic.list:# deb-src http://ppa.launchpad.net/jcfp/nobetas/ubuntu bionic main
/etc/apt/sources.list.d/jcfp-ubuntu-nobetas-bionic.list.save:deb http://ppa.launchpad.net/jcfp/nobetas/ubuntu bionic main
/etc/apt/sources.list.d/jcfp-ubuntu-nobetas-bionic.list.save:# deb-src http://ppa.launchpad.net/jcfp/nobetas/ubuntu bionic main

How to get versions 4.
Whats the latest non beta version?

Re: Ubuntu 18.04 added repository ppa:jcfp/nobetas but no updates after version 3.7.2 [fab36ec]

Posted: July 20th, 2024, 7:34 am
by sander
Ubuntu 18.04 has python 3.6

SABnzbd now requires python 3.8 or higher, because of python features that are used, like the python walrus operator

See source code of SABnzbd: "Sorry, requires Python 3.8 or above"

So ... install python3.8 or higher on your Ubuntu 18.04 (google "deadsnakes"), and run SABnzbd from source (not PPA). Or run SAB in docker or in snap (assuming snap works on Ubuntu 18.04). Or upgrade your Ubuntu. Or keep using this version of SABnzbd.

Re: Ubuntu 18.04 added repository ppa:jcfp/nobetas but no updates after version 3.7.2 [fab36ec]

Posted: July 23rd, 2024, 8:38 am
by loopdemack
Ok because I have python 3.9 I installed it from the source and its working I see when unraring its using single core now, I have
unrar 5.50
unrar | head -5
UNRAR 5.50 freeware Copyright (c) 1993-2017 Alexander Roshal

Should I install unrar-nonfree ?

Re: Ubuntu 18.04 added repository ppa:jcfp/nobetas but no updates after version 3.7.2 [fab36ec]

Posted: July 23rd, 2024, 8:52 am
by loopdemack
I just installed latest unrar
unrar | head -5
UNRAR 7.01 freeware Copyright (c) 1993-2024 Alexander Roshal
Its still single thread in unpacking.

Re: Ubuntu 18.04 added repository ppa:jcfp/nobetas but no updates after version 3.7.2 [fab36ec]

Posted: July 23rd, 2024, 8:55 am
by loopdemack
How to get multi-thread in sab for everything downloading, verifying, unpacking?

Re: Ubuntu 18.04 added repository ppa:jcfp/nobetas but no updates after version 3.7.2 [fab36ec]

Posted: July 23rd, 2024, 1:05 pm
by loopdemack
2024-07-23 19:59:46,243::INFO::[_cplogging:213] [23/Jul/2024:19:59:46] ENGINE Client ('my_ip_address"', 58288) lost — peer dropped the TLS connection suddenly, during handshake: (8, 'EOF occurred in violation of protocol (_ssl.c:1129)')

Re: Ubuntu 18.04 added repository ppa:jcfp/nobetas but no updates after version 3.7.2 [fab36ec]

Posted: July 24th, 2024, 10:47 am
by safihre
Unpacking is almost always single threaded because it is mostly a disk problem, not cpu related. Only heavily encrypted posts require any cpu action during unpack.
Multi threaded is only relevant for the verification part.

The ssl error can be ignored, it's just a dropped connection from the interface. You don't need to use httpS when only accessing Sab within your local network.

Isn't everything working as expected now?