GNU/Linux >> Linux の 問題 >  >> Linux

再起動/シャットダウンの原因/原因を特定する方法は?

sudo journalctl -b -1 -e で前回の起動のシステム ログを調べます。 .

/var/log/auth.log を調べる .

「電源の中断/スパイク」、「CPU の過熱」などではありませんか? ...

私のシステム (Ubuntu 16.04,6) では、

sudo journalctl | grep shutdown
Jan 29 12:58:07 bat sudo[14365]: walt : TTY=pts/0 ; PWD=/home/walt ; USER=root ; COMMAND=/sbin/shutdown now
Feb 12 11:23:59 bat systemd[1]: Stopped Ubuntu core (all-snaps) system shutdown helper setup service.
Feb 19 09:35:18 bat ureadahead[437]: ureadahead:lxqt-session_system-shutdown.png: Ignored relative path
Feb 19 09:35:18 bat ureadahead[437]: ureadahead:gshutdown_gshutdown.png: Ignored relative path
Feb 19 09:35:18 bat ureadahead[437]: ureadahead:mate-gnome-main-menu-applet_system-shutdown.png: Ignored relative path
Feb 27 16:45:40 bat systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Mar 05 17:53:27 bat systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Mar 15 09:57:45 bat systemd[1]: Stopped Ubuntu core (all-snaps) system shutdown helper setup service.
Mar 21 17:40:30 bat systemd[1]: Stopped Ubuntu core (all-snaps) system shutdown helper setup service.
Apr 15 18:16:37 bat systemd[1]: Stopped Ubuntu core (all-snaps) system shutdown helper setup service.
...

最初の行は、ユーザー walt の場合を示しています sudo shutdown now をしました .


Linux
  1. 例を使用して Linux のシャットダウンおよび再起動コマンドを使用する方法

  2. 特定のユーザーがどのグループを持っているかを調べる方法は?

  3. Linux システムが Wayland または X11 を使用しているかどうかを調べるにはどうすればよいですか?

  1. 特定のセクターにあるファイルを見つける方法

  2. 誰がLINUXサーバーを再起動したかを調べる方法

  3. システムに搭載されているハードディスクを確認するにはどうすればよいですか?

  1. 実行しているLinuxバージョンは何ですか?調べる方法は次のとおりです

  2. システムにログオンしているユーザーとそのユーザーが行っていることを確認する方法

  3. 実行中の Linux のバージョンを確認するにはどうすればよいですか?