This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

automatic reboot from ASL V5 at 06AM every day

Hi,

my ASL V5 doesn't work stably.
- the DynDns-Interface sometimes doesn't update the IP
- after 24 hours, I can't check mails per POP or send per SMTP. (Can't reach server... :-(((  )
and so on.

After a manuell reboot, the system works again.

Now, I want to reboot the ASL 5 temorary with crontab.
Is this possible? If yes, how I can config it?

Regards
Markus  


This thread was automatically locked due to age.
Parents
  • Helllo Markus,

     | Now, I want to reboot the ASL 5 temorary with crontab.
     | Is this possible? If yes, how I can config it?

    I 'only' have an ASL v.4 - but you can try this:

    edit  /etc/crontab  and insert
    0 6 * * *  /sbin/reboot

    That should do the trick ..

    Regards,
    Tom  
Reply
  • Helllo Markus,

     | Now, I want to reboot the ASL 5 temorary with crontab.
     | Is this possible? If yes, how I can config it?

    I 'only' have an ASL v.4 - but you can try this:

    edit  /etc/crontab  and insert
    0 6 * * *  /sbin/reboot

    That should do the trick ..

    Regards,
    Tom  
Children