-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hello,
I am hitting this bug for many years, on many computers. Randomly, sometimes 3 times a day, sometimes once a month, actkbd does not 'react' to events. Oddly enough, the process does work, when I attach to ith with strace I do see that it does work, lines like:
read(3, "\227\311AX\0\0\0\0\1n\3\0\0\0\0\0\4\0\4\0\240\0\0\0\227\311AX\0\0\0\0"..., 4096) = 72
Pops up, but nothing more happens, And after I restart the actkbd process I can see that right after read, it runs sendto, along with many, many other calls that results in executing what was configured.
read(3, "\227\311AX\0\0\0\0\1n\3\0\0\0\0\0\4\0\4\0\240\0\0\0\227\311AX\0\0\0\0"..., 4096) = 72
sendto(4, "<29>Dec 2 20:20:55 actkbd[3227]"..., 88, MSG_NOSIGNAL, NULL, 0) = 88
rt_sigaction(SIGINT, {SIG_IGN, [], SA_RESTORER, 0x3f51233250}, {SIG_DFL, [], SA_RESTORER, 0x3f51233250}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x3f51233250}, {SIG_DFL, [], SA_RESTORER, 0x3f51233250}, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
clone(strace: Process 3900 attached
actkbd is started as:
/usr/bin/actkbd -c /etc/actkbd.conf -D -q -x -l -p /var/run/actkbd.pid -d /dev/input/event4
Can you please comment on this?
Metadata
Metadata
Assignees
Labels
No labels