Run these commands on your ZimaOS shell
Make sure virtlogd service and socket are enabled and running
systemctl enable --now virtlogd.socket
systemctl enable --now virtlogd-admin.socket
systemctl enable --now libvirtd.service
Check their status
systemctl status virtlogd.socket virtlogd-admin.socket libvirtd.service --no-pager
Then refresh the VM page or try powering the VM again.
If the sockets still don’t appear (/var/run/libvirt/virtlogd-sock), reboot once after enabling those services:
Look at this post for reference.