Solutions
-
SimonF's post in Windows VM with GPU Passthrough Eventually Locks Up was marked as the answerlikely to be because you have these in the XML
<memoryBacking> <nosharepages/> <source type='memfd'/> <access mode='shared'/> </memoryBacking> remove the memfd and shared lines. You may have tested virtiofs which requires these but does not remove when you dont use that option anymore.
-
SimonF's post in How does noVNC work in VM Console? was marked as the answerThe vnc is part of qemu/libvirt stack. You can use external clients I use virt viewer but should work with other vnc clients.
-
SimonF's post in SOLVED - Help - Sata controller is getting passed when I have VM's enabled was marked as the answerOn flash drive on another machine change autostart to no in this file
root@GUITest:~# cat /boot/config/disk.cfg
# Generated settings:
startArray="no"
Rename /boot/config/vfio-pci.cfg to .old
put flash back in server boot.
log in
open terminal or use console.
mv /usr/local/sbin/qemu /usr/local/sbin/qemu.old
start array vm's should not autostart.
update VM.
mv /usr/local/sbin/qemu.old /usr/local/sbin/qemu
Dont forget to set autostart in disk settings.
-
SimonF's post in How to change resolution of Windows 10 VM was marked as the answergoto device manager and load the qxl driver from the libvirt cd
-
SimonF's post in Error after upgrading to 6.12.4 (vfio) was marked as the answerYes that would fix the issue also.
-
SimonF's post in Docker image high utilization - old images? was marked as the answerHave you tried advanced view on docker page, It will show orphan images and you can delete from there.
-
SimonF's post in PCI Usb Card was marked as the answerhttps://www.amazon.com/FebSmart-Self-Powered-Technology-No-Additional-FS-U4-Pro/dp/B072LS4JH7/ref=sr_1_2_sspa?crid=1G0S54HDT3TLT&keywords=usb%2Bpci%2Blinux&qid=1694979890&sprefix=usb%2Bpci%2Blinux%2Caps%2C313&sr=8-2-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&th=1 looks like linux supported.
-
SimonF's post in Windows 11 VM becomes unresponsive after a while. was marked as the answer<memoryBacking> <nosharepages/> <source type='memfd'/> <access mode='shared'/> </memoryBacking>
Remove these two lines
<source type='memfd'/> <access mode='shared'/>
If you had tried virtiofs it would have added them in but does not remove if you remove the mappings in the gui. You will need to do via the XML editor.
-
SimonF's post in 商店里的Intel-GPU-TOP不能安装了 显示Pending was marked as the answerhttps://github.com/ich777/intel-gpu-top/blob/master/intel-gpu-top.plg
-
SimonF's post in Ubuntu vm opens QEMU window but never shows a desktop or login was marked as the answerShould be fairly quick have you got 1Gb memory allocated try increasing.
-
SimonF's post in PCIe Passtrough "None Available" was marked as the answerStop vm,
Edit xml and change to XML view via the slider top right
Make a copy of the XML before changing. Creating diagnostics will have a copy of the xml in it also.
You will now see the XML view scroll to be bottom. Be careful not to remove sections.
So would look like this. But you may not have the usb part as that is a passed through USB device
-
SimonF's post in Shell prompt when trying to setup Windows 10 VM was marked as the answerMaybe change to SATA for the bus type on CD. It may be you just missed the press any key when at this screen type reset + enter and hopefully you will see press any key to boot from CD?
-
SimonF's post in VM VNC access log was marked as the answerNot found any way to enable logging. The following will show connections when active.
root@computenode:/mnt/user/appdata/NUT-unRAID/plugin# virsh qemu-monitor-command Slackware3 --pretty query-vnc
{
"return": {
"enabled": true,
"auth": "vnc",
"family": "ipv4",
"clients": [
{
"family": "ipv4",
"service": "23698",
"host": "192.168.1.41",
"websocket": false
},
{
"family": "ipv4",
"service": "49494",
"host": "127.0.0.1",
"websocket": true
}
],
"service": "5901",
"host": "0.0.0.0"
},
"id": "libvirt-459"
}
root@computenode:/mnt/user/appdata/NUT-unRAID/plugin#
I have requested a feature request to QEMU team for a security log.
-
SimonF's post in No /dev/dri folder with 13th gen Intel i3 was marked as the answerYou need to edit this file. currently it has blacklist i915. I dont know what the value would be for your CPU. But it should be in the system log when the driver loads currently it is set not to load.
root@computenode:~# cat /boot/config/modprobe.d/i915.conf
options i915 force_probe=56a0
root@computenode:~#
-
SimonF's post in How do I passthrough a unassigned drive to a Linux VM? was marked as the answerdo ls /dev/disk/by-id/
and use the one that matches you device here
-
SimonF's post in Windows 10 VM Freezes, 100% CPU was marked as the answerI have copied your XML into my system and it allows me to update with no issues.
-
SimonF's post in When does /boot/config/go run? was marked as the answergo runs at end of rc.local. at this port emhttp(GUI) has not started until end of go. Therefore docker is not running as it is started by the gui.
-
SimonF's post in Docker Container order - removed? was marked as the answerYou need to unlock via padlock near top right
-
SimonF's post in Question about page UI was marked as the answerTry installing this one.
-
SimonF's post in After Updating to 6.12.3 - Getting multiple errors and GPU passthrough no longer works was marked as the answerReason for autostart not working is 74:00.0 is not valid either delete that section from the config file on the boot/config/vfio-pci.cfg or make some changes from sysdevices to update the file. Also you dont have the audio part bound for 02:00.1 on the graphics card. Also does not look like you have it passed thru to VM hence the possible issue with drivers.
BIND=0000:00:1f.3|8086:a348 0000:02:00.0|10de:1c03 0000:03:00.0|144d:a808 0000:74:00.0|144d:a809
-
SimonF's post in Unraid 6.11.5线更新6.12.2无法进入系统 was marked as the answerManual copy of bz* files for download zip to usb.
-
SimonF's post in Unraid unable to communicate with UPS was marked as the answerI cannot see the ups in the lsusb so maybe check cabling.
-
SimonF's post in After 6.12.1 install I get vfio-pci-errors on startup was marked as the answerJust change one of the tick boxes then press bind button and then revert that change and press bind again and it will fix the file.
-
SimonF's post in Allow users to start their own VM without unraid root access was marked as the answerHave a look at this
-
SimonF's post in map usb devices ttyusb0 was marked as the answercan you provide a bit more info on how they used, i.e. do you pass into a VM/Docker.
can you not use by-id as the path?
root@computenode:/dev/serial/by-id# ls
usb-0658_0200-if00@ usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_