16
[Help] Trouble shutting down a linux machine
(sopuli.xyz)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
Did you use any arguments with shutdown? Does shutdown spin down the system, but not turn off the hardware, or does it not do anything? You can try " shutdown now -h". That should halt the system after a graceful shutdown.
I tried that now. It's still running but I can't access it via SSH.
Sounds like that shutdown the system, so the problem is just getting it to power off. You could try "halt -p”. That explicitly calls for the system to power off. If that doesn't work, perhaps try "halt -verbose", which will give a bunch of info on the next boot about what halt was doing, might show an error there that could you lead you in the right direction.
Will that show the info only when I connect a screen directly to the machine? Or also when I log into it with SSH the first time after the reboot?
I would think it should be in the boot log, but I am unsure on that one.