Posts by bigup

    Just an easy solution would be:


    Bash
    #!/bin/bash
    if ! ps x |grep -v grep |grep -c "oscam -b" >/dev/null
     then
     /usr/local/bin/oscam -b -r 2
    fi


    Replace the bold parts, with your exact oscam filename, and oscam path.
    Then chmod 755 and schedule it with cron, to run every 2 minutes.


    thanks, cant seem to get this to work :(


    used notepad++ to create a file called oscheck and entered:


    Bash
    #!/bin/bash
    if ! ps x |grep -v grep |grep -c "oscam -b" >/dev/null
     then
     /bin/oscam -b -r 2
    fi


    saved, ftp it to

    Code
    /etc/cron.hourly/

    and set Chmod to 755.


    logged onto terminal as user i set up when installing up ubuntu:


    Code
    crontab -e


    entered:


    Code
    */2 * * * * root /etc/cron.hourly/oscheck


    rebooted server, did

    Code
    cronrab -l

    to check if cron was there and it is


    killed oscam by using:

    Code
    sudo killall -9 oscam


    waited 5 mins and nothing, webif still down until i manually start oscam


    oscam binary is in correct location too


    any ideas? just a simple thing driving me insane!

    Hi guys


    im wanting to put a oscam check script on a ubuntu server


    i know you normally set a cron job on dreambox but how do i do it on ubuntu server?


    is the script as below:




    thanks!

    hi all


    been trying to get this working this evening and failing miserably!


    i want to image a dm500 with maxvar pli image and put oscam only on it for server and reader, DM500 is being used as server only!


    so imaged a DM500 with openpli image with dream up.


    I downloaded latest oscam for dm500 (old) and i followed this: http://linuxsat-support.com/os…m-pli-enigma1-images.html


    i copy good known working config files onto the dm500


    upon reboot i can get onto the webif but i see this error:


    Code
    1970/01/01 01:01:25        0 s The current system time is smaller than the build date (Oct  2 2012). Waiting up to 60 seconds for time to correct


    i then try to be smart and enter the below in: /var/etc/plimgr/scripts/emuserv thinking that it would get time sync first


    Code
    rdate -s time.mit.edu
    sleep 1


    but this kills oscam and doesn't work even after i delete the 2 lines and reboot


    any ideas how i get time to sync for oscam?


    i tried gemini 4.7 image as that has option to sync time with internet but the folder structure is different on there and im not sure where to put oscam start scripts etc


    ive used the cccam/oscam images but id like to have a fresh clean oscam only server, i do not like cccam files here there and everywhere!


    Thanks!

    hi all


    using a Dm500s with oscam/cccam 2.13 (OSCAM 1.20-unstable_svn build #6574)


    ive seen some screenshots of oscam webif showing channels being selected and (cache) written next to them i.e 2 people watching same channel the ECMs are cached)


    i do not get this and was wondering if the cache was working on my dm500?


    all the cache config in the "oscam configuration page" is as default.


    any ideas?

    ok, just an update Ten, i couldnt install Debian on just a usb flash drive, so used a small hard drive instead on a laptop


    anyway, ive not tested this yet (will try later on tonight) but could you take a look at my configs to see if all is ok at the moment?


    UK white card, using a smargo via usb and have copied the configs from the thread you linked to in post 1.


    oscam.conf



    oscam.user


    Code
    [account]
    user = linuxsat
    pwd = support
    monlevel = 0
    uniq = 0
    group = 1
    au = ***UK
    caid = 0963


    oscam.server



    ccccam.cfg




    current logfile




    in the past i have received EMM from a trusted recieiver so would like to still keep this, why does it say "AU disabled for user linuxsat" in the log file?


    also on my laptop screen im getting a few errors:


    Warning: keyword "debug" in webif section not recognized
    Warning: keyword "resolvedelay" in global section not recognized
    Warning: keyword "keepalive" in global section not recognized


    is this because the oscam on this build doesn't support these features? are they ok to ignore or just hash out?


    Thanks mate, much appreciated!


    would returning back to seller under warranty be an option?

    sorry to bump an old thread, but its relevant to my question


    ive downloaded the prio maker 0.5 ipk and installed it on my DM800Hd (not server)


    do i have to go to each channel for it to write an entry in the CCcam.prio file it creates? ot is there a way for it to scan it all?


    surely it will just scan the bouquet im using? so if my channel list is out of date the prio will be out of date too?


    my plan is to get a full prio file and test it on a oscam.cccam/dm500 server, would this improve the server in anyway?


    thanks all

    hi, i was just wondering if reshare values in an F: have any effect on ECM times?


    is there a "best" F Line format that has lowest possible ECM times?


    ive been reading and this look like the best one:


    F: user pass 0 0 0 { 0:0:1 }


    any thoughts?


    thanks