[Bug 169345] Review Request: SEC - Simple Event Correlator

bugzilla at redhat.com bugzilla at redhat.com
Sun May 7 22:44:53 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: SEC - Simple Event Correlator


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169345





------- Additional Comments From jpo at di.uminho.pt  2006-05-07 18:44 EST -------
Didier,

The pid file mentioned in the init script isn't created by default.
It needs to be added to the sec.sysconfig file:

     -pid=/var/run/sec.pid

The pidfile is needed to add a logrotate file like the following example: 

/etc/logrotate.d/sec
--------------------
/var/log/sec {
    missingok
    notifempty
    sharedscripts
    postrotate
        /bin/kill -HUP `cat /var/run/sec.pid 2> /dev/null` 2> /dev/null || true
    endscript
}
--------------------

I still need to make a couple more logrotate tests to see if everything is
working correctly and I also need to take a look at perl source code as some log
lines appear to have been writen as '...\n' instead of "...\n".

jpo

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list