June 8, 20206 yr Author 8 hours ago, includenull said: python, python2, python2.7 all seem to be missing from the latest build. I had to force tag v21.0-ls55 to get some of my scripts working again. not sure what image you are using but it isnt mine (or you arent running those commands inside the container), output from 'latest' tagged binhex/arch-sabnzbd container:- [root@c3db02944411 /]# python Python 3.8.1 (default, Dec 21 2019, 20:57:38) [GCC 9.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> exit() [root@c3db02944411 /]# python2 Python 2.7.17 (default, Oct 22 2019, 09:14:09) [GCC 9.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> exit() [root@c3db02944411 /]# python2.7 Python 2.7.17 (default, Oct 22 2019, 09:14:09) [GCC 9.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> exit() [root@c3db02944411 /]# Edited June 8, 20206 yr by binhex
June 8, 20206 yr 48 minutes ago, binhex said: not sure what image you are using but it isnt mine Oh dear I am so sorry, I posted in the wrong thread by mistake. I must have mixed up a tab in my browser.
June 28, 20206 yr On 5/13/2020 at 8:36 AM, Squid said: Unless you've got an insanely huge amount of RAM in the server, I wouldn't be downloading to RAM. You basically need twice the amount of free memory as the largest possible download. Hi @binhex/@Squid, Thanks for both of yours' excellent work around the community. 👏 I actually am running 128GB RAM in my R720xd. I have been able to use RAM as /tmp directory. Problem is I cannot download file larger than half the ram size - 61.6GB Free Space. I was looking at sabnzbd docs and internet, people have mentioned ArticleCache in (NZBget) setting to be a better way of doing this. Is there something similar for sabnzbd, as I do not see any setting in the container myself. Thanks in Advance. Cheers! Edited June 28, 20206 yr by Shomil Saini Correct RAM-TEMPFS Size
June 29, 20206 yr Author 17 hours ago, Shomil Saini said: Is there something similar for sabnzbd, as I do not see any setting in the container myself. i cant comment on the setting for sabnzbd, but there is a way of using more than half your ram by setting up a ramdisk, see the following ramdisk that i use:- # The following command creates a ramdisk (tmpfs) limited to 5GB in size. mkdir -p /tmp/sab-ramdisk && mount -t tmpfs -o size=5g tmpfs /tmp/sab-ramdisk you then create another volume host path /tmp/sab-ramdisk container path /ramdisk, then set sabnzbd to download to /ramdisk, just watch out there is no swap on unraid, so if you hit your memory size then OOM killer will kick in and start randomly killing processes that are deemed 'idle'.
June 29, 20206 yr 7 hours ago, binhex said: i cant comment on the setting for sabnzbd, but there is a way of using more than half your ram by setting up a ramdisk, see the following ramdisk that i use:- # The following command creates a ramdisk (tmpfs) limited to 5GB in size. mkdir -p /tmp/sab-ramdisk && mount -t tmpfs -o size=5g tmpfs /tmp/sab-ramdisk you then create another volume host path /tmp/sab-ramdisk container path /ramdisk, then set sabnzbd to download to /ramdisk, just watch out there is no swap on unraid, so if you hit your memory size then OOM killer will kick in and start randomly killing processes that are deemed 'idle'. This works like a charm, just allocated 96g to /tmp/sab-ramdisk/ 👇 You are the best, my friend @binhex! Stay Safe & Cheers! 🍻
July 9, 20205 yr Author 5 hours ago, BoiseTech said: My SABNZBD was running fine, slowed down then stopped downloading altogether. Now the log is cycling this message: you are in the wrong support thread, this is for the NON vpn version of sabnzbd, please do the following as detailed below:- https://github.com/binhex/documentation/blob/master/docker/faq/help.md and post it here:- https://forums.unraid.net/topic/44119-support-binhex-sabnzbdvpn/
July 16, 20205 yr binhex-sabnzbd has been running fine for ages, recently I changed my server to a Dell r710 and it ran fine for a week or more. However today it seems very flaky, when I click on the gui to change something or whatever invariably it pops up "Lost connection to sabnzbd" and after a few 10s of seconds it pops back up but if I click again, it loses connection again. When I start the GUI from the dashboard it takes ages to appear, it used to be nigh on instantaneous. I managed to pick up this error message "Traceback (most recent call last): File "/opt/sabnzbd/cherrypy/_cprequest.py", line 670, in respond response.body = self.handler() File "/opt/sabnzbd/cherrypy/lib/encoding.py", line 220, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/opt/sabnzbd/cherrypy/_cpdispatch.py", line 60, in __call__ return self.callable(*self.args, **self.kwargs) File "/opt/sabnzbd/sabnzbd/interface.py", line 127, in internal_wrap return wrap_func(*args, **kwargs) File "/opt/sabnzbd/sabnzbd/interface.py", line 413, in index history['slots'], fetched_items, history['noofslots'] = build_history(limit=cfg.history_limit(), output='json') File "/opt/sabnzbd/sabnzbd/api.py", line 1797, in build_history items, fetched_items, total_items = history_db.fetch_history(h_start, h_limit, search, failed_only, categories) File "/opt/sabnzbd/sabnzbd/database.py", line 289, in fetch_history res = self.execute(cmd + post, tuple(command_args)) File "/opt/sabnzbd/sabnzbd/database.py", line 132, in execute error = str(sys.exc_value) AttributeError: 'module' object has no attribute 'exc_value'" Behind the scenes it seems to be working, I think. Any idea on where to look? Edited July 16, 20205 yr by ridley error in listing
August 20, 20205 yr Recently switched over to binhex sabnzbd and I now am seeing this after download of a tv show. Any idea what I did wrong? " b"Unable to figure out what folder to process. If your downloader and SickGear aren't on the same PC then make sure you fill out your completed TV download folder in the PP config." b"Unable to figure out what folder to process. If your downloader and SickGear aren't on the same PC then make sure you fill out your completed TV download folder in the PP config." Thanks
August 20, 20205 yr 56 minutes ago, Harro said: Unable to figure out what folder to process Do both container download folder mappings match for both host AND container side?
August 20, 20205 yr 4 minutes ago, jonathanm said: Do both container download folder mappings match for both host AND container side? I do believe so.
August 23, 20205 yr So I just installed the UNIFI docker and had it running but when I try to start this docker I get the execution error/server error. If I turn off the unifi docker it'll let me start the SAB docker. Has anyone else experienced this?
September 17, 20205 yr Hello, In SABNZBD I am getting "Cannot create backup file for /config/sabnzbd.ini.bak" I went into the location of the backup file and renamed it to sabnzbd.ini.bak.old. I saw the system created a new sabnzdb.ini backup file but Sab is still throwing the error. I have the cache saving to an unassigned device SSD instead of the array. I have no issues with SAB except for this error being thrown. Any help would be appreciated. Thanks
September 19, 20205 yr I just upgraded my unraid hardware from a i3 7350k to a i5 9600K. With the i3, for large downloads (>30gigs) it would take about 7 minutes to unpack. Using my HTPC that has a i7 4790k running windows 10, that same file would unpack in about 4 minutes. After upgrading to the i5 in the unraid, I expected that same file to take much less time than the i3, but instead, it took about 11 minutes (4 minutes longer than the i3 that has 2 cores compared to the 6 cores of the i5). Looking at NetData, I have huge peaks in the IO Wait during the unpacking. For my downloads, I download to the a SSD cache and unpack there as well. The docker image is 120GB on a 480GB SSD (the cache) and there is plenty of space on it. I checked the disk writes and only the cache has writes during download and unpacking. Any suggestions on what is going on and how I might fix this?
September 25, 20205 yr For the past week or so, my DOCKER page has been showing "not available" under the version column for binhex-sabnzbd. All of my other dockers show that they are up-to-date, or if needing updating, indicate so, until I update them. I have attempted to restart my unRAID server, with no change to to the version column; the docker works just fine. Any suggestions? Update: I switched to ADVANCED VIEW on the DOCKER page, did a force update, and things appear to be resolved. I've been running unRAID for years, and have been using DOCKERS since they became available and have never seen this before. Any ideas why this happened? Edited September 25, 20205 yr by zcranium
October 1, 20205 yr Guys need some help. SABNZB is running fine, download in Incomplete, then moves it to complete folder. So far so good, however it doesn't unpack the files. Everything is there incl. the par's. No error in the log with debugging on, and manual unrar from the cli in the same docker works. Any clue?
October 7, 20205 yr On 8/23/2020 at 1:00 PM, cbr600ds2 said: So I just installed the UNIFI docker and had it running but when I try to start this docker I get the execution error/server error. If I turn off the unifi docker it'll let me start the SAB docker. Has anyone else experienced this? unifi and sab use the same port. I changed sab to port 8081
October 7, 20205 yr anyone know of a way to change the downloaded file names to match the folder name? file name is all garbled.
October 8, 20205 yr On 10/7/2020 at 12:28 AM, anylettuce said: unifi and sab use the same port. I changed sab to port 8081 Thanks...my dumb ass didn't even look.
October 9, 20205 yr I cant seem to get the performance to where I want it. sabnzbd will level out at 30-50MB/s where it should be able to easily push 90-105MB/s. Currently running on a gigabit connection and have followed everything under the sabnzbd high speed downloading guide. Both the incomplete and complete are on my cache which is 4x400gb SSD in BTRFS raid0. Not sure where else to go to try to raise the speed. I am able to get 80+MB/s on nzbget but much prefer sabnzbd. Edited October 9, 20205 yr by tdunks added info.
October 22, 20205 yr hey, can someone tell me, if this is normal? the SABnzbd.py has the highes CPU usage the most of the time. Edited October 22, 20205 yr by sonic6
November 13, 20205 yr Anyone know what this error pertains to or how to fix? It doesn't break anything that I can see, it's just annoying! Edited November 13, 20205 yr by psykix
December 10, 20205 yr Hi, thanks for this great docker. in use every day :-) I was looking for a way to handle downloads that failed. and it seems nzbtomedia is the way to go. Is there anyway that nzbtomedia can be a part for the docker as default?
December 10, 20205 yr On 10/10/2020 at 12:23 AM, tdunks said: I cant seem to get the performance to where I want it. sabnzbd will level out at 30-50MB/s where it should be able to easily push 90-105MB/s. Currently running on a gigabit connection and have followed everything under the sabnzbd high speed downloading guide. Both the incomplete and complete are on my cache which is 4x400gb SSD in BTRFS raid0. Not sure where else to go to try to raise the speed. I am able to get 80+MB/s on nzbget but much prefer sabnzbd. i get 107 mb/s with sabnzb, i use multible server providers to get enough speed set to balance. i have 1gb/1gb fiber.
December 10, 20205 yr On 8/23/2020 at 9:00 PM, cbr600ds2 said: So I just installed the UNIFI docker and had it running but when I try to start this docker I get the execution error/server error. If I turn off the unifi docker it'll let me start the SAB docker. Has anyone else experienced this? check you ports on these to dockers.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.