Bazix 0 Zgłoś post Napisano Marzec 3, 2012 Po dodaniu crontab -e ( poprawnie ) wyskakuje mi taki blad jak w temacie. Dodany crontab: */1 * * * * /var/www/panel/files/sprawdz.sh * */1 * * * php-f /var/www/panel/sprawdz.php ctrl + x + y + enter ; ) Zapisany. I wyskakuje taki blad jak powyzej czyli nie ma takiej cmd Co musze doinstalowac ? Probowalem szukac tego w innych folderach zeby zastosować skrót l -s /as/as/ /asa/as/ass Ale bez skutku ... Przekopałem google i nic nie znalazłem w jezyku polskim ani angielskim. A tutaj błedy z maila root: From root@xxx.localdomain Sat Mar 3 03:56:01 2012 Return-Path: <root@xxx.localdomain> X-Original-To: root Delivered-To: root@xxx.localdomain Received: by xxx.localdomain (Postfix, from userid 0) id CFEE52BD851B; Sat, 3 Mar 2012 03:56:01 +0000 (UTC) From: root@xxx.localdomain (Cron Daemon) To: root@xxx.localdomain Subject: Cron <root@xxx> php-f /var/www/panel/sprawdz.php Content-Type: text/plain; charset=ANSI_X3.4-1968 X-Cron-Env: <SHELL=/bin/sh> X-Cron-Env: <HOME=/root> X-Cron-Env: <PATH=/usr/bin:/bin> X-Cron-Env: <LOGNAME=root> Message-Id: <20120303035601.CFEE52BD851B@bustedga.localdomain> Date: Sat, 3 Mar 2012 03:56:01 +0000 (UTC) /bin/sh: php-f: command not found From root@xxx.localdomain Sat Mar 3 03:56:09 2012 Return-Path: <root@xxx.localdomain> X-Original-To: root Delivered-To: root@xxx.localdomain Received: by xxx.localdomain (Postfix, from userid 0) id C2DCC2BD851B; Sat, 3 Mar 2012 03:56:09 +0000 (UTC) From: root@xxx.localdomain (Cron Daemon) To: root@xxx.localdomain Subject: Cron <root@xxx> /var/www/panel/files/sprawdz.sh Content-Type: text/plain; charset=ANSI_X3.4-1968 X-Cron-Env: <SHELL=/bin/sh> X-Cron-Env: <HOME=/root> X-Cron-Env: <PATH=/usr/bin:/bin> X-Cron-Env: <LOGNAME=root> Message-Id: <20120303035609.C2DCC2BD851B@xxx.localdomain> Date: Sat, 3 Mar 2012 03:56:03 +0000 (UTC) chmod: cannot access `/home/ventrilo/2503/ventrilo_srv.pid': No such file or directory chmod: cannot access `/home/ventrilo/8006/ventrilo_srv.pid': No such file or directory chmod: cannot access `/home/ventrilo/8009/ventrilo_srv.pid': No such file or directory chmod: cannot access `/home/ventrilo/8012/ventrilo_srv.pid': No such file or directory Udostępnij ten post Link to postu Udostępnij na innych stronach
www.biznes-host.pl 121 Zgłoś post Napisano Marzec 3, 2012 (edytowany) zmień z php-f na php -f (dodaj spacje) Edytowano Marzec 3, 2012 przez www.biznes-host.pl (zobacz historię edycji) Udostępnij ten post Link to postu Udostępnij na innych stronach
Bazix 0 Zgłoś post Napisano Marzec 3, 2012 Nie mialem bibliotek .. Not able to check PHP version: -bash: php: command not found If you get the error message "-bash: php: command not found", first ensure whether you have installed PHP in the server. If you have installed PHP and if you get the error message, then you have to install php-cli. CentOS: === yum install php-cli === Ubuntu: === apt-get install php4-cli or apt-get install php5-cli === Udostępnij ten post Link to postu Udostępnij na innych stronach