Raidersan

Members
  • Posts

    88
  • Joined

  • Last visited

Everything posted by Raidersan

  1. Same here - Tried recreating from scratch as last resort, still doesn't want to me to access the web interface.
  2. Hey, thanks for the help! emhttp does load, my mistake. my .ssh files are not copied and I need to login manually after each reboot. Is this still the best way to get files copied post boot? I would have like to see a more elegant integration in the web interface to do all those tasks, especially the standard copy of config files from flash to the OS file system that most ppl have to do.
  3. I have had this issue for many years, google it, could not find the solution, left it for a bit, google it.... But I do want to get to the bottom of this issue now. I have added some things to my /config/go script to load config files for midnight commander and a few other settings. I understand I cannot copy to the array at hat point, but in this case I only copy from my flash drive to the OS file system. I am convinced this is used to work many years ago. Here is the script: #!/bin/bash # Start the Management Utility #MC panels config cp /boot/JFDpersist/ini /root/.config/mc/ini cp /boot/JFDpersist/panels.ini /root/.config/mc/panels.ini cp /boot/JFDpersist/mcc /usr/local/sbin # SSH Keys mkdir ~/.ssh cp /boot/JFDpersist/authorized_keys ~/.ssh chmod 700 ~/.ssh chmod 600 ~/.ssh/authorized_keys /usr/local/sbin/emhttp & None of my commands execute in this script. Is there a new better ways to get things copied around at boot? If not, what am I doing wrong? Thanks!
  4. I have tried to install this by adding the templates to my docker configuration but it does not work. Anybody managed to install this recently?
  5. Hi, I have decided to ditch the old Apache plugin since it seem to crash on 6.2. I have tried to add the following two repos (1 at a time) that contain an Apache docker, but after saving the change, the docker list is not updated. I can see my docker that were migrated from 6.1. What am I doing wrong? https://github.com/linuxserver/docker-templates https://github.com/chvb/docker-templates Thanks
  6. I didnt realise it was a plugin, it thought it was built in! I am off that that thread then, thanks
  7. all sorted, apparently Deluge now wants an additional parameter (VPN_PROTOCOL) I am on the my next problem, the built in web server does not want to start: apache: /usr/sbin/httpd: error while loading shared libraries: libsasl2.so.2: cannot open shared object file: No such file or directory This one looks more like a system issue. I know I could install a docker but I only need to share one file within my lan on http so the built in HTTP suits me perfectly. Thanks for the help!
  8. I had not, got used to just upgrade over the years! Ok, I did re-create the Docker image file, worked for all but one docker, deluge. It just does not want to start. Docker.log does not show any error, the WEBGUI says it is started but it clearly isn't. Deluge.log is empty as well.Where do I start looking?
  9. It seems like the WebGUI is now responded several hours later, the loop0 process has stopped, so I guess it was fixing/upgrading something on my array that blocked the GUI. But now my docker is not starting. docker.log says: level=fatal msg="Error starting daemon: chmod /var/lib/docker: no space left on device"
  10. Here it is synotower-diagnostics-20161204-1913.zip
  11. Should I post it here, nothing confidential in there?
  12. Hi, I have just upgraded, but after the reboot I have no webGUI. I can SSH and the array is up. emhttp is running as well, but the main processes taking CPU are loop0 (about 15%), find (on & off) and docker (2%). What could have gone wrong?
  13. ok so transmission is running but you havent defined any incoming ports for it on your router?. Correct, it must be working properly with UPNP because both UP and DOWN speeds are saturating my broadband
  14. To be honest I don know what it the problem, not convinced it is port forwarding as I do get the odd connection. I have a server next to my UNRAID NAS that is running a transmission server and that one runs full speed on upload, so I know seeding should be working on the current torrents but somehow Deluge/Docker is not.
  15. Its mapped from 58846 in container to 58845 in the host so I believe it is right, no? (see my UNRAID docker setup in screenshot)
  16. Understood, tx. So you unselect upnp and NT PMP? What about the other network extras? I am confused about those outgoing ports, how will they ever work if they are not forwarded in the router? To be clear, I have very good download speeds, it is the seeding that does not work properly. I can see lots of peers, I get the odd connection for a few seconds getting a few KB's and then they vanish
  17. Ok thanks. So which port do I forward, in the standard install I have 58845 TCP and 58945 UDP Also, which port (of those two) do I use in the Deluge config for incoming and outgoing?
  18. Strangely my download is going at full speed, its the incoming traffic that is terribly slow, and I need to make it work as seeding is key for me. I don't need to open the web port to the outside and I believe I don't need port forwarding as my router supports upnp and I have never manually open ports on the router before. Do you mean port forwarding of the docker? Doesn't the docker retire more than 1 port for the traffic?
  19. Can somebody clarify the port config required for this docker. At the moment I only have one port open for the web interface and one (58946) for the what I assume is transfers as it is open both TCP and UDP. Is that enough to get multiple connections in and out? Do I then need to map specify this port in the deluge preferences as my port of both incoming and outgoing connections? Many thanks
  20. if it the VPN provider then it is specific to the setup in the docker because when I use Deluge with the same VPN provider on a dedicated box, I get full speeds. So somehow its the docker environment or the openvpn config in the docker. where should I start looking?
  21. Hi BinHex, 1st thanks for the great plugin. I have the same issue as the gentleman above. I get terrible upload speeds, a few KB/s. My Unraid box downloads at full speed on the console. If I plug the same network cable in a dedicated server with Deluge, speeds are up to my broadband limits, so I guess the issue is either with docker or deluge in your container. Has anybody else seen this problem? I have re-installed without luck. Thanks in advance
  22. Hi Coppit, did you get a chance to get the open subtitles username/password committed to the container?