Posts by bigup

    i don`t know, i am solved that with other port but it`s externally.tell me that, port in oscam is not same as in cccam?and did it`s port 13001?


    cccam and newcamd ports are of course different, internal im using prt 10001, external i like no to say but not the common port of 12000! it is not 13001 either


    just doing more tests now with different versions of oscam and all the same


    disconnect the receiver suddenly then reconnect, OSCAM thinks its a dupe login (uniq =1, dropdups =1), after 9 attempts to connect, oscam lets it connect, i would expect this to reconnect instantly!


    i will try uniq =3, dropdups =1 now to see what happens.

    Thanks mate


    just tried oscam-svn7711-i686-pc-linux-webif-libusb-Distribution.tar.gz and issues still there for pc server :(



    as you can see i pulled the plug just after 17:38:15, receiver booted up to a channel, server thought it was a dupe connection, so rejected it, then at 17:40:19 it allowed it on.....


    seems like the dm500 is sorted though! no idea why or how!!!

    yep, tried the latest build for dm500 and also tried dropdups = 1 and dropdups = 0, with uniq = 1 and uniq = 0


    protocol ive used is cccam and newcamd in oscam, happens to both :(


    only way ive got it to work near perfect is using the clientmaxidle = 10s

    I would set it to 0. Just disable the timeout...


    i briefly tested this mate, setting to 0 turns it off but that means the clients never disconnect from idle which holds on to the connection, so it still sees it as a duplication connection


    having it set to a number forces the time out which i what i want i think?


    having a look at cccam does that have a clientmaxidle of 10secs?

    Hi all


    been having some issues with oscam and many disconnected issues, see thread: http://linuxsat-support.com/os…disconnected-failban.html


    ive been testing server today and tried all sorts but have just tried changing clientmaxidle from its default 120 seconds to 10 seconds


    now i think my earlier issue has gone, when i pull plug from receiver and it reconnects to server it connects almost instantly


    i just wanted to know if there were any implications of having clientmaxidle set to 10s? i mean it must of been det to 120secs default for a reason!


    thanks in advance!

    i hope this isnt just me


    ive been testing out a Dm500/white sly card as oscam only server (standalone server), so far all is ok but last few weeks ive been noticing some strange activities from few clients (my good friends), saying duplicate user, anonymous disconnected......they are 100% not using 2 accounts and also not moving their receivers to different location.


    when i turn on failban they get banned so i have to un ban them - this process is getting like a full time job! as its all random and im not sure who it will ban next!


    oscam used here was 6574)


    so i did a test this evening....



    updated to latest oscam-svn7692-powerpc-tuxbox-old-webif-Distribution on pli maxvar image on server


    i have a dm500s that i use as receiver, i turn on to a premium channel,. pull the plug on the receiver and plug it back in again


    i wait till the server/webif sees the receiver and all of a sudden all 5 clients on server disconnect and it goes crazy with fake user/duplicate user/ anonymous disconnected, few minutes later it settles down


    now i mean all of that because i rebooted my receiver? surely that cant be right?


    configs looks good, nothing out of place, nice and clean


    i have gone back to cccam only for the time being as for me it is/was rock solid


    any ideas? i noticed a post from lfc4ever saying a similar thing: http://linuxsat-support.com/os…sage-oscam.html#post51194


    anyone know how i can sort this? how come cccam doesn't act like this ?


    Configs


    oscam.conf


    oscam.server


    oscam.user

    Code
    [account]
    user = user
    pwd = pass
    disabled = 0
    uniq = 1
    group = 1
    au = cardslot
    caid = 0963:000000


    any help much appreciated


    thanks

    1) clear all in: crontab -e
    2) put the same line in /etc/crontab
    (edit with nano /etc/crontab)


    (just like advised yesterday :36_002: )


    thanks mate


    have tried this and still doesn't work


    then did dos2unix and wala! started working


    damn windows formatting!!!


    thanks mate

    hi guys


    messng with a ubuntu server with oscam only, got it all working with a check script which works manually but when i enter it as a cron job it doesn't run


    i did crontab -e logged in as root, entered the below line and saved and exit, when i do crontab -l it shows the line fine


    Code
    */2 * * * * root /usr/local/bin/oscheck


    set it for 2 mins for testing and it doesn't seem to run


    any ideaS?


    1000% sure mate



    saved it and when i run its the same error as above!


    this is driving mad lol


    thanks mate


    did as you said exactly


    cant seem to run the script,


    bash: /usr/local/bin/oscheck: line 7: syntax error near unexpected token `fi'
    bash: /usr/local/bin/oscheck: line 7: `fi'



    not very good with linux so not sure what im doing wrong?


    tried to run the script


    i get:


    ./etc/cron.hourly/oscheck


    result is:


    bash: ./etc/cron.hourly/oscheck: No such file or directory


    the file is definitely in the right folder


    any ideas? tried sudo, tried sh. , tried root too to run the file


    should the script have an extension? like.sh?