Created
February 6, 2016 12:48
-
-
Save GrantGochnauer/2bd408e12ac6217e5ebd to your computer and use it in GitHub Desktop.
Docker 1.10 install error Hypriot
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
Job for docker.service failed. See 'systemctl status docker.service' and 'journalctl -xn' for details. | |
invoke-rc.d: initscript docker, action "start" failed. | |
dpkg: error processing package docker-hypriot (--configure): | |
subprocess installed post-installation script returned error exit status 1 | |
Processing triggers for initramfs-tools (0.120) ... | |
Processing triggers for libc-bin (2.19-18+deb8u2) ... | |
Processing triggers for systemd (215-17+deb8u3) ... | |
Errors were encountered while processing: | |
docker-hypriot | |
E: Sub-process /usr/bin/dpkg returned an error code (1) | |
[root:~]# systemctl status docker.service | |
‚óè docker.service - Docker Application Container Engine | |
Loaded: loaded (/lib/systemd/system/docker.service; enabled) | |
Drop-In: /usr/lib/systemd/system/docker.service.d | |
└─docker-flannel.conf, docker-overlay.conf | |
Active: activating (auto-restart) (Result: exit-code) since Sat 2016-02-06 06:48:20 CST; 1s ago | |
Docs: https://docs.docker.com | |
Process: 4836 ExecStart=/usr/bin/docker -d -H unix:///var/run/docker.sock -s overlay --exec-opt native.cgroupdriver=cgroupfs (code=exited, status=125) | |
Process: 4828 ExecStartPre=/bin/sh -c ifconfig docker0 down; brctl delbr docker0 (code=exited, status=1/FAILURE) | |
Main PID: 4836 (code=exited, status=125) | |
CGroup: /system.slice/docker.service | |
Feb 06 06:48:20 kubepi systemd[1]: Failed to start Docker Application Container Engine. | |
Feb 06 06:48:20 kubepi systemd[1]: Unit docker.service entered failed state. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, I got this error too. After the upgrade, the first time you start the daemon, it calculates a lot of checksums. Far too many to be done inside APT's install timeout.
What fixed it for me was: