Which service monitors the events like (reset,halt,power off) and in turn executes runlevel 6,0 or 3

StackOverflow https://stackoverflow.com/questions/21159991

Question

When I issue power off to a device, ideally the kernel should get this event and then runlevel 0 should get executed.

As of now the hardware turns off but the runlevel 0 is not executed.

When i manually executed the script

/etc/rc.d/rc

and hardcoded the runlevel value to 0 the script works fine and the system is halted.

Était-ce utile?

La solution 2

Actually the changing of the run-level is done by the kernel modules the issue in my case was the binary that was responsible for issuing this reset was not packaged as it was missing in our package mapping list

Autres conseils

All the services of halt,reboot are present in /etc/init.d directory

your runlevel specific services are present in /etc/rc.d/ directory

rc.d directory convention was quite old

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top