From: Chris Cox on 11 May 2010 11:01 On Tue, 2010-05-11 at 16:17 +0200, houghi wrote: > To see what VirtualBox machines are running, I use the following: > ps aux|grep "VirtualBox --comment"|grep -v "grep --color"| \ > awk -F '--' '{print $2}'|awk -F 'comment ' '{print $NF}' > > I would imagine that that is possible using a VirtualBox commend, but I > am unable to find it. Anybody an idea? VBoxManage list vms VBoxManage list runningvms
From: David Bolt on 11 May 2010 11:00 On Tuesday 11 May 2010 15:17, while playing with a tin of spray paint, houghi painted this mural: > > To see what VirtualBox machines are running, I use the following: > ps aux|grep "VirtualBox --comment"|grep -v "grep --color"| \ > awk -F '--' '{print $2}'|awk -F 'comment ' '{print $NF}' > > I would imagine that that is possible using a VirtualBox commend, but I > am unable to find it. Anybody an idea? VBoxManage list runningvms or for full details about the running virtual machines: VBoxManage list --long runningvms Regards, David Bolt -- Team Acorn: www.distributed.net OGR-NG @ ~100Mnodes RC5-72 @ ~1Mkeys/s openSUSE 11.0 32b | | | openSUSE 11.3M4 32b | openSUSE 11.1 64b | openSUSE 11.2 64b | TOS 4.02 | openSUSE 11.1 PPC | RISC OS 4.02 | RISC OS 3.11
From: Darrell Stec on 11 May 2010 13:11 houghi wrote: > > To see what VirtualBox machines are running, I use the following: > ps aux|grep "VirtualBox --comment"|grep -v "grep --color"| \ > awk -F '--' '{print $2}'|awk -F 'comment ' '{print $NF}' > > I would imagine that that is possible using a VirtualBox commend, but I > am unable to find it. Anybody an idea? > > > > houghi Can't you just look and see what is running on your desktop like the rest of us? :-) -- Later, Darrell
|
Pages: 1 Prev: some update broke codeblocks 'make install' Next: OpenOffice problem with Kde4 |