You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a vbox image, VBoxManage always returns 1 instead of zero.
veewee vbox build jessie -n --force --debug
…
Error: We executed a shell command and the exit status was not 0
2015-11-19 12:32:20 +0100 - ui - [veewee] - Command :VBoxManage startvm --type headless "jessie".
Exitcode :1.
2015-11-19 12:32:20 +0100 - ui - [veewee] - Output :
Waiting for VM "jessie" to power on...
VM "jessie" has been successfully started.
Output :
Waiting for VM "jessie" to power on...
VM "jessie" has been successfully started.
2015-11-19 12:32:20 +0100 - ui - [veewee] Wrong exit code for command VBoxManage startvm --type headless "jessie"
Wrong exit code for command VBoxManage startvm --type headless "jessie"
See:
kwadronaut@hazelaar:/dev/veewee$ VBoxManage startvm --type headless "jessie"
Waiting for VM "jessie" to power on...
VM "jessie" has been successfully started.
kwadronaut@hazelaar:/dev/veewee$ echo $?
1
vboxmanage --version
5.0.10r104061
I have built vboximages last week, is this a regression in virtualbox or where should I start looking?
The text was updated successfully, but these errors were encountered:
When building a vbox image, VBoxManage always returns 1 instead of zero.
veewee vbox build jessie -n --force --debug
…
Error: We executed a shell command and the exit status was not 0
2015-11-19 12:32:20 +0100 - ui - [veewee] - Command :VBoxManage startvm --type headless "jessie".
2015-11-19 12:32:20 +0100 - ui - [veewee] - Exitcode :1.
2015-11-19 12:32:20 +0100 - ui - [veewee] - Output :
Waiting for VM "jessie" to power on...
VM "jessie" has been successfully started.
Waiting for VM "jessie" to power on...
VM "jessie" has been successfully started.
2015-11-19 12:32:20 +0100 - ui - [veewee] Wrong exit code for command VBoxManage startvm --type headless "jessie"
Wrong exit code for command VBoxManage startvm --type headless "jessie"
See:
kwadronaut@hazelaar:
/dev/veewee$ VBoxManage startvm --type headless "jessie"/dev/veewee$ echo $?Waiting for VM "jessie" to power on...
VM "jessie" has been successfully started.
kwadronaut@hazelaar:
1
vboxmanage --version
5.0.10r104061
I have built vboximages last week, is this a regression in virtualbox or where should I start looking?
The text was updated successfully, but these errors were encountered: