Илдар Posted November 11, 2017 Share Posted November 11, 2017 настроил 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 ~ # как понять, почему не работает, как запускать кронд чтобы увидеть текст сообщений о проблемах? Quote Link to comment Share on other sites More sharing options...
and_ka Posted November 11, 2017 Share Posted November 11, 2017 У меня тоже с начало не работало. Оказалось был создан файл планировщика root а не crontab /var/spool/cron/crontabs/root Возможно я где то ошибся Цитата Работаем с планировщиком: crontab -e Проверяем задачи планировщика: crontab -l С уважением, Netman. Quote Link to comment Share on other sites More sharing options...
TheBB Posted November 11, 2017 Share Posted November 11, 2017 Благодарим, Вас, за баг-репорты и обязательно исправим "это недоразумение" в следующей сборке. #ржунимагу Quote Link to comment Share on other sites More sharing options...
Илдар Posted November 11, 2017 Author Share Posted November 11, 2017 ух ты, спасибо. создал через EDITOR=nano crontab -e оказалось, что файл создаётся по другому пути, нежели указано в инструкции п.2 т.е. создался в /opt/var/cron/crontabs вместо /opt/var/spool/cron/crontabs , как указано в инструкции. Quote Link to comment Share on other sites More sharing options...
TheBB Posted November 11, 2017 Share Posted November 11, 2017 и далее (либо всю тему перечитать) + http://forums.zyxmon.org/...cron Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.