https://fedorahosted.org/sssd/ticket/1708
The services kept the fd to /var/log/sssd/sssd.log open. I don't think there's any point in keeping the logfiles open after exec-ing for the child, so I set the CLOEXEC flag.
On 12/15/2012 08:02 PM, Jakub Hrozek wrote:
https://fedorahosted.org/sssd/ticket/1708
The services kept the fd to /var/log/sssd/sssd.log open. I don't think there's any point in keeping the logfiles open after exec-ing for the child, so I set the CLOEXEC flag.
Works fine. Ack.
On Mon, Dec 17, 2012 at 01:18:54PM +0100, Pavel Březina wrote:
On 12/15/2012 08:02 PM, Jakub Hrozek wrote:
https://fedorahosted.org/sssd/ticket/1708
The services kept the fd to /var/log/sssd/sssd.log open. I don't think there's any point in keeping the logfiles open after exec-ing for the child, so I set the CLOEXEC flag.
Works fine. Ack.
Pushed to master and sssd-1-9
On Tue, Dec 18, 2012 at 11:42:08AM +0100, Jakub Hrozek wrote:
On Mon, Dec 17, 2012 at 01:18:54PM +0100, Pavel Březina wrote:
On 12/15/2012 08:02 PM, Jakub Hrozek wrote:
https://fedorahosted.org/sssd/ticket/1708
The services kept the fd to /var/log/sssd/sssd.log open. I don't think there's any point in keeping the logfiles open after exec-ing for the child, so I set the CLOEXEC flag.
Works fine. Ack.
Pushed to master and sssd-1-9
Also pushed to sssd-1-5.
sssd-devel@lists.fedorahosted.org