Windows VM shutting down reason=crashed

Hello, i have a few Windows Server VM's running and one of them is randomly shutting itself down. In the log file i have the following line: 2024-02-26 06:53:13.286+0000: shutting down, reason=crashed What would be a good approach to figure out what the reason is? libvirt version 9.8.0 Gentoo linux with kernel 6.6.13 Thanks for some hints Juergen

On 2/26/24 08:40, Jürgen Echter via Users wrote:
Hello,
i have a few Windows Server VM's running and one of them is randomly shutting itself down. In the log file i have the following line:
2024-02-26 06:53:13.286+0000: shutting down, reason=crashed
What would be a good approach to figure out what the reason is?
I think the best would be to enable debugging [1] and then inspect logs. There might already be more info though, in /var/log/libvirt/qemu/$VM.log. reason=crashed usually means that the guest panicked, i.e. the problem lies somewhere in QEMU. 1: Here is full info https://libvirt.org/kbase/debuglogs.html But what I have set in /etc/libvirt/libvirtd.conf (assuming this is qemu:///system URI): log_filters="1:qemu 1:libvirt 4:object 4:json 4:event 1:util" log_level = 1 log_outputs="1:file:/var/log/libvirtd.log" If this is qemu:///session then you need to put it in ~/.config/libvirt/libvirtd.conf. Michal
participants (2)
-
Jürgen Echter
-
Michal Prívozník