I just completed a fresh install from CD of 0.8-4.
The first this is webmin complains crontab is missing. To solve this:
yum install vixie-cron crontabs
/sbin/chkconfig crond on
/sbin/service crond start
Next, 'locate' command is missing. To install this:
yum install slocate
updatedb
Hope this helps others
Bart
The first this is webmin complains crontab is missing. To solve this:
yum install vixie-cron crontabs
/sbin/chkconfig crond on
/sbin/service crond start
Next, 'locate' command is missing. To install this:
yum install slocate
updatedb
Hope this helps others
Bart