Router: RT-AX88U Pro
Firmware: 3004.388.8_2
Since the last few firmware versions (can't remember exactly, maybe 3-5 versions ago). I'm getting intermitted disconnects and seeing this in the log:
Aug 25 22:14:00 router rc_service: httpds 2351:notify_rc start_webs_update
Aug 25 22:14:00 router custom_script: Running /jffs/scripts/service-event (args: start webs_update)
No apparent cause, nothing else in the logs around that time. But when i do notice it occur during periods of heavy traffic, not often but it's happened a few times recently. IDK what could be causing it to start an update, I have the setting to auto-check for updates disabled.
I have just a few scripts running. Here are my cron jobs:
The following cron jobs are active (cru l):
_____________________________________________
.---------------- minute (0 - 59)
| .------------- hour (0 - 23)
| | .---------- day of month (1 - 31)
| | | .------- month (1 - 12) OR Jan,Feb,mar ...
| | | | .---- day of week (0 - 6) Sunday = 0 or 7, OR Sun,mon,Tue ...
| | | | |
* * * * * command to be executed #job_name# ( * = every ... )
12 4 * * * curl -o \/opt\/var\/lib\/unbound\/root\.hints https://www.internic.net/domain/named.cache #root_servers#
*/10 * * * * /jffs/scripts/YazFi check #YazFi#
5 0 * * * /opt/sbin/logrotate /opt/etc/logrotate.conf >> /opt/tmp/logrotate.daily 2>&1 #logrotate#
*/10 * * * * /jffs/scripts/ntpmerlin generate #ntpMerlin#
1 0 * * * /opt/bin/find /opt/var/lib/unbound/unbound.log -size +10M -exec rm -f {} \; #unboundLOG#
59 * * * * /jffs/addons/unbound/unbound_stats.sh generate #Unbound_Stats.sh#
57 * * * * /jffs/addons/unbound/unbound_log.sh #Unbound_Log.sh#
25 7 * * * sh /jffs/scripts/firewall banmalware #Skynet_banmalware#
19 1 * * Mon sh /jffs/scripts/firewall update #Skynet_autoupdate#
0 * * * * sh /jffs/scripts/firewall save #Skynet_save#
00 3 * * Fri /bin/sh /opt/share/diversion/file/update-bl.div reset #Diversion_UpdateBL#
20 5 * * * /bin/sh /opt/share/diversion/file/rotate-logs.div #Diversion_RotateLogs#
20 17 * * * diversion count_ads count #Diversion_CountAds#
45 */12 * * * sh /jffs/scripts/firewall debug genstats #Skynet_genstats#
Firmware: 3004.388.8_2
Since the last few firmware versions (can't remember exactly, maybe 3-5 versions ago). I'm getting intermitted disconnects and seeing this in the log:
Aug 25 22:14:00 router rc_service: httpds 2351:notify_rc start_webs_update
Aug 25 22:14:00 router custom_script: Running /jffs/scripts/service-event (args: start webs_update)
No apparent cause, nothing else in the logs around that time. But when i do notice it occur during periods of heavy traffic, not often but it's happened a few times recently. IDK what could be causing it to start an update, I have the setting to auto-check for updates disabled.
I have just a few scripts running. Here are my cron jobs:
The following cron jobs are active (cru l):
_____________________________________________
.---------------- minute (0 - 59)
| .------------- hour (0 - 23)
| | .---------- day of month (1 - 31)
| | | .------- month (1 - 12) OR Jan,Feb,mar ...
| | | | .---- day of week (0 - 6) Sunday = 0 or 7, OR Sun,mon,Tue ...
| | | | |
* * * * * command to be executed #job_name# ( * = every ... )
12 4 * * * curl -o \/opt\/var\/lib\/unbound\/root\.hints https://www.internic.net/domain/named.cache #root_servers#
*/10 * * * * /jffs/scripts/YazFi check #YazFi#
5 0 * * * /opt/sbin/logrotate /opt/etc/logrotate.conf >> /opt/tmp/logrotate.daily 2>&1 #logrotate#
*/10 * * * * /jffs/scripts/ntpmerlin generate #ntpMerlin#
1 0 * * * /opt/bin/find /opt/var/lib/unbound/unbound.log -size +10M -exec rm -f {} \; #unboundLOG#
59 * * * * /jffs/addons/unbound/unbound_stats.sh generate #Unbound_Stats.sh#
57 * * * * /jffs/addons/unbound/unbound_log.sh #Unbound_Log.sh#
25 7 * * * sh /jffs/scripts/firewall banmalware #Skynet_banmalware#
19 1 * * Mon sh /jffs/scripts/firewall update #Skynet_autoupdate#
0 * * * * sh /jffs/scripts/firewall save #Skynet_save#
00 3 * * Fri /bin/sh /opt/share/diversion/file/update-bl.div reset #Diversion_UpdateBL#
20 5 * * * /bin/sh /opt/share/diversion/file/rotate-logs.div #Diversion_RotateLogs#
20 17 * * * diversion count_ads count #Diversion_CountAds#
45 */12 * * * sh /jffs/scripts/firewall debug genstats #Skynet_genstats#