Softcam doesnt restart
#1
Posted 6 February 2012 - 08:55
here is the scritp,i didnt change it
#!/bin/sh
case "$1" in
start)
ulimit -s 1024
exec start-stop-daemon -S -x /usr/bin/CustomCAM
;;
stop)
exec start-stop-daemon -K -R 2 -x /usr/bin/CustomCAM
;;
restart|reload)
$0 stop
sleep 1
$0 start
;;
version)
echo "1"
;;
info)
echo "CustomCAM 1"
;;
*)
echo "Usage: $0 start|stop|restart"
exit 1
;;
esac
exit 0
Gigablue Quad +250GB HDD ~ Xtrend ET5000 ~ Triax110 Black Multifeed 36E/28E/23E ~ Total TV88 Multifeed 19E/16E/13E/9-7E ~ EMP Centauri 9/1 DiSEqC ~ Panasonic L42G20
Re: Softcam doesnt restart #2
Posted 7 February 2012 - 07:48
Hello all, first post on here, so don't wish to sound like a smart-a**e, but if older image didn't have this "bug" use olderHi,have a problem with softcam manager,I use mbox as CustomCAM,and newcs as cardreader.Everithing goes normal,when I reboot receiver,both emulator is start,but when I stop them and try to restart,notning happened.Have to reboot receiver to get it back working.mbox is renamed as CustomCAM and have atr 755,the name is exatly the same.couple of version of PLi image it was ok,but after update this problem appear.
image. Most new images are BETA versions & still being trialled. Once you have posted issue here creators of image will take
a look at image & resolve issue. You seem to know what you're about Veskop, Why don't you look thru script yourself & tweak
it. There would appear to be a glaring omission on script you posted. If you can't see it take a look at script of older image & it
will stand out.
The "bug" you have highlighted crept under radar because most users don't stop & restart cam during normal use. If mbox is
set as DEFAULT cam it should re-start when prompted. If tweaking SCRIPT does not solve issue try diff. cam. Some cams are
not fully compatible with all images. I never had reason to use any cam other than Cccam. Pli-Jade images usually combine well
with Cccam. If you use NewCS cardreader try Newcamd 6.10b or older Newcamd if you wish
Re: Softcam doesnt restart #3
Posted 7 February 2012 - 17:30
Hello all, first post on here, so don't wish to sound like a smart-a**e, but if older image didn't have this "bug" use older
Hi,have a problem with softcam manager,I use mbox as CustomCAM,and newcs as cardreader.Everithing goes normal,when I reboot receiver,both emulator is start,but when I stop them and try to restart,notning happened.Have to reboot receiver to get it back working.mbox is renamed as CustomCAM and have atr 755,the name is exatly the same.couple of version of PLi image it was ok,but after update this problem appear.
image. Most new images are BETA versions & still being trialled. Once you have posted issue here creators of image will take
a look at image & resolve issue. You seem to know what you're about Veskop, Why don't you look thru script yourself & tweak
it. There would appear to be a glaring omission on script you posted. If you can't see it take a look at script of older image & it
will stand out.
The "bug" you have highlighted crept under radar because most users don't stop & restart cam during normal use. If mbox is
set as DEFAULT cam it should re-start when prompted. If tweaking SCRIPT does not solve issue try diff. cam. Some cams are
not fully compatible with all images. I never had reason to use any cam other than Cccam. Pli-Jade images usually combine well
with Cccam. If you use NewCS cardreader try Newcamd 6.10b or older Newcamd if you wish
bla,bla,bla.its worked with older images from last week let's say...OK,I can handle it,I can make my own scrtipt and will solve my problem,but here is a lot of people who cannot make it So this is not solution!I report for a problem,not asking for help
PS.With all emulators softcam didnt restart...not only mbox and newcs
Gigablue Quad +250GB HDD ~ Xtrend ET5000 ~ Triax110 Black Multifeed 36E/28E/23E ~ Total TV88 Multifeed 19E/16E/13E/9-7E ~ EMP Centauri 9/1 DiSEqC ~ Panasonic L42G20
Re: Softcam doesnt restart #4
Re: Softcam doesnt restart #5
Re: Softcam doesnt restart #6
Re: Softcam doesnt restart #7
Posted 9 February 2012 - 09:40
I make my own script.For me,problem is solved....i THINK I have had this problem also. Try updating to the latest image. I think that solved my problem
Gigablue Quad +250GB HDD ~ Xtrend ET5000 ~ Triax110 Black Multifeed 36E/28E/23E ~ Total TV88 Multifeed 19E/16E/13E/9-7E ~ EMP Centauri 9/1 DiSEqC ~ Panasonic L42G20
Re: Softcam doesnt restart #8
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users