linux cron if your linux install is running a crontab, then you can use a cron job to keep updated we can see this with ps -ef | grep cr[o]n if this returns nothing - then go and read up how to install cron for your distribution of linux. also confirm that you have curl installed, test this by attempting to run curl

Jun 27, 2010 · DD-WRT is shipped with cron support but again we'll use our own cron daemon as it's easier for future update and will save some flash wearing. Disable DD-WRT's Cron From the web interface, Administration->Management, find "Cron" and disable it, then click "Apply Settings" Cron Job Instruction: Locations . Cron job instructions can be stored in at least three locations on DD-WRT: Put your crontab-formatted instructions in the Web Interface cron box on the Administration->Management screen. This is the easiest method. The only way I can keep the GUI up using any of the builds in the last few months is to add an additional cron job on the Aministrator tab. Version: DD-WRT v3.0 2) Reboot dd-wrt During this time dd-wrt and all its processes including cron run perfectly for as long as you want. 3) Power on the ISP's modem After a few minutes the modem will get an internet connection and share it by DHCP with dd-wrt. Result) All cron jobs, which may have been running for hours, will never run again. linux cron if your linux install is running a crontab, then you can use a cron job to keep updated we can see this with ps -ef | grep cr[o]n if this returns nothing - then go and read up how to install cron for your distribution of linux. also confirm that you have curl installed, test this by attempting to run curl Confirmed same bahavior. Tried also DD-WRT v3.0-r34886 std (02/10/18). Time and date cant be synced .Tried with different server names as also with ip . Even after setting manually from CL the date goes back to 1 1 1970 after reboot.

Cron job instructions can be stored in at least three locations on DD-WRT: Put your crontab-formatted instructions in the Web Interface cron box on the Administration->Management screen. This is the easiest method. Using stopservice cron && startservice cron in the console will store those commands in /tmp/cron.d/cron_jobs.

DD-WRT cron.info cron[2106]: (crontabs) ORPHAN (no passwd entry) A bit of Googling suggests this might be due to a mis configured user account for the CRON process, however I haven't found any clear instructions on how to fix the issue. I was hoping that anything added to the Additional Cron Jobs field on the DD-WRT Management page would 'just

Apr 24, 2018 · The script will, every time your DD-WRT router boots, create a shell script that reboots your router. It modifies that script's permissions to make it executable. Then it creates a cron job to run that script at 3AM every day. If 3AM every day isn't right for you, adjust the 0 3 * * * portion to suit your needs.

DD-WRT cron.info cron[2106]: (crontabs) ORPHAN (no passwd entry) A bit of Googling suggests this might be due to a mis configured user account for the CRON process, however I haven't found any clear instructions on how to fix the issue. I was hoping that anything added to the Additional Cron Jobs field on the DD-WRT Management page would 'just First time using an Additional Cron Job in kong dd-wrt. Entered a Custom Script in Administration Commands. Then in Administration Management, cron is enabled and added this: * * * * * root /tmp/custom.sh. Saved and Apply Settings. I see the file /tmp/custom.sh and it is correct: Code: Give it a .startup extension, make it executable, then DD-WRT will run it after every boot and use no additional nvram space. [ edit ] Clear ttraff (WAN bandwidth graph) nvram data The ttraff daemon can fill up a couple hundred bytes of nvram space every month. Setting up cron job for DD-WRT routers. If you currently have a DD-WRT router and you have a dynamic IP address that changes frequently, you can set up your DD-WRT router to update your IP address automatically. This cron job will update your IP automatically based on a set interval via wget. First, you would have to find your UUID address as per our link in the instructions below: Cron Job in DD-WRT Under the "Additional Cron Jobs" area in the Cron section I am trying to get a entry into my iptables then delete it about 3 hours later. But it is not working.