VirtualBox

Opened 15 years ago

Closed 15 years ago

#4466 closed defect (duplicate)

/etc/init.d/vboxdrv init script bug in stop_vms()

Reported by: Roy Sutton Owned by:
Component: VM control Version: VirtualBox 3.0.0
Keywords: vboxdrv stop_vms init.d script Cc:
Guest type: other Host type: Linux

Description

The stop_vms() function fails to parse the running vms UUID from the output of VBoxManage. It appears to be a typo in the sed script.

Here are the diffs:

235c235
<             VMS=`$VBOXMANAGE --nologo list runningvms | sed -e 's/^".*.*"{\(.*\)}/\1/' 2>/dev/null`
---
>             VMS=`$VBOXMANAGE --nologo list runningvms | sed -e 's/^".*".*{\(.*\)}/\1/' 2>/dev/null`

RAS

Attachments (1)

vboxdrv.diffs (216 bytes ) - added by Roy Sutton 15 years ago.
diffs

Download all attachments as: .zip

Change History (2)

by Roy Sutton, 15 years ago

Attachment: vboxdrv.diffs added

diffs

comment:1 by Frank Mehnert, 15 years ago

Resolution: duplicate
Status: newclosed

Thanks for the hint, duplicate (too lazy now to search the other ticket). Fix is included in next release.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use