deanosim

Members
  • Posts

    10
  • Joined

  • Last visited

About deanosim

  • Birthday December 9

Converted

  • Gender
    Male
  • URL
    https://deanosim.net
  • Location
    Australia

deanosim's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Well it stopped for a little while, but happened again tonight and I stopped the plex docker container and everything went back to normal for awhile, but then it happened again like an hour later so it can't have been plex the second time. I'm out of ideas so I've submitted a support request with Limetech with a bucketload of diagnostics files, Hopefully they can spot something I'm missing.
  2. Interesting, I'll have to give that a try, currently it's just called PineappleFlix but I've been using that name for years and across reinstalls of plex including the recent one, I'll try adding a 1 or something to it and see if that helps.
  3. Happened again and this time bugged out something using nvidia-smi and caused that to leave a ton of nvidia-smi proccess in ps aux in the uninterruptible sleep D state home-server-diagnostics-20220822-0602.zip Edit: Just noticed theirs a page fault in the syslog relating to nvidia-smi, sooo that's probably not good. and I need to restart the server to get it to work properly again.
  4. Has anyone had this problem? I can tell if it's Nvidia Node exporter that's causing it, but I don't run anything else that runs that. and I can't kill any of them without restarting the system because they're in uninterruptible sleep D state, it seems to massively slowdown my server.
  5. Unraid Version: 6.10.3 Plex Server version: 1.28.2.6106 in LSIO Docker Entire server grinds to a halt in the middle of the night usually, and I've worked out it's Plex Media server, because if I stop the docker container everything recovers, and it seems to happen during Plex Maintenance, what I can't figure out is what exactly is causing it, the plex container is a fresh install too because the same problem was happening and I wiped the plex configs and completely reinstalled it, sadly doing that only fixed it for a short period and now it's happening again. I've attached Unraid Diagnostics. Edit: Forgot to mention that I can usually see when the server is grinded to a halt by running watch -n 1 "(ps aux | awk '\$8 ~ /D/ { print \$0 }')" And it'll be full of things trying to run, and as soon as I run `docker stop plex` and wait a few seconds for a stop that list completely clears. home-server-diagnostics-20220819-0511.zip
  6. I am also having this exact same problem, been a couple of week since I used linkace, and I was wondering why the browser extension wasn't working, When I went to the webgui the setup mode was active and if I try to run it when you get to the database setup it already has all the configs and says the database isn't empty. So the data is still there. Should also mention that the .env is all setup and SETUP_COMPLETED is set to true for me too.
  7. So I'm having this problem, Unraid can't ping any of the docker containers that are getting an IP from the router on br0, and stopping the docker engine applying, disabling Host access to custom networks and applying, then re-enabling Host access to custom networks applying and then starting the docker engine. But it still doesn't work unraid just gets Destination host Unreachable. this also doesn't seem like a very good solution because it would just break any time you need to reboot the host. Has no one found a real solution?
  8. Well I've now tried safe mode and it was working for awhile, but the nextcloud container has hung again and like last time only way to fix it is to force the sever to reboot with the power button. Diagnostics collection still doesn't work, just hangs saying it is collecting diagnostics.
  9. Hey everyone, I've got a problem with Docker, currently one container refuses to stop, I've tried a number of methods to stop it and nothing is working. I've also tried to capture diagnostics files by the web gui and via the diagnostics command and both just hang. The container itself is a nextcloud container but I've had problems with other conatainers in the past, I've tried recreating the docker.img in the past too, but that only seems to fix the problem temporarily, So I assume something I'm running is causing it. Any help or ideas would be appricated!
  10. Hey everyone, So I've been loving your SteamCMD containers, I've been using the Colony Survival one mainly, only problem I've had with it though is that it doesn't shutdown the server properly when stopping the container and so it doesn't save the world and can corrupt the save file. I did a bit of digging and theirs no save command to force the server to save, so you'd need to probably modify the way it runs the colony survival so that it can shutdown the server properly. Keep up the great work!