[osv-dev] [COMMIT osv master] Updated apps

2019-07-11 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Updated apps Signed-off-by: Waldemar Kozaczuk --- diff --git a/apps b/apps --- a/apps +++ b/apps @@ -1 +1 @@ -Subproject commit 36bc528cd0e450ef677fc37bc7a56f979b025e87 +Subproject commit 95972085454860848bf1901e63e0eea933c2

[osv-dev] [COMMIT osv-apps master] Added openjdk12 app that builds from docker image

2019-07-11 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Added openjdk12 app that builds from docker image Signed-off-by: Waldemar Kozaczuk --- diff --git a/openjdk12-jre-from-docker/Makefile b/openjdk12-jre-from-docker/Makefile --- a/openjdk12-jre-from-docker/Makefile +++ b/op

[osv-dev] [COMMIT osv-apps master] Added java-from-host app

2019-07-11 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Added java-from-host app Signed-off-by: Waldemar Kozaczuk --- diff --git a/java-from-host/Makefile b/java-from-host/Makefile --- a/java-from-host/Makefile +++ b/java-from-host/Makefile @@ -0,0 +1,14 @@ +.PHONY: module clean

[osv-dev] [COMMIT osv-apps master] Added node-from-host app

2019-07-11 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Added node-from-host app Signed-off-by: Waldemar Kozaczuk --- diff --git a/node-from-host/Makefile b/node-from-host/Makefile --- a/node-from-host/Makefile +++ b/node-from-host/Makefile @@ -0,0 +1,12 @@ +.PHONY: module clean

[osv-dev] [COMMIT osv-apps master] Added openjdk12 app

2019-07-11 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Added openjdk12 app Signed-off-by: Waldemar Kozaczuk --- diff --git a/openjdk12-zulu-java-base/Makefile b/openjdk12-zulu-java-base/Makefile --- a/openjdk12-zulu-java-base/Makefile +++ b/openjdk12-zulu-java-base/Makefile @

[osv-dev] [COMMIT osv-apps master] Refined java-example to run with any java app

2019-07-11 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Refined java-example to run with any java app Signed-off-by: Waldemar Kozaczuk --- diff --git a/java-example/module.py b/java-example/module.py --- a/java-example/module.py +++ b/java-example/module.py @@ -2,4 +2,4 @@ api.

[osv-dev] [COMMIT osv master] Enhanced manifest_from_host.sh to support building apps from host and docker images

2019-07-11 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master Enhanced manifest_from_host.sh to support building apps from host and docker images Signed-off-by: Waldemar Kozaczuk --- diff --git a/scripts/manifest_from_host.sh b/scripts/manifest_from_host.sh --- a/scripts/manifest_fr

[osv-dev] Potential deadlock when running latest Java 12

2019-07-11 Thread Waldek Kozaczuk
I tried to run Java 12 on OSv and simple apps like java-example and java-httpserver work. But more complicated like spring-boot-example or jetty seem to hang early on. Here is the output: ./scripts/build image=openjdk12-zulu,jetty fs=rofs ./scripts/run.py -V -c 1 OSv v0.53.0-53-ge9ef51b2 1 CPUs

Re: [osv-dev] Running Docker images on OSv

2019-07-11 Thread Waldek Kozaczuk
Sent from my iPhone > On Jul 11, 2019, at 06:33, Nadav Har'El wrote: > > >> On Wed, Jul 10, 2019 at 4:07 PM Waldek Kozaczuk wrote: >> OSv cannot run Docker containers and probably never will. But It turns out >> one could quite easily build tooling around running Docker images. If you >> t

Re: [osv-dev] OSv strace utility

2019-07-11 Thread Waldek Kozaczuk
Sent from my iPhone > On Jul 11, 2019, at 05:02, Nadav Har'El wrote: > > >> On Thu, Jul 11, 2019 at 12:37 AM Waldek Kozaczuk >> wrote: >> OSv comes with pretty sophisticated tracing and profiling capabilities and >> can be used as described on this Wiki pages - >> https://github.com/cloud

Re: [osv-dev] Running Docker images on OSv

2019-07-11 Thread Nadav Har'El
On Wed, Jul 10, 2019 at 4:07 PM Waldek Kozaczuk wrote: > OSv cannot run Docker containers and probably never will. But It turns out > one could quite easily build tooling around running Docker images. If you > think about it in order to un an image as a container, docker has to > "unflatten" it i

Re: [osv-dev] OSv strace utility

2019-07-11 Thread Nadav Har'El
On Thu, Jul 11, 2019 at 12:37 AM Waldek Kozaczuk wrote: > OSv comes with pretty sophisticated tracing and profiling capabilities and > can be used as described on this Wiki pages - > https://github.com/cloudius-systems/osv/wiki/Trace-analysis-using-trace.py > and > https://github.com/cloudius-sy