I've just recently gotten a WL-500gP V2 and have flashed the newest oleg on it. I'm currently trying to get cron to execute commands. I have cron running in the ps -A list but it will not execute simple commands.
my current crontab file is
For some reason this does not work. My router user is the default admin. I even tried creating a cron.allow file in cron.d that has admin in it.Code:SHELL=/bin/sh PATH=/sbin:/bin:/usr/sbin:/usr/bin:/opt/sbin:/opt/bin HOME=/ LOGNAME=admin 1 * * * * date > /tmp/mnt/disc0_3/test.txt */1 * * * * /opt/bin/touch /tmp/mnt/disc0_3/test2.txt
This is driving me nuts and would appreciate any assistance.




Reply With Quote
