Die Suche ergab 5 Treffer

von pukitheman
Fr 18. Mai 2012, 21:08
Forum: CCcam
Thema: Problem: CCcam is restarting
Antworten: 3
Zugriffe: 13088

Re: Problem: CCcam is restarting

Ubuntu-1004-lucid-32-minimal

please answer to some quests
which cccam version? - 2.1.3
which debian version? -Ubuntu-1004-lucid-32-minimal
which kernel is used?
does anything stands under "dmesg" ? here is big log if you need I will write all
how many clients? - 150
how many readers are in use ...
von pukitheman
Fr 18. Mai 2012, 19:19
Forum: CCcam
Thema: Problem: CCcam is restarting
Antworten: 3
Zugriffe: 13088

Problem: CCcam is restarting

have one problem with CCcam.
Problem is that CCcam is restarting 5- 10
times in 24 h.


i jobs is on defauld - CCcam restart on 4:30 ,
and auto start{ i au } is on defauld.

I use :
Paketversion : 11.3 (2012-01-30)

I update ipc and server but problem is not resolve.

Did any of you have same ...
von pukitheman
Sa 28. Apr 2012, 15:18
Forum: OScam
Thema: [GELÖST] - oscam autostart - no need of cccam. How to ?
Antworten: 4
Zugriffe: 1309

Re: oscam autostart - no need of cccam. How to ?

ok I put this :


#!/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


results :

start cron
start oscam
start cccam - how to stop ...
von pukitheman
Sa 28. Apr 2012, 14:59
Forum: OScam
Thema: [GELÖST] - oscam autostart - no need of cccam. How to ?
Antworten: 4
Zugriffe: 1309

Re: oscam autostart - no need of cccam. How to ?

am use pytty :
i as


got this :


#!/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



I remove # before OSCam starten

ctrl+o ...
von pukitheman
Sa 28. Apr 2012, 13:59
Forum: OScam
Thema: [GELÖST] - oscam autostart - no need of cccam. How to ?
Antworten: 4
Zugriffe: 1309

[GELÖST] - oscam autostart - no need of cccam. How to ?

hi to all , I use ipc and I am very happy with how is work .
have one problem , I cand find the way to make my pc server runing like this :
after reboot of server, just oscam run without cccam- dont need cccam on my server, can somebody point me where can I find way to do this ?

thank's