oscam ymod and nline

jfish

Member
Messages
50
I have read various threads on trying to get my oscam ymod (v18 t48) to read my nline (works when using mgcamd) but want to try oscam

I have following in oscam.server file

[reader]
label = server
enable = 1
protocol = cccam
device = dns,port
account = username,password
group = 2
CAID =
Ident =
Services =
inactivitytimeout = 1
reconnecttimeout = 2
lb_weight = 100
cccversion = 2.1.3
cccmaxhops = 3
cccwantemu = 1
ccckeepalive = 1

obviously changed the real server and login details

however this is what I get in the log file

2013/09/21 18:25:01 1840 300162D0 s max. logsize=unlimited
2013/09/21 18:25:01 1840 300162D0 s client timeout=5000 ms, fallback timeout=2500 ms, fallbacks=1, cache delay=0 ms
2013/09/21 18:25:01 1840 300162D0 s auth size=17928
2013/09/21 18:25:01 1840 300162D0 s Cannot open file "/var/tuxbox/config/oscam.services" (errno=2)
2013/09/21 18:25:01 1840 300162D0 s userdb reloaded: 0 accounts loaded, 0 expired, 0 disabled
2013/09/21 18:25:01 1840 300162D0 s signal handling initialized (type=sysv)
2013/09/21 18:25:01 1840 300162D0 s can't open file "/var/tuxbox/config/oscam.srvid" (err=2), no service-id's loaded
2013/09/21 18:25:01 1840 300162D0 s can't open file "/var/tuxbox/config/oscam.tiers" (err=2), no tier-id's loaded
2013/09/21 18:25:01 1840 300162D0 s can't open file "/var/tuxbox/config/oscam.provid" (err=2), no provids's loaded
2013/09/21 18:25:01 1840 300162D0 s can't open file "/var/tuxbox/config/oscam.ird" (errno=2) irdeto guessing not loaded
2013/09/21 18:25:01 1840 300162D0 s can't open file "/var/tuxbox/config/oscam.keys" softcam keys not loaded
2013/09/21 18:25:01 1840 300162D0 s monitor: disabled
2013/09/21 18:25:01 1840 300162D0 s camd33: disabled
2013/09/21 18:25:01 1840 300162D0 s camd35: disabled
2013/09/21 18:25:01 1840 300162D0 s cs378x: disabled
2013/09/21 18:25:01 1840 300162D0 s newcamd: disabled
2013/09/21 18:25:01 1840 300162D0 s cccam: disabled
2013/09/21 18:25:01 1840 300162D0 s radegast: disabled
2013/09/21 18:25:01 1840 300162D0 s http thread started
2013/09/21 18:25:01 1840 300162D0 s creating thread for device xx.xx.xx
2013/09/21 18:25:01 1840 300162D0 s loadbalancer: can't read from file /tmp/.oscam/stat
2013/09/21 18:25:01 1840 300162D0 s waiting for local card init
2013/09/21 18:25:01 1840 300162D0 s init for all local cards done
2013/09/21 18:25:01 1840 300162D0 s anti cascading disabled
2013/09/21 18:25:01 1840 31025B50 h HTTP Server listening on port 8888
2013/09/21 18:25:01 1840 31825B50 p proxy thread started (thread=31825B50, label=server, server=xx.xx.xx)
2013/09/21 18:25:01 1840 31825B50 p server configuration error!

any help much appreciated
 

dOOds

Member
Messages
57
U need to fill in these bits on oscam.server

[reader]
label = server
protocol = cccam
enable = 1
device =
key = 0102030405060708091011121314
user =
password =
group = 3
 
Top