m0ngr31

Members
  • Posts

    82
  • Joined

  • Last visited

Everything posted by m0ngr31

  1. I'm not sure. I don't even know how that happened
  2. Summary: A support thread for the apps that I've written or just added to Unraid Current Apps: DailyNotes EPlusTV Genmon OpenRA Server ollama ollama-webui ComfyUI-Magic Refact Tabby Stable Diffusion
  3. Here is my syslog, but I'm not seeing anything that jumps out at me? syslog
  4. So I did all that and it crashed again tonight. Is there anything I can do to diagnose?
  5. Okay, I did that. I'll try a memtest if I keep getting issues
  6. The last little bit, my server keeps crashing and I have to do a hard reset to fix it. I can't even ping it. Is there something that stands out in the logs? gunhaver-diagnostics-20230627-0110.zip
  7. I have been using a Windows VM and passing in my Nvidia GPU through for my gaming system. On Windows I would get crackling sound and needed to do the "MSI fix" for it to go away. I've since switched to a Linux based VM since all the games I play run fine with Proton. The problem is that I'm getting crackling audio on my linux VMs now. I've tried Pop_OS and Fedora now, but they both do the same thing. Do I need to do something similar to the MSI fix in linux? Or could it be something else entirely?
  8. I haven't put back all the containers yet, and I'm not too concerned about the docker image, just trying to figure out what is taking up all my RAM and crashing everything.
  9. It was giving me the warning message when I had a 75GB image, so it fixed that issue at least. I am running a lot of dockers, but I'm trying to figure out what is causing everything to run out of memory.
  10. I did this already today. I'm struggling to figure out why it thinks it's running out of RAM when htop doesn't show it using more than 15GB.
  11. Everything was running pretty smoothly until recently. I got a warning from Unraid about my Docker image file running out of space, so I stopped the docker service, and upgraded it to 100GB. I've had this machine for a long time, so it was still using the btrfs image. Ever since then, I am constantly restarting my Jellyfin image (most used image so when it goes down I know about it pretty quick). I have since switched to the xfs Docker image file, and after rebuilding all of my dockers, it's still doing the same thing. Can someone take a look and tell me what could be going on? It almost seems like a CPU utilization thing? But when I look at htop it doesn't look like this at all... It shows pretty low CPU utilization. (Half of these are reserved for my VM that's turned off for this screenshot) gunhaver-diagnostics-20220501-1913.zip
  12. No, I had to enable some custom nginx config for it to work in Jellyfin, but no other apps work by just toggling that option
  13. Is there a reason I can't get any apps to work with websockets? I have 2 specifically that I have toggled the `Websockets Support` option and both apps are constantly complaining about websockets not working. One of them in particular has a section for setting up NPM, and it was just toggling the option: https://github.com/advplyr/audiobookshelf#nginx-proxy-manager Is there something obvious I'm missing?
  14. I'm having a weird issue with this docker where if the docker is started, I can't start up my Windows VM. I'm not sure what the issue is. I'm using the nvidia docker passing in my Quadro and my Coral USB device. My Windows VM is using a GTX 1070 with its own PCIe USB card passed in. Home Assistant is being ran on an actual RPi 4. What could be causing this issue?
  15. I'm running into a strange issue I haven't seen before. I added a few unassigned drives and one of my other ones just disapeared after a reboot and won't show up anymore. It was showing up fine before, and even still shows under SCSI devices. [7:0:7:0] disk ATA ST2000LX001-1RG1 SDM1 /dev/sdk - I get this error in the syslog: Jul 11 21:14:26 Gunhaver emhttpd: device /dev/sdk problem getting id Jul 11 21:14:26 Gunhaver emhttpd: device /dev/sdk problem getting id It seems like it was working until I deleted the partition on it using the tool from Unassigned Devices... gunhaver-diagnostics-20210711-2125.zip
  16. I'm using a travel router to connect to my home server running Wireguard. It works great - good speeds and everything. Problem is that I can't access any of the URLs I have setup behind my NginxProxyManager. They all time out when I try to access them over the VPN. I can get to them just fine when I'm not connected. Is there something I need to change to get it working? Some DNS issue maybe?
  17. I know there are a few people that have Xpenology running as a VM. I'm wondering if anyone has documented it at all? Seems like a whole thing...
  18. I just discovered this yesterday, and it does everything I need. Except one thing. Is there a reason it only grabs the most recent item in the list? For example, I'm grabbing an RSS feed for a subreddit that has a sticky message. So I never get any notifications for it. Can you bump it to like 20 or something?
  19. I have a share that I have all of my development work in that lives on my cache drive. One of the projects is a Node program that is compiled with webpack. I noticed that when I try to run this via docker vs VM, the results are quite different... I setup some different use cases to figure out what is going on. My docker container and VM are both running Ubuntu 18.04 Docker Container: Project running from share passed in as a volume: Takes ~160-180 seconds to finish running. Project running from local docker fs: Takes ~50 seconds to finish running VM: Project running directory mounted from NFS share: Takes ~90-100 seconds to finish running Project running from local VM ssd (unassigned device): Takes ~70-80 seconds to finish running I would have imagined that the docker volume would be faster than consuming the share from NFS, but maybe I'm doing something wrong? Has anyone else noticed how a discrepancy this bad?
  20. There are a number of things you can try for code 43, but give this a try:
  21. Helping a friend get Unraid working, but there is an issue where I can't get access to his box over HTTPS, only HTTP. Locally or over WAN. I tried deleting the SSL folder and it creates new ones, but doesn't accept connections. I've tried changing the SSL port too, but that doesn't change it at all.
  22. Is there anything we can do to help get this working with 6.8.*?
  23. Those lines won't work in 6.8 since it uses the newer version of QEMU