June 27, 20179 yr Thanks very much this worked. Also, should I change couchpotato's /download container mapping to the same? /mnt/cache/appdata/sabnzbd/config/Downloads/ ?
June 27, 20179 yr Whenever containers are communicating with one another about locations, the path referenced must always be the same, so in short, yep.
June 28, 20179 yr On 6/26/2017 at 8:44 PM, brisimmons105 said: I recently updated my SAB docker after a few weeks of ignoring it and now the webUI won't load. I've attached my log file, anyone have any ideas? log.txt Hate to be a nuisance, but is anyone able to take a look at this? Thanks!
June 28, 20179 yr I took a look at the logfile. No idea, personally I'd backup sabnzbd.ini, fresh install with fresh appdata and then stop docker container and restore sabnzbd.ini then restart the docker container.
June 29, 20179 yr 5 hours ago, CHBMB said: I took a look at the logfile. No idea, personally I'd backup sabnzbd.ini, fresh install with fresh appdata and then stop docker container and restore sabnzbd.ini then restart the docker container. Thanks for the advice. Looks like I'm back in action now.
July 16, 20178 yr Hello, I want to control where Sabnzbd downloads and stores files but I think that I lack some understanding whereas how the Dockers function. Where do I set the download folder, nzb watch folder, etc....? In the Sabnzbd docker's setting (whe I click on the docker)? In the Sabnzbd application settings under folders? No matter how I do it it ends up using folders under <ip>\appdata\sabnzbd\... I want to use \mnt\MEDIA\<folder> How can I do that?
July 16, 20178 yr 22 minutes ago, xtrips said: Hello, I want to control where Sabnzbd downloads and stores files but I think that I lack some understanding whereas how the Dockers function. Where do I set the download folder, nzb watch folder, etc....? In the Sabnzbd docker's setting (whe I click on the docker)? In the Sabnzbd application settings under folders? No matter how I do it it ends up using folders under <ip>\appdata\sabnzbd\... I want to use \mnt\MEDIA\<folder> How can I do that? Pass through a mapping on the template saying /downloads mapped to /mnt/user/Media The within Sab's settings you tell it to store incomplete downloads at /downloads/incomplete and completed downloads at /downloads/complete
July 16, 20178 yr 1 hour ago, Squid said: Pass through a mapping on the template saying /downloads mapped to /mnt/user/Media The within Sab's settings you tell it to store incomplete downloads at /downloads/incomplete and completed downloads at /downloads/complete Thank you. All is solved.
July 20, 20178 yr 1 hour ago, drzaph said: There a VPN version of SABNzbd from LinuxServer.io? Couldn't find one googling. AFAIK @binhex is the only docker packager that integrates VPN into some of his containers.
July 26, 20178 yr Hey guys, I logged into my Sabnzbd and noticed my download speeds have gone down to KB/s. I'm on google fiber so that shouldn't be the case. Any ideas why?!
July 26, 20178 yr DMCA takedowns? Hard to tell without logs from sabSent from my LG-D852 using Tapatalk
July 27, 20178 yr 22 hours ago, Squid said: DMCA takedowns? Hard to tell without logs from sab Sent from my LG-D852 using Tapatalk You were right! Thank you!!
August 18, 20178 yr I just pulled the latest version and it doesnt Seem to have updated to Sab 2.2 Why is that? Thanks for the great work ?
August 20, 20178 yr Bumped a new build to pick up 2.2.0 which was released to the sabnzbd ppa about 45 minutes ago (at time of this post).
August 20, 20178 yr Just tried out the new skin and noticed some tips popped up for maximising your connection speed. https://sabnzbd.org/wiki/advanced/highspeed-downloading Does anyone know if sabyenc is included in this docker?
August 20, 20178 yr 24 minutes ago, jack0w said: Just tried out the new skin and noticed some tips popped up for maximising your connection speed. https://sabnzbd.org/wiki/advanced/highspeed-downloading Does anyone know if sabyenc is included in this docker? https://github.com/linuxserver/docker-sabnzbd/blob/master/Dockerfile#L25
August 20, 20178 yr 9 minutes ago, sparklyballs said: https://github.com/linuxserver/docker-sabnzbd/blob/master/Dockerfile#L25 Thanks sparklyballs, I wasn't sure where to look for it! ?
August 22, 20178 yr Guys, I got the error below while trying to update the docker and the docker dropped from the list. Is this something specific to my computer? I recently upgraded the CPU and Ram, and I didn't have any issues at the time but I figured best to let you know. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="sabnzbd" --net="bridge" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 8080:8080/tcp -p 9090:9090/tcp -v "/mnt/user/appdata/downloads":"/downloads":rw -v "/mnt/user/appdata/apps/sabnzbd/incomplete-downloads":"/incomplete-downloads":rw -v "/mnt/user/appdata/apps/sabnzbd":"/config":rw linuxserver/sabnzbd unexpected fault address 0x1502b10 fatal error: fault [signal SIGSEGV: segmentation violation code=0x1 addr=0x1502b10 pc=0x93101d] goroutine 1 [running, locked to thread]: runtime.throw(0xa8029d, 0x5) /usr/lib64/go1.7.4/go/src/runtime/panic.go:566 +0x95 fp=0xc4200e3ce8 sp=0xc4200e3cc8 runtime.sigpanic() /usr/lib64/go1.7.4/go/src/runtime/sigpanic_unix.go:27 +0x288 fp=0xc4200e3d40 sp=0xc4200e3ce8 html.init() /usr/lib64/go1.7.4/go/src/html/entity.go:2208 +0x11fd fp=0xc4200e3da0 sp=0xc4200e3d40 html/template.init() /usr/lib64/go1.7.4/go/src/html/template/url.go:106 +0x6d fp=0xc4200e3e28 sp=0xc4200e3da0 golang.org/x/net/trace.init() /tmp/SBo/docker-1.12.6/vendor/src/golang.org/x/net/trace/trace.go:1071 +0x53 fp=0xc4200e3e60 sp=0xc4200e3e28 google.golang.org/grpc.init() /tmp/SBo/docker-1.12.6/vendor/src/google.golang.org/grpc/trace.go:121 +0x62 fp=0xc4200e3e90 sp=0xc4200e3e60 github.com/docker/docker/api/server/httputils.init() /tmp/SBo/docker-1.12.6/.gopath/src/github.com/docker/docker/api/server/httputils/httputils.go:107 +0x56 fp=0xc4200e3e98 sp=0xc4200e3e90 github.com/docker/docker/dockerversion.init() /tmp/SBo/docker-1.12.6/.gopath/src/github.com/docker/docker/dockerversion/version_autogen.go:15 +0x38 fp=0xc4200e3ea0 sp=0xc4200e3e98 github.com/docker/docker/api/client.init() /tmp/SBo/docker-1.12.6/.gopath/src/github.com/docker/docker/api/client/utils.go:191 +0x7b fp=0xc4200e3ee0 sp=0xc4200e3ea0 main.init() /tmp/SBo/docker-1.12.6/cmd/docker/usage.go:23 +0x67 fp=0xc4200e3f38 sp=0xc4200e3ee0 runtime.main() /usr/lib64/go1.7.4/go/src/runtime/proc.go:172 +0x1bf fp=0xc4200e3f90 sp=0xc4200e3f38 runtime.goexit() /usr/lib64/go1.7.4/go/src/runtime/asm_amd64.s:2086 +0x1 fp=0xc4200e3f98 sp=0xc4200e3f90 goroutine 17 [syscall, locked to thread]: runtime.goexit() /usr/lib64/go1.7.4/go/src/runtime/asm_amd64.s:2086 +0x1 The command failed.
August 22, 20178 yr 48 minutes ago, Necrotic said: I recently upgraded the CPU and Ram You should run a Memtest from the boot menu if only to rule it out.
August 22, 20178 yr Does the linuxserver.io docker build use par2cmdline? see https://sabnzbd.org/wiki/installation/multicore-par2 Edited August 22, 20178 yr by m8ty added link
August 22, 20178 yr 22 minutes ago, m8ty said: Does the linuxserver.io docker build use par2cmdline? see https://sabnzbd.org/wiki/installation/multicore-par2 https://github.com/linuxserver/docker-sabnzbd/blob/master/Dockerfile#L24
August 22, 20178 yr 1 minute ago, sparklyballs said: https://github.com/linuxserver/docker-sabnzbd/blob/master/Dockerfile#L24 Fantastic!
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.