topic title: Can't shut down?
Posts: 46
dando
Joined: 08 Mar 2014
#1
Have been using antiX 13.2 for quite awhile now without any problems. But when i try to close down the system all i get is the following:
[ 727.463091] System halted

I then have to pull the plug out of the power socket.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
What happens if you use in AntiX root terminal

Code: Select all

shutdown -h now
Also. Make sure hal is un-installed if running systemd.

To check if system.d is installed

Code: Select all

inxi -Ixxx
I am on my MX-14 install right now so

Code: Select all

$ inxi -Ixxx
Info:      Processes: 121 Uptime: 36 min Memory: 346.1/1622.5MB 
           Init: SysVinit v: 2.88 runlevel: 5 default: 5 
           Gcc sys: 4.7.2 alt: 4.6 
           Client: Shell (bash 4.2.371 running in xfce4-terminal) inxi: 2.1.28 
shows me
Init: SysVinit v: 2.88
Which means system.d is not installed.

if system.d was installed it would show me"Init: systemd v: 204" instead.
Posts: 850
fatmac
Joined: 26 Jul 2012
#3
Use sudo & enter 'poweroff' - it will then close down & turn the power off.
Posts: 46
dando
Joined: 08 Mar 2014
#4
Hi fatmac
That certainly did the trick.
Thank you very much mate.
Posts: 325
male
Joined: 04 Nov 2011
#5
post36399.html#p36399
Posts: 127
KrunchTime
Joined: 05 Dec 2014
#6
I recently installed antiX and ran into this issue early this morning. Thank you dando for posting the issue and thank you to all who responded with possible solutions. I'm going to try the solution in the link provided by male.

20141214 update: The solution in the link provided by male works perfectly. Thank you male. __{{emoticon}}__