fa2k

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

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

fa2k's Achievements

Noob

Noob (1/14)

4

Reputation

  1. Diese Tabelle war recht hilfreich. Wie badger ja geschrieben hat, ist es das Ziel diese letzte Reihe zu erreichen, in dem zum Einen das x4x4 eingeschaltet und zum Anderen die Zuordnung umgedreht wird. Ohne das Umdrehen hätte man ja x8x4x4 aber da nur x8 verbunden ist, wären die beiden x4x4 im Nirvana gelandet. Also ging es nur darum CFG2, 5 und 6 auf den Wert 0 zu bringen, heisst die passenden Widerstände einzusetzen. CF5 hat schon einen Widerstand (verbunden mit GND =0), die beiden anderen fehlten noch. Laut Boardview musste ich nur noch die zwei Plätze finden und einsetzen Ich erreiche aber C7 nicht mit meinen billigen Kingston nvme´s... sieht aber trotzdem schon ziemlich cool aus
  2. Ist ein Alublock + einer Laptop CPU Heatpipe. Ehrlich gesagt, weil mir langweilig war. Aber dieser Bereich bekommt nicht viel Luft ab und kühlere Komponenten halten bekanntlich länger. Ich werde es mit und ohne mal testen
  3. So könnte es aussehen. Ich weiß, ich weiß, etwas gebastelt... und trotzdem :-)
  4. Die hier passen gut: SATA III 6Gbps SAS Cable für Server SATA 7 Pin to SATA 7 Pin SSD Data Kabel
  5. Der M920 unterstützt X4X4 Bifurcation, jedoch müssen zwei 1k Widerstände gelötet werden. Ich hatte dazu ein Issue bei https://github.com/badger707/m920q-pcie-bifurcation/issues/1 erstellt. Das Board ist wirklich der Knaller. Man kann auch den zweiten M2 Slot auch anlöten, falls der keinen verbaut hat, leider unterstützt der M710 am zweiten Slot nur SATA SSDs. Alternativ lässt sich auch eine SATA Erweiterungskarte an den PCIE Slot hängen und die SATA Kabel nach hinten rausführen um ein Gehäuse mit mehreren SATA Platten (mit eigener Stromversorgung) zu betreiben. Das hier wird fast in jedem OS erkannt 6 Port Erweiterungskarte, ASM1166 6-Port-Chip,Unterstützt 6 SATA 3.0 Geräte
  6. hmm. try to start VM then go to Tools -> System Logs and scroll down. The error message there should provide more informations whats the problem
  7. maybe your cpu is older than what you try to emulate. Try Penryn from the list. Here is my whole xml file as reference: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>UVPX1</name> <uuid>b71b7d12-e665-b7c4-843f-16f7d7e50c9c</uuid> <description>NetScaler VPX</description> <metadata> <vmtemplate xmlns="unraid" name="FreeBSD" icon="citrix1.png" os="freebsd"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='7'/> <vcpupin vcpu='1' cpuset='17'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-5.1'>hvm</type> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='2' threads='1'/> <cache mode='passthrough'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <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='qcow2' cache='writeback'/> <source file='/mnt/SSD/VMs/UVPX1/NSVPX-KVM-13.0-79.64_nc_64.qcow2'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <controller type='pci' index='0' model='pci-root'/> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <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> <interface type='bridge'> <mac address='52:54:00:de:b4:c7'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' 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='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='de'> <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> <qemu:commandline> <qemu:arg value='-cpu'/> <qemu:arg value='Skylake-Client,kvm=on,vendor=GenuineIntel'/> </qemu:commandline> </domain>
  8. got it working..finally you can use virtio and virtio-net as disk type and network interface Edit the XML and add after </devices> (between </devices> and </domain> )following: <qemu:commandline> <qemu:arg value='-cpu'/> <qemu:arg value='Skylake-Client,kvm=on,vendor=GenuineIntel'/> </qemu:commandline> i guess it dont care which cpu model you use, but there are a list if needed at https://manpages.ubuntu.com/manpages/disco/man7/qemu-cpu-models.7.html
  9. i compared the results of dmesg between a unraid netscaler vpx and a ubuntu netscaler vpx . i guess the problem is that the netscaler dont "see" its running in kvm. Unraid VM: platform: Manufacturer QEMU platform: serial number format error platform: sysid 3567 - DEFAULT Ubuntu VM: NSXN: NetScaler running over Virtual Platform platform: KVM platform: NetScaler Virtual Appliance 450070 (38), manufactured at 9/22/2012 platform: serial HE2JV262E4 platform: sysid 450070 - NetScaler Virtual Appliance the problem is that netscaler dont detect its running under kvm and disable the virtio drivers. tried the last days to get it working but without success. Any ideas why its detect QEMU and not kvm? if i run ubuntu under unraid and install qemu-kvm into, netscaler detects kvm