NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
pstoric83
Aug 04, 2017Guide
How to disable auto-update
I prefer to update manually, is there a way to turn that feature off?
wildhorse
Mar 14, 2018Star
Primary is /tmp/etc/crontabs, /var/spool/cron/crontabs is symlink to this directory.
crond is started as:
crond -c /tmp/etc/crontabs -T GMT-0
So
crontab -c /tmp/etc/crontabs -d root
could help
Boomer_1
Mar 14, 2018Apprentice
Thanks. Yes I saw that. The cron is running against the tmp/cro fn file. I was looking into just commenting out the line with the firmware in it and leaviing the one that emails the logs. That seems to work. However it still gets rebuilt on reboot. It does not get rebuilt from either /var/spool/cron/crontabs/root or /rom/var/spool/cron/crontabs/root. It all gets corrected on a reboot. It looks like they are doing this in the /etc/init.d/boot file. They probably have a hidden slice that it is rebuilt from on reboot or embed it in a command. It could be a simple one line command embedded in an executable to put it in. I am going to look a bit further. Worse case I might just try blocking the internet connection for a few minutes and see if it retrys.