McKnight

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

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

McKnight's Achievements

Noob

Noob (1/14)

0

Reputation

  1. McKnight

    Roadmap

    I would really love limetech to have a proper feature map, there are a ton of stuff I want to see but none of it is in development as far as I know. Atleast if there was a roadmap I'd be able to decide if I wish to stick with unraid or go else where depending on if I am happy to wait. At the moment I haven't even seen a list of "maybes"
  2. Hey thanks, I have looked through a lot of other threads and I have managed since posting this, to get some improvement. by setting host mode instead of pass through. It made a massive difference but my latency was still a problem. I have since re-added my passthrough for GPU and USB keyboard. My current config is: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='4'> <name>VM Desktop</name> <uuid>c8646900-bc2c-923c-4a81-e43dbecec448</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>33554432</memory> <currentMemory unit='KiB'>33554432</currentMemory> <vcpu placement='static'>6</vcpu> <cputune> <vcpupin vcpu='0' cpuset='6'/> <vcpupin vcpu='1' cpuset='7'/> <vcpupin vcpu='2' cpuset='8'/> <vcpupin vcpu='3' cpuset='9'/> <vcpupin vcpu='4' cpuset='10'/> <vcpupin vcpu='5' cpuset='11'/> <emulatorpin cpuset='0-4'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-5.0'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/c8646900-bc2c-923c-4a81-e43dbecec448_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' dies='1' cores='6' threads='1'/> <cache mode='passthrough'/> <feature policy='disable' name='vmx'/> </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/fast_vms/SSD/MK-VMDESKTOP/vdisk1.img' index='2'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <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/virtio-win-0.1.173-2.iso' index='1'/> <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='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='0x04' function='0x0'/> </controller> <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> <interface type='bridge'> <mac address='52:54:00:b4:fb:1a'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio-net'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' 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-4-VM Desktop/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='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <graphics type='vnc' port='5900' autoport='yes' websocket='5700' listen='0.0.0.0' keymap='en-gb'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='cirrus' vram='16384' heads='1' primary='yes'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0f' 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='0x0f' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x413c'/> <product id='0x2501'/> <address bus='8' device='2'/> </source> <alias name='hostdev2'/> <address type='usb' bus='0' port='2'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain> I used the MSI untility you send (Thanks for that, I used one from github but it didnt have a gui) and my results now look like this: I'd say it improved things by about 15-20% on my last test. So the utility worked. Do you have any other ideas of how I can get it all under 1000?
  3. Hey, Hoping someone can point me in the right direction or offer some suggestions, I have a rig with duel Xeon 5660 and I am having some realy bad cpu lag, as seen below: I have tried disablin multithreading and manually assigning the cores and setting emulatorpin my current cpu tune is: <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='8'/> <vcpupin vcpu='1' cpuset='9'/> <vcpupin vcpu='2' cpuset='10'/> <vcpupin vcpu='3' cpuset='11'/> <emulatorpin cpuset='6-7'/> </cputune> I am testing without any passthroughs as well. My cpu assignments are as follows (Note I am hyperthreading is off at the moment): PU Thread Pairings Single: cpu 0 Single: cpu 1 Single: cpu 2 Single: cpu 3 Single: cpu 4 Single: cpu 5 Single: cpu 6 Single: cpu 7 Single: cpu 8 Single: cpu 9 Single: cpu 10 Single: cpu 11 Any help appreicated
  4. Believe it or not... Shortly after booting up the ubuntu usb and the motherboard has seemed to give up the ghost. I think the problem was is there were actually 2 different cpus in the server which I was wrong about.
  5. Just burning ubuntu now, but I played with the bios settings using this as a guide https://www.reddit.com/r/hackintosh/comments/6z2mc2/setting_up_the_hp_z800_workstation_a_work_in/ Anyway after booting in to unraid I get this: Still same issues with cpu power though Will update shortly with ubuntu findings
  6. Haha, yeah I did indeed install and confirm the CPUs.. What I'll do is when I get home tonight, I'll check the bios for any werid settings and try and run live ubuntu and report back the CPU states from ubuntu if its the same then I guess unraid isn't the problem. Its a pretty old motherboard so it could just be some strange power saving feature. Will update later
  7. Yep it has two Quad core E6530 cpus on an HP Z800 motherboard, was good fun getting it in a normal ATX case and converting the power. The bios sees both cpus. I don't think unraid is seeing them as separate cpus?
  8. Just checked again, I just cannot think of a reason why the last 4 cpus i.e. socket 2 is running at 2530mhz while the other is always lower. Do you have any other ideas?
  9. Thanks for you reply, the output is: root@Odin:~# cat /proc/cpuinfo | grep processor | wc -l 8 root@Odin:~# cat /proc/cpuinfo | grep processor processor : 0 processor : 1 processor : 2 processor : 3 processor : 4 processor : 5 processor : 6 processor : 7 root@Odin:~# Any help would be greatly appericated
  10. Hey, I have set the CPU Governor via the Tips and Tweeks plugin, however I noticed only one cpu seems to pay attention the other one which has almost no used seems to be stuck at the the full 2.5ghz. I have confirmed this by running: grep MHz /proc/cpuinfo cpu MHz : 1598.407 cpu MHz : 1598.412 cpu MHz : 1598.415 cpu MHz : 1598.414 cpu MHz : 2530.821 cpu MHz : 2530.819 cpu MHz : 2530.828 cpu MHz : 2530.822 Is this a known bug and is there away around it?
  11. Hey, First post woop! Just wanted to say that the docker default settings have the docker container port set to 8443 looking at the docker itself it is 8080 meaning if anyone installs this they have to remember to change it. Hope this saves someone the 15 minutes it has taken me to figure it out!