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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 64 Next › Last »

martinm1000 commented on 2020-08-05 03:50 (UTC)

@fryfrog

You can forget this, it works !

I changed the Group=%I to Group=users

I don't known why it worked before and just stopped, and if its related to systemd or sabnzbd.

martinm1000 commented on 2020-08-05 03:44 (UTC) (edited on 2020-08-05 03:45 (UTC) by martinm1000)

@fryfrog

Here is my old file that do not work anymore, but the ExecStart does work when running in a terminal:

[Unit]
Description=SABnzbd binary newsreader
After=network.target

[Service]
User=%I
Group=users
Type=simple
SyslogIdentifier=sabnzbd
ExecStart=/usr/lib/sabnzbd/SABnzbd.py --logging 0 --browser 0 --config-file /home/%I/.sabnzbd.ini

[Install]
WantedBy=multi-user.target

As described in https://wiki.archlinux.org/index.php/SABnzbd#Running_SABnzbd_as_a_user_w/_systemd

My ~/.sabnzbd.ini is a directory, but the problem isn't there.

fryfrog commented on 2020-08-05 03:41 (UTC)

@martinm1000: I don't use that method of .service, can you describe a little bit about how you do it and I can try it on mine?

fryfrog commented on 2020-08-04 18:53 (UTC)

I "tested" by just removing the 2.3.9 sabnzbd package and it leaves a lot of trash around in /opt/sabnzbd that isn't related. And the defaults are an admin and logs folder and the sabnzbd.ini. I think someone who's queue/history didn't get properly moved needs to tell me their setup. My guess is that they've change the values for "Administrative Folder" and/or "Log Folder" which means they could be anywhere.

I'll improve the little bit of output from the package and I think maybe I should improve and link the wiki w/ some details.

But in the end, it'll be a one time pain at least. :/

fryfrog commented on 2020-08-04 18:45 (UTC)

That is a good point, let me have a look.

Kr1ss commented on 2020-08-04 18:41 (UTC)

Well, at the time of execution of post_upgrade() the files in /opt/sabnzbd/ which belong to the package should already be removed, since the actual upgrade has already been done. I think, therefore only configuration files should be left there.

I did not actually test that though, and I can't do so atm.

fryfrog commented on 2020-08-04 18:35 (UTC)

@mkomko: The old /opt/sabnzbd folder has everything in it, the configs and the installation. It'd be a hot mess to copy everything, I think.

On a default installation of 3.0.0, all the queue and history files are in the admin folder and it defaults to admin folder. Let me go back and install the last version and see how that is.

mkomko commented on 2020-08-04 18:23 (UTC)

@fryfrog: Couldn't you just move "everything"? That's what I would expect.

fryfrog commented on 2020-08-04 17:35 (UTC)

@tixetsal: Can you poke around in your /opt/sabnzbd and see what file you need to move to /var/lib/sabnzbd/ to get your history to come over? It might be history1.db and some *.sab files looking at my install. I'll play around on my test nas and see if I can figure out what I've missed too. Thanks for reporting!