new install RHEL 5 ERROR: No rsyslog spool directory found.

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
jomalloy
Posts: 4
Joined: Mon Nov 24, 2014 10:59 am

new install RHEL 5 ERROR: No rsyslog spool directory found.

Post by jomalloy »

This is a new install on RHEL 5

ERROR: No rsyslog spool directory found.
I installed rsyslog using yum
cmerchant
Posts: 546
Joined: Wed Sep 24, 2014 11:19 am

Re: new install RHEL 5 ERROR: No rsyslog spool directory fo

Post 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
Locked