Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: CentOS package: logrotate setting #37

Closed
schlitzered opened this issue Aug 2, 2017 · 4 comments
Closed

Bug: CentOS package: logrotate setting #37

schlitzered opened this issue Aug 2, 2017 · 4 comments

Comments

@schlitzered
Copy link

at least the CentOS 7 package delivers a logrotate setting with the file "/etc/logrotate.d/syslog", with the content:

/var/log/cron
/var/log/maillog
/var/log/messages
/var/log/secure
/var/log/spooler
{
sharedscripts
postrotate
/bin/kill -HUP cat /var/run/syslogd.pid 2> /dev/null 2> /dev/null || true
endscript
}

but kill -HUP will not work, because the pidfile is '/var/run/rsyslogd.pid' not 'cat /var/run/syslogd.pid'

could you please fix this?

@shane-lawrence
Copy link

This is a duplicate of #25, and I believe the issue was also discussed in #15.

@shane-lawrence
Copy link

A fix has been proposed in #30 but it doesn't appear to have been reviewed.

@schlitzered
Copy link
Author

right, i forgot about it. closing this one

@arrjay
Copy link
Contributor

arrjay commented Sep 11, 2017

still unmerged, so this is still an issue while not a PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants