disable reboot at 7am every morning on ubuntu oscam server

There are 5 replies in this Thread which was already clicked 500 times. The last Post () by busman.

  • It could be in /etc/crontab
    will look something like this:

    Quote

    0 07 * * * root /sbin/reboot


    Just comment it out (put a # in front of it to deactivate it or change/delete it)

  • thanks guys i hashed out oscam kill


    17 * * * * root cd / && run-parts --report /etc/cron.hourly
    25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
    47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
    52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
    #
    59 23 * * * root /var/script/oscam-backup.sh
    57 06 * * * root killall cccam_2.1.3
    #57 06 * * * root killall oscam
    57 06 * * * root /var/script/configupdate.sh >> /var/cccamlog/configupdate.log
    57 06 * * * root /var/script/keyupdater.sh
    58 06 * * * root /usr/local/bin/oscam -b
    59 06 * * * root /usr/local/bin/cccam_2.1.3
    */5 * * * * root /var/script/CCcamCheck.sh
    */5 * * * * root /var/script/OscamCheck.sh
    03 07 * * 6 root /var/script/LogCleanUp.sh >> /var/cccamlog/CleanUp.log

  • From your crontab file, looks like your using oscam-cccam setup.
    If so, cccam will also stop at 06:57
    You may want to hash/comment out that entry also:

    Quote

    57 06 * * * root killall cccam_2.1.3


    You could probably hash out the following also, if you have the oscam/cccam kill commands hashed:

    Quote

    58 06 * * * root /usr/local/bin/oscam -b
    59 06 * * * root /usr/local/bin/cccam_2.1.3


    These are just start commands and are not needed as you've prevented the stop commands from being executed previously.

  • thanks codar i only run oscam & from what i can see looks like full script with cccam as well . i did hash out ccam as well no more card error every morning , many thanks all for ur help busman

Participate now!

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