Re: [osv-dev] Trying to run .NET Core hello world on OSv - help needed!

2019-11-20 Thread Waldek Kozaczuk
Before I go into details of what I have found out and what the remedy might be, let me say that I have managed to run simple 'hello world' C# app on dotnet core on OSv. I have also made good progress on running httpserver example as well. You can find some of that here -

[osv-dev] [COMMIT osv master] tls: make local-exec tls aligned

2019-11-20 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master tls: make local-exec tls aligned The patch 70547a6c64c56cbdf4c5b5d0c7eaa1e85badb0f7 added support of local-exec TLS used by pies and position-dependant executables. Unfortunately it missed to make sure that static TLS in this

[osv-dev] [COMMIT osv master] procfs: implement /proc/self/exe

2019-11-20 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master procfs: implement /proc/self/exe This patch adds /proc/self/exe which symlinks to the application being executed. It also adds symlink support to procfs. Signed-off-by: Waldemar Kozaczuk --- diff --git

[osv-dev] [COMMIT osv master] tls: parameterize static tls reservation

2019-11-20 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master tls: parameterize static tls reservation This patch makes it possible to pass size of the app static TLS reservation as build parameter to makefile. It also adds logic calculate what value of this parameter should be if the

Re: [osv-dev] CI Implementation/Contribution

2019-11-20 Thread Waldek Kozaczuk
On Wednesday, November 20, 2019 at 6:39:08 PM UTC-5, Waldek Kozaczuk wrote: > > Hi, > > Welcome as well and looking forward to your contributions! We definitely > need help:-) > > On Wednesday, November 20, 2019 at 7:36:54 AM UTC-5, Nadav Har'El wrote: >> >> >> On Wed, Nov 20, 2019 at 7:29 AM

Re: [osv-dev] CI Implementation/Contribution

2019-11-20 Thread Waldek Kozaczuk
Hi, Welcome as well and looking forward to your contributions! We definitely need help:-) On Wednesday, November 20, 2019 at 7:36:54 AM UTC-5, Nadav Har'El wrote: > > > On Wed, Nov 20, 2019 at 7:29 AM Matthew Pabst > wrote: > >> Hi, >> >> A couple of peers and I from the University of Texas at

Re: [osv-dev] Re: capture stdout/stderr of osv

2019-11-20 Thread zhiting zhu
Redirect the console output of firecracker to file solve my problem. On Wed, Nov 20, 2019 at 2:58 PM zhiting zhu wrote: > Oh, the log file is stored in the VM. I'm using rofs and the log file will > be gone after vm shutdown if I store it in ramfs. > > On Wednesday, November 20, 2019 at 2:53:15

Re: [osv-dev] Re: capture stdout/stderr of osv

2019-11-20 Thread zhiting zhu
Oh, the log file is stored in the VM. I'm using rofs and the log file will be gone after vm shutdown if I store it in ramfs. On Wednesday, November 20, 2019 at 2:53:15 PM UTC-6, zhiting zhu wrote: > > I pass --redirect with the file path on the host. It reports error: output > redirection

Re: [osv-dev] Re: capture stdout/stderr of osv

2019-11-20 Thread zhiting zhu
I pass --redirect with the file path on the host. It reports error: output redirection failed: No such file or directory. The file on the host is already created. On Thursday, November 7, 2019 at 8:32:04 AM UTC-6, Waldek Kozaczuk wrote: > > Use ā€˜-eā€™ option to pass command line that will have

Re: [osv-dev] CI Implementation/Contribution

2019-11-20 Thread Nadav Har'El
On Wed, Nov 20, 2019 at 7:29 AM Matthew Pabst wrote: > Hi, > > A couple of peers and I from the University of Texas at Austin are > interested in contributing to OSv, and we thought a good place to start > would be implementing some basic CI infrastructure ( >

Re: [osv-dev] CI Implementation/Contribution

2019-11-20 Thread Pekka Enberg
Hi Matthew, On Wed, Nov 20, 2019 at 7:29 AM Matthew Pabst wrote: > A couple of peers and I from the University of Texas at Austin are > interested in contributing to OSv, and we thought a good place to start > would be implementing some basic CI infrastructure ( >