name: uni
title: Uni
platform: vbox
require:
- openjdk8-zulu-compact3-with-java-beans
- osv.httpserver-html5-gui-and-cli
- osv.run-java
- osv.cli
--
You received this message because you are subscribed to a topic in the Google Groups "OSv Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/osv-dev/-fwSG-MY9Ks/unsubscribe.
To unsubscribe from this group and all its topics, send an email to osv-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "OSv Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osv-dev+u...@googlegroups.com.
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 <r.bat...@gmail.com> wrote:
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 muchr
Il giorno 14 apr 2019, alle ore 08:13, robertob <r.bat...@gmail.com> ha scritto:
I made package.yaml that correctly run with default QEMU platform, but now I do not understand how to build image for virtualbox platform. When I build the image (capstan package compose uni) I see every time that the QEMU image was created.I tried this package.yaml file with "platform: vbox" but noting....name: unititle: Uniplatform: vboxrequire:- openjdk8-zulu-compact3-with-java-beans- osv.httpserver-html5-gui-and-cli- osv.run-java- osv.cli--
You received this message because you are subscribed to a topic in the Google Groups "OSv Development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/osv-dev/-fwSG-MY9Ks/unsubscribe.
--
You received this message because you are subscribed to the Google Groups "OSv Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osv...@googlegroups.com.
qemu-system-x86_64: QEMU emulator version 3.0.0 (qemu-3.0.0-4.fc29)
/usr/bin/qemu-system-x86_64 -nographic -m 1500 -smp 4 -device virtio-blk-pci,id=blk0,bootindex=0,drive=hd0 -drive file=/home/robbat/.capstan/instances/qemu/unikure/disk.qcow2,if=none,id=hd0,aio=threads,cache=none -chardev stdio,mux=on,id=stdio,signal=off -device isa-serial,chardev=stdio -netdev bridge,id=hn0,br=virbr0,helper=/usr/libexec/qemu-bridge-helper -device virtio-net-pci,netdev=hn0,id=nic1,mac=6e:48:b2:0e:48:08 -chardev socket,id=charmonitor,path=/home/robbat/.capstan/instances/qemu/unikure/osv.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control
usermod -aG kvm <user name>
To unsubscribe from this group and all its topics, send an email to osv-dev+u...@googlegroups.com.
yes the problem is that KVM is not running. also with your specification it does not work…I must investigate on the KVM installation on the host machine.
KVM is installed and working in the system. I enabled all the flags that Waldek suggested but nothing...the "-enable-kvm" is not present in the cmdline.The capstan version I use is the 0.30.Any Idea?Roberto
Il giorno gio 18 apr 2019 alle ore 08:22 Pekka Enberg ha scritto: