How can I check why instance reboot irregularity

Hi, I found out that my instance reboot irregularity.
image
I check log using journalctl command then found that instance Received SIGRTMIN+3 and rebbot



Where can I check any log to find this bug? I have try exec journalctl -u snap.lxd.daemon | grep shpc-2485-instance-6qYGQ5AU, but I can not find any useful log.

Can you try enabling the debug log and seeing if LXD logs anything around the time of the next restart:

sudo snap set lxd daemon.debug=true; sudo systemctl reload snap.lxd.daemon

Then look in /var/snap/lxd/common/lxd/logs/lxd.log

ok, I will try it. thank you!

1 Like