Changes between Version 71 and Version 72 of DistributionPackaging


Ignore:
Timestamp:
Nov 11, 2019, 1:37:25 AM (4 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DistributionPackaging

    v71 v72  
    359359Here is a sequence of a successful installation of the stable version of mondo in a CentOS 7 container
    360360{{{
    361 ]$ docker run -ti --rm centos:7
     361$ docker run -ti --rm centos:7
    362362[root@fe4902a26572 /]# yum install -y wget   
    363363Loaded plugins: fastestmirror, ovl
     
    11091109
    11101110{{{
     1111# cd /etc/apt/sources.list.d
     1112# wget ftp://ftp.mondorescue.org/debian/8/mondorescue.sources.list
     1113# wget ftp://ftp.mondorescue.org/debian/8/mondorescue.pubkey
     1114# apt-key add mondorescue.pubkey
     1115# rm -f mondorescue.pubkey
     1116# apt-get update
    11111117# apt-get install mondo
    11121118}}}
    11131119
    1114 
    11151120apt will discover that mindi is a dependency for mondo and add it to your list.
    11161121
    11171122Here is a sequence of a successful installation of the stable version of mondo in a Debian 8 container
    11181123{{{
    1119 ]$ docker run -ti --rm centos:7
    1120 [root@fe4902a26572 /]# yum install -y wget   
     1124$ docker run -ti --rm debian:8
     1125root@907ee4f96ec1:/# cd /etc/apt/sources.list.d
     1126root@907ee4f96ec1:/etc/apt/sources.list.d# apt-get update     
     1127Ign http://deb.debian.org jessie InRelease             
     1128Get:1 http://deb.debian.org jessie-updates InRelease [16.3 kB]
     1129Get:2 http://deb.debian.org jessie Release.gpg [1652 B]                                                           
     1130Get:3 http://security.debian.org jessie/updates InRelease [44.9 kB]               
     1131Get:4 http://deb.debian.org jessie-updates/main amd64 Packages [20 B]
     1132Get:5 http://deb.debian.org jessie Release [77.3 kB]                             
     1133Get:6 http://security.debian.org jessie/updates/main amd64 Packages [903 kB]
     1134Get:7 http://deb.debian.org jessie/main amd64 Packages [9098 kB]
     1135Fetched 10.1 MB in 5s (1806 kB/s) 
     1136Reading package lists... Done
     1137root@907ee4f96ec1:/etc/apt/sources.list.d# apt-get install -y wget
     1138Reading package lists... Done
     1139Building dependency tree       
     1140Reading state information... Done
     1141The following extra packages will be installed:
     1142  ca-certificates libicu52 libidn11 libpsl0 libssl1.0.0 openssl
     1143The following NEW packages will be installed:
     1144  ca-certificates libicu52 libidn11 libpsl0 libssl1.0.0 openssl wget
     11450 upgraded, 7 newly installed, 0 to remove and 13 not upgraded.
     1146Need to get 9381 kB of archives.
     1147After this operation, 35.7 MB of additional disk space will be used.
     1148Get:1 http://security.debian.org/debian-security/ jessie/updates/main libssl1.0.0 amd64 1.0.1t-1+deb8u12 [1049 kB]
     1149Get:2 http://deb.debian.org/debian/ jessie/main libicu52 amd64 52.1-8+deb8u7 [6807 kB]
     1150Get:3 http://security.debian.org/debian-security/ jessie/updates/main libidn11 amd64 1.29-1+deb8u3 [137 kB]
     1151Get:4 http://security.debian.org/debian-security/ jessie/updates/main wget amd64 1.16-1+deb8u6 [496 kB]
     1152Get:5 http://deb.debian.org/debian/ jessie/main libpsl0 amd64 0.5.1-1 [41.6 kB]
     1153Get:6 http://security.debian.org/debian-security/ jessie/updates/main openssl amd64 1.0.1t-1+deb8u12 [666 kB]
     1154Get:7 http://security.debian.org/debian-security/ jessie/updates/main ca-certificates all 20141019+deb8u4 [185 kB]
     1155Fetched 9381 kB in 3s (2750 kB/s)   
     1156debconf: delaying package configuration, since apt-utils is not installed
     1157Selecting previously unselected package libssl1.0.0:amd64.
     1158(Reading database ... 7627 files and directories currently installed.)
     1159Preparing to unpack .../libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb ...
     1160Unpacking libssl1.0.0:amd64 (1.0.1t-1+deb8u12) ...
     1161Selecting previously unselected package libidn11:amd64.
     1162Preparing to unpack .../libidn11_1.29-1+deb8u3_amd64.deb ...
     1163Unpacking libidn11:amd64 (1.29-1+deb8u3) ...
     1164Selecting previously unselected package libicu52:amd64.
     1165Preparing to unpack .../libicu52_52.1-8+deb8u7_amd64.deb ...
     1166Unpacking libicu52:amd64 (52.1-8+deb8u7) ...
     1167Selecting previously unselected package libpsl0:amd64.
     1168Preparing to unpack .../libpsl0_0.5.1-1_amd64.deb ...
     1169Unpacking libpsl0:amd64 (0.5.1-1) ...
     1170Selecting previously unselected package wget.
     1171Preparing to unpack .../wget_1.16-1+deb8u6_amd64.deb ...
     1172Unpacking wget (1.16-1+deb8u6) ...
     1173Selecting previously unselected package openssl.
     1174Preparing to unpack .../openssl_1.0.1t-1+deb8u12_amd64.deb ...
     1175Unpacking openssl (1.0.1t-1+deb8u12) ...
     1176Selecting previously unselected package ca-certificates.
     1177Preparing to unpack .../ca-certificates_20141019+deb8u4_all.deb ...
     1178Unpacking ca-certificates (20141019+deb8u4) ...
     1179Setting up libssl1.0.0:amd64 (1.0.1t-1+deb8u12) ...
     1180debconf: unable to initialize frontend: Dialog
     1181debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
     1182debconf: falling back to frontend: Readline
     1183debconf: unable to initialize frontend: Readline
     1184debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
     1185debconf: falling back to frontend: Teletype
     1186Setting up libidn11:amd64 (1.29-1+deb8u3) ...
     1187Setting up libicu52:amd64 (52.1-8+deb8u7) ...
     1188Setting up libpsl0:amd64 (0.5.1-1) ...
     1189Setting up wget (1.16-1+deb8u6) ...
     1190Setting up openssl (1.0.1t-1+deb8u12) ...
     1191Setting up ca-certificates (20141019+deb8u4) ...
     1192debconf: unable to initialize frontend: Dialog
     1193debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
     1194debconf: falling back to frontend: Readline
     1195debconf: unable to initialize frontend: Readline
     1196debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
     1197debconf: falling back to frontend: Teletype
     1198Updating certificates in /etc/ssl/certs... 152 added, 0 removed; done.
     1199Processing triggers for libc-bin (2.19-18+deb8u10) ...
     1200Processing triggers for ca-certificates (20141019+deb8u4) ...
     1201Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
     1202Running hooks in /etc/ca-certificates/update.d....done.
     1203root@907ee4f96ec1:/etc/apt/sources.list.d# wget ftp://ftp.mondorescue.org/debian/8/mondorescue.sources.list
     1204converted 'ftp://ftp.mondorescue.org/debian/8/mondorescue.sources.list' (ANSI_X3.4-1968) -> 'ftp://ftp.mondorescue.org/debian/8/mondorescue.sources.list' (UTF-8)
     1205--2019-11-11 00:12:35--  ftp://ftp.mondorescue.org/debian/8/mondorescue.sources.list
     1206           => 'mondorescue.sources.list'
     1207Resolving ftp.mondorescue.org (ftp.mondorescue.org)... 185.170.48.239
     1208Connecting to ftp.mondorescue.org (ftp.mondorescue.org)|185.170.48.239|:21... connected.
     1209Logging in as anonymous ... Logged in!
     1210==> SYST ... done.    ==> PWD ... done.
     1211==> TYPE I ... done.  ==> CWD (1) /debian/8 ... done.
     1212==> SIZE mondorescue.sources.list ... 100
     1213==> PASV ... done.    ==> RETR mondorescue.sources.list ... done.
     1214Length: 100 (unauthoritative)
     1215
     1216mondorescue.sources.list                                       100%[=============================================================================================================>]     100  --.-KB/s   in 0s     
     1217
     12182019-11-11 00:12:36 (17.7 MB/s) - 'mondorescue.sources.list' saved [100]
     1219root@907ee4f96ec1:/etc/apt/sources.list.d# wget ftp://ftp.mondorescue.org/debian/8/mondorescue.pubkey     
     1220converted 'ftp://ftp.mondorescue.org/debian/8/mondorescue.pubkey' (ANSI_X3.4-1968) -> 'ftp://ftp.mondorescue.org/debian/8/mondorescue.pubkey' (UTF-8)
     1221--2019-11-11 00:13:43--  ftp://ftp.mondorescue.org/debian/8/mondorescue.pubkey
     1222           => 'mondorescue.pubkey'
     1223Resolving ftp.mondorescue.org (ftp.mondorescue.org)... 185.170.48.239
     1224Connecting to ftp.mondorescue.org (ftp.mondorescue.org)|185.170.48.239|:21... connected.
     1225Logging in as anonymous ... Logged in!
     1226==> SYST ... done.    ==> PWD ... done.
     1227==> TYPE I ... done.  ==> CWD (1) /debian/8 ... done.
     1228==> SIZE mondorescue.pubkey ... 30123
     1229==> PASV ... done.    ==> RETR mondorescue.pubkey ... done.
     1230Length: 30123 (29K) (unauthoritative)
     1231
     1232mondorescue.pubkey                                             100%[=============================================================================================================>]  29.42K  --.-KB/s   in 0.07s 
     1233
     12342019-11-11 00:13:43 (449 KB/s) - 'mondorescue.pubkey' saved [30123]
     1235root@907ee4f96ec1:/etc/apt/sources.list.d# apt-key add mondorescue.pubkey
     1236OK
     1237root@907ee4f96ec1:/etc/apt/sources.list.d# rm mondorescue.pubkey
     1238root@907ee4f96ec1:/etc/apt/sources.list.d# apt-get update
     1239Get:1 ftp://ftp.mondorescue.org 8 InRelease
     1240Ign ftp://ftp.mondorescue.org 8 InRelease
     1241Hit http://security.debian.org jessie/updates InRelease
     1242Ign http://deb.debian.org jessie InRelease
     1243Hit http://deb.debian.org jessie-updates InRelease                             
     1244Get:2 ftp://ftp.mondorescue.org 8 Release.gpg [931 B]                           
     1245Hit http://deb.debian.org jessie Release.gpg                                 
     1246Hit http://deb.debian.org jessie Release               
     1247Get:3 ftp://ftp.mondorescue.org 8 Release [7749 B]           
     1248Get:4 http://security.debian.org jessie/updates/main amd64 Packages [903 kB]
     1249Ign ftp://ftp.mondorescue.org 8 Release                               
     1250Get:5 ftp://ftp.mondorescue.org 8/contrib Sources [17.0 kB]           
     1251Get:6 http://deb.debian.org jessie-updates/main amd64 Packages [20 B]     
     1252Get:7 http://deb.debian.org jessie/main amd64 Packages [9098 kB]               
     1253Get:8 ftp://ftp.mondorescue.org 8/contrib amd64 Packages [8504 B]
     1254Fetched 10.0 MB in 5s (1841 kB/s)                             
     1255Reading package lists... Done
     1256root@907ee4f96ec1:/etc/apt/sources.list.d# apt-get install -y mondo
     1257Reading package lists... Done
     1258Building dependency tree       
     1259Reading state information... Done
     1260The following extra packages will be installed:
     1261  afio binutils bsd-mailx buffer bzip2 cpio cron dosfstools dvd+rw-tools exim4-base exim4-config exim4-daemon-light file gawk genisoimage growisofs ifupdown init-system-helpers isc-dhcp-client isc-dhcp-common kmod libalgorithm-c3-perl
     1262  libarchive-extract-perl libbsd0 libbz2-1.0 libcgi-fast-perl libcgi-pm-perl libclass-c3-perl libclass-c3-xs-perl libcpan-meta-perl libdata-optlist-perl libdata-section-perl libdns-export100 libfcgi-perl libfribidi0 libgdbm3 libio-interface-perl
     1263  libirs-export91 libisc-export95 libisccfg-export90 liblockfile-bin liblockfile1 liblog-message-perl liblog-message-simple-perl liblzo2-2 libmagic1 libmodule-build-perl libmodule-pluggable-perl libmodule-scandeps-perl libmodule-signature-perl
     1264  libmondorescue-perl libmpfr4 libmro-compat-perl libnewt0.52 libpackage-constants-perl libparams-util-perl libparted2 libpod-latex-perl libpod-readme-perl libprojectbuilder-perl libregexp-common-perl libsigsegv2 libsoftware-license-perl
     1265  libsub-exporter-perl libsub-install-perl libterm-ui-perl libtext-soundex-perl libtext-template-perl libyaml-libyaml-perl libyaml-perl lzop mdadm mindi mindi-busybox module-init-tools mtools nano netbase parted perl perl-modules psmisc rename
     1266  syslinux syslinux-common wodim
     1267Suggested packages:
     1268  binutils-doc bzip2-doc libarchive1 anacron logrotate checksecurity cdrskin mail-reader eximon4 exim4-doc-html exim4-doc-info spf-tools-perl swaks gawk-doc cdrkit-doc ppp rdnssd net-tools resolvconf avahi-autoipd liblinux-sysinfo-perl
     1269  libsys-cpu-perl libparted-dev libparted-i18n libyaml-shell-perl eject less mondo-doc floppyd spell parted-doc perl-doc libterm-readline-gnu-perl libterm-readline-perl-perl make libb-lint-perl libcpanplus-dist-build-perl libcpanplus-perl
     1270  libfile-checktree-perl libobject-accessor-perl
     1271Recommended packages:
     1272  exim4 postfix mail-transport-agent mailx libarchive-tar-perl ntfsprogs
     1273The following NEW packages will be installed:
     1274  afio binutils bsd-mailx buffer bzip2 cpio cron dosfstools dvd+rw-tools exim4-base exim4-config exim4-daemon-light file gawk genisoimage growisofs ifupdown init-system-helpers isc-dhcp-client isc-dhcp-common kmod libalgorithm-c3-perl
     1275  libarchive-extract-perl libbsd0 libcgi-fast-perl libcgi-pm-perl libclass-c3-perl libclass-c3-xs-perl libcpan-meta-perl libdata-optlist-perl libdata-section-perl libdns-export100 libfcgi-perl libfribidi0 libgdbm3 libio-interface-perl
     1276  libirs-export91 libisc-export95 libisccfg-export90 liblockfile-bin liblockfile1 liblog-message-perl liblog-message-simple-perl liblzo2-2 libmagic1 libmodule-build-perl libmodule-pluggable-perl libmodule-scandeps-perl libmodule-signature-perl
     1277  libmondorescue-perl libmpfr4 libmro-compat-perl libnewt0.52 libpackage-constants-perl libparams-util-perl libparted2 libpod-latex-perl libpod-readme-perl libprojectbuilder-perl libregexp-common-perl libsigsegv2 libsoftware-license-perl
     1278  libsub-exporter-perl libsub-install-perl libterm-ui-perl libtext-soundex-perl libtext-template-perl libyaml-libyaml-perl libyaml-perl lzop mdadm mindi mindi-busybox module-init-tools mondo mtools nano netbase parted perl perl-modules psmisc rename
     1279  syslinux syslinux-common wodim
     1280The following packages will be upgraded:
     1281  libbz2-1.0
     12821 upgraded, 86 newly installed, 0 to remove and 12 not upgraded.
     1283Need to get 21.1 MB of archives.
     1284After this operation, 91.2 MB of additional disk space will be used.
     1285Get:1 ftp://ftp.mondorescue.org//debian/ 8/contrib afio amd64 2.5-1 [66.9 kB]
     1286Get:2 http://deb.debian.org/debian/ jessie/main init-system-helpers all 1.22 [14.0 kB]
     1287Get:3 http://security.debian.org/debian-security/ jessie/updates/main libbz2-1.0 amd64 1.0.6-7+deb8u2 [43.3 kB]
     1288Get:4 http://security.debian.org/debian-security/ jessie/updates/main cron amd64 3.0pl1-127+deb8u2 [95.6 kB]   
     1289Get:5 http://security.debian.org/debian-security/ jessie/updates/main libmagic1 amd64 1:5.22+15-2+deb8u6 [250 kB]
     1290Get:6 ftp://ftp.mondorescue.org//debian/ 8/contrib libprojectbuilder-perl all 0.15.2-1 [140 kB]           
     1291Get:7 http://deb.debian.org/debian/ jessie/main libgdbm3 amd64 1.8.3-13.1 [30.0 kB]                                               
     1292Get:8 http://security.debian.org/debian-security/ jessie/updates/main perl-modules all 5.20.2-3+deb8u12 [2553 kB]                             
     1293Get:9 http://deb.debian.org/debian/ jessie/main libnewt0.52 amd64 0.52.17-1+b1 [72.7 kB]                                                               
     1294Get:10 http://deb.debian.org/debian/ jessie/main liblockfile-bin amd64 1.09-6 [18.9 kB]                                                                       
     1295Get:11 http://deb.debian.org/debian/ jessie/main liblockfile1 amd64 1.09-6 [15.8 kB]                                                                               
     1296Get:12 http://deb.debian.org/debian/ jessie/main libmpfr4 amd64 3.1.2-2 [527 kB]                                                                                     
     1297Get:13 http://deb.debian.org/debian/ jessie/main libsigsegv2 amd64 2.10-4+b1 [29.2 kB]                                                   
     1298Get:14 http://deb.debian.org/debian/ jessie/main gawk amd64 1:4.1.1+dfsg-1 [520 kB]                                                           
     1299Get:15 http://deb.debian.org/debian/ jessie/main libbsd0 amd64 0.7.0-2 [67.9 kB]                                                   
     1300Get:16 http://deb.debian.org/debian/ jessie/main libfribidi0 amd64 0.19.6-3 [44.4 kB]                                                     
     1301Get:17 http://deb.debian.org/debian/ jessie/main liblzo2-2 amd64 2.08-1.2 [54.6 kB]                     
     1302Get:18 http://deb.debian.org/debian/ jessie/main libparted2 amd64 3.2-7 [269 kB]                   
     1303Get:19 ftp://ftp.mondorescue.org//debian/ 8/contrib libmondorescue-perl all 3.2.2-1 [66.5 kB]         
     1304Get:20 http://deb.debian.org/debian/ jessie/main kmod amd64 18-3 [86.2 kB]                                                 
     1305Get:21 http://deb.debian.org/debian/ jessie/main module-init-tools all 18-3 [2008 B]                                               
     1306Get:22 http://deb.debian.org/debian/ jessie/main ifupdown amd64 0.7.53.1 [67.2 kB]                                                             
     1307Get:23 http://deb.debian.org/debian/ jessie/main isc-dhcp-common amd64 4.3.1-6+deb8u3 [211 kB]                                             
     1308Get:24 http://deb.debian.org/debian/ jessie/main isc-dhcp-client amd64 4.3.1-6+deb8u3 [250 kB]                                                   
     1309Get:25 http://deb.debian.org/debian/ jessie/main nano amd64 2.2.6-3 [369 kB]                               
     1310Get:26 ftp://ftp.mondorescue.org//debian/ 8/contrib mindi-busybox amd64 1.21.1-1 [227 kB]         
     1311Get:27 http://deb.debian.org/debian/ jessie/main netbase all 5.3 [19.0 kB]                                                 
     1312Get:28 http://deb.debian.org/debian/ jessie/main bsd-mailx amd64 8.1.2-0.20141216cvs-2 [81.7 kB]                               
     1313Get:29 http://deb.debian.org/debian/ jessie/main binutils amd64 2.25-5+deb8u1 [3496 kB]                                               
     1314Get:30 http://deb.debian.org/debian/ jessie/main buffer amd64 1.19-12 [14.7 kB]                                                       
     1315Get:31 http://deb.debian.org/debian/ jessie/main dosfstools amd64 3.0.27-1 [87.8 kB]                                               
     1316Get:32 http://deb.debian.org/debian/ jessie/main genisoimage amd64 9:1.1.11-3 [360 kB]                                               
     1317Get:33 http://deb.debian.org/debian/ jessie/main growisofs amd64 7.1-11 [81.2 kB]                                                     
     1318Get:34 http://deb.debian.org/debian/ jessie/main dvd+rw-tools amd64 7.1-11 [95.9 kB]                                               
     1319Get:35 http://deb.debian.org/debian/ jessie/main libalgorithm-c3-perl all 0.09-1 [11.9 kB]                                             
     1320Get:36 http://security.debian.org/debian-security/ jessie/updates/main perl amd64 5.20.2-3+deb8u12 [2658 kB]                     
     1321Get:37 http://deb.debian.org/debian/ jessie/main libarchive-extract-perl all 0.72-1 [24.8 kB]
     1322Get:38 http://deb.debian.org/debian/ jessie/main libcgi-pm-perl all 4.09-1 [213 kB]                           
     1323Get:39 ftp://ftp.mondorescue.org//debian/ 8/contrib mindi amd64 3.0.2-1 [262 kB]                   
     1324Get:40 http://deb.debian.org/debian/ jessie/main libfcgi-perl amd64 0.77-1+deb8u1 [39.0 kB]                           
     1325Get:41 http://security.debian.org/debian-security/ jessie/updates/main libisc-export95 amd64 1:9.9.5.dfsg-9+deb8u18 [141 kB]
     1326Get:42 http://deb.debian.org/debian/ jessie/main libcgi-fast-perl all 1:2.04-1 [10.9 kB]                   
     1327Get:43 http://deb.debian.org/debian/ jessie/main libclass-c3-perl all 0.26-1 [22.9 kB]                                           
     1328Get:44 http://deb.debian.org/debian/ jessie/main libclass-c3-xs-perl amd64 0.13-2+b1 [15.2 kB]                                       
     1329Get:45 http://deb.debian.org/debian/ jessie/main libcpan-meta-perl all 2.142690-1 [125 kB]                                             
     1330Get:46 http://security.debian.org/debian-security/ jessie/updates/main libdns-export100 amd64 1:9.9.5.dfsg-9+deb8u18 [457 kB]
     1331Get:47 http://deb.debian.org/debian/ jessie/main libparams-util-perl amd64 1.07-2+b1 [23.5 kB]                                           
     1332Get:48 http://deb.debian.org/debian/ jessie/main libsub-install-perl all 0.928-1 [11.4 kB]                                             
     1333Get:49 http://deb.debian.org/debian/ jessie/main libdata-optlist-perl all 0.109-1 [10.6 kB]                                                 
     1334Get:50 http://deb.debian.org/debian/ jessie/main libmro-compat-perl all 0.12-1 [13.2 kB]                                               
     1335Get:51 http://deb.debian.org/debian/ jessie/main libsub-exporter-perl all 0.986-1 [49.9 kB]                                             
     1336Get:52 http://deb.debian.org/debian/ jessie/main libdata-section-perl all 0.200006-1 [13.4 kB]                                             
     1337Get:53 http://deb.debian.org/debian/ jessie/main libio-interface-perl amd64 1.07-2+b1 [23.7 kB]                   
     1338Get:54 ftp://ftp.mondorescue.org//debian/ 8/contrib mondo amd64 3.2.2-1 [438 kB]                   
     1339Get:55 http://security.debian.org/debian-security/ jessie/updates/main libisccfg-export90 amd64 1:9.9.5.dfsg-9+deb8u18 [41.7 kB]
     1340Get:56 http://deb.debian.org/debian/ jessie/main liblog-message-perl all 0.8-1 [26.0 kB]
     1341Get:57 http://security.debian.org/debian-security/ jessie/updates/main libirs-export91 amd64 1:9.9.5.dfsg-9+deb8u18 [39.4 kB]
     1342Get:58 http://security.debian.org/debian-security/ jessie/updates/main cpio amd64 2.11+dfsg-4.1+deb8u2 [177 kB]
     1343Get:59 http://security.debian.org/debian-security/ jessie/updates/main exim4-config all 4.84.2-2+deb8u6 [502 kB]
     1344Get:60 http://security.debian.org/debian-security/ jessie/updates/main exim4-base amd64 4.84.2-2+deb8u6 [1048 kB]
     1345Get:61 http://deb.debian.org/debian/ jessie/main liblog-message-simple-perl all 0.10-2 [8126 B]
     1346Get:62 http://security.debian.org/debian-security/ jessie/updates/main exim4-daemon-light amd64 4.84.2-2+deb8u6 [631 kB]
     1347Get:63 http://deb.debian.org/debian/ jessie/main libmodule-build-perl all 0.421000-2+deb8u1 [265 kB]
     1348Get:64 http://security.debian.org/debian-security/ jessie/updates/main bzip2 amd64 1.0.6-7+deb8u2 [46.8 kB]         
     1349Get:65 http://security.debian.org/debian-security/ jessie/updates/main file amd64 1:5.22+15-2+deb8u6 [60.7 kB]
     1350Get:66 http://deb.debian.org/debian/ jessie/main libmodule-pluggable-perl all 5.1-1 [25.0 kB]             
     1351Get:67 http://deb.debian.org/debian/ jessie/main libmodule-scandeps-perl all 1.16-1 [42.9 kB]
     1352Get:68 http://deb.debian.org/debian/ jessie/main libmodule-signature-perl all 0.73-1+deb8u2 [30.4 kB]
     1353Get:69 http://deb.debian.org/debian/ jessie/main libyaml-perl all 1.13-1 [69.7 kB]                                                                                                                                                                       
     1354Get:70 http://deb.debian.org/debian/ jessie/main libpackage-constants-perl all 0.04-1 [5820 B]                                                                                                                                                           
     1355Get:71 http://deb.debian.org/debian/ jessie/main libpod-latex-perl all 0.61-1 [34.7 kB]                                                                                                                                                                   
     1356Get:72 http://deb.debian.org/debian/ jessie/main libregexp-common-perl all 2013031301-1 [173 kB]                                                                                                                                                         
     1357Get:73 http://deb.debian.org/debian/ jessie/main libpod-readme-perl all 0.11-1 [15.3 kB]                                                                                                                                                                 
     1358Get:74 http://deb.debian.org/debian/ jessie/main libtext-template-perl all 1.46-1 [53.1 kB]                                                                                                                                                               
     1359Get:75 http://deb.debian.org/debian/ jessie/main libsoftware-license-perl all 0.103010-3 [119 kB]                                                                                                                                                         
     1360Get:76 http://deb.debian.org/debian/ jessie/main libterm-ui-perl all 0.42-1 [19.1 kB]                                                                                                                                                                     
     1361Get:77 http://deb.debian.org/debian/ jessie/main libtext-soundex-perl amd64 3.4-1+b2 [13.7 kB]                                                                                                                                                           
     1362Get:78 http://deb.debian.org/debian/ jessie/main libyaml-libyaml-perl amd64 0.41-6 [67.0 kB]                                                                                                                                                             
     1363Get:79 http://deb.debian.org/debian/ jessie/main lzop amd64 1.03-3 [44.8 kB]                                                                                                                                                                             
     1364Get:80 http://deb.debian.org/debian/ jessie/main mdadm amd64 3.3.2-5+deb8u2 [433 kB]                                                                                                                                                                     
     1365Get:81 http://deb.debian.org/debian/ jessie/main mtools amd64 4.0.18-2 [179 kB]                                                                                                                                                                           
     1366Get:82 http://deb.debian.org/debian/ jessie/main syslinux amd64 3:6.03+dfsg-5+deb8u2 [188 kB]                                                                                                                                                             
     1367Get:83 http://deb.debian.org/debian/ jessie/main parted amd64 3.2-7 [195 kB]                                                                                                                                                                             
     1368Get:84 http://deb.debian.org/debian/ jessie/main wodim amd64 9:1.1.11-3 [342 kB]                                                                                                                                                                         
     1369Get:85 http://deb.debian.org/debian/ jessie/main psmisc amd64 22.21-2 [119 kB]                                                                                                                                                                           
     1370Get:86 http://deb.debian.org/debian/ jessie/main rename all 0.20-3 [12.4 kB]                                                                                                                                                                             
     1371Get:87 http://deb.debian.org/debian/ jessie/main syslinux-common all 3:6.03+dfsg-5+deb8u2 [1230 kB]                                                                                                                                                       
     1372Fetched 21.1 MB in 7s (2892 kB/s)                                                                                                                                                                                                                         
     1373debconf: delaying package configuration, since apt-utils is not installed
     1374(Reading database ... 8014 files and directories currently installed.)
     1375Preparing to unpack .../libbz2-1.0_1.0.6-7+deb8u2_amd64.deb ...
     1376Unpacking libbz2-1.0:amd64 (1.0.6-7+deb8u2) over (1.0.6-7+b3) ...
     1377Setting up libbz2-1.0:amd64 (1.0.6-7+deb8u2) ...
     1378Processing triggers for libc-bin (2.19-18+deb8u10) ...
     1379Selecting previously unselected package init-system-helpers.
     1380(Reading database ... 8013 files and directories currently installed.)
     1381Preparing to unpack .../init-system-helpers_1.22_all.deb ...
     1382Unpacking init-system-helpers (1.22) ...
     1383Selecting previously unselected package cron.
     1384Preparing to unpack .../cron_3.0pl1-127+deb8u2_amd64.deb ...
     1385Unpacking cron (3.0pl1-127+deb8u2) ...
     1386Selecting previously unselected package libgdbm3:amd64.
     1387Preparing to unpack .../libgdbm3_1.8.3-13.1_amd64.deb ...
     1388Unpacking libgdbm3:amd64 (1.8.3-13.1) ...
     1389Selecting previously unselected package libnewt0.52:amd64.
     1390Preparing to unpack .../libnewt0.52_0.52.17-1+b1_amd64.deb ...
     1391Unpacking libnewt0.52:amd64 (0.52.17-1+b1) ...
     1392Selecting previously unselected package liblockfile-bin.
     1393Preparing to unpack .../liblockfile-bin_1.09-6_amd64.deb ...
     1394Unpacking liblockfile-bin (1.09-6) ...
     1395Selecting previously unselected package liblockfile1:amd64.
     1396Preparing to unpack .../liblockfile1_1.09-6_amd64.deb ...
     1397Unpacking liblockfile1:amd64 (1.09-6) ...
     1398Selecting previously unselected package libmagic1:amd64.
     1399Preparing to unpack .../libmagic1_1%3a5.22+15-2+deb8u6_amd64.deb ...
     1400Unpacking libmagic1:amd64 (1:5.22+15-2+deb8u6) ...
     1401Selecting previously unselected package perl-modules.
     1402Preparing to unpack .../perl-modules_5.20.2-3+deb8u12_all.deb ...
     1403Unpacking perl-modules (5.20.2-3+deb8u12) ...
     1404Selecting previously unselected package perl.
     1405Preparing to unpack .../perl_5.20.2-3+deb8u12_amd64.deb ...
     1406Unpacking perl (5.20.2-3+deb8u12) ...
     1407Selecting previously unselected package libmpfr4:amd64.
     1408Preparing to unpack .../libmpfr4_3.1.2-2_amd64.deb ...
     1409Unpacking libmpfr4:amd64 (3.1.2-2) ...
     1410Selecting previously unselected package libsigsegv2:amd64.
     1411Preparing to unpack .../libsigsegv2_2.10-4+b1_amd64.deb ...
     1412Unpacking libsigsegv2:amd64 (2.10-4+b1) ...
     1413Processing triggers for systemd (215-17+deb8u9) ...
     1414Setting up libmpfr4:amd64 (3.1.2-2) ...
     1415Setting up libsigsegv2:amd64 (2.10-4+b1) ...
     1416Processing triggers for libc-bin (2.19-18+deb8u10) ...
     1417Selecting previously unselected package gawk.
     1418(Reading database ... 9417 files and directories currently installed.)
     1419Preparing to unpack .../gawk_1%3a4.1.1+dfsg-1_amd64.deb ...
     1420Unpacking gawk (1:4.1.1+dfsg-1) ...
     1421Selecting previously unselected package libbsd0:amd64.
     1422Preparing to unpack .../libbsd0_0.7.0-2_amd64.deb ...
     1423Unpacking libbsd0:amd64 (0.7.0-2) ...
     1424Selecting previously unselected package libisc-export95.
     1425Preparing to unpack .../libisc-export95_1%3a9.9.5.dfsg-9+deb8u18_amd64.deb ...
     1426Unpacking libisc-export95 (1:9.9.5.dfsg-9+deb8u18) ...
     1427Selecting previously unselected package libdns-export100.
     1428Preparing to unpack .../libdns-export100_1%3a9.9.5.dfsg-9+deb8u18_amd64.deb ...
     1429Unpacking libdns-export100 (1:9.9.5.dfsg-9+deb8u18) ...
     1430Selecting previously unselected package libfribidi0:amd64.
     1431Preparing to unpack .../libfribidi0_0.19.6-3_amd64.deb ...
     1432Unpacking libfribidi0:amd64 (0.19.6-3) ...
     1433Selecting previously unselected package libisccfg-export90.
     1434Preparing to unpack .../libisccfg-export90_1%3a9.9.5.dfsg-9+deb8u18_amd64.deb ...
     1435Unpacking libisccfg-export90 (1:9.9.5.dfsg-9+deb8u18) ...
     1436Selecting previously unselected package libirs-export91.
     1437Preparing to unpack .../libirs-export91_1%3a9.9.5.dfsg-9+deb8u18_amd64.deb ...
     1438Unpacking libirs-export91 (1:9.9.5.dfsg-9+deb8u18) ...
     1439Selecting previously unselected package liblzo2-2:amd64.
     1440Preparing to unpack .../liblzo2-2_2.08-1.2_amd64.deb ...
     1441Unpacking liblzo2-2:amd64 (2.08-1.2) ...
     1442Selecting previously unselected package libparted2:amd64.
     1443Preparing to unpack .../libparted2_3.2-7_amd64.deb ...
     1444Unpacking libparted2:amd64 (3.2-7) ...
     1445Selecting previously unselected package kmod.
     1446Preparing to unpack .../archives/kmod_18-3_amd64.deb ...
     1447Unpacking kmod (18-3) ...
     1448Selecting previously unselected package module-init-tools.
     1449Preparing to unpack .../module-init-tools_18-3_all.deb ...
     1450Unpacking module-init-tools (18-3) ...
     1451Selecting previously unselected package cpio.
     1452Preparing to unpack .../cpio_2.11+dfsg-4.1+deb8u2_amd64.deb ...
     1453Unpacking cpio (2.11+dfsg-4.1+deb8u2) ...
     1454Selecting previously unselected package ifupdown.
     1455Preparing to unpack .../ifupdown_0.7.53.1_amd64.deb ...
     1456Unpacking ifupdown (0.7.53.1) ...
     1457Selecting previously unselected package isc-dhcp-common.
     1458Preparing to unpack .../isc-dhcp-common_4.3.1-6+deb8u3_amd64.deb ...
     1459Unpacking isc-dhcp-common (4.3.1-6+deb8u3) ...
     1460Selecting previously unselected package isc-dhcp-client.
     1461Preparing to unpack .../isc-dhcp-client_4.3.1-6+deb8u3_amd64.deb ...
     1462Unpacking isc-dhcp-client (4.3.1-6+deb8u3) ...
     1463Selecting previously unselected package nano.
     1464Preparing to unpack .../nano_2.2.6-3_amd64.deb ...
     1465Unpacking nano (2.2.6-3) ...
     1466Selecting previously unselected package netbase.
     1467Preparing to unpack .../archives/netbase_5.3_all.deb ...
     1468Unpacking netbase (5.3) ...
     1469Selecting previously unselected package exim4-config.
     1470Preparing to unpack .../exim4-config_4.84.2-2+deb8u6_all.deb ...
     1471Unpacking exim4-config (4.84.2-2+deb8u6) ...
     1472Selecting previously unselected package exim4-base.
     1473Preparing to unpack .../exim4-base_4.84.2-2+deb8u6_amd64.deb ...
     1474Unpacking exim4-base (4.84.2-2+deb8u6) ...
     1475Selecting previously unselected package exim4-daemon-light.
     1476Preparing to unpack .../exim4-daemon-light_4.84.2-2+deb8u6_amd64.deb ...
     1477Unpacking exim4-daemon-light (4.84.2-2+deb8u6) ...
     1478Selecting previously unselected package bsd-mailx.
     1479Preparing to unpack .../bsd-mailx_8.1.2-0.20141216cvs-2_amd64.deb ...
     1480Unpacking bsd-mailx (8.1.2-0.20141216cvs-2) ...
     1481Selecting previously unselected package bzip2.
     1482Preparing to unpack .../bzip2_1.0.6-7+deb8u2_amd64.deb ...
     1483Unpacking bzip2 (1.0.6-7+deb8u2) ...
     1484Selecting previously unselected package file.
     1485Preparing to unpack .../file_1%3a5.22+15-2+deb8u6_amd64.deb ...
     1486Unpacking file (1:5.22+15-2+deb8u6) ...
     1487Selecting previously unselected package afio.
     1488Preparing to unpack .../archives/afio_2.5-1_amd64.deb ...
     1489Unpacking afio (2.5-1) ...
     1490Selecting previously unselected package binutils.
     1491Preparing to unpack .../binutils_2.25-5+deb8u1_amd64.deb ...
     1492Unpacking binutils (2.25-5+deb8u1) ...
     1493Selecting previously unselected package buffer.
     1494Preparing to unpack .../buffer_1.19-12_amd64.deb ...
     1495Unpacking buffer (1.19-12) ...
     1496Selecting previously unselected package dosfstools.
     1497Preparing to unpack .../dosfstools_3.0.27-1_amd64.deb ...
     1498Unpacking dosfstools (3.0.27-1) ...
     1499Selecting previously unselected package genisoimage.
     1500Preparing to unpack .../genisoimage_9%3a1.1.11-3_amd64.deb ...
     1501Unpacking genisoimage (9:1.1.11-3) ...
     1502Selecting previously unselected package growisofs.
     1503Preparing to unpack .../growisofs_7.1-11_amd64.deb ...
     1504Unpacking growisofs (7.1-11) ...
     1505Selecting previously unselected package dvd+rw-tools.
     1506Preparing to unpack .../dvd+rw-tools_7.1-11_amd64.deb ...
     1507Unpacking dvd+rw-tools (7.1-11) ...
     1508Selecting previously unselected package libalgorithm-c3-perl.
     1509Preparing to unpack .../libalgorithm-c3-perl_0.09-1_all.deb ...
     1510Unpacking libalgorithm-c3-perl (0.09-1) ...
     1511Selecting previously unselected package libarchive-extract-perl.
     1512Preparing to unpack .../libarchive-extract-perl_0.72-1_all.deb ...
     1513Unpacking libarchive-extract-perl (0.72-1) ...
     1514Selecting previously unselected package libcgi-pm-perl.
     1515Preparing to unpack .../libcgi-pm-perl_4.09-1_all.deb ...
     1516Unpacking libcgi-pm-perl (4.09-1) ...
     1517Selecting previously unselected package libfcgi-perl.
     1518Preparing to unpack .../libfcgi-perl_0.77-1+deb8u1_amd64.deb ...
     1519Unpacking libfcgi-perl (0.77-1+deb8u1) ...
     1520Selecting previously unselected package libcgi-fast-perl.
     1521Preparing to unpack .../libcgi-fast-perl_1%3a2.04-1_all.deb ...
     1522Unpacking libcgi-fast-perl (1:2.04-1) ...
     1523Selecting previously unselected package libclass-c3-perl.
     1524Preparing to unpack .../libclass-c3-perl_0.26-1_all.deb ...
     1525Unpacking libclass-c3-perl (0.26-1) ...
     1526Selecting previously unselected package libclass-c3-xs-perl.
     1527Preparing to unpack .../libclass-c3-xs-perl_0.13-2+b1_amd64.deb ...
     1528Unpacking libclass-c3-xs-perl (0.13-2+b1) ...
     1529Selecting previously unselected package libcpan-meta-perl.
     1530Preparing to unpack .../libcpan-meta-perl_2.142690-1_all.deb ...
     1531Unpacking libcpan-meta-perl (2.142690-1) ...
     1532Selecting previously unselected package libparams-util-perl.
     1533Preparing to unpack .../libparams-util-perl_1.07-2+b1_amd64.deb ...
     1534Unpacking libparams-util-perl (1.07-2+b1) ...
     1535Selecting previously unselected package libsub-install-perl.
     1536Preparing to unpack .../libsub-install-perl_0.928-1_all.deb ...
     1537Unpacking libsub-install-perl (0.928-1) ...
     1538Selecting previously unselected package libdata-optlist-perl.
     1539Preparing to unpack .../libdata-optlist-perl_0.109-1_all.deb ...
     1540Unpacking libdata-optlist-perl (0.109-1) ...
     1541Selecting previously unselected package libmro-compat-perl.
     1542Preparing to unpack .../libmro-compat-perl_0.12-1_all.deb ...
     1543Unpacking libmro-compat-perl (0.12-1) ...
     1544Selecting previously unselected package libsub-exporter-perl.
     1545Preparing to unpack .../libsub-exporter-perl_0.986-1_all.deb ...
     1546Unpacking libsub-exporter-perl (0.986-1) ...
     1547Selecting previously unselected package libdata-section-perl.
     1548Preparing to unpack .../libdata-section-perl_0.200006-1_all.deb ...
     1549Unpacking libdata-section-perl (0.200006-1) ...
     1550Selecting previously unselected package libio-interface-perl.
     1551Preparing to unpack .../libio-interface-perl_1.07-2+b1_amd64.deb ...
     1552Unpacking libio-interface-perl (1.07-2+b1) ...
     1553Selecting previously unselected package liblog-message-perl.
     1554Preparing to unpack .../liblog-message-perl_0.8-1_all.deb ...
     1555Unpacking liblog-message-perl (0.8-1) ...
     1556Selecting previously unselected package liblog-message-simple-perl.
     1557Preparing to unpack .../liblog-message-simple-perl_0.10-2_all.deb ...
     1558Unpacking liblog-message-simple-perl (0.10-2) ...
     1559Selecting previously unselected package libmodule-build-perl.
     1560Preparing to unpack .../libmodule-build-perl_0.421000-2+deb8u1_all.deb ...
     1561Adding 'diversion of /usr/bin/config_data to /usr/bin/config_data.diverted by libmodule-build-perl'
     1562Adding 'diversion of /usr/share/man/man1/config_data.1.gz to /usr/share/man/man1/config_data.diverted.1.gz by libmodule-build-perl'
     1563Unpacking libmodule-build-perl (0.421000-2+deb8u1) ...
     1564Selecting previously unselected package libmodule-pluggable-perl.
     1565Preparing to unpack .../libmodule-pluggable-perl_5.1-1_all.deb ...
     1566Unpacking libmodule-pluggable-perl (5.1-1) ...
     1567Selecting previously unselected package libmodule-scandeps-perl.
     1568Preparing to unpack .../libmodule-scandeps-perl_1.16-1_all.deb ...
     1569Unpacking libmodule-scandeps-perl (1.16-1) ...
     1570Selecting previously unselected package libmodule-signature-perl.
     1571Preparing to unpack .../libmodule-signature-perl_0.73-1+deb8u2_all.deb ...
     1572Unpacking libmodule-signature-perl (0.73-1+deb8u2) ...
     1573Selecting previously unselected package libyaml-perl.
     1574Preparing to unpack .../libyaml-perl_1.13-1_all.deb ...
     1575Unpacking libyaml-perl (1.13-1) ...
     1576Selecting previously unselected package libprojectbuilder-perl.
     1577Preparing to unpack .../libprojectbuilder-perl_0.15.2-1_all.deb ...
     1578Unpacking libprojectbuilder-perl (0.15.2-1) ...
     1579Selecting previously unselected package libmondorescue-perl.
     1580Preparing to unpack .../libmondorescue-perl_3.2.2-1_all.deb ...
     1581Unpacking libmondorescue-perl (3.2.2-1) ...
     1582Selecting previously unselected package libpackage-constants-perl.
     1583Preparing to unpack .../libpackage-constants-perl_0.04-1_all.deb ...
     1584Unpacking libpackage-constants-perl (0.04-1) ...
     1585Selecting previously unselected package libpod-latex-perl.
     1586Preparing to unpack .../libpod-latex-perl_0.61-1_all.deb ...
     1587Adding 'diversion of /usr/bin/pod2latex to /usr/bin/pod2latex.bundled by libpod-latex-perl'
     1588Adding 'diversion of /usr/share/man/man1/pod2latex.1.gz to /usr/share/man/man1/pod2latex.bundled.1.gz by libpod-latex-perl'
     1589Unpacking libpod-latex-perl (0.61-1) ...
     1590Selecting previously unselected package libregexp-common-perl.
     1591Preparing to unpack .../libregexp-common-perl_2013031301-1_all.deb ...
     1592Unpacking libregexp-common-perl (2013031301-1) ...
     1593Selecting previously unselected package libpod-readme-perl.
     1594Preparing to unpack .../libpod-readme-perl_0.11-1_all.deb ...
     1595Unpacking libpod-readme-perl (0.11-1) ...
     1596Selecting previously unselected package libtext-template-perl.
     1597Preparing to unpack .../libtext-template-perl_1.46-1_all.deb ...
     1598Unpacking libtext-template-perl (1.46-1) ...
     1599Selecting previously unselected package libsoftware-license-perl.
     1600Preparing to unpack .../libsoftware-license-perl_0.103010-3_all.deb ...
     1601Unpacking libsoftware-license-perl (0.103010-3) ...
     1602Selecting previously unselected package libterm-ui-perl.
     1603Preparing to unpack .../libterm-ui-perl_0.42-1_all.deb ...
     1604Unpacking libterm-ui-perl (0.42-1) ...
     1605Selecting previously unselected package libtext-soundex-perl.
     1606Preparing to unpack .../libtext-soundex-perl_3.4-1+b2_amd64.deb ...
     1607Unpacking libtext-soundex-perl (3.4-1+b2) ...
     1608Selecting previously unselected package libyaml-libyaml-perl.
     1609Preparing to unpack .../libyaml-libyaml-perl_0.41-6_amd64.deb ...
     1610Unpacking libyaml-libyaml-perl (0.41-6) ...
     1611Selecting previously unselected package lzop.
     1612Preparing to unpack .../archives/lzop_1.03-3_amd64.deb ...
     1613Unpacking lzop (1.03-3) ...
     1614Selecting previously unselected package mdadm.
     1615Preparing to unpack .../mdadm_3.3.2-5+deb8u2_amd64.deb ...
     1616Unpacking mdadm (3.3.2-5+deb8u2) ...
     1617Selecting previously unselected package mtools.
     1618Preparing to unpack .../mtools_4.0.18-2_amd64.deb ...
     1619Unpacking mtools (4.0.18-2) ...
     1620Selecting previously unselected package syslinux.
     1621Preparing to unpack .../syslinux_3%3a6.03+dfsg-5+deb8u2_amd64.deb ...
     1622Unpacking syslinux (3:6.03+dfsg-5+deb8u2) ...
     1623Selecting previously unselected package parted.
     1624Preparing to unpack .../parted_3.2-7_amd64.deb ...
     1625Unpacking parted (3.2-7) ...
     1626Selecting previously unselected package mindi-busybox.
     1627Preparing to unpack .../mindi-busybox_1.21.1-1_amd64.deb ...
     1628Unpacking mindi-busybox (1.21.1-1) ...
     1629Selecting previously unselected package mindi.
     1630Preparing to unpack .../mindi_3.0.2-1_amd64.deb ...
     1631Unpacking mindi (3.0.2-1) ...
     1632Selecting previously unselected package wodim.
     1633Preparing to unpack .../wodim_9%3a1.1.11-3_amd64.deb ...
     1634Unpacking wodim (9:1.1.11-3) ...
     1635Selecting previously unselected package mondo.
     1636Preparing to unpack .../mondo_3.2.2-1_amd64.deb ...
     1637Unpacking mondo (3.2.2-1) ...
     1638Selecting previously unselected package psmisc.
     1639Preparing to unpack .../psmisc_22.21-2_amd64.deb ...
     1640Unpacking psmisc (22.21-2) ...
     1641Selecting previously unselected package rename.
     1642Preparing to unpack .../archives/rename_0.20-3_all.deb ...
     1643Unpacking rename (0.20-3) ...
     1644Selecting previously unselected package syslinux-common.
     1645Preparing to unpack .../syslinux-common_3%3a6.03+dfsg-5+deb8u2_all.deb ...
     1646Unpacking syslinux-common (3:6.03+dfsg-5+deb8u2) ...
     1647Processing triggers for systemd (215-17+deb8u9) ...
     1648Setting up init-system-helpers (1.22) ...
     1649Setting up cron (3.0pl1-127+deb8u2) ...
     1650Adding group `crontab' (GID 107) ...
     1651Done.
     1652update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
     1653invoke-rc.d: policy-rc.d denied execution of start.
     1654Setting up libgdbm3:amd64 (1.8.3-13.1) ...
     1655Setting up libnewt0.52:amd64 (0.52.17-1+b1) ...
     1656Setting up liblockfile-bin (1.09-6) ...
     1657Setting up liblockfile1:amd64 (1.09-6) ...
     1658Setting up libmagic1:amd64 (1:5.22+15-2+deb8u6) ...
     1659Setting up perl-modules (5.20.2-3+deb8u12) ...
     1660Setting up perl (5.20.2-3+deb8u12) ...
     1661update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
     1662Setting up gawk (1:4.1.1+dfsg-1) ...
     1663Setting up libbsd0:amd64 (0.7.0-2) ...
     1664Setting up libisc-export95 (1:9.9.5.dfsg-9+deb8u18) ...
     1665Setting up libdns-export100 (1:9.9.5.dfsg-9+deb8u18) ...
     1666Setting up libfribidi0:amd64 (0.19.6-3) ...
     1667Setting up libisccfg-export90 (1:9.9.5.dfsg-9+deb8u18) ...
     1668Setting up libirs-export91 (1:9.9.5.dfsg-9+deb8u18) ...
     1669Setting up liblzo2-2:amd64 (2.08-1.2) ...
     1670Setting up libparted2:amd64 (3.2-7) ...
     1671Setting up kmod (18-3) ...
     1672Setting up module-init-tools (18-3) ...
     1673Setting up cpio (2.11+dfsg-4.1+deb8u2) ...
     1674update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
     1675Setting up ifupdown (0.7.53.1) ...
     1676Creating /etc/network/interfaces.
     1677Setting up isc-dhcp-common (4.3.1-6+deb8u3) ...
     1678Setting up isc-dhcp-client (4.3.1-6+deb8u3) ...
     1679debconf: unable to initialize frontend: Dialog
     1680debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
     1681debconf: falling back to frontend: Readline
     1682Setting up nano (2.2.6-3) ...
     1683update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
     1684update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
     1685Setting up netbase (5.3) ...
     1686Setting up exim4-config (4.84.2-2+deb8u6) ...
     1687debconf: unable to initialize frontend: Dialog
     1688debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
     1689debconf: falling back to frontend: Readline
     1690Adding system-user for exim (v4)
     1691Setting up exim4-base (4.84.2-2+deb8u6) ...
     1692debconf: unable to initialize frontend: Dialog
     1693debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
     1694debconf: falling back to frontend: Readline
     1695exim: DB upgrade, deleting hints-db
     1696Setting up exim4-daemon-light (4.84.2-2+deb8u6) ...
     1697debconf: unable to initialize frontend: Dialog
     1698debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
     1699debconf: falling back to frontend: Readline
     1700invoke-rc.d: policy-rc.d denied execution of start.
     1701Setting up bsd-mailx (8.1.2-0.20141216cvs-2) ...
     1702update-alternatives: using /usr/bin/bsd-mailx to provide /usr/bin/mailx (mailx) in auto mode
     1703Setting up bzip2 (1.0.6-7+deb8u2) ...
     1704Setting up file (1:5.22+15-2+deb8u6) ...
     1705Setting up afio (2.5-1) ...
     1706Setting up binutils (2.25-5+deb8u1) ...
     1707Setting up buffer (1.19-12) ...
     1708Setting up dosfstools (3.0.27-1) ...
     1709Setting up genisoimage (9:1.1.11-3) ...
     1710Setting up growisofs (7.1-11) ...
     1711Setting up dvd+rw-tools (7.1-11) ...
     1712Setting up libalgorithm-c3-perl (0.09-1) ...
     1713Setting up libarchive-extract-perl (0.72-1) ...
     1714Setting up libcgi-pm-perl (4.09-1) ...
     1715Setting up libfcgi-perl (0.77-1+deb8u1) ...
     1716Setting up libcgi-fast-perl (1:2.04-1) ...
     1717Setting up libclass-c3-perl (0.26-1) ...
     1718Setting up libclass-c3-xs-perl (0.13-2+b1) ...
     1719Setting up libcpan-meta-perl (2.142690-1) ...
     1720Setting up libparams-util-perl (1.07-2+b1) ...
     1721Setting up libsub-install-perl (0.928-1) ...
     1722Setting up libdata-optlist-perl (0.109-1) ...
     1723Setting up libmro-compat-perl (0.12-1) ...
     1724Setting up libsub-exporter-perl (0.986-1) ...
     1725Setting up libdata-section-perl (0.200006-1) ...
     1726Setting up libio-interface-perl (1.07-2+b1) ...
     1727Setting up liblog-message-perl (0.8-1) ...
     1728Setting up liblog-message-simple-perl (0.10-2) ...
     1729Setting up libmodule-build-perl (0.421000-2+deb8u1) ...
     1730Setting up libmodule-pluggable-perl (5.1-1) ...
     1731Setting up libmodule-scandeps-perl (1.16-1) ...
     1732Setting up libmodule-signature-perl (0.73-1+deb8u2) ...
     1733Setting up libyaml-perl (1.13-1) ...
     1734Setting up libprojectbuilder-perl (0.15.2-1) ...
     1735Setting up libmondorescue-perl (3.2.2-1) ...
     1736Setting up libpackage-constants-perl (0.04-1) ...
     1737Setting up libpod-latex-perl (0.61-1) ...
     1738Setting up libregexp-common-perl (2013031301-1) ...
     1739Setting up libpod-readme-perl (0.11-1) ...
     1740Setting up libtext-template-perl (1.46-1) ...
     1741Setting up libsoftware-license-perl (0.103010-3) ...
     1742Setting up libterm-ui-perl (0.42-1) ...
     1743Setting up libtext-soundex-perl (3.4-1+b2) ...
     1744Setting up libyaml-libyaml-perl (0.41-6) ...
     1745Setting up lzop (1.03-3) ...
     1746Setting up mdadm (3.3.2-5+deb8u2) ...
     1747debconf: unable to initialize frontend: Dialog
     1748debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
     1749debconf: falling back to frontend: Readline
     1750Configuring mdadm
     1751-----------------
     1752
     1753If the system's root file system is located on an MD array (RAID), it needs to be started early during the boot sequence. If it is located on a logical volume (LVM), which is on MD, all constituent arrays need to be started.
     1754
     1755If you know exactly which arrays are needed to bring up the root file system, and you want to postpone starting all other arrays to a later point in the boot sequence, enter the arrays to start here. Alternatively, enter 'all' to simply start all
     1756available arrays.
     1757
     1758If you do not need or want to start any arrays for the root file system, leave the answer blank (or enter 'none'). This may be the case if you are using kernel autostart or do not need any arrays to boot.
     1759
     1760Please enter 'all', 'none', or a space-separated list of devices such as 'md0 md1' or 'md/1 md/d0' (the leading '/dev/' can be omitted).
     1761
     1762MD arrays needed for the root file system:
     1763
     1764
     1765Generating mdadm.conf... done.
     1766update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
     1767invoke-rc.d: policy-rc.d denied execution of start.
     1768update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
     1769invoke-rc.d: policy-rc.d denied execution of start.
     1770Setting up mtools (4.0.18-2) ...
     1771Setting up syslinux (3:6.03+dfsg-5+deb8u2) ...
     1772Setting up parted (3.2-7) ...
     1773Setting up mindi-busybox (1.21.1-1) ...
     1774Setting up mindi (3.0.2-1) ...
     1775Setting up wodim (9:1.1.11-3) ...
     1776Setting up mondo (3.2.2-1) ...
     1777Setting up psmisc (22.21-2) ...
     1778Setting up rename (0.20-3) ...
     1779update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
     1780Setting up syslinux-common (3:6.03+dfsg-5+deb8u2) ...
     1781Processing triggers for systemd (215-17+deb8u9) ...
     1782Processing triggers for libc-bin (2.19-18+deb8u10) ...
     1783}}}
     1784
     1785If you want to install on a more recent version of Debian, you'll need to add the non-free packages to your base repository in order to be able to download afio. So before the first command run:
     1786{{{
     1787perl -pi -e 's/main/main non-free/' /etc/apt/sources.list
     1788}}}