#1
Posted 22 July 2012 - 10:16
I am trying to delay the start of ccccam to enable oscam to use the cardreader before cccam. I have added a sleep line in the softcam.cccam209 script as shown here
#!/bin/sh
case "$1" in
start)
sleep 30
exec start-stop-daemon -S -x /usr/bin/CCcam209
;;
stop)
exec start-stop-daemon -K -R 2 -x /usr/bin/CCcam209
;;
restart|reload)
$0 stop
sleep 1
$0 start
;;
version)
echo "2.0.9"
;;
info)
echo "CCcam209 2.0.9"
;;
*)
echo "Usage: $0 start|stop|restart"
exit 1
;;
esac
exit 0
However this just seems to stop cccam from running at all. Is there any way I can acheive oscam running first?
Re: cccam script help #2
Posted 22 July 2012 - 10:27
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: cccam script help #3
Re: cccam script help #4
Posted 22 July 2012 - 10:52
Note: the box normally starts in run level 3, so you need to look in /etc/rc3.d
Note: the symlinks will get overwritten when the package is updated
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: cccam script help #5
Re: cccam script help #6
Posted 22 July 2012 - 11:10
Also maybe cccam has more than one init scripts, I don't know, I don't use it.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: cccam script help #7
Re: cccam script help #8
Re: cccam script help #9
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users