I can not find the file oscam.check

There are 2 replies in this Thread which was already clicked 943 times. The last Post () by rri973.

  • I have a 1.10rc version oscam svn build 6481
    and I find no oscam.check file in var / log nor in / var / cccamlog
    also cccam log directory does not exist on my pc
    My script file is as follows:


    #!/bin/sh
    process=`ps auxwww | grep oscam | grep -v grep | awk '{print $1}'`
    if [ -z '$process' ]; then
    echo "Couldn't find Oscam running. Restarting server-binary" >> /var/cccamlog/oscam.check
    echo && date >>/var/cccamlog/oscam.check
    /usr/local/bin/oscam >> /var/cccamlog/Oscam.log &
    else echo "Oscam is still OK!" >> /var/cccamlog/oscam.check
    fi


    because the webif crashes often even qu'oscam


    thank you

    la terre est un livre ouvert

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

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