SimonF

Community Developer
  • Posts

    4125
  • Joined

  • Last visited

  • Days Won

    18

Community Answers

  1. SimonF's post in Issue with Ubuntu 22 VM going into pause instead of rebooting was marked as the answer   
    There are bug reports like this one, https://access.redhat.com/solutions/5624631. Does the issue happens if you remove the igpu?
  2. SimonF's post in NVMe Disks do not "spin down"... was marked as the answer   
    NVMEs go into low power mode by default, but disks will not show spun done. Function is being added in next release so you can see power draw but if changes very often. ps is the powerstate and as you can see when I started a VM it went from 3 to 0
     
    ps    0 : mp:7.80W operational enlat:0 exlat:0 rrt:0 rrl:0
              rwt:0 rwl:0 idle_power:- active_power:-
    ps    1 : mp:2.90W operational enlat:0 exlat:0 rrt:1 rrl:1
              rwt:1 rwl:1 idle_power:- active_power:-
    ps    2 : mp:2.80W operational enlat:0 exlat:0 rrt:2 rrl:2
              rwt:2 rwl:2 idle_power:- active_power:-
    ps    3 : mp:0.0250W non-operational enlat:2500 exlat:7500 rrt:3 rrl:3
              rwt:3 rwl:3 idle_power:- active_power:-
    ps    4 : mp:0.0050W non-operational enlat:10500 exlat:65000 rrt:4 rrl:4
              rwt:4 rwl:4 idle_power:- active_power:-
    root@computenode:~# nvme get-feature /dev/nvme0 -f2
    get-feature:0x02 (Power Management), Current value:0x00000003
    root@computenode:~# nvme get-feature /dev/nvme0 -f2
    get-feature:0x02 (Power Management), Current value:0x00000003
    root@computenode:~# nvme get-feature /dev/nvme0 -f2
    get-feature:0x02 (Power Management), Current value:00000000
    root@computenode:~# 
     
     
  3. SimonF's post in Can't get USB drive to boot consecutively was marked as the answer   
    Do you have fastboot enabled in the bios, change to disabled.
  4. SimonF's post in Can't stop containers or VMs through GUI menu was marked as the answer   
    Remove docker.folder.plg - 2023.03.18  (Deprecated)  (Up to date)
  5. SimonF's post in 2 Issues with kvm was marked as the answer   
    Try removing BT modules as  per this thread.
     
     
  6. SimonF's post in USB disks keep disappearing [SOLVED] was marked as the answer   
    Does seem to indicate a PCIe Hardware issue.
     
    Dec  4 15:45:09 UnRAID kernel: xhci_hcd 0000:0d:00.0: Abort failed to stop command ring: -110
    Dec  4 15:45:09 UnRAID kernel: xhci_hcd 0000:0d:00.0: xHCI host controller not responding, assume dead
    Dec  4 15:45:09 UnRAID kernel: xhci_hcd 0000:0d:00.0: HC died; cleaning up
    Dec  4 15:45:09 UnRAID kernel: xhci_hcd 0000:0d:00.0: Timeout while waiting for setup device command
     
    Glad you like the plugin
  7. SimonF's post in operation failed: Multiple USB devices for 20bc:504d, use to specify one was marked as the answer   
    You need to use bus and device ID for same type. I have a plugin that will do that automatically for you based on the port it is connection or device+serial and map into the VM when it starts or is hot plugged. Also you need to set USB3 in the vm as USB2 will not have enough free USB ports.
     
    look for USB Manager in CA. You will need to remove the mappings from the VM Template of the ones you want to map using my plugin.
  8. SimonF's post in Unraid as VM in Proxmox - Install QEMU-Guest-Agent was marked as the answer   
    It is already in the OS. It just needs to be started. Check here.
     
  9. SimonF's post in Need to Override VM Autostart without VM Manager Running was marked as the answer   
    Rename /usr/local/sbin/qemu to qemu.old then start VM manager disable auto start and then rename the file back
  10. SimonF's post in Windows VM with GPU Passthrough Eventually Locks Up was marked as the answer   
    likely 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.
  11. SimonF's post in How does noVNC work in VM Console? was marked as the answer   
    The vnc is part of qemu/libvirt stack. You can use external clients I use virt viewer but should work with other vnc clients.
     

  12. SimonF's post in SOLVED - Help - Sata controller is getting passed when I have VM's enabled was marked as the answer   
    On 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.
     
  13. SimonF's post in How to change resolution of Windows 10 VM was marked as the answer   
    goto device manager and load the qxl driver from the libvirt cd
  14. SimonF's post in Error after upgrading to 6.12.4 (vfio) was marked as the answer   
    Yes that would fix the issue also. 
  15. SimonF's post in Docker image high utilization - old images? was marked as the answer   
    Have you tried advanced view on docker page, It will show orphan images and you can delete from there.
     

  16. SimonF's post in PCI Usb Card was marked as the answer   
    https://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.
  17. 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.
  18. SimonF's post in 商店里的Intel-GPU-TOP不能安装了 显示Pending was marked as the answer   
    https://github.com/ich777/intel-gpu-top/blob/master/intel-gpu-top.plg
  19. SimonF's post in Ubuntu vm opens QEMU window but never shows a desktop or login was marked as the answer   
    Should be fairly quick have you got 1Gb memory allocated try increasing.
  20. SimonF's post in PCIe Passtrough "None Available" was marked as the answer   
    Stop 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
     

  21. SimonF's post in Shell prompt when trying to setup Windows 10 VM was marked as the answer   
    Maybe 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?
  22. SimonF's post in VM VNC access log was marked as the answer   
    Not 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.
  23. SimonF's post in No /dev/dri folder with 13th gen Intel i3 was marked as the answer   
    You 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:~# 
  24. SimonF's post in How do I passthrough a unassigned drive to a Linux VM? was marked as the answer   
    do ls /dev/disk/by-id/
     
    and use the one that matches you device here 
     

  25. SimonF's post in Windows 10 VM Freezes, 100% CPU was marked as the answer   
    I have copied your XML into my system and it allows me to update with no issues.