Package Details: sabnzbd 4.5.1-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: 273
Popularity: 1.84
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2025-04-16 14:49 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 65 Next › Last »

cvoid commented on 2021-01-05 19:14 (UTC)

thanks for your replay, pretty weird.

locale-gen and locale is set to "C", extract with tar works fine.

» grep -vE '^#' /etc/locale.gen de_DE.UTF-8 UTF-8 en_US.UTF-8 UTF-8

bsdtar fails for these directories: https://nopaste.xyz/?4815f26fb0692035#GyR4uVQxpKbCddhuKWqbAzek3A4mbdrw6HfUFTYpmEYZ

fryfrog commented on 2021-01-05 00:17 (UTC) (edited on 2021-01-05 00:17 (UTC) by fryfrog)

I was able to do a build in a clean chroot, when I Google for your error it looks like a locale problem. You may have locale.gen setup, but maybe your environment isn't right.

cvoid commented on 2021-01-04 23:30 (UTC) (edited on 2021-01-05 00:02 (UTC) by cvoid)

installation fails for me.

console: -snip-

==> Extracting sources... -> Extracting SABnzbd-3.1.1-src.tar.gz with bsdtar bsdtar: Failed to set default locale bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Pathname can't be converted from UTF-8 to current locale. bsdtar: Error exit delayed from previous errors. ==> ERROR: Failed to extract SABnzbd-3.1.1-src.tar.gz Aborting... error making: sabnzbd

manually extracting the .tar.gz works fine, locale is set in locale.gen. no errors when calling locale

fryfrog commented on 2020-11-03 23:41 (UTC)

I've got no great ideas, but if you figure it out I'm happy to work w/ you to make this or sabnzbd-desktop do it.

bernd_b commented on 2020-11-03 22:57 (UTC)

I discovered because of other problems, that the tray icon appears when I start sabnzb from commandline as normal user using e.g:

/usr/lib/sabnzbd/SABnzbd.py --logging 1 --browser 0 --config-file /home/bernd_b/.sabnzbd/sabnzbd.ini"

Using the systemctl service file

/usr/lib/systemd/system/sabnzbd_own@.service

with

systemctl start sabnzbd_own@bernd_b.service

makes sabnzb start (when altering the path to sabnzbd.ini in the service-file according to above before), but the tray icon won't show up.

fryfrog commented on 2020-11-02 23:11 (UTC)

@bernd_b: Try the sabnzbd-desktop package mentioned one comment below yours. I'll dig into the pygobject thing, maybe should be moved to that desktop package.

bernd_b commented on 2020-11-02 23:00 (UTC)

I am missing the tray icon since I updated yesterday from 2.x.x to current 3.1.0.

Is python-pygobject-stubs the replacement for python-pygobject? At least installing it didn't seem to help me ...

andy_0 commented on 2020-10-21 19:49 (UTC)

@ fryfrog Thanks for the hint. It works like a charm.

In case others want to do the same: the sabnzbd-desktop package runs the application as local user. This means the config folder changes from /var/lib/sabnzbd to ~-/sabnzbd.ini (which is also mentioned in the package comments).

fryfrog commented on 2020-10-21 19:10 (UTC)

@andy_0: Does the sabnzbd-desktop package achieve what you want?

andy_0 commented on 2020-10-21 19:08 (UTC)

I just updated sabnzbd from v2.x to 3.1.x. Before I was running sabnzbd as a local user whenever I executed the application manually or by providing a .nzb file to SABnzb.py. I just tried to do the same with sabnzbd running as a service which does not work.

So I download a .nzb file (or usually directly "open" them in the browser) and configured the system (kde) to launch .nzb files with /usr/lib/sabnzbd/SABnzbd.py. The script is executed (one can see SABnzbd.py in the task bar) but the file is not added to the download queue.

Any advice on how to proceed?