https://bugzilla.redhat.com/show_bug.cgi?id=2336049
Bug ID: 2336049 Summary: sssd still writes to old log files after rotation due to incorrect PID file location Product: Fedora Version: 41 OS: Linux Status: NEW Component: sssd Severity: medium Assignee: sssd-maintainers@lists.fedoraproject.org Reporter: orion@nwra.com QA Contact: extras-qa@fedoraproject.org CC: abokovoy@redhat.com, atikhono@redhat.com, lslebodn@redhat.com, pbrezina@redhat.com, sbose@redhat.com, ssorce@redhat.com, sssd-maintainers@lists.fedoraproject.org Target Milestone: --- Classification: Fedora
sssd logs are not being rotated properly. This is due to:
postrotate /bin/kill -HUP `cat /var/run/sssd.pid 2>/dev/null` 2> /dev/null || true /bin/pkill -HUP sssd_kcm 2> /dev/null || true endscript
# cat /var/run/sssd.pid cat: /var/run/sssd.pid: No such file or directory
# find /run -name sssd.pid /run/sssd/sssd.pid
sssd-2.10.1-1.fc41.x86_64
Reproducible: Always