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

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Locked
loopdemack
Jr. Member
Jr. Member
Posts: 54
Joined: April 26th, 2008, 2:22 pm

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

Post 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?
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

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

Post 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.
loopdemack
Jr. Member
Jr. Member
Posts: 54
Joined: April 26th, 2008, 2:22 pm

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

Post 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 ?
loopdemack
Jr. Member
Jr. Member
Posts: 54
Joined: April 26th, 2008, 2:22 pm

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

Post 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.
loopdemack
Jr. Member
Jr. Member
Posts: 54
Joined: April 26th, 2008, 2:22 pm

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

Post by loopdemack »

How to get multi-thread in sab for everything downloading, verifying, unpacking?
loopdemack
Jr. Member
Jr. Member
Posts: 54
Joined: April 26th, 2008, 2:22 pm

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

Post 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)')
User avatar
safihre
Administrator
Administrator
Posts: 5521
Joined: April 30th, 2015, 7:35 am
Contact:

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

Post 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?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Locked