Everything posted by Sleepyme
-
[support] Vaultwarden (formerly Bitwarden_rs)
If I don't open ports for Vaultwarden. Can I access my vault with a VPN? I have Wireguard setup on Unraid. Would be nice to not have Vaultwarden not exposed to the internet for extra security.
-
[support] Vaultwarden (formerly Bitwarden_rs)
THANK YOU! GOT IT WORKING!
-
[support] Vaultwarden (formerly Bitwarden_rs)
I'm getting this error when trying to enable my Yubikey: An error has occurred. `YUBICO_CLIENT_ID` or `YUBICO_SECRET_KEY` environment variable is not set. Yubikey OTP Disabled How do I go about enabling this?
-
WireGuard quickstart
I'm using Cloudflare and I had to set my CNAME to DNS Only. Is this still secure?
-
Excluding a disk
I excluded disk3 but when I moved data from downloaded folder to my media folder. It is still using disk 3....
-
[Plugin] NUT v2 - Network UPS Tools
Can individual plugs be turned off after computer shuts down?
-
Changing Machine Type for an existing VM
Is it safe to upgrade my existing VM from Q35-5.1 to Q35-6.0? Will it mess up my Windows license?
-
[Support] binhex - DelugeVPN
I clicked on the support link. then copy and pasted the log. Didn't bother reading cause reading is boring.
-
[KERNEL]custom kernel build with treaks (2020.03.07 v6.8.3|5.5.8|4.19.108|NAVI|VEGA|NFSv4|R8125|Zen2)
I notice the onboard audio stops working if you restart the vm. Is there a fix?
-
[Support] ich777 - Gameserver Dockers
Hi, Any luck with arma 3 exile? If its not possible. Would arma 3 epoch mod doable? Been off work for 2 weeks and counting. I have lots of time to game lol.
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Did you get any error messages when launching your vm?
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
You're on the latest bios and acs override is off? What happen when you launch your vm?
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Copy and paste the text above and add it to your xml but add it after the last </HOSTDEV>
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Your board is a little different since its an itx board but i hope this still works for you.
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Try adding this to your xml (after the last </hostdev>). Also i assume you deleted the portion of the xml i gave you earlier. <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </source> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x06' slot='0x00' function='0x1'/> </source> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x06' slot='0x00' function='0x3'/> </source> </hostdev>
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Oh no wonder the xml method wasn't working. You have a different board.
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Post your complete xml and your iommu group.
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Don't passthrough your vr stuff this way. Uncheck all your vr stuff. The whole purpose of passing through a usb controller is so that you don't need to passthrough individual usb devices.
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Try Unplug your vr stuff then launch your vm. Once windows boots then plug them in.
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
If your usb controller is passthrough correctly then your vr stuff should be working as long as they are plugging into the correct usb conntroller. Not sure why you need the bus numbers for your vr equipment.
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Make sure you update your bios to atleast f10 and make the following changes in the bios: UEFI / BIOS Settings: Tweaker -> Advanced CPU Settings -> SVM Mode -> Enable Settings -> Miscellaneous -> IOMMU -> Enable Settings -> AMD CBS -> ACS Enable -> Enable Settings -> AMD CBS -> Enable AER Cap -> Enable And in unraid turn off acs override. You will no longer need it.
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Same here but use 4.1 instead
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Thanks Skitals for bring up about this f10 bios and the amazing iommu group it comes with. I couldn't get the usb controllers (or any devices) to passthrough using the vfio-pci.cfg method. BUt i was able to do it by editing my xml file. Now i don't need to buy a usb pcie card! Yay! Now lets hope we can pass the onboard audio in the future!
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Is it possible unraid is not loading my vfio-pci.cfg file? Ifnits not loading it. How do i get unraid to load it?
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Anyone else have any success getting this to work?