jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Testing for VBoxManage startvm exit status fails #1085

Open KwadroNaut opened 8 years ago

KwadroNaut commented 8 years ago

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".

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?