Created
October 28, 2022 06:29
-
-
Save mxgrey/7217f8c2a72111c77db4606c8acc4b3b to your computer and use it in GitHub Desktop.
Syslog related to input-remapper crashing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Oct 28 14:09:55 2B systemd-udevd[767]: input3: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[777]: input14: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[834]: input19: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[795]: input18: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[836]: input12: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[792]: input13: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[791]: input8: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[776]: input20: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[793]: input7: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[775]: input24: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[798]: input4: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[832]: input23: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[782]: input16: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[828]: input10: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[833]: input25: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[822]: input2: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[779]: input5: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[760]: input0: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[756]: input6: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[837]: input9: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[785]: input21: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[820]: input22: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[778]: input17: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[765]: input11: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[766]: input1: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:09:55 2B systemd-udevd[796]: input15: Process '/bin/input-remapper-control --command autoload --device ' failed with exit code 2. | |
| Oct 28 14:11:53 2B kernel: [ 71.475220] [ 1108] 0 1108 8524583 7899035 68227072 492377 0 input-remapper- | |
| Oct 28 14:11:53 2B kernel: [ 71.475350] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=NetworkManager.service,mems_allowed=0,global_oom,task_memcg=/system.slice/input-remapper-daemon.service,task=input-remapper-,pid=1108,uid=0 | |
| Oct 28 14:11:53 2B kernel: [ 71.475360] Out of memory: Killed process 1108 (input-remapper-) total-vm:34098332kB, anon-rss:31595860kB, file-rss:280kB, shmem-rss:0kB, UID:0 pgtables:66628kB oom_score_adj:0 | |
| Oct 28 14:11:53 2B systemd[1]: input-remapper-daemon.service: A process of this unit has been killed by the OOM killer. | |
| Oct 28 14:11:53 2B systemd[1]: input-remapper-daemon.service: Main process exited, code=killed, status=9/KILL | |
| Oct 28 14:11:53 2B systemd[1]: input-remapper-daemon.service: Failed with result 'oom-kill'. | |
| Oct 28 14:11:53 2B systemd[1]: input-remapper-daemon.service: Consumed 28.987s CPU time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment