Package Details: sabnzbd 4.3.3-1

Git Clone URL: https://aur.archlinux.org/sabnzbd.git (read-only, click to copy)
Package Base: sabnzbd
Description: A web-interface based binary newsgrabber with NZB file support
Upstream URL: http://www.sabnzbd.org
Keywords: network usenet
Licenses: GPL
Submitter: esh
Maintainer: fryfrog
Last Packager: fryfrog
Votes: 270
Popularity: 0.61
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-08-21 15:57 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 64 Next › Last »

fryfrog commented on 2022-06-05 19:10 (UTC)

@Pietro_Pizzi: Some how you've got a very new version of sabyenc installed, maybe via pip or something else? It has been 4.0.2 for ages and was very briefly 5.0.1. You have not installed 5.4.1 w/ the aur, so you need to figure out how you did it.

Alternatively, you could upgrade to the latest 3.6 beta/rc, which needs a newer sabyenc.

Pietro_Pizzi commented on 2022-06-05 15:28 (UTC) (edited on 2022-06-05 15:49 (UTC) by Pietro_Pizzi)

I get an error massage in the web interface:

Essential modules are missing, downloading cannot start.

SABYenc disabled: no correct version found! (Found v5.4.1, expecting v4.0.0)

But actually python-sabyenc3 4.0.2-3 as a dependency is installed!?

Does anybody know what my problem is?

...

I think I know what I have done:

I have some python pkg, which are not even in AUR, installed with "pip install --user <pkg>" ('--user' to not mess with the arch pkg-manager). Now I have updated them (and many more :( ) with "pip-review --auto" instead of "pip-review --user --auto". Now I'm screwd and have to find out which pkg these are and how I get rid of them...

fryfrog commented on 2022-03-04 03:42 (UTC) (edited on 2022-03-04 03:44 (UTC) by fryfrog)

@jdart: EZPZ, just systemctl edit sabnzbd and override the User= and Group= as needed. If you needed to modify ExecStart=, you need to clear it by having just that empty line and then on the next line repeat it, but w/ the command you want. This is the right way to override a package .service file because it persists and any package changes to the service will still be preserved as long as they're not something you override.

pezz commented on 2022-03-04 03:40 (UTC)

@jdart read up on how to make service.d files with systemd.

anonion commented on 2022-03-04 03:39 (UTC)

@jdart

Look into systemd override files. https://askubuntu.com/questions/659267/how-do-i-override-or-configure-systemd-services

jdart commented on 2022-03-04 03:23 (UTC)

I run sab with a custom user group so that downloads are owned by the custom group which sonarr is also a member of. I set this group in the service/unit file. When I update this package the service/unit file is overwritten. Is there a better way to let both sab and sonarr manage the same files, or a way to prevent the service/unit file from being overwritten on update?

PGCD commented on 2022-02-24 09:49 (UTC)

@fryfrog. Yep, switching from the stable to the testing branch for the mirrors fixed it :). Should have thought about it thanks

fryfrog commented on 2022-02-24 04:15 (UTC)

@PGCD, maybe you've got out of date mirrors? Or maybe Majaro keeps updates back? A Manjaro support forum would probably be a better start.

community/python-jaraco 2022.1.24-2 [0B 243.79KiB] [Installed]
    A gaggle of idiosyncratic and questionable wrappers for the stdlib.
community/python-jaraco.context 4.1.1-2 [0B 20.44KiB] [Installed]
    Context managers by jaraco

PGCD commented on 2022-02-24 03:29 (UTC)

I am still getting the issue with jacaro.context on my Manjaro install (updated). I don't see the update of jacaro that @skrewball mentioned

piotrv commented on 2022-02-21 19:27 (UTC) (edited on 2022-02-21 19:29 (UTC) by piotrv)

I installed and updated all jaraco related python packages

                                                       
sudo pip list | egrep  jaraco                                                                        
jaraco.classes               3.2.1
jaraco.collections           3.5.1
jaraco.context               4.1.1
jaraco.functools             3.5.0
jaraco.itertools             6.0.3
jaraco.logging               3.1.0
jaraco.stream                3.0.3
jaraco.text                  3.7.0

and still complaining:


sabnzbd                                                                                              
Not all required Python modules are available, please check requirements.txt
Missing module: jaraco.collections