Hi
I want to compile a projet with makefile
but my vuplus solo (openpli 4.0) can't find make command
I try opkg install make (but unknow package)
so I need your help
31 July 2014 - 21:31
Hi
I want to compile a projet with makefile
but my vuplus solo (openpli 4.0) can't find make command
I try opkg install make (but unknow package)
so I need your help
24 May 2014 - 11:17
Hi
I have installed CCcam 2.1.3 on my vu+solo but I have problem with ecmtime display, ecm is ok but time is not
12:12:51.018 CCcam: client xxxxx ecm request for handler 0x135 0x1810(0x4001) sid 0x83 ok: 0 (took 0.0000 seconds)
on the cccam webif it's the same
|xxxxx|xxxxxxx |00d 00:00:39|00d 00:00:02|10 (10) |0 (0)|2.1.3 |1810:004001:756a (ok) | 0.0000s |
any idea ?
with CCcam 2.3.0 I don't have this issue
21 May 2014 - 21:18
root@vusolo:~# crontab -l 1 * * * * /etc/cccamchk.sh >/etc/1.txtbut when I check 1.txt file..already empty
root@vusolo:~# /etc/cccamchk.sh CCcam... ok
997 root 3144 S crond -c /etc/cron/crontabs
root@vusolo:~# cat /etc/cron/crontabs/root 1 * * * * /etc/cccamchk.sh >/etc/1.txt
17 May 2014 - 19:22
Hi
I want to use Nano editor as my default editor
I use :
export EDITOR=nano
but I need to do it for each ssh session
thank's
17 May 2014 - 19:19
Hi
I have vu+solo + openpli 4.0, I want to use crontab with somes scripts
I have installed busybox-cron and edit crontab with crontab -e
root@vusolo:~# crontab -l 1 * * * * /etc/cccamchk.sh >/etc/1.txt
but when I check 1.txt file..already empty
if I execute cccamchk.sh manually it's work
root@vusolo:~# /etc/cccamchk.sh CCcam... ok
ps command output :
997 root 3144 S crond -c /etc/cron/crontabs
root@vusolo:~# cat /etc/cron/crontabs/root 1 * * * * /etc/cccamchk.sh >/etc/1.txt