Everything posted by m0ngr31
-
[Plugin] NUT v2 - Network UPS Tools
Ha, yeah I did notice that APCUPSD is running. I did shut it down before I started NUT, but it started again 🤔. I shut it down again. So my house power is completely off-grid. Solar charging my battery bank. I'll have to go in the crawlspace and just wait and see if the what the UPS does when I get the notification. It might have been doing this with APCUPSD and just not notifying me? But I've never had issues with any electronics in my house in almost 4 years of living here.
-
[Plugin] NUT v2 - Network UPS Tools
nut-debug-20240828104658.zip
-
[Plugin] NUT v2 - Network UPS Tools
I can't imagine that it is. I've had that server plugged in for 3 years without issues with the power before now
-
[Plugin] NUT v2 - Network UPS Tools
I'm having an issue with a brand new APC. I never got this warning on the Unraid APC service. I switched so that I could get the data into Home Assistant, but it might not be worth it if I get these notifications every 20 minutes or so. Absolutely kills the Unraid UI. Take forever for them to clear out.
-
[Support] m0ngr31 - Dockers
I'm not sure. I don't even know how that happened
-
[Support] m0ngr31 - Dockers
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
-
Server crashing every few weeks?
Here is my syslog, but I'm not seeing anything that jumps out at me? syslog
-
Server crashing every few weeks?
So I did all that and it crashed again tonight. Is there anything I can do to diagnose?
-
Server crashing every few weeks?
Okay, I did that. I'll try a memtest if I keep getting issues
-
Server crashing every few weeks?
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
-
"MSI Fix" in Linux VM?
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?
-
Docker all screwed up
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.
-
Docker all screwed up
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.
-
Docker all screwed up
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.
-
Docker all screwed up
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
-
[Support] Nginx Proxy Manager (NPM) Official
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
-
[Support] Nginx Proxy Manager (NPM) Official
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?
-
[SUPPORT] blakeblackshear - Frigate
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?
-
Hard drive not getting an ID
Okay, I'll try that
-
Hard drive not getting an ID
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
-
Dynamix WireGuard VPN
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?
-
[Support] BoKKeR - RSSTT - RSS to Telegram
That did work thanks!
-
[Support] BoKKeR - RSSTT - RSS to Telegram
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?
-
QEMU PCIe Root Port Patch
Those lines won't work in 6.8 since it uses the newer version of QEMU
-
[Support] Josh5 - Unmanic - Library Optimiser
This docker has been incredible. The only problem I have is that I'm not pinning any cpu cores to it so it shares with my other dockers. I have the --cpu-shares=2 flag passed in, but constantly my Plex and Pihole dockers will just struggle to work so I am having issues with that. My current solution has been to stop using Pihole and I have unmanic shutoff everyday at 3PM and start up again at 1AM. This isn't ideal since I'm losing encoding hours... Is there something else I could do? Maybe cpu pinning would be my best option? I just lose cores that way.