Eurocardsharing Forum
Satellite TV for PC
Twitter

Go Back   Eurocardsharing Forum > Other Options > CardSharing Chat/News

Reply
 
Thread Tools Display Modes
problem with debian-cccam server.
Old
  (#1)

GianniBlaze
Junior Member
 
GianniBlaze's Avatar
 
Offline
Posts: 4

Level: 1 [♥ Bé-Yêu ♥]
Life: 0 / 5
Magic: 1 / 12
Experience: 21%

Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: May 2009
problem with debian-cccam server. - 01-June-2009, 14:48


   
Reply With Quote
Sponsored Links
www.satshop.tv
Old
  (#2)

boknoy_ph
Super Moderator
 
boknoy_ph's Avatar
 
Offline
Posts: 1,364

Level: 31 [♥ Bé-Yêu ♥]
Life: 154 / 770
Magic: 454 / 3625
Experience: 80%

Thanks: 59
Thanked 410 Times in 303 Posts
Join Date: Aug 2008
Location: C:\Recyle Bin
01-June-2009, 16:22



HP-Compaq DC5000 MT 1.5GB RAM
Debian Squeeze with Smargos
CCcam 2.1.3

   
Reply With Quote
Old
  (#3)

GianniBlaze
Junior Member
 
GianniBlaze's Avatar
 
Offline
Posts: 4

Level: 1 [♥ Bé-Yêu ♥]
Life: 0 / 5
Magic: 1 / 12
Experience: 21%

Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: May 2009
01-June-2009, 16:27


cccam version 2.1.1

who ist the log?

   
Reply With Quote
Old
  (#4)

jmcirl
Junior Member
 
jmcirl's Avatar
 
Offline
Posts: 25

Level: 3 [♥ Bé-Yêu ♥♥ Bé-Yêu ♥]
Life: 0 / 68
Magic: 8 / 158
Experience: 73%

Thanks: 3
Thanked 1 Time in 1 Post
Join Date: Jun 2009
03-June-2009, 16:49


Start CCCam with -d and you'll get logging output

   
Reply With Quote
Old
  (#5)

kazbek007
Junior Member
 
kazbek007's Avatar
 
Offline
Posts: 13

Level: 2 [♥ Bé-Yêu ♥]
Life: 0 / 34
Magic: 4 / 340
Experience: 38%

Thanks: 7
Thanked 6 Times in 5 Posts
Join Date: Nov 2006
03-June-2009, 17:31


Hi,

Maybe the issue is that you don't have start script to start cccam automatically after a reboot.

Here is my script:

#! /bin/sh
# /etc/init.d/cccam
#

# Carry out specific functions when asked to by the system
case "$1" in
start)
echo "Starting script cccam"
/var/bin/CCcam.x86 -f
;;
stop)
echo "Stopping script cccam"
kill -9 $(pgrep CCcam.x86)
;;
*)
echo "Usage: /etc/init.d/cccam {start|stop}"
exit 1
;;
esac

exit 0

Place this in /etc/init.d/ and name it cccam

Hope it helps.

   
Reply With Quote
Old
  (#6)

jmcirl
Junior Member
 
jmcirl's Avatar
 
Offline
Posts: 25

Level: 3 [♥ Bé-Yêu ♥♥ Bé-Yêu ♥]
Life: 0 / 68
Magic: 8 / 158
Experience: 73%

Thanks: 3
Thanked 1 Time in 1 Post
Join Date: Jun 2009
05-June-2009, 01:22


Quote:
Originally Posted by kazbek007 [Only Registered Users Can See LinksClick Here To Register]
Maybe the issue is that you don't have start script to start cccam automatically after a reboot.
Hi,

I'm using Voyage linux (a debian derivative for embedded type boards) and I'm doing ok by adding the CCcam program into the /etc/rc.local [final] start-up script (and not worrying about the init.d / rc.d stuff)

JMC

   
Reply With Quote
Reply

Tags
debian-cccam, problem, server.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
irdeto problem on my debian server aldo142 CardSharing Chat/News 3 27-May-2009 13:37
cccam in debian - problem with phoenix reader yiorgosc Cardsharing Tutorials 9 22-March-2009 22:59
gboxx86 debian problem panagath GBoX 1 28-August-2008 08:16
debian infinity cccam problem with irdeto doctor-john Cccam 0 10-May-2008 19:22





Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.