SnipER Posted April 24, 2016 Share Posted April 24, 2016 Здравствуйте, помогите убрать спам от cron вроде этого: cron[566](root) CMD (/opt/bin/run-parts /opt/etc/cron.5mins^I) cron[567](root) CMD (/opt/bin/run-parts /opt/etc/cron.1min^I) cron[573](root) CMD (/opt/bin/run-parts /opt/etc/cron.1min^I) В других местах советуют редактировать файл etc/syslog.conf, которого у нас не существует. Версия NDMS v2.06(AAUW.5)A7, Cron из Entware-Keenetic. Quote Link to comment Share on other sites More sharing options...
TheBB Posted April 24, 2016 Share Posted April 24, 2016 cron в Entware-(ng/Keenetic) Quote Link to comment Share on other sites More sharing options...
SnipER Posted April 24, 2016 Author Share Posted April 24, 2016 cron - это пример. Вопрос в том, где настраивается аутпут логгера в Журнал. P.S. И да, меня именно Zyxmon направил сюда. Quote Link to comment Share on other sites More sharing options...
TheBB Posted April 24, 2016 Share Posted April 24, 2016 Вас направили не сюда, а в соседнюю тему на том же форуме (ссылка выше). Набирайте crontab -е и правьте задания cron`a, как нужно вам... Quote Link to comment Share on other sites More sharing options...
SnipER Posted April 24, 2016 Author Share Posted April 24, 2016 Еще раз. С заданиями cron-а все в порядке. И с cron-ом все в порядке. Почему так сложно прочесть сообщение и проблему? У крона нет средств изменять этот лог, это делается средствами системы. Если погуглить, то все рекомендуют менять файл etc/syslog.conf, чтобы добавить туда крон для игнорирования. У нас в прошивке этого файла нет. Это форум по прошивке. Вопрос: как менять то, что пишется в Журнал logger-ом? Quote Link to comment Share on other sites More sharing options...
S_A Posted May 28, 2016 Share Posted May 28, 2016 Подсказка есть в /opt/etc/init.d/S10cron: # remove `-s` to disable logs in syslog ARGS="-s" Второй вариант включить подавление, через cli. Но сейчас есть неудобство - pid. Пока не сделают подавление по подстроке. >system log suppress cron[1424] Quote Link to comment Share on other sites More sharing options...
TheBB Posted May 28, 2016 Share Posted May 28, 2016 пакетированный cron был пересобран для включения этой опции (до этого не было). апплет из busybox`a такой проблемы не имел. Quote Link to comment Share on other sites More sharing options...
Rbuha Posted January 26, 2017 Share Posted January 26, 2017 (edited) В 24.04.2016 в 21:29, SnipER сказал: Здравствуйте, помогите убрать спам от cron вроде этого: cron[566](root) CMD (/opt/bin/run-parts /opt/etc/cron.5mins^I) cron[567](root) CMD (/opt/bin/run-parts /opt/etc/cron.1min^I) cron[573](root) CMD (/opt/bin/run-parts /opt/etc/cron.1min^I) В других местах советуют редактировать файл etc/syslog.conf, которого у нас не существует. Версия NDMS v2.06(AAUW.5)A7, Cron из Entware-Keenetic. В файле crontab удалите записи: */1 * * * * root /opt/bin/run-parts /opt/etc/cron.1min */5 * * * * root /opt/bin/run-parts /opt/etc/cron.5mins 01 * * * * root /opt/bin/run-parts /opt/etc/cron.hourly 02 4 * * * root /opt/bin/run-parts /opt/etc/cron.daily 22 4 * * 0 root /opt/bin/run-parts /opt/etc/cron.weekly 42 4 1 * * root /opt/bin/run-parts /opt/etc/cron.monthly Edited January 26, 2017 by Buha 4 Quote Link to comment Share on other sites More sharing options...
Kazantsev Posted April 20, 2023 Share Posted April 20, 2023 В 26.01.2017 в 17:34, Rbuha сказал: йле crontab удалите записи И спам от cron пропадёт? Quote Link to comment Share on other sites More sharing options...
Rbuha Posted April 20, 2023 Share Posted April 20, 2023 5 минут назад, Milk97 сказал: И спам от 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.