Server running with Nline reshare but no clearing channels.

There are 12 replies in this Thread which was already clicked 2,523 times. The last Post () by codar.

  • I have managed to build ubuntu server and is running well with CCcam/OScam auto install and omnikey reader. Now I have one N line to reshare and I tried to put it on CCcam config to reshare but no clearing channels on my friend's box (let call him john). in Oscam web info it shows that john is online (protocol newcamd (OSCam)), the channel name, etc, BUT in live log it still show reading error from my card, which is not there. I want only to use Nline to reshare. I am also happy to damp CCCam and use OScam only, if it will be easy to configure the reshare and if I can get a clear info on how to do. Where am I doing wrong????
    many thx.


    N: sammy.go.org 9999 reshare reshare1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 -----> reshare server
    N: cam.me 2222 john john1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 ------> added to john's dreambox
    Here are my configs:
    CCacm.cfg (sensitive data has been changed)
    -------------------------------------------------------------
    SERVER LISTEN PORT 2222
    ALLOW TELNETINFO: yes
    ALLOW WEBINFO: yes
    WEBINFO USERNAME :admin
    WEBINFO PASSWORD :admin
    TELNETINFO USERNAME :root
    TELNETINFO PASSWORD :dreambox
    TELNETINFO LISTEN PORT : 16000
    WEBINFO LISTEN PORT : 16001
    ZAP OSD TIME :0
    OSD USERNAME :root
    OSD PASSWORD :dreambox
    OSD PORT :80
    SHOW TIMING : yes
    DEBUG : no
    NEWCAMD CONF : yes
    SHOW EXTENEDED CLIENT INFO : yes
    MINI OSD : no
    CHANNELINFO FILE : /var/etc/CCcam.channelinfo
    PROVIDERINFO FILE : /var/etc/CCcam.providers
    CAID PRIO FILE : /var/etc/CCcam.prio
    LOG WARNINGS : /tmp/warnings.txt
    SOFTKEY FILE : /var/keys/SoftCam.Key
    AUTOROLL FILE : /var/keys/AutoRoll.Key
    #STATIC CW FILE : /var/keys/constant.cw
    #BOXKEY:
    SMARTCARD CLOCK FREQUENCY: /dev/sci0 6800000


    N: sammy.go.org 9999 reshare reshare1 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    F: cam.me 2222 john john1 01 02 03 04 05 06 07 08 09 10 11 12 13 14


    -------------------------------------------------------------------------------------------------
    oscam.conf


    # oscam.conf generated automatically by Streamboard OSCAM 1.20-unstable_svn SVN r9584
    # Read more: http://www.streamboard.tv/svn/…on/doc/txt/oscam.conf.txt


    [global]
    logfile = stdout
    nice = -1
    preferlocalcards = 1


    [cache]


    [newcamd]
    port = 2222@0963:1F1F1F;12001@0963:000000
    key = 0102030405060708091011121314


    [cccam]
    port = 2222
    serverip = 192.168.x.xyz ----------------------> this is my server ip
    nodeid = ABCDEFGHJ
    version = 2.0.11
    reshare = 0


    [webif]
    httpport = 8888
    httpuser = admin
    httppwd = admin
    httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255
    ------------------------------------------------------------------------------------
    oscam.server


    # oscam.server generated automatically by Streamboard OSCAM 1.20-unstable_svn SVN r9584
    # Read more: http://www.streamboard.tv/svn/…/doc/txt/oscam.server.txt


    [reader]
    label = ***uk
    protocol = pcsc
    device = 0
    services = *** digital
    caid = 0963
    detect = cd
    group = 1
    emmcache = 1,3,2
    blockemm-unknown = 1
    blockemm-g = 1
    saveemm-u = 1
    saveemm-s = 1
    cccreshare = 0
    -------------------------------------------------------------
    oscam.user


    # oscam.user generated automatically by Streamboard OSCAM 1.20-unstable_svn SVN r9584
    # Read more: http://www.streamboard.tv/svn/…on/doc/txt/oscam.user.txt


    [account]
    user = john
    pwd = john1
    caid = 0963
    keepalive = 1
    au = ***uk
    group = 1
    services = ***digital
    --------------------------------------------------------------------------------
    from CCcam webinfo (server)


    Server connections: 2
    +----------------------+------------+-------+--------+----------------+-------+-------------------------------+
    | Host | Connected | Type | Version| NodeID | Cards | CAID/Idents
    +----------------------+------------+-------+--------+----------------+-------+-------------------------------+
    |sammy.go.org:9999 |00d 00:40:27|newcamd| | | 1 | |
    |cam.me:2222 |00d 00:40:27|newcamd| | | 1 | |
    +----------------------+------------+-------+--------+----------------+-------+-------------------------------+

    Edited once, last by pepe17 ().

  • good morning, i never try it on oscam , but on ccam i never have prob , try on u friend the N LINE build on ccam server if is cccam 213 add 256 at the end


    have you try in oscam u friend only the n line ? before buil server , just try it on his oscam if clear chanels if not , is u end . or u can try in u friend in ccam .

  • For Oscam only,
    Backup your configs first, then delete everything from your CCcam.cfg.


    Then try these:





    Your friends box will then use the line:
    N: cam.me 2222 john john1 01 02 03 04 05 06 07 08 09 10 11 12 13 14


    If your dns is cam.me


    And he will only have access to your reshare line (group2), and not your card (group1)

  • Thx Codar, from the config above still I get this log msg, still not connecting and on the OSCam webinf I can see vfrom the status that sammy.go.org is there with address 0.0.0.0
    Pls. help!


    Edited 2 times, last by pepe17 ().

  • Quote

    newcamd: Bind request failed (Address already in use), waiting another 5 seconds


    Looks like your port is already in use (Probably by cccam)
    Try stopping CCcam, have a look in user/local/bin to see what it is specifically called,
    Then

    Quote

    sudo killall -9 CCcam





    Or whatever it is specifically called.
    You could also delete it altogether if you don't plan on using cccam.
    Then have a go at restarting oscam.


    Quote

    why I have to put this port number?


    Protocols shouldn't share ports, they'll conflict.
    You can change it to anything you want as long as it's not the same as your newcamd port.

  • in user/local/bin, I have cccam_2.1.3 ;oscam ; noip2
    I did sudo killall -9 cccam_2.1.3


    and still get this errors:
    2016/05/06 11:31:30 0 s >> OSCam << cardserver started, version 1.20-unstable_svn, build r9584 (i686-linux-gnu-libusb-pcsc)
    2016/05/06 11:31:30 0 s creating pidfile /tmp/.oscam/oscam.pid with pid 3628
    2016/05/06 11:31:30 0 s services reloaded: 0 services freed, 25 services loaded, rejected 0
    2016/05/06 11:31:30 0 s userdb reloaded: 4 accounts loaded, 0 expired, 0 disabled
    2016/05/06 11:31:30 0 s signal handling initialized
    2016/05/06 11:31:30 0 s 887 service-id's loaded in 3ms
    2016/05/06 11:31:30 0 s newcamd: initialized (fd=4, port=2222) ------------> this is my server port number
    2016/05/06 11:31:30 0 s -> CAID: 0963 PROVID: 000000
    2016/05/06 11:31:30 0 s cccam: initialized (fd=5, port=15000)
    2016/05/06 11:31:30 0 s ***uk [pcsc] creating thread for device 0
    2016/05/06 11:31:30 0 s sammy.go.org [newcamd] creating thread for device sammy.go.org
    2016/05/06 11:31:30 0 s loadbalancer: can't read from file /tmp/.oscam/stat
    2016/05/06 11:31:30 0 s waiting for local card init
    2016/05/06 11:31:30 88476A0 p proxy sammy.go.org:9999 newcamd525 (fd=0)
    2016/05/06 11:31:30 88476A0 p sammy.go.org [newcamd] proxy initialized, server sammy.go.org:9999
    2016/05/06 11:31:30 8845918 r ***uk [pcsc] Cannot open device: 0
    2016/05/06 11:31:30 B7100468 h webif: decompressed 144090 bytes back into 351512 bytes
    2016/05/06 11:31:30 B7100468 h HTTP Server running. ip=0.0.0.0 port=8888 ----------------->why here ip=0.0.0.0
    2016/05/06 11:32:30 8845918 r ***uk [pcsc] Cannot open device: 0
    2016/05/06 11:35:30 0 --- Skipped 2 duplicated log lines ---

    Edited 3 times, last by pepe17 ().

  • Quote

    newcamd: initialized (fd=4, port=2222) ------------> this is my server port number


    Yes, that is your newcamd port.

    Quote

    cccam: initialized (fd=5, port=15000)


    This is your cccam port.



    All these errors are to do with your card reader.



    Do you have a card in your card reader?
    If not, then the log looks pretty normal.
    Disable your reader if your not going to use it, to avoid those errors from showing.

  • disabled the card reader and now works fine, john's dreambox now is clearing channels.THANKS very much Codar.
    So if I want to use my card reader with ***uk card then I have to enable again the reader? and if I want my friend to use cccam on his box, do I need to change (or add) anything in my server (OScam configuration) or just he can put C: cam.me 2222 john john1 and there he goes?
    thx.

  • Quote

    if I want my friend to use cccam on his box, do I need to change (or add) anything in my server (OScam configuration) or just he can put C: cam.me 2222 john john1 and there he goes?
    thx.


    No, if you want your friend to use a c-line (cccam protocol), you'll have to use the cccam port, (otherwise just leave it as an N-line).

    Quote

    [cccam]
    port = 15000
    nodeid = ABCDEFGHJ
    version = 2.0.11
    reshare = 1


    The line then becomes

    Quote

    C: cam.me 15000 john john1


    This port 15000 will need to be opened in your router if john is outside your network.
    If you want john to have access to your local card in your reader, you'll have to add that group to his oscam.user (in red) account, EG:


    As of the moment he only has access to group 2.
    Your reshare N line is in reader group 2 but your local card reader is in group 1, by adding 1 followed by , this will give him access to both group 1 and 2 readers.


  • Codar, you are the master!! Thanks very much, you helped me a lot from the beginning to the end, I followed all your instructions (together with the other members) and now my server is working perfect. I tried with OScam and today with CCcam, as you explained to me and all are perfect, looking forward to learn more and help others. Many thx.

Participate now!

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