Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

IPC oscam zweite nline einfügen

    Nobody is reading this thread right now.

centrino

Freak
Registriert
26. September 2011
Beiträge
212
Reaktionspunkte
25
Punkte
88
hallo,

Ich habe zwei nlines die wo auch funktionieren,meiner frage ist ich hatte bis jetzt eine nline unter oscam ipc gehabt ist ja auch bestens gelaufen jetzt habe noch einen erhalten und dies würde ich gerne einfügen.

Wie kann ich unter IPC oscam zweite N line einfügen
dann weiter an cccam leiten.
Leider bekomme ich den zweiten nicht zum laufen

Also beide lines funktionieren jedoch ipc nimmt nur den vorderen nline.dh die zweite wird nicht hell.wenn ich den zweite nach vorne nehme dann geht nur der.

Die n lines sind hd+ und mtv karten

ports sind alle offen und die n lines funktionieren ja auch einzeln

so sieht meine configs aus unter cccam.cfg und oscam :

gruss

#UNTER cccam.cfg
#hd+
N: meineip.adrs 12000 sonntag montag 01 02 03 04 05 06 07 08 09 10 11 12 13 14
#mtv
N: meineip.adrs 12001 sonntag montag 01 02 03 04 05 06 07 08 09 10 11 12 13 14
###################################
###################################
#OSCAM CONF:
[global]
logfile = /var/log/ipc/OScam.log
disablelog = 0
disableuserfile = 0
usrfileflag = 0
clienttimeout = 5000
fallbacktimeout = 2500
clientmaxidle = 120
bindwait = 120
netprio = 0
clientdyndns = 1
resolvedelay = 30
unlockparental = 0
nice = 0
serialreadertimeout = 1500
maxlogsize = 2480
waitforcards = 1
preferlocalcards = 0
saveinithistory = 1
readerrestartseconds = 5
readerautoloadbalance = 0
readerautoloadbalance_save = 0
resolvegethostbyname = 0
[newcamd]
port = 12000@1843:000000;12001@b00:000000
key = 0102030405060708091011121314
allowed =
keepalive = 1
mgclient = 0
[cccam]
port = 22000
reshare = 0
version = 2.1.1
updateinterval = 0
[webif]
httpport = 26000
httpuser = jonny
httppwd = jonnydoo
httprefresh = 15
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255,10.0.0.0-10.255.255.255,172.16.0.0-172.31.255.255
httphideidleclients = 0
httpreadonly = 0
###################################
###################################
#OSCAM SERVER:
[reader]
label = newcsserver
enable = 1
protocol = newcamd
device = meinebruderseinerip,12000
key = 0102030405060708091011121314
account = erhaltenenewcamdname,undnewcamdpass
services =
caid = 1843
ident =
group = 1
ecmcache = 1
lb_weight = 100
[reader]
label = newcsserver
enable = 1
protocol = newcamd
device = meinebruderseinerip,12001
key = 0102030405060708091011121314
account = erhaltenenewcamdname,undnewcamdpass
services =
caid =
ident =
group = 1
ecmcache = 1
lb_weight = 100
###################################
###################################
#OSCAM USER:
[account]
user = sonntag
pwd = montag
group = 1
caid = 1843
cccmaxhops = 5
cccreshare = 2
keepalive = 1
[account]
user = sonntag
pwd = montag
group = 1
caid = b00
cccmaxhops = 5
cccreshare = 2
keepalive = 1
 
Was ist denn das für eine Oscamversion?
Es gab da mal eine Änderung im User/Pass Syntax.
So wie du es geschrieben hast müßte es eine ziemlich Alte sein.

Ab OSCam 1.00 Rev 4736 gilt:
Änderung der User/Pass Einstellung in der oscam.server:

alt:
account = user,pass

neu:
user = user
password = pass

Gruß
janni1
 
@ szonic
du hast doch sicher unter cccam .cfg gemeint nline name und pass änderung ?
änderungen vorgenommen unter cccam.cfg ond oscam user ist immer noch dunkel

@ janni1
das steht ganz oben wenn ich oscam aufrufe
OSCAM 0.99.4svn build #3035 dies ist ja eigentlich von ipc 1.3 habe nichts gäendert

Habe acount.. so auch gemacht wie du`s gemeint hast ..trotzdem unter InfoPHP - Debian CS-Server IPC
der zweite nline bleibt immer noch offline

Habe noch kleinigheit gesehen da hat caid gefehlt unter dem zweiten reader habe`s änderungen gemacht mit:
caid = b00
ich dachte das wars aber immer noch dunkel ..mmhh

Was ich noch wissen möchte, die abstande zwischen anfangsname = zeichen ist das nur eine leer taste oder ist das egal wieviel abstand vor und nach = zeichen kommt ?

Ich arbeite ja mit notepad+ aber wenn ich dies unter ipc oscam einfüge ist der abstand ganz durcheinander ist das normal?
z.B unter notepad+ habe ich die = zeichens alles in einer linier nach unten gefolgt aber unetr ipc ist durcheinander aber die leer abstände sind gleich.
 
Wenn Du unter cccam änderst, dann auch die User unter oscam:

#OSCAM USER:
[account]
user = sonntag
pwd = montag
group = 1
caid = 1843
cccmaxhops = 5
cccreshare = 2
keepalive = 1
[account]
user = dienstag
pwd = mittwoch

group = 1
caid = b00
cccmaxhops = 5
cccreshare = 2
keepalive = 1

und in cccam.cfg:
N: meineip.adrs 12000 sonntag montag 01 02 03 04 05 06 07 08 09 10 11 12 13 14
#mtv
N: meineip.adrs 12001 dienstag mittwoch 01 02 03 04 05 06 07 08 09 10 11 12 13 14

Siehst Du denn im Oscam beide Karten und nur im cccam nicht?
 
wieso hast du überhaupt oscam+cccam?
installier dir mal die aktuelle oscam stable tags 1.10 über "o version", stell alles auf oscam um und lass cccam als extra cardserver weg

"cccmaxhops = 5" ist aber auch unsinnig da keine hop5 karte mehr ruckelfrei läuft. setz lieder auf klasse statt masse
 
1 +So jetzt habe ich vers.OSCAM 1.10rc-svn build #6089 das ist mal gut.

2 ich habes nicht geschaft user über oscam hell zubekommen denoch über cccam wirds hell

3 cccmaxhops = 5 ?? ich bekomme ja den Nline von jemand anderen spielt das eine rolle auf wieviel cccmaxhops steht.!
was könnte ich noch ausschalten bei sowas

4 wieviel nlines könnte ich überhaupt reintun beim oscam irgendwie habes bis fünf geschaft paar waren noch grün/online aber wurden nicht hell.

5 wie mache ich das oscam mit hoch fährt wenn ich ipc neustarte



gruss
 
poste doch mal bitte irgend welche logs von deinen problemen und aktuelle configs sonst raten wir hier weiter blind rum und überleg auch mal was n-lines überhaupt sind

"i as"
 
Bevor ich vergesse wie kann ich den oscam über dynadrs. erreichen

was hat das mit logs zutun?
mommentan bin ich bei s.ky meine einstellungen sind doch oben hat sich nichts geändert lediglich oscam vers.

du meinst doch dies, das ist von oscam status
2012/04/10 18:41:46 B4B98B70 c skysd (1702&000000/000B/93:A2B0): found (606 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:47 B4B98B70 c skysd (1702&000000/0110/93:6701): found (89 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:48 B4B98B70 c skysd (1702&000000/0029/93:9023): found (1080 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:54 B4B98B70 c skysd (1702&000000/000B/93:B95E): found (1775 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:55 B4B98B70 c skysd (1702&000000/011A/93:8479): found (76 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:56 B4B98B70 c skysd (1702&000000/0029/93:9951): found (945 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:56 B4B98B70 c skysd (1702&000000/011A/93:5C86): found (78 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:00 B4B98B70 c skysd (1702&000000/000B/93:052B): found (610 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:02 B4B98B70 c skysd (1702&000000/0029/93:D85F): found (1411 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:02 B4B98B70 c skysd (1702&000000/011A/93:458D): found (75 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:07 B4B98B70 c skysd (1702&000000/000B/93:50D8): found (781 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:08 B4B98B70 c skysd (1702&000000/011A/93:62D1): found (391 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:09 B4B98B70 c skysd (1702&000000/0029/93:D592): found (735 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:14 B4B98B70 c skysd (1702&000000/000B/93:CFF7): found (675 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:16 B4B98B70 c skysd (1702&000000/0029/93:2CAE): found (1062 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:16 B4B98B70 c skysd (1702&000000/011A/93:6EAE): found (74 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:21 B4B98B70 c skysd (1702&000000/000B/93:A49C): found (652 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:23 B4B98B70 c skysd (1702&000000/0029/93:391F): found (1382 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:23 B4B98B70 c skysd (1702&000000/011A/93:5C16): found (75 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:29 B4B98B70 c skysd (1702&000000/000B/93:11A4): found (1150 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:29 B4B98B70 c skysd (1702&000000/011A/93:1E83): found (324 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:30 B4B98B70 c skysd (1702&000000/0029/93:B3F9): found (1053 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:35 B4B98B70 c skysd (1702&000000/000B/93:FE40): found (654 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:36 B4B98B70 c skysd (1702&000000/011A/93:C93F): found (551 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:37 B4B98B70 c skysd (1702&000000/0029/93:A7AE): found (871 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:42 B4B98B70 c skysd (1702&000000/000B/93:864D): found (608 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:44 B4B98B70 c skysd (1702&000000/0029/93:28AB): found (1185 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:44 B4B98B70 c skysd (1702&000000/011A/93:C6B0): found (78 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:50 B4B98B70 c skysd (1702&000000/000B/93:BAFE): found (1488 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:51 B4B98B70 c skysd (1702&000000/0029/93:7FCF): found (1087 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:51 B4B98B70 c skysd (1702&000000/011A/93:DB1D): found (78 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:58 B4B98B70 c skysd (1702&000000/000B/93:FF3E): found (2012 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:58 B4B98B70 c skysd (1702&000000/011A/93:4D35): found (73 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:58 B4B98B70 c skysd (1702&000000/0029/93:9422): found (323 ms) by newcsserver (of 1 avail 1)

und das von ipc oscam log unendlich kan so weiter gehen

2012/04/10 18:38:01 B4BA4B70 c skyhd (1833&000000/0081/89:2986): found (610
ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:02 B4B98B70 c skysd (1702&000000/000B/93:0D9A): found (696 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:04 B4B98B70 c skysd (1702&000000/0029/93:BA3A): found
(1132 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:07 B4BA4B70 c skyhd (1833&000000/0081/89:FD0A): found (1094 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:10 B4B98B70 c skysd (1702&000000/000B/93:D701): found
(1754 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:11 B4B98B70 c skysd
(1702&000000/0029/93:A6E5): found (310 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:38:14 B4BA4B70 c skyhd (1833&000000/0081/89:8552): found
(111 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:16 B4B98B70 c skysd
(1702&000000/000B/93:08BF): found (699 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:38:16 B4B98B70 c skysd (1702&000000/00DF/93:77DD): found
(77 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:18 B4B98B70 c skysd
(1702&000000/0029/93:EAE7): found (1119 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:38:18 B4B98B70 c skysd (1702&000000/00DF/93:6A98): found
(81 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:23 B4B98B70 c skysd
(1702&000000/000B/93:EDE1): found (689 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:38:23 B4B98B70 c skysd (1702&000000/0106/93:B98C): found
(75 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:25 B4B98B70 c skysd
(1702&000000/0029/93:C9ED): found (820 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:38:26 B4B98B70 c skysd (1702&000000/0106/93:4DF1): found
(83 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:28 B4B98B70 c skysd
(1702&000000/0110/93:8403): found (78 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:38:31 B4B98B70 c skysd (1702&000000/000B/93:1796): found
(953 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:32 B4B98B70 c skysd
(1702&000000/0110/93:78EC): found (973 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:38:32 B4B98B70 c skysd (1702&000000/0029/93:0502): found
(355 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:39 B4B98B70 c skysd
(1702&000000/000B/93:3C5E): found (2018 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:38:39 B4B98B70 c skysd (1702&000000/0029/93:DF71): found
(606 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:39 B4B98B70 c skysd
(1702&000000/0110/93:CBA8): found (78 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:38:45 B4B98B70 c skysd (1702&000000/000B/93:C01E): found
(1164 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:46 B4B98B70 c skysd
(1702&000000/0110/93:4D0B): found (754 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:38:46 B4B98B70 c skysd (1702&000000/0029/93:0A9E): found
(229 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:53 B4B98B70 c skysd
(1702&000000/000B/93:5BA5): found (2071 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:38:53 B4B98B70 c skysd (1702&000000/0029/93:9E07): found
(76 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:38:53 B4B98B70 c skysd
(1702&000000/0110/93:0A34): found (77 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:38:59 B4B98B70 c skysd (1702&000000/000B/93:60A3): found
(1771 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:00 B4B98B70 c skysd
(1702&000000/0110/93:DC18): found (79 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:00 B4B98B70 c skysd (1702&000000/0029/93:EC50): found
(778 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:05 B4B98B70 c skysd
(1702&000000/000B/93:1D69): found (688 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:07 B4B98B70 c skysd (1702&000000/0029/93:543C): found
(1054 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:07 B4B98B70 c skysd
(1702&000000/0110/93:0B12): found (77 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:13 B4B98B70 c skysd (1702&000000/000B/93:8F4B): found
(944 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:13 B4B98B70 c skysd
(1702&000000/0110/93:F2B1): found (77 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:14 B4B98B70 c skysd (1702&000000/0029/93:7489): found
(1072 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:20 B4B98B70 c skysd
(1702&000000/000B/93:A28D): found (1090 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:20 B4B98B70 c skysd (1702&000000/0110/93:BDC9): found
(77 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:21 B4B98B70 c skysd
(1702&000000/0029/93:A3CB): found (1152 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:26 B4B98B70 c skysd (1702&000000/000B/93:6D2A): found
(651 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:27 B4B98B70 c skysd
(1702&000000/0110/93:6721): found (296 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:28 B4B98B70 c skysd (1702&000000/0029/93:E2F4): found
(1314 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:34 B4B98B70 c skysd
(1702&000000/000B/93:92E2): found (1523 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:35 B4B98B70 c skysd (1702&000000/0029/93:86CE): found
(429 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:35 B4B98B70 c skysd
(1702&000000/0110/93:C52D): found (75 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:40 B4B98B70 c skysd (1702&000000/000B/93:C4A3): found
(665 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:42 B4B98B70 c skysd
(1702&000000/0029/93:0CBE): found (1276 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:42 B4B98B70 c skysd (1702&000000/0110/93:F20A): found
(78 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:47 B4B98B70 c skysd
(1702&000000/000B/93:4738): found (613 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:48 B4B98B70 c skysd (1702&000000/0110/93:7AE8): found
(111 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:49 B4B98B70 c skysd
(1702&000000/0029/93:077C): found (720 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:55 B4B98B70 c skysd (1702&000000/000B/93:850C): found
(1534 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:39:56 B4B98B70 c skysd
(1702&000000/0029/93:811A): found (230 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:39:56 B4B98B70 c skysd (1702&000000/0110/93:0715): found
(74 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:01 B4B98B70 c skysd
(1702&000000/000B/93:0593): found (619 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:02 B4B98B70 c skysd (1702&000000/0110/93:FB5E): found
(375 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:03 B4B98B70 c skysd
(1702&000000/0029/93:E373): found (788 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:08 B4B98B70 c skysd (1702&000000/000B/93:EE04): found
(398 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:10 B4B98B70 c skysd
(1702&000000/0029/93:EBB5): found (1392 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:10 B4B98B70 c skysd (1702&000000/0110/93:1710): found
(73 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:16 B4B98B70 c skysd
(1702&000000/000B/93:7A11): found (1126 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:17 B4B98B70 c skysd (1702&000000/0110/93:E76E): found
(934 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:17 B4B98B70 c skysd
(1702&000000/0029/93:9BEF): found (90 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:23 B4B98B70 c skysd (1702&000000/000B/93:7898): found
(1779 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:24 B4B98B70 c skysd
(1702&000000/0029/93:F72C): found (381 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:24 B4B98B70 c skysd (1702&000000/0110/93:56F7): found
(77 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:30 B4B98B70 c skysd
(1702&000000/000B/93:2858): found (1112 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:31 B4B98B70 c skysd (1702&000000/0110/93:2E81): found
(1011 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:31 B4B98B70 c skysd
(1702&000000/0029/93:0B22): found (79 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:37 B4B98B70 c skysd (1702&000000/000B/93:80F8): found
(1432 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:37 B4B98B70 c skysd
(1702&000000/0110/93:D1EE): found (77 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:38 B4B98B70 c skysd (1702&000000/0029/93:B040): found
(73 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:43 B4B98B70 c skysd
(1702&000000/000B/93:ABC8): found (618 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:45 B4B98B70 c skysd (1702&000000/0029/93:2F7A): found
(1546 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:45 B4B98B70 c skysd
(1702&000000/0110/93:95B2): found (77 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:51 B4B98B70 c skysd (1702&000000/000B/93:14A9): found
(877 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:51 B4B98B70 c skysd
(1702&000000/0110/93:8BB9): found (77 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:52 B4B98B70 c skysd (1702&000000/0029/93:A04A): found
(722 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:57 B4B98B70 c skysd
(1702&000000/000B/93:9B80): found (690 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:40:58 B4B98B70 c skysd (1702&000000/0110/93:9275): found
(276 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:40:59 B4B98B70 c skysd
(1702&000000/0029/93:7AEF): found (1440 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:04 B4B98B70 c skysd (1702&000000/000B/93:FFE0): found
(612 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:06 B4B98B70 c skysd
(1702&000000/0029/93:CF4A): found (1405 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:06 B4B98B70 c skysd (1702&000000/0110/93:CED9): found
(73 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:11 B4B98B70 c skysd
(1702&000000/000B/93:1795): found (606 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:12 B4B98B70 c skysd (1702&000000/0110/93:02FB): found
(75 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:13 B4B98B70 c skysd
(1702&000000/0029/93:1493): found (1179 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:18 B4B98B70 c skysd (1702&000000/000B/93:26BB): found
(685 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:20 B4B98B70 c skysd
(1702&000000/0029/93:028D): found (1306 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:20 B4B98B70 c skysd (1702&000000/0110/93:873B): found
(80 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:27 B4B98B70 c skysd
(1702&000000/000B/93:7A96): found (2024 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:27 B4B98B70 c skysd (1702&000000/0110/93:161C): found
(80 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:27 B4B98B70 c skysd
(1702&000000/0029/93:E47F): found (539 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:32 B4B98B70 c skysd (1702&000000/000B/93:93C2): found
(676 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:33 B4B98B70 c skysd
(1702&000000/0110/93:8CF0): found (289 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:34 B4B98B70 c skysd (1702&000000/0029/93:37A9): found
(1298 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:41 B4B98B70 c skysd
(1702&000000/000B/93:9121): found (1883 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:41 B4B98B70 c skysd (1702&000000/0029/93:7196): found
(554 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:41 B4B98B70 c skysd
(1702&000000/0110/93:CA45): found (79 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:46 B4B98B70 c skysd (1702&000000/000B/93:A2B0): found
(606 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:47 B4B98B70 c skysd
(1702&000000/0110/93:6701): found (89 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:48 B4B98B70 c skysd (1702&000000/0029/93:9023): found
(1080 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:54 B4B98B70 c skysd
(1702&000000/000B/93:B95E): found (1775 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:55 B4B98B70 c skysd (1702&000000/011A/93:8479): found
(76 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:41:56 B4B98B70 c skysd
(1702&000000/0029/93:9951): found (945 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:41:56 B4B98B70 c skysd (1702&000000/011A/93:5C86): found
(78 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:00 B4B98B70 c skysd
(1702&000000/000B/93:052B): found (610 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:02 B4B98B70 c skysd (1702&000000/0029/93:D85F): found
(1411 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:02 B4B98B70 c skysd
(1702&000000/011A/93:458D): found (75 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:07 B4B98B70 c skysd (1702&000000/000B/93:50D8): found
(781 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:08 B4B98B70 c skysd
(1702&000000/011A/93:62D1): found (391 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:09 B4B98B70 c skysd (1702&000000/0029/93:D592): found
(735 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:14 B4B98B70 c skysd
(1702&000000/000B/93:CFF7): found (675 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:16 B4B98B70 c skysd (1702&000000/0029/93:2CAE): found
(1062 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:16 B4B98B70 c skysd
(1702&000000/011A/93:6EAE): found (74 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:21 B4B98B70 c skysd (1702&000000/000B/93:A49C): found
(652 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:23 B4B98B70 c skysd
(1702&000000/0029/93:391F): found (1382 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:23 B4B98B70 c skysd (1702&000000/011A/93:5C16): found
(75 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:29 B4B98B70 c skysd
(1702&000000/000B/93:11A4): found (1150 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:29 B4B98B70 c skysd (1702&000000/011A/93:1E83): found
(324 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:30 B4B98B70 c skysd
(1702&000000/0029/93:B3F9): found (1053 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:35 B4B98B70 c skysd (1702&000000/000B/93:FE40): found
(654 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:36 B4B98B70 c skysd
(1702&000000/011A/93:C93F): found (551 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:37 B4B98B70 c skysd (1702&000000/0029/93:A7AE): found
(871 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:42 B4B98B70 c skysd
(1702&000000/000B/93:864D): found (608 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:44 B4B98B70 c skysd (1702&000000/0029/93:28AB): found
(1185 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:44 B4B98B70 c skysd
(1702&000000/011A/93:C6B0): found (78 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:50 B4B98B70 c skysd (1702&000000/000B/93:BAFE): found
(1488 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:51 B4B98B70 c skysd
(1702&000000/0029/93:7FCF): found (1087 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:51 B4B98B70 c skysd (1702&000000/011A/93:DB1D): found
(78 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:58 B4B98B70 c skysd
(1702&000000/000B/93:FF3E): found (2012 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:42:58 B4B98B70 c skysd (1702&000000/011A/93:4D35): found
(73 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:42:58 B4B98B70 c skysd
(1702&000000/0029/93:9422): found (323 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:03 B4B98B70 c skysd (1702&000000/000B/93:5C8E): found
(626 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:43:05 B4B98B70 c skysd
(1702&000000/0029/93:7DFC): found (1362 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:05 B4B98B70 c skysd (1702&000000/011A/93:4123): found
(72 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:43:10 B4B98B70 c skysd
(1702&000000/000B/93:0BC9): found (623 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:11 B4B98B70 c skysd (1702&000000/011A/93:CC2B): found
(488 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:43:12 B4B98B70 c skysd
(1702&000000/0029/93:5113): found (770 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:17 B4B98B70 c skysd (1702&000000/000B/93:AB50): found
(607 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:43:19 B4B98B70 c skysd
(1702&000000/0029/93:4B8B): found (1508 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:19 B4B98B70 c skysd (1702&000000/011A/93:BBB2): found
(87 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:43:25 B4B98B70 c skysd
(1702&000000/000B/93:966C): found (1367 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:25 B4B98B70 c skysd (1702&000000/011A/93:9CD0): found
(77 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:43:27 B4B98B70 c skysd
(1702&000000/0029/93:22D6): found (1617 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:32 B4B98B70 c skysd (1702&000000/000B/93:ABC1): found
(1691 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:43:32 B4B98B70 c skysd
(1702&000000/011A/93:272D): found (77 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:33 B4B98B70 c skysd (1702&000000/0029/93:C70C): found
(752 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:43:39 B4B98B70 c skysd
(1702&000000/000B/93:E2EA): found (1010 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:40 B4B98B70 c skysd (1702&000000/0029/93:ED35): found
(1453 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:43:40 B4B98B70 c skysd
(1702&000000/011A/93:BD86): found (78 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:46 B4B98B70 c skysd (1702&000000/000B/93:B06F): found
(1034 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:43:46 B4B98B70 c skysd
(1702&000000/011A/93:C246): found (391 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:47 B4B98B70 c skysd (1702&000000/0029/93:420A): found
(971 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:43:53 B4B98B70 c skysd
(1702&000000/000B/93:2D4A): found (1655 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:54 B4B98B70 c skysd (1702&000000/0029/93:035A): found
(791 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:43:54 B4B98B70 c skysd
(1702&000000/011A/93:0468): found (76 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:43:59 B4B98B70 c skysd (1702&000000/000B/93:8B87): found
(625 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:44:00 B4B98B70 c skysd
(1702&000000/011A/93:35B4): found (531 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:44:02 B4B98B70 c skysd (1702&000000/0029/93:904F): found
(1395 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:44:06 B4B98B70 c skysd
(1702&000000/000B/93:694B): found (672 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:44:09 B4B98B70 c skysd (1702&000000/0029/93:2911): found
(1867 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:44:09 B4B98B70 c skysd
(1702&000000/011A/93:DFAB): found (74 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:44:14 B4B98B70 c skysd (1702&000000/000B/93:97B5): found
(1299 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:44:15 B4B98B70 c skysd
(1702&000000/0029/93:A1DD): found (1129 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:44:15 B4B98B70 c skysd (1702&000000/011A/93:2D2B): found
(80 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:44:21 B4B98B70 c skysd
(1702&000000/000B/93:1BC5): found (842 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:44:21 B4B98B70 c skysd (1702&000000/011A/93:F177): found
(558 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:44:22 B4B98B70 c skysd
(1702&000000/0029/93:1583): found (1067 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:44:27 B4B98B70 c skysd (1702&000000/000B/93:5FE6): found
(468 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:44:28 B4B98B70 c skysd
(1702&000000/0110/93:CEBF): found (402 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:44:29 B4B98B70 c skysd (1702&000000/0029/93:0624): found
(1390 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:44:35 B4B98B70 c skysd
(1702&000000/000B/93:724C): found (1196 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:44:36 B4B98B70 c skysd (1702&000000/0029/93:8655): found
(690 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:44:37 B4B98B70 c skysd
(1702&000000/0106/93:35DA): found (72 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:44:37 B4B98B70 c skysd (1702&000000/0106/93:398E): found
(80 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:44:41 B4B98B70 c skysd
(1702&000000/000B/93:CBC9): found (691 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:44:43 B4B98B70 c skysd (1702&000000/0029/93:CEF3): found
(1297 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:44:44 B4B98B70 c skysd
(1702&000000/0106/93:4980): found (408 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:44:49 B4B98B70 c skysd (1702&000000/000B/93:DE1B): found
(1706 ms) by newcsserver (of 1 avail 1)
2012/04/10 18:44:50 B4B98B70 c skysd
(1702&000000/0029/93:D7EA): found (776 ms) by newcsserver (of 1 avail
1)
2012/04/10 18:44:50 B4B98B70 c skysd (1702&000000/0106/93:FC1B): found
(110 ms) by newcsserver (of 1 avail 1)

sorry du hast i as gesagt bitteschön

#!/bin/sh -e
#
# rc.local
#
# Zum Autostarten eines Emu's einfach "#" am Anfang der Zeile entfernen
#OSCam starten
#/bin/oscam start &
#CCcam starten
/bin/cccam start &
#NewCS starten
#/bin/newcs start &
exit 0
 
Zuletzt bearbeitet von einem Moderator:
du hast doch geschrieben das wenn du alles auf oscam umstellst nichts oder nicht alles hell wird als wie es mit cccam gelaufen ist also muss es davon ja zum einen andere configs geben und auch logs..

vielleicht auch mal nach denken was du da machst. "i as" bezog sich auf deinen punkt 5.

ansonsten geb ich es auf wenn ich nicht verstanden werde. hilft ihm mal bitte jemand anderes? danke
 
Warum so lange beim neustaren des oscam fast 5 min cccam ist sofort da?
ich glaube meine fragenn sind zu viel
 
ich probiere schon über woche, ich habe nicht geschaft eine zweite newcamd line (nline)mit oscam zu laufen zu bringen.
Jetzt habe ich debian ipc abgestellt.Nun ist freetz dran mal sehen was raus kommt.

gruss
 
Oscam services und srvid s,beim ipc konnte ich dies nicht finden wo sind den die?oscam services und srvid s
 
wenn dann unter /var/etc
Ich weiß aber jetzt nicht ob die schon von Anfang an dabei sind.
Die werden für die "Oscam-Grundfunktion" nicht gebraucht und du mußt sie sowieso nach deinen Bedürfnissen erstellen/anpassen.

Gruß
janni1
 
Zurück
Oben