Re: [osv-dev] Running Java (pie) from host without wrapper

2019-04-14 Thread Waldek Kozaczuk
Being able to run jvm without a wrapper is pretty significant (I guest it was possible as of over 4 years ago when support for running pies in OSv was added). We do not need all this related baggage anymore. Even now wrapper has some limiting preventing certain java 9 and up apps from running

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

2019-04-14 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] Running Java (pie) from host without wrapper

2019-04-14 Thread Nadav Har'El
On Sun, Apr 14, 2019 at 11:21 PM Waldek Kozaczuk wrote: > As I was researching OSv ability to run unmodified Linux pie as is from > host I did quick experiment with Java 8. > > I created an app that took all java 8 artifacts as is from host (so no > wrapper): > cat usr.manifest >

[osv-dev] Running Java (pie) from host without wrapper

2019-04-14 Thread Waldek Kozaczuk
As I was researching OSv ability to run unmodified Linux pie as is from host I did quick experiment with Java 8. I created an app that took all java 8 artifacts as is from host (so no wrapper): cat usr.manifest /usr/lib/jvm/java-8-openjdk-amd64/jre/**: /usr/lib/jvm/java-8-openjdk-amd64/jre/**

Re: [osv-dev] OSv Linux compatibility

2019-04-14 Thread Waldek Kozaczuk
I have added some comments to 190 and 689. I think fixing 689 (and then TLS which is much harder) should be priority to make OSv better support pies. I am not sure about other distributions but many (maybe majority) of apps on Ubuntu 18.10 are pies. For example I was able to run completely

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

2019-04-14 Thread robertob
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"