@stacksofplates said in Centos 7.3 Installed:

@lakshmana said in Centos 7.3 Installed:

@scottalanmiller said in Centos 7.3 Installed:

@stacksofplates said in Centos 7.3 Installed:

@lakshmana said in Centos 7.3 Installed:

@stacksofplates for acpi "command not found" is the error

You'll have to install it.

yum install acpi

The package has one more letter in the name. Should be this...

yum install acpid

Then you can fire it up like this...

systemctl start acpid systemctl enable acpid

Installation done but error comes
[root@localhost ~]# sysctl start acpid
sysctl: cannot stat /proc/sys/start: No such file or directory
sysctl: cannot stat /proc/sys/acpid: No such file or directory
[root@localhost ~]# sysctl enable acpid
sysctl: cannot stat /proc/sys/enable: No such file or directory
sysctl: cannot stat /proc/sys/acpid: No such file or directory
[root@localhost ~]#

It's systemctl not sysctl. Two different things.

Thanks