Raspberry Pi の rebootはsudoを付けて

Linux
この記事は約1分で読めます。

 

Raspberry Pi 4を再起動しようとしたら以下のメッセージが表示されました。

pi@raspberrypi:~ $ reboot
Failed to set wall message, ignoring: Interactive authentication required.
Failed to reboot system via logind: Interactive authentication required.
Failed to open initctl fifo: 許可がありません
Failed to talk to init daemon.

 

あ、そうか。

rebootはsudoを付けて実行しないといけませんでした。

ということで、

pi@raspberrypi:~ $ sudo reboot

で解決です。

 

 

コメント

タイトルとURLをコピーしました