Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

SimonF

Community Developer
  • Joined

  • Last visited

Solutions

  1. SimonF's post in VMs not auto-starting after upgrade from 6.12.6 to 6.12.8 was marked as the answer   
    If you are not using PCI passthru you can either leave blank or remove. Changes where made to stop autostart if vfio binding fails as could indicate PCI numbers have chaged due to hardware removal/additions etc. If the VM autostarts and now as the wrong device is allocated to the VM due to PCI number changes it could lookup or crash the host.
     
    Before   
    07:00.0 VGA Card(Passthru to VM)
    08:00.0 Disk Controller(Unraid)
     
    After
    07:00.0 DIsk Controller(Unraid)
     
    If the VM autostarts the diskcontroller would be allocated to the VM and all the Unraid disks would not been seen on the host as a simple example.
     
     
  2. SimonF's post in Virtual machine hangs on restart - locks up unraid UI was marked as the answer   
    Are you still have issues, You logs are full of these errors. 
    Tower winbindd[6662]: set_global_winbindd_state_offline: Offline requested Feb 22 09:34:10 Tower winbindd[6662]: [2024/02/22 09:34:10.370664, 0] ../../source3/winbindd/winbindd_cache.c:3465(set_global_winbindd_state_offline)
     
    Can you post current diagnostics if having the issue still.
  3. SimonF's post in Unraid VM, no disk volumes available to install OS was marked as the answer   
    1024Gb is 1Tb? But it will start as a sparse file so the vdisk on the physical disk will be smaller until data is put into it.
  4. SimonF's post in Syslinux configuration was marked as the answer   
    single append line.
     

  5. SimonF's post in How to create an offline VM (or VM without internet connection)? was marked as the answer   
    If you remove the mac address on the NIC it will remove the definition from the guest. You will still be able to access via VNC.
  6. SimonF's post in is it possible to run VM's on a separate cache to containers? was marked as the answer   
    Yes domains is the vm share, appdata is the container path. configs are normally stored in system for both.
  7. SimonF's post in [SOLVED] Unable to start VM after stopping it - missing svm was marked as the answer   
    Any reason why you are not using host passthru for the CPU? First one is missing the feature lines below are the ones you have on the 2nd working one.
     
    <cpu mode='custom' match='exact' check='full'> <model fallback='forbid'>qemu64</model> <topology sockets='1' dies='1' cores='1' threads='1'/> <feature policy='require' name='x2apic'/> <feature policy='require' name='hypervisor'/> <feature policy='require' name='lahf_lm'/> <feature policy='disable' name='svm'/> </cpu>
  8. SimonF's post in "Double Upgrade" with new upgrade method was marked as the answer   
    You need to be careful with this on 6.12 as overlay filesystems are in use which are still using the previous bz files.
     
    Doing a 2nd update will cause an issue as it will delete the bz files in previous and move the current. Likely to get a system issue before reboot.
  9. SimonF's post in iGPU configuration recap was marked as the answer   
    Yes that is correct.
  10. SimonF's post in [Home Assistant]Can't passthrough was marked as the answer   
    The state of the connections should be as below so looks like it is not connected as serial. Are you able to unplug and reconnect the device?
     

  11. SimonF's post in VM und USB Scanner und Sleep was marked as the answer   
    Will auto connect
     
     
  12. SimonF's post in UnRaid Crashes when VM Manager Services Start was marked as the answer   
    Does you vm auto start, maybe hardware has chnaged and pci device is not correct in vm.
     
    You can rename the qemu command in /usr/local/sbin to stop it autostarting
  13. SimonF's post in Need help with Windows 10 VM on UnRAID 6.12.6 was marked as the answer   
    yes
  14. SimonF's post in Moving Unraid Flash was marked as the answer   
    Yes plugins would be on flash.
     
    search ca for qnap there is a plugin for fan controller
  15. SimonF's post in How to bypass Terminal sign-in was marked as the answer   
    You dont need to login on the console. You can login just from the windows pc
  16. SimonF's post in Can't start, pause, stop, remove Containers from GUI was marked as the answer   
    Remove docker.folder.plg - 2023.03.18  (Deprecated)  (Up to date) as it is not compatible with 6.12.x
     
    and install
     

  17. 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?
  18. 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:~# 
     
     
  19. 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.
  20. 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)
  21. SimonF's post in 2 Issues with kvm was marked as the answer   
    Try removing BT modules as  per this thread.
     
     
  22. 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
  23. 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.
  24. 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.
     
  25. 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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.