Jump to content


spool

Member Since 5 Feb 2012
Offline Last Active 13 Jul 2019 20:17
-----

Posts I've Made

In Topic: make not found

1 August 2014 - 07:05

Hi,

 

I want to compile (use make) on the box not to compile openpli


In Topic: Ecmtime 0.000s CCcam 2.1.3

24 May 2014 - 16:33

thanks

 

problem solved by uploading "libgcc_s.so.1" to lib folder :)


In Topic: Cron don't work

22 May 2014 - 21:50

Oops

 

you're right, the problem was on my cron task

 

problem resolved


In Topic: Cron don't work

22 May 2014 - 20:13

Thanks for your answers

 

my script :

#!/bin/sh
	sleep 2
	if ps l |grep -v grep |grep -c CCcam >/dev/null
			then
				echo "CCcam... ok"					
			else
				echo "CCcam... restarting"
				/usr/bin/CCcam
	fi
exit

 

file chmod is 755

 

any idea ?


In Topic: Cron don't work

21 May 2014 - 21:12

no answer ?