What's new

notify_rc start_webs_update

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

roscoe211

Occasional Visitor
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#
 
This usually means someone clicked the check for updates button in the GUI.
Thanks for your response, but can assure you that did not happen. There’s some obscure bug in the firmware, perhaps something is overflowing a buffer and flipping a bit. Here’s a thread from 10 years ago of the same problem: https://www.snbforums.com/threads/asus-rt-ac68u-rebooting-on-its-own.15502/

It’s only happened 2 or 3 times that I am aware of in the last few months. I’ll try a clean install but what a pita to have to reconfigure everything.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top