-
Notifications
You must be signed in to change notification settings - Fork 20
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
log spam from rtkit-daemon #22
Comments
Also, it seems that all these messages are logged with UTC time, not the local time. Oddly, I did find two messages "Demoting known real-time threads." and "Demoted 0 threads" logged with local time. I only found one example of each of these (together) but have not yet looked at the code to see if I can tell why the difference in time zone. Edit: should have added I am running Gentoo Linux with openrc, not systemd, although I don't think that should matter.\ Edit 15 Nov: It looks like the messages in local time are before rtkit drops privs. Is there any way dropping privs could mess up the timezone used by the process? (I modified syslog-ng to show timezones, and the messages which which are hours off still show my local time zone.) |
If you are using
|
The rtkit-daemon service is a lot more verbose than other services when it doesn't have anything to do. Stop logging the debug messages by default to avoid flooding the system log. This addresses issue heftig#22.
Pull in a patch from a cleaner upstream PR to reduce logging. Slightly update the URLs used to download the existing patches to make it easier to find the relevant PRs. Re: NixOS#180102, heftig/rtkit#22
It's bad enough that FedEx keeps calling me every day to tell me there are no packages to come pick up. Why doesn't it work if I mask /usr/lib/systemd/system/rtkit-daemon.service with /etc/systemd/system/rtkit-daemon.service which calls /usr/local/libexec/rtkit-daemon-quiet instead of /usr/libexec/rtkit-daemon ?? x360:~# cat /usr/local/libexec/rtkit-daemon-quiet If my rtkit daemon is super busy, fine I'll accept that in syslog. I just don't need to know that it's not doing anything every minute. |
The rtkit-daemon service is a lot more verbose than other services when it doesn't have anything to do. Stop logging the debug messages by default to avoid flooding the system log. This addresses issue heftig#22.
rtkit-daemon 0.12 is flooding syslog with useless messages every few seconds. Example:
Other reports:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939615
https://bugs.launchpad.net/debian/+source/rtkit/+bug/1547589
Can someone please stop the madness?
The text was updated successfully, but these errors were encountered: