Opened 16 years ago
Closed 16 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)
Change History (2)
by , 16 years ago
Attachment: | vboxdrv.diffs added |
---|
comment:1 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
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.
diffs