Random Crashes from Windows Server 2016 VM https://www.softaculous.com/board/index.php?tid=15597 <![CDATA[Random Crashes from Windows Server 2016 VM]]> https://www.softaculous.com/board/index.php?tid=15597&tpg=1#p47052
This was related to an expired evaluation licence on the template. I resolved the issue by upgrading to Server Standard. From an elevated command prompt:

PHP Code

 Dism /online /Set-Edition:ServerStandard /AcceptEula /ProductKey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx 



Then reboot and the issue will disappear.]]>
Thu, 22 Aug 2019 00:07:29 GMT https://www.softaculous.com/board/index.php?tid=15597&tpg=1#p47052
<![CDATA[Random Crashes from Windows Server 2016 VM]]> https://www.softaculous.com/board/index.php?tid=15597&tpg=1#p47037 https://www.xgeeksquad.com/geek-squad-helpline/Geek Squad Helpline Number +1(888)383-7303. This might help you to get rid of the issue in least possible duration.]]> Wed, 21 Aug 2019 07:35:11 GMT https://www.softaculous.com/board/index.php?tid=15597&tpg=1#p47037 <![CDATA[Random Crashes from Windows Server 2016 VM]]> https://www.softaculous.com/board/index.php?tid=15597&tpg=1#p47036
]]>
Wed, 21 Aug 2019 06:50:42 GMT https://www.softaculous.com/board/index.php?tid=15597&tpg=1#p47036
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=15597&tpg=0#p47033
The guest is indicating these are unexpected shutdowns, so the shutdown command is not being issued by the guest. The following appears in logs at the time of a shutdown

/var/log/libvirt/qemu/v1033.log
PHP Code

 2019-08-21T14:52:40.042210Z qemu-kvmterminating on signal 15 from pid 8323 (/usr/sbin/libvirtd)
2019-08-21 14:52:40.331+0000shutting downreason=shutdown 



/var/log/messages
PHP Code

 Aug 21 14:52:01 kvm-kil-m-013 systemdStarted Session 1695 of user root.
Aug 21 14:52:05 kvm-kil-m-013 libvirtd2019-08-21 04:52:05.006+00008323error virNetSocketReadWire:1806 End of file while reading dataInput/output error
Aug 21 14
:52:19 kvm-kil-m-013 libvirtd2019-08-21 04:52:19.012+00008323error virNetSocketReadWire:1806 End of file while reading dataInput/output error
Aug 21 14
:52:32 kvm-kil-m-013 libvirtd2019-08-21 04:52:32.782+00008323error virNetSocketReadWire:1806 End of file while reading dataInput/output error
Aug 21 14
:52:40 kvm-kil-m-013 kernelviifbr0port 2(viifv1033entered disabled state
Aug 21 14
:52:40 kvm-kil-m-013 kerneldevice viifv1033 left promiscuous mode
Aug 21 14
:52:40 kvm-kil-m-013 kernelviifbr0port 2(viifv1033entered disabled state
Aug 21 14
:52:40 kvm-kil-m-013 NetworkManager[7355]: <info>  [1566363160.0703device (viifv1033): state changedisconnected -> unmanaged (reason 'unmanaged'sys-iface-state'removed')
Aug 21 14:52:40 kvm-kil-m-013 NetworkManager[7355]: <info>  [1566363160.0704device (viifv1033): released from master device viifbr0
Aug 21 14
:52:40 kvm-kil-m-013 kernelviifbr1port 2(vinfv1033entered disabled state
Aug 21 14
:52:40 kvm-kil-m-013 kerneldevice vinfv1033 left promiscuous mode
Aug 21 14
:52:40 kvm-kil-m-013 kernelviifbr1port 2(vinfv1033entered disabled state
Aug 21 14
:52:40 kvm-kil-m-013 NetworkManager[7355]: <info>  [1566363160.1139device (vinfv1033): state changedisconnected -> unmanaged (reason 'unmanaged'sys-iface-state'removed')
Aug 21 14:52:40 kvm-kil-m-013 NetworkManager[7355]: <info>  [1566363160.1139device (vinfv1033): released from master device viifbr1
Aug 21 14
:52:40 kvm-kil-m-013 libvirtd2019-08-21 04:52:40.130+00008323error qemuMonitorIO:718 internal errorEnd of file from qemu monitor
Aug 21 14
:52:40 kvm-kil-m-013 kvm1 guest now active
Aug 21 14
:52:40 kvm-kil-m-013 systemd-machinedMachine qemu-12-v1033 terminated



Nothing is appearing in the admin panel logs for this VM at all, I am just coming back to find it powered off.

Are there any further logs for libvirt I have missed that may hold more insight?
Anyone else had similar issues?]]>
Wed, 21 Aug 2019 05:47:41 GMT https://www.softaculous.com/board/index.php?tid=15597&tpg=0#p47033