You are not logged in.

#1 2013-03-14 12:39:45

savithari
Member
From: Marietta, GA
Registered: 2012-01-28
Posts: 45

[SOLVED]arch under virtualbox, sudo shutdown not working

Friends:

Thank you for your time and attention.

I am running the latest arch 64 bit inside the latest Virtualbox.

The host os is Windows 7 Enterprise edtion (64 bit).

The VM is (as I have said) arch linux.

When I type

sudo shutdown

the messages scroll down and then it says

system halted

but the Virtual box application does not go away.

I have to the Virtualbox menu and click close->power down.

Is there a way to make the Virtualbox window go away upon a

sudo shutdown

Regards,
-Narahari

Last edited by savithari (2013-03-15 13:36:46)

Offline

#2 2013-03-14 13:27:46

oliver
Member
Registered: 2007-12-12
Posts: 448

Re: [SOLVED]arch under virtualbox, sudo shutdown not working

I have the same setup... I use 'sudo poweroff' though and it works as expected.

Offline

#3 2013-03-14 14:14:27

Vamp898
Member
From: 東京
Registered: 2009-01-03
Posts: 903
Website

Re: [SOLVED]arch under virtualbox, sudo shutdown not working

for /sbin/shutdown, the default should be poweroff

but i dont recommend the use of /sbin/shutdown at all as its just a symlink to systemctl anyway, just use systemctl directly to proper shutdown the system with

$ systemctl poweroff

Offline

#4 2013-03-15 13:22:46

savithari
Member
From: Marietta, GA
Registered: 2012-01-28
Posts: 45

Re: [SOLVED]arch under virtualbox, sudo shutdown not working

Thank you.  The

sudo poweroff

works perfectly.

Offline

Board footer

Powered by FluxBB