Package Details: sabnzbd 4.5.5-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: 274
Popularity: 0.152441
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2026-03-22 15:58 (UTC)

Latest Comments

1 2 3 4 5 6 .. 66 Next › Last »

fryfrog commented on 2026-03-22 16:04 (UTC)

@linxpert: Thanks, sabyenc3 was renamed to sabctools ages ago. I've removed it as a depends and requested it be deleted.

linxpert commented on 2026-03-22 06:26 (UTC)

@fryfrog: Can you please remove python-sabyenc3 from the dependencies as it seems to me not required (https://github.com/sabnzbd/sabnzbd/blob/develop/requirements.txt) nor maintained.

chsims1 commented on 2026-02-24 18:23 (UTC) (edited on 2026-02-26 17:26 (UTC) by chsims1)

I'm getting the same problem with "missing sabctools". I've removed and reinstalled sabnzbd, and also tried rebuilding python-sabctools, but I am still stuck on trying to get systemctl to start the service. Any ideas please?

OK, so it is the "cleanbuild" that seems to be important here. All good now.

Cement8694 commented on 2026-01-12 22:37 (UTC)

@fryfrog I figured it out shortly after leaving the comment and subsequently deleted it. I've un-deleted to provide context to your response and in case others have the same issue. For those that need extra instruction, reinstall python-sabctools using pacman or your AUR helper and choose to clean build.

Thanks!

fryfrog commented on 2026-01-12 22:11 (UTC)

@Cement8694, you need to rebuild the python-sabctools package, that's what fixed mine.

Cement8694 commented on 2026-01-12 21:58 (UTC) (edited on 2026-01-12 22:00 (UTC) by Cement8694)

I think there are some broken dependencies after some recent python updates.

Jan 12 14:55:49 thehive systemd[1]: Started SABnzbd binary newsreader.

Jan 12 14:55:49 thehive sabnzbd[504940]: Not all required Python modules are available, please check requirements.txt

Jan 12 14:55:49 thehive sabnzbd[504940]: Missing module: sabctools

Jan 12 14:55:49 thehive sabnzbd[504940]: You can read more at: https://sabnzbd.org/wiki/installation/install-off-modules

Jan 12 14:55:49 thehive sabnzbd[504940]: If you still experience problems, remove all .pyc files in this folder and subfolders

Jan 12 14:55:49 thehive systemd[1]: sabnzbd.service: Main process exited, code=exited, status=1/FAILURE

Jan 12 14:55:49 thehive systemd[1]: sabnzbd.service: Failed with result 'exit-code'.

francoism90 commented on 2025-05-26 10:26 (UTC) (edited on 2025-05-26 10:26 (UTC) by francoism90)

Could you please add par2cmdline-turbo to optdepends?

I don't know if it was voted as the default nowadays, but it would be great to at least mention suggest it. :)

fryfrog commented on 2025-04-16 14:42 (UTC) (edited on 2025-04-16 14:47 (UTC) by fryfrog)

@baumeimo, you don't need to run the service as your user in order to use binaries installed on the system. And there's a reason the override warning is at the top of the service file.

# Be sure to use `systemctl edit radarr` to modify this service with an override.conf because
# direct changes will be overwritten by package updates.

Edit: hahaha, it says "radarr" :P

<deleted-account> commented on 2025-04-16 13:49 (UTC)

I had the following log problem:

WARNING::[SABnzbd:472] 7za binary... NOT found!

  • Install: sudo pacman -S p7zip
  • open: sudo systemctl edit --full sabnzbd.service
  • comment out: #User=sabnzbd
  • insert: User=<enter your user>
  • after that: sudo systemctl daemon-reload
  • sudo systemctl restart sabnzbd.service
  • sudo systemctl status sabnzbd.service

the error message has disappeared for me, sab is now also running under the user where 7za is to be expected.

Tip: create an override file for ‘sabnzbd.service’

So that not everything is shot during the update and you have to search for errors.

LoopBack commented on 2025-02-25 01:40 (UTC)

Using yay to reinstall sabctools and selecting cleanbuild did it for me.