Package: docker.io Version: 1.8.3~ds1-2 Severity: critical Justification: breaks unrelated software
apt-get install docker.io Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig docker.io ist schon die neueste Version. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. 1 nicht vollständig installiert oder entfernt. Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt. Möchten Sie fortfahren? [J/n] j docker.io (1.8.3~ds1-2) wird eingerichtet ... Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. invoke-rc.d: initscript docker, action "start" failed. dpkg: Fehler beim Bearbeiten des Paketes docker.io (--configure): Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück Fehler traten auf beim Bearbeiten von: docker.io E: Sub-process /usr/bin/dpkg returned an error code (1) -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (650, 'testing'), (600, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages docker.io depends on: ii adduser 3.113+nmu3 ii init-system-helpers 1.24 ii iptables 1.4.21-2+b1 ii libapparmor1 2.10-2+b1 ii libc6 2.19-22 ii libdevmapper1.02.1 2:1.02.110-1 ii libsqlite3-0 3.9.2-1 ii perl 5.20.2-6 Versions of packages docker.io recommends: ii ca-certificates 20150426 ii cgroupfs-mount 1.2 ii git 1:2.6.2-1 ii xz-utils 5.1.1alpha+20120614-2.1 Versions of packages docker.io suggests: ii aufs-tools 1:3.2+20130722-1.1 pn btrfs-tools <none> pn debootstrap <none> pn lxc <none> pn rinse <none> pn zfs-fuse | zfsutils <none> -- no debconf information *** /tmp/additional.txt systemctl -l status docker.service ? docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; disabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sa 2015-11-21 11:39:38 CET; 3min 1s ago Docs: https://docs.docker.com Process: 9379 ExecStart=/usr/bin/docker daemon -H fd:// $DOCKER_OPTS (code=exited, status=1/FAILURE) Main PID: 9379 (code=exited, status=1/FAILURE) Nov 21 11:39:38 peter64 systemd[1]: Starting Docker Application Container Engine... Nov 21 11:39:38 peter64 docker[9379]: time="2015-11-21T11:39:38.430675900+01:00" level=error msg="[graphdriver] prior storage driver \"aufs\" failed: driver not supported" Nov 21 11:39:38 peter64 docker[9379]: time="2015-11-21T11:39:38.430781428+01:00" level=fatal msg="Error starting daemon: error initializing graphdriver: driver not supported" Nov 21 11:39:38 peter64 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE Nov 21 11:39:38 peter64 systemd[1]: Failed to start Docker Application Container Engine. Nov 21 11:39:38 peter64 systemd[1]: docker.service: Unit entered failed state. Nov 21 11:39:38 peter64 systemd[1]: docker.service: Failed with result 'exit-code'. Auszug aus journalctl -xe [..] -- Unit docker.socket has begun starting up. Nov 21 11:39:38 peter64 systemd[1]: Listening on Docker Socket for the API. -- Subject: Unit docker.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Unit docker.socket has finished starting up. -- The start-up result is done. Nov 21 11:39:38 peter64 systemd[1]: Starting Docker Application Container Engine... -- Subject: Unit docker.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit docker.service has begun starting up. Nov 21 11:39:38 peter64 docker[9379]: time="2015-11-21T11:39:38.430675900+01:00" level=error msg="[graphdriver] p Nov 21 11:39:38 peter64 docker[9379]: time="2015-11-21T11:39:38.430781428+01:00" level=fatal msg="Error starting Nov 21 11:39:38 peter64 systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE Nov 21 11:39:38 peter64 systemd[1]: Failed to start Docker Application Container Engine. -- Subject: Unit docker.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit docker.service has failed. -- -- The result is failed. Nov 21 11:39:38 peter64 systemd[1]: docker.service: Unit entered failed state. Nov 21 11:39:38 peter64 systemd[1]: docker.service: Failed with result 'exit-code'. Nov 21 11:39:38 peter64 polkitd(authority=local)[840]: Unregistered Authentication Agent for unix-process:9372:73 [..] more /lib/systemd/system/docker.service [Unit] Description=Docker Application Container Engine Documentation=https://docs.docker.com After=network.target docker.socket Requires=docker.socket [Service] Type=notify EnvironmentFile=-/etc/default/docker ExecStart=/usr/bin/docker daemon -H fd:// $DOCKER_OPTS MountFlags=slave LimitNOFILE=1048576 LimitNPROC=1048576 LimitCORE=infinity [Install] WantedBy=multi-user.target more /etc/default/docker # Docker Upstart and SysVinit configuration file # Customize location of Docker binary (especially for development testing). #DOCKER="/usr/local/bin/docker" # Use DOCKER_OPTS to modify the daemon startup options. #DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4" # If you need Docker to use an HTTP proxy, it can also be specified here. #export http_proxy="http://127.0.0.1:3128/" #export TMPDIR="/mnt/bigdrive/docker-tmp"