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)

Required by (14)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 64 Next › Last »

fryfrog commented on 2020-10-04 16:24 (UTC)

@narf: Your service file is probably in /etc which overrides the package version in /usr. Move it somewhere else so you have it if you need it, that way the package version will be used. Don't forget to daemon-reload.

narf commented on 2020-10-04 07:25 (UTC)

For some reason the sabnzbd.service didnt get updated for me when upgrading to 3.x . Tried disabling and re-enabling the service and reinstalling the package but no luck. the service file still points to the old /opt installation. Any suggestions?

[Unit] Description=SABnzbd binary newsreader

[Service] ExecStart=/bin/sh -c "python2 /opt/sabnzbd/SABnzbd.py -l0 -f /opt/sabnzbd/sabnzbd.ini -d --pid /tmp" Type=forking PIDFile=/tmp/sabnzbd-9090.pid User=jamie Group=users [Install] WantedBy=default.target

Kr1ss commented on 2020-10-02 22:29 (UTC) (edited on 2020-10-02 22:30 (UTC) by Kr1ss)

It's now in [extra]: https://www.archlinux.org/packages/extra/any/python-notify2/

Maybe you just need to refresh your pacman db.

crowther commented on 2020-10-02 22:21 (UTC)

Was unable to build this today, as one of the AUR targets no longer exists.

Error: target not found "python-notify2"

fifthecho commented on 2020-09-15 17:59 (UTC)

Apologies for erroneously flagging this as out of date. In spite of being up to date, the UI was still saying it was out of date. A restart of the service and hard reload of the web UI cleared the notification.

fryfrog commented on 2020-08-28 00:00 (UTC)

@bobpaul: Glad to hear you got it sorted out. Any idea why your sabnzbd.ini was also in /opt/sabnzbd/.sabnzbd/sabnzbd.ini? Your log spew also made me realize I'd missed a "Moved" to "Copied" text fixing.

I think maybe I could account for the "[ALPM] warning: /opt/sabnzbd/sabnzbd.ini saved as /opt/sabnzbd/sabnzbd.ini.pacsave" :|

bobpaul commented on 2020-08-27 23:55 (UTC)

@greencopper I had to stop sabnzbd, copy /opt/sabnzbd/.sabnzbd/sabnzbd.ini to /var/lib/sabnzbd/ and set the permissions properly. Then everything worked.

@fryfrog My /var/log/pacman.log shows:

[2020-08-27T18:19:23-0500] [ALPM] transaction started
[2020-08-27T18:19:23-0500] [ALPM] warning: /opt/sabnzbd/sabnzbd.ini saved as /opt/sabnzbd/sabnzbd.ini.pacsave
[2020-08-27T18:19:23-0500] [ALPM] upgraded sabnzbd (2.3.9-4 -> 3.0.1-1)
[2020-08-27T18:19:23-0500] [ALPM-SCRIPTLET] Copied admin folder from /opt/sabnzbd to /var/lib/sabnzbd/ and renamed /opt/sabnzbd/admin to /opt/sabnzbd/admin.saved.
[2020-08-27T18:19:24-0500] [ALPM-SCRIPTLET] Moved logs folder from /opt/sabnzbd to /var/lib/sabnzbd/ and renamed /opt/sabnzbd/logs to /opt/sabnzbd/logs.saved.
[2020-08-27T18:19:24-0500] [ALPM-SCRIPTLET] Remove /opt/sabnzbd if everything is working correctly from /var/lib/sabnzbd now.
[2020-08-27T18:19:24-0500] [ALPM-SCRIPTLET] usermod: user sabnzbd is currently used by process 87065
[2020-08-27T18:19:24-0500] [ALPM-SCRIPTLET] Error changing sabnzbd home directory, stop sabnzbd and run 'usermod --home /var/lib/sabnzbd sabnzbd' yourself.
[2020-08-27T18:19:26-0500] [ALPM] transaction completed
[2020-08-27T18:19:26-0500] [ALPM] running '20-systemd-sysusers.hook'...
[2020-08-27T18:19:26-0500] [ALPM] running '30-systemd-daemon-reload.hook'...
[2020-08-27T18:19:26-0500] [ALPM] running '30-systemd-tmpfiles.hook'...
[2020-08-27T18:19:26-0500] [ALPM] running '30-systemd-update.hook'...

tixetsal commented on 2020-08-20 21:53 (UTC)

@fryfrog: Sure thing. No, I haven't noticed any negative impact either. I just wanted to be able to re-enable all of my Pushover notifications, so I took the time to pin python-cheroot.

fryfrog commented on 2020-08-20 21:47 (UTC)

@tixetsal: Thanks for the rollback commands. Have you noticed any actual impact beyond the error? I haven't. :|