Posts by alom

    hi m8.


    the oscam binary is named oscam


    and the contents of /usr/camscript is ina file called Ncam_oscam6059_E2.sh




    #!/bin/sh


    CAMNAME="Oscam6059_E2"


    remove_tmp () {
    rm -rf /tmp/*.info* /tmp/*.tmp*
    }


    case "$1" in
    start)
    echo "[SCRIPT] $1: $CAMNAME"
    remove_tmp
    /usr/bin/oscam -b &
    sleep 2
    ;;
    stop)
    echo "[SCRIPT] $1: $CAMNAME"
    killall -9 oscam 2>/dev/null
    sleep 1
    remove_tmp
    ;;
    *)
    $0 stop
    exit 0
    ;;
    esac


    exit 0


    thanks....

    hi and thank you for looking at my post.


    please can someone help me,....i had 1.10 working fine no probs but wanted to upgrade to be able to do some stuff that 1.10 dosen't support.


    i have used the ipk package for sly uk on the sticky here (master G's ) and have 1.20unstable working....but when i restart from the browser...........it stops oscam altogether....even restarting the box dosent start it......have to go into telnet and restart it from there.....


    any ideas on what it could be and how i can sort this put...



    thanks again..