mSedek

Members
  • Posts

    120
  • Joined

  • Last visited

Everything posted by mSedek

  1. Never say never.. say "up until now is not available"... anyways just downloaded genymotion (virtualbox based) and is working like a charm for my android studio high end SENIOR LEVEL development..
  2. Nvidia yesterday released a driver that unlocks gpu virtualization so, what do i need to do to share my 2070 super tu multiples vms at the same time??
  3. does not works, as soon as I pass the flag +vmx the network card stops working and also that video seems outdated and over complicated for something that should be overly simple.. anyways, I dont think is something about IF i am able to run nested VMS as I don't have any issue running nested vms in Windows or linux, my problem is with macOS and so my first question remains unaswered
  4. Im trying to use the android emulator from Androidstudio as I do develop android apps.. under linux and windows vms I can do it no problem but macos reports "YOUR CPU DES NOT SUPPORT VT-X" Im running my VMs on threadripper.. any tip to make it work? im passing this qemu params <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='************************'/> <qemu:arg value='-cpu'/> <qemu:arg value='Skylake-Server,vendor=GenuineIntel,+hypervisor,+invtsc,kvm=on,+fma,+avx,+avx2,+aes,+ssse3,+sse4_2,+popcnt,+sse4a,+bmi1,+bmi2'/> </qemu:commandline>
  5. sweetcloud-syslog-20210223-2029.zip could someone help me check what happened?
  6. Have tested so far Ubuntu 18, Ubuntu 20, Linux Mint 20.1, Pop OS! and in every version from time to time the screen blinks, goes black then turns on again after couple of seconds.. the exact same XML works for windows no issues at all and I am also running a 5700XT with macOS no issues at all, also If I run the Linux VMS with the 5700XT no issues at all, only the 2070 super blinks from time to time and only with linux.. meeting apps with video like zoom, meets and telegram seems to exacerbate the issue and it is really annoying, any help? I am on 6.9.0-rc2 and here is my xml.. dont know what other log I could post <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Devbuntu</name> <uuid>bdb2797b-63ac-2335-661a-b5d0518d3b80</uuid> <description>Development</description> <metadata> <vmtemplate xmlns="unraid" name="Ubuntu" icon="ubuntu.png" os="ubuntu"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>12</vcpu> <cputune> <vcpupin vcpu='0' cpuset='2'/> <vcpupin vcpu='1' cpuset='26'/> <vcpupin vcpu='2' cpuset='4'/> <vcpupin vcpu='3' cpuset='28'/> <vcpupin vcpu='4' cpuset='6'/> <vcpupin vcpu='5' cpuset='30'/> <vcpupin vcpu='6' cpuset='8'/> <vcpupin vcpu='7' cpuset='32'/> <vcpupin vcpu='8' cpuset='10'/> <vcpupin vcpu='9' cpuset='34'/> <vcpupin vcpu='10' cpuset='12'/> <vcpupin vcpu='11' cpuset='36'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-5.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/bdb2797b-63ac-2335-661a-b5d0518d3b80_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='6' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </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='raw' cache='writeback'/> <source file='/mnt/user/domains/Devbuntu/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </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='pci' index='1' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='pci' index='3' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </controller> <controller type='pci' index='4' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/> </controller> <controller type='pci' index='5' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='5'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0c' function='0x0'/> </controller> <controller type='pci' index='6' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='6'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0d' function='0x0'/> </controller> <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:05:ea:9e'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' 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'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x21' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/EVGA.RTX2070Super.headerless.rom'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x21' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x1'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x21' slot='0x00' function='0x2'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x2'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x21' slot='0x00' function='0x3'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x3'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x03' slot='0x00' function='0x3'/> </source> <address type='pci' domain='0x0000' bus='0x06' slot='0x1a' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain>
  7. well my specific issue got solved by changing the threshold in the settings/disk settings ... the question that remains is why isn't the main/ssd override working.. I should be able to set separed thresholds on disk by disk basis.
  8. yes I did on the disk Edit.. changed the setting on settings / disk settings and will report back. If that fixes the issue then, the question is why isnt the per disk basis override working?
  9. Hello, just to report that the system ignores the temperature threshold.. I have it set to start warning at 75 and hot 85 but it does no matter at 55 it starts spamming me with warning/hot/back to normal popups non stop... sometimes i get over 50 popups of those Edit. added evidence
  10. sry couldnt reach out yesterday.. okay maybe they fixed. gonna try it
  11. yes Java 8 does installs but theres something about the enviroment and no framework recognizes it
  12. NO, I havent sold my 5700XT yet. my issues are none related to the cards or macOS, my 5700XT works perfect in Catalina and BIG SUR, the problem is that at the moment BIG SUR has no support for JAVA 8 and IF i sell my 5700XT to get a 6800 (which is highly available here in my country) just to have a RESET BUG free experience, then I lose my ability to develop in macOS as 6000 series ONLY works in BIG SUR.. either way im screwed lol.. gonna try the patch and see whats the thing.. I dual monitor one with the 5700XT and macOS and one with ubuntu and a NVIDIA 2070 SUPER (which works FLAWLESS), hope that patch does not cause any issue with my setup
  13. man it has everything to do with AMD, why would the 6000 series work OTB no reset bug and 5000 series plagged with it??? whos the responsible for a patch??? a firmware level or driver level update?? none of us is an AMD hardware engineer or AMD drivers developer
  14. the "other OS" I use is Catalina.. but 6000 series does not work in catalina
  15. my 5700xt runs fine in big sur but big sur DOES NOT works with JAVA 8, I am a java developer and no JAVA 8 = no BIG SUR for me... so I need to be able to reboot my mac VM seamless.. so I solve nothing by selling my 5700XT to get a 6700/6800 and not being able to run JAVA 8 in BIG SUR... my only option for now is to pray for the reset bug to go away.. And no AMD did not help by "fixing" the bug in 6000 series.. they should provide a real solution for ALL the affected cards series(400/500/5000)
  16. Does amd series 6000 works only on big sur?.. If not, Id sell my 5700XT, this amd reset but got me almost to the madness.. I need to reboot or restart my mac vm without having to restart the whole server, I got 10 others vms running at the same time with services that I can not stop, but at the same time, I need to work with java 8 and big sur was not working with it. I dont get whats the problem with AMD, why they refuses to help solve this issue.
  17. Does anyone has an issue where you cant update Xcode to the latest?. that update has been stuck there for some time now
  18. yes I know the fault is not on the unraid side.. will take the time tomorrow and test.
  19. Will unraid EVER seamless make the 5000 series work like nvidia does? not adding any flags or wierd stuff but just plug and play our navi? I need at least Catalina as big sur is BIG $h!t with older versions of JAVA so I can not develop there and I already have my 5700XT which i like ... maybe RC3? im running RC2 and still got the bug and I can not go all bleading edge on unraid (those rare branches and stuff ) as I do my job with my VMS
  20. In My case I just want to turn off all the rgb, I install the docker and it wont start..
  21. try all the bios if none of them works use the tool to download the rom from your card.. and do not make changes to the passthrough with multifunction..
  22. In the xml you posted the video card passthrough didnt show up, <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x28' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/Sapphire.RX5500XT.8192.191212.rom'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x28' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x1'/> </hostdev> change your passthrough to this and also which .rom are you using? get your own or try with others from the same card at tech powerups