Re: [osv-dev] Re: Problems to pass arguments to a JAR in run.yaml

2019-03-28 Thread roberto battistoni
Sorry I didn't be so clear in my explanation. Running cli.so (with httpserver api) is only a test to understand why are not reachable the REST services. In my case the problem is that with BRIDGE configuration this does not work, instead with NAT it works. I need the BRIDGE configuration for my

Re: [osv-dev] Re: Problems to pass arguments to a JAR in run.yaml

2019-03-28 Thread Waldek Kozaczuk
On Thursday, March 28, 2019 at 3:16:30 AM UTC-4, robertob wrote: > > I did the include step you suggested but it did not work. > > So I made a test: > > capstan run uni -n "nat" -f "8000:8000" -e "/cli/cli.so” > I think order matters so this should be: capstan run -n "nat" -f "8000:8000" -e

Re: [osv-dev] Capstan

2019-03-28 Thread Waldek Kozaczuk
Thanks Miha. That was fast. Pekka, I do not have permissions to this repo. Do you mind merging this pull request or granting me the permissions to this repo? Thanks, Waldek On Thursday, March 28, 2019 at 3:12:38 AM UTC-4, Miha Plesko wrote: > > > Hi, > > what you suggest sounds good. Another

Re: [osv-dev] OSv vs Docker vs Linux networking performance comparison

2019-03-28 Thread Pekka Enberg
Hi Waldek, On Thu, Mar 28, 2019 at 12:49 AM Waldek Kozaczuk wrote: > Some questions about the evaluation setup and measurements: >>> >>> - Did you establish a baseline with bare metal configuration? >>> >> How would I create baseline with with bare metal configuration for 1, 2, > 4 CPUs? With

Re: [osv-dev] Re: Problems to pass arguments to a JAR in run.yaml

2019-03-28 Thread Roberto Battistoni
I did the include step you suggested but it did not work. So I made a test: capstan run uni -n "nat" -f "8000:8000" -e "/cli/cli.so” With “nat” configuration I see the REST services from the host (http://localhost:8000/ …), but when I switch to “bridge” I don’t see

Re: [osv-dev] Capstan

2019-03-28 Thread Miha Plesko
Hi, what you suggest sounds good. Another approach would be as you say to just open a pull request and then click the big green button in the browser. I created one just now, if you want you can just click the "Merge" button and we're done: [