Search found 988 matches

by jcfp
July 17th, 2021, 8:20 am
Forum: General Help
Topic: Regex help please
Replies: 7
Views: 4887

Re: Regex help please

That would work, although you don't need the parenthesis and you could be extra strict by requiring that the number after "UFC" is followed by another dot, e.g.: ^UFC\.[0-9]+\. Another nice site for this stuff is https://regex101.com/ (be sure to select 'python' as the regex flavour), it w...
by jcfp
June 12th, 2021, 11:25 am
Forum: Beta Releases
Topic: Updating to 3.3.1rc1
Replies: 1
Views: 14619

Re: Updating to 3.3.1rc1

Minor releases are in separate branches, e.g. https://github.com/sabnzbd/sabnzbd/tree/3.3.x for 3.3.1.
by jcfp
June 9th, 2021, 4:29 am
Forum: Nederlands
Topic: Bewaakte map iedere keer opnieuw instellen, bij opstarten pc
Replies: 12
Views: 38066

Re: Bewaakte map iedere keer opnieuw instellen, bij opstarten pc

Als ik binnen Linux naar Bestanden ga en daar de drive opzoek en vervolgens het pad naar de map van Bewaakte map kopieer, vervolgens binnen SABnzbd ga naar SABnzbd instellingen --> Mappen --> Bewaakte map en daar vervolgens het pad wat ik net heb opgehaald plak en vervolgens op Opslaan klik, dan bl...
by jcfp
June 1st, 2021, 6:07 pm
Forum: General Help
Topic: Access Denied after upgrade to SABnzbd 3.3.0
Replies: 11
Views: 10531

Re: Access Denied after upgrade to SABnzbd 3.3.0

[...] to add more security, we now restrict access to devices from the LAN ... which we define as "same subnet". However, within a Virtual Server, you might have a different IP address / subnet than the devices on the LAN .... ... weird: a default lsio docker container is just accessible ...
by jcfp
May 5th, 2021, 9:08 am
Forum: Beta Releases
Topic: Access Denied after upgrade to 3.3.0Beta3
Replies: 11
Views: 28214

Re: Access Denied after upgrade

So everything I do with the ini file is getting erased after I start SABnzbd. I should be under [misc] right? Something else I need to erase from the config or something? edit: I put 'inet_exposure = 5' in it, maybe that's not right? You have to shutdown sabnzbd before editing the ini file. Setting...
by jcfp
April 30th, 2021, 12:03 am
Forum: General Discussion
Topic: Duplicate entries in History pane
Replies: 7
Views: 29615

Re: Duplicate entries in History pane

Sounds alot like issue #1861 fixed in a644579 ?
by jcfp
April 29th, 2021, 5:50 am
Forum: General Help
Topic: portainer on linux sabnzbd folder perms .. i dunno anymore
Replies: 2
Views: 2482

Re: portainer on linux sabnzbd folder perms .. i dunno anymore

when trying to change the group on the drive below it doesn't take Judging by its content that disk is probably ntfs formatted, which lacks support for posix permissions. The permissions shown are just a fake overlay. drwxr-x---+ 4 root root 80 Apr 28 12:48 .. The permissions on the parent dir look...
by jcfp
April 24th, 2021, 7:08 am
Forum: Bug Reports
Topic: queue/history results not filtered on nzb_ids
Replies: 4
Views: 4567

Re: queue/history results not filtered on nzb_ids

The url looks fine. What version of sabnzbd are you using? Filtering by nzo_ids was added in 3.2.0b1.
by jcfp
April 18th, 2021, 11:41 am
Forum: General Help
Topic: "nzbdwinbeast2" keeps downloading
Replies: 10
Views: 5174

Re: "nzbdwinbeast2" keeps downloading

I have username/password and no access, and my system still downloaded it. All it takes for a script kiddie to download an nzb and modify script settings to run downloaded code, is a windows operating system plus remote access to the web interface (no user/pass or credentials known/guessed) or the ...
by jcfp
April 1st, 2021, 11:34 am
Forum: Debian/Ubuntu Package
Topic: No webinterface after installing PPA on Ubuntu 20.04.2 LTS
Replies: 2
Views: 7670

Re: No webinterface after installing PPA on Ubuntu 20.04.2 LTS

Regardless of install method, sabnzbd by default only listens on localhost. See https://sabnzbd.org/wiki/configuration/3.2/general
by jcfp
March 17th, 2021, 3:16 am
Forum: Debian/Ubuntu Package
Topic: Fresh install on 20.10 - won't start, no glitter [RDP / XRDP ]
Replies: 18
Views: 88510

Re: Fresh install on 20.10 - won't start, no glitter

Xrdp strikes again... >:( let me guess: you were logged in via xrdp when doing the system upgrade and sab install? Anyway: please post the output of the following commands: which sabnzbdplus ls -la {/usr/bin,/bin}/sabnzbdplus ...for both the working and non-working situation. If the forum software g...
by jcfp
March 10th, 2021, 3:45 am
Forum: Debian/Ubuntu Package
Topic: How to update unrar on ubuntu 18.04
Replies: 8
Views: 10651

Re: How to update unrar on ubuntu 18.04

The symlink that should be at /usr/bin/unrar has been replaced with an (outdated) copy of the actual unrar executable. Normally, /usr/bin/unrar is a symlink to /etc/alternatives/unrar which in turn is a symlink to /usr/bin/unrar-nonfree. Assuming the symlink from /etc/alternatives to unrar-nonfree s...
by jcfp
March 10th, 2021, 3:00 am
Forum: Debian/Ubuntu Package
Topic: How to update unrar on ubuntu 18.04
Replies: 8
Views: 10651

Re: How to update unrar on ubuntu 18.04

Hard to tell from here, could be changes you made earlier that get in the way, or another unrar somewhere on the path. Post the output of the following three commands:

Code: Select all

apt policy unrar
namei -l /usr/bin/unrar
unrar | head -n2
by jcfp
March 5th, 2021, 1:37 pm
Forum: Debian/Ubuntu Package
Topic: How to update unrar on ubuntu 18.04
Replies: 8
Views: 10651

Re: How to update unrar on ubuntu 18.04

sander wrote: February 27th, 2021, 5:26 amI don't know if there is a repo / PPA for 18.04 with a newer unrar.
Added to the sab-addons ppa for bionic, focal and groovy.