dnutan
(Marc)
April 16, 2021, 12:34pm
25
If I recall correcrly, more or less, it is the time (in minutes) so multiple servers do not run yum-cron at the same time (consuming bandwidth) or hit remote servers at once.
yum-cron is one of the jobs you don’t get emails for, right? You can try the following (won’t recommend it if you have automatic installation of updates):
grep ^email /etc/yum/yum-cron.conf
sed -i "/^random_sleep/ s/^/#/" /etc/yum/yum-cron.conf # no waiting; the same can be accomplished changing randomWait config prop
yum-cron # if there is any update shall email something
grep Yum $(find /var/lib/nethserver/vmail/root/Maildir/ -type f -mtime -1)
Undo changes in yum-cron.conf:
sed -i "/…