Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Commit

Permalink
README: explain error w/ missing stage1 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
schu committed Jun 15, 2017
1 parent 672539b commit a414321
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ For a real world example, see [semaphore.sh from weaveworks/tcptracer-bpf](https

## FAQ

### run: cannot find aci satisfying name ...

If you encounter an error like

```
run: cannot find aci satisfying name: "coreos.com/rkt/stage1-kvm" and labels: [{"os" "linux"} {"arch" "amd64"} {"version" "1.26.0"}] in the local store
```

make sure you have pre-fetched the stage1 dependency as described above.


### Warning: unable to translate guest address

```
Expand Down

0 comments on commit a414321

Please sign in to comment.