questions !!!!!!

xMx

Registered
Messages
91
Hello, I have a CCcam server on Dreambox 800hd with a limited number, I'll take off on vacation one or two weeks, but I'm afraid that the server was off on the period and time. What do you recommend?
regards
 

BM300

Super VIP
Messages
886

There must be a way to remotely control your server using the internet.
I have not done it myself but many network controllers use such programs.
 

zappaf

Registered
Messages
244
Crond or some script to restart dm on every day. Or somebody stay home and guard the dm.
 

zappaf

Registered
Messages
244
Try to find Linux and Unix crontab command.
Or try this script:
#!/bin/sh
if ps x |grep -v grep |grep -c CCcam >/dev/null
then
echo "cccam... ok"
else
echo "cccam... restarting"
/var/bin/CCcam_2.0.8 &
fi
 

xMx

Registered
Messages
91
Try to find Linux and Unix crontab command.
Or try this script:
#!/bin/sh
if ps x |grep -v grep |grep -c CCcam >/dev/null
then
echo "cccam... ok"
else
echo "cccam... restarting"
/var/bin/CCcam_2.0.8 &
fi
I have this script, but it does unfortunately not:mecry:
 
Top