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.

Dockerization of some popular applications.

Featured Replies

OK next one....

 

When I setup my Xen/Ubuntu VM I had it configured so nzbdrone on TowerB could drop the completed downloads on my production server (Tower).  That was a while ago and I don't remember what I did.  How do I access my other server?

 

 

OK well i thought the fix for this was putting entries in the fstab file for my other server.  However after editing /etc/fstab and rebooting I can no longer ssh to towerb or get the webGUI to come up for UNRAID.  The server is up though and shares are available.

 

What did I do?

 

Doug

  • Replies 1.3k
  • Views 276.6k
  • Created
  • Last Reply

OK next one....

 

When I setup my Xen/Ubuntu VM I had it configured so nzbdrone on TowerB could drop the completed downloads on my production server (Tower).  That was a while ago and I don't remember what I did.  How do I access my other server?

 

 

OK well i thought the fix for this was putting entries in the fstab file for my other server.  However after editing /etc/fstab and rebooting I can no longer ssh to towerb or get the webGUI to come up for UNRAID.  The server is up though and shares are available.

 

What did I do?

 

Doug

 

I have no idea what was going on there, but it's working normally now.  However editing /etc/fstab seems useless since every time I reboot my changes are gone and it's back to what must be the default UNRAID file.

 

So how are you guys accessing shares on another server?

 

Doug

@needo: what do you have in your nzbget.conf for WebDir?

in your default config file, the entry is empty, which disables the web-interface...

Benni - the webui in the container is in /usr/share/nzbget/webui

  • Author

@needo: what do you have in your nzbget.conf for WebDir?

in your default config file, the entry is empty, which disables the web-interface...

 

Ugh. I am sorry. This is the default one from the .deb package and I did not check. I will get this fixed.

  • Author

CHANGELOG

 

06/28/2014

  • (nzbget) Fix nzbget.conf
  • (all) Update documentation. Fixing typos and put things in code blocks.
  • (sickbeard)(sickrage)(couchpotato) Add unrar per request

I just updated to the latest nzbget docker, but now I'm getting this in my logs:

 

/downloads/dst/nzbget.log: No such file or directory
/downloads/dst/nzbget.log: No such file or directory
/downloads/dst/nzbget.log: No such file or directory
/downloads/dst/nzbget.log: No such file or directory
/downloads/dst/nzbget.log: No such file or directory
nzbget.conf(49): Invalid value for option "InterDir" (/downloads/inter/): could not create directory /downloads/inter:
nzbget.conf(70): Invalid value for option "TempDir" (/downloads/tmp/): could not create directory /downloads/tmp:
nzbget.conf(67): Invalid value for option "QueueDir" (/downloads/queue/): could not create directory /downloads/queue:
nzbget.conf(61): Invalid value for option "NzbDir" (/downloads/nzb/): could not create directory /downloads/nzb:

 

There is a downloads directory in my /mnt/cache/appdata  path.

 

Here is the docker command I used:

 

docker run -d --name="nzbget" -h towerb -v /mnt/cache/appdata/nzbget:/config -v /mnt/user/:/mnt/user -v /etc/localtime:/etc/localtime:ro -p 6789:6789 needo/nzbget

Finally got nzbget up and running under needo/nzget docker files.  This program is new to me, i was a sabnzbd until i heard about this little program.

 

I have it up and running but I am having a hard time with setting it up properly.

 

I want to know do i require ppscripts to unpack or unrar items downloaded or does this program do it automatically. 

 

hard to find setup or a tutorial for this program.

 

I just updated to the latest nzbget docker, but now I'm getting this in my logs:

 

/downloads/dst/nzbget.log: No such file or directory
/downloads/dst/nzbget.log: No such file or directory
/downloads/dst/nzbget.log: No such file or directory
/downloads/dst/nzbget.log: No such file or directory
/downloads/dst/nzbget.log: No such file or directory
nzbget.conf(49): Invalid value for option "InterDir" (/downloads/inter/): could not create directory /downloads/inter:
nzbget.conf(70): Invalid value for option "TempDir" (/downloads/tmp/): could not create directory /downloads/tmp:
nzbget.conf(67): Invalid value for option "QueueDir" (/downloads/queue/): could not create directory /downloads/queue:
nzbget.conf(61): Invalid value for option "NzbDir" (/downloads/nzb/): could not create directory /downloads/nzb:

 

There is a downloads directory in my /mnt/cache/appdata  path.

 

Here is the docker command I used:

 

docker run -d --name="nzbget" -h towerb -v /mnt/cache/appdata/nzbget:/config -v /mnt/user/:/mnt/user -v /etc/localtime:/etc/localtime:ro -p 6789:6789 needo/nzbget

 

Nevermind, I got it working.  I just needed to delete the folders in my appdata path for nzbget.  Then the new package worked just fine.

 

Thanks!

I just updated to the latest nzbget docker, but now I'm getting this in my logs:

 

/downloads/dst/nzbget.log: No such file or directory
/downloads/dst/nzbget.log: No such file or directory
/downloads/dst/nzbget.log: No such file or directory
/downloads/dst/nzbget.log: No such file or directory
/downloads/dst/nzbget.log: No such file or directory
nzbget.conf(49): Invalid value for option "InterDir" (/downloads/inter/): could not create directory /downloads/inter:
nzbget.conf(70): Invalid value for option "TempDir" (/downloads/tmp/): could not create directory /downloads/tmp:
nzbget.conf(67): Invalid value for option "QueueDir" (/downloads/queue/): could not create directory /downloads/queue:
nzbget.conf(61): Invalid value for option "NzbDir" (/downloads/nzb/): could not create directory /downloads/nzb:

 

There is a downloads directory in my /mnt/cache/appdata  path.

 

Here is the docker command I used:

 

docker run -d --name="nzbget" -h towerb -v /mnt/cache/appdata/nzbget:/config -v /mnt/user/:/mnt/user -v /etc/localtime:/etc/localtime:ro -p 6789:6789 needo/nzbget

 

Nevermind, I got it working.  I just needed to delete the folders in my appdata path for nzbget.  Then the new package worked just fine.

 

Thanks!

 

It's been a while since I set mine up, but I believe it does all that automatically.  Hopefully I can confirm in a few minutes.  ;D

Well it looks like this is a no go.  I got nzbget running, however it looks like the /downloads folder is inside the container.  I'm not sure how I would configure Nzbdrone to look inside the nzbget container to process my downloaded files.  So I don't think this is going to work.  Unless I'm missing something?

 

Having spent all weekend trying to get these dockered applications to work I think I may try out KVM....  At least until this Docker stuff matures a little more.

 

 

This is what i used for a run command

 

docker run -d --name="nzbget" -v /mnt/cache/apps/nzbget:/config -v /mnt/cache/apps/nzbget/downloads:/downloads -v /etc/localtime:/etc/localtime:ro -p 6789:6789 needo/nzbget

Well it looks like this is a no go.  I got nzbget running, however it looks like the /downloads folder is inside the container.  I'm not sure how I would configure Nzbdrone to look inside the nzbget container to process my downloaded files.  So I don't think this is going to work.  Unless I'm missing something?

 

Having spent all weekend trying to get these dockered applications to work I think I may try out KVM....  At least until this Docker stuff matures a little more.

 

You're doing it wrong. Map /mnt/user to /downloads.

Well it looks like this is a no go.  I got nzbget running, however it looks like the /downloads folder is inside the container.  I'm not sure how I would configure Nzbdrone to look inside the nzbget container to process my downloaded files.  So I don't think this is going to work.  Unless I'm missing something?

 

Having spent all weekend trying to get these dockered applications to work I think I may try out KVM....  At least until this Docker stuff matures a little more.

 

You're doing it wrong. Map /mnt/user to /downloads.

 

 

DOH!  I think I must have edited one of my other docker commands and missed that one.  I'll give that a try!  Thanks for pointing it out.

 

Doug

Well it looks like this is a no go.  I got nzbget running, however it looks like the /downloads folder is inside the container.  I'm not sure how I would configure Nzbdrone to look inside the nzbget container to process my downloaded files.  So I don't think this is going to work.  Unless I'm missing something?

 

Having spent all weekend trying to get these dockered applications to work I think I may try out KVM....  At least until this Docker stuff matures a little more.

 

You're doing it wrong. Map /mnt/user to /downloads.

 

 

DOH!  I think I must have edited one of my other docker commands and missed that one.  I'll give that a try!  Thanks for pointing it out.

 

Doug

 

 

Yup works like a charm now.  Thanks again!

On Nzbdrone I'm getting this over and over in the logs.  It seems to be working okay though.

 

/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.
/var/run/sshd must be owned by root and not group or world-writable.

 

Just thought I'd pass it along.

 

Here is the docker command that was used:

 

docker run -d --name="nzbdrone" -v /mnt/cache/appdata/nzbdrone:/config -v /mnt/user/downloads:/downloads -v /mnt/user/Media:/tv -v /etc/localtime:/etc/localtime:ro -p 8989:8989 needo/nzbdrone

 

 

  • Author

On Nzbdrone I'm getting this over and over in the logs.  It seems to be working okay though.

 

I am unable to duplicate this error.

On Nzbdrone I'm getting this over and over in the logs.  It seems to be working okay though.

 

I am unable to duplicate this error.

 

Could it be a permissions issue on my side somewhere?

  • Author

On Nzbdrone I'm getting this over and over in the logs.  It seems to be working okay though.

 

I am unable to duplicate this error.

 

Could it be a permissions issue on my side somewhere?

Possibly. None of my docks touch SSH at all.

On Nzbdrone I'm getting this over and over in the logs.  It seems to be working okay though.

 

I am unable to duplicate this error.

 

Could it be a permissions issue on my side somewhere?

Possibly. None of my docks touch SSH at all.

 

 

My docker folder permissions were set to 777 and owned by nobody:users.  I changed it to 755 and root:root and the error went away.

 

Is that correct permissions for the docker folder?

 

 

chmod -R 777 worked for me. A bit drastic but hey.

 

Kryspy

hey needo, ive been playing with docker a fair bit myself, just thought i would drop this in the thread in the off chance your not using it, if you are just ignore me!.  its basically a completely self contained os (tiny core linux base os) specifically designed to boot in seconds and give you a dev enviroment in which to create dockers, very handy when you dont want to dirty your own unraid test/production system, you can of course run this using kvm or xen :-):-

 

https://github.com/boot2docker/boot2docker

 

 

needo - in case you miss it. I've just submitted a pull request to your nzbget branch.

 

I've made a couple of modifications to allow installing other versions (most specifically the latest 13.0 testing release) when the container starts.

 

It also includes a build of the latest test (including a patch for a bug that I found).

  • Author

needo - in case you miss it. I've just submitted a pull request to your nzbget branch.

 

I've made a couple of modifications to allow installing other versions (most specifically the latest 13.0 testing release) when the container starts.

 

It also includes a build of the latest test (including a patch for a bug that I found).

 

I will check it out. Thank you.

  • Author

CHANGELOG

06/30/2014

  • (couchpotato) Upgrade stable couchpotato to v2.5.1.

Archived

This topic is now archived and is closed to further replies.

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.