Run this in the terminal:adrim@RT-AX86U_Pro-0D20:/tmp/home/root# cru l
*/2 * * * * /etc/openvpn/server1/vpn-watchdog1.sh #CheckVPNServer1#
*/2 * * * * /etc/openvpn/server2/vpn-watchdog2.sh #CheckVPNServer2#
5 0 * * * /opt/sbin/logrotate /opt/etc/logrotate.conf >> /opt/tmp/logrotate.daily 2>&1 #logrotate#
25 1 * * * 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#
40 */12 * * * sh /jffs/scripts/firewall debug genstats #Skynet_genstats#
00 2 * * Thu /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#
adrim@RT-AX86U_Pro-0D20:/tmp/home/root#
grep log /etc/dnsmasq.conf
grep log /etc/dnsmasq.conf
0 1-23 * * * /jffs/scripts/uiDivStats generate #uiDivStats_generate#
1 0 * * * /jffs/scripts/uiDivStats trimdb #uiDivStats_trim#
* * * * * /jffs/scripts/uiDivStats querylog #uiDivStats_querylog#
4-59/5 * * * * /jffs/scripts/uiDivStats flushtodb #uiDivStats_flushtodb#
find / -size +10000 -exec ls -al {} \; | sort -k 5,5 -n | tail -15
du -k / | sort -k 1,1 -n | tail -15
These are the four uidivstats cron jobs I see, and would expect you to see as well:
The trim one is important as it keeps dnsmasq.db down to a reasonable size.Code:0 1-23 * * * /jffs/scripts/uiDivStats generate #uiDivStats_generate# 1 0 * * * /jffs/scripts/uiDivStats trimdb #uiDivStats_trim# * * * * * /jffs/scripts/uiDivStats querylog #uiDivStats_querylog# 4-59/5 * * * * /jffs/scripts/uiDivStats flushtodb #uiDivStats_flushtodb#
Why they're not all showing is a mystery right now. I wonder if they'd all show up after a reboot(?).
Keep an eye on. If you notice strange things again check for these four jobs.correct, I see 4:
0 1-23 * * * /jffs/scripts/uiDivStats generate #uiDivStats_generate#
1 0 * * * /jffs/scripts/uiDivStats trimdb #uiDivStats_trim#
* * * * * /jffs/scripts/uiDivStats querylog #uiDivStats_querylog#
4-59/5 * * * * /jffs/scripts/uiDivStats flushtodb #uiDivStats_flushtodb#
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!