Shirkie

Members
  • Posts

    3
  • Joined

  • Last visited

Shirkie's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hello everyone, My unraid setup is having issues with docker after changing my lan's IP range. Some containers are taking a much longer time to do things than previously and I'm not able to check for any docker container updates at all. If i try to check for updates, the blue "checking ..." message with the spinning icon will continue indefinitely. After doing this for long enough(1 minute or so) i will see the following log in the sys log. Oct 17 11:06:31 Pylon nginx: 2020/10/17 11:06:31 [error] 11726#11726: *86040 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.157.10, server: , request: "POST /plugins/dynamix.docker.manager/include/DockerUpdate.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.157.3", referrer: "http://192.168.157.3/Docker" I'm noticing slower speeds when accessing the community apps tab, checking for plugin updates, and installing new dockers, but all of those things eventually work with no errors just much slower than normal. Most of my docker containers that are already on the system still seem to work. One was having issues starting(MineOS minecraft server docker), but i removed the container and its image. Here is my diagnostics file if anyone is able to notice anything wrong. Any help here would be very much appreciated. Thanks very much! pylon-diagnostics-20201017-1844.zip
  2. Wonderful! Thank you very much for your time.
  3. Hello! I was hoping i could get some help for this container. I have it up and running using a MariaDB container, and all of that seems to be running fine, but I'm having trouble with Images, and i believe file permissions. If i exec into the docker container and run "chmod -R 770 /assets" the images will work fine until the container resets. At which point the permissions change and i have to run the command again. I imagine i have to change the uid/gid env variables on the unraid config page, but im not certain, and if that is the case, i dont know what i have to change them to. Any help with this would be greatly appreciated.