Package Details: sabnzbd 4.4.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: 270
Popularity: 0.91
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-12-20 19:07 (UTC)

Required by (29)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 38 39 40 41 42 43 44 45 46 47 48 .. 64 Next › Last »

jrussell commented on 2012-08-28 18:51 (UTC)

In my sabnzbd log Ii get "API Key missing, please enter the api key from Config->General into your 3rd party program" upon every "rc.d restart sabnzbd" attempt

jrussell commented on 2012-08-28 18:50 (UTC)

I also get "Staring SABnzbd FAIL" when trying to restart sabnzbd with "rc.d restart sabnzbd"

jrussell commented on 2012-08-28 18:39 (UTC)

My host varibale in the sabnzbd.ini file keeps reseting to 127.0.0.1 upon every reboot. the /opt/sabnzbd folder is owned by sabnzbd, sabnzbd is running as sabnzbd...all other settings are still saved, my servers etc, I cant fiqure this out? Im running sabnzbd as a daemon from rc.conf

Revelation60 commented on 2012-08-22 08:14 (UTC)

You have to change the owner in sabnzbd.tmp as well. This gets installed at /usr/lib/tmpfiles.d/sabnzbd.conf

<deleted-account> commented on 2012-08-21 20:29 (UTC)

I've edited sabnzbd_systemd so I can run sabnzbd as myself, I've also taken ownership of /run/sabnzbd so the pid can be created, but on reboot the owner of /run/sabnzbd gets reset to sabnzbd:sabnzbd meaning my user cannot create the pid file and sabnzbd fails to start

Revelation60 commented on 2012-08-17 18:42 (UTC)

I do mention that you have to change it in the service file as well, in the comments of sabnzdb_systemd :)

<deleted-account> commented on 2012-08-17 17:09 (UTC)

I had some errors with the .pid file after moving to systemd, for some reason the .pid file was generated as sabnzbd-9090.pid. I solved it by changing the .service file in /etc/systemd/system/sabnzbd.service to use sabnzbd-9090.pid, did a systemctl --system reload and then it worked again :)

Revelation60 commented on 2012-08-14 16:33 (UTC)

Is de folder accessible by the sabnzbd user?

<deleted-account> commented on 2012-08-11 22:56 (UTC)

Not sure if this was a rookie mistake, but putting in my actual local ip didn't work, I tried replacing 127.0.0.1 with 0.0.0.0 and it works like a charm! thanks