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.36
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-12-20 19:07 (UTC)

Latest Comments

« First ‹ Previous 1 .. 34 35 36 37 38 39 40 41 42 43 44 .. 64 Next › Last »

robotanarchy commented on 2012-10-25 18:16 (UTC)

Could you make xdg-utils optional? It pulls xorg dependencies on headless machines. Thanks for the PKGBUILD!

terminalmage commented on 2012-10-24 03:21 (UTC)

@splippity: Please review the systemd wiki page. /etc/systemd and /etc/tmpfiles.d take precedence over the files installed by the package.

splippity commented on 2012-10-24 01:45 (UTC)

I too have the same issue. I also have to keep changing my /usr/lib/systemd/system/sabnzbd.service to reflect the correct user. I just took the advice about copying the conf file from /lib/tmpfiles.d to /etc/tmpfiles.d so hopefully that stabilizes that issue. thanks

Evilandi666 commented on 2012-10-23 21:11 (UTC)

Ah sorry for bothering again, I should read better next time .. thx!

Revelation60 commented on 2012-10-23 21:05 (UTC)

No, he is correct. This means you shouldn't have to alter /usr/lib/tmpfiles.d/sabnzbd.conf. You have to copy it to /etc/tmpfiles.d/sabnzbd.conf and make your desired changes there.

Evilandi666 commented on 2012-10-23 20:55 (UTC)

For my own luck, I saw that you didn't add /usr/lib/tmpfiles.d/sabnzbd.conf to backup array again and added it on my own. :( Is Gilrain's comment wrong on how to handle tmpfiles?

Revelation60 commented on 2012-10-23 16:58 (UTC)

I have added the environment file to the backup array and included After=network.target. I think that after a few releases I will make systemd the default since Arch moved to this as well (so no more ugly _systemd) and maybe even deprecate the rc.d script. Does anyone still have the restart issue?

<deleted-account> commented on 2012-10-23 09:11 (UTC)

This kept failing to start at boot for me. I had to add this line to [Unit] section of the file sabnzbd.service. After=network.target Please include this line in the package by default. I can't think of a situation where you would be running sabnzbd without a network connection. Thanks!

roguewolf commented on 2012-10-16 14:29 (UTC)

@archtaku Ahh, thanks mate; It seems I was overlooking the obvious. SABNZBD_PORT was still set to 8080 in /etc/conf.d/sabnzbd_systemd. I've changed it to match the PIDFile in /etc/systemd/system/sabnzbd.service and all's well. Thanks for the assistance!

terminalmage commented on 2012-10-16 14:20 (UTC)

roguewolf: please pastebin your /etc/conf.d/sabnzbd_systemd and /etc/systemd/system/sabnzbd.service.