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.

Joshewing02

Members
  • Joined

  • Last visited

  1. I currently have this same issue. Did you ever get this fixed?
  2. Are you able to Boot or is it shutting down? I just had a similar issue on Windows 11 after the UNRAID OS/VIRTIO/using OVMF TMP Bios. If I used VNC graphics card and no sound card it booted up.. Going to see if I can get it to boot after installing the new VIRTIO Drivers
  3. Just messed with a few items and got it to boot. Changed Graphics Card to VNC Changed Sound Card to None Now it boots and I can at least use RDT to connect off another PC. Curious if I need to change or install something to get my GPU to pass through again. Unsure why it booted once. It did take like 3 tries and one Force Shutdown to get it to boot.
  4. After upgrading to 6.10.0-rc3o and following the steps here to get Windows 11 installed. Install went fine and then started some of the windows updates. After 'Restarting" I noticed the VM never booted back up. Went into UNRAID VM tab and noticed it was "Stopped". Tried starting it and per normal my first CPU "18" goes to 100% for 30 sec or so then the VM would boot appropriately. This time and every time since it seems to stall out and shut itself down. Any support would be appreciated. 2022-03-16T15:39:08.489047Z qemu-system-x86_64: terminating on signal 15 from pid 8967 (/usr/sbin/libvirtd) 2022-03-16 15:39:15.937+0000: shutting down, reason=shutdown Attached diagnostics to support the help. PC is in the middle of a Parity Check but don't see how that should impact it. VM XML below <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Jebidiah VM</name> <uuid>edb8a06b-058c-7379-804e-870fb99fe2fe</uuid> <description>Josh Desktop</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>131072000</memory> <currentMemory unit='KiB'>131072000</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>36</vcpu> <cputune> <vcpupin vcpu='0' cpuset='18'/> <vcpupin vcpu='1' cpuset='54'/> <vcpupin vcpu='2' cpuset='19'/> <vcpupin vcpu='3' cpuset='55'/> <vcpupin vcpu='4' cpuset='20'/> <vcpupin vcpu='5' cpuset='56'/> <vcpupin vcpu='6' cpuset='21'/> <vcpupin vcpu='7' cpuset='57'/> <vcpupin vcpu='8' cpuset='22'/> <vcpupin vcpu='9' cpuset='58'/> <vcpupin vcpu='10' cpuset='23'/> <vcpupin vcpu='11' cpuset='59'/> <vcpupin vcpu='12' cpuset='24'/> <vcpupin vcpu='13' cpuset='60'/> <vcpupin vcpu='14' cpuset='25'/> <vcpupin vcpu='15' cpuset='61'/> <vcpupin vcpu='16' cpuset='26'/> <vcpupin vcpu='17' cpuset='62'/> <vcpupin vcpu='18' cpuset='27'/> <vcpupin vcpu='19' cpuset='63'/> <vcpupin vcpu='20' cpuset='28'/> <vcpupin vcpu='21' cpuset='64'/> <vcpupin vcpu='22' cpuset='29'/> <vcpupin vcpu='23' cpuset='65'/> <vcpupin vcpu='24' cpuset='30'/> <vcpupin vcpu='25' cpuset='66'/> <vcpupin vcpu='26' cpuset='31'/> <vcpupin vcpu='27' cpuset='67'/> <vcpupin vcpu='28' cpuset='32'/> <vcpupin vcpu='29' cpuset='68'/> <vcpupin vcpu='30' cpuset='33'/> <vcpupin vcpu='31' cpuset='69'/> <vcpupin vcpu='32' cpuset='34'/> <vcpupin vcpu='33' cpuset='70'/> <vcpupin vcpu='34' cpuset='35'/> <vcpupin vcpu='35' cpuset='71'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-6.2'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader> <nvram>/etc/libvirt/qemu/nvram/edb8a06b-058c-7379-804e-870fb99fe2fe_VARS-pure-efi-tpm.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='18' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/VM Storage/Jebidiah VM/spaces_win_clover.img'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/VM Storage/Jebidiah VM/vdisk2.img'/> <target dev='hdd' bus='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows10.8.26.2020.iso'/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.215-2.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:85:16:90'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <tpm model='tpm-tis'> <backend type='emulator' version='2.0' persistent_state='yes'/> </tpm> <audio id='1' type='none'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0xd8' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0xd8' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x1'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x8a' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0xb1' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0xb4' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0xb5' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x0c' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0xb6' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x0d' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0xd8' slot='0x00' function='0x2'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x2'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0xd8' slot='0x00' function='0x3'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x3'/> </hostdev> <memballoon model='none'/> </devices> </domain> ewing-diagnostics-20220316-0856.zip
  5. Fixed. My issue was not actually an IP conflict. Link to my issue. My MariaDB was not accessing my MySql
  6. Had to change my static IP address on my network when resetting up my new network. Everything works properly for all my apps and VM's and Dockers with the exception of NextCloud. When I try to access via WebUI I get "Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the server log." Trying to find out what is wrong or even where to start. I don't think I need to change any settings in the MariaDB Docker but I have changed the \appdata\nextcloud\www\nextcloud\config\config.php to the new IP address from .125 to .45 Not sure where to go from here. Appreciate the help.
  7. Any chance of getting a Horizontal Rack Mount Supermicro SYS-7049P-TRT 4U Server.

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.