Description of problem: /etc/cron.daily/rkhunter fails on fresh installs as it tried to create a file in a non-existant directory. It tries to create a temp file in /var/rkhunter/tmp, however that directory does not exist on fresh installs. This is not a problem for users who upgrade from older versions, as that directory will exist from their old package. Version-Release number of selected component (if applicable): rkhinter-1.3.2-3.el5 How reproducible: 100% Steps to Reproduce: 1. On a machine that has not had rkhunter installed before, install it 2. run /etc/cron.daily/rkhunter Actual results: mktemp: cannot create temp file /var/rkhunter/tmp/rkhcronlog.Wsmbtw6761: No such file or directory Expected results: It should run
This is fixed in 1.3.2-4.el5, which was built a bit ago, and just pushed today. Can you try that version and confirm it works?
Latest version works for me.