Search found 12 matches

by road hazard
September 29th, 2023, 4:20 pm
Forum: General Help
Topic: Errors trying to update to 4.1.0 on Debian 12
Replies: 6
Views: 1452

Re: Errors trying to update to 4.1.0 on Debian 12

I guess never mind? Cleared the errors and restarted the server and everything looks OK?!?!

So the big question is..... leave SABCTools 8 installed or remove them and put 7.1.2 back in?
by road hazard
September 29th, 2023, 4:12 pm
Forum: General Help
Topic: Errors trying to update to 4.1.0 on Debian 12
Replies: 6
Views: 1452

Re: Errors trying to update to 4.1.0 on Debian 12

I'm a bit of a Linux newbie Curious: why did you choose Debian then? Debian is not the easiest Linux. Anyway: Successfully installed ... sabctools-7.1.2 ... ... looks good to me. So start ./SABnzbd.py again? I picked Debian because I distro hopped for about a year and just liked everything about it...
by road hazard
September 29th, 2023, 4:10 pm
Forum: General Help
Topic: Errors trying to update to 4.1.0 on Debian 12
Replies: 6
Views: 1452

Re: Errors trying to update to 4.1.0 on Debian 12

Try upgrading just the 'sabctools' module: python3 -m pip install --upgrade sabctools SAB is still busted :( python3 -m pip install --upgrade sabctools --break-system-packages Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: sabctools in /...
by road hazard
September 29th, 2023, 3:48 pm
Forum: General Help
Topic: Errors trying to update to 4.1.0 on Debian 12
Replies: 6
Views: 1452

Errors trying to update to 4.1.0 on Debian 12

Decided to update to SAB 4.1.0 today. I shut down the app via the web GUI, went into the SAB folder and did: git checkout master git pull ..... started SAB back up and got hit with these errors: Essential modules are missing, downloading cannot start. ERROR a few seconds ago SABCTools disabled: no c...
by road hazard
June 12th, 2023, 1:49 pm
Forum: General Help
Topic: Debian 12 pip pipx install error
Replies: 10
Views: 3859

Re: Debian 12 pip pipx install error

sander wrote: June 12th, 2023, 1:00 am I don't know 'Startup Applications', so I can't help with that.
No worries. If I type these 2 commands, individually:

Code: Select all

source my-sabnzbd-venv/bin/activate
python3 SABnzbd.py -b0 -l2
..... SAB works perfectly. I just need to find a way to automate typing those 2 commands at boot time.
by road hazard
June 11th, 2023, 6:11 pm
Forum: General Help
Topic: Debian 12 pip pipx install error
Replies: 10
Views: 3859

Re: Debian 12 pip pipx install error

I wonder if this can be added to the official install documentation? (Maybe a special section for Debian 12 since they have switched to using venv's for pip?) Ubuntu 23.04 also requires it. And, yes, it must be in the documentation. And possibly a script in the SAB scource code that takes care of i...
by road hazard
June 11th, 2023, 2:17 pm
Forum: General Help
Topic: Debian 12 pip pipx install error
Replies: 10
Views: 3859

Re: Debian 12 pip pipx install error

Full sequence, on a fresh debian:bookworm docker, with the venv inside the SABnzbd directory ... maybe cleaner to do it that way: Preparation apt update apt install python3-venv wget -y wget https://github.com/sabnzbd/sabnzbd/releases/download/4.0.2/SABnzbd-4.0.2-src.tar.gz tar xvzf SABnzbd-4.0.2-s...
by road hazard
June 11th, 2023, 9:55 am
Forum: General Help
Topic: Debian 12 pip pipx install error
Replies: 10
Views: 3859

Re: Debian 12 pip pipx install error

So I tried following the instructions in the README.venv file and failed miserably. I'm too embarrassed to type out what I tried so does anyone know the correct commands and folders to create to get this working?
by road hazard
June 11th, 2023, 9:44 am
Forum: General Help
Topic: Debian 12 pip pipx install error
Replies: 10
Views: 3859

Debian 12 pip pipx install error

First, I wasn't sure which section to put this in. It's not a problem with the Debian package but IS a problem with Debian 12. So mods, if this is the wrong spot, feel free to move it. Sorry :) Been using SAB on my Debian 11 box for a few years with zero problems. I was able to follow all the instru...
by road hazard
May 4th, 2022, 3:44 pm
Forum: Debian/Ubuntu Package
Topic: E: Unable to correct problems, you have held broken packages.
Replies: 2
Views: 24169

Re: E: Unable to correct problems, you have held broken packages.

Came here to post the same. I was thinking about moving away from NZBGet to SABnzbd but the install is giving me fits. I'm by no means a Linux guru but I do OK :) Using Debian 11 and I added 'contrib' to the proper spots and the install is failing. Keeps complaining about how it can't find unrar or ...
by road hazard
August 11th, 2019, 2:06 pm
Forum: General Help
Topic: Why does Sabnzbd keep taking back ownership of its' folder?
Replies: 2
Views: 1698

Re: Why does Sabnzbd keep taking back ownership of its' folder?

I don't understand why it happens, but/and I would say: Avoid that SABnzbd can take ownership by setting the rwx rights to only roadhazard, and no rights for groups and world. Not sure I follow you. I was screwing around some more with it this morning and if I go back to using the override.conf fil...
by road hazard
August 10th, 2019, 9:02 pm
Forum: General Help
Topic: Why does Sabnzbd keep taking back ownership of its' folder?
Replies: 2
Views: 1698

Why does Sabnzbd keep taking back ownership of its' folder?

Using Sabnzbd v2.3.9 [03c10dc] (installed from the AUR) Endeavour OS (Arch based) Cinnamon desktop Been using Linux for a few years and maybe I'm still too much of a newbie to solve this problem but here's the situation. When I installed Sab, I did: sudo chown -R roadhazard:roadhazard /opt/sabnzbd/ ...