rtkit
rtkit copied to clipboard
Branched from git://git.0pointer.net/rtkit
As in the title, musl libc does not implement these functions, since Linux's syscall behaviour is seen as non-compliant with the POSIX standard as written (it takes a thread ID...
Pipewire is now the default audio system for Fedora 34+, and it replaces both PulseAudio and Jack2. It uses rtkit to switch threads to realtime scheduling if requested, using rtkit...
Inspecting `systemctl status rtkit-daemon` shows no `Status:` line. This is because the daemon cannot access the notify socket after chroot(): ``` [pid 1777] sendmsg(7, {msg_name={sa_family=AF_UNIX, sun_path="/run/systemd/notify"}, msg_namelen=22, msg_iov=[{iov_base="STATUS=Supervising 6 threads...
Once the rtkit-daemon does chroot("/proc") it no longer has access to /etc/localtime, and so all time functions revert to localtime. Any calls to syslog() after this are logged (to /var/log/messages,...
The README says the client is BSD licensed, but it seems that the MIT license is actually used. See: https://github.com/heftig/rtkit/blob/c295fa849f52b487be6433e69e08b46251950399/rtkit.h#L6-L29 https://github.com/heftig/rtkit/blob/c295fa849f52b487be6433e69e08b46251950399/rtkit.c#L3-L26 https://spdx.org/licenses/MIT.html
Hello. I use `/proc` mounted with (among other options) `hidepid=2,gid=133` In that group (named `nohidepid`) among others I have added the `rtkit` user. It still doesn't work. I tried ```ini...
Does rtkit support priority inversion issue for dbus calls? Like high priority task requests low priority task over sync call and hangs till low priority task is scheduled.
Hi, For some time I'm finding in my logs several times a day \: > Jun 12 13:03:36 coreI5 rtkit-daemon[3156]: Failed to parse MakeThreadRealtime() method call: Argument 1 is specified...