needo

Members
  • Posts

    301
  • Joined

  • Last visited

Everything posted by needo

  1. Run the following commands: docker stop sabnzbd docker rm sabzbd docker rmi needo/sabnzbd Then execute your docker run command.
  2. What docker run command are you running and what does... docker logs sickrage say?
  3. CHANGELOG 07/7/2014 (sabnzbd) Upgrade to stable sabnzbd. (sabnzbd) Add ffmpeg for nzbToMedia users.
  4. That's odd. The good thing, now we have logs! needo, had you looked at this? http://lime-technology.com/forum/index.php?topic=33822.msg315608#msg315608 Not yet. I went out of town for the 4th and need to catch up.
  5. I accepted the request. The image has been rebuilt.
  6. rsync is an application that you can install from a Slackware package.
  7. There's a bug that I'm hunting down where the little pop ups nzbdrone use don't update or go away as they should.
  8. When I use --net="host" with CouchPotato, it won't assign port 5050. In other words, where the ports should be listed for the container, it's blank. If I drop the --net="host", they appear. Do you have to have --net="host"? In either case, it still won't go to the WebGui. The rolling log shows this: When it gets to "Cloning into '/opt/couchpotato'..." does that mean it's ready to use, or do I need to wait for it to finish copying files? It seems to stay at Cloning... forever. What happens if you don't enable EDGE?
  9. Yes, that's how everything is designed by default.
  10. That's just odd when it comes to nzbmegasearch. I'll take a look. Please post the docker run command you are using to run deluge as well as a full ls -lsa of the configuration directory.
  11. This might help... https://docs.docker.com/examples/nodejs_web_app/
  12. CHANGELOG 07/2/2014 (nzbdrone) Upgrade stable nzbdrone. (nzbget) Add ffmpeg for nzbToMedia users.
  13. In app upgrades of nzbdrone do not currently work. I am chatting with the Developers about it. Linux auto-updates are still pretty iffy is the impression I am getting. I have rebuilt the nzbdrone dock so it is now up to date.
  14. I can take a look at this. Seems like a pretty simple addition.
  15. It should be okay to update within the program. However there has not been a newer release of nzbdrone since I wrote the Docker so I have not fully tested this yet.
  16. You're welcome. I will have to see if it can be automated as part of the Dockerfile.
  17. That is something that needs to be done when creating the appdata directory. The default password is deluge
  18. That's the problem. Run: chown -R nobody:users /mnt/cache/appdata/deluge chmod 777 /mnt/cache/appdata/deluge
  19. What does: ls -lsa /mnt/cache/appdata/deluge say?
  20. I have that as well. I have not yet figured out what causes it.
  21. CHANGELOG 06/30/2014 (couchpotato) Upgrade stable couchpotato to v2.5.1.
  22. 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.
  23. 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