저는 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
이 문제의 원인은 무엇입니까? 진단하기가 어려운 것 같아요. 감사해요