Hello, Something weird happened when we did the latest yum update.
The plugin rpms in EPEL were updated from v1.4.15 to v2.0.3. There is a weird 'bug' that is now check_log. In v1.4.15, these tool variables are correctly set to their locations: GREP="/bin/egrep" DIFF="/bin/diff" TAIL="/usr/bin/tail" But in v2.0.3 they've been _reversed_ - none of them work now: GREP="/usr/bin/egrep" DIFF="/usr/bin/diff" TAIL="/bin/tail" Has anyone else noticed this? Brian