Package Details: sabnzbd 4.3.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: 269
Popularity: 0.25
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-05-05 15:16 (UTC)

Pinned Comments

fryfrog commented on 2024-04-30 04:23 (UTC)

Arch updated Python to 3.12, you need to re-build/re-install python-sabyenc3 and python-sabctools!

Using paru:

paru -S python-sabyenc3 python-sabctools --rebuild

@hoban, thanks for reminding me to post about this!

Latest Comments

« First ‹ Previous 1 .. 56 57 58 59 60 61 62 63 64 Next › Last »

<deleted-account> commented on 2010-08-01 01:02 (UTC)

I have a few comments on this package, first off all the /opt thing is a bad one. PKGBUILDS should never acces the actual file system. Secondly, the conf.d and rc.d script overwrite the config file for server address. I think this is very bad and sabnzbd should be closed down hard anyways because when you have a password protected sab it doesnt work... please fix this.

amkan13 commented on 2010-07-12 14:48 (UTC)

on a fresh install i get the error "find: `/opt/sabnzbd': No such file or directory" but /opt/sabnzbd shouldn't exist because i have not installed it before

<deleted-account> commented on 2010-07-09 13:26 (UTC)

"find /opt/sabnzbd -name "*" -type f -not \( -name sabnzbd.ini \) -exec rm -rf {} \;" -> this seems wrong. There should be no need to manually delete previous installed files.

hyness commented on 2010-07-09 12:50 (UTC)

To fix the problem with the PKGBUILD trying to remove files, I commented out that line and created a sabnzbd.install file with these contents... pre_install() { find /opt/sabnzbd -name "*" -type f -not \( -name sabnzbd.ini \) -exec rm -rf {} \; } You can also use the --asroot option, but really this PKGBUILD should be fixed with an install file because the build shouldn't modify any files

Revelation60 commented on 2010-07-03 08:34 (UTC)

It fails here because I don't have the rights to remove files from /opt/sabnzbd.

ben-arch commented on 2010-07-03 03:20 (UTC)

Just installed, seems OK. Thank you

farhany commented on 2010-07-02 13:33 (UTC)

OK folks, new PKGBUILD. I made both backup entries relative. Tell me if there is a problem.

<deleted-account> commented on 2010-07-02 11:37 (UTC)

I'm also having that problem: ==> ERROR: Invalid backup entry : /etc/conf.d/sabnzbd ==> ERROR: Makepkg was unable to build sabnzbd. but from http://wiki.archlinux.org/index.php/PKGBUILD : backup An array of files to be backed up as file.pacsave when the package is removed. This is commonly used for packages placing configuration files in /etc. The file paths in this array should be relative paths (e.g. etc/pacman.conf) not absolute paths (e.g. /etc/pacman.conf).

Revelation60 commented on 2010-07-02 08:33 (UTC)

@farhany: you should remove the / before /etc/conf.d/sabnzbd. The backup entries are referring to the locations in the package, not to the file system itself.