Bug 705255 - kacpid run paralell on acpid
Summary: kacpid run paralell on acpid
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: acpid
Version: 15
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Jiri Skala
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-05-17 07:12 UTC by marian
Modified: 2014-11-09 22:34 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-05-17 08:14:53 UTC
Type: ---


Attachments (Terms of Use)

Description marian 2011-05-17 07:12:56 UTC
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:

Comment 1 marian 2011-05-17 07:15:57 UTC
Actual when running on terminal locate kacpid don't produce nothing.

Comment 2 Jiri Skala 2011-05-17 08:14:53 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.