Search found 948 matches
- March 25th, 2023, 5:17 am
- Forum: Nederlands
- Topic: Download snelheid draadloos/bedraad
- Replies: 5
- Views: 171
Re: Download snelheid draadloos/bedraad
Als aansluiten via een netwerkkabel niet kan, blijft hooguit nog powerline (dataverbinding via het stopcontact) over als mogelijk alternatief. Dat werkt op zich best aardig, hoewel het meestal ook weer niet de theoretisch maximumsnelheid haalt die op de doos staat. Eventueel gewoon ergens online bes...
- March 25th, 2023, 5:07 am
- Forum: Bug Reports
- Topic: i'm really done with this it keeps disconnecting my internet.
- Replies: 9
- Views: 8500
Re: i'm really done with this it keeps disconnecting my internet.
Every time I was downloading with sabnzbd, my internet would choke and die and I have to reset the router. So you already identified the culprit: a crappy isp-supplied router that cannot handle normal use of the connection you're paying for. Better get that fixed, this problem isn't going away by t...
- March 25th, 2023, 4:46 am
- Forum: General Help
- Topic: Automatic moving completed XXX
- Replies: 1
- Views: 72
Re: Automatic moving completed XXX
If by "automatically moved to a designated folder like tv show" you mean the sorting, it doesn't currently support this. Easiest alternative would be to setup a category with the directory set to wherever you want these jobs to end up, then assign that category to relevant jobs when adding...
- March 13th, 2023, 10:20 am
- Forum: Debian/Ubuntu Package
- Topic: Ubuntu 22.04 - Running Sabnzbd with a different group
- Replies: 1
- Views: 118
Re: Ubuntu 22.04 - Running Sabnzbd with a different group
Note that it's possible to use chown syntax (user:group) for the USER setting in /etc/default/sabnzbdplus, which is also why the init.d uses ${USER%:*} if it really wants only the user part. Admittedly, it is kind of an undocumented feature as fiddling with these things tends to get newbies in troub...
- February 25th, 2023, 4:50 am
- Forum: General Help
- Topic: SAB doesn't allow connection from internal network.
- Replies: 16
- Views: 525
Re: SAB doesn't allow connection from internal network.
Well... maybe that's because sabnzbd is a download client, and not an indexer?
- February 16th, 2023, 6:27 am
- Forum: General Help
- Topic: How to view live script output in history tab/api while post processing is ongoing?
- Replies: 3
- Views: 171
Re: How to view live script output in history tab/api whole script is not finished?
I don't think there is a way to get live updates of that output from sab while your postproc script is running, from either the web interface or the API.
- January 31st, 2023, 4:47 am
- Forum: General Help
- Topic: Newbie
- Replies: 2
- Views: 188
Re: Newbie
It's listed on the very same page as all the other downloads, as "Windows Portable (32bit and legacy)".
- January 23rd, 2023, 3:17 am
- Forum: Bug Reports
- Topic: Download slowdowns limited by CPU on fast Linux PC
- Replies: 13
- Views: 870
Re: Download slowdowns limited by CPU on fast Linux PC
If the SSD slows down the speed should go down and stay at some value more or less constant. At least I would think so. In my case the speed graph has a saw-tooth-like shape. The speed goes down sometimes to almost zero then up to almost max. Sab itself can throttle download speed if it notices int...
- January 22nd, 2023, 6:23 am
- Forum: Bug Reports
- Topic: Download slowdowns limited by CPU on fast Linux PC
- Replies: 13
- Views: 870
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...
- January 5th, 2023, 6:43 am
- Forum: Bug Reports
- Topic: URLGRABBER CRASHED ZeroDivisionError: division by zero
- Replies: 7
- Views: 429
- December 27th, 2022, 2:04 pm
- Forum: General Help
- Topic: SABnzbd Applying Permissions When "Permissions for completed downloads" is Blank
- Replies: 8
- Views: 492
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...
- December 15th, 2022, 3:58 am
- Forum: Bug Reports
- Topic: nzb upload doesn't work on iOS
- Replies: 14
- Views: 862
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...
- November 19th, 2022, 11:08 am
- Forum: General Help
- Topic: Nothing downloading - unsure if sabnzbd or giganews?
- Replies: 3
- Views: 452
Re: Nothing downloading - unsure if sabnzbd or giganews?
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).
- November 17th, 2022, 3:00 am
- Forum: Debian/Ubuntu Package
- Topic: Hotkeys Issue with 3.7.0
- Replies: 6
- Views: 1116
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 ...
- November 16th, 2022, 4:07 pm
- Forum: Debian/Ubuntu Package
- Topic: Hotkeys Issue with 3.7.0
- Replies: 6
- Views: 1116
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...