Awkward

Members
  • Posts

    15
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Awkward's Achievements

Noob

Noob (1/14)

0

Reputation

  1. We use "vfio-pci.ids=1b73" and omitting the ":1100" since we are using "vfio_iommu_type1.allow_unsafe_interrupts=1 iommu=pt". Thank you for your assistance, Gridrunner, I will give that a try. Update: I have noticed that in the VM setting, "Other PCI Devices" no longer see the "USB controller: Fresco Logic FL1100 USB 3.0 Host Controller" as it is now integrated into the "USB Devices", which is now hot pluggable.
  2. I have tried "stubbing the devices", according to "gridrunner", using the new method "vfio-pci". Syslinux Configuration: append vfio-pci.ids=1b73:1100 pcie_acs_override=downstream initrd=/bzroot PCI Devices and IOMMU Groups: IOMMU group 18 [1b73:1100] 03:00.0 USB controller: Fresco Logic FL1100 USB 3.0 Host Controller (rev ff) USB Devices: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 03f0:5607 Hewlett-Packard Bus 001 Device 003: ID 045b:0209 Hitachi, Ltd Bus 001 Device 004: ID 1b1c:1c00 Corsair Bus 001 Device 005: ID 046d:c332 Logitech, Inc. Bus 001 Device 006: ID 1b1c:1b13 Corsair Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 002: ID 045b:0210 Hitachi, Ltd However, I am getting this error when I start my Windows 10 Virtual Machines. Execution error internal error: qemu unexpectedly closed the monitor: 2017-05-10T08:04:34.456440Z qemu-system-x86_64: -device vfio-pci,host=03:00.0,id=hostdev2,bus=pci.0,addr=0x9: vfio: Error: Failed to setup INTx fd: Device or resource busy 2017-05-10T08:04:36.333862Z qemu-system-x86_64: -device vfio-pci,host=03:00.0,id=hostdev2,bus=pci.0,addr=0x9: Device initialization failed Should, I edit my VM XML? <domain type='kvm'> <name>Windows 10 VM2 (Opperational)</name> <uuid>0ceecee2-196e-7ba7-ef43-5cd95ee4143b</uuid> <description>Windows 10 Enterprise X64 1703 RS2</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>12582912</memory> <currentMemory unit='KiB'>12582912</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='3'/> <vcpupin vcpu='1' cpuset='7'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-2.7'>hvm</type> </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='2'/> </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 VM2 (Opperational)/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Windows 10 VM2 (Opperational)/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/iso/windows/en_windows_10_enterprise_version_1703_updated_march_2017_x64_dvd_10189290.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/latest-virtio/virtio-win/virtio-win-0.1.135-2/virtio-win-0.1.135.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='nec-xhci'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </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='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:5c:f3:9a'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' 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='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <hostdev mode='subsystem' type='pci' managed='yes' xvga='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </memballoon> </devices> </domain>
  3. I am currently using, a Gigabyte Motherboard: Gigabyte GA-Z97X-Gaming G1 http://www.gigabyte.com/products/product-page.aspx?pid=4963#ov I have placed both my 2 GPU (GTX 970) on both x16 slots. Is it my motherboard that is the problem? I am trying to figure how to use both my GTX970 (2x) GPU without the need to "Enable PCIe ACS Override". Perhaps, I need to replace my motherboard? Or, maybe, it is because I am using two GTX970 from the same vendor and same model, I should be using two different type of GPU, two different GPU, AMD and GTX?
  4. Hi everyone, I have a question regarding the compatibility of different GPU(s) of the same vendor different model. 1. Gigabyte GTX 970 2. Gigabyte GTX 980 3. Gigabyte GTX 1060 I am currently using 2 Gigabyte GTX 970(s), however, I am unable to run them without "Enable PCIe ACS Override" when running 2 VM (Windows 10). I am guessing that even though it is from the same vendor and model, UNRAID Server would still run it as the same type? I would then need to have different model of GPU, for example two different GPU, GTX 970 and GTX 980 instead of 2 GTX 970 or etc.?
  5. Try accessing through a custom predefined ip address instead of default unraid server name?
  6. Hello everyone, I have a question, I have two ADSL connections, br0 and br1 on my unRAID server. However, br0 is able to access Disk1 share, I think it is Disk1 if you have a share folder set without cache enable. On br1, I am unable to access share folder, is there any ways to enable br1 connection to use share folder? Connection on br0 is able to access the GUI for the unRAID server. I am able to map share folder in windows for connection in br0. Kind regards.
  7. There is no speed improvement running it as it is now in RAID1. RAID0 in btrfs is not the same as normal raid 0 as far as I know. Its not writing to both devices but one of them. Right, so, I am getting no improvement as is my setup right now, RAID1? Then should I just remove the secondary SSD and use it for something else?
  8. Re: Itimpi Thank you for your response, I will keep it as RAID1, I think I would like to keep the speed over extra space. As for RAID0, I am going to read up on it more to understand more about it.
  9. Re: Garycase Thank you for your response, I will certainly try to place the hard drives some where cooler or perhaps install a fan somewhere to cool down the hard drives.
  10. Hello everyone, I am currently trying out unRAID version 6.2, I am have a question in regards to Cache Devices. I have two VM running Windows 10 x64 1607 running stable at the moment, however, I noticed that under the Main tab of the server, two SSD 240G are showing as a single cache device, not two cache devices, with a pool of 240G, not 480G, is that normal? So, the second SSD is unusable or perhaps it is because I am using trial version, and it limits the amount of devices? Kind regards. photo sharing
  11. Hello everyone, I am using two hard drives, TOSHIBA 4TB/7200 SATA3 128MB, however, I've noticed that the temperature is showing as red, I would like to know is that the temperature at around 40-50C is normal for these hard drives in Unraid? By the way, the two hard drives are in the Hotswap Orico 1106SS. Kind regards. upload pictures online image hosting services
  12. I am curious, and would like to know more, what is this new "Enable Turbo Write" does? I am not a computer IT, just would like to know more if anyone be kind to explain a little? Thank you in advance. Reference: http://lime-technology.com/forum/index.php?topic=34521.0
  13. Ah, right, he said "anyone selling", I just skimp through it... hehe
  14. I am interested, let me know how much, and are you able to ship international?