-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix system user/group name in logrotate config #592
Conversation
Thanks. We will confirm this. Could you add DCO to the commit? |
a9b242b
to
2ae203a
Compare
I have confirmed I can't logrotate by I think we need some additional fixes. |
Signed-off-by: Rahul Patil <[email protected]>
2ae203a
to
b5503d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
It seems that some testing CI fails, but it should be fixed in another PR. |
TODO: We need to fix this problem. |
This reverts commit bf66110. Note that fluent-package/templates/etc/logrotate.d/fluentd is used for not only deb, but also rpm.
This is follow-up of fluent#592 to fix problem correctly. fluent-package/tempaltes/etc/logrotate.d/fluentd is used for deb and rpm, so it should support both of different system user/group respectively. Signed-off-by: Kentaro Hayashi <[email protected]>
This reverts commit bf66110. Note that fluent-package/templates/etc/logrotate.d/fluentd is used for not only deb, but also rpm. Signed-off-by: Kentaro Hayashi <[email protected]>
This is follow-up of fluent#592 to fix problem correctly. fluent-package/tempaltes/etc/logrotate.d/fluentd is used for deb and rpm, so it should support both of different system user/group respectively. Signed-off-by: Kentaro Hayashi <[email protected]>
This is follow-up of fluent#592 to fix problem correctly. fluent-package/tempaltes/etc/logrotate.d/fluentd is used for deb and rpm, so it should support both of different system user/group respectively. Signed-off-by: Kentaro Hayashi <[email protected]>
This is follow-up of fluent#592 to fix problem correctly. fluent-package/tempaltes/etc/logrotate.d/fluentd is used for deb and rpm, so it should support both of different system user/group respectively. Signed-off-by: Kentaro Hayashi <[email protected]>
This is follow-up of #592 to fix problem correctly. fluent-package/tempaltes/etc/logrotate.d/fluentd is used for deb and rpm, so it should support both of different system user/group respectively. --------- Signed-off-by: Kentaro Hayashi <[email protected]>
Fix system user/group name in logrotate config
I had installed
fluent-package
-5.0.1-1
on ubuntu 22.04With fluent-package v5 user/group name is changed to
_fluentd
However user/group name in logrotate config is
fluentd
, which causes following failureI guess this change was introduced in - #449