/etc/logrotate.d/mars-nwe.log has wrong path to killall. $ cd /etc/logrotate $ diff -Naur mars-nwe.log mars-nwe.log.old --- mars-nwe.log.old Fri Oct 15 13:50:52 1999 +++ mars-nwe.log Fri Oct 15 13:52:13 1999 @@ -2,6 +2,6 @@ notifempty missingok postrotate - /usr/sbin/killall -HUP nwserv + /usr/bin/killall -HUP nwserv endscript } $ rpm -q -f /etc/logrotate.d/mars-nwe.log mars-nwe-0.99pl17-4
fixed in mars-nwe-0.99pl17-5, in Raw Hide.