Jump to content

logger + cron: как убрать лишние сообщения?


Recommended Posts

Здравствуйте, помогите убрать спам от 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.

Link to comment
Share on other sites

Вас направили не сюда, а в соседнюю тему на том же форуме (ссылка выше). Набирайте

crontab -е

и правьте задания cron`a, как нужно вам...

Link to comment
Share on other sites

Еще раз.

С заданиями cron-а все в порядке. И с cron-ом все в порядке. Почему так сложно прочесть сообщение и проблему?

У крона нет средств изменять этот лог, это делается средствами системы. Если погуглить, то все рекомендуют менять файл etc/syslog.conf, чтобы добавить туда крон для игнорирования.

У нас в прошивке этого файла нет. Это форум по прошивке.

Вопрос: как менять то, что пишется в Журнал logger-ом?

Link to comment
Share on other sites

  • 1 month later...

Подсказка есть в /opt/etc/init.d/S10cron:

# remove `-s` to disable logs in syslog
ARGS="-s"

Второй вариант включить подавление, через cli. Но сейчас есть неудобство - pid. Пока не сделают подавление по подстроке.

>system log suppress cron[1424]

Link to comment
Share on other sites

пакетированный cron был пересобран для включения этой опции (до этого не было). апплет из busybox`a такой проблемы не имел.

Link to comment
Share on other sites

  • 2 months later...
В 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 by Buha
  • Thanks 4
Link to comment
Share on other sites

  • 6 years later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...