Page 1 of 1
new install RHEL 5 ERROR: No rsyslog spool directory found.
Posted: Mon Dec 01, 2014 10:51 am
by jomalloy
This is a new install on RHEL 5
ERROR: No rsyslog spool directory found.
I installed rsyslog using yum
Re: new install RHEL 5 ERROR: No rsyslog spool directory fo
Posted: Mon Dec 01, 2014 4:11 pm
by cmerchant
Here is a errata posted related to a bugfix for RHEL 5, selinux policy and manually creating the /var/spool/rsyslog directory from redhat:
https://bugzilla.redhat.com/show_bug.cgi?id=666513
you should be able to just create the /var/spool/rsyslog directory:
Code: Select all
root@logserv1# mkdir /var/spool/rsyslog
and restart rsyslogd