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.

sage2050

Members
  • Joined

  • Last visited

Everything posted by sage2050

  1. jesus christ thank you! I couldn't figure out for the life of my why my windows VM couldn't connect to the samba shares
  2. turns out the actual problem was virtio-fs. it crashes both i440 and Q35
  3. Here for this thread, I thought it was an issue with the i440 machine type that cleared up when I switched to Q35 but I just mounted a vfs share and the same issue is back.
  4. Solution here Seems like vm manager was doing something weird. Removed the container and restarted and everything is back to normal (sorry, no diagnostics from before)
  5. My unraid system crashed overnight and I got this error message this morning. A reboot didn't fix it
  6. The virtio iso you gave the vm has all the drivers
  7. Bug still exists for parenthesis
  8. thanks for the guide, worked without issue
  9. the one thing I hadn't tried yet was using a Q35 machine. This fixed the qemu cpu hog issue at least, going to let it run to see if it remains stable. edit: 3 days later and completely stable on Q35. marking solved.
  10. Unraid 6.11.5 I have a baremetal windows 11 install on an nvme drive that I've passed through to run as a vm. The VM will only stay up for a handful of hours before it unexpectedly hangs and has to be force stopped. When the VM is running, qemu-system-x86 will have extremely high cpu usage on one of the unpinned cores. I've scoured the forums and tried every fix and tip I could find (more cores, fewer cores, more ram, less ram, different drivers etc) and I'm pretty stumped here. XML and Diagnostics here: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>UnraidGaming</name> <uuid>97524ffb-c787-8433-634d-fb2ea5ac4442</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 11" icon="windows11.png" os="windowstpm"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <source type='memfd'/> <access mode='shared'/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='4'/> <vcpupin vcpu='1' cpuset='5'/> <vcpupin vcpu='2' cpuset='6'/> <vcpupin vcpu='3' cpuset='7'/> <vcpupin vcpu='4' cpuset='8'/> <vcpupin vcpu='5' cpuset='9'/> <vcpupin vcpu='6' cpuset='10'/> <vcpupin vcpu='7' cpuset='11'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-7.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader> <nvram>/etc/libvirt/qemu/nvram/97524ffb-c787-8433-634d-fb2ea5ac4442_VARS-pure-efi-tpm.fd</nvram> <boot dev='hd'/> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vpindex state='on'/> <synic state='on'/> <stimer state='on'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='4' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='localtime'> <timer name='hpet' present='no'/> <timer name='hypervclock' present='yes'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <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='pci' index='0' model='pci-root'/> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:95:16:7d'/> <source bridge='br0'/> <model type='virtio-net'/> <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='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='0x01' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/domains/vbios/pny1660S.dump'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x1'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain> servbot-diagnostics-20230223-0904.zip
  11. I can't get even one share to work, and I can see my array on the network but my windows VM says it cant access it. edit: i got one mounted now. didn't have the service running
  12. I'm trying to passthrough one single nfts partition on an unassigned nvme to a windows VM. If i assign a vdisk to /dev/disk/by-id/drive-part# i can see the partition's data block but need to format to use it, and can't see data already on the partition. If i pin the controller and passthrough the whole drive with "other pci devices" the data is available but I lose access to the other partitions. Am I doing something wrong, or is this just How It Works? this video from spaceinvader that i've watched about 10 times seems to indicate that i should be able to passthrough a partition seemlessly, but he was also using a sata drive and not a pci nvme. https://www.youtube.com/watch?v=QaB9HhpbDAI edit: had a derp moment - I hadn't tried to assign a vdisk to /dev/disk/by-id/drive yet. This lets the VM read/write to the nfts partition and my workstation can still read but not write while the VM is active. This is *most of the way* to what I'm trying to do, but ideally the other partitions on the nvme wouldn't be write protected while the VM is running.
  13. im battling this myself, dug through a bunch of old threads and still no answers. I'm not using the folder cache plugin people have talked about in the past.
  14. did you ever solve this? I've got a similar one /usr/local/sbin/shfs /mnt/user -disks 15 -o noatime,allow_other -o remember=0
  15. I have my unraid server mapped to the shield and I'm running an app that I'd like to save files to a share, but it fails every time. I assume this is because the shield doesn't have write access, but I'm not sure how to confirm or fix this. here's the folder in question: drwxrwxrwx+ 1 nobody users 4096 Dec 26 10:13 saves/ my windows computer has no issues writing to it
  16. Tried to run a docker that I accidentally re-used a port for. Took me longer than I'm comfortable admitting to track down the issue. "docker start xxx" from the terminal told me the port was already allocated.
  17. when I try to run any docker compose commands from terminal i get this error: can't find a suitable configuration file in this directory or any parent: not found
  18. Thanks for the info. I don't see any dockers with /Downloads mapped, I must have made a mistake when I was mucking around with stuff a while back.
  19. couldn't edit my post (site's giving me a bunch of issues today) but i solved it:
  20. Why do my folders keep disappearing? its only the ones here in /Media/downloads. the _Movies folder is always visible, but the rest of them disappear. usually they just come back on their own but now it's been two days and I can't access them from windows. I have SMBv1.0 enabled. https://i.imgur.com/sqdRdCG.png image link because image embeds aren't working right now
  21. I'm a bit confused here - Is there a way to map an already existing gdrive folder, or can I only create a new one with rclone?
  22. I applied hyperv's fix but im still getting "not available" on all my dockers. Do I need to do anything after I edit the file?
  23. I was at one point able to install plugins by dropping them in /config/plugins for the docker, but as of a month or so ago the plugins (including previously installed ones) do not show up in the preferences > plugin list what's going on and how can I install them? They're listed as enabled in core.conf specifically i'm trying to (re)install SimpleExtractor, here https://github.com/d8ahazard/deluge-extractor UMASK 002 sh-5.1# ls -l total 2108 -rw-rw-r-- 1 nobody users 220498 Mar 12 08:03 LabelPlus-0.3.2.4-py3.8.egg -rw-rw-rw- 1 nobody users 1934881 Oct 2 22:29 SimpleExtractor-1.4-py3.8.egg Solved: Removing the python version from the file name let them show up

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.