Posts by barca10

    been trying to find a la carte sports and foot+ on enigma 1 list but cant seem to get any with these channels.
    have tried to manually scan transponders but still cant get these channels working.
    can any one help with a solution to my problem. thanks

    managed to get server up and running, I updated to the latest oscam and everything working fine again. Hope my posts are of use to anyone else having similar problems,
    thanks everyone who helped.

    my ports are forwarded and my dns updater is running, dont think they are the problem.
    i have tried the commands you suggested and the results are as follows.


    sudo killall -9 oscam = command not found
    killall -9 oscam = no process found
    chmod 755 /emu/oscam/oscam moves down a line in command window no error message, checked attributes set to 755
    /emu/oscam/oscam -b = error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file no: such file or directory


    hope this helps, thanks


    tried to run apt-get update in terminal but get failure message saying cant resolve to debian. have input virgin dns server details 194.168.4.100


    194.168.8.100 in etc/resolve.conf but still keep getting failure message .


    edit **** have used google dns and have now got apt-get update to work.


    I have the ran apt-get install libssl0.9.8 and now I get the following,


    apt-get install libssl0.9.8
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package libssl0.9.8 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source


    E: Package 'libssl0.9.8' has no installation candidate

    hi musogeek, your right i did have my server working fine but my acer revo which i use as server broke so i had to buy a new one.
    now i have run the auto script on my new machine and i cant get the server to work with the same configs i had working previously.
    i managed to get the static ip assigned through my router after i reset my router manually.
    now i have the problem with oscam not starting ( i think ) and the commands i type in are not working. my knowledge is very limited hence the reason i was seeking help.

    have managed to auto install cccam 2.1.3 and oscam on debian 7 thanks to the the script from ten below.
    im not sure but i dont think oscam is starting, when i run oscam -b i get command not found.


    I can see my client is connecting to cccam from cccam info page and oscam is showing offline under server section and im not able to ping it.


    killall -15 oscam returns message no process to kill.


    form my understanding oscam has to start first to read my card then share to cccam and the my clients conect to cccam.


    been stuck on this since yesterday and cant solve on my own, would appreciate some help thanks.:confuse:

    thanks, managed to set static ip through router but I cant get the server up and running.
    can anyone tell me what the commands are for checking the logs and stopping and starting the cams (debian 7) Below are sample of my configs


    cccam cfg-


    #SERIAL READER : /dev/ttyUSB0 smartreader+
    #SMARTCARD CLOCK FREQUENCY: /dev/ttyUSB0 60000
    #BOXKEY: /dev/ttyUSB0


    SERVER LISTEN PORT : 55555
    ALLOW TELNETINFO: yes
    ALLOW WEBINFO: yes


    SHOW TIMING : yes


    CHANNELINFO FILE : /var/etc/CCcam.channelinfo
    PROVIDERINFO FILE : /var/etc/CCcam.providers


    N: 192.168.1.110 50000 test test 01 02 03 04 05 06 07 08 09 10 11 12 13 14


    oscam user-


    [account]
    user = test
    pwd = test
    group = 1
    uniq = 0
    caid = 0963
    ident = 0963:000000
    AU = ***uk
    monlevel = 0


    oscam server-



    [reader]
    Label = ***uk
    Protocol = smartreader
    Detect = cd
    Device = 002:002
    mhz = 357
    EMMCache = 1,3,2
    Group = 1
    CAID = 0963
    BoxID =


    oscam conf-


    [global]
    nice = -1
    WaitForCards = 1
    # logging


    pidfile = /emu/oscam/oscam.pid
    logfile = /emu/log/oscam.log
    usrfile = /emu/log/oscamuser.log




    [monitor]
    port = 988
    aulow = 120
    monlevel = 0
    [newcamd]
    key = 0102030405060708091011121314
    port = 50000@0963:000000



    [webif]
    httpallowed=127.0.0.1,192.168.0.0-192.168.255.255
    httpport=15002

    First of all thank you for your great tutorial Ten Below, everything went smoothly from start to finish using your script on debian 7.
    The problem I have now is I do not know how to assign static ip to my new server there for I can't transfer any files or log in via putty. Could you possibly explain how I can fix my problem , thanks in advance.