vagrant@vagrant-ubuntu-vivid-64:~/go/src/github.com/pachyderm/pachyderm$ etc/kube/start-kube-docker.sh Unable to find image 'gcr.io/google_containers/etcd:2.0.12' locally Pulling repository gcr.io/google_containers/etcd fafe47352699: Download complete cf2616975b4a: Download complete 6ce2e90b0bc7: Download complete 8c2e06607696: Download complete 25b7f6392583: Download complete b4b56c254ad5: Download complete Status: Downloaded newer image for gcr.io/google_containers/etcd:2.0.12 gcr.io/google_containers/etcd: this image was pulled from a legacy registry. Important: This registry version will not be supported in future versions of docker. c57e82e6e1e05652f7ee08e05857c573b89757ddba22ba6123de3f83efc28a60 Unable to find image 'gcr.io/google_containers/hyperkube:v1.1.2' locally v1.1.2: Pulling from google_containers/hyperkube 0b12df66f608: Pulling fs layer b9c1c5f483f7: Pulling fs layer cfcab4220070: Pulling fs layer bc5b0dd1b7e2: Pulling fs layer fb04616d3807: Pulling fs layer 36f0e0b8e3f8: Pulling fs layer 6795b6281962: Pulling fs layer a27d8fc69a56: Pulling fs layer 6ca51eedd55d: Pulling fs layer 6874412759cd: Pulling fs layer a27d8fc69a56: Verifying Checksum a27d8fc69a56: Download complete 6795b6281962: Verifying Checksum 6795b6281962: Download complete bc5b0dd1b7e2: Verifying Checksum bc5b0dd1b7e2: Download complete 6ca51eedd55d: Verifying Checksum 6ca51eedd55d: Download complete 6874412759cd: Verifying Checksum 6874412759cd: Download complete b9c1c5f483f7: Verifying Checksum b9c1c5f483f7: Download complete cfcab4220070: Verifying Checksum cfcab4220070: Download complete 36f0e0b8e3f8: Verifying Checksum 36f0e0b8e3f8: Download complete fb04616d3807: Verifying Checksum fb04616d3807: Download complete 0b12df66f608: Verifying Checksum 0b12df66f608: Download complete 0b12df66f608: Pull complete b9c1c5f483f7: Pull complete cfcab4220070: Pull complete bc5b0dd1b7e2: Pull complete fb04616d3807: Pull complete 36f0e0b8e3f8: Pull complete 6795b6281962: Pull complete a27d8fc69a56: Pull complete 6ca51eedd55d: Pull complete 6874412759cd: Pull complete Digest: sha256:17b906f3d01df2ac7b2deffad5498a59dbba91dce0145adfb38537ccf23b045a Status: Downloaded newer image for gcr.io/google_containers/hyperkube:v1.1.2 Error response from daemon: Container command not found or does not exist. Error: failed to start containers: [0e7301db470a107857a2f9b646f305204e351e309419fc6f8e890f2b33a64e0c] vagrant@vagrant-ubuntu-vivid-64:~/go/src/github.com/pachyderm/pachyderm$ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 0e7301db470a gcr.io/google_containers/hyperkube:v1.1.2 "/hyperkube kubelet -" 2 minutes ago Created stoic_hopper c57e82e6e1e0 gcr.io/google_containers/etcd:2.0.12 "/usr/local/bin/etcd " 4 minutes ago Up 4 minutes thirsty_payne vagrant@vagrant-ubuntu-vivid-64:~/go/src/github.com/pachyderm/pachyderm$ make install GO15VENDOREXPERIMENT=1 go install ./src/cmd/pachctl vagrant@vagrant-ubuntu-vivid-64:~/go/src/github.com/pachyderm/pachyderm$ export PATH=$HOME/go/bin:$PATH vagrant@vagrant-ubuntu-vivid-64:~/go/src/github.com/pachyderm/pachyderm$ pachctl create-cluster Post http://localhost:8080/api/v1/namespaces/default/replicationcontrollers: dial tcp 127.0.0.1:8080: getsockopt: connection refused vagrant@vagrant-ubuntu-vivid-64:~/go/src/github.com/pachyderm/pachyderm$ docker logs 0e7301db470a Timestamp: 2015-11-27 17:03:30.647915347 +0000 UTC Code: System error Message: stat /var/lib/docker/0.0/aufs/mnt/0e7301db470a107857a2f9b646f305204e351e309419fc6f8e890f2b33a64e0c/sys/fs/cgroup/systemd/system.slice/docker-0e7301db470a107857a2f9b646f305204e351e309419fc6f8e890f2b33a64e0c.scope: no such file or directory Frames: --- 0: setupRootfs Package: github.com/opencontainers/runc/libcontainer File: rootfs_linux.go@40 --- 1: Init Package: github.com/opencontainers/runc/libcontainer.(*linuxStandardInit) File: standard_init_linux.go@57 --- 2: StartInitialization Package: github.com/opencontainers/runc/libcontainer.(*LinuxFactory) File: factory_linux.go@242 --- 3: initializer Package: github.com/docker/docker/daemon/execdriver/native File: init.go@35 --- 4: Init Package: github.com/docker/docker/pkg/reexec File: reexec.go@26 --- 5: main Package: main File: docker.go@18 --- 6: main Package: runtime File: proc.go@111 --- 7: goexit Package: runtime File: asm_amd64.s@1696 vagrant@vagrant-ubuntu-vivid-64:~/go/src/github.com/pachyderm/pachyderm$ docker inspect 0e7301db470a [ { "Id": "0e7301db470a107857a2f9b646f305204e351e309419fc6f8e890f2b33a64e0c", "Created": "2015-11-27T17:03:30.245331183Z", "Path": "/hyperkube", "Args": [ "kubelet", "--containerized", "--hostname-override=127.0.0.1", "--address=0.0.0.0", "--api-servers=http://localhost:8080", "--config=/etc/kubernetes/manifests", "--allow-privileged=true" ], "State": { "Status": "created", "Running": false, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 0, "ExitCode": 127, "Error": "CMDNOTFOUND", "StartedAt": "0001-01-01T00:00:00Z", "FinishedAt": "0001-01-01T00:00:00Z" }, "Image": "6874412759cd1d131b7363c78158ea3f285a6ae0b66af1ae000d48bd52a00470", "ResolvConfPath": "/var/lib/docker/0.0/containers/0e7301db470a107857a2f9b646f305204e351e309419fc6f8e890f2b33a64e0c/resolv.conf", "HostnamePath": "/var/lib/docker/0.0/containers/0e7301db470a107857a2f9b646f305204e351e309419fc6f8e890f2b33a64e0c/hostname", "HostsPath": "/var/lib/docker/0.0/containers/0e7301db470a107857a2f9b646f305204e351e309419fc6f8e890f2b33a64e0c/hosts", "LogPath": "/var/lib/docker/0.0/containers/0e7301db470a107857a2f9b646f305204e351e309419fc6f8e890f2b33a64e0c/0e7301db470a107857a2f9b646f305204e351e309419fc6f8e890f2b33a64e0c-json.log", "Name": "/stoic_hopper", "RestartCount": 0, "Driver": "aufs", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": null, "HostConfig": { "Binds": [ "/dev:/dev", "/var/lib/docker/:/var/lib/docker:rw", "/var/lib/kubelet/:/var/lib/kubelet:rw", "/var/run:/var/run:rw", "/:/rootfs:ro", "/sys:/sys:ro" ], "ContainerIDFile": "", "CpuShares": 0, "LogConfig": { "Type": "json-file", "Config": {} }, "NetworkMode": "host", "PortBindings": {}, "RestartPolicy": { "Name": "no", "MaximumRetryCount": 0 }, "VolumeDriver": "", "VolumesFrom": null, "BlkioWeight": 0, "BlkioWeightDevice": null, "CapAdd": null, "CapDrop": null, "CgroupParent": "", "CpuPeriod": 0, "CpuQuota": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": null, "GroupAdd": null, "IpcMode": "", "KernelMemory": 0, "Links": null, "Memory": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": -1, "OomKillDisable": false, "PidMode": "host", "Privileged": true, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": [ "label:disable" ], "Ulimits": null, "UTSMode": "", "ConsoleSize": [ 0, 0 ], "Isolation": "" }, "GraphDriver": { "Name": "aufs", "Data": null }, "Mounts": [ { "Source": "/sys", "Destination": "/sys", "Mode": "ro", "RW": false }, { "Source": "/dev", "Destination": "/dev", "Mode": "", "RW": true }, { "Source": "/var/lib/docker", "Destination": "/var/lib/docker", "Mode": "rw", "RW": true }, { "Source": "/var/lib/kubelet", "Destination": "/var/lib/kubelet", "Mode": "rw", "RW": true }, { "Source": "/var/run", "Destination": "/var/run", "Mode": "rw", "RW": true }, { "Source": "/", "Destination": "/rootfs", "Mode": "ro", "RW": false } ], "Config": { "Hostname": "vagrant-ubuntu-vivid-64", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": true, "AttachStderr": true, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Cmd": [ "/hyperkube", "kubelet", "--containerized", "--hostname-override=127.0.0.1", "--address=0.0.0.0", "--api-servers=http://localhost:8080", "--config=/etc/kubernetes/manifests", "--allow-privileged=true" ], "Image": "gcr.io/google_containers/hyperkube:v1.1.2", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": null, "Labels": {}, "StopSignal": "SIGTERM" }, "NetworkSettings": { "Bridge": "", "SandboxID": "", "HairpinMode": false, "LinkLocalIPv6Address": "", "LinkLocalIPv6PrefixLen": 0, "Ports": null, "SandboxKey": "", "SecondaryIPAddresses": null, "SecondaryIPv6Addresses": null, "EndpointID": "", "Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "MacAddress": "", "Networks": { "host": { "EndpointID": "", "Gateway": "", "IPAddress": "", "IPPrefixLen": 0, "IPv6Gateway": "", "GlobalIPv6Address": "", "GlobalIPv6PrefixLen": 0, "MacAddress": "" } } } } ]