Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - SABnzbd

Featured Replies

Thanks very much this worked. Also, should I change couchpotato's /download container mapping to the same? /mnt/cache/appdata/sabnzbd/config/Downloads/ ?

  • Replies 693
  • Views 165.1k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I'm seeing the same thing as well.  Found this when searching around:   https://forums.sabnzbd.org/viewtopic.php?t=23364   Started up normally after doing the following:  

  • It's fixed now. Update the container.

  • sparklyballs
    sparklyballs

    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). 

Posted Images

Whenever containers are communicating with one another about locations, the path referenced must always be the same, so in short, yep.

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!

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.

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.

  • 3 weeks later...

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?

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

 

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.

There a VPN version of SABNzbd from LinuxServer.io? Couldn't find one googling.

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.

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?!

 

DMCA takedowns? Hard to tell without logs from sab

Sent from my LG-D852 using Tapatalk

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!! :)

  • 4 weeks later...

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 ?

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). 

Thank you!

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.

 

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.

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.