Jump to content

J89eu

Members
  • Posts

    150
  • Joined

  • Last visited

Everything posted by J89eu

  1. Hi guys I followed Spaceinvaderone's guide on moving my gaming VM from my cache to an M.2 NVME drive. I had one issue which was I could not assign the clover image as a SATA vDisk, or any other option that VirtIO. I did go with VirtIO in the end and it all appears to work other than in games I get random FPS judders/lags. I can be getting 250FPS, CPU, RAM and disk not being used much and then get a bit of FPS lag then back to nothing, I tried setting vertical sync which then meant my GPU went from 100% usage to 40% but still got it. Could it be the fact the clover image is set to VirtIO and not SATA? Otherwise the specs of the box are Asrock Extreme4 Core i5 8600k 16GB RAM (8GB passed through) 6 disks 400GB SSD cache 500GB Samsung 960 EVO NVME M.2 (Passed through) Vega 56 (Passed through) Creative Soundblaster Zx (Passed through) I've attached diagnostics and here's my XML file: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='1'> <name>Pluto</name> <uuid>0adf4fd5-0b47-d431-1345-cedc9c73294d</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 7" icon="windows7.png" os="windows7"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>5</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='2'/> <vcpupin vcpu='2' cpuset='3'/> <vcpupin vcpu='3' cpuset='4'/> <vcpupin vcpu='4' cpuset='5'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-3.0'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/0adf4fd5-0b47-d431-1345-cedc9c73294d_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' check='none'> <topology sockets='1' cores='5' 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/cache/isos/spaces_win_clover.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows 7 64bit Ultimate.iso'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <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.141-1.iso'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <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'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:1b:5b:a6'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-1-Pluto/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='mouse' bus='ps2'> <alias name='input0'/> </input> <input type='keyboard' bus='ps2'> <alias name='input1'/> </input> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <rom file='/mnt/user/isos/Powercolor.RXVega56.8176.170730.rom'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x09' slot='0x00' function='0x0'/> </source> <alias name='hostdev1'/> <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='0x03' slot='0x00' function='0x1'/> </source> <alias name='hostdev2'/> <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='0x05' slot='0x00' function='0x0'/> </source> <alias name='hostdev3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1e7d'/> <product id='0x2dcd'/> <address bus='1' device='3'/> </source> <alias name='hostdev4'/> <address type='usb' bus='0' port='1'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x2516'/> <product id='0x0004'/> <address bus='1' device='4'/> </source> <alias name='hostdev5'/> <address type='usb' bus='0' port='2'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> atlas-diagnostics-20180908-0514.zip
  2. Hi Gridrunner, thanks for your guide, it's all working for me apart from I had to set the clover image as "VirtIO" rather than SATA as it wouldn't allow me to set any other option and save the VM, any ideas if this will cause any issues?
  3. It's strange as I just changed it back to basic view after disabling it again and had the same issue
  4. ... I just turned on advanced view and thought I'll try and press apply again... It worked... so in basic view it seems the button doesn't work... I forgot all about the advanced view with being on my phone. Sorry for time wasting but perhaps I've highlighted some sort of bug anway!
  5. That was actually just after trying to, I put Yes to enable VMs and click Apply and the button turns orange and just stays like that, I can post another diagnostic though, just bare with me a moment and I'll update this post atlas-diagnostics-20180904-1520.zip
  6. Here we go guys. I can't enable the VMs to run that test sadly (which is my issue) atlas-diagnostics-20180904-1457.zip
  7. I'm at work currently so only have access on my phone via VPN but I have sent diagnostics via the troubleshooting process on the GUI
  8. Has anyone had issues with enabling the VM manager? I've swapped out my cache drive and pressing "Apply" does nothing when re-enabling the VMs!
  9. Updated successfully, still having the AMD reboot bug with a Vega 56 GPU though which is a shame, I thought this may be fixed with kernel 4.16, is there anything I should do with the VM post update to try and fix this?
  10. Hi all I'm currently running a gaming VM in KVM with GPU passthrough etc and it runs from an unassigned 400GB SSD. I then have my cache running on a 500GB NVME M.2 drive. Should I swap these around? Would it make more sense to run the gaming VM on the M.2 as it'd benefit more than having the cache on it? I run my dockers on the cache drive, sonarr, radarr etc. Cheers
  11. Hi all I keep getting this error over time, even if I increase the docker image size and continue for a while. I did try to use CAdvisor but it seems to have broken since the last update and I get an execution error even if I install from scratch. Here's an output: root@Atlas:~# docker ps -s CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES SIZE 838037b3bf98 linuxserver/unifi "/init" 7 minutes ago Up 7 minutes 0.0.0.0:8080-8081->8080-8081/tcp, 0.0.0.0:8443->8443/tcp, 0.0.0.0:8843->8843/tcp, 0.0.0.0:3478->3478/udp, 0.0.0.0:10001->10001/udp, 0.0.0.0:8880->8880/tcp unifi 97.3MB (virtual 549MB) 73cd0c607398 linuxserver/sonarr "/init" 7 minutes ago Up 7 minutes 0.0.0.0:38092->8989/tcp sonarr 18.8MB (virtual 564MB) 52364b8b0f08 linuxserver/sabnzbd "/init" 8 minutes ago Up 8 minutes 0.0.0.0:9090->9090/tcp, 0.0.0.0:38090->8080/tcp sabnzbd 301kB (virtual 264MB) feec671ec357 linuxserver/radarr "/init" 8 minutes ago Up 8 minutes 0.0.0.0:38093->7878/tcp radarr 22.4MB (virtual 570MB) 47b9cc085613 linuxserver/plexpy "/init" 9 minutes ago Up 8 minutes 0.0.0.0:38095->8181/tcp plexpy 89.8MB (virtual 320MB) 8acdff56c2dd linuxserver/ombi "/init" 9 minutes ago Up 9 minutes 0.0.0.0:3579->3579/tcp ombi 50.2MB (virtual 626MB) 2c46d540e9a0 linuxserver/jackett "/init" 10 minutes ago Up 10 minutes 0.0.0.0:38096->9117/tcp jackett 11.6MB (virtual 550MB) a4a4e50d6d8f linuxserver/headphones "/init" 10 minutes ago Up 10 minutes 0.0.0.0:38094->8181/tcp headphones 18.2MB (virtual 211MB) a2fdc45a9365 linuxserver/duckdns "/init" 11 minutes ago Up 11 minutes duckdns 6.59kB (virtual 23.3MB) ef710d1a6aa9 linuxserver/deluge "/init" 11 minutes ago Up 11 minutes deluge 6.13kB (virtual 175MB) e5a7bef6a118 binhex/arch-teamspeak "/usr/bin/tini -- ..." 23 hours ago Up 5 hours binhex-teamspeak 8.65MB (virtual 847MB) 84f6c2f5c6d4 binhex/arch-plexpass "/usr/bin/tini -- ..." 2 days ago Up 5 hours binhex-plexpass 230MB (virtual 1.4GB) 1d69d8a9ce77 centurylink/watchtower "/watchtower" 5 weeks ago Up 5 hours watchtower 0B (virtual 5.87MB) My cache image is 40GB so this doesn't add up.. Any advice? Thanks
  12. Hi all I've been having constant issues with my VM in terms of getting it to work after restart it or shutting it down, the second power on never works. I have to reboot the whole on unRAID to get it to work. I've searched endlessly for answers to this and seem to get nowhere near a resolution. The setup is as follows for the VM Coffee Lake i5 8600k Vega 56 GPU 8GB RAM 50GB OS drive 120GB 2nd drive for data I get no strange outputs on the log. and here's my XML: <domain type='kvm' id='1'> <name>Windows 10</name> <uuid>1e7682f4-0842-5941-eefb-17b69a1bfb5d</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>5</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='2'/> <vcpupin vcpu='2' cpuset='3'/> <vcpupin vcpu='3' cpuset='4'/> <vcpupin vcpu='4' cpuset='5'/> </cputune> <resource> <partition>/machine</partition> </resource> <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/1e7682f4-0842-5941-eefb-17b69a1bfb5d_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='5' 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/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <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/vdisk2.img'/> <backingStore/> <target dev='hdd' bus='virtio'/> <alias name='virtio-disk3'/> <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/Microsoft Windows 10 (1709 RS3) Fall Creators Update 16299.15 Final RTM 9in1 x64 EN.US - PSYKO666.ISO'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <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.141.iso'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <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'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:ed:f2:dd'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-1-Windows 10/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='mouse' bus='ps2'> <alias name='input0'/> </input> <input type='keyboard' bus='ps2'> <alias name='input1'/> </input> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <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='0x03' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </memballoon> </devices> <seclabel type='none' model='none'/> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> Any ideas or any further logs required for diagnosis?
  13. Hi all bit of a weird one, my VM seems to all work fine when up apart from if I reboot it, either just to update some settings, install software, it never lowers on once it’s gone off. This makes it a nightmare as I have to reboot the whole unraid server to get it to work again. I’m mainly facing this issue at the moment whilst trying to get my mouse pass through to work as I cannot troubleshoot it as I need to reboot unraid every time I make a change! Here's my XML: <domain type='kvm' id='3'> <name>Monero</name> <uuid>360ec46f-677b-708d-6e06-96541121d3e9</uuid> <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'>5</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='2'/> <vcpupin vcpu='2' cpuset='3'/> <vcpupin vcpu='3' cpuset='4'/> <vcpupin vcpu='4' cpuset='5'/> </cputune> <resource> <partition>/machine</partition> </resource> <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/360ec46f-677b-708d-6e06-96541121d3e9_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='5' 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/Monero/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <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/Monero/vdisk2.img'/> <backingStore/> <target dev='hdd' bus='virtio'/> <alias name='virtio-disk3'/> <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/Microsoft Windows 10 (1709 RS3) Fall Creators Update 16299.15 Final RTM 9in1 x64 EN.US - PSYKO666.ISO'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <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.141.iso'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <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'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:aa:f7:73'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-3-Monero/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='mouse' bus='ps2'> <alias name='input0'/> </input> <input type='keyboard' bus='ps2'> <alias name='input1'/> </input> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <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='0x03' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </memballoon> </devices> <seclabel type='none' model='none'/> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain>
  14. Hi all I have just built a new system and I'm getting the following error when trying to assign the card to a VM: https://imgur.com/HABh0PS Is anyone able to shed some light on this? The rest of the system is Core i5 8600k Asrock Extreme 4 16GB RAM Cheers
  15. Hi all I currently run a random spare part unRAID NAS which works great and a separate DL380 G7 which runs stuff I could run in docker containers like Plex, Radarr etc and also pfSense and a Windows 10 VM that mines crypto. This uses a good chunk of electricity and I think I can sell the DL380 and put the money into buying a Ryzen box that will do everything for me at a much nicer electricity cost. My end goal is to build an unRAID server runs the same disks but also runs the following as docker containers: Plex Sonarr Radarr Letsencrypt DuckDNS Deluge SabNZBD Ombi Windows 10 VM running Monero mining on a GPU So far I have put together this list of parts: PCPartPicker part list / Price breakdown by merchant CPU: AMD - Ryzen 7 1700 3.0GHz 8-Core Processor (£239.99 @ Overclockers.co.uk) CPU Cooler: Cooler Master - Hyper 212 EVO 82.9 CFM Sleeve Bearing CPU Cooler (£24.28 @ Amazon UK) Motherboard: Asus - PRIME X370-PRO ATX AM4 Motherboard (£128.36 @ Amazon UK) Memory: Corsair - Vengeance LPX 16GB (2 x 8GB) DDR4-3000 Memory (£175.19 @ Alza) Storage: Samsung - 840 EVO 120GB 2.5" Solid State Drive (Purchased For £0.00) Storage: Hitachi - Ultrastar 7K3000 2TB 3.5" 7200RPM Internal Hard Drive (Purchased For £0.00) Storage: Hitachi - Ultrastar 7K3000 2TB 3.5" 7200RPM Internal Hard Drive (Purchased For £0.00) Storage: Hitachi - Ultrastar 7K3000 2TB 3.5" 7200RPM Internal Hard Drive (Purchased For £0.00) Storage: Hitachi - Ultrastar 7K3000 2TB 3.5" 7200RPM Internal Hard Drive (Purchased For £0.00) Storage: Hitachi - Ultrastar 7K3000 2TB 3.5" 7200RPM Internal Hard Drive (Purchased For £0.00) Storage: Hitachi - Ultrastar 7K3000 2TB 3.5" 7200RPM Internal Hard Drive (Purchased For £0.00) Storage: Hitachi - Ultrastar 7K3000 2TB 3.5" 7200RPM Internal Hard Drive (Purchased For £0.00) Storage: Hitachi - Ultrastar 7K3000 2TB 3.5" 7200RPM Internal Hard Drive (Purchased For £0.00) Storage: Hitachi - Ultrastar 7K3000 2TB 3.5" 7200RPM Internal Hard Drive (Purchased For £0.00) Storage: Hitachi - Ultrastar 7K3000 2TB 3.5" 7200RPM Internal Hard Drive (Purchased For £0.00) Video Card: Gigabyte - Radeon RX VEGA 56 8GB Video Card (£428.99 @ Aria PC) Power Supply: EVGA - SuperNOVA G2 650W 80+ Gold Certified Fully-Modular ATX Power Supply (Purchased For £0.00) Other: LSI LSI00194 - SAS 9211-8I SGL (Purchased For £0.00) Total: £996.81 Prices include shipping, taxes, and discounts when available Generated by PCPartPicker 2017-11-09 11:09 GMT+0000 All the purchased kit is that, purchased already. I would probably buy the GPU later once I got this off the ground and working and replace the pfSense box with a Unifi Security Gateway as I imagine running pfSense on unRAID isn't the best thing to do! What do you guys think? Can I achieve this with the parts or at all with unRAID?
  16. It was all I could afford at the time Just to update, the advice has solved the issue and I now have 5TB free showing in Windows Thanks!
  17. Thank you I will give it a try. These HGST disks are recertified so I didn't expect them to last longer and they've worked so far for a year so they're doing ok! Thanks a lot
  18. Attached, thanks. I am going to be replacing the disk soon atlas-diagnostics-20170704-0758.zip
  19. Hi all Bit of a strange issue. I have 3 disks in my array on 10 disks that are showing as full in Windows and unBalance but the shares window shows they only have 26% of their capacity used. I can't manually move any files to them either, I've tried using allocation method most free and different split levels but it seems that unRAID just cannot write to them as they're showing full in other places. Here's some screenshots to hopefully explain better: Any ideas?
  20. I tested with another memory and it's now working Thanks all!
  21. I will try this, it's a 16GB memory stick and I have indeed formatted it as FAT32 but I will try a 3rd party tool and if that doesn't work I'll run off the diagnostics. Though i'd think the stick was working right if it can get to the desktop of the GUI etc.
  22. Hi all Bit of an odd one. Fresh install of unRAID, latest version, USB key named UNRAID. Booted, loads, ifconfig shows the IP, connect from another PC and the browser doesn't display anything form that IP. I can ping it, telnet to it, but not get to it via the hostname or the IP in any browser. Reboot unRAID into GUI mode and Firefox launches after logging in - Unable to connect. Not sure what has happened here? I have also reinstalled to the USB key and tried an older version and still nothing. I noticed that my OS uses the connection "br0" rather than "eth0" but I don't think that should make any difference.
×
×
  • Create New...