Issue with CCcam 2.2.1

There are 7 replies in this Thread which was already clicked 1,918 times. The last Post () by Phycopat.

  • Hello all..


    My server have been running perfect for a long time, but now i see crashes and alot of "Login fails" messages in my warnings.txt
    Did try to make CCcam log, but no luck ? using this to start CCcam: "/CCcam.x86 -d > /emu/log/cccam.log &" but no log will show up :/


    And ECM time is between 0.2xx and 1.7xx that seems to mush for me :(


    Server info:
    is only for family use if any1 wants to know! :)
    running ubuntu
    CCcam 2.2.1 - clients, 2.1.4 - 2.3.0
    not installed by auto script from here, build from scatch manually..


    Did try to update to CCcam 2.3.0 but that makes CCcam crash and disapeer from ps aux command..
    2.2.1 seems to be running a bit better..



    This is my config file:
    SERIAL READER : /dev/ttyUSB0 smartreader+
    SERIAL READER : /dev/ttyUSB1 smartreader+
    SERIAL READER : /dev/ttyUSB2 smartreader+
    SMARTCARD WRITE DELAY: /dev/ttyUSB0 0
    SMARTCARD CLOCK FREQUENCY: /dev/ttyUSB0 3570000
    SMARTCARD WRITE DELAY: /dev/ttyUSB1 0
    SMARTCARD CLOCK FREQUENCY: /dev/ttyUSB1 3570000
    SMARTCARD WRITE DELAY: /dev/ttyUSB2 0
    SMARTCARD CLOCK FREQUENCY: /dev/ttyUSB2 3570000
    #EXTRA EMM LEVEL = YES
    SHOW TIMING : YES
    SHOW EXTENEDED CLIENT INFO : YES
    SERVER LISTEN PORT : xxxxx
    WEBINFO USERNAME : xxxxx
    WEBINFO PASSWORD : xxxxx
    WEBINFO LISTEN PORT : xxxxx
    SOFTKEY FILE : /var/keys/SoftCam.Key
    AUTOROLL FILE : /var/keys/AutoRoll.Key
    STATIC CW FILE : /var/keys/constant.cw
    #CAID PRIO FILE : /var/etc/CCcam.prio
    PROVIDERINFO FILE : /var/etc/CCcam.providers
    CHANNELINFO FILE : /var/etc/CCcam.channelinfo
    LOG WARNINGS : /emu/log/warnings.txt
    #MINIMUM CLIENT VERSION : 2.2.0


    Do i miss something is my config file ? Have been reading so much the last 3 days, and now i need to ask for help..


    - Thanks.

  • Okay, will try that and report back in some days..


    Thanks..


    1. Report.
    "installed" CCcam.x86 2.1.4 - working, but giving me higher ECM times ? - Is that true ?

  • Any1 got a script that will check if CCcam.x86 is running ? And if not, start it again :)


    EDIT: Found this script on Google and seems to be working..
    Now i can do "pkill CCcam.x86" and 30 sec after it is up and running again..


    ----------------------------------------------------------------------
    cd /emu/cccam
    while [ 1 ];
    do
    process=`ps auxwww | grep CCcam.x86 | grep -v grep | awk '{print $1}'`
    if [ -z '$process' ]; then
    echo "CCcam was crashed - restarting" >> /emu/log/cccam-crash.log
    /bin/cccam restart


    else
    echo "cccam ok" > /dev/nul 2>&1
    sleep 30
    fi
    done
    -----------------------------------------------------------------------


    Did try to change the sleep time to 5, but that didnt work, made alot of restarts instead.. But i thik 30s is better than 10mins..
    And now it should be automatic! :D

CCcam Support Forum

Configs, discussion, downloads and guides for CCcam Softcam.

Participate now!

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