Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP LTM
Known Affected Versions:
17.1.0, 17.1.0.1, 17.1.0.2, 17.1.0.3, 17.1.1, 17.1.1.1, 17.1.1.2, 17.1.1.3, 17.1.1.4, 17.1.2, 17.1.2.1
Opened: Oct 03, 2023 Severity: 5-Cosmetic
When running anacron job /etc/cron.daily/integritycheck, it tries to mail output of job `cron.daily' but fails and floods with following errors: /var/log/cron Sep 18 03:12:15 B077NI01.local err anacron[15025]: Tried to mail output of job `cron.daily', but mailer process (/usr/sbin/sendmail) exited with status 1 var/log/maillog Sep 18 03:12:15 B077NI01.local err sSMTP[16433]: Unable to connect to "localhost" port 25. Sep 18 03:12:15 B077NI01.local err sSMTP[16433]: Cannot open localhost:25
Unwanted daily logs recorded in /var/log/cron and var/log/maillog
When running anacron job /etc/cron.daily/integritycheck, it mails output of job `cron.daily'
You can disable the echo in /etc/init.d/F5Function by following this procedure. 1. Back up the file: cp /etc/init.d/f5functions /shared/tmp 2. Edit /etc/init.d/f5functions and comment out following lines: # echo $"FIPS Integrity Check: FIPS is disable"
None