Why my linode server (Ubuntu) automatically shutdown itself?
I want my server run all time but sometime it automatically shutdown then "Lassie" activate do reboot my server.
Is it have someway or any answer why it shudown itself?
1 Reply
bbigger
Linode Staff
You can absolutely investigate the cause of the unexpected shutdown by analyzing system logs to see if there are any related error messages, such as OOM'ing. The general system log file, located at /var/log/syslog
, would be the first place to check. If you have systemd, you could also use sudo journalctl
to review your system logs.
From there, you could investigate a particular application's error logs if you believe they're the problem, or proceed with other troubleshooting measures.
Feel free to post portions of your system log for help with analyzing them.