私はDebianを実行しているBeagleBoneを使用しています。 /etc/crontab には、次のようにデバイスが毎晩 03:01 に再起動するように指示する cron エントリがあります。
00 03 * * * root /sbin/shutdown -r +1 >> /home/my.log 2>&1
これは数ヶ月間非常にうまく機能しました。期待どおりにデバイスがシャットダウンし、03:01に再起動しました。
しかし、今デバイスは03:01に終了しますが、数時間後に再起動します。今日の場合は03:01に終了しましたが、実際には12:35:28(9.5時間以上後)まで再起動されませんでした。
コマンドで最後の再起動、応答は次のとおりです。
reboot system boot 4.14.71-ti-r80 Sat Aug 17 12:35 still running
reboot system boot 4.14.71-ti-r80 Fri Aug 16 08:58 - 03:01 (18:02)
reboot system boot 4.14.71-ti-r80 Thu Aug 15 07:29 - 03:01 (19:31)
reboot system boot 4.14.71-ti-r80 Wed Aug 14 04:41 - 03:01 (22:19)
reboot system boot 4.14.71-ti-r80 Tue Aug 13 08:27 - 03:01 (18:33)
reboot system boot 4.14.71-ti-r80 Mon Aug 12 09:37 - 03:01 (17:23)
私が確認したときlogctl -b、応答は次のとおりです。
Aug 17 12:35:28 beaglebone kernel: Booting Linux on physical CPU 0x0
Aug 17 12:35:28 beaglebone kernel: Linux version 4.14.71-ti-r80 (root@b2-
am57xx-beagle-x15-2gb) (gcc version 6.3.0 20170516 (Debian 6.3.
Aug 17 12:35:28 beaglebone kernel: CPU: ARMv7 Processor [413fc082] revision
2 (ARMv7), cr=10c5387d
Aug 17 12:35:28 beaglebone kernel: CPU: PIPT / VIPT nonaliasing data cache,
VIPT aliasing instruction cache
Aug 17 12:35:28 beaglebone kernel: OF: fdt: Machine model: TI AM335x
BeagleBone Black
この問題の原因は何ですか?診断するのが難しいと思います。ありがとう