| rfka01  
 
 
 
 
 Group: Members
 Posts: 7
 Joined: Nov. 2007
 | 
|  | Posted: Dec. 01 2007,09:45 |  |  Hello everybody,
 I'm using DSL 4.1RC3. I have enabled cron with the boot parameter, and the test line is executed as can be seen in /tmp/crontest.
 
 When I add lines to /opt/crontab or /etc/crontab, they are being ignored.
 
 I want something like this to automatically start/stop wireless lan every hour and shutdown the machine in the night
 
 0  *  * * * /home/dsl/net-on.sh
 10 *  * * * /home/dsl/net-off.sh
 30 23 * * * shutdown now
 
 The shell scripts can be executed manually, but nothing happens when I enter the lines into the crontab file.
 
 What am I missing?
 
 Thanks, Robert
 |