We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. + true 'Currently running script: ./whonix_build --build' --tor-gateway + set -o pipefail +++ dirname ./whonix_build ++ cd . ++ pwd + MYDIR=/home/user/Whonix ++ dirname /home/user/Whonix + MY_PARENTDIR=/home/user + cd /home/user/Whonix + source ./help-steps/pre ++ set +x + export WHONIX_BUILD_MAIN_SCRIPT_STARTED=1 + WHONIX_BUILD_MAIN_SCRIPT_STARTED=1 + whonix_build_preparation --build --tor-gateway + trap error_handler_general ERR INT TERM + cd help-steps + source parse-cmd ++ whonix_build_cmdoptions --build --tor-gateway ++ trap error_handler_general ERR INT TERM ++ '[' '--build --tor-gateway' = '' ']' ++ : ++ case $1 in ++ export WHONIX_BUILD_BUILD=1 ++ WHONIX_BUILD_BUILD=1 ++ shift ++ : ++ case $1 in ++ export WHONIX_BUILD_GATEWAY=1 ++ WHONIX_BUILD_GATEWAY=1 ++ shift ++ : ++ case $1 in ++ break ++ '[' '' = 1 ']' ++ '[' '!' '' = 1 ']' ++ '[' '!' 1 = 1 ']' ++ '[' '' = 1 ']' ++ '[' '' = 1 ']' ++ '[' 1 = 1 ']' ++ '[' '' = 1 ']' ++ '[' 1 = 1 ']' ++ true + export WHONIX_BUILD_PARSED=1 + WHONIX_BUILD_PARSED=1 + source pre ++ set +x + cd .. + '[' '' = 1 ']' + '[' 1 = 1 ']' + '[' '' = 1 ']' + '[' 1 = 1 ']' + whonix_build_machine + trap error_handler_build-machine ERR INT TERM + run-parts --verbose --test ./build-steps.d ./build-steps.d/1100_prepare-build-machine ./build-steps.d/1200_create-debian-packages ./build-steps.d/1300_create-debian-img ./build-steps.d/1400_backup-img-after-grml-debootstrap ./build-steps.d/1700_install-meta-packages ./build-steps.d/1800_backup-img-after-meta-package-install ./build-steps.d/1900_run-chroot-scripts-pre-d ./build-steps.d/2000_install-files-packages ./build-steps.d/2100_verify-files ./build-steps.d/2300_run-chroot-scripts-post-d ./build-steps.d/2400_convert-img-to-qcow2 ./build-steps.d/2500_convert-img-to-vdi ./build-steps.d/2600_create-vbox-vm ./build-steps.d/2700_export-vbox-vm ./build-steps.d/2800_create-report + run-parts --verbose --exit-on-error ./build-steps.d run-parts: executing ./build-steps.d/1100_prepare-build-machine + true 'Currently running script: ./build-steps.d/1100_prepare-build-machine ' +++ dirname ./build-steps.d/1100_prepare-build-machine ++ cd ./build-steps.d ++ pwd + MYDIR=/home/user/Whonix/build-steps.d + cd /home/user/Whonix/build-steps.d + cd .. + cd help-steps + WHONIX_BUILD_PARSED=1 + VMNAME=internalrun + no_git=1 + no_dpkg_parsechangelog=1 + whonix_build_on_operating_system_detect_skip=1 + source pre ++ set +x + source variables ++ set +x INFO: Setting... export UWT_DEV_PASSTHROUGH="1" whonix_build_whonix_version_new: whonix_build_new_changelog_version: 2:-debpackage1 + true 'INFO: Currently running script: ./build-steps.d/1100_prepare-build-machine ' + prepare-build-machine + trap error_handler_general ERR INT TERM + : + case $1 in + break + check-virtualbox-vm-exists + trap error_handler_general ERR INT TERM + '[' 0 = 1 ']' + local command_v_exit_code=0 + command -v VBoxManage + command_v_exit_code=1 + true + '[' '!' 1 = 0 ']' + true 'INFO: VBoxManage command not yet available, ok.' + return 0 + '[' '' = 1 ']' + true 'INFO: PWD: /home/user/Whonix ' ++ stat -c %U ./build-steps.d/1100_prepare-build-machine + stat_output_owner=user ++ stat -c %G ./build-steps.d/1100_prepare-build-machine + stat_output_group=user + '[' user = root ']' + '[' user = root ']' + local id_exit_code + id_exit_code=0 + id user uid=1000(user) gid=1000(user) groups=1000(user),24(cdrom),25(floppy),27(sudo),29(audio),30(dip),44(video),46(plugdev) + '[' '!' 0 = 0 ']' + true 'INFO: Not creating user "user" with password "changeme", because it already exists.' + addgroup user sudo The user `user' is already a member of `sudo'. + true 'INFO: Benchmarking "sudo -u "$user_name" echo "This is a test echo."" using "time"...' + sudo -u user echo 'This is a test echo.' This is a test echo. real 0m0.017s user 0m0.000s sys 0m0.000s + '[' '!' 1 = 1 ']' + true 'INFO: Using longer timeout to allow more reliably downloading using apt-get over Tor. Feel free to out comment apt_timeout_opts in help-steps/variables.' + local dpkg_exit_code + dpkg_exit_code=0 + grep -q '^i' + dpkg-query -Wf '${db:Status-abbrev}' apt-cacher-ng + dpkg_exit_code=1 + true + '[' '!' 1 = 0 ']' + apt-get -o Acquire::http::Timeout=180 -o Acquire::ftp::Timeout=180 -o Acquire::Retries=3 update Hit http://security.debian.org wheezy/updates Release.gpg Hit http://security.debian.org wheezy/updates Release Hit http://security.debian.org wheezy/updates/main Sources Hit http://security.debian.org wheezy/updates/main i386 Packages Hit http://security.debian.org wheezy/updates/main Translation-en Hit http://ftp.us.debian.org wheezy Release.gpg Hit http://ftp.us.debian.org wheezy Release Hit http://ftp.us.debian.org wheezy/main i386 Packages Hit http://ftp.us.debian.org wheezy/main Translation-en Reading package lists... + apt-get -o Acquire::http::Timeout=180 -o Acquire::ftp::Timeout=180 -o Acquire::Retries=3 --no-install-recommends --yes install apt-cacher-ng Reading package lists... Building dependency tree... Reading state information... Suggested packages: doc-base Recommended packages: ed The following NEW packages will be installed: apt-cacher-ng Preconfiguring packages ... 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/418 kB of archives. After this operation, 1176 kB of additional disk space will be used. Selecting previously unselected package apt-cacher-ng. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 21883 files and directories currently installed.) Unpacking apt-cacher-ng (from .../apt-cacher-ng_0.7.11-1_i386.deb) ... Processing triggers for man-db ... Setting up apt-cacher-ng (0.7.11-1) ... [....] Starting apt-cacher-ng: apt-cacher-ng[?25l[?1c7[ ok 8[?25h[?0c. + service apt-cacher-ng restart Restarting apt-cacher-ng: apt-cacher-ng. + service apt-cacher-ng status apt-cacher-ng is running. + maybe_enable_apt_cache + trap error_handler_general ERR INT TERM + '[' -f /usr/share/whonix/whonix_gateway ']' + '[' '' = '' ']' + echo 'INFO: Setting, export http_proxy="http://127.0.0.1:3142"' INFO: Setting, export http_proxy="http://127.0.0.1:3142" + export http_proxy=http://127.0.0.1:3142 + http_proxy=http://127.0.0.1:3142 + '[' '!' 0 = 0 ']' + apt-get -o Acquire::http::Timeout=180 -o Acquire::ftp::Timeout=180 -o Acquire::Retries=3 --yes install sudo ruby-ronn diffutils debhelper rsync dialog haveged devscripts git reprepro libfile-fcntllock-perl config-package-dev dh-apparmor gawk bash-completion grep debian-archive-keyring faketime vbindiff lsb-release Reading package lists... Building dependency tree... Reading state information... debian-archive-keyring is already the newest version. diffutils is already the newest version. git is already the newest version. grep is already the newest version. rsync is already the newest version. rsync set to manually installed. sudo is already the newest version. The following extra packages will be installed: at autopoint autotools-dev binutils build-essential cdbs cpp cpp-4.7 dctrl-tools debian-keyring diffstat distro-info-data dpkg-dev dput equivs exim4-base exim4-config exim4-daemon-light fakeroot g++ g++-4.7 gcc gcc-4.7 gettext hardening-includes heirloom-mailx html2text intltool-debian iso-codes libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl libarchive-zip-perl libarchive12 libc-dev-bin libc6-dev libclass-accessor-perl libclass-inspector-perl libclone-perl libcommon-sense-perl libconvert-binhex-perl libcroco3 libcrypt-ssleay-perl libdigest-hmac-perl libdistro-info-perl libdpkg-perl libemail-valid-perl libencode-locale-perl libexporter-lite-perl libfcgi-perl libfile-listing-perl libfont-afm-perl libgettextpo0 libgmp10 libgomp1 libgpgme11 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libio-pty-perl libio-socket-ip-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl libitm1 libjson-perl libjson-xs-perl liblwp-mediatypes-perl liblwp-protocol-https-perl libmail-sendmail-perl libmailtools-perl libmime-tools-perl libmpc2 libmpfr4 libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-ssleay-perl libnettle4 libossp-uuid-perl libossp-uuid16 libparse-debcontrol-perl libparse-debianchangelog-perl libpth20 libquadmath0 libruby1.9.1 libsigsegv2 libsoap-lite-perl libsocket-perl libstdc++6-4.7-dev libsub-name-perl libsys-hostname-long-perl libtask-weaken-perl libtie-ixhash-perl libtimedate-perl libunistring0 liburi-perl libwww-perl libwww-robotrules-perl libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libyaml-0-2 lintian linux-libc-dev make manpages-dev patchutils po-debconf psmisc python python-apt python-apt-common python-chardet python-debian python-magic python-minimal python2.7 python2.7-minimal ruby ruby-fast-xs ruby-hpricot ruby-mustache ruby-rack ruby-rack-protection ruby-rdiscount ruby-sinatra ruby-tilt ruby1.9.1 strace wdiff Suggested packages: binutils-doc cpp-doc gcc-4.7-locales debtags dh-make bsd-mailx mailx cvs-buildpackage devscripts-el gnuplot libauthen-sasl-perl libfile-desktopentry-perl libnet-smtp-ssl-perl libterm-size-perl libyaml-syck-perl mutt svn-buildpackage w3m mini-dinstall mail-reader eximon4 exim4-doc-html exim4-doc-info spf-tools-perl swaks g++-multilib g++-4.7-multilib gcc-4.7-doc libstdc++6-4.7-dbg gawk-doc gcc-multilib autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.7-multilib libmudflap0-4.7-dev libgcc1-dbg libgomp1-dbg libitm1-dbg libquadmath0-dbg libmudflap0-dbg libcloog-ppl0 libppl-c2 libppl7 binutils-gold gettext-doc isoquery glibc-doc gpgsm gnupg2 libdata-dump-perl libipc-sharedcache-perl libio-socket-inet6-perl uuid libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++6-4.7-doc libauthen-ntlm-perl binutils-multiarch libperlio-gzip-perl libtext-template-perl lsb make-doc libmail-box-perl python-doc python-tk python-apt-dbg python-gtk2 python-vte python-apt-doc python-magic-dbg python2.7-doc binfmt-support gnupg-agent inoticoming lzip ri ruby-dev ruby1.9.1-examples ri1.9.1 graphviz ruby1.9.1-dev ruby-switch Recommended packages: default-mta mail-transport-agent The following NEW packages will be installed: at autopoint autotools-dev bash-completion binutils build-essential cdbs config-package-dev cpp cpp-4.7 dctrl-tools debhelper debian-keyring devscripts dh-apparmor dialog diffstat distro-info-data dpkg-dev dput equivs exim4-base exim4-config exim4-daemon-light fakeroot faketime g++ g++-4.7 gawk gcc gcc-4.7 gettext hardening-includes haveged heirloom-mailx html2text intltool-debian iso-codes libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl libarchive-zip-perl libarchive12 libc-dev-bin libc6-dev libclass-accessor-perl libclass-inspector-perl libclone-perl libcommon-sense-perl libconvert-binhex-perl libcroco3 libcrypt-ssleay-perl libdigest-hmac-perl libdistro-info-perl libdpkg-perl libemail-valid-perl libencode-locale-perl libexporter-lite-perl libfcgi-perl libfile-fcntllock-perl libfile-listing-perl libfont-afm-perl libgettextpo0 libgmp10 libgomp1 libgpgme11 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libio-pty-perl libio-socket-ip-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl libitm1 libjson-perl libjson-xs-perl liblwp-mediatypes-perl liblwp-protocol-https-perl libmail-sendmail-perl libmailtools-perl libmime-tools-perl libmpc2 libmpfr4 libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-ssleay-perl libnettle4 libossp-uuid-perl libossp-uuid16 libparse-debcontrol-perl libparse-debianchangelog-perl libpth20 libquadmath0 libruby1.9.1 libsigsegv2 libsoap-lite-perl libsocket-perl libstdc++6-4.7-dev libsub-name-perl libsys-hostname-long-perl libtask-weaken-perl libtie-ixhash-perl libtimedate-perl libunistring0 liburi-perl libwww-perl libwww-robotrules-perl libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libyaml-0-2 lintian linux-libc-dev lsb-release make manpages-dev patchutils po-debconf psmisc python python-apt python-apt-common python-chardet python-debian python-magic python-minimal python2.7 python2.7-minimal reprepro ruby ruby-fast-xs ruby-hpricot ruby-mustache ruby-rack ruby-rack-protection ruby-rdiscount ruby-ronn ruby-sinatra ruby-tilt ruby1.9.1 strace vbindiff wdiff Extracting templates from packages: 18% Extracting templates from packages: 37% Extracting templates from packages: 56% Extracting templates from packages: 75% Extracting templates from packages: 94% Extracting templates from packages: 100% Preconfiguring packages ... 0 upgraded, 159 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/114 MB of archives. After this operation, 244 MB of additional disk space will be used. Selecting previously unselected package bash-completion. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 21948 files and directories currently installed.) Unpacking bash-completion (from .../bash-completion_1%3a2.0-1_all.deb) ... Selecting previously unselected package libsigsegv2. Unpacking libsigsegv2 (from .../libsigsegv2_2.9-4_i386.deb) ... Processing triggers for man-db ... Setting up libsigsegv2 (2.9-4) ... Selecting previously unselected package gawk. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 22509 files and directories currently installed.) Unpacking gawk (from .../gawk_1%3a4.0.1+dfsg-2.1_i386.deb) ... Selecting previously unselected package libnettle4:i386. Unpacking libnettle4:i386 (from .../libnettle4_2.4-3_i386.deb) ... Selecting previously unselected package libarchive12:i386. Unpacking libarchive12:i386 (from .../libarchive12_3.0.4-3+nmu1_i386.deb) ... Selecting previously unselected package libcroco3:i386. Unpacking libcroco3:i386 (from .../libcroco3_0.6.6-2_i386.deb) ... Selecting previously unselected package libtimedate-perl. Unpacking libtimedate-perl (from .../libtimedate-perl_1.2000-1_all.deb) ... Selecting previously unselected package libmailtools-perl. Unpacking libmailtools-perl (from .../libmailtools-perl_2.09-1_all.deb) ... Selecting previously unselected package libdigest-hmac-perl. Unpacking libdigest-hmac-perl (from .../libdigest-hmac-perl_1.03+dfsg-1_all.deb) ... Selecting previously unselected package libnet-ip-perl. Unpacking libnet-ip-perl (from .../libnet-ip-perl_1.25-3_all.deb) ... Selecting previously unselected package libnet-dns-perl. Unpacking libnet-dns-perl (from .../libnet-dns-perl_0.66-2+b2_i386.deb) ... Selecting previously unselected package libnet-domain-tld-perl. Unpacking libnet-domain-tld-perl (from .../libnet-domain-tld-perl_1.69-1_all.deb) ... Selecting previously unselected package libemail-valid-perl. Unpacking libemail-valid-perl (from .../libemail-valid-perl_0.190-1_all.deb) ... Selecting previously unselected package libunistring0:i386. Unpacking libunistring0:i386 (from .../libunistring0_0.9.3-5_i386.deb) ... Selecting previously unselected package libgettextpo0:i386. Unpacking libgettextpo0:i386 (from .../libgettextpo0_0.18.1.1-9_i386.deb) ... Selecting previously unselected package libgmp10:i386. Unpacking libgmp10:i386 (from .../libgmp10_2%3a5.0.5+dfsg-2_i386.deb) ... Selecting previously unselected package libgomp1:i386. Unpacking libgomp1:i386 (from .../libgomp1_4.7.2-5_i386.deb) ... Selecting previously unselected package libitm1:i386. Unpacking libitm1:i386 (from .../libitm1_4.7.2-5_i386.deb) ... Selecting previously unselected package libmpfr4:i386. Unpacking libmpfr4:i386 (from .../libmpfr4_3.1.0-5_i386.deb) ... Selecting previously unselected package libquadmath0:i386. Unpacking libquadmath0:i386 (from .../libquadmath0_4.7.2-5_i386.deb) ... Selecting previously unselected package libyaml-0-2:i386. Unpacking libyaml-0-2:i386 (from .../libyaml-0-2_0.1.4-2+deb7u3_i386.deb) ... Selecting previously unselected package libmpc2:i386. Unpacking libmpc2:i386 (from .../libmpc2_0.9-4_i386.deb) ... Selecting previously unselected package at. Unpacking at (from .../archives/at_3.1.13-2_i386.deb) ... Selecting previously unselected package exim4-config. Unpacking exim4-config (from .../exim4-config_4.80-7_all.deb) ... Selecting previously unselected package exim4-base. Unpacking exim4-base (from .../exim4-base_4.80-7_i386.deb) ... Selecting previously unselected package exim4-daemon-light. Unpacking exim4-daemon-light (from .../exim4-daemon-light_4.80-7_i386.deb) ... Selecting previously unselected package python2.7-minimal. Unpacking python2.7-minimal (from .../python2.7-minimal_2.7.3-6_i386.deb) ... Selecting previously unselected package python2.7. Unpacking python2.7 (from .../python2.7_2.7.3-6_i386.deb) ... Selecting previously unselected package python-minimal. Unpacking python-minimal (from .../python-minimal_2.7.3-4+deb7u1_all.deb) ... Selecting previously unselected package python. Unpacking python (from .../python_2.7.3-4+deb7u1_all.deb) ... Selecting previously unselected package python-apt-common. Unpacking python-apt-common (from .../python-apt-common_0.8.8.2_all.deb) ... Selecting previously unselected package python-apt. Unpacking python-apt (from .../python-apt_0.8.8.2_i386.deb) ... Selecting previously unselected package autopoint. Unpacking autopoint (from .../autopoint_0.18.1.1-9_all.deb) ... Selecting previously unselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20120608.1_all.deb) ... Selecting previously unselected package binutils. Unpacking binutils (from .../binutils_2.22-8_i386.deb) ... Selecting previously unselected package libc-dev-bin. Unpacking libc-dev-bin (from .../libc-dev-bin_2.13-38+deb7u1_i386.deb) ... Selecting previously unselected package linux-libc-dev:i386. Unpacking linux-libc-dev:i386 (from .../linux-libc-dev_3.2.54-2_i386.deb) ... Selecting previously unselected package libc6-dev:i386. Unpacking libc6-dev:i386 (from .../libc6-dev_2.13-38+deb7u1_i386.deb) ... Selecting previously unselected package cpp-4.7. Unpacking cpp-4.7 (from .../cpp-4.7_4.7.2-5_i386.deb) ... Selecting previously unselected package cpp. Unpacking cpp (from .../cpp_4%3a4.7.2-1_i386.deb) ... Selecting previously unselected package gcc-4.7. Unpacking gcc-4.7 (from .../gcc-4.7_4.7.2-5_i386.deb) ... Selecting previously unselected package gcc. Unpacking gcc (from .../gcc_4%3a4.7.2-1_i386.deb) ... Selecting previously unselected package libstdc++6-4.7-dev. Unpacking libstdc++6-4.7-dev (from .../libstdc++6-4.7-dev_4.7.2-5_i386.deb) ... Selecting previously unselected package g++-4.7. Unpacking g++-4.7 (from .../g++-4.7_4.7.2-5_i386.deb) ... Selecting previously unselected package g++. Unpacking g++ (from .../g++_4%3a4.7.2-1_i386.deb) ... Selecting previously unselected package make. Unpacking make (from .../make_3.81-8.2_i386.deb) ... Selecting previously unselected package libdpkg-perl. Unpacking libdpkg-perl (from .../libdpkg-perl_1.16.12_all.deb) ... Selecting previously unselected package dpkg-dev. Unpacking dpkg-dev (from .../dpkg-dev_1.16.12_all.deb) ... Selecting previously unselected package build-essential. Unpacking build-essential (from .../build-essential_11.5_i386.deb) ... Selecting previously unselected package cdbs. Unpacking cdbs (from .../cdbs_0.4.115+deb7u1_all.deb) ... Selecting previously unselected package dctrl-tools. Unpacking dctrl-tools (from .../dctrl-tools_2.22.2_i386.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_i386.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-9_i386.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120909_all.deb) ... Selecting previously unselected package debian-keyring. Unpacking debian-keyring (from .../debian-keyring_2013.04.21_all.deb) ... Selecting previously unselected package devscripts. Unpacking devscripts (from .../devscripts_2.12.6+deb7u2_i386.deb) ... Selecting previously unselected package dialog. Unpacking dialog (from .../dialog_1.1-20120215-2_i386.deb) ... Selecting previously unselected package diffstat. Unpacking diffstat (from .../diffstat_1.55-3_i386.deb) ... Selecting previously unselected package distro-info-data. Unpacking distro-info-data (from .../distro-info-data_0.17~deb7u1_all.deb) ... Selecting previously unselected package dput. Unpacking dput (from .../dput_0.9.6.3+nmu2_all.deb) ... Selecting previously unselected package fakeroot. Unpacking fakeroot (from .../fakeroot_1.18.4-2_i386.deb) ... Selecting previously unselected package hardening-includes. Unpacking hardening-includes (from .../hardening-includes_2.2_all.deb) ... Selecting previously unselected package heirloom-mailx. Unpacking heirloom-mailx (from .../heirloom-mailx_12.5-2_i386.deb) ... Selecting previously unselected package iso-codes. Unpacking iso-codes (from .../iso-codes_3.41-1_all.deb) ... Selecting previously unselected package libalgorithm-diff-perl. Unpacking libalgorithm-diff-perl (from .../libalgorithm-diff-perl_1.19.02-2_all.deb) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Unpacking libalgorithm-diff-xs-perl (from .../libalgorithm-diff-xs-perl_0.04-2+b1_i386.deb) ... Selecting previously unselected package libalgorithm-merge-perl. Unpacking libalgorithm-merge-perl (from .../libalgorithm-merge-perl_0.08-2_all.deb) ... Selecting previously unselected package libapt-pkg-perl. Unpacking libapt-pkg-perl (from .../libapt-pkg-perl_0.1.26+b1_i386.deb) ... Selecting previously unselected package libarchive-zip-perl. Unpacking libarchive-zip-perl (from .../libarchive-zip-perl_1.30-6_all.deb) ... Selecting previously unselected package libsub-name-perl. Unpacking libsub-name-perl (from .../libsub-name-perl_0.05-1+b2_i386.deb) ... Selecting previously unselected package libclass-accessor-perl. Unpacking libclass-accessor-perl (from .../libclass-accessor-perl_0.34-1_all.deb) ... Selecting previously unselected package libclass-inspector-perl. Unpacking libclass-inspector-perl (from .../libclass-inspector-perl_1.27-1_all.deb) ... Selecting previously unselected package libclone-perl. Unpacking libclone-perl (from .../libclone-perl_0.31-1+b2_i386.deb) ... Selecting previously unselected package libcommon-sense-perl. Unpacking libcommon-sense-perl (from .../libcommon-sense-perl_3.6-1_all.deb) ... Selecting previously unselected package libconvert-binhex-perl. Unpacking libconvert-binhex-perl (from .../libconvert-binhex-perl_1.119+pristine-3_all.deb) ... Selecting previously unselected package libcrypt-ssleay-perl. Unpacking libcrypt-ssleay-perl (from .../libcrypt-ssleay-perl_0.58-1_i386.deb) ... Selecting previously unselected package libdistro-info-perl. Unpacking libdistro-info-perl (from .../libdistro-info-perl_0.10_all.deb) ... Selecting previously unselected package libencode-locale-perl. Unpacking libencode-locale-perl (from .../libencode-locale-perl_1.03-1_all.deb) ... Selecting previously unselected package libexporter-lite-perl. Unpacking libexporter-lite-perl (from .../libexporter-lite-perl_0.02-2_all.deb) ... Selecting previously unselected package libfcgi-perl. Unpacking libfcgi-perl (from .../libfcgi-perl_0.74-1+b1_i386.deb) ... Selecting previously unselected package libfile-fcntllock-perl. Unpacking libfile-fcntllock-perl (from .../libfile-fcntllock-perl_0.14-2_i386.deb) ... Selecting previously unselected package libhttp-date-perl. Unpacking libhttp-date-perl (from .../libhttp-date-perl_6.02-1_all.deb) ... Selecting previously unselected package libfile-listing-perl. Unpacking libfile-listing-perl (from .../libfile-listing-perl_6.04-1_all.deb) ... Selecting previously unselected package libfont-afm-perl. Unpacking libfont-afm-perl (from .../libfont-afm-perl_1.20-1_all.deb) ... Selecting previously unselected package libpth20. Unpacking libpth20 (from .../libpth20_2.0.7-16_i386.deb) ... Selecting previously unselected package libgpgme11. Unpacking libgpgme11 (from .../libgpgme11_1.2.0-1.4_i386.deb) ... Selecting previously unselected package liburi-perl. Unpacking liburi-perl (from .../liburi-perl_1.60-1_all.deb) ... Selecting previously unselected package libhtml-tagset-perl. Unpacking libhtml-tagset-perl (from .../libhtml-tagset-perl_3.20-2_all.deb) ... Selecting previously unselected package libhtml-parser-perl. Unpacking libhtml-parser-perl (from .../libhtml-parser-perl_3.69-2_i386.deb) ... Selecting previously unselected package liblwp-mediatypes-perl. Unpacking liblwp-mediatypes-perl (from .../liblwp-mediatypes-perl_6.02-1_all.deb) ... Selecting previously unselected package libhttp-message-perl. Unpacking libhttp-message-perl (from .../libhttp-message-perl_6.03-1_all.deb) ... Selecting previously unselected package libhtml-form-perl. Unpacking libhtml-form-perl (from .../libhtml-form-perl_6.03-1_all.deb) ... Selecting previously unselected package libhtml-tree-perl. Unpacking libhtml-tree-perl (from .../libhtml-tree-perl_5.02-1_all.deb) ... Selecting previously unselected package libhtml-format-perl. Unpacking libhtml-format-perl (from .../libhtml-format-perl_2.10-1_all.deb) ... Selecting previously unselected package libhtml-template-perl. Unpacking libhtml-template-perl (from .../libhtml-template-perl_2.91-1_all.deb) ... Selecting previously unselected package libhttp-cookies-perl. Unpacking libhttp-cookies-perl (from .../libhttp-cookies-perl_6.00-2_all.deb) ... Selecting previously unselected package libhttp-daemon-perl. Unpacking libhttp-daemon-perl (from .../libhttp-daemon-perl_6.01-1_all.deb) ... Selecting previously unselected package libhttp-negotiate-perl. Unpacking libhttp-negotiate-perl (from .../libhttp-negotiate-perl_6.00-2_all.deb) ... Selecting previously unselected package libio-pty-perl. Unpacking libio-pty-perl (from .../libio-pty-perl_1%3a1.08-1+b2_i386.deb) ... Selecting previously unselected package libsocket-perl. Unpacking libsocket-perl (from .../libsocket-perl_2.002-1_i386.deb) ... Selecting previously unselected package libio-socket-ip-perl. Unpacking libio-socket-ip-perl (from .../libio-socket-ip-perl_0.16-2_all.deb) ... Selecting previously unselected package libnet-ssleay-perl. Unpacking libnet-ssleay-perl (from .../libnet-ssleay-perl_1.48-1+b1_i386.deb) ... Selecting previously unselected package libio-socket-ssl-perl. Unpacking libio-socket-ssl-perl (from .../libio-socket-ssl-perl_1.76-2_all.deb) ... Selecting previously unselected package libio-string-perl. Unpacking libio-string-perl (from .../libio-string-perl_1.08-2_all.deb) ... Selecting previously unselected package libio-stringy-perl. Unpacking libio-stringy-perl (from .../libio-stringy-perl_2.110-5_all.deb) ... Selecting previously unselected package libipc-run-perl. Unpacking libipc-run-perl (from .../libipc-run-perl_0.92-1_all.deb) ... Selecting previously unselected package libjson-perl. Unpacking libjson-perl (from .../libjson-perl_2.53-1_all.deb) ... Selecting previously unselected package libjson-xs-perl. Unpacking libjson-xs-perl (from .../libjson-xs-perl_2.320-1+b1_i386.deb) ... Selecting previously unselected package libnet-http-perl. Unpacking libnet-http-perl (from .../libnet-http-perl_6.03-2_all.deb) ... Selecting previously unselected package libwww-robotrules-perl. Unpacking libwww-robotrules-perl (from .../libwww-robotrules-perl_6.01-1_all.deb) ... Selecting previously unselected package libwww-perl. Unpacking libwww-perl (from .../libwww-perl_6.04-1_all.deb) ... Selecting previously unselected package liblwp-protocol-https-perl. Unpacking liblwp-protocol-https-perl (from .../liblwp-protocol-https-perl_6.03-1_all.deb) ... Selecting previously unselected package libsys-hostname-long-perl. Unpacking libsys-hostname-long-perl (from .../libsys-hostname-long-perl_1.4-2_all.deb) ... Selecting previously unselected package libmail-sendmail-perl. Unpacking libmail-sendmail-perl (from .../libmail-sendmail-perl_0.79.16-1_all.deb) ... Selecting previously unselected package libmime-tools-perl. Unpacking libmime-tools-perl (from .../libmime-tools-perl_5.503-1_all.deb) ... Selecting previously unselected package libossp-uuid16. Unpacking libossp-uuid16 (from .../libossp-uuid16_1.6.2-1.3_i386.deb) ... Selecting previously unselected package libossp-uuid-perl. Unpacking libossp-uuid-perl (from .../libossp-uuid-perl_1.6.2-1.3_i386.deb) ... Selecting previously unselected package libparse-debcontrol-perl. Unpacking libparse-debcontrol-perl (from .../libparse-debcontrol-perl_2.005-3_all.deb) ... Selecting previously unselected package libparse-debianchangelog-perl. Unpacking libparse-debianchangelog-perl (from .../libparse-debianchangelog-perl_1.2.0-1_all.deb) ... Selecting previously unselected package libruby1.9.1. Unpacking libruby1.9.1 (from .../libruby1.9.1_1.9.3.194-8.1+deb7u2_i386.deb) ... Selecting previously unselected package libtask-weaken-perl. Unpacking libtask-weaken-perl (from .../libtask-weaken-perl_1.03-1_all.deb) ... Selecting previously unselected package libxml-parser-perl. Unpacking libxml-parser-perl (from .../libxml-parser-perl_2.41-1+b1_i386.deb) ... Selecting previously unselected package libsoap-lite-perl. Unpacking libsoap-lite-perl (from .../libsoap-lite-perl_0.714-1_all.deb) ... Selecting previously unselected package libtie-ixhash-perl. Unpacking libtie-ixhash-perl (from .../libtie-ixhash-perl_1.21-2_all.deb) ... Selecting previously unselected package libxml-namespacesupport-perl. Unpacking libxml-namespacesupport-perl (from .../libxml-namespacesupport-perl_1.09-3_all.deb) ... Selecting previously unselected package libxml-sax-base-perl. Unpacking libxml-sax-base-perl (from .../libxml-sax-base-perl_1.07-1_all.deb) ... Selecting previously unselected package libxml-sax-perl. Unpacking libxml-sax-perl (from .../libxml-sax-perl_0.99+dfsg-2_all.deb) ... Selecting previously unselected package libxml-sax-expat-perl. Unpacking libxml-sax-expat-perl (from .../libxml-sax-expat-perl_0.40-2_all.deb) ... Selecting previously unselected package libxml-simple-perl. Unpacking libxml-simple-perl (from .../libxml-simple-perl_2.20-1_all.deb) ... Selecting previously unselected package patchutils. Unpacking patchutils (from .../patchutils_0.3.2-1.1_i386.deb) ... Selecting previously unselected package lintian. Unpacking lintian (from .../lintian_2.5.10.4_all.deb) ... Selecting previously unselected package lsb-release. Unpacking lsb-release (from .../lsb-release_4.1+Debian8+deb7u1_all.deb) ... Selecting previously unselected package manpages-dev. Unpacking manpages-dev (from .../manpages-dev_3.44-1_all.deb) ... Selecting previously unselected package psmisc. Unpacking psmisc (from .../psmisc_22.19-1+deb7u1_i386.deb) ... Selecting previously unselected package python-chardet. Unpacking python-chardet (from .../python-chardet_2.0.1-2_all.deb) ... Selecting previously unselected package python-debian. Unpacking python-debian (from .../python-debian_0.1.21_all.deb) ... Selecting previously unselected package ruby1.9.1. Unpacking ruby1.9.1 (from .../ruby1.9.1_1.9.3.194-8.1+deb7u2_i386.deb) ... Selecting previously unselected package ruby. Unpacking ruby (from .../ruby_1%3a1.9.3_all.deb) ... Selecting previously unselected package ruby-fast-xs. Unpacking ruby-fast-xs (from .../ruby-fast-xs_0.8.0-3_i386.deb) ... Selecting previously unselected package ruby-hpricot. Unpacking ruby-hpricot (from .../ruby-hpricot_0.8.6-3_i386.deb) ... Selecting previously unselected package ruby-rack. Unpacking ruby-rack (from .../ruby-rack_1.4.1-2.1_all.deb) ... Selecting previously unselected package ruby-tilt. Unpacking ruby-tilt (from .../ruby-tilt_1.3.3-2_all.deb) ... Selecting previously unselected package ruby-rack-protection. Unpacking ruby-rack-protection (from .../ruby-rack-protection_1.2.0-1_all.deb) ... Selecting previously unselected package ruby-sinatra. Unpacking ruby-sinatra (from .../ruby-sinatra_1.3.2-2_all.deb) ... Selecting previously unselected package ruby-mustache. Unpacking ruby-mustache (from .../ruby-mustache_0.99.4-3_all.deb) ... Selecting previously unselected package ruby-rdiscount. Unpacking ruby-rdiscount (from .../ruby-rdiscount_1.6.8-3_i386.deb) ... Selecting previously unselected package ruby-ronn. Unpacking ruby-ronn (from .../ruby-ronn_0.7.3-2_all.deb) ... Selecting previously unselected package strace. Unpacking strace (from .../strace_4.5.20-2.3_i386.deb) ... Selecting previously unselected package vbindiff. Unpacking vbindiff (from .../vbindiff_3.0-beta3-1_i386.deb) ... Selecting previously unselected package wdiff. Unpacking wdiff (from .../wdiff_1.1.2-1_i386.deb) ... Selecting previously unselected package config-package-dev. Unpacking config-package-dev (from .../config-package-dev_4.13_all.deb) ... Selecting previously unselected package dh-apparmor. Unpacking dh-apparmor (from .../dh-apparmor_2.7.103-4_all.deb) ... Selecting previously unselected package equivs. Unpacking equivs (from .../archives/equivs_2.0.9_all.deb) ... Selecting previously unselected package faketime. Unpacking faketime (from .../faketime_0.8-1_i386.deb) ... Selecting previously unselected package haveged. Unpacking haveged (from .../haveged_1.4-4_i386.deb) ... Selecting previously unselected package python-magic. Unpacking python-magic (from .../python-magic_5.11-2+deb7u1_i386.deb) ... Selecting previously unselected package reprepro. Unpacking reprepro (from .../reprepro_4.12.5-1_i386.deb) ... Processing triggers for man-db ... Processing triggers for mime-support ... Processing triggers for install-info ... Setting up bash-completion (1:2.0-1) ... Setting up gawk (1:4.0.1+dfsg-2.1) ... Setting up libnettle4:i386 (2.4-3) ... Setting up libarchive12:i386 (3.0.4-3+nmu1) ... Setting up libcroco3:i386 (0.6.6-2) ... Setting up libtimedate-perl (1.2000-1) ... Setting up libmailtools-perl (2.09-1) ... Setting up libdigest-hmac-perl (1.03+dfsg-1) ... Setting up libnet-ip-perl (1.25-3) ... Setting up libnet-dns-perl (0.66-2+b2) ... Setting up libnet-domain-tld-perl (1.69-1) ... Setting up libemail-valid-perl (0.190-1) ... Setting up libunistring0:i386 (0.9.3-5) ... Setting up libgettextpo0:i386 (0.18.1.1-9) ... Setting up libgmp10:i386 (2:5.0.5+dfsg-2) ... Setting up libgomp1:i386 (4.7.2-5) ... Setting up libitm1:i386 (4.7.2-5) ... Setting up libmpfr4:i386 (3.1.0-5) ... Setting up libquadmath0:i386 (4.7.2-5) ... Setting up libyaml-0-2:i386 (0.1.4-2+deb7u3) ... Setting up libmpc2:i386 (0.9-4) ... Setting up at (3.1.13-2) ... [....] Starting deferred execution scheduler: atd[?25l[?1c7[ ok 8[?25h[?0c. Setting up exim4-config (4.80-7) ... Adding system-user for exim (v4) Setting up exim4-base (4.80-7) ... exim: DB upgrade, deleting hints-db Setting up exim4-daemon-light (4.80-7) ... [....] Starting MTA: exim4[?25l[?1c7[ ok 8[?25h[?0c. Setting up python2.7-minimal (2.7.3-6) ... Setting up python2.7 (2.7.3-6) ... Setting up python-minimal (2.7.3-4+deb7u1) ... Setting up python (2.7.3-4+deb7u1) ... Setting up python-apt-common (0.8.8.2) ... Setting up python-apt (0.8.8.2) ... Setting up autopoint (0.18.1.1-9) ... Setting up autotools-dev (20120608.1) ... Setting up binutils (2.22-8) ... Setting up libc-dev-bin (2.13-38+deb7u1) ... Setting up linux-libc-dev:i386 (3.2.54-2) ... Setting up libc6-dev:i386 (2.13-38+deb7u1) ... Setting up cpp-4.7 (4.7.2-5) ... Setting up cpp (4:4.7.2-1) ... Setting up gcc-4.7 (4.7.2-5) ... Setting up gcc (4:4.7.2-1) ... Setting up make (3.81-8.2) ... Setting up libdpkg-perl (1.16.12) ... Setting up dpkg-dev (1.16.12) ... Setting up cdbs (0.4.115+deb7u1) ... Setting up dctrl-tools (2.22.2) ... Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-9) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2) ... Setting up debhelper (9.20120909) ... Setting up debian-keyring (2013.04.21) ... Setting up devscripts (2.12.6+deb7u2) ... Setting up dialog (1.1-20120215-2) ... Setting up diffstat (1.55-3) ... Setting up distro-info-data (0.17~deb7u1) ... Setting up dput (0.9.6.3+nmu2) ... Setting up fakeroot (1.18.4-2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up hardening-includes (2.2) ... Setting up heirloom-mailx (12.5-2) ... update-alternatives: using /usr/bin/heirloom-mailx to provide /usr/bin/mailx (mailx) in auto mode Setting up iso-codes (3.41-1) ... Setting up libalgorithm-diff-perl (1.19.02-2) ... Setting up libalgorithm-diff-xs-perl (0.04-2+b1) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libapt-pkg-perl (0.1.26+b1) ... Setting up libarchive-zip-perl (1.30-6) ... Setting up libsub-name-perl (0.05-1+b2) ... Setting up libclass-accessor-perl (0.34-1) ... Setting up libclass-inspector-perl (1.27-1) ... Setting up libclone-perl (0.31-1+b2) ... Setting up libcommon-sense-perl (3.6-1) ... Setting up libconvert-binhex-perl (1.119+pristine-3) ... Setting up libcrypt-ssleay-perl (0.58-1) ... Setting up libdistro-info-perl (0.10) ... Setting up libencode-locale-perl (1.03-1) ... Setting up libexporter-lite-perl (0.02-2) ... Setting up libfcgi-perl (0.74-1+b1) ... Setting up libfile-fcntllock-perl (0.14-2) ... Setting up libhttp-date-perl (6.02-1) ... Setting up libfile-listing-perl (6.04-1) ... Setting up libfont-afm-perl (1.20-1) ... Setting up libpth20 (2.0.7-16) ... Setting up libgpgme11 (1.2.0-1.4) ... Setting up liburi-perl (1.60-1) ... Setting up libhtml-tagset-perl (3.20-2) ... Setting up libhtml-parser-perl (3.69-2) ... Setting up liblwp-mediatypes-perl (6.02-1) ... Setting up libhttp-message-perl (6.03-1) ... Setting up libhtml-form-perl (6.03-1) ... Setting up libhtml-tree-perl (5.02-1) ... Setting up libhtml-format-perl (2.10-1) ... Setting up libhtml-template-perl (2.91-1) ... Setting up libhttp-cookies-perl (6.00-2) ... Setting up libhttp-daemon-perl (6.01-1) ... Setting up libhttp-negotiate-perl (6.00-2) ... Setting up libio-pty-perl (1:1.08-1+b2) ... Setting up libsocket-perl (2.002-1) ... Setting up libio-socket-ip-perl (0.16-2) ... Setting up libnet-ssleay-perl (1.48-1+b1) ... Setting up libio-socket-ssl-perl (1.76-2) ... Setting up libio-string-perl (1.08-2) ... Setting up libio-stringy-perl (2.110-5) ... Setting up libipc-run-perl (0.92-1) ... Setting up libjson-perl (2.53-1) ... Setting up libjson-xs-perl (2.320-1+b1) ... Setting up libnet-http-perl (6.03-2) ... Setting up libwww-robotrules-perl (6.01-1) ... Setting up libsys-hostname-long-perl (1.4-2) ... Setting up libmail-sendmail-perl (0.79.16-1) ... Setting up libmime-tools-perl (5.503-1) ... Setting up libossp-uuid16 (1.6.2-1.3) ... Setting up libossp-uuid-perl (1.6.2-1.3) ... Setting up libparse-debianchangelog-perl (1.2.0-1) ... Setting up libruby1.9.1 (1.9.3.194-8.1+deb7u2) ... Setting up libtask-weaken-perl (1.03-1) ... Setting up libtie-ixhash-perl (1.21-2) ... Setting up libxml-namespacesupport-perl (1.09-3) ... Setting up libxml-sax-base-perl (1.07-1) ... Setting up libxml-sax-perl (0.99+dfsg-2) ... update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version Setting up patchutils (0.3.2-1.1) ... Setting up lintian (2.5.10.4) ... Setting up lsb-release (4.1+Debian8+deb7u1) ... Setting up manpages-dev (3.44-1) ... Setting up psmisc (22.19-1+deb7u1) ... Setting up python-chardet (2.0.1-2) ... Setting up python-debian (0.1.21) ... Setting up ruby1.9.1 (1.9.3.194-8.1+deb7u2) ... update-alternatives: using /usr/bin/gem1.9.1 to provide /usr/bin/gem (gem) in auto mode update-alternatives: using /usr/bin/ruby1.9.1 to provide /usr/bin/ruby (ruby) in auto mode Setting up ruby (1:1.9.3) ... Setting up ruby-fast-xs (0.8.0-3) ... Setting up ruby-hpricot (0.8.6-3) ... Setting up ruby-rack (1.4.1-2.1) ... Setting up ruby-tilt (1.3.3-2) ... Setting up ruby-rack-protection (1.2.0-1) ... Setting up ruby-sinatra (1.3.2-2) ... Setting up ruby-mustache (0.99.4-3) ... Setting up ruby-rdiscount (1.6.8-3) ... Setting up ruby-ronn (0.7.3-2) ... Setting up strace (4.5.20-2.3) ... Setting up vbindiff (3.0-beta3-1) ... Setting up wdiff (1.1.2-1) ... Setting up config-package-dev (4.13) ... Setting up dh-apparmor (2.7.103-4) ... Setting up equivs (2.0.9) ... Setting up faketime (0.8-1) ... Setting up haveged (1.4-4) ... Setting up python-magic (5.11-2+deb7u1) ... Setting up reprepro (4.12.5-1) ... Setting up g++-4.7 (4.7.2-5) ... Setting up g++ (4:4.7.2-1) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up build-essential (11.5) ... Setting up liblwp-protocol-https-perl (6.03-1) ... Setting up libstdc++6-4.7-dev (4.7.2-5) ... Setting up libwww-perl (6.04-1) ... Setting up libparse-debcontrol-perl (2.005-3) ... Setting up libxml-parser-perl (2.41-1+b1) ... Setting up libsoap-lite-perl (0.714-1) ... Setting up libxml-sax-expat-perl (0.40-2) ... update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version Setting up libxml-simple-perl (2.20-1) ... ++ lsb_release --short --i + whonix_build_on_operating_system=Debian + whonix_build_on_operating_system=debian + '[' 0 = 1 ']' + apt-get -o Acquire::http::Timeout=180 -o Acquire::ftp::Timeout=180 -o Acquire::Retries=3 --yes install qemu-utils grml-debootstrap parted kpartx mksh libguestfs-tools Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: augeas-lenses bridge-utils btrfs-tools cryptsetup cryptsetup-bin dbus debootstrap dosfstools febootstrap fontconfig-config fonts-droid fuse ghostscript gsfonts icoutils ipxe-qemu jfsutils libaio1 libasound2 libasyncns0 libaugeas0 libavahi-client3 libavahi-common-data libavahi-common3 libbluetooth3 libbrlapi0.5 libcaca0 libcap-ng0 libcap2 libconfig9 libcryptsetup4 libcups2 libcupsimage2 libdbus-1-3 libdevmapper-event1.02.1 libdirectfb-1.2-9 libflac8 libfontconfig1 libgs9 libgs9-common libguestfs-perl libguestfs0 libhivex0 libice6 libijs-0.35 libintl-perl libiscsi1 libjasper1 libjbig0 libjbig2dec0 libjpeg8 libjson0 liblcms2-2 libnetcf1 libnetpbm10 libnl1 libnuma1 libogg0 libpaper-utils libpaper1 libparted0debian1 libpcap0.8 libpixman-1-0 libpng12-0 libpulse0 libreadline5 libsdl1.2debian libsm6 libsndfile1 libspice-server1 libstring-shellquote-perl libsys-virt-perl libsystemd-login0 libtiff4 libts-0.0-0 libusbredirparser0 libvdeplug2 libvirt0 libvorbis0a libvorbisenc2 libwin-hivex-perl libx11-xcb1 libxenstore3.0 libxi6 libxml-xpath-perl libxslt1.1 libxtst6 libyajl2 lsof lvm2 netpbm ntfs-3g poppler-data qemu-keymaps qemu-kvm reiserfsprogs scrub seabios sharutils tsconf ttf-dejavu-core vgabios x11-common xfsprogs zerofree zfs-fuse Suggested packages: augeas-doc dbus-x11 ghostscript-cups ghostscript-x hpijs libterm-readline-gnu-perl libterm-readline-perl-perl libasound2-plugins augeas-tools cups-common libintl-xs-perl libjasper-runtime liblcms2-utils libparted0-dev libparted0-i18n pulseaudio ed parted-doc poppler-utils fonts-japanese-mincho fonts-ipafont-mincho fonts-japanese-gothic fonts-ipafont-gothic fonts-arphic-ukai fonts-arphic-uming fonts-unfonts-core vde2 samba xfsdump acl attr quota nfs-kernel-server The following NEW packages will be installed: augeas-lenses bridge-utils btrfs-tools cryptsetup cryptsetup-bin dbus debootstrap dosfstools febootstrap fontconfig-config fonts-droid fuse ghostscript grml-debootstrap gsfonts icoutils ipxe-qemu jfsutils kpartx libaio1 libasound2 libasyncns0 libaugeas0 libavahi-client3 libavahi-common-data libavahi-common3 libbluetooth3 libbrlapi0.5 libcaca0 libcap-ng0 libcap2 libconfig9 libcryptsetup4 libcups2 libcupsimage2 libdbus-1-3 libdevmapper-event1.02.1 libdirectfb-1.2-9 libflac8 libfontconfig1 libgs9 libgs9-common libguestfs-perl libguestfs-tools libguestfs0 libhivex0 libice6 libijs-0.35 libintl-perl libiscsi1 libjasper1 libjbig0 libjbig2dec0 libjpeg8 libjson0 liblcms2-2 libnetcf1 libnetpbm10 libnl1 libnuma1 libogg0 libpaper-utils libpaper1 libparted0debian1 libpcap0.8 libpixman-1-0 libpng12-0 libpulse0 libreadline5 libsdl1.2debian libsm6 libsndfile1 libspice-server1 libstring-shellquote-perl libsys-virt-perl libsystemd-login0 libtiff4 libts-0.0-0 libusbredirparser0 libvdeplug2 libvirt0 libvorbis0a libvorbisenc2 libwin-hivex-perl libx11-xcb1 libxenstore3.0 libxi6 libxml-xpath-perl libxslt1.1 libxtst6 libyajl2 lsof lvm2 mksh netpbm ntfs-3g parted poppler-data qemu-keymaps qemu-kvm qemu-utils reiserfsprogs scrub seabios sharutils tsconf ttf-dejavu-core vgabios x11-common xfsprogs zerofree zfs-fuse Extracting templates from packages: 26% Extracting templates from packages: 53% Extracting templates from packages: 80% Extracting templates from packages: 100% Preconfiguring packages ... 0 upgraded, 112 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/42.3 MB of archives. After this operation, 115 MB of additional disk space will be used. Selecting previously unselected package libcap2:i386. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 34079 files and directories currently installed.) Unpacking libcap2:i386 (from .../libcap2_1%3a2.22-1.2_i386.deb) ... Selecting previously unselected package libaio1:i386. Unpacking libaio1:i386 (from .../libaio1_0.3.109-3_i386.deb) ... Selecting previously unselected package libasound2:i386. Unpacking libasound2:i386 (from .../libasound2_1.0.25-4_i386.deb) ... Selecting previously unselected package libasyncns0:i386. Unpacking libasyncns0:i386 (from .../libasyncns0_0.8-4_i386.deb) ... Selecting previously unselected package libavahi-common-data:i386. Unpacking libavahi-common-data:i386 (from .../libavahi-common-data_0.6.31-2_i386.deb) ... Selecting previously unselected package libavahi-common3:i386. Unpacking libavahi-common3:i386 (from .../libavahi-common3_0.6.31-2_i386.deb) ... Selecting previously unselected package libdbus-1-3:i386. Unpacking libdbus-1-3:i386 (from .../libdbus-1-3_1.6.8-1+deb7u1_i386.deb) ... Selecting previously unselected package libavahi-client3:i386. Unpacking libavahi-client3:i386 (from .../libavahi-client3_0.6.31-2_i386.deb) ... Selecting previously unselected package libbluetooth3:i386. Unpacking libbluetooth3:i386 (from .../libbluetooth3_4.99-2_i386.deb) ... Selecting previously unselected package libcaca0:i386. Unpacking libcaca0:i386 (from .../libcaca0_0.99.beta18-1_i386.deb) ... Selecting previously unselected package libconfig9:i386. Unpacking libconfig9:i386 (from .../libconfig9_1.4.8-5_i386.deb) ... Selecting previously unselected package libcups2:i386. Unpacking libcups2:i386 (from .../libcups2_1.5.3-5+deb7u1_i386.deb) ... Selecting previously unselected package libjpeg8:i386. Unpacking libjpeg8:i386 (from .../libjpeg8_8d-1_i386.deb) ... Selecting previously unselected package libpng12-0:i386. Unpacking libpng12-0:i386 (from .../libpng12-0_1.2.49-1_i386.deb) ... Selecting previously unselected package libjbig0:i386. Unpacking libjbig0:i386 (from .../libjbig0_2.0-2_i386.deb) ... Selecting previously unselected package libtiff4:i386. Unpacking libtiff4:i386 (from .../libtiff4_3.9.6-11_i386.deb) ... Selecting previously unselected package libcupsimage2:i386. Unpacking libcupsimage2:i386 (from .../libcupsimage2_1.5.3-5+deb7u1_i386.deb) ... Selecting previously unselected package libdevmapper-event1.02.1:i386. Unpacking libdevmapper-event1.02.1:i386 (from .../libdevmapper-event1.02.1_2%3a1.02.74-8_i386.deb) ... Selecting previously unselected package tsconf. Unpacking tsconf (from .../archives/tsconf_1.0-11_all.deb) ... Selecting previously unselected package libts-0.0-0:i386. Unpacking libts-0.0-0:i386 (from .../libts-0.0-0_1.0-11_i386.deb) ... Selecting previously unselected package libdirectfb-1.2-9:i386. Unpacking libdirectfb-1.2-9:i386 (from .../libdirectfb-1.2-9_1.2.10.0-5_i386.deb) ... Selecting previously unselected package libogg0:i386. Unpacking libogg0:i386 (from .../libogg0_1.3.0-4_i386.deb) ... Selecting previously unselected package libflac8:i386. Unpacking libflac8:i386 (from .../libflac8_1.2.1-6_i386.deb) ... Selecting previously unselected package ttf-dejavu-core. Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-3_all.deb) ... Selecting previously unselected package fontconfig-config. Unpacking fontconfig-config (from .../fontconfig-config_2.9.0-7.1_all.deb) ... Selecting previously unselected package libfontconfig1:i386. Unpacking libfontconfig1:i386 (from .../libfontconfig1_2.9.0-7.1_i386.deb) ... Selecting previously unselected package x11-common. Unpacking x11-common (from .../x11-common_1%3a7.7+3~deb7u1_all.deb) ... Selecting previously unselected package libice6:i386. Unpacking libice6:i386 (from .../libice6_2%3a1.0.8-2_i386.deb) ... Selecting previously unselected package libiscsi1:i386. Unpacking libiscsi1:i386 (from .../libiscsi1_1.4.0-3_i386.deb) ... Selecting previously unselected package libjasper1:i386. Unpacking libjasper1:i386 (from .../libjasper1_1.900.1-13_i386.deb) ... Selecting previously unselected package liblcms2-2:i386. Unpacking liblcms2-2:i386 (from .../liblcms2-2_2.2+git20110628-2.2_i386.deb) ... Selecting previously unselected package libnl1:i386. Unpacking libnl1:i386 (from .../archives/libnl1_1.1-7_i386.deb) ... Selecting previously unselected package libpaper1:i386. Unpacking libpaper1:i386 (from .../libpaper1_1.1.24+nmu2_i386.deb) ... Selecting previously unselected package libparted0debian1:i386. Unpacking libparted0debian1:i386 (from .../libparted0debian1_2.3-12_i386.deb) ... Selecting previously unselected package libpcap0.8:i386. Unpacking libpcap0.8:i386 (from .../libpcap0.8_1.3.0-1_i386.deb) ... Selecting previously unselected package libpixman-1-0:i386. Unpacking libpixman-1-0:i386 (from .../libpixman-1-0_0.26.0-4+deb7u1_i386.deb) ... Selecting previously unselected package libjson0:i386. Unpacking libjson0:i386 (from .../libjson0_0.10-1.2_i386.deb) ... Selecting previously unselected package libsm6:i386. Unpacking libsm6:i386 (from .../libsm6_2%3a1.2.1-2_i386.deb) ... Selecting previously unselected package libvorbis0a:i386. Unpacking libvorbis0a:i386 (from .../libvorbis0a_1.3.2-1.3_i386.deb) ... Selecting previously unselected package libvorbisenc2:i386. Unpacking libvorbisenc2:i386 (from .../libvorbisenc2_1.3.2-1.3_i386.deb) ... Selecting previously unselected package libsndfile1:i386. Unpacking libsndfile1:i386 (from .../libsndfile1_1.0.25-5_i386.deb) ... Selecting previously unselected package libx11-xcb1:i386. Unpacking libx11-xcb1:i386 (from .../libx11-xcb1_2%3a1.5.0-1+deb7u1_i386.deb) ... Selecting previously unselected package libxi6:i386. Unpacking libxi6:i386 (from .../libxi6_2%3a1.6.1-1+deb7u1_i386.deb) ... Selecting previously unselected package libxtst6:i386. Unpacking libxtst6:i386 (from .../libxtst6_2%3a1.2.1-1+deb7u1_i386.deb) ... Selecting previously unselected package libpulse0:i386. Unpacking libpulse0:i386 (from .../libpulse0_2.0-6.1_i386.deb) ... Selecting previously unselected package libreadline5:i386. Unpacking libreadline5:i386 (from .../libreadline5_5.2+dfsg-2~deb7u1_i386.deb) ... Selecting previously unselected package libsdl1.2debian:i386. Unpacking libsdl1.2debian:i386 (from .../libsdl1.2debian_1.2.15-5_i386.deb) ... Selecting previously unselected package libspice-server1:i386. Unpacking libspice-server1:i386 (from .../libspice-server1_0.11.0-1+deb7u1_i386.deb) ... Selecting previously unselected package libusbredirparser0:i386. Unpacking libusbredirparser0:i386 (from .../libusbredirparser0_0.4.3-2_i386.deb) ... Selecting previously unselected package libxslt1.1:i386. Unpacking libxslt1.1:i386 (from .../libxslt1.1_1.1.26-14.1_i386.deb) ... Selecting previously unselected package fuse. Unpacking fuse (from .../fuse_2.9.0-2+deb7u1_i386.deb) ... Processing triggers for man-db ... Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-3.2.0-4-486 Setting up fuse (2.9.0-2+deb7u1) ... Creating fuse group... Adding group `fuse' (GID 106) ... Done. udev active, skipping device node creation. update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-3.2.0-4-486 Selecting previously unselected package ntfs-3g. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 34759 files and directories currently installed.) Unpacking ntfs-3g (from .../ntfs-3g_1%3a2012.1.15AR.5-2.1_i386.deb) ... Selecting previously unselected package poppler-data. Unpacking poppler-data (from .../poppler-data_0.4.5-10_all.deb) ... Selecting previously unselected package libbrlapi0.5:i386. Unpacking libbrlapi0.5:i386 (from .../libbrlapi0.5_4.4-10+deb7u1_i386.deb) ... Selecting previously unselected package libvdeplug2. Unpacking libvdeplug2 (from .../libvdeplug2_2.3.2-4_i386.deb) ... Selecting previously unselected package seabios. Unpacking seabios (from .../seabios_1.7.0-1_all.deb) ... Selecting previously unselected package vgabios. Unpacking vgabios (from .../vgabios_0.7a-3_all.deb) ... Selecting previously unselected package qemu-keymaps. Unpacking qemu-keymaps (from .../qemu-keymaps_1.1.2+dfsg-6a_all.deb) ... Selecting previously unselected package qemu-utils. Unpacking qemu-utils (from .../qemu-utils_1.1.2+dfsg-6a_i386.deb) ... Selecting previously unselected package ipxe-qemu. Unpacking ipxe-qemu (from .../ipxe-qemu_1.0.0+git-20120202.f6840ba-3_all.deb) ... Selecting previously unselected package qemu-kvm. Unpacking qemu-kvm (from .../qemu-kvm_1.1.2+dfsg-6_i386.deb) ... Selecting previously unselected package libhivex0:i386. Unpacking libhivex0:i386 (from .../libhivex0_1.3.6-2_i386.deb) ... Selecting previously unselected package libsystemd-login0:i386. Unpacking libsystemd-login0:i386 (from .../libsystemd-login0_44-11+deb7u4_i386.deb) ... Selecting previously unselected package libyajl2. Unpacking libyajl2 (from .../libyajl2_2.0.4-2_i386.deb) ... Selecting previously unselected package lsof. Unpacking lsof (from .../lsof_4.86+dfsg-1_i386.deb) ... Selecting previously unselected package augeas-lenses. Unpacking augeas-lenses (from .../augeas-lenses_0.10.0-1_all.deb) ... Selecting previously unselected package bridge-utils. Unpacking bridge-utils (from .../bridge-utils_1.5-6_i386.deb) ... Selecting previously unselected package btrfs-tools. Unpacking btrfs-tools (from .../btrfs-tools_0.19+20120328-7.1_i386.deb) ... Selecting previously unselected package libcryptsetup4. Unpacking libcryptsetup4 (from .../libcryptsetup4_2%3a1.4.3-4_i386.deb) ... Selecting previously unselected package cryptsetup-bin. Unpacking cryptsetup-bin (from .../cryptsetup-bin_2%3a1.4.3-4_i386.deb) ... Selecting previously unselected package cryptsetup. Unpacking cryptsetup (from .../cryptsetup_2%3a1.4.3-4_i386.deb) ... Selecting previously unselected package dbus. Unpacking dbus (from .../dbus_1.6.8-1+deb7u1_i386.deb) ... Selecting previously unselected package dosfstools. Unpacking dosfstools (from .../dosfstools_3.0.13-1_i386.deb) ... Selecting previously unselected package febootstrap. Unpacking febootstrap (from .../febootstrap_3.17-1_i386.deb) ... Selecting previously unselected package fonts-droid. Unpacking fonts-droid (from .../fonts-droid_20111207+git-1_all.deb) ... Selecting previously unselected package libijs-0.35. Unpacking libijs-0.35 (from .../libijs-0.35_0.35-8_i386.deb) ... Selecting previously unselected package libjbig2dec0. Unpacking libjbig2dec0 (from .../libjbig2dec0_0.11+20120125-1_i386.deb) ... Selecting previously unselected package libgs9-common. Unpacking libgs9-common (from .../libgs9-common_9.05~dfsg-6.3+deb7u1_all.deb) ... Selecting previously unselected package libgs9. Unpacking libgs9 (from .../libgs9_9.05~dfsg-6.3+deb7u1_i386.deb) ... Selecting previously unselected package gsfonts. Unpacking gsfonts (from .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2_all.deb) ... Selecting previously unselected package ghostscript. Unpacking ghostscript (from .../ghostscript_9.05~dfsg-6.3+deb7u1_i386.deb) ... Selecting previously unselected package debootstrap. Unpacking debootstrap (from .../debootstrap_1.0.48+deb7u1_all.deb) ... Selecting previously unselected package grml-debootstrap. Unpacking grml-debootstrap (from .../grml-debootstrap_0.54_all.deb) ... Selecting previously unselected package icoutils. Unpacking icoutils (from .../icoutils_0.29.1-5_i386.deb) ... Selecting previously unselected package jfsutils. Unpacking jfsutils (from .../jfsutils_1.1.15-2_i386.deb) ... Selecting previously unselected package libaugeas0. Unpacking libaugeas0 (from .../libaugeas0_0.10.0-1_i386.deb) ... Selecting previously unselected package libcap-ng0. Unpacking libcap-ng0 (from .../libcap-ng0_0.6.6-2_i386.deb) ... Selecting previously unselected package libintl-perl. Unpacking libintl-perl (from .../libintl-perl_1.20-1_all.deb) ... Selecting previously unselected package libnetcf1. Unpacking libnetcf1 (from .../libnetcf1_0.1.9-2_i386.deb) ... Selecting previously unselected package libnetpbm10. Unpacking libnetpbm10 (from .../libnetpbm10_2%3a10.0-15+b1_i386.deb) ... Selecting previously unselected package libnuma1. Unpacking libnuma1 (from .../libnuma1_2.0.8~rc4-1_i386.deb) ... Selecting previously unselected package libpaper-utils. Unpacking libpaper-utils (from .../libpaper-utils_1.1.24+nmu2_i386.deb) ... Selecting previously unselected package libstring-shellquote-perl. Unpacking libstring-shellquote-perl (from .../libstring-shellquote-perl_1.03-1_all.deb) ... Selecting previously unselected package libxenstore3.0. Unpacking libxenstore3.0 (from .../libxenstore3.0_4.1.4-3+deb7u1_i386.deb) ... Selecting previously unselected package libvirt0. Unpacking libvirt0 (from .../libvirt0_0.9.12.3-1_i386.deb) ... Selecting previously unselected package libsys-virt-perl. Unpacking libsys-virt-perl (from .../libsys-virt-perl_0.9.12-2_i386.deb) ... Selecting previously unselected package libxml-xpath-perl. Unpacking libxml-xpath-perl (from .../libxml-xpath-perl_1.13-7_all.deb) ... Selecting previously unselected package lvm2. Unpacking lvm2 (from .../lvm2_2.02.95-8_i386.deb) ... Selecting previously unselected package mksh. Unpacking mksh (from .../mksh_40.9.20120630-7_i386.deb) ... Selecting previously unselected package netpbm. Unpacking netpbm (from .../netpbm_2%3a10.0-15+b1_i386.deb) ... Selecting previously unselected package parted. Unpacking parted (from .../parted_2.3-12_i386.deb) ... Selecting previously unselected package reiserfsprogs. Unpacking reiserfsprogs (from .../reiserfsprogs_1%3a3.6.21-1_i386.deb) ... Selecting previously unselected package sharutils. Unpacking sharutils (from .../sharutils_1%3a4.11.1-1_i386.deb) ... Selecting previously unselected package xfsprogs. Unpacking xfsprogs (from .../xfsprogs_3.1.7+b1_i386.deb) ... Selecting previously unselected package zfs-fuse. Unpacking zfs-fuse (from .../zfs-fuse_0.7.0-8_i386.deb) ... Selecting previously unselected package kpartx. Unpacking kpartx (from .../kpartx_0.4.9+git0.4dfdaf2b-7~deb7u2_i386.deb) ... Selecting previously unselected package scrub. Unpacking scrub (from .../scrub_2.4.1-1_i386.deb) ... Selecting previously unselected package zerofree. Unpacking zerofree (from .../zerofree_1.0.2-1_i386.deb) ... Selecting previously unselected package libguestfs0. Unpacking libguestfs0 (from .../libguestfs0_1%3a1.18.1-1+deb7u3_i386.deb) ... Selecting previously unselected package libwin-hivex-perl. Unpacking libwin-hivex-perl (from .../libwin-hivex-perl_1.3.6-2_i386.deb) ... Selecting previously unselected package libguestfs-perl. Unpacking libguestfs-perl (from .../libguestfs-perl_1%3a1.18.1-1+deb7u3_i386.deb) ... Selecting previously unselected package libguestfs-tools. Unpacking libguestfs-tools (from .../libguestfs-tools_1%3a1.18.1-1+deb7u3_i386.deb) ... Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-3.2.0-4-486 Processing triggers for man-db ... Processing triggers for install-info ... Setting up libcap2:i386 (1:2.22-1.2) ... Setting up libaio1:i386 (0.3.109-3) ... Setting up libasound2:i386 (1.0.25-4) ... Setting up libasyncns0:i386 (0.8-4) ... Setting up libavahi-common-data:i386 (0.6.31-2) ... Setting up libavahi-common3:i386 (0.6.31-2) ... Setting up libdbus-1-3:i386 (1.6.8-1+deb7u1) ... Setting up libavahi-client3:i386 (0.6.31-2) ... Setting up libbluetooth3:i386 (4.99-2) ... Setting up libcaca0:i386 (0.99.beta18-1) ... Setting up libconfig9:i386 (1.4.8-5) ... Setting up libcups2:i386 (1.5.3-5+deb7u1) ... Setting up libjpeg8:i386 (8d-1) ... Setting up libpng12-0:i386 (1.2.49-1) ... Setting up libjbig0:i386 (2.0-2) ... Setting up libtiff4:i386 (3.9.6-11) ... Setting up libcupsimage2:i386 (1.5.3-5+deb7u1) ... Setting up libdevmapper-event1.02.1:i386 (2:1.02.74-8) ... Setting up tsconf (1.0-11) ... Setting up libts-0.0-0:i386 (1.0-11) ... Setting up libdirectfb-1.2-9:i386 (1.2.10.0-5) ... Setting up libogg0:i386 (1.3.0-4) ... Setting up libflac8:i386 (1.2.1-6) ... Setting up ttf-dejavu-core (2.33-3) ... Setting up fontconfig-config (2.9.0-7.1) ... Setting up libfontconfig1:i386 (2.9.0-7.1) ... Setting up x11-common (1:7.7+3~deb7u1) ... [....] Setting up X socket directories... /tmp/.X11-unix /tmp/.ICE-unix[?25l[?1c7[ ok 8[?25h[?0c. Setting up libice6:i386 (2:1.0.8-2) ... Setting up libiscsi1:i386 (1.4.0-3) ... Setting up libjasper1:i386 (1.900.1-13) ... Setting up liblcms2-2:i386 (2.2+git20110628-2.2) ... Setting up libnl1:i386 (1.1-7) ... Setting up libpaper1:i386 (1.1.24+nmu2) ... Creating config file /etc/papersize with new version Setting up libparted0debian1:i386 (2.3-12) ... Setting up libpcap0.8:i386 (1.3.0-1) ... Setting up libpixman-1-0:i386 (0.26.0-4+deb7u1) ... Setting up libjson0:i386 (0.10-1.2) ... Setting up libsm6:i386 (2:1.2.1-2) ... Setting up libvorbis0a:i386 (1.3.2-1.3) ... Setting up libvorbisenc2:i386 (1.3.2-1.3) ... Setting up libsndfile1:i386 (1.0.25-5) ... Setting up libx11-xcb1:i386 (2:1.5.0-1+deb7u1) ... Setting up libxi6:i386 (2:1.6.1-1+deb7u1) ... Setting up libxtst6:i386 (2:1.2.1-1+deb7u1) ... Setting up libpulse0:i386 (2.0-6.1) ... Setting up libreadline5:i386 (5.2+dfsg-2~deb7u1) ... Setting up libsdl1.2debian:i386 (1.2.15-5) ... Setting up libspice-server1:i386 (0.11.0-1+deb7u1) ... Setting up libusbredirparser0:i386 (0.4.3-2) ... Setting up libxslt1.1:i386 (1.1.26-14.1) ... Setting up ntfs-3g (1:2012.1.15AR.5-2.1) ... update-initramfs: deferring update (trigger activated) Setting up poppler-data (0.4.5-10) ... Setting up libbrlapi0.5:i386 (4.4-10+deb7u1) ... Setting up libvdeplug2 (2.3.2-4) ... Setting up seabios (1.7.0-1) ... Setting up vgabios (0.7a-3) ... Setting up qemu-keymaps (1.1.2+dfsg-6a) ... Setting up qemu-utils (1.1.2+dfsg-6a) ... Setting up ipxe-qemu (1.0.0+git-20120202.f6840ba-3) ... Setting up qemu-kvm (1.1.2+dfsg-6) ... [....] Your system does not have the CPU extensions required to use KVM. Not doing anything. ...[?25l[?1c7[FAIL8[?25h[?0c failed! Setting up libhivex0:i386 (1.3.6-2) ... Setting up libsystemd-login0:i386 (44-11+deb7u4) ... Setting up libyajl2 (2.0.4-2) ... Setting up lsof (4.86+dfsg-1) ... Setting up augeas-lenses (0.10.0-1) ... Setting up bridge-utils (1.5-6) ... Setting up btrfs-tools (0.19+20120328-7.1) ... update-initramfs: deferring update (trigger activated) Setting up libcryptsetup4 (2:1.4.3-4) ... Setting up cryptsetup-bin (2:1.4.3-4) ... Setting up cryptsetup (2:1.4.3-4) ... update-initramfs: deferring update (trigger activated) Setting up dbus (1.6.8-1+deb7u1) ... [....] Starting system message bus: dbus[?25l[?1c7[ ok 8[?25h[?0c. Setting up dosfstools (3.0.13-1) ... Setting up febootstrap (3.17-1) ... Setting up fonts-droid (20111207+git-1) ... Setting up libijs-0.35 (0.35-8) ... Setting up libjbig2dec0 (0.11+20120125-1) ... Setting up libgs9-common (9.05~dfsg-6.3+deb7u1) ... Setting up libgs9 (9.05~dfsg-6.3+deb7u1) ... Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2) ... Setting up ghostscript (9.05~dfsg-6.3+deb7u1) ... Setting up debootstrap (1.0.48+deb7u1) ... Setting up grml-debootstrap (0.54) ... Setting up icoutils (0.29.1-5) ... Setting up jfsutils (1.1.15-2) ... Setting up libaugeas0 (0.10.0-1) ... Setting up libcap-ng0 (0.6.6-2) ... Setting up libintl-perl (1.20-1) ... Setting up libnetcf1 (0.1.9-2) ... Setting up libnetpbm10 (2:10.0-15+b1) ... Setting up libnuma1 (2.0.8~rc4-1) ... Setting up libpaper-utils (1.1.24+nmu2) ... Setting up libstring-shellquote-perl (1.03-1) ... Setting up libxenstore3.0 (4.1.4-3+deb7u1) ... Setting up libvirt0 (0.9.12.3-1) ... Setting up libsys-virt-perl (0.9.12-2) ... Setting up libxml-xpath-perl (1.13-7) ... Setting up lvm2 (2.02.95-8) ... [....] Setting up LVM Volume Groups... No volume groups found No volume groups found [?25l[?1c7[ ok 8[?25h[?0cdone. update-initramfs: deferring update (trigger activated) Setting up mksh (40.9.20120630-7) ... update-alternatives: using /bin/mksh to provide /bin/ksh (ksh) in auto mode Setting up netpbm (2:10.0-15+b1) ... Setting up parted (2.3-12) ... Setting up reiserfsprogs (1:3.6.21-1) ... Setting up sharutils (1:4.11.1-1) ... Setting up xfsprogs (3.1.7+b1) ... Setting up zfs-fuse (0.7.0-8) ... [....] Starting zfs-fuse: zfs-fuse[?25l[?1c7[ ok 8[?25h[?0c. [....] Immunizing zfs-fuse against OOM kills and sendsigs signals...[?25l[?1c7[ ok 8[?25h[?0cdone. [....] Mounting ZFS filesystems...[?25l[?1c7[ ok 8[?25h[?0cdone. Setting up kpartx (0.4.9+git0.4dfdaf2b-7~deb7u2) ... Setting up scrub (2.4.1-1) ... Setting up zerofree (1.0.2-1) ... Setting up libwin-hivex-perl (1.3.6-2) ... Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-3.2.0-4-486 Setting up libguestfs0 (1:1.18.1-1+deb7u3) ... Setting up libguestfs-perl (1:1.18.1-1+deb7u3) ... Setting up libguestfs-tools (1:1.18.1-1+deb7u3) ... + '[' debian = ubuntu ']' + apt-get -o Acquire::http::Timeout=180 -o Acquire::ftp::Timeout=180 -o Acquire::Retries=3 --yes install guestmount Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: guestmount 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/227 kB of archives. After this operation, 242 kB of additional disk space will be used. Selecting previously unselected package guestmount. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38154 files and directories currently installed.) Unpacking guestmount (from .../guestmount_1%3a1.18.1-1+deb7u3_i386.deb) ... Processing triggers for man-db ... Setting up guestmount (1:1.18.1-1+deb7u3) ... + apt-get -o Acquire::http::Timeout=180 -o Acquire::ftp::Timeout=180 -o Acquire::Retries=3 --yes install guestfish Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: guestfish 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/459 kB of archives. After this operation, 887 kB of additional disk space will be used. Selecting previously unselected package guestfish. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38160 files and directories currently installed.) Unpacking guestfish (from .../guestfish_1%3a1.18.1-1+deb7u3_i386.deb) ... Processing triggers for man-db ... Setting up guestfish (1:1.18.1-1+deb7u3) ... + command -v guestmount + command -v guestfish + command -v virt-filesystems + command -v guestunmount + true + apt-get -o Acquire::http::Timeout=180 -o Acquire::ftp::Timeout=180 -o Acquire::Retries=3 --yes install virtualbox Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: cpp-4.6 dkms fontconfig gcc-4.6 gcc-4.6-base libaudio2 libcurl3 libdrm-intel1 libdrm-nouveau1a libdrm-radeon1 libdrm2 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgsoap2 liblcms1 libmng1 libpciaccess0 libpython2.7 libqt4-network libqt4-opengl libqt4-xml libqtcore4 libqtdbus4 libqtgui4 libvncserver0 libxcb-glx0 libxcursor1 libxdamage1 libxfixes3 libxinerama1 libxmu6 libxrender1 libxt6 libxxf86vm1 linux-headers-3.2.0-4-686-pae linux-headers-3.2.0-4-common linux-headers-686-pae linux-kbuild-3.2 virtualbox-dkms virtualbox-qt Suggested packages: gcc-4.6-locales gcc-4.6-multilib libmudflap0-4.6-dev gcc-4.6-doc libgcc1-dbg libgomp1-dbg libquadmath0-dbg libmudflap0-dbg binutils-gold nas libglide3 liblcms-utils libthai0 libicu48 qt4-qtconfig libvncserver0-dbg virtualbox-guest-additions-iso vde2 The following NEW packages will be installed: cpp-4.6 dkms fontconfig gcc-4.6 gcc-4.6-base libaudio2 libcurl3 libdrm-intel1 libdrm-nouveau1a libdrm-radeon1 libdrm2 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgsoap2 liblcms1 libmng1 libpciaccess0 libpython2.7 libqt4-network libqt4-opengl libqt4-xml libqtcore4 libqtdbus4 libqtgui4 libvncserver0 libxcb-glx0 libxcursor1 libxdamage1 libxfixes3 libxinerama1 libxmu6 libxrender1 libxt6 libxxf86vm1 linux-headers-3.2.0-4-686-pae linux-headers-3.2.0-4-common linux-headers-686-pae linux-kbuild-3.2 virtualbox virtualbox-dkms virtualbox-qt Extracting templates from packages: 71% Extracting templates from packages: 100% 0 upgraded, 42 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/70.3 MB of archives. After this operation, 253 MB of additional disk space will be used. Selecting previously unselected package libxt6:i386. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38169 files and directories currently installed.) Unpacking libxt6:i386 (from .../libxt6_1%3a1.1.3-1+deb7u1_i386.deb) ... Selecting previously unselected package libaudio2:i386. Unpacking libaudio2:i386 (from .../libaudio2_1.9.3-5wheezy1_i386.deb) ... Selecting previously unselected package libcurl3:i386. Unpacking libcurl3:i386 (from .../libcurl3_7.26.0-1+wheezy8_i386.deb) ... Selecting previously unselected package libdrm2:i386. Unpacking libdrm2:i386 (from .../libdrm2_2.4.40-1~deb7u2_i386.deb) ... Selecting previously unselected package libpciaccess0:i386. Unpacking libpciaccess0:i386 (from .../libpciaccess0_0.13.1-2_i386.deb) ... Selecting previously unselected package libdrm-intel1:i386. Unpacking libdrm-intel1:i386 (from .../libdrm-intel1_2.4.40-1~deb7u2_i386.deb) ... Selecting previously unselected package libdrm-nouveau1a:i386. Unpacking libdrm-nouveau1a:i386 (from .../libdrm-nouveau1a_2.4.40-1~deb7u2_i386.deb) ... Selecting previously unselected package libdrm-radeon1:i386. Unpacking libdrm-radeon1:i386 (from .../libdrm-radeon1_2.4.40-1~deb7u2_i386.deb) ... Selecting previously unselected package libglapi-mesa:i386. Unpacking libglapi-mesa:i386 (from .../libglapi-mesa_8.0.5-4+deb7u2_i386.deb) ... Selecting previously unselected package libxcb-glx0:i386. Unpacking libxcb-glx0:i386 (from .../libxcb-glx0_1.8.1-2+deb7u1_i386.deb) ... Selecting previously unselected package libxfixes3:i386. Unpacking libxfixes3:i386 (from .../libxfixes3_1%3a5.0-4+deb7u1_i386.deb) ... Selecting previously unselected package libxdamage1:i386. Unpacking libxdamage1:i386 (from .../libxdamage1_1%3a1.1.3-2_i386.deb) ... Selecting previously unselected package libxxf86vm1:i386. Unpacking libxxf86vm1:i386 (from .../libxxf86vm1_1%3a1.1.2-1+deb7u1_i386.deb) ... Selecting previously unselected package libgl1-mesa-glx:i386. Unpacking libgl1-mesa-glx:i386 (from .../libgl1-mesa-glx_8.0.5-4+deb7u2_i386.deb) ... Selecting previously unselected package liblcms1:i386. Unpacking liblcms1:i386 (from .../liblcms1_1.19.dfsg-1.2_i386.deb) ... Selecting previously unselected package libmng1:i386. Unpacking libmng1:i386 (from .../libmng1_1.0.10-3_i386.deb) ... Selecting previously unselected package libqtcore4:i386. Unpacking libqtcore4:i386 (from .../libqtcore4_4%3a4.8.2+dfsg-11_i386.deb) ... Selecting previously unselected package libqt4-xml:i386. Unpacking libqt4-xml:i386 (from .../libqt4-xml_4%3a4.8.2+dfsg-11_i386.deb) ... Selecting previously unselected package libqtdbus4:i386. Unpacking libqtdbus4:i386 (from .../libqtdbus4_4%3a4.8.2+dfsg-11_i386.deb) ... Selecting previously unselected package libqt4-network:i386. Unpacking libqt4-network:i386 (from .../libqt4-network_4%3a4.8.2+dfsg-11_i386.deb) ... Selecting previously unselected package fontconfig. Unpacking fontconfig (from .../fontconfig_2.9.0-7.1_i386.deb) ... Selecting previously unselected package libxrender1:i386. Unpacking libxrender1:i386 (from .../libxrender1_1%3a0.9.7-1+deb7u1_i386.deb) ... Selecting previously unselected package libqtgui4:i386. Unpacking libqtgui4:i386 (from .../libqtgui4_4%3a4.8.2+dfsg-11_i386.deb) ... Selecting previously unselected package libqt4-opengl:i386. Unpacking libqt4-opengl:i386 (from .../libqt4-opengl_4%3a4.8.2+dfsg-11_i386.deb) ... Selecting previously unselected package libvncserver0:i386. Unpacking libvncserver0:i386 (from .../libvncserver0_0.9.9+dfsg-1_i386.deb) ... Selecting previously unselected package libxcursor1:i386. Unpacking libxcursor1:i386 (from .../libxcursor1_1%3a1.1.13-1+deb7u1_i386.deb) ... Selecting previously unselected package libxinerama1:i386. Unpacking libxinerama1:i386 (from .../libxinerama1_2%3a1.1.2-1+deb7u1_i386.deb) ... Selecting previously unselected package libxmu6:i386. Unpacking libxmu6:i386 (from .../libxmu6_2%3a1.1.1-1_i386.deb) ... Selecting previously unselected package libgsoap2. Unpacking libgsoap2 (from .../libgsoap2_2.8.7-2_i386.deb) ... Selecting previously unselected package libpython2.7. Unpacking libpython2.7 (from .../libpython2.7_2.7.3-6_i386.deb) ... Selecting previously unselected package virtualbox. Unpacking virtualbox (from .../virtualbox_4.1.18-dfsg-2+deb7u1_i386.deb) ... Selecting previously unselected package dkms. Unpacking dkms (from .../dkms_2.2.0.3-1.2_all.deb) ... Selecting previously unselected package virtualbox-dkms. Unpacking virtualbox-dkms (from .../virtualbox-dkms_4.1.18-dfsg-2+deb7u1_all.deb) ... Selecting previously unselected package virtualbox-qt. Unpacking virtualbox-qt (from .../virtualbox-qt_4.1.18-dfsg-2+deb7u1_i386.deb) ... Selecting previously unselected package gcc-4.6-base:i386. Unpacking gcc-4.6-base:i386 (from .../gcc-4.6-base_4.6.3-14_i386.deb) ... Selecting previously unselected package cpp-4.6. Unpacking cpp-4.6 (from .../cpp-4.6_4.6.3-14_i386.deb) ... Selecting previously unselected package gcc-4.6. Unpacking gcc-4.6 (from .../gcc-4.6_4.6.3-14_i386.deb) ... Selecting previously unselected package linux-headers-3.2.0-4-common. Unpacking linux-headers-3.2.0-4-common (from .../linux-headers-3.2.0-4-common_3.2.54-2_i386.deb) ... Selecting previously unselected package linux-kbuild-3.2. Unpacking linux-kbuild-3.2 (from .../linux-kbuild-3.2_3.2.17-1_i386.deb) ... Selecting previously unselected package linux-headers-3.2.0-4-686-pae. Unpacking linux-headers-3.2.0-4-686-pae (from .../linux-headers-3.2.0-4-686-pae_3.2.54-2_i386.deb) ... Selecting previously unselected package linux-headers-686-pae. Unpacking linux-headers-686-pae (from .../linux-headers-686-pae_3.2+46_i386.deb) ... Selecting previously unselected package libgl1-mesa-dri:i386. Unpacking libgl1-mesa-dri:i386 (from .../libgl1-mesa-dri_8.0.5-4+deb7u2_i386.deb) ... Processing triggers for man-db ... Processing triggers for shared-mime-info ... Setting up libxt6:i386 (1:1.1.3-1+deb7u1) ... Setting up libaudio2:i386 (1.9.3-5wheezy1) ... Setting up libcurl3:i386 (7.26.0-1+wheezy8) ... Setting up libdrm2:i386 (2.4.40-1~deb7u2) ... Setting up libpciaccess0:i386 (0.13.1-2) ... Setting up libdrm-intel1:i386 (2.4.40-1~deb7u2) ... Setting up libdrm-nouveau1a:i386 (2.4.40-1~deb7u2) ... Setting up libdrm-radeon1:i386 (2.4.40-1~deb7u2) ... Setting up libglapi-mesa:i386 (8.0.5-4+deb7u2) ... Setting up libxcb-glx0:i386 (1.8.1-2+deb7u1) ... Setting up libxfixes3:i386 (1:5.0-4+deb7u1) ... Setting up libxdamage1:i386 (1:1.1.3-2) ... Setting up libxxf86vm1:i386 (1:1.1.2-1+deb7u1) ... Setting up libgl1-mesa-glx:i386 (8.0.5-4+deb7u2) ... Setting up liblcms1:i386 (1.19.dfsg-1.2) ... Setting up libmng1:i386 (1.0.10-3) ... Setting up libqtcore4:i386 (4:4.8.2+dfsg-11) ... Setting up libqt4-xml:i386 (4:4.8.2+dfsg-11) ... Setting up libqtdbus4:i386 (4:4.8.2+dfsg-11) ... Setting up libqt4-network:i386 (4:4.8.2+dfsg-11) ... Setting up fontconfig (2.9.0-7.1) ... Regenerating fonts cache... done. Setting up libxrender1:i386 (1:0.9.7-1+deb7u1) ... Setting up libqtgui4:i386 (4:4.8.2+dfsg-11) ... Setting up libqt4-opengl:i386 (4:4.8.2+dfsg-11) ... Setting up libvncserver0:i386 (0.9.9+dfsg-1) ... Setting up libxcursor1:i386 (1:1.1.13-1+deb7u1) ... Setting up libxinerama1:i386 (2:1.1.2-1+deb7u1) ... Setting up libxmu6:i386 (2:1.1.1-1) ... Setting up libgsoap2 (2.8.7-2) ... Setting up libpython2.7 (2.7.3-6) ... Setting up virtualbox (4.1.18-dfsg-2+deb7u1) ... [....] Stopping VirtualBox kernel modules[?25l[?1c7[ ok 8[?25h[?0c. [....] Starting VirtualBox kernel modules[....] No suitable module for running kernel found ...[?25l[?1c7[FAIL8[?25h[?0c failed! [?25l[?1c7[FAIL8[?25h[?0c failed! invoke-rc.d: initscript virtualbox, action "restart" failed. Setting up dkms (2.2.0.3-1.2) ... Setting up virtualbox-dkms (4.1.18-dfsg-2+deb7u1) ... Loading new virtualbox-4.1.18 DKMS files... First Installation: checking all kernels... Building only for 3.2.0-4-486 Module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed. [....] Stopping VirtualBox kernel modules[?25l[?1c7[ ok 8[?25h[?0c. [....] Starting VirtualBox kernel modules[....] No suitable module for running kernel found ...[?25l[?1c7[FAIL8[?25h[?0c failed! [?25l[?1c7[FAIL8[?25h[?0c failed! invoke-rc.d: initscript virtualbox, action "restart" failed. Setting up virtualbox-qt (4.1.18-dfsg-2+deb7u1) ... Setting up gcc-4.6-base:i386 (4.6.3-14) ... Setting up cpp-4.6 (4.6.3-14) ... Setting up gcc-4.6 (4.6.3-14) ... Setting up linux-headers-3.2.0-4-common (3.2.54-2) ... Setting up linux-kbuild-3.2 (3.2.17-1) ... Setting up linux-headers-3.2.0-4-686-pae (3.2.54-2) ... Examining /etc/kernel/header_postinst.d. run-parts: executing /etc/kernel/header_postinst.d/dkms 3.2.0-4-686-pae Setting up linux-headers-686-pae (3.2+46) ... Setting up libgl1-mesa-dri:i386 (8.0.5-4+deb7u2) ... + check-virtualbox-vm-exists + trap error_handler_general ERR INT TERM + '[' 0 = 1 ']' + local command_v_exit_code=0 + command -v VBoxManage + '[' '!' 0 = 0 ']' + echo 'INFO: Checking, if a VirtualBox VM named Whonix-Gateway already exists...' INFO: Checking, if a VirtualBox VM named Whonix-Gateway already exists... + local vboxmanage_exit_code + vboxmanage_exit_code=0 + sudo -u user VBoxManage showvminfo Whonix-Gateway + vboxmanage_exit_code=1 + true + '[' 1 = 0 ']' + echo 'INFO: Done, no VirtualBox VM named Whonix-Gateway does exist, ok.' INFO: Done, no VirtualBox VM named Whonix-Gateway does exist, ok. + '[' 0 = 1 ']' ++ dpkg-query --show '--showformat=${Version}' grml-debootstrap + grml_debootstrap_version=0.54 + local dpkg_exit_code=0 + dpkg --compare-versions 0.54 ge 0.59 + dpkg_exit_code=1 + true + '[' 1 = 0 ']' + local install_from_testing_required=1 + '[' '!' -d /usr/share/doc/config-package-dev/examples/debhelper/ ']' + local install_from_testing_required=1 + local config_package_dev_install_required=1 + '[' 1 = 1 ']' + local TEMP=/etc/apt/sources.list.d/whonix_temp.list + '[' debian = ubuntu ']' + local codename=testing + local default_release=stable + echo 'deb http://ftp.us.debian.org/debian testing main' + apt-get -o Acquire::http::Timeout=180 -o Acquire::ftp::Timeout=180 -o Acquire::Retries=3 -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/whonix_temp.list -o Dir::Etc::sourceparts=- -o APT::Get::List-Cleanup=0 update Get:1 http://ftp.us.debian.org testing Release.gpg [836 B] Get:2 http://ftp.us.debian.org testing Release [152 kB] Get:3 http://ftp.us.debian.org testing/main Translation-en [4275 kB] Get:4 http://ftp.us.debian.org testing/main i386 Packages [6294 kB] Fetched 10.7 MB in 1min 53s (94.3 kB/s) Reading package lists... + apt-get --yes -o Acquire::http::Timeout=180 -o Acquire::ftp::Timeout=180 -o Acquire::Retries=3 -o APT::Default-Release=stable install config-package-dev/testing Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: autotools-dev cdbs Use 'apt-get autoremove' to remove them. The following packages will be upgraded: config-package-dev 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/37.9 kB of archives. After this operation, 194 kB of additional disk space will be used. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 48279 files and directories currently installed.) Preparing to replace config-package-dev 4.13 (using .../config-package-dev_5.1.2_all.deb) ... Unpacking replacement config-package-dev ... Processing triggers for man-db ... Setting up config-package-dev (5.1.2) ... + apt-get --yes -o Acquire::http::Timeout=180 -o Acquire::ftp::Timeout=180 -o Acquire::Retries=3 -o APT::Default-Release=stable install grml-debootstrap/testing Reading package lists... Building dependency tree... Reading state information... The following packages were automatically installed and are no longer required: autotools-dev cdbs Use 'apt-get autoremove' to remove them. The following packages will be upgraded: grml-debootstrap 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/119 kB of archives. After this operation, 6144 B of additional disk space will be used. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 48373 files and directories currently installed.) Preparing to replace grml-debootstrap 0.54 (using .../grml-debootstrap_0.59_all.deb) ... Unpacking replacement grml-debootstrap ... Processing triggers for man-db ... Setting up grml-debootstrap (0.59) ... Installing new version of config file /etc/debootstrap/config ... Installing new version of config file /etc/debootstrap/packages ... Installing new version of config file /etc/debootstrap/chroot-script ... + '[' '' = true ']' + rm --force /etc/apt/sources.list.d/whonix_temp.list + apt-get --no-download --list-cleanup update Reading package lists... + '[' 0 = 1 ']' + '[' '!' -f /home/user/whonix_binary/status_files/update-guestfs-appliance.done ']' + sudo -u user mkdir --parents /home/user/whonix_binary/status_files + update-guestfs-appliance febootstrap -v -o supermin.d --names bsdmainutils btrfs-tools cryptsetup e2fsprogs gfs-tools gfs2-tools grub-pc hfsplus iproute libaugeas0 linux-image nilfs-tools ntfs-3g ntfsprogs reiserfsprogs ufsutils util-linux vim-tiny xz-utils zfs-fuse acl attr bash binutils bzip2 coreutils cpio diffutils dosfstools file findutils gawk genisoimage grep gzip iproute jfsutils libxml2 lsof lvm2 lzop mdadm module-init-tools parted procps psmisc scrub strace tar udev xfsprogs zerofree --exclude ^perl --exclude ^python --exclude ^plymouth --exclude ^linux-firmware --exclude ^kbd-misc --exclude ^file-rc febootstrap 3.17 selected package handler: debian packages already present: wanted packages to download: acl adduser attr augeas-lenses base-files base-passwd bash bind9-host binutils bsdmainutils bsdutils btrfs-tools bzip2 cdebconf cman coreutils corosync cpio cryptsetup cryptsetup-bin dash debconf debianutils diffutils dmsetup dosfstools dpkg e2fslibs e2fsprogs file findutils fuse gawk gcc-4.7-base genisoimage gettext-base gfs-tools gfs2-tools grep grub-common grub-pc grub-pc-bin grub2-common gzip heimdal-clients hfsplus inetutils-telnet initscripts insserv install-info iproute jfsutils kmod krb5-clients krb5-config libacl1 libaio1 libasn1-8-heimdal libasprintf0c2 libattr1 libaugeas0 libavahi-client3 libavahi-common-data libavahi-common3 libbind9-80 libblkid1 libbsd0 libbz2-1.0 libc-bin libc6 libcap-ng0 libcap2 libccs3 libcfg4 libclass-isa-perl libcman3 libcomerr2 libconfdb4 libcoroipcc4 libcoroipcs4 libcpg4 libcryptsetup4 libdb5.1 libdbus-1-3 libdebian-installer4 libdevmapper-event1.02.1 libdevmapper1.02.1 libdlm3 libdlmcontrol3 libdns88 libedit2 libevs4 libexpat1 libfence4 libfreetype6 libfuse2 libgcc1 libgcrypt11 libgdbm3 libgeoip1 libgnutls26 libgpg-error0 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libhdb9-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhfsp0 libhx509-5-heimdal libidn11 libisc84 libisccc80 libisccfg82 libk5crypto3 libkadm5clnt7-heimdal libkadm5srv8-heimdal libkafs0-heimdal libkeyutils1 libkmod2 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 liblogsys4 liblogthread3 liblwres80 liblzma5 liblzo2-2 libmagic1 libmount1 libncurses5 libncursesw5 libnet-snmp-perl libnet-telnet-perl libnetcf1 libnewt0.52 libnl1 libnspr4 libnspr4-0d libnss3 libnss3-1d libnuma1 libopenipmi0 libotp0-heimdal libp11-kit0 libpam-modules libpam-modules-bin libpam0g libparted0debian1 libpcap0.8 libperl4-corelibs-perl libperl5.14 libpload4 libpopt0 libprocps0 libquorum4 libreadline5 libreadline6 libroken18-heimdal libsaamf3 libsackpt3 libsaclm3 libsaevt3 libsalck3 libsam4 libsamsg4 libsasl2-2 libsatmr3 libselinux1 libsemanage-common libsemanage1 libsensors4 libsepol1 libsgutils2-2 libshishi0 libsigsegv2 libsl0-heimdal libslang2 libsnmp-base libsnmp15 libsqlite3-0 libss2 libssl1.0.0 libstdc++6 libswitch-perl libtasn1-3 libtextwrap1 libtinfo5 libtotem-pg4 libudev0 libustr-1.0-1 libuuid1 libvirt0 libvotequorum4 libwind0-heimdal libwrap0 libxenstore3.0 libxml2 libxml2-utils libxslt1.1 libyajl2 lsb-base lsof lvm2 lzop makedev mawk mdadm mime-support module-init-tools mount multiarch-support netbase nilfs-tools ntfs-3g ntfsprogs openais openipmi openssh-client original-awk parted passwd procps psmisc readline-common reiserfsprogs scrub sed sensible-utils sg3-utils shishi-common snmp strace sysv-rc sysvinit-utils tar telnet telnet-ssl tzdata ucf udev ufsutils util-linux vim-common vim-tiny xfsprogs xz-utils zerofree zfs-fuse zlib1g Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... Writing extended state information... Reading task descriptions... Get: 1 http://security.debian.org/ wheezy/updates/main bind9-host i386 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [71.8 kB] Get: 2 http://ftp.us.debian.org/debian/ wheezy/main acl i386 2.2.51-8 [70.2 kB] Get: 3 http://security.debian.org/ wheezy/updates/main file i386 5.11-2+deb7u1 [51.6 kB] Get: 4 http://security.debian.org/ wheezy/updates/main libbind9-80 i386 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [42.1 kB] Get: 5 http://ftp.us.debian.org/debian/ wheezy/main adduser all 3.113+nmu3 [264 kB] Get: 6 http://security.debian.org/ wheezy/updates/main libdbus-1-3 i386 1.6.8-1+deb7u1 [176 kB] Get: 7 http://security.debian.org/ wheezy/updates/main libdns88 i386 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [749 kB] Get: 8 http://ftp.us.debian.org/debian/ wheezy/main attr i386 1:2.4.46-8 [51.6 kB] Get: 9 http://ftp.us.debian.org/debian/ wheezy/main augeas-lenses all 0.10.0-1 [195 kB] Get: 10 http://ftp.us.debian.org/debian/ wheezy/main base-files i386 7.1wheezy4 [67.0 kB] Get: 11 http://security.debian.org/ wheezy/updates/main libgcrypt11 i386 1.5.0-5+deb7u1 [300 kB] Get: 12 http://ftp.us.debian.org/debian/ wheezy/main base-passwd i386 3.5.26 [47.1 kB] Get: 13 http://ftp.us.debian.org/debian/ wheezy/main bash i386 4.2+dfsg-0.1 [1475 kB] Get: 14 http://security.debian.org/ wheezy/updates/main libgnutls26 i386 2.12.20-8+deb7u1 [606 kB] Get: 15 http://security.debian.org/ wheezy/updates/main libgssapi-krb5-2 i386 1.10.1+dfsg-5+deb7u1 [149 kB] Get: 16 http://security.debian.org/ wheezy/updates/main libisc84 i386 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [182 kB] Get: 17 http://security.debian.org/ wheezy/updates/main libisccc80 i386 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [35.8 kB] Get: 18 http://security.debian.org/ wheezy/updates/main libisccfg82 i386 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [59.5 kB] Get: 19 http://security.debian.org/ wheezy/updates/main libk5crypto3 i386 1.10.1+dfsg-5+deb7u1 [109 kB] Get: 20 http://security.debian.org/ wheezy/updates/main libkrb5-3 i386 1.10.1+dfsg-5+deb7u1 [403 kB] Get: 21 http://security.debian.org/ wheezy/updates/main libkrb5support0 i386 1.10.1+dfsg-5+deb7u1 [49.2 kB] Get: 22 http://security.debian.org/ wheezy/updates/main liblwres80 i386 1:9.8.4.dfsg.P1-6+nmu2+deb7u1 [55.0 kB] Get: 23 http://security.debian.org/ wheezy/updates/main libmagic1 i386 5.11-2+deb7u1 [204 kB] Get: 24 http://ftp.us.debian.org/debian/ wheezy/main binutils i386 2.22-8 [4565 kB] Get: 25 http://security.debian.org/ wheezy/updates/main libnspr4 i386 2:4.9.2-1+deb7u1 [144 kB] Get: 26 http://security.debian.org/ wheezy/updates/main libnspr4-0d i386 2:4.9.2-1+deb7u1 [11.5 kB] Get: 27 http://security.debian.org/ wheezy/updates/main libnss3 i386 2:3.14.5-1 [1041 kB] Get: 28 http://security.debian.org/ wheezy/updates/main libnss3-1d i386 2:3.14.5-1 [20.0 kB] Get: 29 http://security.debian.org/ wheezy/updates/main libvirt0 i386 0.9.12.3-1 [2135 kB] Get: 30 http://security.debian.org/ wheezy/updates/main libxenstore3.0 i386 4.1.4-3+deb7u1 [30.1 kB] Get: 31 http://security.debian.org/ wheezy/updates/main libxml2 i386 2.8.0+dfsg1-7+nmu2 [892 kB] Get: 32 http://security.debian.org/ wheezy/updates/main libxml2-utils i386 2.8.0+dfsg1-7+nmu2 [94.6 kB] Get: 33 http://ftp.us.debian.org/debian/ wheezy/main bsdmainutils i386 9.0.3 [205 kB] Get: 34 http://ftp.us.debian.org/debian/ wheezy/main bsdutils i386 1:2.20.1-5.3 [83.1 kB] Get: 35 http://ftp.us.debian.org/debian/ wheezy/main btrfs-tools i386 0.19+20120328-7.1 [251 kB] Get: 36 http://ftp.us.debian.org/debian/ wheezy/main bzip2 i386 1.0.6-4 [49.5 kB] Get: 37 http://ftp.us.debian.org/debian/ wheezy/main cdebconf i386 0.182 [195 kB] Get: 38 http://ftp.us.debian.org/debian/ wheezy/main cman i386 3.0.12-3.2+deb7u2 [613 kB] Get: 39 http://ftp.us.debian.org/debian/ wheezy/main coreutils i386 8.13-3.5 [5518 kB] Get: 40 http://ftp.us.debian.org/debian/ wheezy/main corosync i386 1.4.2-3 [420 kB] Get: 41 http://ftp.us.debian.org/debian/ wheezy/main cpio i386 2.11+dfsg-0.1 [267 kB] Get: 42 http://ftp.us.debian.org/debian/ wheezy/main cryptsetup i386 2:1.4.3-4 [128 kB] Get: 43 http://ftp.us.debian.org/debian/ wheezy/main cryptsetup-bin i386 2:1.4.3-4 [155 kB] Get: 44 http://ftp.us.debian.org/debian/ wheezy/main dash i386 0.5.7-3 [109 kB] Get: 45 http://ftp.us.debian.org/debian/ wheezy/main debconf all 1.5.49 [171 kB] Get: 46 http://ftp.us.debian.org/debian/ wheezy/main debianutils i386 4.3.2 [79.7 kB] Get: 47 http://ftp.us.debian.org/debian/ wheezy/main diffutils i386 1:3.2-6 [363 kB] Get: 48 http://ftp.us.debian.org/debian/ wheezy/main dmsetup i386 2:1.02.74-8 [68.2 kB] Get: 49 http://ftp.us.debian.org/debian/ wheezy/main dosfstools i386 3.0.13-1 [70.0 kB] Get: 50 http://ftp.us.debian.org/debian/ wheezy/main dpkg i386 1.16.12 [2627 kB] Get: 51 http://ftp.us.debian.org/debian/ wheezy/main e2fslibs i386 1.42.5-1.1 [211 kB] Get: 52 http://ftp.us.debian.org/debian/ wheezy/main e2fsprogs i386 1.42.5-1.1 [983 kB] Get: 53 http://ftp.us.debian.org/debian/ wheezy/main findutils i386 4.4.2-4 [623 kB] Get: 54 http://ftp.us.debian.org/debian/ wheezy/main fuse i386 2.9.0-2+deb7u1 [71.5 kB] Get: 55 http://ftp.us.debian.org/debian/ wheezy/main gawk i386 1:4.0.1+dfsg-2.1 [933 kB] Get: 56 http://ftp.us.debian.org/debian/ wheezy/main gcc-4.7-base i386 4.7.2-5 [143 kB] Get: 57 http://ftp.us.debian.org/debian/ wheezy/main genisoimage i386 9:1.1.11-2 [623 kB] Get: 58 http://ftp.us.debian.org/debian/ wheezy/main gettext-base i386 0.18.1.1-9 [131 kB] Get: 59 http://ftp.us.debian.org/debian/ wheezy/main gfs-tools i386 3.0.12-3.2+deb7u2 [237 kB] Get: 60 http://ftp.us.debian.org/debian/ wheezy/main gfs2-tools i386 3.0.12-3.2+deb7u2 [353 kB] Get: 61 http://ftp.us.debian.org/debian/ wheezy/main grep i386 2.12-2 [456 kB] Get: 62 http://ftp.us.debian.org/debian/ wheezy/main grub-common i386 1.99-27+deb7u2 [1534 kB] Get: 63 http://ftp.us.debian.org/debian/ wheezy/main grub-pc i386 1.99-27+deb7u2 [170 kB] Get: 64 http://ftp.us.debian.org/debian/ wheezy/main grub-pc-bin i386 1.99-27+deb7u2 [636 kB] Get: 65 http://ftp.us.debian.org/debian/ wheezy/main grub2-common i386 1.99-27+deb7u2 [94.3 kB] Get: 66 http://ftp.us.debian.org/debian/ wheezy/main gzip i386 1.5-1.1 [115 kB] Get: 67 http://ftp.us.debian.org/debian/ wheezy/main heimdal-clients i386 1.6~git20120403+dfsg1-2 [343 kB] Get: 68 http://ftp.us.debian.org/debian/ wheezy/main hfsplus i386 1.0.4-12 [46.8 kB] Get: 69 http://ftp.us.debian.org/debian/ wheezy/main inetutils-telnet i386 2:1.9-2 [185 kB] Get: 70 http://ftp.us.debian.org/debian/ wheezy/main initscripts i386 2.88dsf-41+deb7u1 [92.0 kB] Get: 71 http://ftp.us.debian.org/debian/ wheezy/main insserv i386 1.14.0-5 [64.7 kB] Get: 72 http://ftp.us.debian.org/debian/ wheezy/main install-info i386 4.13a.dfsg.1-10 [147 kB] Get: 73 http://ftp.us.debian.org/debian/ wheezy/main iproute i386 20120521-3+b3 [460 kB] Get: 74 http://ftp.us.debian.org/debian/ wheezy/main jfsutils i386 1.1.15-2 [292 kB] Get: 75 http://ftp.us.debian.org/debian/ wheezy/main kmod i386 9-3 [59.8 kB] Get: 76 http://ftp.us.debian.org/debian/ wheezy/main krb5-clients i386 1:1.0.1-4 [169 kB] Get: 77 http://ftp.us.debian.org/debian/ wheezy/main krb5-config all 2.3 [24.7 kB] Get: 78 http://ftp.us.debian.org/debian/ wheezy/main libacl1 i386 2.2.51-8 [30.5 kB] Get: 79 http://ftp.us.debian.org/debian/ wheezy/main libaio1 i386 0.3.109-3 [9384 B] Get: 80 http://ftp.us.debian.org/debian/ wheezy/main libasn1-8-heimdal i386 1.6~git20120403+dfsg1-2 [271 kB] Get: 81 http://ftp.us.debian.org/debian/ wheezy/main libasprintf0c2 i386 0.18.1.1-9 [26.7 kB] Get: 82 http://ftp.us.debian.org/debian/ wheezy/main libattr1 i386 1:2.4.46-8 [19.5 kB] Get: 83 http://ftp.us.debian.org/debian/ wheezy/main libaugeas0 i386 0.10.0-1 [179 kB] Get: 84 http://ftp.us.debian.org/debian/ wheezy/main libavahi-client3 i386 0.6.31-2 [58.7 kB] Get: 85 http://ftp.us.debian.org/debian/ wheezy/main libavahi-common-data i386 0.6.31-2 [132 kB] Get: 86 http://ftp.us.debian.org/debian/ wheezy/main libavahi-common3 i386 0.6.31-2 [55.1 kB] Get: 87 http://ftp.us.debian.org/debian/ wheezy/main libblkid1 i386 2.20.1-5.3 [128 kB] Get: 88 http://ftp.us.debian.org/debian/ wheezy/main libbsd0 i386 0.4.2-1 [60.3 kB] Get: 89 http://ftp.us.debian.org/debian/ wheezy/main libbz2-1.0 i386 1.0.6-4 [46.3 kB] Get: 90 http://ftp.us.debian.org/debian/ wheezy/main libc-bin i386 2.13-38+deb7u1 [1216 kB] Get: 91 http://ftp.us.debian.org/debian/ wheezy/main libc6 i386 2.13-38+deb7u1 [3950 kB] Get: 92 http://ftp.us.debian.org/debian/ wheezy/main libcap-ng0 i386 0.6.6-2 [12.6 kB] Get: 93 http://ftp.us.debian.org/debian/ wheezy/main libcap2 i386 1:2.22-1.2 [14.0 kB] Get: 94 http://ftp.us.debian.org/debian/ wheezy/main libccs3 i386 3.0.12-3.2+deb7u2 [32.8 kB] Get: 95 http://ftp.us.debian.org/debian/ wheezy/main libcfg4 i386 1.4.2-3 [150 kB] Get: 96 http://ftp.us.debian.org/debian/ wheezy/main libclass-isa-perl all 0.36-3 [12.3 kB] Get: 97 http://ftp.us.debian.org/debian/ wheezy/main libcman3 i386 3.0.12-3.2+deb7u2 [29.1 kB] Get: 98 http://ftp.us.debian.org/debian/ wheezy/main libcomerr2 i386 1.42.5-1.1 [56.4 kB] Get: 99 http://ftp.us.debian.org/debian/ wheezy/main libconfdb4 i386 1.4.2-3 [162 kB] Get: 100 http://ftp.us.debian.org/debian/ wheezy/main libcoroipcc4 i386 1.4.2-3 [152 kB] Get: 101 http://ftp.us.debian.org/debian/ wheezy/main libcoroipcs4 i386 1.4.2-3 [152 kB] Get: 102 http://ftp.us.debian.org/debian/ wheezy/main libcpg4 i386 1.4.2-3 [154 kB] Get: 103 http://ftp.us.debian.org/debian/ wheezy/main libcryptsetup4 i386 2:1.4.3-4 [96.7 kB] Get: 104 http://ftp.us.debian.org/debian/ wheezy/main libdb5.1 i386 5.1.29-5 [757 kB] Get: 105 http://ftp.us.debian.org/debian/ wheezy/main libdebian-installer4 i386 0.87 [33.3 kB] Get: 106 http://ftp.us.debian.org/debian/ wheezy/main libdevmapper-event1.02.1 i386 2:1.02.74-8 [32.4 kB] Get: 107 http://ftp.us.debian.org/debian/ wheezy/main libdevmapper1.02.1 i386 2:1.02.74-8 [125 kB] Get: 108 http://ftp.us.debian.org/debian/ wheezy/main libdlm3 i386 3.0.12-3.2+deb7u2 [33.4 kB] Get: 109 http://ftp.us.debian.org/debian/ wheezy/main libdlmcontrol3 i386 3.0.12-3.2+deb7u2 [24.7 kB] Get: 110 http://ftp.us.debian.org/debian/ wheezy/main libedit2 i386 2.11-20080614-5 [71.5 kB] Get: 111 http://ftp.us.debian.org/debian/ wheezy/main libevs4 i386 1.4.2-3 [149 kB] Get: 112 http://ftp.us.debian.org/debian/ wheezy/main libexpat1 i386 2.1.0-1+deb7u1 [139 kB] Get: 113 http://ftp.us.debian.org/debian/ wheezy/main libfence4 i386 3.0.12-3.2+deb7u2 [27.9 kB] Get: 114 http://ftp.us.debian.org/debian/ wheezy/main libfreetype6 i386 2.4.9-1.1 [454 kB] Get: 115 http://ftp.us.debian.org/debian/ wheezy/main libfuse2 i386 2.9.0-2+deb7u1 [148 kB] Get: 116 http://ftp.us.debian.org/debian/ wheezy/main libgcc1 i386 1:4.7.2-5 [53.3 kB] Get: 117 http://ftp.us.debian.org/debian/ wheezy/main libgdbm3 i386 1.8.3-11 [46.6 kB] Get: 118 http://ftp.us.debian.org/debian/ wheezy/main libgeoip1 i386 1.4.8+dfsg-3 [121 kB] Get: 119 http://ftp.us.debian.org/debian/ wheezy/main libgpg-error0 i386 1.10-3.1 [79.2 kB] Get: 120 http://ftp.us.debian.org/debian/ wheezy/main libgssapi3-heimdal i386 1.6~git20120403+dfsg1-2 [136 kB] Get: 121 http://ftp.us.debian.org/debian/ wheezy/main libhcrypto4-heimdal i386 1.6~git20120403+dfsg1-2 [128 kB] Get: 122 http://ftp.us.debian.org/debian/ wheezy/main libhdb9-heimdal i386 1.6~git20120403+dfsg1-2 [91.0 kB] Get: 123 http://ftp.us.debian.org/debian/ wheezy/main libheimbase1-heimdal i386 1.6~git20120403+dfsg1-2 [54.9 kB] Get: 124 http://ftp.us.debian.org/debian/ wheezy/main libheimntlm0-heimdal i386 1.6~git20120403+dfsg1-2 [39.3 kB] Get: 125 http://ftp.us.debian.org/debian/ wheezy/main libhfsp0 i386 1.0.4-12 [38.1 kB] Get: 126 http://ftp.us.debian.org/debian/ wheezy/main libhx509-5-heimdal i386 1.6~git20120403+dfsg1-2 [151 kB] Get: 127 http://ftp.us.debian.org/debian/ wheezy/main libidn11 i386 1.25-2 [178 kB] Get: 128 http://ftp.us.debian.org/debian/ wheezy/main libkadm5clnt7-heimdal i386 1.6~git20120403+dfsg1-2 [45.6 kB] Get: 129 http://ftp.us.debian.org/debian/ wheezy/main libkadm5srv8-heimdal i386 1.6~git20120403+dfsg1-2 [57.8 kB] Get: 130 http://ftp.us.debian.org/debian/ wheezy/main libkafs0-heimdal i386 1.6~git20120403+dfsg1-2 [40.3 kB] Get: 131 http://ftp.us.debian.org/debian/ wheezy/main libkeyutils1 i386 1.5.5-3 [8576 B] Get: 132 http://ftp.us.debian.org/debian/ wheezy/main libkmod2 i386 9-3 [50.3 kB] Get: 133 http://ftp.us.debian.org/debian/ wheezy/main libkrb5-26-heimdal i386 1.6~git20120403+dfsg1-2 [266 kB] Get: 134 http://ftp.us.debian.org/debian/ wheezy/main libldap-2.4-2 i386 2.4.31-1+nmu2 [242 kB] Get: 135 http://ftp.us.debian.org/debian/ wheezy/main liblogsys4 i386 1.4.2-3 [155 kB] Get: 136 http://ftp.us.debian.org/debian/ wheezy/main liblogthread3 i386 3.0.12-3.2+deb7u2 [24.2 kB] Get: 137 http://ftp.us.debian.org/debian/ wheezy/main liblzma5 i386 5.1.1alpha+20120614-2 [208 kB] Get: 138 http://ftp.us.debian.org/debian/ wheezy/main liblzo2-2 i386 2.06-1 [66.2 kB] Get: 139 http://ftp.us.debian.org/debian/ wheezy/main libmount1 i386 2.20.1-5.3 [121 kB] Get: 140 http://ftp.us.debian.org/debian/ wheezy/main libncurses5 i386 5.9-10 [117 kB] Get: 141 http://ftp.us.debian.org/debian/ wheezy/main libncursesw5 i386 5.9-10 [149 kB] Get: 142 http://ftp.us.debian.org/debian/ wheezy/main libnet-snmp-perl all 6.0.1-2 [114 kB] Get: 143 http://ftp.us.debian.org/debian/ wheezy/main libnet-telnet-perl all 3.03-3 [52.0 kB] Get: 144 http://ftp.us.debian.org/debian/ wheezy/main libnetcf1 i386 0.1.9-2 [51.0 kB] Get: 145 http://ftp.us.debian.org/debian/ wheezy/main libnewt0.52 i386 0.52.14-11.1 [77.7 kB] Get: 146 http://ftp.us.debian.org/debian/ wheezy/main libnl1 i386 1.1-7 [147 kB] Get: 147 http://ftp.us.debian.org/debian/ wheezy/main libnuma1 i386 2.0.8~rc4-1 [34.7 kB] Get: 148 http://ftp.us.debian.org/debian/ wheezy/main libopenipmi0 i386 2.0.16-1.3 [660 kB] Get: 149 http://ftp.us.debian.org/debian/ wheezy/main libotp0-heimdal i386 1.6~git20120403+dfsg1-2 [63.6 kB] Get: 150 http://ftp.us.debian.org/debian/ wheezy/main libp11-kit0 i386 0.12-3 [51.8 kB] Get: 151 http://ftp.us.debian.org/debian/ wheezy/main libpam-modules i386 1.1.3-7.1 [338 kB] Get: 152 http://ftp.us.debian.org/debian/ wheezy/main libpam-modules-bin i386 1.1.3-7.1 [113 kB] Get: 153 http://ftp.us.debian.org/debian/ wheezy/main libpam0g i386 1.1.3-7.1 [127 kB] Get: 154 http://ftp.us.debian.org/debian/ wheezy/main libparted0debian1 i386 2.3-12 [330 kB] Get: 155 http://ftp.us.debian.org/debian/ wheezy/main libpcap0.8 i386 1.3.0-1 [141 kB] Get: 156 http://ftp.us.debian.org/debian/ wheezy/main libperl4-corelibs-perl all 0.003-1 [43.6 kB] Get: 157 http://ftp.us.debian.org/debian/ wheezy/main libperl5.14 i386 5.14.2-21+deb7u1 [732 kB] Get: 158 http://ftp.us.debian.org/debian/ wheezy/main libpload4 i386 1.4.2-3 [147 kB] Get: 159 http://ftp.us.debian.org/debian/ wheezy/main libpopt0 i386 1.16-7 [57.5 kB] Get: 160 http://ftp.us.debian.org/debian/ wheezy/main libprocps0 i386 1:3.3.3-3 [56.8 kB] Get: 161 http://ftp.us.debian.org/debian/ wheezy/main libquorum4 i386 1.4.2-3 [148 kB] Get: 162 http://ftp.us.debian.org/debian/ wheezy/main libreadline5 i386 5.2+dfsg-2~deb7u1 [146 kB] Get: 163 http://ftp.us.debian.org/debian/ wheezy/main libreadline6 i386 6.2+dfsg-0.1 [162 kB] Get: 164 http://ftp.us.debian.org/debian/ wheezy/main libroken18-heimdal i386 1.6~git20120403+dfsg1-2 [68.9 kB] Get: 165 http://ftp.us.debian.org/debian/ wheezy/main libsaamf3 i386 1.1.4-4.1 [107 kB] Get: 166 http://ftp.us.debian.org/debian/ wheezy/main libsackpt3 i386 1.1.4-4.1 [113 kB] Get: 167 http://ftp.us.debian.org/debian/ wheezy/main libsaclm3 i386 1.1.4-4.1 [105 kB] Get: 168 http://ftp.us.debian.org/debian/ wheezy/main libsaevt3 i386 1.1.4-4.1 [114 kB] Get: 169 http://ftp.us.debian.org/debian/ wheezy/main libsalck3 i386 1.1.4-4.1 [111 kB] Get: 170 http://ftp.us.debian.org/debian/ wheezy/main libsam4 i386 1.4.2-3 [146 kB] Get: 171 http://ftp.us.debian.org/debian/ wheezy/main libsamsg4 i386 1.1.4-4.1 [113 kB] Get: 172 http://ftp.us.debian.org/debian/ wheezy/main libsasl2-2 i386 2.1.25.dfsg1-6+deb7u1 [120 kB] Get: 173 http://ftp.us.debian.org/debian/ wheezy/main libsatmr3 i386 1.1.4-4.1 [104 kB] Get: 174 http://ftp.us.debian.org/debian/ wheezy/main libselinux1 i386 2.1.9-5 [89.9 kB] Get: 175 http://ftp.us.debian.org/debian/ wheezy/main libsemanage-common all 2.1.6-6 [23.2 kB] Get: 176 http://ftp.us.debian.org/debian/ wheezy/main libsemanage1 i386 2.1.6-6 [102 kB] Get: 177 http://ftp.us.debian.org/debian/ wheezy/main libsensors4 i386 1:3.3.2-2+deb7u1 [53.9 kB] Get: 178 http://ftp.us.debian.org/debian/ wheezy/main libsepol1 i386 2.1.4-3 [136 kB] Get: 179 http://ftp.us.debian.org/debian/ wheezy/main libsgutils2-2 i386 1.33-1 [73.7 kB] Get: 180 http://ftp.us.debian.org/debian/ wheezy/main libshishi0 i386 1.0.1-2 [278 kB] Get: 181 http://ftp.us.debian.org/debian/ wheezy/main libsigsegv2 i386 2.9-4 [28.3 kB] Get: 182 http://ftp.us.debian.org/debian/ wheezy/main libsl0-heimdal i386 1.6~git20120403+dfsg1-2 [36.2 kB] Get: 183 http://ftp.us.debian.org/debian/ wheezy/main libslang2 i386 2.2.4-15 [535 kB] Get: 184 http://ftp.us.debian.org/debian/ wheezy/main libsnmp-base all 5.4.3~dfsg-2.7 [1101 kB] Get: 185 http://ftp.us.debian.org/debian/ wheezy/main libsnmp15 i386 5.4.3~dfsg-2.7 [2184 kB] Get: 186 http://ftp.us.debian.org/debian/ wheezy/main libsqlite3-0 i386 3.7.13-1+deb7u1 [462 kB] Get: 187 http://ftp.us.debian.org/debian/ wheezy/main libss2 i386 1.42.5-1.1 [61.4 kB] Get: 188 http://ftp.us.debian.org/debian/ wheezy/main libssl1.0.0 i386 1.0.1e-2+deb7u4 [3027 kB] Get: 189 http://ftp.us.debian.org/debian/ wheezy/main libstdc++6 i386 4.7.2-5 [346 kB] Get: 190 http://ftp.us.debian.org/debian/ wheezy/main libswitch-perl all 2.16-2 [21.0 kB] Get: 191 http://ftp.us.debian.org/debian/ wheezy/main libtasn1-3 i386 2.13-2 [67.5 kB] Get: 192 http://ftp.us.debian.org/debian/ wheezy/main libtextwrap1 i386 0.1-13 [11.2 kB] Get: 193 http://ftp.us.debian.org/debian/ wheezy/main libtinfo5 i386 5.9-10 [269 kB] Get: 194 http://ftp.us.debian.org/debian/ wheezy/main libtotem-pg4 i386 1.4.2-3 [215 kB] Get: 195 http://ftp.us.debian.org/debian/ wheezy/main libudev0 i386 175-7.2 [128 kB] Get: 196 http://ftp.us.debian.org/debian/ wheezy/main libustr-1.0-1 i386 1.0.4-3 [90.4 kB] Get: 197 http://ftp.us.debian.org/debian/ wheezy/main libuuid1 i386 2.20.1-5.3 [57.9 kB] Get: 198 http://ftp.us.debian.org/debian/ wheezy/main libvotequorum4 i386 1.4.2-3 [150 kB] Get: 199 http://ftp.us.debian.org/debian/ wheezy/main libwind0-heimdal i386 1.6~git20120403+dfsg1-2 [99.6 kB] Get: 200 http://ftp.us.debian.org/debian/ wheezy/main libwrap0 i386 7.6.q-24 [62.2 kB] Get: 201 http://ftp.us.debian.org/debian/ wheezy/main libxslt1.1 i386 1.1.26-14.1 [251 kB] Get: 202 http://ftp.us.debian.org/debian/ wheezy/main libyajl2 i386 2.0.4-2 [24.8 kB] Get: 203 http://ftp.us.debian.org/debian/ wheezy/main lsb-base all 4.1+Debian8+deb7u1 [26.8 kB] Get: 204 http://ftp.us.debian.org/debian/ wheezy/main lsof i386 4.86+dfsg-1 [312 kB] Get: 205 http://ftp.us.debian.org/debian/ wheezy/main lvm2 i386 2.02.95-8 [596 kB] Get: 206 http://ftp.us.debian.org/debian/ wheezy/main lzop i386 1.03-3 [45.0 kB] Get: 207 http://ftp.us.debian.org/debian/ wheezy/main makedev all 2.3.1-92 [42.3 kB] Get: 208 http://ftp.us.debian.org/debian/ wheezy/main mawk i386 1.3.3-17 [87.3 kB] Get: 209 http://ftp.us.debian.org/debian/ wheezy/main mdadm i386 3.2.5-5 [566 kB] Get: 210 http://ftp.us.debian.org/debian/ wheezy/main mime-support all 3.52-1 [35.5 kB] Get: 211 http://ftp.us.debian.org/debian/ wheezy/main module-init-tools all 9-3 [1796 B] Get: 212 http://ftp.us.debian.org/debian/ wheezy/main mount i386 2.20.1-5.3 [212 kB] Get: 213 http://ftp.us.debian.org/debian/ wheezy/main multiarch-support i386 2.13-38+deb7u1 [150 kB] Get: 214 http://ftp.us.debian.org/debian/ wheezy/main netbase all 5.0 [20.1 kB] Get: 215 http://ftp.us.debian.org/debian/ wheezy/main nilfs-tools i386 2.1.3-1 [123 kB] Get: 216 http://ftp.us.debian.org/debian/ wheezy/main ntfs-3g i386 1:2012.1.15AR.5-2.1 [667 kB] Get: 217 http://ftp.us.debian.org/debian/ wheezy/main ntfsprogs all 1:2012.1.15AR.5-2.1 [17.5 kB] Get: 218 http://ftp.us.debian.org/debian/ wheezy/main openais i386 1.1.4-4.1 [302 kB] Get: 219 http://ftp.us.debian.org/debian/ wheezy/main openipmi i386 2.0.16-1.3 [203 kB] Get: 220 http://ftp.us.debian.org/debian/ wheezy/main openssh-client i386 1:6.0p1-4 [1045 kB] Get: 221 http://ftp.us.debian.org/debian/ wheezy/main original-awk i386 2011-08-10-2 [72.3 kB] Get: 222 http://ftp.us.debian.org/debian/ wheezy/main parted i386 2.3-12 [159 kB] Get: 223 http://ftp.us.debian.org/debian/ wheezy/main passwd i386 1:4.1.5.1-1 [1235 kB] Get: 224 http://ftp.us.debian.org/debian/ wheezy/main procps i386 1:3.3.3-3 [244 kB] Get: 225 http://ftp.us.debian.org/debian/ wheezy/main psmisc i386 22.19-1+deb7u1 [132 kB] Get: 226 http://ftp.us.debian.org/debian/ wheezy/main readline-common all 6.2+dfsg-0.1 [31.9 kB] Get: 227 http://ftp.us.debian.org/debian/ wheezy/main reiserfsprogs i386 1:3.6.21-1 [501 kB] Get: 228 http://ftp.us.debian.org/debian/ wheezy/main scrub i386 2.4.1-1 [30.5 kB] Get: 229 http://ftp.us.debian.org/debian/ wheezy/main sed i386 4.2.1-10 [250 kB] Get: 230 http://ftp.us.debian.org/debian/ wheezy/main sensible-utils all 0.0.7 [8850 B] Get: 231 http://ftp.us.debian.org/debian/ wheezy/main sg3-utils i386 1.33-1 [628 kB] Get: 232 http://ftp.us.debian.org/debian/ wheezy/main shishi-common all 1.0.1-2 [149 kB] Get: 233 http://ftp.us.debian.org/debian/ wheezy/main snmp i386 5.4.3~dfsg-2.7 [1045 kB] Get: 234 http://ftp.us.debian.org/debian/ wheezy/main strace i386 4.5.20-2.3 [122 kB] Get: 235 http://ftp.us.debian.org/debian/ wheezy/main sysv-rc all 2.88dsf-41+deb7u1 [81.8 kB] Get: 236 http://ftp.us.debian.org/debian/ wheezy/main sysvinit-utils i386 2.88dsf-41+deb7u1 [98.0 kB] Get: 237 http://ftp.us.debian.org/debian/ wheezy/main tar i386 1.26+dfsg-0.1 [984 kB] Get: 238 http://ftp.us.debian.org/debian/ wheezy/main telnet i386 0.17-36 [65.8 kB] Get: 239 http://ftp.us.debian.org/debian/ wheezy/main telnet-ssl i386 0.17.24+0.1-23 [86.1 kB] Get: 240 http://ftp.us.debian.org/debian/ wheezy/main tzdata all 2013i-0wheezy1 [450 kB] Get: 241 http://ftp.us.debian.org/debian/ wheezy/main ucf all 3.0025+nmu3 [70.8 kB] Get: 242 http://ftp.us.debian.org/debian/ wheezy/main udev i386 175-7.2 [378 kB] Get: 243 http://ftp.us.debian.org/debian/ wheezy/main ufsutils i386 8.2-3 [169 kB] Get: 244 http://ftp.us.debian.org/debian/ wheezy/main util-linux i386 2.20.1-5.3 [659 kB] Get: 245 http://ftp.us.debian.org/debian/ wheezy/main vim-common i386 2:7.3.547-7 [162 kB] Get: 246 http://ftp.us.debian.org/debian/ wheezy/main vim-tiny i386 2:7.3.547-7 [327 kB] Get: 247 http://ftp.us.debian.org/debian/ wheezy/main xfsprogs i386 3.1.7+b1 [1564 kB] Get: 248 http://ftp.us.debian.org/debian/ wheezy/main xz-utils i386 5.1.1alpha+20120614-2 [238 kB] Get: 249 http://ftp.us.debian.org/debian/ wheezy/main zerofree i386 1.0.2-1 [8196 B] Get: 250 http://ftp.us.debian.org/debian/ wheezy/main zfs-fuse i386 0.7.0-8 [1360 kB] Get: 251 http://ftp.us.debian.org/debian/ wheezy/main zlib1g i386 1:1.2.7.dfsg-13 [91.0 kB] Fetched 77.5 MB in 22min 18s (57.9 kB/s) resolved packages: acl_2.2.51-8_i386.deb adduser_3.113+nmu3_all.deb attr_1%3a2.4.46-8_i386.deb augeas-lenses_0.10.0-1_all.deb base-files_7.1wheezy4_i386.deb base-passwd_3.5.26_i386.deb bash_4.2+dfsg-0.1_i386.deb bind9-host_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb binutils_2.22-8_i386.deb bsdmainutils_9.0.3_i386.deb bsdutils_1%3a2.20.1-5.3_i386.deb btrfs-tools_0.19+20120328-7.1_i386.deb bzip2_1.0.6-4_i386.deb cdebconf_0.182_i386.deb cman_3.0.12-3.2+deb7u2_i386.deb coreutils_8.13-3.5_i386.deb corosync_1.4.2-3_i386.deb cpio_2.11+dfsg-0.1_i386.deb cryptsetup-bin_2%3a1.4.3-4_i386.deb cryptsetup_2%3a1.4.3-4_i386.deb dash_0.5.7-3_i386.deb debconf_1.5.49_all.deb debianutils_4.3.2_i386.deb diffutils_1%3a3.2-6_i386.deb dmsetup_2%3a1.02.74-8_i386.deb dosfstools_3.0.13-1_i386.deb dpkg_1.16.12_i386.deb e2fslibs_1.42.5-1.1_i386.deb e2fsprogs_1.42.5-1.1_i386.deb file_5.11-2+deb7u1_i386.deb findutils_4.4.2-4_i386.deb fuse_2.9.0-2+deb7u1_i386.deb gawk_1%3a4.0.1+dfsg-2.1_i386.deb gcc-4.7-base_4.7.2-5_i386.deb genisoimage_9%3a1.1.11-2_i386.deb gettext-base_0.18.1.1-9_i386.deb gfs-tools_3.0.12-3.2+deb7u2_i386.deb gfs2-tools_3.0.12-3.2+deb7u2_i386.deb grep_2.12-2_i386.deb grub-common_1.99-27+deb7u2_i386.deb grub-pc-bin_1.99-27+deb7u2_i386.deb grub-pc_1.99-27+deb7u2_i386.deb grub2-common_1.99-27+deb7u2_i386.deb gzip_1.5-1.1_i386.deb heimdal-clients_1.6~git20120403+dfsg1-2_i386.deb hfsplus_1.0.4-12_i386.deb inetutils-telnet_2%3a1.9-2_i386.deb initscripts_2.88dsf-41+deb7u1_i386.deb insserv_1.14.0-5_i386.deb install-info_4.13a.dfsg.1-10_i386.deb iproute_20120521-3+b3_i386.deb jfsutils_1.1.15-2_i386.deb kmod_9-3_i386.deb krb5-clients_1%3a1.0.1-4_i386.deb krb5-config_2.3_all.deb libacl1_2.2.51-8_i386.deb libaio1_0.3.109-3_i386.deb libasn1-8-heimdal_1.6~git20120403+dfsg1-2_i386.deb libasprintf0c2_0.18.1.1-9_i386.deb libattr1_1%3a2.4.46-8_i386.deb libaugeas0_0.10.0-1_i386.deb libavahi-client3_0.6.31-2_i386.deb libavahi-common-data_0.6.31-2_i386.deb libavahi-common3_0.6.31-2_i386.deb libbind9-80_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb libblkid1_2.20.1-5.3_i386.deb libbsd0_0.4.2-1_i386.deb libbz2-1.0_1.0.6-4_i386.deb libc-bin_2.13-38+deb7u1_i386.deb libc6_2.13-38+deb7u1_i386.deb libcap-ng0_0.6.6-2_i386.deb libcap2_1%3a2.22-1.2_i386.deb libccs3_3.0.12-3.2+deb7u2_i386.deb libcfg4_1.4.2-3_i386.deb libclass-isa-perl_0.36-3_all.deb libcman3_3.0.12-3.2+deb7u2_i386.deb libcomerr2_1.42.5-1.1_i386.deb libconfdb4_1.4.2-3_i386.deb libcoroipcc4_1.4.2-3_i386.deb libcoroipcs4_1.4.2-3_i386.deb libcpg4_1.4.2-3_i386.deb libcryptsetup4_2%3a1.4.3-4_i386.deb libdb5.1_5.1.29-5_i386.deb libdbus-1-3_1.6.8-1+deb7u1_i386.deb libdebian-installer4_0.87_i386.deb libdevmapper-event1.02.1_2%3a1.02.74-8_i386.deb libdevmapper1.02.1_2%3a1.02.74-8_i386.deb libdlm3_3.0.12-3.2+deb7u2_i386.deb libdlmcontrol3_3.0.12-3.2+deb7u2_i386.deb libdns88_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb libedit2_2.11-20080614-5_i386.deb libevs4_1.4.2-3_i386.deb libexpat1_2.1.0-1+deb7u1_i386.deb libfence4_3.0.12-3.2+deb7u2_i386.deb libfreetype6_2.4.9-1.1_i386.deb libfuse2_2.9.0-2+deb7u1_i386.deb libgcc1_1%3a4.7.2-5_i386.deb libgcrypt11_1.5.0-5+deb7u1_i386.deb libgdbm3_1.8.3-11_i386.deb libgeoip1_1.4.8+dfsg-3_i386.deb libgnutls26_2.12.20-8+deb7u1_i386.deb libgpg-error0_1.10-3.1_i386.deb libgssapi-krb5-2_1.10.1+dfsg-5+deb7u1_i386.deb libgssapi3-heimdal_1.6~git20120403+dfsg1-2_i386.deb libhcrypto4-heimdal_1.6~git20120403+dfsg1-2_i386.deb libhdb9-heimdal_1.6~git20120403+dfsg1-2_i386.deb libheimbase1-heimdal_1.6~git20120403+dfsg1-2_i386.deb libheimntlm0-heimdal_1.6~git20120403+dfsg1-2_i386.deb libhfsp0_1.0.4-12_i386.deb libhx509-5-heimdal_1.6~git20120403+dfsg1-2_i386.deb libidn11_1.25-2_i386.deb libisc84_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb libisccc80_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb libisccfg82_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb libk5crypto3_1.10.1+dfsg-5+deb7u1_i386.deb libkadm5clnt7-heimdal_1.6~git20120403+dfsg1-2_i386.deb libkadm5srv8-heimdal_1.6~git20120403+dfsg1-2_i386.deb libkafs0-heimdal_1.6~git20120403+dfsg1-2_i386.deb libkeyutils1_1.5.5-3_i386.deb libkmod2_9-3_i386.deb libkrb5-26-heimdal_1.6~git20120403+dfsg1-2_i386.deb libkrb5-3_1.10.1+dfsg-5+deb7u1_i386.deb libkrb5support0_1.10.1+dfsg-5+deb7u1_i386.deb libldap-2.4-2_2.4.31-1+nmu2_i386.deb liblogsys4_1.4.2-3_i386.deb liblogthread3_3.0.12-3.2+deb7u2_i386.deb liblwres80_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb liblzma5_5.1.1alpha+20120614-2_i386.deb liblzo2-2_2.06-1_i386.deb libmagic1_5.11-2+deb7u1_i386.deb libmount1_2.20.1-5.3_i386.deb libncurses5_5.9-10_i386.deb libncursesw5_5.9-10_i386.deb libnet-snmp-perl_6.0.1-2_all.deb libnet-telnet-perl_3.03-3_all.deb libnetcf1_0.1.9-2_i386.deb libnewt0.52_0.52.14-11.1_i386.deb libnl1_1.1-7_i386.deb libnspr4-0d_2%3a4.9.2-1+deb7u1_i386.deb libnspr4_2%3a4.9.2-1+deb7u1_i386.deb libnss3-1d_2%3a3.14.5-1_i386.deb libnss3_2%3a3.14.5-1_i386.deb libnuma1_2.0.8~rc4-1_i386.deb libopenipmi0_2.0.16-1.3_i386.deb libotp0-heimdal_1.6~git20120403+dfsg1-2_i386.deb libp11-kit0_0.12-3_i386.deb libpam-modules-bin_1.1.3-7.1_i386.deb libpam-modules_1.1.3-7.1_i386.deb libpam0g_1.1.3-7.1_i386.deb libparted0debian1_2.3-12_i386.deb libpcap0.8_1.3.0-1_i386.deb libperl4-corelibs-perl_0.003-1_all.deb libperl5.14_5.14.2-21+deb7u1_i386.deb libpload4_1.4.2-3_i386.deb libpopt0_1.16-7_i386.deb libprocps0_1%3a3.3.3-3_i386.deb libquorum4_1.4.2-3_i386.deb libreadline5_5.2+dfsg-2~deb7u1_i386.deb libreadline6_6.2+dfsg-0.1_i386.deb libroken18-heimdal_1.6~git20120403+dfsg1-2_i386.deb libsaamf3_1.1.4-4.1_i386.deb libsackpt3_1.1.4-4.1_i386.deb libsaclm3_1.1.4-4.1_i386.deb libsaevt3_1.1.4-4.1_i386.deb libsalck3_1.1.4-4.1_i386.deb libsam4_1.4.2-3_i386.deb libsamsg4_1.1.4-4.1_i386.deb libsasl2-2_2.1.25.dfsg1-6+deb7u1_i386.deb libsatmr3_1.1.4-4.1_i386.deb libselinux1_2.1.9-5_i386.deb libsemanage-common_2.1.6-6_all.deb libsemanage1_2.1.6-6_i386.deb libsensors4_1%3a3.3.2-2+deb7u1_i386.deb libsepol1_2.1.4-3_i386.deb libsgutils2-2_1.33-1_i386.deb libshishi0_1.0.1-2_i386.deb libsigsegv2_2.9-4_i386.deb libsl0-heimdal_1.6~git20120403+dfsg1-2_i386.deb libslang2_2.2.4-15_i386.deb libsnmp-base_5.4.3~dfsg-2.7_all.deb libsnmp15_5.4.3~dfsg-2.7_i386.deb libsqlite3-0_3.7.13-1+deb7u1_i386.deb libss2_1.42.5-1.1_i386.deb libssl1.0.0_1.0.1e-2+deb7u4_i386.deb libstdc++6_4.7.2-5_i386.deb libswitch-perl_2.16-2_all.deb libtasn1-3_2.13-2_i386.deb libtextwrap1_0.1-13_i386.deb libtinfo5_5.9-10_i386.deb libtotem-pg4_1.4.2-3_i386.deb libudev0_175-7.2_i386.deb libustr-1.0-1_1.0.4-3_i386.deb libuuid1_2.20.1-5.3_i386.deb libvirt0_0.9.12.3-1_i386.deb libvotequorum4_1.4.2-3_i386.deb libwind0-heimdal_1.6~git20120403+dfsg1-2_i386.deb libwrap0_7.6.q-24_i386.deb libxenstore3.0_4.1.4-3+deb7u1_i386.deb libxml2-utils_2.8.0+dfsg1-7+nmu2_i386.deb libxml2_2.8.0+dfsg1-7+nmu2_i386.deb libxslt1.1_1.1.26-14.1_i386.deb libyajl2_2.0.4-2_i386.deb lsb-base_4.1+Debian8+deb7u1_all.deb lsof_4.86+dfsg-1_i386.deb lvm2_2.02.95-8_i386.deb lzop_1.03-3_i386.deb makedev_2.3.1-92_all.deb mawk_1.3.3-17_i386.deb mdadm_3.2.5-5_i386.deb mime-support_3.52-1_all.deb module-init-tools_9-3_all.deb mount_2.20.1-5.3_i386.deb multiarch-support_2.13-38+deb7u1_i386.deb netbase_5.0_all.deb nilfs-tools_2.1.3-1_i386.deb ntfs-3g_1%3a2012.1.15AR.5-2.1_i386.deb ntfsprogs_1%3a2012.1.15AR.5-2.1_all.deb openais_1.1.4-4.1_i386.deb openipmi_2.0.16-1.3_i386.deb openssh-client_1%3a6.0p1-4_i386.deb original-awk_2011-08-10-2_i386.deb parted_2.3-12_i386.deb passwd_1%3a4.1.5.1-1_i386.deb procps_1%3a3.3.3-3_i386.deb psmisc_22.19-1+deb7u1_i386.deb readline-common_6.2+dfsg-0.1_all.deb reiserfsprogs_1%3a3.6.21-1_i386.deb scrub_2.4.1-1_i386.deb sed_4.2.1-10_i386.deb sensible-utils_0.0.7_all.deb sg3-utils_1.33-1_i386.deb shishi-common_1.0.1-2_all.deb snmp_5.4.3~dfsg-2.7_i386.deb strace_4.5.20-2.3_i386.deb sysv-rc_2.88dsf-41+deb7u1_all.deb sysvinit-utils_2.88dsf-41+deb7u1_i386.deb tar_1.26+dfsg-0.1_i386.deb telnet-ssl_0.17.24+0.1-23_i386.deb telnet_0.17-36_i386.deb tzdata_2013i-0wheezy1_all.deb ucf_3.0025+nmu3_all.deb udev_175-7.2_i386.deb ufsutils_8.2-3_i386.deb util-linux_2.20.1-5.3_i386.deb vim-common_2%3a7.3.547-7_i386.deb vim-tiny_2%3a7.3.547-7_i386.deb xfsprogs_3.1.7+b1_i386.deb xz-utils_5.1.1alpha+20120614-2_i386.deb zerofree_1.0.2-1_i386.deb zfs-fuse_0.7.0-8_i386.deb zlib1g_1%3a1.2.7.dfsg-13_i386.deb unpacking acl_2.2.51-8_i386.deb ... unpacking adduser_3.113+nmu3_all.deb ... unpacking attr_1%3a2.4.46-8_i386.deb ... unpacking augeas-lenses_0.10.0-1_all.deb ... unpacking base-files_7.1wheezy4_i386.deb ... unpacking base-passwd_3.5.26_i386.deb ... unpacking bash_4.2+dfsg-0.1_i386.deb ... unpacking bind9-host_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb ... unpacking binutils_2.22-8_i386.deb ... unpacking bsdmainutils_9.0.3_i386.deb ... unpacking bsdutils_1%3a2.20.1-5.3_i386.deb ... unpacking btrfs-tools_0.19+20120328-7.1_i386.deb ... unpacking bzip2_1.0.6-4_i386.deb ... unpacking cdebconf_0.182_i386.deb ... unpacking cman_3.0.12-3.2+deb7u2_i386.deb ... unpacking coreutils_8.13-3.5_i386.deb ... unpacking corosync_1.4.2-3_i386.deb ... unpacking cpio_2.11+dfsg-0.1_i386.deb ... unpacking cryptsetup-bin_2%3a1.4.3-4_i386.deb ... unpacking cryptsetup_2%3a1.4.3-4_i386.deb ... unpacking dash_0.5.7-3_i386.deb ... unpacking debconf_1.5.49_all.deb ... unpacking debianutils_4.3.2_i386.deb ... unpacking diffutils_1%3a3.2-6_i386.deb ... unpacking dmsetup_2%3a1.02.74-8_i386.deb ... unpacking dosfstools_3.0.13-1_i386.deb ... unpacking dpkg_1.16.12_i386.deb ... unpacking e2fslibs_1.42.5-1.1_i386.deb ... unpacking e2fsprogs_1.42.5-1.1_i386.deb ... unpacking file_5.11-2+deb7u1_i386.deb ... unpacking findutils_4.4.2-4_i386.deb ... unpacking fuse_2.9.0-2+deb7u1_i386.deb ... unpacking gawk_1%3a4.0.1+dfsg-2.1_i386.deb ... unpacking gcc-4.7-base_4.7.2-5_i386.deb ... unpacking genisoimage_9%3a1.1.11-2_i386.deb ... unpacking gettext-base_0.18.1.1-9_i386.deb ... unpacking gfs-tools_3.0.12-3.2+deb7u2_i386.deb ... unpacking gfs2-tools_3.0.12-3.2+deb7u2_i386.deb ... unpacking grep_2.12-2_i386.deb ... unpacking grub-common_1.99-27+deb7u2_i386.deb ... unpacking grub-pc-bin_1.99-27+deb7u2_i386.deb ... unpacking grub-pc_1.99-27+deb7u2_i386.deb ... unpacking grub2-common_1.99-27+deb7u2_i386.deb ... unpacking gzip_1.5-1.1_i386.deb ... unpacking heimdal-clients_1.6~git20120403+dfsg1-2_i386.deb ... unpacking hfsplus_1.0.4-12_i386.deb ... unpacking inetutils-telnet_2%3a1.9-2_i386.deb ... unpacking initscripts_2.88dsf-41+deb7u1_i386.deb ... unpacking insserv_1.14.0-5_i386.deb ... unpacking install-info_4.13a.dfsg.1-10_i386.deb ... unpacking iproute_20120521-3+b3_i386.deb ... unpacking jfsutils_1.1.15-2_i386.deb ... unpacking kmod_9-3_i386.deb ... unpacking krb5-clients_1%3a1.0.1-4_i386.deb ... unpacking krb5-config_2.3_all.deb ... unpacking libacl1_2.2.51-8_i386.deb ... unpacking libaio1_0.3.109-3_i386.deb ... unpacking libasn1-8-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libasprintf0c2_0.18.1.1-9_i386.deb ... unpacking libattr1_1%3a2.4.46-8_i386.deb ... unpacking libaugeas0_0.10.0-1_i386.deb ... unpacking libavahi-client3_0.6.31-2_i386.deb ... unpacking libavahi-common-data_0.6.31-2_i386.deb ... unpacking libavahi-common3_0.6.31-2_i386.deb ... unpacking libbind9-80_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb ... unpacking libblkid1_2.20.1-5.3_i386.deb ... unpacking libbsd0_0.4.2-1_i386.deb ... unpacking libbz2-1.0_1.0.6-4_i386.deb ... unpacking libc-bin_2.13-38+deb7u1_i386.deb ... unpacking libc6_2.13-38+deb7u1_i386.deb ... unpacking libcap-ng0_0.6.6-2_i386.deb ... unpacking libcap2_1%3a2.22-1.2_i386.deb ... unpacking libccs3_3.0.12-3.2+deb7u2_i386.deb ... unpacking libcfg4_1.4.2-3_i386.deb ... unpacking libclass-isa-perl_0.36-3_all.deb ... unpacking libcman3_3.0.12-3.2+deb7u2_i386.deb ... unpacking libcomerr2_1.42.5-1.1_i386.deb ... unpacking libconfdb4_1.4.2-3_i386.deb ... unpacking libcoroipcc4_1.4.2-3_i386.deb ... unpacking libcoroipcs4_1.4.2-3_i386.deb ... unpacking libcpg4_1.4.2-3_i386.deb ... unpacking libcryptsetup4_2%3a1.4.3-4_i386.deb ... unpacking libdb5.1_5.1.29-5_i386.deb ... unpacking libdbus-1-3_1.6.8-1+deb7u1_i386.deb ... unpacking libdebian-installer4_0.87_i386.deb ... unpacking libdevmapper-event1.02.1_2%3a1.02.74-8_i386.deb ... unpacking libdevmapper1.02.1_2%3a1.02.74-8_i386.deb ... unpacking libdlm3_3.0.12-3.2+deb7u2_i386.deb ... unpacking libdlmcontrol3_3.0.12-3.2+deb7u2_i386.deb ... unpacking libdns88_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb ... unpacking libedit2_2.11-20080614-5_i386.deb ... unpacking libevs4_1.4.2-3_i386.deb ... unpacking libexpat1_2.1.0-1+deb7u1_i386.deb ... unpacking libfence4_3.0.12-3.2+deb7u2_i386.deb ... unpacking libfreetype6_2.4.9-1.1_i386.deb ... unpacking libfuse2_2.9.0-2+deb7u1_i386.deb ... unpacking libgcc1_1%3a4.7.2-5_i386.deb ... unpacking libgcrypt11_1.5.0-5+deb7u1_i386.deb ... unpacking libgdbm3_1.8.3-11_i386.deb ... unpacking libgeoip1_1.4.8+dfsg-3_i386.deb ... unpacking libgnutls26_2.12.20-8+deb7u1_i386.deb ... unpacking libgpg-error0_1.10-3.1_i386.deb ... unpacking libgssapi-krb5-2_1.10.1+dfsg-5+deb7u1_i386.deb ... unpacking libgssapi3-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libhcrypto4-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libhdb9-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libheimbase1-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libheimntlm0-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libhfsp0_1.0.4-12_i386.deb ... unpacking libhx509-5-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libidn11_1.25-2_i386.deb ... unpacking libisc84_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb ... unpacking libisccc80_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb ... unpacking libisccfg82_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb ... unpacking libk5crypto3_1.10.1+dfsg-5+deb7u1_i386.deb ... unpacking libkadm5clnt7-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libkadm5srv8-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libkafs0-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libkeyutils1_1.5.5-3_i386.deb ... unpacking libkmod2_9-3_i386.deb ... unpacking libkrb5-26-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libkrb5-3_1.10.1+dfsg-5+deb7u1_i386.deb ... unpacking libkrb5support0_1.10.1+dfsg-5+deb7u1_i386.deb ... unpacking libldap-2.4-2_2.4.31-1+nmu2_i386.deb ... unpacking liblogsys4_1.4.2-3_i386.deb ... unpacking liblogthread3_3.0.12-3.2+deb7u2_i386.deb ... unpacking liblwres80_1%3a9.8.4.dfsg.P1-6+nmu2+deb7u1_i386.deb ... unpacking liblzma5_5.1.1alpha+20120614-2_i386.deb ... unpacking liblzo2-2_2.06-1_i386.deb ... unpacking libmagic1_5.11-2+deb7u1_i386.deb ... unpacking libmount1_2.20.1-5.3_i386.deb ... unpacking libncurses5_5.9-10_i386.deb ... unpacking libncursesw5_5.9-10_i386.deb ... unpacking libnet-snmp-perl_6.0.1-2_all.deb ... unpacking libnet-telnet-perl_3.03-3_all.deb ... unpacking libnetcf1_0.1.9-2_i386.deb ... unpacking libnewt0.52_0.52.14-11.1_i386.deb ... unpacking libnl1_1.1-7_i386.deb ... unpacking libnspr4-0d_2%3a4.9.2-1+deb7u1_i386.deb ... unpacking libnspr4_2%3a4.9.2-1+deb7u1_i386.deb ... unpacking libnss3-1d_2%3a3.14.5-1_i386.deb ... unpacking libnss3_2%3a3.14.5-1_i386.deb ... unpacking libnuma1_2.0.8~rc4-1_i386.deb ... unpacking libopenipmi0_2.0.16-1.3_i386.deb ... unpacking libotp0-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libp11-kit0_0.12-3_i386.deb ... unpacking libpam-modules-bin_1.1.3-7.1_i386.deb ... unpacking libpam-modules_1.1.3-7.1_i386.deb ... unpacking libpam0g_1.1.3-7.1_i386.deb ... unpacking libparted0debian1_2.3-12_i386.deb ... unpacking libpcap0.8_1.3.0-1_i386.deb ... unpacking libperl4-corelibs-perl_0.003-1_all.deb ... unpacking libperl5.14_5.14.2-21+deb7u1_i386.deb ... unpacking libpload4_1.4.2-3_i386.deb ... unpacking libpopt0_1.16-7_i386.deb ... unpacking libprocps0_1%3a3.3.3-3_i386.deb ... unpacking libquorum4_1.4.2-3_i386.deb ... unpacking libreadline5_5.2+dfsg-2~deb7u1_i386.deb ... unpacking libreadline6_6.2+dfsg-0.1_i386.deb ... unpacking libroken18-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libsaamf3_1.1.4-4.1_i386.deb ... unpacking libsackpt3_1.1.4-4.1_i386.deb ... unpacking libsaclm3_1.1.4-4.1_i386.deb ... unpacking libsaevt3_1.1.4-4.1_i386.deb ... unpacking libsalck3_1.1.4-4.1_i386.deb ... unpacking libsam4_1.4.2-3_i386.deb ... unpacking libsamsg4_1.1.4-4.1_i386.deb ... unpacking libsasl2-2_2.1.25.dfsg1-6+deb7u1_i386.deb ... unpacking libsatmr3_1.1.4-4.1_i386.deb ... unpacking libselinux1_2.1.9-5_i386.deb ... unpacking libsemanage-common_2.1.6-6_all.deb ... unpacking libsemanage1_2.1.6-6_i386.deb ... unpacking libsensors4_1%3a3.3.2-2+deb7u1_i386.deb ... unpacking libsepol1_2.1.4-3_i386.deb ... unpacking libsgutils2-2_1.33-1_i386.deb ... unpacking libshishi0_1.0.1-2_i386.deb ... unpacking libsigsegv2_2.9-4_i386.deb ... unpacking libsl0-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libslang2_2.2.4-15_i386.deb ... unpacking libsnmp-base_5.4.3~dfsg-2.7_all.deb ... unpacking libsnmp15_5.4.3~dfsg-2.7_i386.deb ... unpacking libsqlite3-0_3.7.13-1+deb7u1_i386.deb ... unpacking libss2_1.42.5-1.1_i386.deb ... unpacking libssl1.0.0_1.0.1e-2+deb7u4_i386.deb ... unpacking libstdc++6_4.7.2-5_i386.deb ... unpacking libswitch-perl_2.16-2_all.deb ... unpacking libtasn1-3_2.13-2_i386.deb ... unpacking libtextwrap1_0.1-13_i386.deb ... unpacking libtinfo5_5.9-10_i386.deb ... unpacking libtotem-pg4_1.4.2-3_i386.deb ... unpacking libudev0_175-7.2_i386.deb ... unpacking libustr-1.0-1_1.0.4-3_i386.deb ... unpacking libuuid1_2.20.1-5.3_i386.deb ... unpacking libvirt0_0.9.12.3-1_i386.deb ... unpacking libvotequorum4_1.4.2-3_i386.deb ... unpacking libwind0-heimdal_1.6~git20120403+dfsg1-2_i386.deb ... unpacking libwrap0_7.6.q-24_i386.deb ... unpacking libxenstore3.0_4.1.4-3+deb7u1_i386.deb ... unpacking libxml2-utils_2.8.0+dfsg1-7+nmu2_i386.deb ... unpacking libxml2_2.8.0+dfsg1-7+nmu2_i386.deb ... unpacking libxslt1.1_1.1.26-14.1_i386.deb ... unpacking libyajl2_2.0.4-2_i386.deb ... unpacking lsb-base_4.1+Debian8+deb7u1_all.deb ... unpacking lsof_4.86+dfsg-1_i386.deb ... unpacking lvm2_2.02.95-8_i386.deb ... unpacking lzop_1.03-3_i386.deb ... unpacking makedev_2.3.1-92_all.deb ... unpacking mawk_1.3.3-17_i386.deb ... unpacking mdadm_3.2.5-5_i386.deb ... unpacking mime-support_3.52-1_all.deb ... unpacking module-init-tools_9-3_all.deb ... unpacking mount_2.20.1-5.3_i386.deb ... unpacking multiarch-support_2.13-38+deb7u1_i386.deb ... unpacking netbase_5.0_all.deb ... unpacking nilfs-tools_2.1.3-1_i386.deb ... unpacking ntfs-3g_1%3a2012.1.15AR.5-2.1_i386.deb ... unpacking ntfsprogs_1%3a2012.1.15AR.5-2.1_all.deb ... unpacking openais_1.1.4-4.1_i386.deb ... unpacking openipmi_2.0.16-1.3_i386.deb ... unpacking openssh-client_1%3a6.0p1-4_i386.deb ... unpacking original-awk_2011-08-10-2_i386.deb ... unpacking parted_2.3-12_i386.deb ... unpacking passwd_1%3a4.1.5.1-1_i386.deb ... unpacking procps_1%3a3.3.3-3_i386.deb ... unpacking psmisc_22.19-1+deb7u1_i386.deb ... unpacking readline-common_6.2+dfsg-0.1_all.deb ... unpacking reiserfsprogs_1%3a3.6.21-1_i386.deb ... unpacking scrub_2.4.1-1_i386.deb ... unpacking sed_4.2.1-10_i386.deb ... unpacking sensible-utils_0.0.7_all.deb ... unpacking sg3-utils_1.33-1_i386.deb ... unpacking shishi-common_1.0.1-2_all.deb ... unpacking snmp_5.4.3~dfsg-2.7_i386.deb ... unpacking strace_4.5.20-2.3_i386.deb ... unpacking sysv-rc_2.88dsf-41+deb7u1_all.deb ... unpacking sysvinit-utils_2.88dsf-41+deb7u1_i386.deb ... unpacking tar_1.26+dfsg-0.1_i386.deb ... unpacking telnet-ssl_0.17.24+0.1-23_i386.deb ... unpacking telnet_0.17-36_i386.deb ... unpacking tzdata_2013i-0wheezy1_all.deb ... unpacking ucf_3.0025+nmu3_all.deb ... unpacking udev_175-7.2_i386.deb ... unpacking ufsutils_8.2-3_i386.deb ... unpacking util-linux_2.20.1-5.3_i386.deb ... unpacking vim-common_2%3a7.3.547-7_i386.deb ... unpacking vim-tiny_2%3a7.3.547-7_i386.deb ... unpacking xfsprogs_3.1.7+b1_i386.deb ... unpacking xz-utils_5.1.1alpha+20120614-2_i386.deb ... unpacking zerofree_1.0.2-1_i386.deb ... unpacking zfs-fuse_0.7.0-8_i386.deb ... unpacking zlib1g_1%3a1.2.7.dfsg-13_i386.deb ... 9449 files and directories writing supermin.d/base.img ... writing supermin.d/hostfiles ... + sudo -u user touch /home/user/whonix_binary/status_files/update-guestfs-appliance.done + disable_apt_cache + trap error_handler_general ERR INT TERM + unset http_proxy + cat /usr/sbin/policy-rc.d cat: /usr/sbin/policy-rc.d: No such file or directory + true + '[' '' = true ']' + service haveged status haveged is running. + grep device-mapper /proc/devices 254 device-mapper + modprobe dm_mod + grep device-mapper /proc/devices 254 device-mapper + cat /proc/devices Character devices: 1 mem 4 /dev/vc/0 4 tty 4 ttyS 5 /dev/tty 5 /dev/console 5 /dev/ptmx 7 vcs 10 misc 13 input 21 sg 29 fb 116 alsa 128 ptm 136 pts 180 usb 189 usb_device 252 hidraw 253 bsg 254 rtc Block devices: 259 blkext 7 loop 8 sd 11 sr 65 sd 66 sd 67 sd 68 sd 69 sd 70 sd 71 sd 128 sd 129 sd 130 sd 131 sd 132 sd 133 sd 134 sd 135 sd 254 device-mapper + '[' '' = true ']' + '[' '' = true ']' + benchmark_time_end ++ date +%s + benchmark_time_end=1393980136 + benchmark_took_seconds=1759 ++ convertsecs 1759 ++ (( h=1759/3600 )) ++ (( m=(1759%3600)/60 )) ++ (( s=1759%60 )) ++ printf '%02d:%02d:%02d\n' 0 29 19 ++ true + benchmark_took_time=00:29:19 + true + true 'INFO: End of: ./build-steps.d/1100_prepare-build-machine No error detected. (benchmark: 00:29:19)' run-parts: executing ./build-steps.d/1200_create-debian-packages + true 'Currently running script: ./build-steps.d/1200_create-debian-packages ' +++ dirname ./build-steps.d/1200_create-debian-packages ++ cd ./build-steps.d ++ pwd + MYDIR=/home/user/Whonix/build-steps.d + cd /home/user/Whonix/build-steps.d + cd .. + cd help-steps + WHONIX_BUILD_PARSED=1 + VMNAME=internalrun + source pre ++ set +x + source variables ++ set +x INFO: Setting... export UWT_DEV_PASSTHROUGH="1" whonix_build_whonix_version_new: 8 whonix_build_new_changelog_version: 2:8-debpackage1 + cd /home/user/Whonix/help-steps + cd .. + true 'INFO: Currently running script: ./build-steps.d/1200_create-debian-packages ' + create-debian-packages + trap error_handler_general ERR INT TERM + signing_key + trap error_handler_general ERR INT TERM + '[' 1 = 1 ']' + true './build-steps.d/1200_create-debian-packages INFO: Using auto local signing key method... ' + '[' '!' -f /home/user/whonix_binary/gpg-local-signing-key/done ']' + true './build-steps.d/1200_create-debian-packages INFO: We do not yet have a local OpenPGP signing key for our local APT repository. Creating one... ' + sudo -E -u user mkdir --parents /home/user/whonix_binary/gpg-local-signing-key + sudo -E -u user chmod 700 /home/user/whonix_binary/gpg-local-signing-key + sudo -E -u user gpg --no-options --no-emit-version --no-comments --display-charset utf-8 --keyserver hkp://qdigse2yzvuglcix.onion --personal-digest-preferences SHA512 --cert-digest-algo SHA512 --default-preference-list 'SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed' --keyserver-options no-honor-keyserver-url --fixed-list-mode --keyid-format 0xlong --use-agent --list-options show-uid-validity --sig-notation issuer-fpr@notations.openpgp.fifthhorseman.net=%g --no-default-keyring --homedir /home/user/whonix_binary/gpg-local-signing-key --batch --gen-key + echo ' Key-Type: RSA Key-Length: 4096 Subkey-Type: RSA Subkey-Length: 4096 Name-Real: Whonix auto generated local APT signing key Name-Email: whonix@local-signing.key Expire-Date: 0 Preferences: SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed ' gpg: keyring `/home/user/whonix_binary/gpg-local-signing-key/secring.gpg' created gpg: keyring `/home/user/whonix_binary/gpg-local-signing-key/pubring.gpg' created .....+++++ ....+++++ ....+++++ .....+++++ gpg: /home/user/whonix_binary/gpg-local-signing-key/trustdb.gpg: trustdb created gpg: key 0x3E950A5E77F0203B marked as ultimately trusted + sudo -E -u user touch /home/user/whonix_binary/gpg-local-signing-key/done + true './build-steps.d/1200_create-debian-packages INFO: Created local OpenPGP signing key for our local APT repository. ' + '[' '!' -d /home/user/whonix_binary/gpg-local-signing-key ']' + true 'INFO: WHONIX_LOCAL_SIGNING_KEY_FOLDER: /home/user/whonix_binary/gpg-local-signing-key exists, ok.' + sudo -E -u user gpg --no-options --no-default-keyring --homedir /home/user/whonix_binary/gpg-local-signing-key --keyid-format 0xlong --fingerprint --list-secret-keys gpg: checking the trustdb gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u /home/user/whonix_binary/gpg-local-signing-key/secring.gpg ---------------------------------------------------------- sec 4096R/0x3E950A5E77F0203B 2014-03-05 Key fingerprint = 93C9 F662 B03C FEC6 C578 28C3 3E95 0A5E 77F0 203B uid Whonix auto generated local APT signing key ssb 4096R/0xC0106A051C8B0970 2014-03-05 + check_changelog_version + trap error_handler_general ERR INT TERM + true + cleanup_old_packages + trap error_handler_general ERR INT TERM + true './build-steps.d/1200_create-debian-packages INFO: Going to update local APT repository... ' + sleep 3 + cd /home/user/Whonix/help-steps + cd .. + true './build-steps.d/1200_create-debian-packages INFO: Cleaning old packages... ' + /home/user/Whonix/help-steps/cleanup-files + true 'Currently running script: /home/user/Whonix/help-steps/cleanup-files ' +++ dirname /home/user/Whonix/help-steps/cleanup-files ++ cd /home/user/Whonix/help-steps ++ pwd + MYDIR=/home/user/Whonix/help-steps + cd /home/user/Whonix/help-steps + cd .. + cd help-steps + WHONIX_BUILD_PARSED=1 + ROOT_CHECK=0 + VMNAME=internalrun + source pre ++ set +x + source variables ++ set +x INFO: Setting... export UWT_DEV_PASSTHROUGH="1" whonix_build_whonix_version_new: 8 whonix_build_new_changelog_version: 2:8-debpackage1 + true 'INFO: Currently running script: /home/user/Whonix/help-steps/cleanup-files ' + cleanup_files + trap error_handler_general ERR INT TERM + set +x rm --force /home/user/Whonix/../whonix-shared-packages-dependencies*.deb rm --force /home/user/Whonix/../whonix-shared-packages-recommended*.deb rm --force /home/user/Whonix/../whonix-shared-files*.deb rm --force /home/user/Whonix/../whonix-gateway-packages-dependencies*.deb rm --force /home/user/Whonix/../whonix-gateway-packages-recommended*.deb rm --force /home/user/Whonix/../whonix-gateway-files*.deb rm --force /home/user/Whonix/../whonix-workstation-packages-dependencies*.deb rm --force /home/user/Whonix/../whonix-workstation-packages-recommended*.deb rm --force /home/user/Whonix/../whonix-workstation-files*.deb rm --force /home/user/Whonix/../whonix-shared-desktop*.deb rm --force /home/user/Whonix/../whonix-shared-desktop-kde*.deb rm --force /home/user/Whonix/../whonix-shared-kde-accessibility*.deb rm --force /home/user/Whonix/../whonix-workstation-default-applications*.deb rm --force /home/user/Whonix/../whonix-workstation-extra-applications*.deb rm --force /home/user/Whonix/../whonix-workstation-langpack-common*.deb rm --force /home/user/Whonix/../whonix-shared-desktop-langpack-kde*.deb rm --force /home/user/Whonix/../whonix*.dsc rm --force /home/user/Whonix/../whonix*.changes rm --force /home/user/Whonix/../whonix*.tar.* rm --force /home/user/Whonix/../whonix*.build + fakeroot /home/user/Whonix/debian/rules clean dh_testdir dh_testroot dh_clean rm --force /home/user/Whonix/debian/*.init rm --force /home/user/Whonix/debian/*.bash-completion rm --force --recursive /home/user/Whonix/debian/tmp-man + rm --force /home/user/Whonix/debian/changelog + benchmark_time_end ++ date +%s + benchmark_time_end=1393980147 + benchmark_took_seconds=0 ++ convertsecs 0 ++ (( h=0/3600 )) ++ (( m=(0%3600)/60 )) ++ (( s=0%60 )) ++ printf '%02d:%02d:%02d\n' 0 0 0 ++ true + benchmark_took_time=00:00:00 + true + true 'INFO: End of: /home/user/Whonix/help-steps/cleanup-files No error detected. (benchmark: 00:00:00)' + true './build-steps.d/1200_create-debian-packages INFO: Cleaned old packages. ' + check_for_uncommited_changes + trap error_handler_general ERR INT TERM ++ git status --porcelain + '[' -n '' ']' + get_extra_packages + trap error_handler_general ERR INT TERM + true './build-steps.d/1200_create-debian-packages INFO: Getting extra packages... ' + '[' debian = ubuntu ']' + local codename=testing + local TEMP=/etc/apt/sources.list.d/whonix_temp.list + cp whonix_shared/usr/share/whonix/build_sources/debian_testing_frozen.list /etc/apt/sources.list.d/whonix_temp.list + rm --recursive --force /home/user/whonix_binary/temp_packages + sudo -E -u user mkdir --parents /home/user/whonix_binary/temp_packages + cd /home/user/whonix_binary/temp_packages + maybe_enable_apt_cache + trap error_handler_general ERR INT TERM + '[' -f /usr/share/whonix/whonix_gateway ']' + '[' '' = '' ']' + echo 'INFO: Setting, export http_proxy="http://127.0.0.1:3142"' INFO: Setting, export http_proxy="http://127.0.0.1:3142" + export http_proxy=http://127.0.0.1:3142 + http_proxy=http://127.0.0.1:3142 + apt-get update -o Acquire::http::Timeout=180 -o Acquire::ftp::Timeout=180 -o Acquire::Retries=3 -o Acquire::Check-Valid-Until=false -o Dir::Etc::sourcelist=/etc/apt/sources.list.d/whonix_temp.list -o Dir::Etc::sourceparts=- -o APT::Get::List-Cleanup=0 Ign http://snapshot.debian.org testing/updates Release.gpg Ign http://snapshot.debian.org testing Release.gpg Ign http://snapshot.debian.org testing/updates Release Ign http://snapshot.debian.org testing Release Err http://snapshot.debian.org testing/updates/main i386 Packages 500 Connection failure: Network is unreachable Ign http://snapshot.debian.org testing/updates/main Translation-en Err http://snapshot.debian.org testing/main i386 Packages 500 Connection failure: Network is unreachable Ign http://snapshot.debian.org testing/main Translation-en W: Failed to fetch http://snapshot.debian.org/archive/debian-security/20140117T195156Z/dists/testing/updates/main/binary-i386/Packages 500 Connection failure: Network is unreachable W: Failed to fetch http://snapshot.debian.org/archive/debian/20140118T220430Z/dists/testing/main/binary-i386/Packages 500 Connection failure: Network is unreachable E: Some index files failed to download. They have been ignored, or old ones used instead. ++ error_handler_general ++ error_handler_shared ++ last_exit_code=100 ++ last_bash_command='apt-get update $apt_timeout_opts $apt_verify_opts -o Dir::Etc::sourcelist="$TEMP" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"' ++ '[' test -o xtrace = 0 ']' ++ set +x ERROR in ./build-steps.d/1200_create-debian-packages detected! Please have a look above "error_handler_general", note the command that failed, its output and last_exit_code. - Please enter c and press enter to continue. (Recommended against!) - Please press enter to cleanup and exit. +++ caller ++ last_caller='96 pre' ++ last_script=./build-steps.d/1200_create-debian-packages ++ rm --force /etc/apt/sources.list.d/whonix_temp.list ++ rm --force /var/run/whonix/package_manager_lock ++ error_handler_exit ++ '[' false = true ']' ++ abort_or_continue=Aborted ++ true ' ############################################################ ERROR in ./build-steps.d/1200_create-debian-packages detected! Aborted! (benchmark: 00:01:12) BASH_COMMAND: apt-get update $apt_timeout_opts $apt_verify_opts -o Dir::Etc::sourcelist="$TEMP" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" last_exit_code: 100 caller: 96 pre ERROR in ./build-steps.d/1200_create-debian-packages! Aborted! ############################################################ ' ++ '[' false = true ']' ++ exit 1 run-parts: ./build-steps.d/1200_create-debian-packages exited with return code 1 ++ error_handler_build-machine +++ caller ++ : echo ' BASH_COMMAND: run-parts --verbose --exit-on-error ./build-steps.d ERROR ./whonix_build: | caller: 45 ./whonix_build ' ++ exit 1