oscam EMM logging

manufact

Registered
Messages
178
Hello

I am trying to log EMMs on a external reader:

[global]
emmlogdir = /media/usb/log/



[reader]
label = external
protocol = cs378x
device = xxx.xxx.xxx.xxx,yyyy
user = aaa
password = bbb
emmcache = 1,2,6,0
saveemm-unknown = 1
saveemm-u = 1
saveemm-s = 1
saveemm-g = 1


I dont get any EMMs logged. Does this only work with internal readers?
 

magictails

Registered
Messages
428
hi

maxlogsize

parameter is required

Here the maximum size of logfiles are set in KBytes. This is especially important for server with only a small amount of memory (dbox2). Therefore it is strongly recomended to determine carefully that size at such servers. Not infrequently a system "bursting" because the logfile uncontrolled large scale adopted!

Example

maxlogsize = 20 # Logfile reaches to 20 KBytes
maxlogsize = 0 # Logfile unlimited


look oscam wiki

are you try with internal reader if your conf setting works
 

jotne

Registered
Messages
20
Why do you need to log EMM?
Does it not work?

Does it not show "Active" for the DVBApi user, and "Active" for your card reader?
If not, you have configured some wrong.

Looking at the Live Log on OSCam without any extra logging enabled, you should see lines like this:
Code:
(reader) Upper [videoguard2] DVB-API emmtype=global, len=47 (hex: 0x2F), cnt=1: written (2518 ms)
 
Last edited:
Top