VirtualBox

Ignore:
Timestamp:
Apr 30, 2009 1:45:56 PM (16 years ago)
Author:
vboxsync
Message:

Linux vboxdrv.sh: adapted to the current format of !VBoxManage list runningvms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh.in

    r19030 r19273  
    236236        if [ -d /tmp/.vbox-$i-ipc ]; then
    237237            export VBOX_IPC_SOCKETID="$i"
    238             VMS=`$VBOXMANAGE -nologo list runningvms 2>/dev/null`
     238            VMS=`$VBOXMANAGE --nologo list runningvms | sed -e 's/^".*"//' 2>/dev/null`
    239239            if [ -n "$VMS" ]; then
    240240                if [ "$SHUTDOWN" = "poweroff" ]; then
    241241                    begin_msg "Powering off remaining VMs"
    242242                    for v in $VMS; do
    243                         $VBOXMANAGE -nologo controlvm $v poweroff
     243                        $VBOXMANAGE --nologo controlvm $v poweroff
    244244                    done
    245245                    succ_msg
     
    247247                    begin_msg "Sending ACPI power button event to remaining VMs"
    248248                    for v in $VMS; do
    249                         $VBOXMANAGE -nologo controlvm $v acpipowerbutton
     249                        $VBOXMANAGE --nologo controlvm $v acpipowerbutton
    250250                        wait=30
    251251                    done
     
    254254                    begin_msg "Saving state of remaining VMs"
    255255                    for v in $VMS; do
    256                         $VBOXMANAGE -nologo controlvm $v savestate
     256                        $VBOXMANAGE --nologo controlvm $v savestate
    257257                    done
    258258                    succ_msg
     
    324324            if [ -d /tmp/.vbox-$i-ipc ]; then
    325325                export VBOX_IPC_SOCKETID="$i"
    326                 VMS=`$VBOXMANAGE -nologo list runningvms 2>/dev/null`
     326                VMS=`$VBOXMANAGE --nologo list runningvms | sed -e 's/^".*"//' 2>/dev/null`
    327327                if [ -n "$VMS" ]; then
    328328                    echo "The following VMs are currently running:"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette