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 .. 26 27 28 29 30 31 32 33 34 35 36 .. 64 Next › Last »

Revelation60 commented on 2013-03-13 07:53 (UTC)

Normally, you'd just do: systemctl enable sabnzbd.service to start on boot. If you've moved your sabnzbd files, you have to copy /usr/lib/systemd/system/sabnzbd.service to /etc/systemd/system/sabnzbd.service and edit the path to SABnzbd.py.

ibexmonj commented on 2013-03-13 03:22 (UTC)

I am really sorry about this question pardon my noobness I have tried to search a lot about starting SABnzbd on startup automaticall. the archwiki is listing files in /opt and /etc that dont even exists the only sabnzbd files i have are in my hoe directory and I use the following command to start sabnzbd always ~> python2 ./SABnzbd.py How can I automate this ? Please advise

gtmanfred commented on 2013-03-04 02:19 (UTC)

Scratch that, i missed the find line, anyway, you don't need Type=simple and ExecStart should be ExecStart=/opt/sabnzbd/SABnzbd.py -l0

gtmanfred commented on 2013-03-04 02:05 (UTC)

please don't use sh -c in ExecStart or the python2 in it either, you should be replacing /usr/bin/python in all of the .py files to be /usr/bin/python2 to follow the guidelines from the rebuild for python3.3 and to follow http://www.python.org/dev/peps/pep-0394/ ... and once you do that, you can just launch ExecStart=/opt/sabnzbd/SABnzbd.py -l0

Revelation60 commented on 2013-03-01 09:59 (UTC)

It's an optional dependency, as you can see when you install the package.

jswagner commented on 2013-03-01 08:19 (UTC)

Re: extra/python2-pyopenssl Seems sabnzbd should depend on this package, since it's necessary for SSL to work. This must be new, because I didn't need it when I set this up awhile ago..

Revelation60 commented on 2013-02-09 09:40 (UTC)

@farnoy: I'll check it out @rodyakj: the wiki is outdated. The only config file is /etc/conf.d/sabnzbd and it only serves to link nzbs to sabnzbd.

<deleted-account> commented on 2013-02-08 22:58 (UTC)

Archwiki SABnzbd page gives instructions on editing /etc/conf.d/sabnzbd_systemd as if it already exists, and all its example scripts source variables from it. But the file doesn't exist and I had to add all the variables manually. Should this file be included in the AUR package, or does the wiki just need updating?

farnoy commented on 2013-02-08 22:27 (UTC)

Could we maybe include conf.d/sabnzbd.conf as EnvironmentFile for systemd unit file and provide an EXEC_OPTS option for users to specify additional options to pass to sab? I find myself modifying the unit file to specify my options.

<deleted-account> commented on 2013-01-28 00:24 (UTC)

For anyone who was having problems with nothing downloading (and using SSL connection with your provider), check to make sure extra/python2-pyopenssl is still installed. Was stuck with this issue for a while before I read through the PKGBUILD again and saw it in optdepends. Sure enough, it somehow got uninstalled (perhaps through a recent cleaning out of old packages on my system) and thus couldn't make a proper connection to my provider (ie. no downloads).