me.so.bad

Members
  • Posts

    76
  • Joined

  • Last visited

Everything posted by me.so.bad

  1. Is there a way to exclude disks that are outside the array (unassigned devices in my case)? edit: solved my issue (stubbed a ssd that was reporting weird temp values), but general question still applies
  2. I'm playing around with unraid again an had the same issue mentioned in this threads first post - I want to archive my issue in case someone else has the same… for some reason my /etc/libvirt mount didnt unmount, after getting /mnt/disk1 being busy, i ran `mount` and had libvirt still on it. manually `umount /etc/libvirt` did the trick. I was changing a VMs XML via Webterminal before, might be that something went wrong there…
  3. hm, after testing more and more configs I was able to get it running relatively stable with seabios. but after adding my pcie-usb3-card the VM crashed and now it doesnt recognize the vdisk anymore... something is completly broken in this machine, but what? diags attached… aussenbecken-diagnostics-20170613-1504.zip
  4. Hm, right.. same with SeaBios, so OMVF isnt the problem
  5. I'm pretty sure its an issue with OVMF + Win10 + my CPU/Chipset... Dang! is there any chance to upgrade something on unRAID?
  6. already did it. 1607 & 1703 both have the same issue.
  7. Ubuntu works without any Problems. no sure if thats a good or a bad thing..
  8. 1. switched machine type to Q35-2.7 -> nope 2. turned off hyper-v through UI -> nope 3. switched back to i440fx-2.7 (hyper-v still off) -> nope
  9. Maybe because I have copied the XML before starting the VM the first time. You XML is copied while the VM is running, right? but it looks more or less the same as mine..
  10. Ok, heres an XML generated with the video above ("minimal setup") - it boots into windows setup - I select E:\viostor\w10\amd64 drivers - it copies windows pro - it restarts ... and hangs - force stop from unRAID webUI, start again. - setup completes (express - no cortana), I'm in Windows. - installing all needed drivers (network, balloon, pice "simple device") - disable fast boot (shouldnt affect reboot at all) - restarting... and it hangs again Screenshot of hanging VM is attached <domain type='kvm'> <name>Windows 10 Test</name> <uuid>c74f8c77-0c9b-a13b-a4e1-ee1c2ad62e6e</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>1</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-2.7'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/c74f8c77-0c9b-a13b-a4e1-ee1c2ad62e6e_VARS-pure-efi.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'> <topology sockets='1' cores='1' threads='1'/> </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/domains/Windows 10 Test/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <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/de_windows_10_multiple_editions_version_1607_updated_jul_2016_x64_dvd_9053906.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.126-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='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </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:94:d3:c4'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </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'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> </domain>
  11. This time I did it on my own, but I've created multiple VMs on my own unRAID machine before. so personally I dont think its something that easy. Also I have tried multiple configurations (including seaBios/OMVF, different VNC/GPU, different Cores, different Hyper-V Settings... basicly different everything) and not a single VM restarted during Windows 10 installation... some of them didnt even start at all. But if your pass me over a guide I'm more then happy to try it out, maybe there is something I dont know yet.
  12. I doubt its the SSD. But is it possible that kvm isnt fully compatible with kaby lake and/or Intel H270 chipsets yet? Or any other Idea where I can search for the problem? On my own machine (i7-6700k @ z170) everything works fine. never had problems with that one edit: unRAID 6.3.3. runs qemu 2.7.1 but latest stable is 2.9.0 ... does anyone know if LT will update it in 6.3.4 or 6.4?
  13. Nope, also tried that already. no matter which settings I chose, restart never works.
  14. hm, dont think so. everything else works perfectly. is there a way to check it? mount says its rw (/dev/sdc1 on /mnt/cache type btrfs (rw,noatime,nodiratime))
  15. nope tried that, but even with only one Core assigned it hangs
  16. Hi guys, I'm setting up a new machine for my dad, but I've got a few Problems 1. All Windows 10 Pro VMs hang when they reboot - after the BIOS Screen (and before windows logo) it only shows a black screen with text cursor. I've tried creating new VMs with different settings (hyper-v on/off, gpu/vnc, bios) but it doesnt seem to work. All VMs hang when Windows 10 tries to restart (even while installing) 2. When I try to PT Audio of the NVIDIA GT710 it hangs on Boot (at logo, loading animation hides and Host CPU Cores are at 100%) Ideas anyone? Thanks very much! aussenbecken-diagnostics-20170506-0922 2.zip
  17. Regarding your Resilio Sync Container: Is there any possibility to change the device name? I've got two unRAID machines here and both are names unRAID in Sync renaming doesnt survive a restart of the container.. so some kind of variable would be nice.
  18. My VM is stuck in a boot loop (screenshot attached) but I entered "it" corretly in my xml file… any idea?! is run sierra 10.12.14 but i have installed the FakeSMC patch. Only thing I did different was using Parallels for creating my VM Image – problem?
  19. I know, but cache I/O wasnt the problem here. I was rsyncing from /mnt/disks/… to /mnt/disk1/…
  20. Did a bit more testing: Keep VMs on Cache shouldnt be a Problem at all. But when "the array" is under heavy load somehow thing can get laggy. not figured out what the problem exactly is.
  21. manipulating mover like I did above is a bad idea, move tries to delete the containing folders which leads to errors in logfile: So I'll write a script which simply moves the wanted files back to the cache after mover is done… just a quirky workaround but at least as good as having errors in log… lets see what 6.4 brings… edit: #!/bin/bash # set to reasonable depth to speed up find cmd… maxdepth=$1 if [[ -z "$maxdepth" ]]; then maxdepth=4 fi # Is unRAID mover running? while [ -f "/var/run/mover.pid" ]; do echo "mover is running… waiting 5min" sleep 5m done echo "moving .sync/ID files back to cache" #now find. find /mnt/user0/ -name ".sync" -type d -maxdepth $maxdepth -print \ | while read f; do user0="$f/ID" cache="/mnt/cache/$(echo $user0 | sed 's/\/mnt\/user0\///')" SHARE=$(echo $f | cut -d/ -f1) # skip if ID file doesnt exist [ -f "$user0" ] || continue #see /user/local/sbin/mover if [[ ! -d "/mnt/cache/$SHARE" ]] && grep -qs 'shareCOW="no"' "/boot/config/shares/${SHARE%/}.cfg" ; then rsync -i -d -pAXogt --numeric-ids --exclude="*" "$SHARE" "/mnt/cache/$SHARE" chattr +C "/mnt/cache/$SHARE" 2>/dev/null fi #now move mkdir -p "$(dirname "$cache")" mv "$user0" "$cache" echo "moved $cache" done echo "done."