Uncle09

Members
  • Posts

    68
  • Joined

  • Last visited

Everything posted by Uncle09

  1. Some handlings: - Restart s world: the easiest and fastest way to restart/start with new world is deleting the world folder in Appdata. - update Version: I had problems with the update to A21, I guess it is because of different serverconfig.xml parameters. So I deleted everything and installed new. - add webui to Docker Icon: - activate docker advanced view (upper right corner), then add to Line WebUI: http://[IP]:[PORT:8080]/ - stay at fixed Version of 7dtd due to Mod: in the docker config under Game_ID: use fix Version like "294420 -beta stable_alpha19.4" m
  2. Hi, what is the easiest and fastest way to restart/start with new world ? Deleting the world folder in Appdata ? Thanks for a hint
  3. Part 2: Another Server-Docker now with Mod: Now I tried to bring up another Docker Server of7dtd - but this time with a Mod installed. My Choice was undead legacy. (https://ul.subquake.com/) This Mod is awesome ! Thanks to subquake for this !! Read: https://meadowrockalpacas-com.ngontinh24.com/article/7-days-to-die-undead-legacy-user-s-guide Due to same usage of the ports, you can run only one of those 2 dockers on the same IP at the same time. Lets get startet. Server: 1. Reinstall the Docker with the same template used before (Add Container/select Template), but adjust at least the name and the ServerFiles: path so it will not install over your origin installation and add 2 more variables (Add another Variable): 2. you have to add a Bepinex ( Name: BepInEx, Key: ENABLE_BEPINEX, Value: true) and doorstop (Name: Doorstop, Key: DOORSTOP_CORLIB_OVERRIDE_PATH, Value: /serverdata/serverfiles/BepInEx/core) 3. copy the content of the 7dtd folder made before intothe new created folder 4. make a Folder named Mods 5. copy the content of the downloaded Mod (in my case undead legacy) into the Mods folder of the new Docker. 6. I had to turn off EAC on the server side (serverconfig.xml) = <property name="EACEnabled" value="false"/> If you like Alloc`s Mod too, just do it the same way like mentioned for the original 7dtd docker. Same with CSMM - but keep in mind, you can not use the same ip for 2 csmm servers. I solved it with another duckdns adress. PC: U can chose to do the Mod install manually or using auto by using the ModLauncher from the download page of undead legacy. (https://community.7daystodie.com/topic/4085-subquakes-undead-legacy/page/116/) The idea is: - copy your installed folder of 7dtd (in my case the steam game folder of 7dtd), merge the Mod into Mods folder and to switch of EAC. then start 7dtd-UL via the 7dLauncher.exe and turn of ECA - search for your new server - join - play - thats it. otherwise Error "NullReferenceException: Object Reference Not Set To An Instance Of An Object" will pop up!!
  4. Hi ich777, if I decide to run 2 server containers of the same game, I just give the new one another name and adjust the ports ? Will this work ?
  5. Hi, yes I joined, but I did not realized that this question have to be asked not here, becaus ich777 did the container. But now I will 🙂
  6. Hi ich777, last question 🙂 CSMM asks me to enter in the add a server window to fill in an authorization name and an authorization token, to set this with telnet command. I know telnet, but I am not able to do this. I gues it must be done at the 7DtD Server. But how ? Telnet, local XML, Docker console, Ingame Console ? Thanks for the hint.
  7. Hi ich777, may I aske you one more thing ? I can open the console of your 7DtD Server and your CSMM-7DaystoDie. But I can not Login. You mentioned the Login is Docker and adminDocker ? But do not work for me. My Login looks like: 9223daxxxxxx login: Maybe I changed something ? Do you have any idea where to look, or what is wrong ? Thanks
  8. Hi to all, after a lot of work and collecting all the information, it was even for me possible to get a 7DtD dedicated Server running, including Alloc`s Mod and CSMM managing. So according I like to share my experience to keep it simple for someone else and of course for myself, if I have to reinstall it one day, for some reason 🙂 So first of all, a lot of thanks for the people who showed a lot of patience with me and helped me out, like ich777 from this Forum Catalysm via the Discord chanel. I hope it is o.k. to collect here all the information from your work. Otherwise let me know. o.k. lets start: 1. Install in unraid via Apps "7daystodie" from ich777 and check if it is running and working (need one run, to build all folders) I did not change any settings in the XML File ! Discription: https://github.com/ich777/docker-csmm-7dtd Forum: //forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/ This takes some minutes (about 40) , check Log File - stops several times, then shows update states - counting. It is finished if it shows found path:/serverdata... After that, you can check if the Server is running well also with the unraid IP and the port. (TCP2 - Web base control: Container Port 8080) if you changed ports in the scribt, you have to change also the port in serverconfig.xml. Also you must set ControlPanelEnable to "true", Check ControlPanelPort and set a ControlPanelPassword. In my Case and if you did not change the port something like: 192.168.1.200:8080. you should see a Login screen. There is no password set. 2. have a look where in unraid your appdata folder is. In there is now also the folder 7dtd. Create there a new folder "Mods" 3. Download latest build from Alloc`s Mod from https://7dtd.illy.bz/wiki/Server fixes#Download. I unpacked the server_fixes.tar.gz and the new file server_fixes.tar until you see a normal folder. in there is a folder Mods. copy the contend into the created Mod folder on your unraid server (point 2) Discription: https://docs.csmm.app/en/csmm/allocs.html#determine-whether-alloc-s-server-fixes-is-already-installed Adjust the Admin rules in \Saves\webpermissions.xml 4. check if the Mod is working too. So restart 7dtd server and open in Webbrowser your IP with port 8082 You should see now the a screen of Alloc`s Map Mod. If the map or anything else is missing, adjust webpermissions ! If this all works so far, your dedicated server is running well 🙂 To Logon in Vanilla Version of 7dtd the EAC must be switched on in the clients, otherwise Error "NullReferenceException: Object Reference Not Set To An Instance Of An Object" will pop up 5. Now you can edit the serverconfig.xml with an editor (Notepad++ is nice) in your Unraid/appdata/7dtd/ folder. (Description of Server Configuration here: https://www.gameserverkings.com/knowledge-base/7-days-to-die/7d2d-new-user-guide/ or here direct from Valve: https://developer.valvesoftware.com/wiki/7_Days_to_Die_Dedicated_Server Now comes the CSMM Docker Part of ich777. SO far as I know it is based on vinanrras work. Thanks both. Forum: //forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/ Discription: https://hub.docker.com/r/ich777/csmm-7dtd what is CSMM: https://csmm.app/ This is what it looks like: https://community.7daystodie.com/topic/5797-csmm-cloud-hosted-server-manager/ 1. we have to setup the DYNDNS and reverse proxy. This guide helped me much: https://7dac.net/hosting-csmm-on-an-unraid-server/ it is easy, but very important to create a new variable CSMM_ADMINS in your CSMM XML . I used as Domain Name my duckdns from point 2 here. ( xxx.duckdns.org) 2. Download and install on your unraid server the CSMM of ich777. (search under Apps csmm 7dtd) you have to fill in: - Hostname created under 1. (in my case somthing like https://xxxxxxxxxxxxxxxxxx.duckdns.org - Steam API Key: (you can get it from: https://steamcommunity.com/dev/apikey ) - CSMM_ADMIN: (like created in 1.) Enter your steamID starting with 765.... 3. After that and if all worked without a problem, you should see after starting CSMM with the Port given in my case: http://192.168.1.200:1337/ the CSMM Login screen. 4. follow the instructions for Login in your steam account and finaly you should see your server list. 5. Add CSMM Server with + and fill in all required data as discribed. (https://docs.csmm.app/en/csmm/installation.html#video-tutorial open the ingame console while playing 7DtD with Key F1. Enter the following command to set up a web token: webtokens add <name> <token> 0 Replacing <name> with your desired token name. Replacing <token> with your desired token. Don’t forget the 0 at the end! It’s important CSMM has privilege 0 to ensure all functions can properly work. 6. forward required Ports in your Internet router to your unraid server https://7dtd.illy.bz/wiki/Ports howto: https://portforward.com/7-days-to-die/ 7 Days to Die - Steam: TCP: 8080-8081, 26900, 27015, 27036 UDP: 26900-26902, 27015, 27031-27036 it was for me the easiest way, to get it running. for Germans Fritzbox user: https://technium.ch/fritzbox-portfreigaben-einfach-einrichten/ Now everything should work fine. Hardware recommanded: CPU: AMD or Intel (2 Cores) from 2,4 Gigahertz for 1–4 player; 3 Gigahertz for 5–16 player RAM: 3–4 Gigabyte for 2–4 player; 8 Gigabyte for 5–16 player I do have a Intel® Xeon® W-1290P CPU @ 3.70GHz and game cpu core load is with 6 players around 5% 🙂 Important is RAM and fast cache (SSD or even better NVME) If you like to improve FPS, check this page: https://7daystodiewiki.com/fps-fix-for-7-days-to-die/ Best regards, Uncle09
  9. Hi, I think I solved a lot of problems in the meantime. 7DtD Server is running, reachable und working - even Webinterface on port 8080. Me and a Friend of mine can play 🙂 Thanks for that. But nothing happen on Port 8082 - there should be Alloc's Server Fixes and Allocs webmap ? Is it possible, that I do have to install this too andis not includet in 7DaysToDie docker container ? Or what I am doing wrong? That is also the reason I guess, why I can not bring CSMM work together.
  10. Hi, wait 2 containers from you ?? I installed only CSMM-7DtD. Which one I am missing ? ok. I learned you also offer an 7dtd container 🙂 I used the vinanrra/7dtd-server container I did not found yours because I searchend 7dtd und yours is 7DaysToDie 🙂 just to let you know
  11. o.kI solved the problem by adding a new variable: CSMM_ADMINS: But now another problem: CSMM could not connect to your server. CSMM tried to send a GET request to /api/getstats but failed to get a response. Usually this means you entered a bad IP and/or port. Make sure you enter the web API port of your server that was added by Allocs Fixes. This is NOT the telnet port and also NOT the port used by players to connect. Info is: Finding the port for Allocs web API Finding you web API port can be challenging, especially if you are renting your server. There are 2 easy methods to find the port though Via serverconfig.xml The port is defined as ControlPanelPort +2. Find that value and in your browser go to http://<yourserverip>:<value>. If you see the Allocs webmap, you've found the correct port! It's possible that this method is not accurate if you are renting your server from a game hosting company. The port in your serverconfig.xml is not always correct! Via logs In the output log of your server, find a line like this 2018-09-15T01:27:41 61.339 INF Started Webserver on 8090. There's your port value! Finally, you can use the webtokens you created and the port you've found to add your server to CSMM. If done correctly, CSMM should now have access to your server, and be monitoring for changes and other events. So where is the serverconfig.xml located ? according Catalysm it is part of the 7dtd Server, not CSMM. Or is " web API port of your server that was added by Allocs Fixes" not included ? Thanks
  12. Hi, how do I solve this ? Something went wrong while adding your server! This instance is private and only CSMM system admins can add servers. Thanks for any help
  13. Hi, I do have also some problem to get it to work. CSMM-7DtD as docker installed, duckdns and NGINX working, including steam login. But when I try to add a server to CSMM I get the message: Something went wrong while adding your server! This instance is private and only CSMM system admins can add servers. How do I change this ? Thanks for any help
  14. Hi, danke für die Idee. Leider bekomme ich dann die Fehlermeldung "Execution error the CPU is incompatible with host CPU: host CPU vendor does not match required CPU vendor Amd" Ersetze ich dann wieder partial mit none, läuft die VM zwar an, bricht dann aber beim Boot wieder mit "unable to boot - please use a kernel appropriate for your CPU" ab. Wirklich Schade. Ich hab keine Idee mehr. Unter Proxmox läuft es. Werde mal versuchen Proxmox unter Unraid zum laufen zu bekommen und es dann da zu starten 🙂 Wie gesagt, ich dachte es kann auch die Flags simulieren, so steht es ja eigentlich bei den Parametern. Gruß
  15. Ich bräuchte entweder ARM also Geode GX/LX CPU support oder AMD mit 3dnow FLaG/Support. Gruß
  16. Ach ja zur Info: Soweit bin ich gekommen: mit: "qemu-system-x86_64 -cpu help" im webterminal bekomme ich: Available CPUs: x86 486 (alias configured by machine type) x86 486-v1 x86 Broadwell (alias configured by machine type) x86 Broadwell-IBRS (alias of Broadwell-v3) x86 Broadwell-noTSX (alias of Broadwell-v2) x86 Broadwell-noTSX-IBRS (alias of Broadwell-v4) x86 Broadwell-v1 Intel Core Processor (Broadwell) x86 Broadwell-v2 Intel Core Processor (Broadwell, no TSX) x86 Broadwell-v3 Intel Core Processor (Broadwell, IBRS) x86 Broadwell-v4 Intel Core Processor (Broadwell, no TSX, IBRS) x86 Cascadelake-Server (alias configured by machine type) x86 Cascadelake-Server-noTSX (alias of Cascadelake-Server-v3) x86 Cascadelake-Server-v1 Intel Xeon Processor (Cascadelake) x86 Cascadelake-Server-v2 Intel Xeon Processor (Cascadelake) [ARCH_CAPABILITIES] x86 Cascadelake-Server-v3 Intel Xeon Processor (Cascadelake) [ARCH_CAPABILITIES, no TSX] x86 Cascadelake-Server-v4 Intel Xeon Processor (Cascadelake) [ARCH_CAPABILITIES, no TSX] x86 Cascadelake-Server-v5 Intel Xeon Processor (Cascadelake) [ARCH_CAPABILITIES, EPT switching, XSAVES, no TSX] x86 Conroe (alias configured by machine type) x86 Conroe-v1 Intel Celeron_4x0 (Conroe/Merom Class Core 2) x86 Cooperlake (alias configured by machine type) x86 Cooperlake-v1 Intel Xeon Processor (Cooperlake) x86 Cooperlake-v2 Intel Xeon Processor (Cooperlake) [XSAVES] x86 Denverton (alias configured by machine type) x86 Denverton-v1 Intel Atom Processor (Denverton) x86 Denverton-v2 Intel Atom Processor (Denverton) [no MPX, no MONITOR] x86 Denverton-v3 Intel Atom Processor (Denverton) [XSAVES, no MPX, no MONITOR] x86 Dhyana (alias configured by machine type) x86 Dhyana-v1 Hygon Dhyana Processor x86 Dhyana-v2 Hygon Dhyana Processor [XSAVES] x86 EPYC (alias configured by machine type) x86 EPYC-IBPB (alias of EPYC-v2) x86 EPYC-Milan (alias configured by machine type) x86 EPYC-Milan-v1 AMD EPYC-Milan Processor x86 EPYC-Rome (alias configured by machine type) x86 EPYC-Rome-v1 AMD EPYC-Rome Processor x86 EPYC-Rome-v2 AMD EPYC-Rome Processor x86 EPYC-v1 AMD EPYC Processor x86 EPYC-v2 AMD EPYC Processor (with IBPB) x86 EPYC-v3 AMD EPYC Processor x86 Haswell (alias configured by machine type) x86 Haswell-IBRS (alias of Haswell-v3) x86 Haswell-noTSX (alias of Haswell-v2) x86 Haswell-noTSX-IBRS (alias of Haswell-v4) x86 Haswell-v1 Intel Core Processor (Haswell) x86 Haswell-v2 Intel Core Processor (Haswell, no TSX) x86 Haswell-v3 Intel Core Processor (Haswell, IBRS) x86 Haswell-v4 Intel Core Processor (Haswell, no TSX, IBRS) x86 Icelake-Server (alias configured by machine type) x86 Icelake-Server-noTSX (alias of Icelake-Server-v2) x86 Icelake-Server-v1 Intel Xeon Processor (Icelake) x86 Icelake-Server-v2 Intel Xeon Processor (Icelake) [no TSX] x86 Icelake-Server-v3 Intel Xeon Processor (Icelake) x86 Icelake-Server-v4 Intel Xeon Processor (Icelake) x86 Icelake-Server-v5 Intel Xeon Processor (Icelake) [XSAVES] x86 Icelake-Server-v6 Intel Xeon Processor (Icelake) [5-level EPT] x86 IvyBridge (alias configured by machine type) x86 IvyBridge-IBRS (alias of IvyBridge-v2) x86 IvyBridge-v1 Intel Xeon E3-12xx v2 (Ivy Bridge) x86 IvyBridge-v2 Intel Xeon E3-12xx v2 (Ivy Bridge, IBRS) x86 KnightsMill (alias configured by machine type) x86 KnightsMill-v1 Intel Xeon Phi Processor (Knights Mill) x86 Nehalem (alias configured by machine type) x86 Nehalem-IBRS (alias of Nehalem-v2) x86 Nehalem-v1 Intel Core i7 9xx (Nehalem Class Core i7) x86 Nehalem-v2 Intel Core i7 9xx (Nehalem Core i7, IBRS update) x86 Opteron_G1 (alias configured by machine type) x86 Opteron_G1-v1 AMD Opteron 240 (Gen 1 Class Opteron) x86 Opteron_G2 (alias configured by machine type) x86 Opteron_G2-v1 AMD Opteron 22xx (Gen 2 Class Opteron) x86 Opteron_G3 (alias configured by machine type) x86 Opteron_G3-v1 AMD Opteron 23xx (Gen 3 Class Opteron) x86 Opteron_G4 (alias configured by machine type) x86 Opteron_G4-v1 AMD Opteron 62xx class CPU x86 Opteron_G5 (alias configured by machine type) x86 Opteron_G5-v1 AMD Opteron 63xx class CPU x86 Penryn (alias configured by machine type) x86 Penryn-v1 Intel Core 2 Duo P9xxx (Penryn Class Core 2) x86 SandyBridge (alias configured by machine type) x86 SandyBridge-IBRS (alias of SandyBridge-v2) x86 SandyBridge-v1 Intel Xeon E312xx (Sandy Bridge) x86 SandyBridge-v2 Intel Xeon E312xx (Sandy Bridge, IBRS update) x86 Skylake-Client (alias configured by machine type) x86 Skylake-Client-IBRS (alias of Skylake-Client-v2) x86 Skylake-Client-noTSX-IBRS (alias of Skylake-Client-v3) x86 Skylake-Client-v1 Intel Core Processor (Skylake) x86 Skylake-Client-v2 Intel Core Processor (Skylake, IBRS) x86 Skylake-Client-v3 Intel Core Processor (Skylake, IBRS, no TSX) x86 Skylake-Client-v4 Intel Core Processor (Skylake, IBRS, no TSX) [IBRS, XSAVES, no TSX] x86 Skylake-Server (alias configured by machine type) x86 Skylake-Server-IBRS (alias of Skylake-Server-v2) x86 Skylake-Server-noTSX-IBRS (alias of Skylake-Server-v3) x86 Skylake-Server-v1 Intel Xeon Processor (Skylake) x86 Skylake-Server-v2 Intel Xeon Processor (Skylake, IBRS) x86 Skylake-Server-v3 Intel Xeon Processor (Skylake, IBRS, no TSX) x86 Skylake-Server-v4 Intel Xeon Processor (Skylake, IBRS, no TSX) x86 Skylake-Server-v5 Intel Xeon Processor (Skylake, IBRS, no TSX) [IBRS, XSAVES, EPT switching, no TSX] x86 Snowridge (alias configured by machine type) x86 Snowridge-v1 Intel Atom Processor (SnowRidge) x86 Snowridge-v2 Intel Atom Processor (Snowridge, no MPX) x86 Snowridge-v3 Intel Atom Processor (Snowridge, no MPX) [XSAVES, no MPX] x86 Snowridge-v4 Intel Atom Processor (Snowridge, no MPX) [no split lock detect, no core-capability] x86 Westmere (alias configured by machine type) x86 Westmere-IBRS (alias of Westmere-v2) x86 Westmere-v1 Westmere E56xx/L56xx/X56xx (Nehalem-C) x86 Westmere-v2 Westmere E56xx/L56xx/X56xx (IBRS update) x86 athlon (alias configured by machine type) x86 athlon-v1 QEMU Virtual CPU version 2.5+ x86 core2duo (alias configured by machine type) x86 core2duo-v1 Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz x86 coreduo (alias configured by machine type) x86 coreduo-v1 Genuine Intel(R) CPU T2600 @ 2.16GHz x86 kvm32 (alias configured by machine type) x86 kvm32-v1 Common 32-bit KVM processor x86 kvm64 (alias configured by machine type) x86 kvm64-v1 Common KVM processor x86 n270 (alias configured by machine type) x86 n270-v1 Intel(R) Atom(TM) CPU N270 @ 1.60GHz x86 pentium (alias configured by machine type) x86 pentium-v1 x86 pentium2 (alias configured by machine type) x86 pentium2-v1 x86 pentium3 (alias configured by machine type) x86 pentium3-v1 x86 phenom (alias configured by machine type) x86 phenom-v1 AMD Phenom(tm) 9550 Quad-Core Processor x86 qemu32 (alias configured by machine type) x86 qemu32-v1 QEMU Virtual CPU version 2.5+ x86 qemu64 (alias configured by machine type) x86 qemu64-v1 QEMU Virtual CPU version 2.5+ x86 base base CPU model type with no features enabled x86 host processor with all supported host features x86 max Enables all features supported by the accelerator in the current host Recognized CPUID flags: 3dnow 3dnowext 3dnowprefetch abm ace2 ace2-en acpi adx aes amd-no-ssb amd-ssbd amd-stibp amx-bf16 amx-int8 amx-tile apic arat arch-capabilities arch-lbr avic avx avx-vnni avx2 avx512-4fmaps avx512-4vnniw avx512-bf16 avx512-fp16 avx512-vp2intersect avx512-vpopcntdq avx512bitalg avx512bw avx512cd avx512dq avx512er avx512f avx512ifma avx512pf avx512vbmi avx512vbmi2 avx512vl avx512vnni bmi1 bmi2 bus-lock-detect cid cldemote clflush clflushopt clwb clzero cmov cmp-legacy core-capability cr8legacy cx16 cx8 dca de decodeassists ds ds-cpl dtes64 erms est extapic f16c flushbyasid fma fma4 fpu fsgsbase fsrm full-width-write fxsr fxsr-opt gfni hle ht hypervisor ia64 ibpb ibrs ibrs-all ibs intel-pt intel-pt-lip invpcid invtsc kvm-asyncpf kvm-asyncpf-int kvm-hint-dedicated kvm-mmu kvm-msi-ext-dest-id kvm-nopiodelay kvm-poll-control kvm-pv-eoi kvm-pv-ipi kvm-pv-sched-yield kvm-pv-tlb-flush kvm-pv-unhalt kvm-steal-time kvmclock kvmclock kvmclock-stable-bit la57 lahf-lm lbrv lm lwp mca mce md-clear mds-no misalignsse mmx mmxext monitor movbe movdir64b movdiri mpx msr mtrr nodeid-msr npt nrip-save nx osvw pae pat pause-filter pbe pcid pclmulqdq pcommit pdcm pdpe1gb perfctr-core perfctr-nb pfthreshold pge phe phe-en pks pku pmm pmm-en pn pni popcnt pschange-mc-no pse pse36 rdctl-no rdpid rdrand rdseed rdtscp rsba rtm sep serialize sgx sgx-debug sgx-exinfo sgx-kss sgx-mode64 sgx-provisionkey sgx-tokenkey sgx1 sgx2 sgxlc sha-ni skinit skip-l1dfl-vmentry smap smep smx spec-ctrl split-lock-detect ss ssb-no ssbd sse sse2 sse4.1 sse4.2 sse4a ssse3 stibp svm svm-lock svme-addr-chk syscall taa-no tbm tce tm tm2 topoext tsc tsc-adjust tsc-deadline tsc-scale tsx-ctrl tsx-ldtrk umip v-vmsave-vmload vaes vgif virt-ssbd vmcb-clean vme vmx vmx-activity-hlt vmx-activity-shutdown vmx-activity-wait-sipi vmx-apicv-register vmx-apicv-vid vmx-apicv-x2apic vmx-apicv-xapic vmx-cr3-load-noexit vmx-cr3-store-noexit vmx-cr8-load-exit vmx-cr8-store-exit vmx-desc-exit vmx-encls-exit vmx-entry-ia32e-mode vmx-entry-load-bndcfgs vmx-entry-load-efer vmx-entry-load-pat vmx-entry-load-perf-global-ctrl vmx-entry-load-pkrs vmx-entry-load-rtit-ctl vmx-entry-noload-debugctl vmx-ept vmx-ept-1gb vmx-ept-2mb vmx-ept-advanced-exitinfo vmx-ept-execonly vmx-eptad vmx-eptp-switching vmx-exit-ack-intr vmx-exit-clear-bndcfgs vmx-exit-clear-rtit-ctl vmx-exit-load-efer vmx-exit-load-pat vmx-exit-load-perf-global-ctrl vmx-exit-load-pkrs vmx-exit-nosave-debugctl vmx-exit-save-efer vmx-exit-save-pat vmx-exit-save-preemption-timer vmx-flexpriority vmx-hlt-exit vmx-ins-outs vmx-intr-exit vmx-invept vmx-invept-all-context vmx-invept-single-context vmx-invept-single-context vmx-invept-single-context-noglobals vmx-invlpg-exit vmx-invpcid-exit vmx-invvpid vmx-invvpid-all-context vmx-invvpid-single-addr vmx-io-bitmap vmx-io-exit vmx-monitor-exit vmx-movdr-exit vmx-msr-bitmap vmx-mtf vmx-mwait-exit vmx-nmi-exit vmx-page-walk-4 vmx-page-walk-5 vmx-pause-exit vmx-ple vmx-pml vmx-posted-intr vmx-preemption-timer vmx-rdpmc-exit vmx-rdrand-exit vmx-rdseed-exit vmx-rdtsc-exit vmx-rdtscp-exit vmx-secondary-ctls vmx-shadow-vmcs vmx-store-lma vmx-true-ctls vmx-tsc-offset vmx-tsc-scaling vmx-unrestricted-guest vmx-vintr-pending vmx-vmfunc vmx-vmwrite-vmexit-fields vmx-vnmi vmx-vnmi-pending vmx-vpid vmx-wbinvd-exit vmx-xsaves vmx-zero-len-inject vpclmulqdq waitpkg wbnoinvd wdt x2apic xcrypt xcrypt-en xfd xgetbv1 xop xsave xsavec xsaveerptr xsaveopt xsaves xstore xstore-en xtpr Also kann Qemu auch 3dnow. wie aktiviere ich das FLAG ? So sieht aktuell der CPU Teil der XML aus: <cpu mode='custom' match='exact' check='none'> <model fallback='forbid'>athlon</model> <vendor>Amd</vendor> <topology sockets='1' dies='1' cores='1' threads='1'/> <feature policy='force' name='3dnow'/> <feature policy='force' name='mmxext'/> <feature policy='force' name='3dnowext'/> </cpu> Allerdings funktioniert es damit nicht. Fehlermeldung im LOG: 2022-10-12T14:37:47.004620Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:EDX.mmxext [bit 22] 2022-10-12T14:37:47.004646Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:EDX.3dnowext [bit 30] 2022-10-12T14:37:47.004649Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:EDX.3dnow [bit 31] Ich dachte, Qemu kann die oben gennaten CPUs und Features simulieren ? die Flags stehen ja oben unter : Recognized CPUID flags Meine CPU ist: Intel® Xeon® W-1290P CPU @ 3.70GHz
  17. Hi nochmal, muss leider nochmal nachfragen, da ich nicht wirklich weiterkomme. Geht das eventuell jetzt mit neuen Version 6.11.1 ? ( Updated both qemu and libvirt to latest versions: Added ppc, riscv32/riscv64, and aarch64 support) Freue mich über jede Idee. Gruß
  18. Hi, danke ür die Info. Ich bin leider auch nicht so der Linux Typ - eher Windows Welt. Ein Tabelle mit den Parametern für mögliches 3Dnow gibt es nirgends, oder ? Aber es stimmt schon, ist nicht der Hauptanwendungsfall. Aber wie immer gilt ja, das muss doch irgendwie gehen 🙂 Gruß
  19. Kann man hiermit was unter Unraid anfangen ? model The content of the model element specifies CPU model requested by the guest. The list of available CPU models and their definition can be found in directory cpu_map, installed in libvirt's data directory. If a hypervisor is not able to use the exact CPU model, libvirt automatically falls back to a closest model supported by the hypervisor while maintaining the list of CPU features. Since 0.9.10 , an optional fallback attribute can be used to forbid this behavior, in which case an attempt to start a domain requesting an unsupported CPU model will fail. Supported values for fallback attribute are: allow (this is the default), and forbid. The optional vendor_id attribute ( Since 0.10.0 ) can be used to set the vendor id seen by the guest. It must be exactly 12 characters long. If not set the vendor id of the host is used. Typical possible values are "AuthenticAMD" and "GenuineIntel".
  20. Hi, also ich habe bei mir auch VDI (Windows 2) und ein vdmk am laufen. Wichtig ist es darf kein Leerzeichen in Pfad/Dateinamen sein. Dann geht es. Also jeweils als TYP: vdi und Sourcefile:*.vdi sowie vmdk und Sourcefile *.vdmk gehen beir mir. Ah ja, *.img gehen im Regelfalle ja auch.