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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxx  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.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-package-review

[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]