Description of problem: Packaging mismatch Version-Release number of selected component (if applicable): 1.3.23 How reproducible: Install red hat derivate 10.1 Steps to Reproduce: 1. install red hat derivate 10.1 2. install logcheck 3. try to use logcheck Details / workarounds: Fix Logtail Packaging-Mismatch (/usr/sbin/logtail2 not existant): ln -s /bin/logtail /usr/sbin/logtail2 Fix Logcheck Cronjob (/usr/sbin/logcheck not existant): /etc/cron.d/logcheck : @reboot logcheck if [ -x /bin/logcheck ]; then nice -n10 /bin/logcheck -R; fi 2 * * * * logcheck if [ -x /bin/logcheck ]; then nice -n10 /bin/logcheck; fi Fix Permissions: chgrp logcheck /var/log/messages chgrp logcheck /var/log/secure chmod 640 /var/log/messages chmod 640 /var/log/secure Fix Logrotate: /etc/logrotate.d/messages : /var/log/messages /var/log/secure { create 640 root logcheck ...
The logcheck package has been retired. for any bugs to be fixed, one must resubmit the package to Fedora.