#1
Posted 25 January 2011 - 00:14
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
Posted 25 January 2011 - 07:19
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
Re: CCcam stop ! #4
Re: CCcam stop ! #5
Re: CCcam stop ! #6
Re: CCcam stop ! #7
Posted 25 January 2011 - 17:22
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.shWhich 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
Posted 26 January 2011 - 03:43
Thanx i will look at it and will comeback if I do need helpUse 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
Re: CCcam stop ! #9
Re: CCcam stop ! #10
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
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
Posted 12 February 2011 - 00:08
Never had this problem before, so maybe downgrading to a older image will fix it for me.
Re: CCcam stop ! #13
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.
--- 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
Posted 28 February 2011 - 12:35
/var/bin/CCcam -dand 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
Posted 28 February 2011 - 12:39
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
--- 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
Posted 28 February 2011 - 12:45
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 -dand see if it displays an error when it stops...
--- 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
Re: CCcam stop ! #18
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
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
Re: CCcam stop ! #20
Also tagged with one or more of these keywords: Softcams
Missing Softcams PluginStarted by MifPT, 12 Jan 2024 softcams, Plugin and 1 more... |
|
|||
Softcams
Clarke Tech ET 9000 mit Beta 2.0Started by Markus1974, 26 Dec 2010 Softcams |
|
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users