[Support] Linuxserver.io - SABnzbd


Recommended Posts

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

Link to comment
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

 

Link to comment
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.

Link to comment
  • 4 weeks later...

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.

 

Link to comment

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.