Search the Community
Showing results for tags 'crond'.
-
настроил crond как указано здесь в пункте 2: Но не работает однако ~ # ls -l /opt/var/spool/cron/crontabs -rwxrw-rw- 1 root root 525 Nov 11 08:12 crontab содержимое файла кронтабс: ~ # cat /opt/var/spool/cron/crontabs/crontab PATH=/opt/bin:/opt/sbin:/sbin:/usr/sbin:/bin:/usr/bin # Your LED control schedule for front leds # #43 16 * * * ndmq -p 'system led shutdown front' -P message #44 16 * * * ndmq -p 'no system led shutdown' -P message #ЛХМСРЮ ВЮЯ ДЕМЭ_ЛЕЯЪЖЮ ЛЕЯЪЖ ДЕМЭ_МЕДЕКХ ЙНЛЮМДЮ */1 * * * * date >> /opt/tmp/crontest.txt ~ # процесс кронд запущен: ~ # ps | grep cron 273 root 1628 S /opt/sbin/crond -L /dev/null 282 root 1032 S cron -s 4064 root 1576 S grep cron ~ # результата нет: ~ # ls -l /opt/tmp drwx------ 1 root root 0 Oct 29 00:32 mc-root srwxr-xr-x 1 root root 1 Oct 29 00:31 php-fastcgi-1.socket-0 srwxr-xr-x 1 root root 1 Oct 29 00:31 php-fastcgi-2.socket-0 srwxr-xr-x 1 root root 1 Oct 29 00:31 php-fastcgi-2.socket-1 srwxr-xr-x 1 root root 1 Oct 29 00:31 php-fastcgi-2.socket-2 srwxr-xr-x 1 root root 1 Oct 29 00:31 php-fastcgi-2.socket-3 srwxr-xr-x 1 root root 1 Oct 29 00:31 php-fastcgi-2.socket-4 ~ # как понять, почему не работает, как запускать кронд чтобы увидеть текст сообщений о проблемах?