-
I have a Java with Maven project with all dependencies ,I have done mvn package and trying to run the main class but it could not able to resolve the dependencies can you please provide the steps to r…
-
Hello。I studied the code of pycloud under https://github.com/SEI-AMS/pycloud. But I found that the Dynamic VM Synthesis approach is NOT implemented in this project. And I cannot find any descriptions …
-
I have followed the steps and created with my own C application image. And i have converted it to a .raw image as well. Now i need to create a EC2 instance. I need to select a AMI Manifest Path before…
-
The nginx app runs failed with the error: **'fork() stubbed, nginx:[emerg] fork() failed'**
There is a patch to replace fork in src/os/unix/ngx_process.c while another fork is still in **src/os/uni…
-
I just tried to upload a binary to Google Cloud Storage using golang.org/x/build/cmd/upload and got:
```
2016/11/03 17:20:16 Write error: Post https://www.googleapis.com/upload/storage/v1/b/go-bui…
-
Having following content in `/run/startserver` on OSv's disk:
```
# /run/startserver
--env=PORT=8000 myserver.so
```
When I run such unikernel with `capstan run --execute "runscript /run/startser…
-
In an ASP.NET Core application I'm using the `Google.Cloud.Storage.V1` SDK to download files from the Cloud Storage. The files I'm downloading are relatively small, their size is 1-2 KB. I'm measuring…
-
Hi folks,
Got an interesting error when using capstan to add my application into a master-branch-built base image:
[[[
OSv v0.24-327-gd6caf00
Solaris: NOTICE: Cannot find the pool label for '/de…
-
Simple scripts can be run using `runscript ` program that was introduced with [this](https://github.com/cloudius-systems/osv/commit/ac7bf9ff1db0fc27526f45d6d2ae2a3dd2f4d8b4) commit. Unfortunately, if …
-
I recently introduced a bug where by creating a child test case with a `setUp()` method without an initial call to `super(MyTest, self).setUp()`, some necessary calls were omitted. It seems like the f…