Problem sa CCcam

Started by Deda Pantelija, March 14, 2011, 07:18:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Deda Pantelija

Stvar izgleda ovako, nakon nestanka struje ili interneta ili običnog reboota ,cccam jednostavno miruje i svaki put se mora pokrenuti nanovo preko puttyja.
Evo postavke osnovnih file-a

CCcam 2.1.3 - debian.

/bin/cccam 755


/emu/cccam/CCcam.x86 755


/emu/script/cccam 755

#!/bin/sh
CAMNAME="CCcam Server"
# end
 
# This method starts CCcam
start_cam ()
{
/emu/cccam/CCcam.x86 &
sleep 2
}
# This method stops CCcam
stop_cam ()
{
pkill CCcam.x86
}
case "$1" in
start)
echo "[SCRIPT] $1: $CAMNAME"
start_cam
;;
stop)
echo "[SCRIPT] $1: $CAMNAME"
stop_cam
;;
restart)
echo "Restaring $CAMNAME"
stop_cam
start_cam
;;
*)
"$0" stop
exit 1
;;
esac
exit 0


Da li ovde negdje ima taj problem ili je nešto drugo.
IMPORTANT PLEASE READ :
All Peers offline for more than 48 hours without notice will be automatic deleted !!

Oscam


Deda Pantelija

evo šta mi ima u  rc.local

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

exit 0
IMPORTANT PLEASE READ :
All Peers offline for more than 48 hours without notice will be automatic deleted !!

geczi

U rc.local upisi sledece:
/bin/cccam start &

exit 0

i cccam ti se starta sa linux-om pri bootanju ili rebootu

javi jel radi

Deda Pantelija

mislim da je to ono što mi je trebalo thx ,tema za sada može lock,jer nakon 5 reboota i vadjenja servera iz napona nakon minut cccam je pokrenut.

hf$(zzzxxxzzz
IMPORTANT PLEASE READ :
All Peers offline for more than 48 hours without notice will be automatic deleted !!

taxitv

pozdrav svima u forumu ima li koga meni pomagati
imam kartu SKY-LINK sl i to je na  cryptoworks  sistem alo cccam ne ga radi a scamd3.58 super radi ali da mogu cs sa ccam ili news cs kako to ode/////??????

antox

Quote from: taxitv;91233pozdrav svima u forumu ima li koga meni pomagati
imam kartu SKY-LINK sl i to je na  cryptoworks  sistem alo cccam ne ga radi a scamd3.58 super radi ali da mogu cs sa ccam ili news cs kako to ode/////??????
napravi kombinaciju scam/CCcam
nek scam bude cardserver a CCcam nek bude djelitelj
evo naša sam nešto pa vidi ovu kombinaciju:
QuoteScam 3.57 tutorial home network
I don't use scam but because of too many requests i made tests to study.

Remember that in 3.57 che config files are changed so you have to follow these simply rules:

1) BE SURE TO HAVE SCAM 3.57 VERSION IN ALL YOUR NETWORK
2) BE SURE TO HAVE THE CONFIG FILE IN THE RIGHT POSITION:
--- ENIGMA1 = /var/scam/config
--- ENIGMA2 = /etc/scam/config

We will make this config:
Server1: CCcam ip 198.168.0.2 port: 12000
Server: Scam server with local cards and Cccam share: ip 192.168.0.8 port: 4321
Client: Scam client ip: 192.168.0.10 port: 4321

Warning: With this config Scam Server will receive from CCcam server but will pass to Scam Client only local cards (as for example ndz and tivusat)

1) First of all install in all your dreambox the socketmmi plugin

2) Config CCcam server to share with Scam server:
add to CCcam server this line:
Code:

F: scamserver scampass 3 1 0 { 0:0:3 }

3) Config Scam Server:



### scam host
/net/ecm_server/homeserver/port=4321
/net/ecm_server/homeserver/user/client1/pass=test


### cccam share (3.52)
/net/cccam/home/user=scamserver
/net/cccam/home/pass=scampass
/net/cccam/home/host=198.168.0.2
/net/cccam/home/serv=12000

4) Config Scam Client:


### scam client
/net/ecm_client/homeserver/host=192.168.0.8
/net/ecm_client/homeserver/port=4321
/net/ecm_client/homeserver/user/client1/pass=test

Thats all.
You have only to substitute the correct ip address and ports in this config to have a working scam 3.57 net. You can check it in the plugin socketmmi: Menu->setup->softcam->Network.
thanks to Sloggo

taxitv