-
For network bridge, Capstan expect
```
capstan run -n bridge
```
but
```
capstan run --help
```
returns:
```
NAME:
run - launch a VM. You may pass the image name as the first argument.
USAG…
tzach updated
10 years ago
-
I've just installed capstan, and tried to run my first instance:
```
> capstan run cloudius/osv
Created instance: i1398088258
OSv v0.07
Assertion failed: !(reinterpret_cast(ret) & (align - 1)) (/home…
-
Built from commit-id: 4079bf045648b6ab3f4e8de1f74caba68a827bcf
I've tried the image from capstan and it also gives similar result:
```
$ ./scripts/run.py -I --dry-run
scripts/imgedit.py setargs /home…
-
tzach updated
10 years ago
-
```
cmd := exec.Command("VBoxManage", "list", "vms")
```
does not work on windows.
Need something like:
```
cmd := exec.Command("cmd.exec", "/c", "VBoxManage", "list", "vms")
```
Also, VBoxManage…
asias updated
10 years ago
-
@dorlaor noticed that I shared the Capstan blog post using a wrong URL. Turns out it's the OSv blog site that generates it.
-
posix4es-MacBook-Air-3:~ posix4e$ capstan run -h
NAME:
run - launch a VM
USAGE:
command run [command options] [arguments...]
DESCRIPTION:
OPTIONS:
-p 'vbox' hypervisor
-m '1G' memor…
-
Attached is the panic seen when running:
capstan run -p vbox
base image is cloudius/osv-openjdk
Adding 100+ jar files, and cmdline is a command command
https://gist.github.com/dcapwell/10204988
-
posix4e@posix4e-Satellite-S55-A:~/project/osv8test$ capstan build
Building osv8test...
Fetching cloudius/osv-openjdk8/index.yaml...172 bytes downloaded.
Fetching cloudius/osv-openjdk8/osv-openjdk8.qem…
-
Asias He reports the following build failure on Windows:
```
capstan\cmd\run.go:17 imported and not used "github/kylelemons/goat/termios"as emptyarchive_
run.go:70 undefined:termios
```