-
Unable to enumerate USB device
same issue with brand new samsung bar plus 64gb
-
Performance problem with a gaming VM
did some more digging around, THIS solved it. Still have no clue what caused this to begin with.
-
Performance problem with a gaming VM
I think you missed the part where I put 70+ hours into the game in a similar (but not the same) VM. something changed in the last couple of weeks to cause this, and I cant figure out what it was.
-
Performance problem with a gaming VM
i5 12400. I gave my VM access to all cores, and also tried giving all cores but 0/1 pair. The VM I was running when it was working had all 12 cores btw.
-
Performance problem with a gaming VM
This just started happening to me in Monster Hunter Wilds after playing 70ish hours without any issue (RTX 3080). I took a break from playing and in the interim I updated my motherboard bios, changed a few settings, and swapped nvme drives (both installations were baremetal). Now once the game starts my GPU utilization drops to 20% and my fps goes down to 10-12 no matter what graphics settings i select. Oddly I get full utilization in on the title and character select screens. I've tried all the suggestions in this thread but nothing has worked. I'm at my wits end here. I figure it must be an unraid setting or VM config that's causing the problem, because the game runs fine when I boot directly into windows. I've even tried creating new VMs with very basic settings, and installing on vdisks instead of baremetal and it's the same everywhere. Of the games I'm playing I'm only having this issue with Monster Hunter Wilds. the other games are not very graphically intensive. Furmark benchmarking runs just fine as well.
-
Gaming VM - "Cannot run under Virtual Machine" error when Launching game.
Trying to run Fantasy Life in a windows vm and none of the xml edits are working for me Edit: nevermind, I changed the network model from e1000 to virtio and it worked. I was using e1000 for a very specific reason.
-
Libvirt Hook Scrips
this is exactly what I came for, thanks
-
[Plugin] Nvidia-Driver
well i updated my motherboard bios this morning and the problem went away 🤷♂️
-
[Plugin] Nvidia-Driver
i honestly dont remember what the docker-shell line is for, i will look into that, edit: its from an ancient spaceinvader one video about bashing into a running docker container. it's probably no longer necessary. the second script is a vm virtiofs trick thats now deprecated, the bootimage looks like old iommu separation that's now native to unraid, that can definitely be cleaned up. those pkgs are tools from the now deprecated nerd pack that i use frequently (except openssl, i dont even remember what i needed that for) so I installed them myself, not sure why they would cause any issues. ive never run a custom kernel, just betas and release candidates.' the successful driver install you're seeing is possibly me removing the plugin and reinstalling it, as that's the only way to get it working after a reboot, like in pa77ys case.
-
[Plugin] Nvidia-Driver
I'm currently having the exact same issue as you (also on an asrock mobo) , all overclocking is disabled as I was fiddling with bios settings to try to hit deep idle cstates. Unfortunately for me this coincided with an update to rc1 so I'm not sure if it was the bios or the software update that caused it. Id really like to avoid doing a fresh unraid install. servbot-diagnostics-20250423-2318.zip
-
[Support] Josh5 - Steam (Headless)
Denuvo games work in unraid 7.1
-
VM GPU passthrough resizable BAR support in 6.1 kernel
nevermind im an idiot. I forgot to update the gpu firmware.
-
VM GPU passthrough resizable BAR support in 6.1 kernel
i have Clever Access Memory enabled in bios and have done all the steps outlined in this post, but still in my VM it says that reBAR is not enabled in bios. I'm stumped.
-
[Support] ich777 - Gameserver Dockers
here's a script that will check and restart your steamcmd servers if there's an update (kept getting pinged about satisfactory updates when my west coast friend was trying to play). I've got it on a 30 minute cron #!/bin/bash APP_ID= CONTAINER_NAME= APPDATA_FOLDER= LOG_FILE="$APPDATA_FOLDER/update.log" # Get the current installed version CURRENT_BUILD_ID=$(awk -F '"' '{if($2 == "buildid")print $4}' $APPDATA_FOLDER/steamapps/appmanifest_$APP_ID.acf) echo "Current Build ID: $CURRENT_BUILD_ID" # Get the latest version using SteamCMD inside the container LATEST_BUILD_ID=$(/mnt/user/appdata/steamcmd/steamcmd.sh +login anonymous +app_info_print '$APP_ID' +quit | grep -A 3 'buildid' | grep -oP '\d+' | head -1) echo "Latest Build ID: $LATEST_BUILD_ID" if [ "$CURRENT_BUILD_ID" != "$LATEST_BUILD_ID" ]; then echo "$(date): Update required: Current Build ID ($CURRENT_BUILD_ID), Latest Build ID ($LATEST_BUILD_ID)" > $LOG_FILE echo "Restarting the $CONTAINER_NAME server to apply updates" >> $LOG_FILE docker restart $CONTAINER_NAME else echo "The server is up-to-date: Current Build ID ($CURRENT_BUILD_ID)" fi
-
Lost a bunch of files, unsure why (diagnostics attached)
I started running the SMART test right after posting, attached here (completed without error) I checked logs of my docker containers that interact with that folder and didn't notice anything out of the ordinary, i'm very confused. fortunately it was non-critical data servbot-smart-20241104-1056.zip
sage2050
Members
-
Joined
-
Last visited