VirtualBox

13 年 前 建立

13 年 前 結束

#9642 closed defect (fixed)

Return code to start VM is unreliable => Fixed in SVN

回報者: Freek de Kruijf 負責人:
元件: VM control 版本: VirtualBox 4.1.2
關鍵字: startvm retrun code 副本:
Guest type: Linux Host type: Linux

描述

I have a shell script which runs as root to start a VM for a normal user. Since the newest version of VirtualBox, 4.1.2 the return code is unreliable. Sometimes it returns a failure where the VM is successfully started.

The script looks like this:

vboxmanage()
{
    CMD="/usr/bin/VBoxManage -nologo $@"
    su - freek -c "$CMD"
}
ERROR=0
vboxmanage startvm ktmhnewb -type vrdp 2>&1 3>&1 || ERROR=1
[ $ERROR -eq 1 ] && echo "VM did not start"
[ $ERROR -eq 1 ] && exit 1

附加檔案 (1)

VBox.log.1 (78.8 KB ) - 13 年 前, 由 Freek de Kruijf 新增
VBox.log

下載所有附檔: .zip

更動歷史 (3)

13 年 前Freek de Kruijf 編輯

附檔: 新增 VBox.log.1

VBox.log

comment:1 13 年 前Frank Mehnert 編輯

摘要: Return code to start VM is unreliableReturn code to start VM is unreliable => Fixed in SVN

I think we found and fixed this problem. The fix should be available in the next maintenance release.

comment:2 13 年 前Frank Mehnert 編輯

狀態: newclosed
處理結果: fixed

Fix part of VBox 4.1.8.

注意: 瀏覽 TracTickets 來幫助您使用待辦事項功能

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