Posts by marcus83

    thanks piter! after a long absence I am back! :smiling face with sunglasses:

    hi guys!


    which oscam version should I install for Octagon SF8008? thx!

    :warning: [UPDATE] :warning:


    finally I managed to convince the OpenPLi developers to introduce the latest version 11719 in the feeds, so it's available today! download it directly from their feed and you won't have a thousand problems like I had :spit: ...basically the original oscam bin was incompatible with the OpenPLi image.



    Case closed! :beer1:

    hi finally solved the problem! it was the bin not suitable for OpenPLi, I replaced it and worked. you can close this 3d, thanks anyway to everyone for the support!


    :closed:

    i just tried the replace, but it doesn't work...


    [Errno 111] connection refused


    now I wrote directly to the developer, I will let you know if he replies

    because config dir is defined during build. most of them use different directories by defalut.

    Of course they They also want to annoy you ;-)
    But true is always set dir of config if you do not want to have problems.

    i have written long time ago script that identifies latest oscam binary file, and last edited config folder.

    where you may forget where and what . it also set executable bit during system start so no need to change it ;-)

    I have to put this script in /etc/init.d?

    why do these changes have to be made, the developer didn't think about it?

    this is the startup script:




    CAMNAME="OSCam_11719-r798"


    remove_tmp() {

    rm -rf /tmp/*.info* /tmp/*.tmp* /tmp/*share* /tmp/*.pid* /tmp/*sbox* /tmp/oscam* /tmp/.oscam

    }



    case "$1" in

    start)

    ulimit 1024

    remove_tmp

    /usr/bin/${CAMNAME} --daemon --pidfile /tmp/cam.pid --restart 2 --utf8 &

    ;;

    stop)

    killall -9 ${CAMNAME} 2>/dev/null

    remove_tmp

    ;;

    restart | reload)

    $0 stop

    sleep 1

    $0 start

    ;;

    version)

    echo "${CAMNAME}"

    ;;

    info)

    echo "${CAMNAME}"

    ;;

    *)

    echo "Usage: $0 start|stop|restart"

    exit 1

    ;;

    esac

    exit 0

    there are already 755 permissions

    hi!


    I just installed the new version, but I can't access the webif, does anyone have the same problem? with OpenPli 8.3?


    my conf:


    [webif]
    httposcamlabel = MOHAMED_OS
    httpport = 8888
    httprefresh = 10
    httppollrefresh = 10
    httphidetype = sh
    httppiconsize = 30
    httpshowmeminfo = 1
    httpshowuserinfo = 1
    httpshowreaderinfo = 1
    httpshowcacheexinfo = 1
    httpshowecminfo = 1
    httpshowloadinfo = 1
    httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,::1
    http_status_log = 1

    hy guys!


    I configured everything to connect remotely with Oscam, but I have a problem, it always tells me:

    403 Forbidden Access denied.


    my oscam conf:


    [webif]

    httpport = 1600

    httpuser = root

    httppwd = xxxxxx

    httpscript = /usr/script/

    httprefresh = 10

    httppollrefresh = 10

    httphidetype = sh

    httppiconsize = 30

    httpshowmeminfo = 1

    httpshowuserinfo = 1

    httpshowreaderinfo = 1

    httpshowcacheexinfo = 1

    httpshowecminfo = 1

    httpshowloadinfo = 1

    httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,255.255.255.255

    httpdyndns = http://xxxxxxxxxx.ddns.net

    httposcamlabel = Condor

    httpemmsclean = 0

    httpemmgclean = 0

    http_status_log = 1

    exactly, then it is updated automatically, so there is no point in switching to the previous version.

    he advised me to change the image, but I'm happy with OpenPLi and I don't want to change it just to make oscam work… I'll wait a few more days, then I'll downgrade oscam