Problems getting cron to execute commands
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
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
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.
This is driving me nuts and would appreciate any assistance.
How can I automatically run a script (cron :confused: ) every time WL500gp made a PPP
How can I automatically run a script (cron :confused: ) every time WL500gp made a PPPoE connection (auto connection)?
Please help :D