[GELÖST] - oscam autostart - no need of cccam. How to ?
-
- IPC Neuling
- Beiträge: 5
- Registriert: Fr 30. Mär 2012, 20:56
- Kontaktdaten:
[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
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
- jensebub
- IPC Meister
- Beiträge: 1133
- Registriert: So 1. Mai 2011, 09:34
- Been thanked: 1 time
- Kontaktdaten:
Re: oscam autostart - no need of cccam. How to ?
hi,
perhaps use putty:
and deactivate the line where cccam starts (put the # before)
store with cntrl+o <enter> exit with cntrl+x <enter>
greetings
jensebub
perhaps use putty:
Code: Alles auswählen
i as
Code: Alles auswählen
#CCcam starten
#bin/cccam start &
greetings
jensebub
-
- IPC Neuling
- Beiträge: 5
- Registriert: Fr 30. Mär 2012, 20:56
- Kontaktdaten:
Re: oscam autostart - no need of cccam. How to ?
am use pytty :
i as
got this :
I remove # before OSCam starten
ctrl+o >>> save
ctrl+x >>>exit
reboot server .
results :
start cron
start cccam
dont have good results with this .
i as
got this :
Spoiler
Show
#!/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
#
# 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 >>> save
ctrl+x >>>exit
reboot server .
results :
start cron
start cccam
dont have good results with this .
- jensebub
- IPC Meister
- Beiträge: 1133
- Registriert: So 1. Mai 2011, 09:34
- Been thanked: 1 time
- Kontaktdaten:
Re: oscam autostart - no need of cccam. How to ?
so, make it like i said,
it has to look like that:
/EDIT next step you have to deactivate the cccam-watchdog and infophp in:
put # before every line with cccam like that
it has to look like that:
Code: Alles auswählen
#OSCam starten
/bin/oscam start &
#CCcam starten
#/bin/cccam start &
Code: Alles auswählen
i jobs
Code: Alles auswählen
#CCcam
#* * * * * root /var/emu/script/cccam-watchdog.sh #CCcam - Teste ob CCcam laeuft$
#30 4 * * * root /var/emu/script/cccam restart #CCcam - EMU Neustart (Taegli$
#* 5 * * * root /var/emu/script/cccam-cfgnl.sh #CCcam - Lade neue Konfigurati$
#CCcamInfoPHP (Update,Ping,Online)
#* * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_update.ph$
#58 * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_ping.php$
#59 * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_online.p$
-
- IPC Neuling
- Beiträge: 5
- Registriert: Fr 30. Mär 2012, 20:56
- Kontaktdaten:
Re: oscam autostart - no need of cccam. How to ?
ok I put this :
what is wrong ?
/EDIT yes is work , with edit part of you post ,
thank's very musch.
regards
Spoiler
Show
#!/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 cccam dont need this !
#
# 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 cccam dont need this !
/EDIT yes is work , with edit part of you post ,
thank's very musch.
regards
Wer ist online?
Mitglieder in diesem Forum: 0 Mitglieder und 0 Gäste