Search found 985 matches

by jcfp
January 22nd, 2023, 6:23 am
Forum: Bug Reports
Topic: Download slowdowns limited by CPU on fast Linux PC
Replies: 13
Views: 7426

Re: Download slowdowns limited by CPU on fast Linux PC

The disk speed limit starts to pop up in about 5 minutes after the download starts. But first the article cache fills up (my limit is set to 1G). That could be the internal workings of the ssd, something to do with zfs, or the combination of both. Many low end nvme drives (no dram cache with qlc fl...
by jcfp
January 5th, 2023, 6:43 am
Forum: Bug Reports
Topic: URLGRABBER CRASHED ZeroDivisionError: division by zero
Replies: 7
Views: 2699

Re: URLGRABBER CRASHED ZeroDivisionError: division by zero

MThJtER wrote: January 4th, 2023, 11:48 amunable to add full trace as 'New users are not allowed to post links'
Please put the log or trace on a pastebin, and post the link in a way the anti-spam doesn't trigger on it (e.g. pastebin com abcd1234).
by jcfp
December 27th, 2022, 2:04 pm
Forum: General Help
Topic: SABnzbd Applying Permissions When "Permissions for completed downloads" is Blank
Replies: 8
Views: 1726

Re: SABnzbd Applying Permissions When "Permissions for completed downloads" is Blank

The code stripping the executable and setgid/setuser bits doesn't expand permissions (unless custom permissions are set to that effect), see the relevant function . In the absence of custom permissions, it applies the intersection of the current permissions with the inverse of the unwanted-for-secur...
by jcfp
December 15th, 2022, 3:58 am
Forum: Bug Reports
Topic: nzb upload doesn't work on iOS
Replies: 17
Views: 4668

Re: nzb upload doesn't work on iOS

My idea would be, to implement a switch, where we could disable the accept-Attribute in the upload. What makes you think that would work? Typical behaviour for a browser not implementing a certain attribute would be to ignore it rather than come up with some random restrictions of its own. The latt...
by jcfp
November 19th, 2022, 11:08 am
Forum: General Help
Topic: Nothing downloading - unsure if sabnzbd or giganews?
Replies: 3
Views: 1101

Re: Nothing downloading - unsure if sabnzbd or giganews?

MrAndyPuppy wrote: November 19th, 2022, 10:52 amNews group server - Giganews (Diamond)
There have been reports that provider is having issues, https://old.reddit.com/r/usenet/comments/yxdvs8

Might want to get a trial account elsewhere to verify (and/or move providers permanently as todays giganews isn't the benchmark it used to be).
by jcfp
November 17th, 2022, 3:00 am
Forum: Debian/Ubuntu Package
Topic: Hotkeys Issue with 3.7.0
Replies: 6
Views: 2082

Re: Hotkeys Issue with 3.7.0

That's some useful extra info there, esp. considering I've yet to update the official package. There's an ancient bug about the ABI mixup in Debian ( #740893 ) which looks like it won't be solved until they start to package both ABIs, giving me sufficient grounds to go with the hotkeys file shipped ...
by jcfp
November 16th, 2022, 4:07 pm
Forum: Debian/Ubuntu Package
Topic: Hotkeys Issue with 3.7.0
Replies: 6
Views: 2082

Re: Hotkeys Issue with 3.7.0

all Javascript "keydown" events are triggered on any key press. The (thankfully) stops when it gets to the "c" key handler which redirect to the config screen. I don't think I'm seeing any such thing here. For my understanding: with the main sab page open in your browser, any ke...
by jcfp
October 29th, 2022, 4:46 am
Forum: General Help
Topic: Read file names / assign category based on nzb filename
Replies: 6
Views: 1598

Re: Read file names / assign category based on nzb filename

Emmcee wrote: October 29th, 2022, 4:15 amI often load series and movies with always the same name attributes in one watched NZB Folder.
You can assign categories via the watched folder by putting the nzb file in a subdirectory named after a category.
by jcfp
October 15th, 2022, 3:27 am
Forum: General Help
Topic: Using local_ranges and Sonarr cannot connect
Replies: 5
Views: 1494

Re: Using local_ranges and Sonarr cannot connect

The refusal for the *arr apps makes sense, as their connections come from ::ffff:172.20.0.1 (the weird looking ipv4-mapped ipv6 equivalent of simply '172.20.0.1') which isn't part of the configured local_ranges (192.168.1.0/24, 100.x.x.x/32). The tailscale ip should work though, provided whatever is...
by jcfp
October 14th, 2022, 5:12 am
Forum: General Help
Topic: Using local_ranges and Sonarr cannot connect
Replies: 5
Views: 1494

Re: Using local_ranges and Sonarr cannot connect

smcoz wrote: October 14th, 2022, 12:29 amThe error returned in Sonarr and Radarr is:
What does the (debug) logging on the sabnzbd end say when doing this?
by jcfp
October 1st, 2022, 8:17 am
Forum: General Help
Topic: Warning about plush template not being located
Replies: 4
Views: 1170

Re: Warning about plush template not being located

Maybe the template is passed as a command line option on startup? That could also cause that warning to re-appear.
by jcfp
September 27th, 2022, 1:27 pm
Forum: General Help
Topic: local_ranges and specific tailscale ip
Replies: 3
Views: 955

Re: local_ranges and specific tailscale ip

Can the "local_ranges" include a specific IP address rather than a range (eg 100.xxx.xxx.xxx)? I believe Tailscale assigns IPs to the mesh network as individual addresses rather than a range. Ranges and single addresses aren't mutually exclusive: there's nothing stopping you from defining...
by jcfp
July 18th, 2022, 1:48 am
Forum: Debian/Ubuntu Package
Topic: problem sending to root /media/greg/data/TV
Replies: 2
Views: 1170

Re: problem sending to root /media/greg/data/TV

You'll have to be more clear than this. Describe exactly what settings you used, what results you get and how and where that differs from your expectations.
by jcfp
July 18th, 2022, 1:44 am
Forum: General Help
Topic: API key missing
Replies: 3
Views: 1472

Re: API key missing

This log message tells you something tried to connect to sabnzbd's API, but didn't have the required credential (API key). The request came from the same system that the program is running on, and the user-agent strongly suggests it originated at firefox - most likely an addon or extension installed...
by jcfp
July 10th, 2022, 3:06 pm
Forum: General Help
Topic: OSX Monterey - Sabnzbd stops listening: OSError: [Errno 57] Socket is not connected
Replies: 6
Views: 1222

Re: OSX Monterey - Sabnzbd stops listening

Put the log / traceback on a pastebin and post the link (add some spaces so that the anti-spam feature doesn't kick in).