Hide Forgot
Description of problem: On terminal run ps aux | grep acpid Version-Release number of selected component (if applicable): acpid-2.0.9 kacpid --version bash: kacpid: command not found... Similar command is: 'acpid' How reproducible: On terminal run ps aux | grep acpid Steps to Reproduce: 1. 2. 3. Actual results: root 20 0.0 0.0 0 0 ? S< 09:59 0:00 [kacpid] root 879 0.0 0.0 6352 672 ? Ss 10:00 0:00 /usr/sbin/acpid root 2048 0.0 0.0 103436 852 pts/0 S+ 10:02 0:00 grep --color=auto acpid Expected results: root 879 0.0 0.0 6352 672 ? Ss 10:00 0:00 /usr/sbin/acpid root 2048 0.0 0.0 103436 852 pts/0 S+ 10:02 0:00 grep --color=auto acpid Additional info:
Actual when running on terminal locate kacpid don't produce nothing.
Hi, [kacpid] is running in kernel space when acpi is enabled and this is ok you can't find it as a command. The acpid is common daemon that is running in user space obviously started during boot up. This is not a bug.