Search results

  1. F

    Windows VMs stop on RDP or local console

    Here's what happens, when it run's in foreground and crashes: kvm: /home/builder/source/qemu.tmp/exec.c:1252: cpu_physical_memory_snapshot_get_dirty: Assertion `start + length <= snap->end' failed. start101inforeground.sh: line 43: 25985 Aborted /usr/bin/kvm -id 101 -name...
  2. F

    Windows VMs stop on RDP or local console

    Her's the output: root@remote:~# qm showcmd 101 --pretty /usr/bin/kvm \ -id 101 \ -name ts-zstahl-01 \ -chardev 'socket,id=qmp,path=/var/run/qemu-server/101.qmp,server,nowait' \ -mon 'chardev=qmp,mode=control' \ -chardev 'socket,id=qmp-event,path=/var/run/qmeventd.sock,reconnect=5' \...
  3. F

    Windows VMs stop on RDP or local console

    Good Evening dcspark! Have you or anyone else who reads that any clue on this issue? What more Information could I provide to resolve that mystery? Thank you for any help! regards, Felix
  4. F

    Windows VMs stop on RDP or local console

    This is all I've got from when my new Test VM went down...: root@pmx2:~# grep qmeventd /var/log/syslog Mar 1 09:14:18 pmx2 qmeventd[1119]: Starting cleanup for 103 Mar 1 09:14:18 pmx2 qmeventd[1119]: Cannot find device "tap103i0" Mar 1 09:14:18 pmx2 qmeventd[1119]: can't unenslave 'tap103i0...
  5. F

    Windows VMs stop on RDP or local console

    Yes, I did. Eventlog/System only brings Errors "Kernel-Power" which states, that the Computer has been previously shut down unexpectedly. And Yes, it is reproducible. Every time it happens, it happens when you either log in via RDP or the WebUI console. What I don't understand is, why aren't...
  6. F

    Windows VMs stop on RDP or local console

    Hello Everybody, I have some serious problems regarding some Windows VMs (Server 2016 and 2012r2), which are stopping without any reason or trace to any log (either /var/log/syslog or (after vm reboot within Windows Eventviewer)). The Server 2016 is running as MS AD DC, the 2012R2 Server is...