Hi,<br><br>I've a new stock 6.1 box, and having some trouble with rsyslog.<br>I've added some additional syslog facilities to log to different files.<br>In my /etc/rsyslog.conf  I have entries for<br><br><span style="font-family: courier new,monospace;">local1.*        /logs/app1.log</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">local2.*        /logs/app2.log</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
</span><br>These files exist already, with 755 permissions. However when I restart rsyslogd, I get the following errors:<br><br><span style="font-family: courier new,monospace;">Sep 21 17:29:23 sys rsyslogd-2039: Could no open output file '/logs/app1.log' [try <a href="http://www.rsyslog.com/e/2039">http://www.rsyslog.com/e/2039</a> ]</span><br>
<span style="font-family: courier new,monospace;"><br></span>If I remove the log files, rsyslogd  does not create them, which is what I would have expected.<br>Any ideas what the problem is?<br><br>Paul<br><br>