deaerator

Members
  • Posts

    515
  • Joined

  • Last visited

Everything posted by deaerator

  1. Just curious if anyone made any head way by using Tiny Core Linux as your base image yet?
  2. 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
  3. 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.
  4. I can log in but get the error "503 Service Unavailable" docker run -d --net="host" --name="nzbget" -v /mnt/user/apps/nzbget:/config -v /mnt/user/apps/downloads -v /etc/localtime:/etc/localtime:ro needo/nzbget {"log":"*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...\n","stream":"stdout","time":"2014-06-28T11:49:47.459175063Z"} {"log":"No SSH host key available. Generating one...\n","stream":"stdout","time":"2014-06-28T11:49:47.515070504Z"} {"log":"Creating SSH2 RSA key; this may take some time ...\n","stream":"stderr","time":"2014-06-28T11:49:48.505340591Z"} {"log":"Creating SSH2 DSA key; this may take some time ...\n","stream":"stderr","time":"2014-06-28T11:49:48.619594763Z"} {"log":"Creating SSH2 ECDSA key; this may take some time ...\n","stream":"stderr","time":"2014-06-28T11:49:48.626448495Z"} {"log":"Creating SSH2 ED25519 key; this may take some time ...\n","stream":"stderr","time":"2014-06-28T11:49:48.634564402Z"} {"log":"invoke-rc.d: policy-rc.d denied execution of restart.\n","stream":"stderr","time":"2014-06-28T11:49:49.207429777Z"} {"log":"*** Running /etc/my_init.d/firstrun.sh...\n","stream":"stdout","time":"2014-06-28T11:49:49.268398814Z"} {"log":"*** Running /etc/rc.local...\n","stream":"stdout","time":"2014-06-28T11:49:49.334505073Z"} {"log":"*** Booting runit daemon...\n","stream":"stdout","time":"2014-06-28T11:49:49.346987042Z"} {"log":"*** Runit started as PID 98\n","stream":"stdout","time":"2014-06-28T11:49:49.351723825Z"}
  5. This was the run command I used root@unRAID:/mnt/cache/apps# docker run -d --net="host" --name="nzbget" -v /mnt/user/apps/nzbget:/config -v /mnt/user/apps/nzbget/downloads:/downloads -v /etc/localtime:/etc/localtime:ro needo/nzbget I posted my log at pastebin http://pastebin.com/YWbHFb8A
  6. What about using boot2docker http://boot2docker.io/ claims to be running TCL and all setup to run containers
  7. I'm still having problems with needo/nzbget I have tried a few times setting this up and still not being able to login properly is puzzling But what i noticed is the directories is not being properly created. Some of the time i am missing the "dst folder" and other times its just the "dst folder" First I made an "apps" cache only share Then created the following directories: mkdir /mnt/cache/apps/nzbget mkdir /mnt/cache/apps/downloads Then ran the nobody users command for each directory chown -R nobody:users /mnt/cache/apps/nzbget chown -R nobody:users /mnt/cache/apps/downlads Lastly ran the docker run command docker run -d --net=host --name="nzbget" -v /mnt/cache/apps/nzbget:/config -v /mnt/cache/apps/downloads:/downloads -v /etc/localtime:/etc/localtime:ro -p 6789:6789 needo/nzbget looking for some guidance on how to set this up properly.
  8. I can't figure out for the life of me why this doesn't work I deleted the container and removed the image, I tried a different docker file from aostanin/nzbget it fired up no problem the first run. now to muddle my way through something different
  9. With nzbget running if you run: netstat -anp | grep 6789 What returns? I get ths root@UNRAID:~# netstat -anp | grep 6789 tcp 0 0 0.0.0.0:6789 0.0.0.0:* LISTEN 1784/docker root@UNRAID:~#
  10. Bizarre. I don't really use Chrome, but I know without the http piece browsers can behave strangely with local servers in IE. If you are doing this, and it still doesn't work then I'd begin to wonder about the app you are trying to connect to. I was hoping to get this working and try nzbget. I will go back sabnzbd. Which I had it working. Sent from my Bphone using the magic cloud through tapatalk
  11. I do add http:// But chrome makes it dissappear Strange I got nzbdrone working Sent from my iPhone using Tapatalk
  12. strange that this will not let me connect, tried different browsers too
  13. I am getting closer root@UNRAID:~# mkdir /mnt/cache/apps/downloads root@UNRAID:~# chown -R nobody:users /mnt/cache/apps/downloads root@UNRAID:~# docker run -d --name="nzbget" -v /mnt/cache/apps/nzbget:/config -v /mnt/cache/apps/downloads:/downloads -v /etc/localtime:/etc/localtime:ro -p 6789:6789 needo/nzbget Unable to find image 'needo/nzbget' locally Pulling repository needo/nzbget 12c466d38830: Download complete 511136ea3c5a: Download complete d1881793a057: Download complete b164861940b8: Download complete 5f14d446e479: Download complete 6dea55328caf: Download complete 9b33cab0194f: Download complete 27247942c782: Download complete de7d7f6d6b5f: Download complete 1f873dbc5d99: Download complete 2221c6a7dc4f: Download complete c76670891a3d: Download complete 5ecdb5e3ce38: Download complete f50962993dcc: Download complete 2f0816e4f756: Download complete 41c268842e02: Download complete b39ab05e6340b2a8d3cd755865247c70ef7442fe4cc14f61855a22b32dec7488 root@UNRAID:~# dicker ps -bash: dicker: command not found root@UNRAID:~# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES b39ab05e6340 needo/nzbget:latest /bin/bash /start.sh 9 seconds ago Up 8 seconds 0.0.0.0:6789->6789/tcp nzbget cd7378cc12da needo/nzbdrone:latest mono /opt/NzbDrone/N 3 hours ago Up 40 minutes nzbdrone root@UNRAID:~# docker logs nzbget log Tue Jun 24 13:26:54 2014 INFO nzbget 12.0 daemon-mode when i attempt to open a browser and enter location of "unraid:6789 or 192.68.2.99" I get "oops google chrome cannot connect"
  14. i must be doing something wrong here. I ran the command, and "docker ps" tells me its running but only have the conf file in that location and for some reason it made top level shares on my unraid server. inter nzb tmp queue nzbget
  15. So odd. This works perfectly on my unRAID systems. New version building now. GREMLINS....
  16. I noticed in your run commands you don't specify "-h or use --net= host" is there a reason on why not to add that command. I'm still not having any luck with this container root@UNRAID:/mnt/cache/apps# docker run -d --name="nzbget" -v /mnt/cache/apps/nzbget:/config -v /mnt/user:/downloads -v /etc/localtime:/etc/localtime:ro -p 6789:6789 needo/nzbget a805a39307b200a66065e99780e3c6eb7d57e51383b49afe3ee1eda5de8885de root@UNRAID:/mnt/cache/apps# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES a805a39307b2 needo/nzbget:latest /bin/bash /start.sh 2 minutes ago Up 2 minutes 0.0.0.0:6789->6789/tcp nzbget cd7378cc12da needo/nzbdrone:latest mono /opt/NzbDrone/N 2 hours ago Up 2 hours nzbdrone logs report root@UNRAID:/mnt/cache/apps# docker logs nzbget /start.sh: line 5: continue: only meaningful in a `for', `while', or `until' loop /start.sh: line 13: continue: only meaningful in a `for', `while', or `until' loop /downloads/dst/nzbget.log: No such file or directory
  17. The default username is nzbget and the password is tegbzn6789 you will then need to configure nzbget to fit your environment. I don't get a prompt for username or password. Error: 503 Service Unavailable and when i try to get the logs root@UNRAID:~# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 68545aeb08d7 needo/nzbget:latest /bin/bash /start.sh 10 minutes ago Up 10 minutes nzbget root@UNRAID:~# docker logs nzbget /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 /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 /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 /downloads/dst/nzbget.log: No such file or directory /downloads/dst/nzbget.log: No such file or directory root@UNRAID:~#
  18. i got it to start but it asks for username and pw root@UNRAID:~# docker start nzbget nzbget root@UNRAID:~# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 8178e3f817ed needo/nzbget:latest /bin/bash /start.sh 3 minutes ago Up 3 seconds nzbget root@UNRAID:~# docker logs nzbget FATAL ERROR: Could not open file /config/nzbget.conf FATAL ERROR: Could not open file /config/nzbget.conf FATAL ERROR: Could not open file /config/nzbget.conf /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 /downloads/dst/nzbget.log: No such file or directory /downloads/dst/nzbget.log: No such file or directory something seems messed up Also I noticed that unraid created a share on its own, is this normal behavoir, I had to set the share to cache only then it started
  19. I rebooted and started from scratch and have the same results [root@UNRAID:~# docker logs nzbget FATAL ERROR: Could not open file /config/nzbget.conf
  20. Could you please post what docker logs nzbget says? Thank you. hate to be igorant but where is the location of these logs
  21. I am having problems in getting nzbget to start. This is what i have used for a run command docker run -d --net=host --name="nzbget" -v /etc/localtime:/etc/localtime:ro -v /mnt/cache/appdata/nzbget:/config -v /mnt/user:/AppData -p 6789:6789 needo/nzbget root@UNRAID:~# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES root@UNRAID:~# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES de8d104cdd0a needo/nzbget:latest /bin/bash /start.sh 3 minutes ago Exited (255) 4 seconds ago nzbget I even ran the nobody user command: root@UNRAID:~# chown -R nobody:users /mnt/cache/appdata/nzbget
  22. for some reason your plugin is not working with my docker, I tried to start manually, nothing happens.
  23. i got my sabtosickbeard script working...for some reason it doesn't like localhost nor hostname had to use IP of the unraid server