[COMMIT osv master] ramfs: strip ! from usr.manifest filenames

2017-06-08 Thread Commit Bot
From: Justin Cinkelj Committer: Nadav Har'El Branch: master ramfs: strip ! from usr.manifest filenames usr.manifest can contain lines like "/osv-path: !/host-path", when "/host-path" is a symlink. We need to remove the ! before searching host filesystem for the file. Fixes #879 Signed-off-by

[PATCH] ramfs: strip ! from usr.manifest filenames

2017-06-08 Thread Justin Cinkelj
usr.manifest can contain lines like "/osv-path: !/host-path", when "/host-path" is a symlink. We need to remove the ! before searching host filesystem for the file. Fixes #879 Signed-off-by: Justin Cinkelj --- scripts/mkbootfs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/mkb

Re: OSv with openjdk-1.8.0 proposal/RFC

2017-06-08 Thread Justin Cinkelj
On our openstack, we did have DNS misconfiguration. After openstack DNS reconfig, both host-10-32-3-20.domainname.extension and host-10-32-3-20 are resolvable. After openstack DNS reconfig, also java crash disapeared. So I think it is OK to keep the short string for hostname. Justin - Ori

Jenkins build is back to normal : osv-build #1239

2017-06-08 Thread jenkins
See -- 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+unsub

Re: OSv with openjdk-1.8.0 proposal/RFC

2017-06-08 Thread Waldek Kozaczuk
I wonder if this issue has anything to do with my patch https://github.com/cloudius-systems/osv/commit/64d1883d7af31046ab8199b01d59dc64d9d4b2f2 or we still has a bug in how we set hostname. I wonder if the correct hostname should be host-10-32-3-20.domainname.extension and we are not reading

[COMMIT osv master] dladdr() fix return value (again)

2017-06-08 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master dladdr() fix return value (again) It was a mistake to check whether base is 0, because base may actually be 0 for the kernel module... Rather we need to check if fname is 0. Without this patch, tst-dlfcn.cc fails. Signed-off-by: Nadav

Build failed in Jenkins: osv-build #1238

2017-06-08 Thread jenkins
See Changes: [Nadav Har'El] Update apps.git submodule -- [...truncated 144.33 KB...] Adding /usr/lib/jvm/java/jre/bin/unpack200... Adding /usr/lib/jvm/java/jre/lib

[COMMIT osv master] Update apps.git submodule

2017-06-08 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master Update apps.git submodule Signed-off-by: Nadav Har'El --- diff --git a/apps b/apps --- a/apps +++ b/apps @@ -1 +1 @@ -Subproject commit 44b9b618cceeec03462820240b49b8c93c437101 +Subproject commit 36bfb65d71569b24bc462cd025ee8d5e886a7b

[COMMIT osv-apps master] openjdk8-fedora: simplify preparation of image content

2017-06-08 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master openjdk8-fedora: simplify preparation of image content Just treat "install/" as the contents of what will be installed on the image. No need for convoluted python magic in module.py to override what we put in the install/ directory - it

Build failed in Jenkins: osv-build #1237

2017-06-08 Thread jenkins
See Changes: [Nadav Har'El] Fix dladdr() return value -- [...truncated 143.01 KB...] Adding /usr/lib/jvm/java/jre/lib/rhino.jar... Adding /usr/lib/jvm/java/jre/lib

[COMMIT osv master] Fix dladdr() return value

2017-06-08 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master Fix dladdr() return value The dladdr() function is supposed to return 0 if no shared library was found containing the given address, and we neglected to do this and always returned 1. So this patch fixes the return value of dladdr() to

[PATCH] Fix dladdr() return value

2017-06-08 Thread Nadav Har'El
The dladdr() function is supposed to return 0 if no shared library was found containing the given address, and we neglected to do this and always returned 1. So this patch fixes the return value of dladdr() to match the Linux one, and return 0 when it needs to. One consequence of this bug was that

[COMMIT osv master] update apps.git

2017-06-08 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master update apps.git Adds missing libraries to openjdk8-fedora app. Signed-off-by: Nadav Har'El --- diff --git a/apps b/apps --- a/apps +++ b/apps @@ -1 +1 @@ -Subproject commit 25e100fc596932ad74e1bf62579a2d607833d5cc +Subproject commit

[COMMIT osv-apps master] openjdk8-fedora: Add missing libraries to the image

2017-06-08 Thread Commit Bot
From: Nadav Har'El Committer: Nadav Har'El Branch: master openjdk8-fedora: Add missing libraries to the image Some of the shared libraries included with Java, such as libsunsec.so (for security) or libjavalcms.so (for color manipulation) have their own dependencies, additional libraries we nee

Re: OSv with openjdk-1.8.0 proposal/RFC

2017-06-08 Thread Nadav Har'El
On Thu, Jun 8, 2017 at 7:13 AM, Justin Cinkelj wrote: > Gasper in CC original console output: > OSv v0.24-364-g3cb3ccc > eth0: 10.32.3.20 > java.so: Starting JVM app using: io/osv/isolated/RunIsolatedJvmApp > java.so: Setting Java system classloader to IsolatingOsvSystemClassLoader > and logging