if the VM crashes (bug, faulty memory, ..) or is killed by the host kernel (e.g., because of running out of memory) that should be visible in the host logs - please take a look at the timespan surrounding the unexpected shutdown. if the VM shuts down from inside the VM, it is expected that the VM is stopped and the cause needs to be searched for inside the guest.
Hi Fabian,
i just saw the journalctl -e i saw the following error which is in Red.
May 30 14:27:46 proxmox QEMU[1049503]: KVM: entry failed, hardware error 0x80000021
May 30 14:27:46 proxmox QEMU[1049503]: If you're running a guest on an Intel machine without unrestricted mode
May 30 14:27:46 proxmox QEMU[1049503]: support, the failure can be most likely due to the guest entering an invalid
May 30 14:27:46 proxmox QEMU[1049503]: state for Intel VT. For example, the guest maybe running in big real mode
May 30 14:27:46 proxmox QEMU[1049503]: which is not supported on less recent Intel processors.
May 30 14:27:46 proxmox kernel: set kvm_intel.dump_invalid_vmcs=1 to dump internal KVM state.
May 30 14:27:46 proxmox QEMU[1049503]: EAX=002d0b18 EBX=d139f180 ECX=00000001 EDX=00000000
May 30 14:27:46 proxmox QEMU[1049503]: ESI=8d49c040 EDI=8f885080 EBP=fff17a40 ESP=fff17840
May 30 14:27:46 proxmox QEMU[1049503]: EIP=00008000 EFL=00000002 [-------] CPL=0 II=0 A20=1 SMM=1 HLT=0
May 30 14:27:46 proxmox QEMU[1049503]: ES =0000 00000000 ffffffff 00809300
May 30 14:27:46 proxmox QEMU[1049503]: CS =ba00 7ffba000 ffffffff 00809300
May 30 14:27:46 proxmox QEMU[1049503]: SS =0000 00000000 ffffffff 00809300
May 30 14:27:46 proxmox QEMU[1049503]: DS =0000 00000000 ffffffff 00809300
May 30 14:27:46 proxmox QEMU[1049503]: FS =0000 00000000 ffffffff 00809300
May 30 14:27:46 proxmox QEMU[1049503]: GS =0000 00000000 ffffffff 00809300
May 30 14:27:46 proxmox QEMU[1049503]: LDT=0000 00000000 000fffff 00000000
May 30 14:27:46 proxmox QEMU[1049503]: TR =0040 d13ae000 00000067 00008b00
May 30 14:27:46 proxmox QEMU[1049503]: GDT= d13affb0 00000057
May 30 14:27:46 proxmox QEMU[1049503]: IDT= 00000000 00000000
May 30 14:27:46 proxmox QEMU[1049503]: CR0=00050032 CR2=00000030 CR3=7dd21000 CR4=00000000
May 30 14:27:46 proxmox QEMU[1049503]: DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000
May 30 14:27:46 proxmox QEMU[1049503]: DR6=00000000ffff0ff0 DR7=0000000000000400
May 30 14:27:46 proxmox QEMU[1049503]: EFER=0000000000000000
May 30 14:27:46 proxmox QEMU[1049503]: Code=kvm: ../hw/core/cpu-sysemu.c:77: cpu_asidx_from_attrs: Assertion `ret < cpu->num_ases && ret>
can you maye tell me what the problem can be ?
Regards