Ubuntu crontab not working?

There is 1 reply in this Thread which was already clicked 2,218 times. The last Post () by heinz96.

  • I have installed oscam on my cccam server and edited the crontab accordingly to restart when ccccam does every night a t 4am but now it's not working at all??


    Heres what my crontab file looks like.


  • I have set an own file:


    create a new file:

    Code
    sudo nano /var/cron.d/oscam


    fill in the file (checks every minute)

    Code
    */1 * * * *     root   /home/maus/workspace/mausvdr/oscam/oscamcheck.sh


    in your case:

    Code
    */1 * * * *     root   /var/script/OscamCheck.sh


    make it executable

    Code
    sudo chmod a+x /var/cron.d/oscam


    restart anachron:

    Code
    sudo /etc/init.d/anachron restart

    Please use the "Thanks" Button if I helped you!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!