hello. for the past ~3 weeks, my wrt1900ac-v1 has been crashing intermittently, it is functioning as a backupa ccess poijt (radios turned off in ususal operation) and a an iperf3 server for various networrk tests.
since 24.10, and back on snapshot since release of 24.10, this issue occurs. consistently, and wheterr or not it crashes, these entries recur in the log:
Thu Feb 13 11:19:00 2025 cron.err crond[1989]: file root:
Thu Feb 13 11:19:00 2025 cron.err crond[1989]: line /sbin/fan_ctrl.sh
Thu Feb 13 11:20:00 2025 cron.err crond[1989]: wakeup dt=60
Thu Feb 13 11:20:00 2025 cron.err crond[1989]: file root:
Thu Feb 13 11:20:00 2025 cron.err crond[1989]: line /sbin/fan_ctrl.sh
Thu Feb 13 11:20:00 2025 cron.err crond[1989]: job: 0 /sbin/fan_ctrl.sh
Thu Feb 13 11:20:00 2025 cron.err crond[4473]: child running /bin/ash
Thu Feb 13 11:20:00 2025 cron.err crond[1989]: USER root pid 4473 cmd /sbin/fan_ctrl.sh
Thu Feb 13 11:20:10 2025 cron.err crond[1989]: wakeup dt=10
Thu Feb 13 11:21:00 2025 cron.err crond[1989]: wakeup dt=50
Thu Feb 13 11:21:00 2025 cron.err crond[1989]: file root:
Thu Feb 13 11:21:00 2025 cron.err crond[1989]: line /sbin/fan_ctrl.sh
Thu Feb 13 11:22:00 2025 cron.err crond[1989]: wakeup dt=60
iperf3 is running in daemon mode. i can pretty reliably now crash it just by running a test over the lan; then it is no longer running, but the daemon can be re-launched. i cannot find a log entry for its crash.
yes, it's in the background. i have this in my local startup:
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
/usr/bin/iperf3 -s -D
exit 0
I was actually referring to the script.
if you can force a crash by putting some load onto the device, makes me think it isn't doing what it's supposed to...
update - after reset to default setting on snapshot r28800, the problem still occurs : if fan_ctrl fires during an iperf test, then iperf crashes.
@anomeome -
resetting to default now enters the crontab fan_ctrl script.
even if i take out the crontabs script, the fan_ctrl.sh is getting triggered. i can't seem to disable it. this is a new finding. i never saw the errors in logs before.