Created
October 27, 2016 14:35
-
-
Save nlamirault/01c4e8f52b6df68ec4c5cc50695f8be0 to your computer and use it in GitHub Desktop.
kube and weave
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker ps -a|grep weave | |
d0cda00b17f0 weaveworks/weave-npc:1.7.2 "/usr/bin/weave-npc" About a minute ago Exited (2) About a minute ago k8s_weave-npc.3839506_weave-net-opy7j_kube-system_4a43869a-9c4f-11e6-886e-b827ebfbf807_ca560d24 | |
ad6e51588e8b weaveworks/weave-kube:1.7.2 "/home/weave/launch.s" About a minute ago Exited (2) About a minute ago k8s_weave.4d28acb7_weave-net-opy7j_kube-system_4a43869a-9c4f-11e6-886e-b827ebfbf807_3525fd89 | |
4957b3bff61d gcr.io/google_containers/pause-arm:3.0 "/pause" 5 minutes ago Up 5 minutes k8s_POD.da6fe110_weave-net-opy7j_kube-system_4a43869a-9c4f-11e6-886e-b827ebfbf807_df3bb19c | |
$ docker logs -f 25271701eb76 | |
panic: standard_init_linux.go:175: exec user process caused "exec format error" [recovered] | |
panic: standard_init_linux.go:175: exec user process caused "exec format error" | |
goroutine 1 [running, locked to thread]: | |
panic(0x3360b0, 0x56e6d200) | |
/usr/local/go/src/runtime/panic.go:481 +0x330 | |
github.com/urfave/cli.HandleAction.func1(0x56dc5960) | |
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:478 +0x328 | |
panic(0x3360b0, 0x56e6d200) | |
/usr/local/go/src/runtime/panic.go:443 +0x448 | |
github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization.func1(0x56dc55e8, 0x56da44f8, 0x56dc5670) | |
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:259 +0x13c | |
github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization(0x56e20a50, 0x463fa5b0, 0x56e6d200) | |
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:277 +0x498 | |
main.glob.func8(0x56e301e0, 0x0, 0x0) | |
/go/src/github.com/opencontainers/runc/main_unix.go:26 +0x58 | |
reflect.Value.call(0x2eb600, 0x3f2948, 0x13, 0x3648b8, 0x4, 0x56dc5920, 0x1, 0x1, 0x0, 0x0, ...) | |
/usr/local/go/src/reflect/value.go:435 +0xeb4 | |
reflect.Value.Call(0x2eb600, 0x3f2948, 0x13, 0x56dc5920, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/usr/local/go/src/reflect/value.go:303 +0x84 | |
github.com/urfave/cli.HandleAction(0x2eb600, 0x3f2948, 0x56e301e0, 0x0, 0x0) | |
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:487 +0x230 | |
github.com/urfave/cli.Command.Run(0x366cd8, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3d0d50, 0x51, 0x0, ...) | |
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/command.go:191 +0xcd0 | |
github.com/urfave/cli.(*App).Run(0x56e0a240, 0x56dec050, 0x2, 0x2, 0x0, 0x0) | |
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:240 +0x84c | |
main.main() | |
/go/src/github.com/opencontainers/runc/main.go:137 +0xbb4 | |
$ docker logs -f 616b48f6e86b | |
panic: standard_init_linux.go:175: exec user process caused "exec format error" [recovered] | |
panic: standard_init_linux.go:175: exec user process caused "exec format error" | |
goroutine 1 [running, locked to thread]: | |
panic(0x3360b0, 0x56e6f200) | |
/usr/local/go/src/runtime/panic.go:481 +0x330 | |
github.com/urfave/cli.HandleAction.func1(0x56de3960) | |
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:478 +0x328 | |
panic(0x3360b0, 0x56e6f200) | |
/usr/local/go/src/runtime/panic.go:443 +0x448 | |
github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization.func1(0x56de35e8, 0x56dba878, 0x56de3670) | |
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:259 +0x13c | |
github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization(0x56de8e40, 0x45c13cb0, 0x56e6f200) | |
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:277 +0x498 | |
main.glob.func8(0x56e22320, 0x0, 0x0) | |
/go/src/github.com/opencontainers/runc/main_unix.go:26 +0x58 | |
reflect.Value.call(0x2eb600, 0x3f2948, 0x13, 0x3648b8, 0x4, 0x56de3920, 0x1, 0x1, 0x0, 0x0, ...) | |
/usr/local/go/src/reflect/value.go:435 +0xeb4 | |
reflect.Value.Call(0x2eb600, 0x3f2948, 0x13, 0x56de3920, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/usr/local/go/src/reflect/value.go:303 +0x84 | |
github.com/urfave/cli.HandleAction(0x2eb600, 0x3f2948, 0x56e22320, 0x0, 0x0) | |
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:487 +0x230 | |
github.com/urfave/cli.Command.Run(0x366cd8, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3d0d50, 0x51, 0x0, ...) | |
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/command.go:191 +0xcd0 | |
github.com/urfave/cli.(*App).Run(0x56e1a240, 0x56daa070, 0x2, 0x2, 0x0, 0x0) | |
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:240 +0x84c | |
main.main() | |
/go/src/github.com/opencontainers/runc/main.go:137 +0xbb4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment