Jump to content


Photo

CCcam stop !

Softcams

  • Please log in to reply
40 replies to this topic

#1 maveric

  • Senior Member
  • 126 posts

+2
Neutral

Posted 25 January 2011 - 00:14

Since I started to use Pli in my DB 800 CCcam stops 2-3 times a day

I got 3 other Vu+ and DB and my DB800 is server

When I used another IMG with a cronmanager in the meny .. where you can set restart softcam 3-4 times a day
.. it never stop.

Please let me know what to do with Pli to set a autostart or timer for restart softcam

Re: CCcam stop ! #2 ni_hao

  • Senior Member
  • 846 posts

+5
Neutral

Posted 25 January 2011 - 07:19

Use this script for checking if cccam is running and if not it will start.
Let a cronjob run this script every x minutes.

Check/edit the paths at the top of the file. I have created a folder called: /usr/script and put all my script files in there
Here it is used in OpenPLi 2

Attached Files



Re: CCcam stop ! #3 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,503 posts

+118
Excellent

Posted 25 January 2011 - 09:53

my CCcam never stopped with my internal cards
never had to use cron managers

on the Glassfibre 1GB DVB-C...


Re: CCcam stop ! #4 littlesat

  • PLi® Core member
  • 57,224 posts

+701
Excellent

Posted 25 January 2011 - 09:56

Is this regards a Conax card?

Re: CCcam stop ! #5 jakas

  • Senior Member
  • 422 posts

+2
Neutral

Posted 25 January 2011 - 15:03

Let a cronjob run this script every x minutes.


can you give the script for PLI for cronjob like this

Re: CCcam stop ! #6 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,503 posts

+118
Excellent

Posted 25 January 2011 - 17:19

read 3 postings above for a solution

on the Glassfibre 1GB DVB-C...


Re: CCcam stop ! #7 ni_hao

  • Senior Member
  • 846 posts

+5
Neutral

Posted 25 January 2011 - 17:22

script pli cronjob.... ???

I here have in OpenPLi 2 just a file (without extension): /etc/cron/crontabfile
The content of that file is:
10 * * * * /usr/script/cccam_restart.sh
Which means my script file to check CCcam is the file /usr/script/cccam_restart.sh and will be checked every 10 minutes.

Then start the cron daemon (crond) in telnet with:
/usr/sbin/crond -c /etc/cron/crontabs

BTW I have an enigma2 plugin (a kind of cronmanager). If you want I can send it to you by PM.

Re: CCcam stop ! #8 maveric

  • Senior Member
  • 126 posts

+2
Neutral

Posted 26 January 2011 - 03:43

Use this script for checking if cccam is running and if not it will start.
Let a cronjob run this script every x minutes.

Check/edit the paths at the top of the file. I have created a folder called: /usr/script and put all my script files in there
Here it is used in OpenPLi 2

Thanx i will look at it and will comeback if I do need help

Re: CCcam stop ! #9 maveric

  • Senior Member
  • 126 posts

+2
Neutral

Posted 26 January 2011 - 03:43

BTW I have an enigma2 plugin (a kind of cronmanager). If you want I can send it to you by PM.

Please send it to me


Re: CCcam stop ! #10 maveric

  • Senior Member
  • 126 posts

+2
Neutral

Posted 26 January 2011 - 03:48

my CCcam never stopped with my internal cards
never had to use cron managers


I do think you have told me that before . and it is Very interesting to know that You do Not have this problem

But I do have the problem

And I do think all the others who have downloaded the file has the problem

Re: CCcam stop ! #11 Alias1

  • Senior Member
  • 575 posts

+13
Neutral

Posted 26 January 2011 - 05:42

my CCcam never stopped with my internal cards
never had to use cron managers



I do think you have told me that before . and it is Very interesting to know that You do Not have this problem

But I do have the problem

And I do think all the others who have downloaded the file has the problem


I dont have that problem either have you tried a different version of CCcam better still go to oscam as the server/client

DM800se Vu+Duo ET-9000 Vu+Ultimo


Re: CCcam stop ! #12 CTHT

  • Member
  • 1 posts

0
Neutral

Posted 12 February 2011 - 00:08

Same problem here using CCcam on VU+Duo. Cam stops after a couple of hours. Having this issue since I updated the image (nightly build) last week. Tried meanwhile different versions of CCcams and some nightly builds.

Never had this problem before, so maybe downgrading to a older image will fix it for me.

Re: CCcam stop ! #13 TVBlock

  • Senior Member
  • 211 posts

+1
Neutral

Posted 28 February 2011 - 12:10

Same problem here using CCcam on VU+Duo. Cam stops after a couple of hours. Having this issue since I updated the image (nightly build) last week. Tried meanwhile different versions of CCcams and some nightly builds.

Never had this problem before, so maybe downgrading to a older image will fix it for me.



I'm having the same problem. CCcam crashes (stops) several times a day. No indication why in the CCcam log.
After it stopped I cannot restart it from softcam setup. I need to reboot my Vu-Duo.
TVBlock

--- Mijn boxen zijn altijd voorzien van de nieuwste OpenPli build. ---

V+Duo OpenPli / Dreambox 800 Kabel OpenPli / 90CM Gregorian motorised / Visiosat Tri-Satellite / Sky/BBC Dish / ...........

Re: CCcam stop ! #14 WanWizard

  • PLi® Core member
  • 70,563 posts

+1,816
Excellent

Posted 28 February 2011 - 12:35

If it stops that regularly, start it in a telnet session from the commandline, using
/var/bin/CCcam -d
and see if it displays an error when it stops...

Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: CCcam stop ! #15 TVBlock

  • Senior Member
  • 211 posts

+1
Neutral

Posted 28 February 2011 - 12:39

I have made some small adjustment to the above script.

These are the steps you need to make it work

1. copy the attached file cccam_restart.sh to /usr/script/ and chmod the rights to 755
2. copy the attached file crontabfile to /etc/cron/ and chmod the rights to 755

3. from telnet sesion start cron with
/usr/sbin/crond -c /etc/cron/crontabs

4. to have cron start at boot
add the line from 3. ( /usr/sbin/crond -c /etc/cron/crontabs )
to /etc/init.d/bootmisc.sh
Make sure you insert the line above the last line ( : exit 0 )

5. make sure CCCam.cfg has these line in it
ALLOW TELNETINFO: yes
TELNETINFO LISTEN PORT:16000
If not add them and restart CCcam.

Attached Files


TVBlock

--- Mijn boxen zijn altijd voorzien van de nieuwste OpenPli build. ---

V+Duo OpenPli / Dreambox 800 Kabel OpenPli / 90CM Gregorian motorised / Visiosat Tri-Satellite / Sky/BBC Dish / ...........

Re: CCcam stop ! #16 TVBlock

  • Senior Member
  • 211 posts

+1
Neutral

Posted 28 February 2011 - 12:45

Strange enough it just stops does not give any error.

No killed, or stopped message or segmentation fault.

I will leave it running to a logfile now. Hope it gives some sort of error.

If it stops that regularly, start it in a telnet session from the commandline, using

/var/bin/CCcam -d
and see if it displays an error when it stops...


TVBlock

--- Mijn boxen zijn altijd voorzien van de nieuwste OpenPli build. ---

V+Duo OpenPli / Dreambox 800 Kabel OpenPli / 90CM Gregorian motorised / Visiosat Tri-Satellite / Sky/BBC Dish / ...........

Re: CCcam stop ! #17 maveric

  • Senior Member
  • 126 posts

+2
Neutral

Posted 28 February 2011 - 14:27

I use the Plugin Ni-Hao is talking about and it works 100%

Very simple to install



Re: CCcam stop ! #18 xener

  • Senior Member
  • 264 posts

0
Neutral

Posted 28 February 2011 - 15:46

I have made some small adjustment to the above script.

These are the steps you need to make it work

1. copy the attached file cccam_restart.sh to /usr/script/ and chmod the rights to 755
2. copy the attached file crontabfile to /etc/cron/ and chmod the rights to 755

3. from telnet sesion start cron with
/usr/sbin/crond -c /etc/cron/crontabs

4. to have cron start at boot
add the line from 3. ( /usr/sbin/crond -c /etc/cron/crontabs )
to /etc/init.d/bootmisc.sh
Make sure you insert the line above the last line ( : exit 0 )

5. make sure CCCam.cfg has these line in it
ALLOW TELNETINFO: yes
TELNETINFO LISTEN PORT:16000
If not add them and restart CCcam.


quite complicated for such a little task..

start cccam with oneliner:
while true; do CCcam -d ; sleep 3;done

Re: CCcam stop ! #19 jedeje

  • Senior Member
  • 63 posts

+1
Neutral

Posted 2 March 2011 - 13:23

Is this regards a Conax card?


Why do you ask? Do you have issues with a Conax card?

I have run into this type of behaviour after installing a DVB-T stick on my ET9000 and using my KPN Conax card for this in the second card slot.

With the Conax card inserted CCcam stops 2 to three times a day without giving any explanatory output when using -d, the process simply vanishes....

Taking the Conax card out fixes this behaviour, CCcam then (for me) never stops by itself.

Gr
JeDeJe
Clarke tech ET-9000, TF7700HDPVR E2 A1+A2+A3+HB & Rotor 40W - 40E

Re: CCcam stop ! #20 littlesat

  • PLi® Core member
  • 57,224 posts

+701
Excellent

Posted 2 March 2011 - 13:55

I also can confirm CCcam issue with Conax... Go back to 2.1.4 solves it.



Also tagged with one or more of these keywords: Softcams

2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users