[LINUX] Command when ACPI shutdown does not work in VirtualBox

"Oh, I can't shut down as usual ...?"

Normally, when shutting down a VM, I just press ACPI shutdown to shut it down, but for some reason the newly added VM did not respond and could not be shut down. Make a note of the solution.

solution

While logged in for the time being, enter the following command and press Enter. yum install acpid Various characters come out roughly, and "y / n" is asked, but enter "** y **" and press Enter.

When you're done, then type the following command and press Enter. service acpid start

When the process is finished, press "ACPI Shutdown" from the "Virtual Machine" menu on the upper left, and if the power is turned off safely, it will end! (At the end, unlike the usual screen, various logs will be displayed, but if "OK" is attached, you can ignore it)

Supplement

What was the above work done in the first place? There may be a question, so supplement. (Please point out any mistakes) 【flow】 I installed acpid → started it. (The point is, it's like putting in a program that handles the power supply and giving an instruction to work!)

【word】 ・ Acpid Resident program that receives ACPI events and performs power-related work ・ ACPI One of the standards for power management of computers and hardware configuration management.

that's all!

Recommended Posts

Command when ACPI shutdown does not work in VirtualBox
gqlgen command does not work with go gqlgen
Check points when MIDI does not work in a program using SDL_mixer
After installing php7.2, the php command does not work
When wildcard specification does not work with pylint
Patch when full text search does not work in GAE / Python local environment
[Python] Precautions when it does not work even if TimedRotatingFileHandler is set in basicConfig in python2
Solution when background-cover of Linux version VS Code does not work
LocateCenterOnScreen does not work on PyAutoGui
When the program pip installed on Mac / Marvericks does not work
An error that does not work as expected when calling the tkinter module in a text editor
Check items when the imported python module does not work as expected
Notes on what to do when matplotlib scatter () / scatter3d () does not work
When Anaconda Navigator (Mac) does not start
[VScode] autopep8 format does not work [Python]
Virtualenv does not work on Python3.5 (Windows)
tensorflow does not enter in windows + anaconda.
In Ruby, inspect does not substitute to_s
Example of what to do when the sample script does not work (OpenCV-Python)
What to do when the graph does not appear in jupyter (ipython) notebook
When searching is not working in GAE's Datastore
Jinja2 2.9.6 does not work on Lambda Python 3 series
What to do when python3 type venv does not work well on Raspberry Pi
What to do when Python starts up in Anaconda does not come out unexpectedly
Error display (unresolved import'hoge') when importing self-made module does not disappear in VS Code