[SOLVED] shutdown not working?

Archived topics about LMDE 1 and LMDE 2
Locked
mockturtl

[SOLVED] shutdown not working?

Post by mockturtl »

2.6.32-5-amd64, plain old wheezy

Since a recent upgrade (Thursday 3/24/2011, early evening EDT/-0400 UTC), restarting from mintmenu "Quit" does not fully reboot the system. X stops, and I see the runlevel 6 shutdown messages... and then services immediately restart, without kicking me back to the BIOS splash and GRUB.

I get the same behavior with

Code: Select all

# shutdown -r now
I have to power down to see a "full" reboot.

Any guesses what might be responsible? Are other people seeing it?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
richyrich

Re: shutdown not working?

Post by richyrich »

Nope, won't even guess. You may find something related by seeing which files were updated on that date. Either view>history in Mint's Update Manger, or file>history in Synaptic. Anything look suspicious ?
lepadatu.lucian

Re: shutdown not working?

Post by lepadatu.lucian »

Look for "kexec" in Synaptic to see whether you have it installed or not. I use the unstable(sid) repositories and a few weeks ago it was automatically installed during an update. Kexec allows "live" booting of a new kernel "over" the currently running kernel, avoiding a full reboot.

So you can simply remove it and the restart button will work like before.
exploder
Level 15
Level 15
Posts: 5623
Joined: Tue Feb 13, 2007 10:50 am
Location: HartfordCity, Indiana USA

Re: shutdown not working?

Post by exploder »

Thanks lepadatu.lucian! I just installed Mint Debian and put on over 700 updates... I could reboot but it was slow and showed gdm before rebooting, removing kexec solved the problem. Thanks again! :)
lepadatu.lucian

Re: shutdown not working?

Post by lepadatu.lucian »

You welcome :)
mockturtl

Re: shutdown not working?

Post by mockturtl »

There she is, right on schedule.

Fix:

Code: Select all

# apt-get remove kexec-tools
Thanks guys!
Locked

Return to “LMDE Archive”