Периодическая отправка сообщений

Каждый день утром мне приходят сообщения такого вида:

/etc/cron.daily/logrotate:
error: Compressing program wrote following message to stderr when compressing log /var/log/messages.1:
gzip: stdin: file size changed while zipping
error: Compressing program wrote following message to stderr when compressing log /var/log/mosquitto/mosquitto.log.1:
gzip: stdin: file size changed while zipping

Как заставить их не приходить?

В logrotate можно перенаправить stderr в /dev/null:

/usr/sbin/logrotate /etc/logrotate.conf 2>/dev/null