-
Hello all,
I'm newbie on this project.
and I got below error on build time.
$ make
make all-recursive
make[1]: Entering directory '/home/keyolk/.gvm/pkgsets/go1.6.2/container/src/github.com/hyperhq/…
-
Several Docker for Windows users (10-15) have reported the MobyLinux VM not starting (https://github.com/docker/for-win/issues/54). All users are on Windows build 14393 or newer (anniversary edition),…
-
I'm reading expect_loop(self, searcher, timeout=-1, searchwindowsize=-1) and suspect there's a nasty edge case when the pattern/string crosses the boundary between old and new data.
(I'm also somewhat…
-
runv commit dbc1d243b3040d887aef0849c78999792bd0fe0c upstream.
runv-containerd version 0.01
```
# uname -a
Linux ubuntu 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 x86_64 x86_64 x86_…
-
```
What steps will reproduce the problem?
1. Compile and start a 9p server listening on e. g. socket /tmp/xxx
2. mount -t 9p /tmp/xxx /mnt/ -o trans=unix,version=9p2000.u,uname=
What is the expected…
-
```
Recently, I had been looking for a decent 9P2000 server implementation
(preferably in Go). Not surprising, I have found go9p project.
Unfortunately, the complete lack of the unit tests, made it …
-
https://github.com/mist64/xhyve/issues/70#issuecomment-177682212
http://wiki.qemu.org/Documentation/9psetup
https://github.com/boot2docker/boot2docker/pull/89
-
bug.myr
```
use std
type qid = struct
ty : uint8
vers : uint32
path : uint64
;;
type stat = struct
// Commenting out ty fixes the issue.
ty : uint16
qid : qid
;;
const …
-
According to this http://docs.rancher.com/os/cloud-config/
if I start a gce instance with `--metadata-from-file user-data=${__dirname}/bootstrap/startup` it should execute the content of startup scrip…
-
**RancherOS Version: v0.4.5**
**Where are you running RancherOS? baremetal**
sudo system-docker logs cloud-init
- MOUNT_POINT=/media/config-2
++ ros dev LABEL=config-2
- CONFIG_DEV=
- mkdir -p…