Re: [osv-dev] How to compose a vbox platform image with new capstan

2019-04-16 Thread robertob
I'm using Linux Fedora (Linux version 5.0.7-200.fc29.x86_64): qemu-system-x86_64: QEMU emulator version 3.0.0 (qemu-3.0.0-4.fc29) When I run the image through "capstan run" this is the qemu cmdline executed: /usr/bin/qemu-system-x86_64 -nographic -m 1500 -smp 4 -device >

[osv-dev] Build failed in Jenkins: osv-build-nightly #1809

2019-04-16 Thread jenkins
See -- [...truncated 562.02 KB...] Adding /usr/lib/jvm/java/jre/lib/zi/Antarctica/Casey... Adding /usr/lib/jvm/java/jre/lib/zi/Antarctica/Palmer... Link

Re: [osv-dev] How to compose a vbox platform image with new capstan

2019-04-16 Thread Waldek Kozaczuk
The convert output should go under $HOME/.capstan subdirectory with the extension .vbox like so: ``` qemu-img convert -O vdi ~/.capstan/repository/app/app.qemu ~/.capstan/repository/app/app.vbox ``` If you are using Mac then qemu-img has a bug ( https://bugs.launchpad.net/qemu/+bug/1776920) so

Re: [osv-dev] How to compose a vbox platform image with new capstan

2019-04-16 Thread Pekka Enberg
Hi, I don't think Capstan supports building VirtualBox images, but you can use the "qemu-img convert -O vdi" command to convert a QCOW2 (QEMU's format) image to a VirtualBox image. - Pekka On Tue, Apr 16, 2019 at 9:03 AM Roberto Battistoni wrote: > Hi guys! > > Any advice? Please I am very

Re: [osv-dev] How to compose a vbox platform image with new capstan

2019-04-16 Thread Roberto Battistoni
Hi guys! Any advice? Please I am very close to conclude my experimentations but QEMU is too slow and I need to do other tests with more efficient platform. thanks so much r > Il giorno 14 apr 2019, alle ore 08:13, robertob ha > scritto: > > I made package.yaml that correctly run with