Last active
May 6, 2019 15:51
-
-
Save jsmpereira/ef7ba0e5778adc954bc0 to your computer and use it in GitHub Desktop.
This file contains 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
Step 11 : RUN curl -sL https://get.docker.io/ | /bin/sh | |
---> Running in 74b35155ec62 | |
sh: 1: modprobe: not found | |
dpkg-query: no packages found matching linux-image-*-generic | |
Warning: current kernel is not supported by the linux-image-extra-virtual | |
package. We have no AUFS support. Consider installing the packages | |
linux-image-virtual kernel and linux-image-extra-virtual for AUFS support. | |
+ sleep 10 |
This file contains 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
root@7ce130a77d6d:/# curl -sSL https://get.docker.com | sh | |
sh: 1: modprobe: not found | |
dpkg-query: no packages found matching linux-image-*-generic | |
Warning: current kernel is not supported by the linux-image-extra-virtual | |
package. We have no AUFS support. Consider installing the packages | |
linux-image-virtual kernel and linux-image-extra-virtual for AUFS support. | |
+ sleep 10 | |
apparmor is enabled in the kernel and apparmor utils were already installed | |
+ sh -c sleep 3; apt-get update | |
Hit http://security.debian.org jessie/updates InRelease | |
Hit http://httpredir.debian.org jessie InRelease | |
Get:1 http://security.debian.org jessie/updates/main amd64 Packages [53.7 kB] | |
Hit http://httpredir.debian.org jessie-updates InRelease | |
Get:2 http://httpredir.debian.org jessie/main amd64 Packages [9019 kB] | |
Get:3 http://httpredir.debian.org jessie-updates/main amd64 Packages [3618 B] | |
Fetched 9077 kB in 1s (6174 kB/s) | |
Reading package lists... Done | |
+ sh -c sleep 3; apt-get install -y -q apt-transport-https ca-certificates | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
ca-certificates is already the newest version. | |
ca-certificates set to manually installed. | |
The following NEW packages will be installed: | |
apt-transport-https libcurl3-gnutls | |
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. | |
Need to get 388 kB of archives. | |
After this operation, 798 kB of additional disk space will be used. | |
Get:1 http://security.debian.org/ jessie/updates/main libcurl3-gnutls amd64 7.38.0-4+deb8u2 [251 kB] | |
Get:2 http://httpredir.debian.org/debian/ jessie/main apt-transport-https amd64 1.0.9.8 [137 kB] | |
Fetched 388 kB in 0s (1635 kB/s) | |
debconf: delaying package configuration, since apt-utils is not installed | |
Selecting previously unselected package libcurl3-gnutls:amd64. | |
(Reading database ... 8060 files and directories currently installed.) | |
Preparing to unpack .../libcurl3-gnutls_7.38.0-4+deb8u2_amd64.deb ... | |
Unpacking libcurl3-gnutls:amd64 (7.38.0-4+deb8u2) ... | |
Selecting previously unselected package apt-transport-https. | |
Preparing to unpack .../apt-transport-https_1.0.9.8_amd64.deb ... | |
Unpacking apt-transport-https (1.0.9.8) ... | |
Setting up libcurl3-gnutls:amd64 (7.38.0-4+deb8u2) ... | |
Setting up apt-transport-https (1.0.9.8) ... | |
Processing triggers for libc-bin (2.19-18) ... | |
+ [ https://get.docker.com/ = https://get.docker.com/ ] | |
+ sh -c apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 | |
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.Y5PvaQNmkg --no-auto-check-trustdb --trust-model always --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 | |
gpg: requesting key A88D21E9 from hkp server p80.pool.sks-keyservers.net | |
gpg: key A88D21E9: public key "Docker Release Tool (releasedocker) <docker@dotcloud.com>" imported | |
gpg: Total number processed: 1 | |
gpg: imported: 1 (RSA: 1) | |
+ sh -c echo deb https://get.docker.com/ubuntu docker main > /etc/apt/sources.list.d/docker.list | |
+ sh -c sleep 3; apt-get update; apt-get install -y -q lxc-docker | |
Hit http://security.debian.org jessie/updates InRelease | |
Hit http://httpredir.debian.org jessie InRelease | |
Get:1 http://security.debian.org jessie/updates/main amd64 Packages [53.7 kB] | |
Get:2 https://get.docker.com docker InRelease [77.0 kB] | |
Hit http://httpredir.debian.org jessie-updates InRelease | |
Get:3 http://httpredir.debian.org jessie/main amd64 Packages [9019 kB] | |
Get:4 http://httpredir.debian.org jessie-updates/main amd64 Packages [3618 B] | |
Ign https://get.docker.com docker InRelease | |
Get:5 https://get.docker.com docker Release.gpg [473 B] | |
Get:6 https://get.docker.com docker Release [1525 B] | |
Get:7 https://get.docker.com docker/main amd64 Packages [5722 B] | |
Fetched 9084 kB in 1s (6204 kB/s) | |
Reading package lists... Done | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following extra packages will be installed: | |
aufs-tools busybox cgroupfs-mount cpio dbus git git-man init-system-helpers initramfs-tools iptables klibc-utils kmod less libalgorithm-c3-perl libarchive-extract-perl libbsd0 | |
libcap-ng0 libcgi-fast-perl libcgi-pm-perl libclass-c3-perl libclass-c3-xs-perl libcpan-meta-perl libdata-optlist-perl libdata-section-perl libdbus-1-3 libdrm2 libedit2 liberror-perl | |
libexpat1 libfcgi-perl libgdbm3 libklibc liblog-message-perl liblog-message-simple-perl libmodule-build-perl libmodule-pluggable-perl libmodule-signature-perl libmro-compat-perl | |
libnfnetlink0 libnih-dbus1 libnih1 libpackage-constants-perl libparams-util-perl libpng12-0 libpod-latex-perl libpod-readme-perl libpopt0 libregexp-common-perl | |
libsoftware-license-perl libsub-exporter-perl libsub-install-perl libterm-ui-perl libtext-soundex-perl libtext-template-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 | |
libxmuu1 libxtables10 lxc-docker-1.6.0 makedev mountall openssh-client patch perl perl-modules plymouth rename rsync xauth xz-utils | |
Suggested packages: | |
libarchive1 dbus-x11 gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn bash-completion ssh-askpass | |
libpam-ssh keychain monkeysphere ed diffutils-doc perl-doc libterm-readline-gnu-perl libterm-readline-perl-perl make libb-lint-perl libcpanplus-dist-build-perl libcpanplus-perl | |
libfile-checktree-perl libobject-accessor-perl desktop-base plymouth-themes openssh-server | |
Recommended packages: | |
ssh-client libarchive-tar-perl | |
The following NEW packages will be installed: | |
aufs-tools busybox cgroupfs-mount cpio dbus git git-man init-system-helpers initramfs-tools iptables klibc-utils kmod less libalgorithm-c3-perl libarchive-extract-perl libbsd0 | |
libcap-ng0 libcgi-fast-perl libcgi-pm-perl libclass-c3-perl libclass-c3-xs-perl libcpan-meta-perl libdata-optlist-perl libdata-section-perl libdbus-1-3 libdrm2 libedit2 liberror-perl | |
libexpat1 libfcgi-perl libgdbm3 libklibc liblog-message-perl liblog-message-simple-perl libmodule-build-perl libmodule-pluggable-perl libmodule-signature-perl libmro-compat-perl | |
libnfnetlink0 libnih-dbus1 libnih1 libpackage-constants-perl libparams-util-perl libpng12-0 libpod-latex-perl libpod-readme-perl libpopt0 libregexp-common-perl | |
libsoftware-license-perl libsub-exporter-perl libsub-install-perl libterm-ui-perl libtext-soundex-perl libtext-template-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 | |
libxmuu1 libxtables10 lxc-docker lxc-docker-1.6.0 makedev mountall openssh-client patch perl perl-modules plymouth rename rsync xauth xz-utils | |
0 upgraded, 75 newly installed, 0 to remove and 1 not upgraded. | |
Need to get 21.7 MB of archives. | |
After this operation, 96.6 MB of additional disk space will be used. | |
Get:1 http://httpredir.debian.org/debian/ jessie/main libpopt0 amd64 1.16-10 [49.2 kB] | |
Get:2 http://httpredir.debian.org/debian/ jessie/main libgdbm3 amd64 1.8.3-13.1 [30.0 kB] | |
Get:3 http://httpredir.debian.org/debian/ jessie/main libbsd0 amd64 0.7.0-2 [67.9 kB] | |
Get:4 http://httpredir.debian.org/debian/ jessie/main libnfnetlink0 amd64 1.0.1-3 [13.5 kB] | |
Get:5 http://httpredir.debian.org/debian/ jessie/main perl-modules all 5.20.2-3 [2544 kB] | |
Get:6 https://get.docker.com/ubuntu/ docker/main lxc-docker-1.6.0 amd64 1.6.0 [4750 kB] | |
Get:7 http://httpredir.debian.org/debian/ jessie/main libedit2 amd64 3.1-20140620-2 [85.1 kB] | |
Get:8 http://httpredir.debian.org/debian/ jessie/main makedev all 2.3.1-93 [42.6 kB] | |
Get:9 http://httpredir.debian.org/debian/ jessie/main klibc-utils amd64 2.0.4-2 [108 kB] | |
Get:10 http://httpredir.debian.org/debian/ jessie/main busybox amd64 1:1.22.0-9+deb8u1 [391 kB] | |
Get:11 http://httpredir.debian.org/debian/ jessie/main initramfs-tools all 0.120 [95.7 kB] | |
Get:12 http://httpredir.debian.org/debian/ jessie/main plymouth amd64 0.9.0-9 [189 kB] | |
Get:13 http://httpredir.debian.org/debian/ jessie/main libcap-ng0 amd64 0.7.4-2 [13.2 kB] | |
Get:14 http://httpredir.debian.org/debian/ jessie/main libnih-dbus1 amd64 1.0.3-4.3 [97.1 kB] | |
Get:15 http://httpredir.debian.org/debian/ jessie/main perl amd64 5.20.2-3 [2627 kB] | |
Get:16 http://httpredir.debian.org/debian/ jessie/main dbus amd64 1.8.16-1 [289 kB] | |
Get:17 http://httpredir.debian.org/debian/ jessie/main libdbus-1-3 amd64 1.8.16-1 [169 kB] | |
Get:18 http://httpredir.debian.org/debian/ jessie/main aufs-tools amd64 1:3.2+20130722-1.1 [92.9 kB] | |
Get:19 http://httpredir.debian.org/debian/ jessie/main libexpat1 amd64 2.1.0-6+b3 [80.3 kB] | |
Get:20 http://httpredir.debian.org/debian/ jessie/main cgroupfs-mount all 1.1 [4572 B] | |
Get:21 http://httpredir.debian.org/debian/ jessie/main git-man all 1:2.1.4-2.1 [1266 kB] | |
Get:22 http://httpredir.debian.org/debian/ jessie/main libxau6 amd64 1:1.0.8-1 [20.7 kB] | |
Get:23 http://httpredir.debian.org/debian/ jessie/main libxcb1 amd64 1.10-3+b1 [44.4 kB] | |
Get:24 http://httpredir.debian.org/debian/ jessie/main libdrm2 amd64 2.4.58-2 [29.9 kB] | |
Get:25 http://httpredir.debian.org/debian/ jessie/main libfcgi-perl amd64 0.77-1+b1 [39.1 kB] | |
Get:26 http://httpredir.debian.org/debian/ jessie/main libclass-c3-perl all 0.26-1 [22.9 kB] | |
Get:27 http://httpredir.debian.org/debian/ jessie/main libpng12-0 amd64 1.2.50-2+b2 [172 kB] | |
Get:28 http://httpredir.debian.org/debian/ jessie/main libx11-6 amd64 2:1.6.2-3 [729 kB] | |
Get:29 http://httpredir.debian.org/debian/ jessie/main cpio amd64 2.11+dfsg-4.1 [176 kB] | |
Get:30 http://httpredir.debian.org/debian/ jessie/main init-system-helpers all 1.22 [14.0 kB] | |
Get:31 http://httpredir.debian.org/debian/ jessie/main libnih1 amd64 1.0.3-4.3 [127 kB] | |
Get:32 http://httpredir.debian.org/debian/ jessie/main liblog-message-perl all 0.8-1 [26.0 kB] | |
Get:33 http://httpredir.debian.org/debian/ jessie/main libxdmcp6 amd64 1:1.1.1-1+b1 [24.9 kB] | |
Get:34 http://httpredir.debian.org/debian/ jessie/main libmodule-build-perl all 0.421000-2 [265 kB] | |
Get:35 http://httpredir.debian.org/debian/ jessie/main libxtables10 amd64 1.4.21-2+b1 [67.6 kB] | |
Get:36 http://httpredir.debian.org/debian/ jessie/main less amd64 458-3 [124 kB] | |
Get:37 http://httpredir.debian.org/debian/ jessie/main libxext6 amd64 2:1.3.3-1 [52.7 kB] | |
Get:38 http://httpredir.debian.org/debian/ jessie/main patch amd64 2.7.5-1 [109 kB] | |
Get:39 http://httpredir.debian.org/debian/ jessie/main libcgi-pm-perl all 4.09-1 [213 kB] | |
Get:40 http://httpredir.debian.org/debian/ jessie/main libclass-c3-xs-perl amd64 0.13-2+b1 [15.2 kB] | |
Get:41 http://httpredir.debian.org/debian/ jessie/main libterm-ui-perl all 0.42-1 [19.1 kB] | |
Get:42 http://httpredir.debian.org/debian/ jessie/main libcpan-meta-perl all 2.142690-1 [125 kB] | |
Get:43 http://httpredir.debian.org/debian/ jessie/main rename all 0.20-3 [12.4 kB] | |
Get:44 http://httpredir.debian.org/debian/ jessie/main libparams-util-perl amd64 1.07-2+b1 [23.5 kB] | |
Get:45 http://httpredir.debian.org/debian/ jessie/main libklibc amd64 2.0.4-2 [51.7 kB] | |
Get:46 http://httpredir.debian.org/debian/ jessie/main libdata-optlist-perl all 0.109-1 [10.6 kB] | |
Get:47 http://httpredir.debian.org/debian/ jessie/main libmro-compat-perl all 0.12-1 [13.2 kB] | |
Get:48 http://httpredir.debian.org/debian/ jessie/main libdata-section-perl all 0.200006-1 [13.4 kB] | |
Get:49 http://httpredir.debian.org/debian/ jessie/main liblog-message-simple-perl all 0.10-2 [8126 B] | |
Get:50 http://httpredir.debian.org/debian/ jessie/main libx11-data all 2:1.6.2-3 [126 kB] | |
Get:51 http://httpredir.debian.org/debian/ jessie/main libpod-latex-perl all 0.61-1 [34.7 kB] | |
Get:52 http://httpredir.debian.org/debian/ jessie/main libxmuu1 amd64 2:1.1.2-1 [23.3 kB] | |
Get:53 http://httpredir.debian.org/debian/ jessie/main openssh-client amd64 1:6.7p1-5 [691 kB] | |
Get:54 http://httpredir.debian.org/debian/ jessie/main libregexp-common-perl all 2013031301-1 [173 kB] | |
Get:55 http://httpredir.debian.org/debian/ jessie/main xz-utils amd64 5.1.1alpha+20120614-2+b3 [221 kB] | |
Get:56 http://httpredir.debian.org/debian/ jessie/main git amd64 1:2.1.4-2.1 [3624 kB] | |
Get:57 http://httpredir.debian.org/debian/ jessie/main libpod-readme-perl all 0.11-1 [15.3 kB] | |
Get:58 http://httpredir.debian.org/debian/ jessie/main libtext-template-perl all 1.46-1 [53.1 kB] | |
Get:59 http://httpredir.debian.org/debian/ jessie/main kmod amd64 18-3 [86.2 kB] | |
Get:60 http://httpredir.debian.org/debian/ jessie/main libtext-soundex-perl amd64 3.4-1+b2 [13.7 kB] | |
Get:61 http://httpredir.debian.org/debian/ jessie/main libalgorithm-c3-perl all 0.09-1 [11.9 kB] | |
Get:62 http://httpredir.debian.org/debian/ jessie/main libarchive-extract-perl all 0.72-1 [24.8 kB] | |
Get:63 http://httpredir.debian.org/debian/ jessie/main libsub-install-perl all 0.928-1 [11.4 kB] | |
Get:64 http://httpredir.debian.org/debian/ jessie/main mountall amd64 2.54 [68.3 kB] | |
Get:65 https://get.docker.com/ubuntu/ docker/main lxc-docker amd64 1.6.0 [2088 B] | |
Get:66 http://httpredir.debian.org/debian/ jessie/main iptables amd64 1.4.21-2+b1 [277 kB] | |
Get:67 http://httpredir.debian.org/debian/ jessie/main liberror-perl all 0.17-1.1 [22.4 kB] | |
Get:68 http://httpredir.debian.org/debian/ jessie/main libcgi-fast-perl all 1:2.04-1 [10.9 kB] | |
Get:69 http://httpredir.debian.org/debian/ jessie/main libsub-exporter-perl all 0.986-1 [49.9 kB] | |
Get:70 http://httpredir.debian.org/debian/ jessie/main libmodule-pluggable-perl all 5.1-1 [25.0 kB] | |
Get:71 http://httpredir.debian.org/debian/ jessie/main libmodule-signature-perl all 0.73-1 [31.6 kB] | |
Get:72 http://httpredir.debian.org/debian/ jessie/main libpackage-constants-perl all 0.04-1 [5820 B] | |
Get:73 http://httpredir.debian.org/debian/ jessie/main libsoftware-license-perl all 0.103010-3 [119 kB] | |
Get:74 http://httpredir.debian.org/debian/ jessie/main rsync amd64 3.1.1-3 [390 kB] | |
Get:75 http://httpredir.debian.org/debian/ jessie/main xauth amd64 1:1.0.9-1 [38.2 kB] | |
Fetched 21.7 MB in 9s (2347 kB/s) | |
debconf: delaying package configuration, since apt-utils is not installed | |
Selecting previously unselected package libgdbm3:amd64. | |
(Reading database ... 8075 files and directories currently installed.) | |
Preparing to unpack .../libgdbm3_1.8.3-13.1_amd64.deb ... | |
Unpacking libgdbm3:amd64 (1.8.3-13.1) ... | |
Selecting previously unselected package libpopt0:amd64. | |
Preparing to unpack .../libpopt0_1.16-10_amd64.deb ... | |
Unpacking libpopt0:amd64 (1.16-10) ... | |
Selecting previously unselected package libbsd0:amd64. | |
Preparing to unpack .../libbsd0_0.7.0-2_amd64.deb ... | |
Unpacking libbsd0:amd64 (0.7.0-2) ... | |
Selecting previously unselected package libedit2:amd64. | |
Preparing to unpack .../libedit2_3.1-20140620-2_amd64.deb ... | |
Unpacking libedit2:amd64 (3.1-20140620-2) ... | |
Selecting previously unselected package perl-modules. | |
Preparing to unpack .../perl-modules_5.20.2-3_all.deb ... | |
Unpacking perl-modules (5.20.2-3) ... | |
Selecting previously unselected package perl. | |
Preparing to unpack .../perl_5.20.2-3_amd64.deb ... | |
Unpacking perl (5.20.2-3) ... | |
Selecting previously unselected package libcap-ng0:amd64. | |
Preparing to unpack .../libcap-ng0_0.7.4-2_amd64.deb ... | |
Unpacking libcap-ng0:amd64 (0.7.4-2) ... | |
Selecting previously unselected package libdbus-1-3:amd64. | |
Preparing to unpack .../libdbus-1-3_1.8.16-1_amd64.deb ... | |
Unpacking libdbus-1-3:amd64 (1.8.16-1) ... | |
Selecting previously unselected package libdrm2:amd64. | |
Preparing to unpack .../libdrm2_2.4.58-2_amd64.deb ... | |
Unpacking libdrm2:amd64 (2.4.58-2) ... | |
Selecting previously unselected package libexpat1:amd64. | |
Preparing to unpack .../libexpat1_2.1.0-6+b3_amd64.deb ... | |
Unpacking libexpat1:amd64 (2.1.0-6+b3) ... | |
Selecting previously unselected package libnfnetlink0:amd64. | |
Preparing to unpack .../libnfnetlink0_1.0.1-3_amd64.deb ... | |
Unpacking libnfnetlink0:amd64 (1.0.1-3) ... | |
Selecting previously unselected package libpng12-0:amd64. | |
Preparing to unpack .../libpng12-0_1.2.50-2+b2_amd64.deb ... | |
Unpacking libpng12-0:amd64 (1.2.50-2+b2) ... | |
Selecting previously unselected package libxau6:amd64. | |
Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ... | |
Unpacking libxau6:amd64 (1:1.0.8-1) ... | |
Selecting previously unselected package libxdmcp6:amd64. | |
Preparing to unpack .../libxdmcp6_1%3a1.1.1-1+b1_amd64.deb ... | |
Unpacking libxdmcp6:amd64 (1:1.1.1-1+b1) ... | |
Selecting previously unselected package libxcb1:amd64. | |
Preparing to unpack .../libxcb1_1.10-3+b1_amd64.deb ... | |
Unpacking libxcb1:amd64 (1.10-3+b1) ... | |
Selecting previously unselected package libx11-data. | |
Preparing to unpack .../libx11-data_2%3a1.6.2-3_all.deb ... | |
Unpacking libx11-data (2:1.6.2-3) ... | |
Selecting previously unselected package libx11-6:amd64. | |
Preparing to unpack .../libx11-6_2%3a1.6.2-3_amd64.deb ... | |
Unpacking libx11-6:amd64 (2:1.6.2-3) ... | |
Selecting previously unselected package libxext6:amd64. | |
Preparing to unpack .../libxext6_2%3a1.3.3-1_amd64.deb ... | |
Unpacking libxext6:amd64 (2:1.3.3-1) ... | |
Selecting previously unselected package libxmuu1:amd64. | |
Preparing to unpack .../libxmuu1_2%3a1.1.2-1_amd64.deb ... | |
Unpacking libxmuu1:amd64 (2:1.1.2-1) ... | |
Selecting previously unselected package makedev. | |
Preparing to unpack .../makedev_2.3.1-93_all.deb ... | |
Unpacking makedev (2.3.1-93) ... | |
Selecting previously unselected package libklibc. | |
Preparing to unpack .../libklibc_2.0.4-2_amd64.deb ... | |
Unpacking libklibc (2.0.4-2) ... | |
Selecting previously unselected package klibc-utils. | |
Preparing to unpack .../klibc-utils_2.0.4-2_amd64.deb ... | |
Unpacking klibc-utils (2.0.4-2) ... | |
Selecting previously unselected package cpio. | |
Preparing to unpack .../cpio_2.11+dfsg-4.1_amd64.deb ... | |
Unpacking cpio (2.11+dfsg-4.1) ... | |
Selecting previously unselected package kmod. | |
Preparing to unpack .../archives/kmod_18-3_amd64.deb ... | |
Unpacking kmod (18-3) ... | |
Selecting previously unselected package busybox. | |
Preparing to unpack .../busybox_1%3a1.22.0-9+deb8u1_amd64.deb ... | |
Unpacking busybox (1:1.22.0-9+deb8u1) ... | |
Selecting previously unselected package initramfs-tools. | |
Preparing to unpack .../initramfs-tools_0.120_all.deb ... | |
Unpacking initramfs-tools (0.120) ... | |
Selecting previously unselected package init-system-helpers. | |
Preparing to unpack .../init-system-helpers_1.22_all.deb ... | |
Unpacking init-system-helpers (1.22) ... | |
Selecting previously unselected package plymouth. | |
Preparing to unpack .../plymouth_0.9.0-9_amd64.deb ... | |
Unpacking plymouth (0.9.0-9) ... | |
Selecting previously unselected package libnih1. | |
Preparing to unpack .../libnih1_1.0.3-4.3_amd64.deb ... | |
Unpacking libnih1 (1.0.3-4.3) ... | |
Selecting previously unselected package libnih-dbus1. | |
Preparing to unpack .../libnih-dbus1_1.0.3-4.3_amd64.deb ... | |
Unpacking libnih-dbus1 (1.0.3-4.3) ... | |
Selecting previously unselected package mountall. | |
Preparing to unpack .../mountall_2.54_amd64.deb ... | |
Unpacking mountall (2.54) ... | |
Selecting previously unselected package libxtables10. | |
Preparing to unpack .../libxtables10_1.4.21-2+b1_amd64.deb ... | |
Unpacking libxtables10 (1.4.21-2+b1) ... | |
Selecting previously unselected package iptables. | |
Preparing to unpack .../iptables_1.4.21-2+b1_amd64.deb ... | |
Unpacking iptables (1.4.21-2+b1) ... | |
Selecting previously unselected package less. | |
Preparing to unpack .../archives/less_458-3_amd64.deb ... | |
Unpacking less (458-3) ... | |
Selecting previously unselected package dbus. | |
Preparing to unpack .../dbus_1.8.16-1_amd64.deb ... | |
Unpacking dbus (1.8.16-1) ... | |
Selecting previously unselected package openssh-client. | |
Preparing to unpack .../openssh-client_1%3a6.7p1-5_amd64.deb ... | |
Unpacking openssh-client (1:6.7p1-5) ... | |
Selecting previously unselected package patch. | |
Preparing to unpack .../patch_2.7.5-1_amd64.deb ... | |
Unpacking patch (2.7.5-1) ... | |
Selecting previously unselected package xz-utils. | |
Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2+b3_amd64.deb ... | |
Unpacking xz-utils (5.1.1alpha+20120614-2+b3) ... | |
Selecting previously unselected package aufs-tools. | |
Preparing to unpack .../aufs-tools_1%3a3.2+20130722-1.1_amd64.deb ... | |
Unpacking aufs-tools (1:3.2+20130722-1.1) ... | |
Selecting previously unselected package cgroupfs-mount. | |
Preparing to unpack .../cgroupfs-mount_1.1_all.deb ... | |
Unpacking cgroupfs-mount (1.1) ... | |
Selecting previously unselected package liberror-perl. | |
Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... | |
Unpacking liberror-perl (0.17-1.1) ... | |
Selecting previously unselected package git-man. | |
Preparing to unpack .../git-man_1%3a2.1.4-2.1_all.deb ... | |
Unpacking git-man (1:2.1.4-2.1) ... | |
Selecting previously unselected package git. | |
Preparing to unpack .../git_1%3a2.1.4-2.1_amd64.deb ... | |
Unpacking git (1:2.1.4-2.1) ... | |
Selecting previously unselected package libalgorithm-c3-perl. | |
Preparing to unpack .../libalgorithm-c3-perl_0.09-1_all.deb ... | |
Unpacking libalgorithm-c3-perl (0.09-1) ... | |
Selecting previously unselected package libarchive-extract-perl. | |
Preparing to unpack .../libarchive-extract-perl_0.72-1_all.deb ... | |
Unpacking libarchive-extract-perl (0.72-1) ... | |
Selecting previously unselected package libcgi-pm-perl. | |
Preparing to unpack .../libcgi-pm-perl_4.09-1_all.deb ... | |
Unpacking libcgi-pm-perl (4.09-1) ... | |
Selecting previously unselected package libfcgi-perl. | |
Preparing to unpack .../libfcgi-perl_0.77-1+b1_amd64.deb ... | |
Unpacking libfcgi-perl (0.77-1+b1) ... | |
Selecting previously unselected package libcgi-fast-perl. | |
Preparing to unpack .../libcgi-fast-perl_1%3a2.04-1_all.deb ... | |
Unpacking libcgi-fast-perl (1:2.04-1) ... | |
Selecting previously unselected package libclass-c3-perl. | |
Preparing to unpack .../libclass-c3-perl_0.26-1_all.deb ... | |
Unpacking libclass-c3-perl (0.26-1) ... | |
Selecting previously unselected package libclass-c3-xs-perl. | |
Preparing to unpack .../libclass-c3-xs-perl_0.13-2+b1_amd64.deb ... | |
Unpacking libclass-c3-xs-perl (0.13-2+b1) ... | |
Selecting previously unselected package libcpan-meta-perl. | |
Preparing to unpack .../libcpan-meta-perl_2.142690-1_all.deb ... | |
Unpacking libcpan-meta-perl (2.142690-1) ... | |
Selecting previously unselected package libparams-util-perl. | |
Preparing to unpack .../libparams-util-perl_1.07-2+b1_amd64.deb ... | |
Unpacking libparams-util-perl (1.07-2+b1) ... | |
Selecting previously unselected package libsub-install-perl. | |
Preparing to unpack .../libsub-install-perl_0.928-1_all.deb ... | |
Unpacking libsub-install-perl (0.928-1) ... | |
Selecting previously unselected package libdata-optlist-perl. | |
Preparing to unpack .../libdata-optlist-perl_0.109-1_all.deb ... | |
Unpacking libdata-optlist-perl (0.109-1) ... | |
Selecting previously unselected package libmro-compat-perl. | |
Preparing to unpack .../libmro-compat-perl_0.12-1_all.deb ... | |
Unpacking libmro-compat-perl (0.12-1) ... | |
Selecting previously unselected package libsub-exporter-perl. | |
Preparing to unpack .../libsub-exporter-perl_0.986-1_all.deb ... | |
Unpacking libsub-exporter-perl (0.986-1) ... | |
Selecting previously unselected package libdata-section-perl. | |
Preparing to unpack .../libdata-section-perl_0.200006-1_all.deb ... | |
Unpacking libdata-section-perl (0.200006-1) ... | |
Selecting previously unselected package liblog-message-perl. | |
Preparing to unpack .../liblog-message-perl_0.8-1_all.deb ... | |
Unpacking liblog-message-perl (0.8-1) ... | |
Selecting previously unselected package liblog-message-simple-perl. | |
Preparing to unpack .../liblog-message-simple-perl_0.10-2_all.deb ... | |
Unpacking liblog-message-simple-perl (0.10-2) ... | |
Selecting previously unselected package libmodule-build-perl. | |
Preparing to unpack .../libmodule-build-perl_0.421000-2_all.deb ... | |
Adding 'diversion of /usr/bin/config_data to /usr/bin/config_data.diverted by libmodule-build-perl' | |
Adding 'diversion of /usr/share/man/man1/config_data.1.gz to /usr/share/man/man1/config_data.diverted.1.gz by libmodule-build-perl' | |
Unpacking libmodule-build-perl (0.421000-2) ... | |
Selecting previously unselected package libmodule-pluggable-perl. | |
Preparing to unpack .../libmodule-pluggable-perl_5.1-1_all.deb ... | |
Unpacking libmodule-pluggable-perl (5.1-1) ... | |
Selecting previously unselected package libmodule-signature-perl. | |
Preparing to unpack .../libmodule-signature-perl_0.73-1_all.deb ... | |
Unpacking libmodule-signature-perl (0.73-1) ... | |
Selecting previously unselected package libpackage-constants-perl. | |
Preparing to unpack .../libpackage-constants-perl_0.04-1_all.deb ... | |
Unpacking libpackage-constants-perl (0.04-1) ... | |
Selecting previously unselected package libpod-latex-perl. | |
Preparing to unpack .../libpod-latex-perl_0.61-1_all.deb ... | |
Adding 'diversion of /usr/bin/pod2latex to /usr/bin/pod2latex.bundled by libpod-latex-perl' | |
Adding 'diversion of /usr/share/man/man1/pod2latex.1.gz to /usr/share/man/man1/pod2latex.bundled.1.gz by libpod-latex-perl' | |
Unpacking libpod-latex-perl (0.61-1) ... | |
Selecting previously unselected package libregexp-common-perl. | |
Preparing to unpack .../libregexp-common-perl_2013031301-1_all.deb ... | |
Unpacking libregexp-common-perl (2013031301-1) ... | |
Selecting previously unselected package libpod-readme-perl. | |
Preparing to unpack .../libpod-readme-perl_0.11-1_all.deb ... | |
Unpacking libpod-readme-perl (0.11-1) ... | |
Selecting previously unselected package libtext-template-perl. | |
Preparing to unpack .../libtext-template-perl_1.46-1_all.deb ... | |
Unpacking libtext-template-perl (1.46-1) ... | |
Selecting previously unselected package libsoftware-license-perl. | |
Preparing to unpack .../libsoftware-license-perl_0.103010-3_all.deb ... | |
Unpacking libsoftware-license-perl (0.103010-3) ... | |
Selecting previously unselected package libterm-ui-perl. | |
Preparing to unpack .../libterm-ui-perl_0.42-1_all.deb ... | |
Unpacking libterm-ui-perl (0.42-1) ... | |
Selecting previously unselected package libtext-soundex-perl. | |
Preparing to unpack .../libtext-soundex-perl_3.4-1+b2_amd64.deb ... | |
Unpacking libtext-soundex-perl (3.4-1+b2) ... | |
Selecting previously unselected package rename. | |
Preparing to unpack .../archives/rename_0.20-3_all.deb ... | |
Unpacking rename (0.20-3) ... | |
Selecting previously unselected package rsync. | |
Preparing to unpack .../rsync_3.1.1-3_amd64.deb ... | |
Unpacking rsync (3.1.1-3) ... | |
Selecting previously unselected package xauth. | |
Preparing to unpack .../xauth_1%3a1.0.9-1_amd64.deb ... | |
Unpacking xauth (1:1.0.9-1) ... | |
Selecting previously unselected package lxc-docker-1.6.0. | |
Preparing to unpack .../lxc-docker-1.6.0_1.6.0_amd64.deb ... | |
Unpacking lxc-docker-1.6.0 (1.6.0) ... | |
Selecting previously unselected package lxc-docker. | |
Preparing to unpack .../lxc-docker_1.6.0_amd64.deb ... | |
Unpacking lxc-docker (1.6.0) ... | |
Processing triggers for systemd (215-17) ... | |
Setting up libgdbm3:amd64 (1.8.3-13.1) ... | |
Setting up libpopt0:amd64 (1.16-10) ... | |
Setting up libbsd0:amd64 (0.7.0-2) ... | |
Setting up libedit2:amd64 (3.1-20140620-2) ... | |
Setting up perl-modules (5.20.2-3) ... | |
Setting up perl (5.20.2-3) ... | |
update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode | |
Setting up libcap-ng0:amd64 (0.7.4-2) ... | |
Setting up libdbus-1-3:amd64 (1.8.16-1) ... | |
Setting up libdrm2:amd64 (2.4.58-2) ... | |
Setting up libexpat1:amd64 (2.1.0-6+b3) ... | |
Setting up libnfnetlink0:amd64 (1.0.1-3) ... | |
Setting up libpng12-0:amd64 (1.2.50-2+b2) ... | |
Setting up libxau6:amd64 (1:1.0.8-1) ... | |
Setting up libxdmcp6:amd64 (1:1.1.1-1+b1) ... | |
Setting up libxcb1:amd64 (1.10-3+b1) ... | |
Setting up libx11-data (2:1.6.2-3) ... | |
Setting up libx11-6:amd64 (2:1.6.2-3) ... | |
Setting up libxext6:amd64 (2:1.3.3-1) ... | |
Setting up libxmuu1:amd64 (2:1.1.2-1) ... | |
Setting up makedev (2.3.1-93) ... | |
mknod: 'mem-': Operation not permitted | |
makedev mem c 1 1 root kmem 0640: failed | |
mknod: 'kmem-': Operation not permitted | |
makedev kmem c 1 2 root kmem 0640: failed | |
mknod: 'null-': Operation not permitted | |
makedev null c 1 3 root root 0666: failed | |
mknod: 'port-': Operation not permitted | |
makedev port c 1 4 root kmem 0640: failed | |
mknod: 'zero-': Operation not permitted | |
makedev zero c 1 5 root root 0666: failed | |
mknod: 'full-': Operation not permitted | |
makedev full c 1 7 root root 0666: failed | |
mknod: 'random-': Operation not permitted | |
makedev random c 1 8 root root 0666: failed | |
mknod: 'urandom-': Operation not permitted | |
makedev urandom c 1 9 root root 0666: failed | |
mknod: 'tty-': Operation not permitted | |
makedev tty c 5 0 root tty 0666: failed | |
mknod: 'ram0-': Operation not permitted | |
makedev ram0 b 1 0 root disk 0660: failed | |
mknod: 'ram1-': Operation not permitted | |
makedev ram1 b 1 1 root disk 0660: failed | |
mknod: 'ram2-': Operation not permitted | |
makedev ram2 b 1 2 root disk 0660: failed | |
mknod: 'ram3-': Operation not permitted | |
makedev ram3 b 1 3 root disk 0660: failed | |
mknod: 'ram4-': Operation not permitted | |
makedev ram4 b 1 4 root disk 0660: failed | |
mknod: 'ram5-': Operation not permitted | |
makedev ram5 b 1 5 root disk 0660: failed | |
mknod: 'ram6-': Operation not permitted | |
makedev ram6 b 1 6 root disk 0660: failed | |
mknod: 'ram7-': Operation not permitted | |
makedev ram7 b 1 7 root disk 0660: failed | |
mknod: 'ram8-': Operation not permitted | |
makedev ram8 b 1 8 root disk 0660: failed | |
mknod: 'ram9-': Operation not permitted | |
makedev ram9 b 1 9 root disk 0660: failed | |
mknod: 'ram10-': Operation not permitted | |
makedev ram10 b 1 10 root disk 0660: failed | |
mknod: 'ram11-': Operation not permitted | |
makedev ram11 b 1 11 root disk 0660: failed | |
mknod: 'ram12-': Operation not permitted | |
makedev ram12 b 1 12 root disk 0660: failed | |
mknod: 'ram13-': Operation not permitted | |
makedev ram13 b 1 13 root disk 0660: failed | |
mknod: 'ram14-': Operation not permitted | |
makedev ram14 b 1 14 root disk 0660: failed | |
mknod: 'ram15-': Operation not permitted | |
makedev ram15 b 1 15 root disk 0660: failed | |
mknod: 'ram16-': Operation not permitted | |
makedev ram16 b 1 16 root disk 0660: failed | |
mknod: 'loop0-': Operation not permitted | |
makedev loop0 b 7 0 root disk 0660: failed | |
mknod: 'loop1-': Operation not permitted | |
makedev loop1 b 7 1 root disk 0660: failed | |
mknod: 'loop2-': Operation not permitted | |
makedev loop2 b 7 2 root disk 0660: failed | |
mknod: 'loop3-': Operation not permitted | |
makedev loop3 b 7 3 root disk 0660: failed | |
mknod: 'loop4-': Operation not permitted | |
makedev loop4 b 7 4 root disk 0660: failed | |
mknod: 'loop5-': Operation not permitted | |
makedev loop5 b 7 5 root disk 0660: failed | |
mknod: 'loop6-': Operation not permitted | |
makedev loop6 b 7 6 root disk 0660: failed | |
mknod: 'loop7-': Operation not permitted | |
makedev loop7 b 7 7 root disk 0660: failed | |
mknod: 'tty0-': Operation not permitted | |
makedev tty0 c 4 0 root tty 0600: failed | |
mknod: 'console-': Operation not permitted | |
makedev console c 5 1 root tty 0600: failed | |
/sbin/MAKEDEV: don't know how to make device "tty0" | |
dpkg: error processing package makedev (--configure): | |
subprocess installed post-installation script returned error exit status 1 | |
Setting up libklibc (2.0.4-2) ... | |
Setting up klibc-utils (2.0.4-2) ... | |
Setting up cpio (2.11+dfsg-4.1) ... | |
update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode | |
Setting up kmod (18-3) ... | |
Setting up busybox (1:1.22.0-9+deb8u1) ... | |
Setting up initramfs-tools (0.120) ... | |
update-initramfs: deferring update (trigger activated) | |
Setting up init-system-helpers (1.22) ... | |
Setting up plymouth (0.9.0-9) ... | |
update-initramfs: deferring update (trigger activated) | |
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults | |
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults | |
Setting up libnih1 (1.0.3-4.3) ... | |
Setting up libnih-dbus1 (1.0.3-4.3) ... | |
dpkg: dependency problems prevent configuration of mountall: | |
mountall depends on makedev; however: | |
Package makedev is not configured yet. | |
dpkg: error processing package mountall (--configure): | |
dependency problems - leaving unconfigured | |
Setting up libxtables10 (1.4.21-2+b1) ... | |
Setting up iptables (1.4.21-2+b1) ... | |
Setting up less (458-3) ... | |
Setting up dbus (1.8.16-1) ... | |
invoke-rc.d: policy-rc.d denied execution of start. | |
Setting up openssh-client (1:6.7p1-5) ... | |
Setting up patch (2.7.5-1) ... | |
Setting up xz-utils (5.1.1alpha+20120614-2+b3) ... | |
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode | |
Setting up aufs-tools (1:3.2+20130722-1.1) ... | |
dpkg: dependency problems prevent configuration of cgroupfs-mount: | |
cgroupfs-mount depends on mountall (>> 2.48~); however: | |
Package mountall is not configured yet. | |
dpkg: error processing package cgroupfs-mount (--configure): | |
dependency problems - leaving unconfigured | |
Setting up liberror-perl (0.17-1.1) ... | |
Setting up git-man (1:2.1.4-2.1) ... | |
Setting up git (1:2.1.4-2.1) ... | |
Setting up libalgorithm-c3-perl (0.09-1) ... | |
Setting up libarchive-extract-perl (0.72-1) ... | |
Setting up libcgi-pm-perl (4.09-1) ... | |
Setting up libfcgi-perl (0.77-1+b1) ... | |
Setting up libcgi-fast-perl (1:2.04-1) ... | |
Setting up libclass-c3-perl (0.26-1) ... | |
Setting up libclass-c3-xs-perl (0.13-2+b1) ... | |
Setting up libcpan-meta-perl (2.142690-1) ... | |
Setting up libparams-util-perl (1.07-2+b1) ... | |
Setting up libsub-install-perl (0.928-1) ... | |
Setting up libdata-optlist-perl (0.109-1) ... | |
Setting up libmro-compat-perl (0.12-1) ... | |
Setting up libsub-exporter-perl (0.986-1) ... | |
Setting up libdata-section-perl (0.200006-1) ... | |
Setting up liblog-message-perl (0.8-1) ... | |
Setting up liblog-message-simple-perl (0.10-2) ... | |
Setting up libmodule-build-perl (0.421000-2) ... | |
Setting up libmodule-pluggable-perl (5.1-1) ... | |
Setting up libmodule-signature-perl (0.73-1) ... | |
Setting up libpackage-constants-perl (0.04-1) ... | |
Setting up libpod-latex-perl (0.61-1) ... | |
Setting up libregexp-common-perl (2013031301-1) ... | |
Setting up libpod-readme-perl (0.11-1) ... | |
Setting up libtext-template-perl (1.46-1) ... | |
Setting up libsoftware-license-perl (0.103010-3) ... | |
Setting up libterm-ui-perl (0.42-1) ... | |
Setting up libtext-soundex-perl (3.4-1+b2) ... | |
Setting up rename (0.20-3) ... | |
update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode | |
Setting up rsync (3.1.1-3) ... | |
invoke-rc.d: policy-rc.d denied execution of restart. | |
Setting up xauth (1:1.0.9-1) ... | |
Setting up lxc-docker-1.6.0 (1.6.0) ... | |
Setting up lxc-docker (1.6.0) ... | |
Processing triggers for libc-bin (2.19-18) ... | |
Processing triggers for systemd (215-17) ... | |
Processing triggers for initramfs-tools (0.120) ... | |
Errors were encountered while processing: | |
makedev | |
mountall | |
cgroupfs-mount | |
E: Sub-process /usr/bin/dpkg returned an error code (1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment