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: 269
Popularity: 0.21
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-10-24 15:57 (UTC)

Latest Comments

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

zebulon commented on 2012-08-02 15:38 (UTC)

:) I am trying to familiarise myself with systemd. I added: ExecStart=/bin/mkdir "/run/sabnzbd" ; \ /bin/chown sabnzbd:sabnzbd "/run/sabnzbd" ; \ /bin/sh/ -c "python2 ${SABNZBD_DIR}/SABnzbd.py ${SABNZBD_ARGS} --pid /run/sabnzbd" but I get this error: sabnzbd.service has more than one ExecStart setting, which is only allowed for Type=oneshot services. Refusing.

Revelation60 commented on 2012-08-02 15:27 (UTC)

I am guessing he didn't reboot. :)

zebulon commented on 2012-08-02 14:32 (UTC)

Thanks. So I guess we need to fix the service file then? Iam surprised BuissonVert reported it was working properly. Or is it specific to my installation? Note I used the latest installer and converted my system to a "pure" systemd (no initscripts, but using systemd-sysvcompat).

Revelation60 commented on 2012-08-02 14:25 (UTC)

I uses a script to find the PID and it doesn't store it to a file.

zebulon commented on 2012-08-02 14:07 (UTC)

OK, but why is this working with initscripts?

Revelation60 commented on 2012-08-02 13:43 (UTC)

The installer creates the directory, but I guess the run folder is cleared at shutdown. The problem is that you have to be root in order to write a file in the run directory, so that's why I created the folder in the installer. The ExecStart line is run as sabnzbd, so it cannot create the folder.

zebulon commented on 2012-08-02 12:57 (UTC)

Further to my last comment, it appears that /run/sabnzbd is deleted at each reboot. Do you know what is causing this?

zebulon commented on 2012-08-02 12:54 (UTC)

Yes, I am using 8080, and the server runs for one minutes, before it shuts down actually. /run/sabnzbd does not exist. After I created /run/sabnzbd and chowned it to sabnzbd:sabnzbd, then the service works normally. Should not /run/sabnzbd be created during installation?

Revelation60 commented on 2012-08-02 12:28 (UTC)

Are you using port 8080? Can you verify if the directory /run/sabnzbd exists and if it is owned by user sabnzbd? I get this message about the pid too, but it is created very soon after.