First Major Linux Mint 17 Issue [solved]

It was actually two issues. When I shut down the computer I would get this error message: “reboot: system halted acquire the ‘org.freedesktop.ModemManager1’ service name nm-dispatcher.action: caught signal 15, shutting down… ModemManager.” And then it would just stop. It wouldn’t shut down. I had to physically push the off button.

Here is my solution: Since I am using a desktop, I just deleted the ModemManager. ModemManager is for mobile support, you don’t need it on the desktop.  After this I got a shorter message, “reboot: system halted 15, shutting down.” But it would still hang.

My next step was to add acpi=noirq to the kernel arguments:

sudo vi /etc/default/grub

set

GRUB_CMDLINE_LINUX_DEFAULT=”acpi=noirq quiet splash”

then

sudo update-grub

Be careful editing this file. The second link below tells you how to save and close the file.

Finally, make sure acpi is enabled in your bios. Hopefully that should fix it. It worked for me.

Links
http://askubuntu.com/questions/132143/stuck-on-reboot-and-shutdown
http://askubuntu.com/questions/24406/how-to-close-vim-from-the-command-line
http://askubuntu.com/questions/461646/shutdown-hangs-for-5-minutes-on-kubuntu-14-04

Spread the love

Published by

Jay Forrest

Jay Forrest is a long‑time Linux enthusiast who switched to Ubuntu in 2008 after a Windows XP virus convinced him to embrace open‑source software. A former host of the Linux User Podcast, Jay has worked in technical support for AOL, EarthLink, and Route 66 Casino, built his first 486 in the 90s, and has provided web design for businesses and nonprofits. He works with HTML, JavaScript, CSS, and basic PHP, and enjoys exploring open‑source software. As a former Fedora Ambassador, Jay is dedicated to sharing why Linux—secure, stable, and open—remains his platform of choice.