Building Whonix with --install-to-root [[--bare-metal]] option in a VM

Seeing how my previous 7.7.3 build reached build script 2800 I decided to built that again (same VM settings as with the failed 7.7.3.1 build), just to check for consistency.

git clone https://github.com/adrelanos/nothing-to-see cd nothing-to-see git tag git checkout 7.7.3 sudo ./whonix_build --tor-gateway --bare-metal --build >> /home/user/log1 2>> /home/user/log1

I didn’t save the log but the error was the same, stopping at 1700 which is really weird since it should have stopped at 2800 like I previously reported. The only difference between 7.7.3 then and 7.7.3 now is that I then used /adrelanos/Whonix and not /adrelanos/nothing-to-see. So I ran another a VM, changing just the cloning source.

git clone https://github.com/adrelanos/Whonix cd Whonix git tag git checkout 7.7.3 sudo ./whonix_build --tor-gateway --bare-metal --build >> /home/user/log1 2>> /home/user/log1

Same stop at 1700.

Something is wrong with my system.

This is really strange.

The repository doesn’t matter. As soon you got the tag, everything is fine. I am just not pushing all tags to all repositories, because users are using them for things they’re not ready.

I asked on the debian-security Jan 2014 by thread list how to obtain gpg signed images. Post is not yet in the archive. No answer yet.

In meanwhile I install a signed copy of wheezy, then upgrade to jessie.

Was asked to ask the cd team instead and did that:
https://lists.debian.org/debian-cd/2014/01/msg00015.html

[quote=“adrelanos, post:25, topic:28”][quote author=adrelanos link=topic=7.msg46#msg46 date=1390070918]
I asked on the debian-security Jan 2014 by thread list how to obtain gpg signed images. Post is not yet in the archive. No answer yet.
[/quote]

Was asked to ask the cd team instead and did that:
https://lists.debian.org/debian-cd/2014/01/msg00015.html[/quote]
And he declined. This is bad. Well, I need to port Whonix to Debian stable anyway.

And I was able to reproduce that bug.

Fixed in 7.7.3.3. I was able to build a gateway with the --bare-metal command line option in a VM. Could you try that version please?

(The bug was: The packages could not be downloaded from the updated frozen repository (snapshot.debian.org) for some reason. I updated the frozen repository yet again.)

(Building a workstation not tested yet.)

(The automatic build log isn’t implemented yet.)

Fixed in 7.7.3.3. I was able to build a gateway with the --bare-metal command line option in a VM. Could you try that version please?
But it doesn't boot for some reason. Could have to do with the grub updates. No idea. I can certainly need help here. This Debian testing distribution can keep one busy.
But it doesn't boot for some reason.
The 686-pae kernel doesn't boot. The older 686-pae kernel (from wheezy) boots. The 486 kernel boots as well.

Trying 7.7.3.3 in a new VM (Jessie testing, 13 Jan weekly build) with the same settings.

git clone GitHub - adrelanos/Whonix: Whonix is an operating system focused on anonymity, privacy and security. It's based on the Tor anonymity network, Debian GNU/Linux and security by isolation. DNS leaks are impossible, and not even malware with root privileges can find out the user's real IP. https://www.whonix.org
cd Whonix
git tag
git checkout 7.7.3.3
sudo ./whonix_build --tor-gateway --bare-metal --build >> /home/user/log 2>> /home/user/log

Success?

INFO: End.'
+ end
+ trap error_handler ERR INT TERM
+ unmount_image
+ '[' 1 = 1 ']'
+ true 'INFO: Skipping unmount_image, because BARE_METAL is 1. '
+ return 0
+ true 'INFO: End. No error detected. '
+ true 'INFO: End of: ./build-steps.d/2800_create-report No error detected.'
+ '[' '' = 1 ']'
+ true 'INFO ./whonix_build: Done. No error caught. '

What is this message about by the way?


From root@debian Sat Jan 17
Return-path: <root@debian>
Envelope-to: root@debian
Delivery-date: Sat, Jan 17 
Received: from root by host with local (Exim 4.82)
	(envelope-from <root@debian>)
	id 1W4WxY-0004gY-BR
	for root@debian; 
To: root@debian
Auto-Submitted: auto-generated
Subject: *** SECURITY information for host ***
From: root <root@debian>
Message-Id: <E1W4WxY-0004gY-BR@host>

host : Jan 17: root : unable to resolve host host

If I reboot the machine GRUB menu says

Whonix GNU/Linux

and then

Loading 3.12-1-686-pae...

Virtual Box error follows. If you need some specific data from Vbox.log, tell me and I will post.

Success?
Depends on definition of success.
  • The build script finished in one run hasn’t caught any unexpected exit codes. Good progress.
  • There are still bugs in this development version version. Whonix first run initializer doesn’t automatically start - which can lead to a few strange bugs) - fixed in git - new tag if requested.
  • It is enough so you can in meanwhile peruse your original preseed build method.
What is this message about by the way?
Difficult to explain. It happens if the hostname was changed and sudo run afterwards, I think. A minor bug I would say. Nothing to worry about.
If I reboot the machine GRUB menu says

This is a severe bug blocking further Whonix relases. Noted here:

Virtual Box error follows. If you need some specific data from Vbox.log, tell me and I will post.
Not required. I can reproduce that bug.

Rather I need ideas how to fix it. Or how to work around it. Or how to report it.

I need instructions on how to reproduce it without using Whonix’s build script. Because bug reports “run Whonix’s build script and grub will break” won’t get the bug fixed. I need minimal instructions on how to cause that bug on pure Debian without mentioning Whonix. When these instructions exist, a bug can be reported and the grub maintainers will hopefully fix it.

Does this mean that further Whonix releases will be delayed until 1) this bug is fixed, 2) Whonix is ported to Debian stable? I don’t know if the bug is kernel or Debian version specific.

Does this mean that further Whonix releases will be delayed until 1) this bug is fixed, 2) Whonix is ported to Debian stable?
Either 1) or 2) needs to be fixed.

It would delay releases of Whonix-Physical-Isolation versions.

I found a workaround. In version 7.7.3.5 (testers-only) there are no issues with booting.

The workaround is disabling installation of the optional linux-image-486 kernel. I fear this workaround will become permanent and users with machines that do not have pae will hate it. Well, using Whonix with physical isolation will still be possible using a 486 kernel, because which kernel is getting installed is configurable (although not well documented at the moment).

I’ll hope I can somehow keep the optional linux-image-486 kernel in the Whonix VM release.

I was not able to build 7.7.3.5 successfully. Error with 1700 build script but with a different package set than before. I’m guessing frozen repositories problem again?

Commands

git clone https://github.com/adrelanos/nothing-to-see
cd nothing-to-see
git tag
git checkout 7.7.3.5
sudo ./whonix_build --tor-gateway --bare-metal --build >> /home/user/log1 2>> /home/user/log1

1700 log

[code]run-parts: executing ./build-steps.d/1700_install-meta-packages

  • true ‘Currently running script: ./build-steps.d/1700_install-meta-packages’
  • TEMP_SCRIPTNAME=./build-steps.d/1700_install-meta-packages
    +++ dirname ./build-steps.d/1700_install-meta-packages
    ++ cd ./build-steps.d
    ++ pwd
  • MYDIR=/home/user/nothing-to-see/build-steps.d
  • cd /home/user/nothing-to-see/build-steps.d
  • cd …
  • cd help-steps
  • source pre
    ++ set +x
  • source variables
    ++ set +x
    INFO: Setting… export UWT_DEV_PASSTHROUGH=“1”
    whonix_build_new_changelog_version: 2:7.7.3.5-debpackage1
  • true ‘INFO: Currently running script: ./build-steps.d/1700_install-meta-packages’
  • install-meta-packages
  • trap error_handler_unchroot_unprevent_unmount ERR INT TERM
  • ‘[’ 1 = 1 ‘]’
  • ‘[’ ‘!’ -f /home/user/whonix_binary/gpg-local-signing-key/done ‘]’
  • sync
  • /home/user/nothing-to-see/help-steps/mount-img
    +++ dirname /home/user/nothing-to-see/help-steps/mount-img
    ++ cd /home/user/nothing-to-see/help-steps
    ++ pwd
  • MYDIR=/home/user/nothing-to-see/help-steps
  • source /home/user/nothing-to-see/help-steps/pre
    ++ set +x
  • source /home/user/nothing-to-see/help-steps/variables
    ++ set +x
    INFO: Setting… export UWT_DEV_PASSTHROUGH=“1”
    whonix_build_new_changelog_version: 2:7.7.3.5-debpackage1
  • ‘[’ 1 = 1 ‘]’
  • true ‘INFO: Skipping script, because BARE_METAL=1: /home/user/nothing-to-see/help-steps/mount-img’
  • exit 0
  • /home/user/nothing-to-see/help-steps/prevent-daemons-from-starting
    +++ dirname /home/user/nothing-to-see/help-steps/prevent-daemons-from-starting
    ++ cd /home/user/nothing-to-see/help-steps
    ++ pwd
  • MYDIR=/home/user/nothing-to-see/help-steps
  • source /home/user/nothing-to-see/help-steps/pre
    ++ set +x
  • source /home/user/nothing-to-see/help-steps/variables
    ++ set +x
    INFO: Setting… export UWT_DEV_PASSTHROUGH=“1”
    whonix_build_new_changelog_version: 2:7.7.3.5-debpackage1
  • true ‘INFO: Currently running script: /home/user/nothing-to-see/help-steps/prevent-daemons-from-starting’
  • prevent_daemons_from_starting
  • trap error_handler_prevent_daemons_from_starting ERR INT TERM
  • sync
  • echo ‘chroot-img: copy policy-rc.d into /usr/sbin/ to prevent daemons from starting.’
    chroot-img: copy policy-rc.d into /usr/sbin/ to prevent daemons from starting.
  • cp --preserve --verbose /home/user/nothing-to-see/whonix_shared/usr/share/whonix/policy-rc.d /usr/sbin/policy-rc.d
    ‘/home/user/nothing-to-see/whonix_shared/usr/share/whonix/policy-rc.d’ → ‘/usr/sbin/policy-rc.d’
  • sync
  • true ‘INFO: End of: /home/user/nothing-to-see/help-steps/prevent-daemons-from-starting No error detected.’
  • sync
  • update-grub -v
    grub-mkconfig (GRUB) 2.00-22
  • sync
  • sync
  • ‘[’ 1 = 1 ‘]’
  • cp --no-clobber --recursive --preserve /etc/apt/sources.list /etc/apt/sources.list.backup
  • cp --no-clobber --recursive --preserve /etc/resolv.conf /etc/resolv.conf.backup
  • cp --no-clobber --recursive --preserve /etc/hosts /etc/hosts.backup
  • cp --no-clobber --recursive --preserve /etc/hostname /etc/hostname.backup
  • cp --no-clobber --recursive --preserve /etc/network/interfaces /etc/network/interfaces.backup
  • cp /home/user/nothing-to-see/whonix_shared/etc/apt/sources.list.whonix /etc/apt/sources.list
  • cp /home/user/nothing-to-see/whonix_shared/etc/apt/preferences.d/50_banned-packages /etc/apt/preferences.d/
  • cp /home/user/nothing-to-see/whonix_shared/etc/apt/apt.conf.d/90whonix-timeout /etc/apt/apt.conf.d/
  • sync
  • /home/user/nothing-to-see/help-steps/chroot-img
    +++ dirname /home/user/nothing-to-see/help-steps/chroot-img
    ++ cd /home/user/nothing-to-see/help-steps
    ++ pwd
  • MYDIR=/home/user/nothing-to-see/help-steps
  • source /home/user/nothing-to-see/help-steps/pre
    ++ set +x
  • source /home/user/nothing-to-see/help-steps/variables
    ++ set +x
    INFO: Setting… export UWT_DEV_PASSTHROUGH=“1”
    whonix_build_new_changelog_version: 2:7.7.3.5-debpackage1
  • true ‘INFO: Currently running script: /home/user/nothing-to-see/help-steps/chroot-img’
  • chroot-img
  • trap error_handler_chroot-img ERR INT TERM
  • sync
  • ‘[’ 1 = 1 ‘]’
  • true
  • ‘[’ ‘’ = 0 ‘]’
  • ‘[’ 1 = 1 ‘]’
  • true ‘INFO /home/user/nothing-to-see/help-steps/chroot-img: using .backup files as /etc/resolv.conf etc.’
  • mount --bind /etc/resolv.conf.backup /etc/resolv.conf
  • mount --bind /etc/hosts.backup /etc/hosts
  • mount --bind /etc/hostname.backup /etc/hostname
  • mount --bind /etc/network/interfaces.backup /etc/network/interfaces
  • sync
  • true ‘INFO: End of: /home/user/nothing-to-see/help-steps/chroot-img No error detected.’
  • /home/user/nothing-to-see/help-steps/create-local-temp-apt-repo
    +++ dirname /home/user/nothing-to-see/help-steps/create-local-temp-apt-repo
    ++ cd /home/user/nothing-to-see/help-steps
    ++ pwd
  • MYDIR=/home/user/nothing-to-see/help-steps
  • source /home/user/nothing-to-see/help-steps/pre
    ++ set +x
  • source /home/user/nothing-to-see/help-steps/variables
    ++ set +x
    INFO: Setting… export UWT_DEV_PASSTHROUGH=“1”
    whonix_build_new_changelog_version: 2:7.7.3.5-debpackage1
  • true ‘INFO: Currently running script: /home/user/nothing-to-see/help-steps/create-local-temp-apt-repo’
  • create_local_temp_apt_repo
  • trap error_handler_general ERR INT TERM
  • gpg --no-default-keyring --homedir /home/user/whonix_binary/gpg-local-signing-key --export whonix@local-signing.key
  • gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/whonix-temporary-local-apt-repository.gpg --import
    gpg: WARNING: unsafe ownership on homedir /home/user/whonix_binary/gpg-local-signing-key' gpg: directory /root/.gnupg’ created
    gpg: new configuration file /root/.gnupg/gpg.conf' created gpg: WARNING: options in /root/.gnupg/gpg.conf’ are not yet active during this run
    gpg: keyring /root/.gnupg/secring.gpg' created gpg: keyring /etc/apt/trusted.gpg.d/whonix-temporary-local-apt-repository.gpg’ created
    gpg: /root/.gnupg/trustdb.gpg: trustdb created
    gpg: key ADBCFF20: public key “Whonix auto generated local APT signing key whonix@local-signing.key” imported
    gpg: Total number processed: 1
    gpg: imported: 1 (RSA: 1)
  • gpg --no-default-keyring --keyring /etc/apt/trusted.gpg.d/whonix-temporary-local-apt-repository.gpg --keyid-format 0xlong --fingerprint
    /etc/apt/trusted.gpg.d/whonix-temporary-local-apt-repository.gpg

pub 4096R/0x5BFBD297ADBCFF20 2014-01-18
Key fingerprint = F122 03A0 6C66 A106 D7D5 131B 5BFB D297 ADBC FF20
uid Whonix auto generated local APT signing key whonix@local-signing.key
sub 4096R/0x891317C9FFA8320E 2014-01-18

  • mkdir --parents //mnt/initialdeb
  • mkdir --parents //tmp/empty
  • mkdir --parents //var/lib/whonix/sources_temp_list.d
  • mount --bind /home/user/whonix_binary/aptrepo_local //mnt/initialdeb
  • echo ‘deb file:/mnt/initialdeb/ local main’
  • ‘[’ ‘’ = 1 ‘]’
  • cp /home/user/nothing-to-see/whonix_shared/usr/share/whonix/build_sources_debian_frozen.list //var/lib/whonix/sources_temp_list.d/build_sources.list
  • sync
  • ls -la //mnt/initialdeb
    total 20
    drwxr-xr-x 5 user user 4096 Jan 18 14:14 .
    drwxr-xr-x 3 root root 4096 Jan 18 14:14 …
    drwxr-xr-x 2 user user 4096 Jan 18 14:14 db
    drwxr-xr-x 3 user user 4096 Jan 18 14:14 dists
    drwxr-xr-x 3 user user 4096 Jan 18 14:14 pool
  • ls -la //var/lib/whonix/sources_temp_list.d
    total 16
    drwxr-xr-x 2 root root 4096 Jan 18 14:14 .
    drwxr-xr-x 3 root root 4096 Jan 18 14:14 …
    -rw-r–r-- 1 root root 1124 Jan 18 14:14 build_sources.list
    -rw-r–r-- 1 root root 37 Jan 18 14:14 whonix_temp_initialdeb.list
  • ‘[’ ‘’ = 1 ‘]’
  • cat //var/lib/whonix/sources_temp_list.d/build_sources.list

This file is part of Whonix.

Copyright (C) 2012 - 2014 Patrick Schleizer adrelanos@riseup.net

See the file COPYING for copying conditions.

NOTE:

If you make changes here, do not forget to update

whonix_build_grml_sources_list in buildconfig.d/30_apt as well.

Using http://snapshot.debian.org/ to create verifiable builds.

1. Go to for example:

- debian-security - snapshot.debian.org

- debian - snapshot.debian.org

2. Then for example click on 2013 09

- debian-security:2013-10 - snapshot.debian.org

- debian:2013-10 - snapshot.debian.org

3. Scroll down and for example click on 2013-09-19 21:48:59

- debian-security:/ 2013-09-19 21:55:14 - snapshot.debian.org

- debian:/ 2013-09-19 21:48:59 - snapshot.debian.org

deb debian-security:/ 2014-01-17 19:51:56 - snapshot.debian.org testing/updates main
deb http://snapshot.debian.org/archive/debian/20140118T220430Z/ testing main

We currently do not need any source packages for building Whonix.

  • cat //var/lib/whonix/sources_temp_list.d/whonix_temp_initialdeb.list
    deb file:/mnt/initialdeb/ local main
  • true ‘INFO: End of: /home/user/nothing-to-see/help-steps/create-local-temp-apt-repo No error detected.’
  • ls -la /etc/apt/trusted.gpg.d
    total 28
    drwxr-xr-x 2 root root 4096 Jan 18 14:14 .
    drwxr-xr-x 6 root root 4096 Jan 18 14:14 …
    -rw-r–r-- 1 root root 4084 Jun 2 2012 debian-archive-squeeze-automatic.gpg
    -rw-r–r-- 1 root root 2853 Jun 2 2012 debian-archive-squeeze-stable.gpg
    -rw-r–r-- 1 root root 3780 Jun 2 2012 debian-archive-wheezy-automatic.gpg
    -rw-r–r-- 1 root root 2851 Jun 2 2012 debian-archive-wheezy-stable.gpg
    -rw------- 1 root root 2891 Jan 18 14:14 whonix-temporary-local-apt-repository.gpg
    -rw------- 1 root root 0 Jan 18 14:14 whonix-temporary-local-apt-repository.gpg~
  • apt-key finger
    /etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg

pub 4096R/473041FA 2010-08-27 [expires: 2018-03-05]
Key fingerprint = 9FED 2BCB DCD2 9CDF 7626 78CB AED4 B06F 4730 41FA
uid Debian Archive Automatic Signing Key (6.0/squeeze) ftpmaster@debian.org

/etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg

pub 4096R/B98321F9 2010-08-07 [expires: 2017-08-05]
Key fingerprint = 0E4E DE2C 7F3E 1FC0 D033 800E 6448 1591 B983 21F9
uid Squeeze Stable Release Key debian-release@lists.debian.org

/etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg

pub 4096R/46925553 2012-04-27 [expires: 2020-04-25]
Key fingerprint = A1BD 8E9D 78F7 FE5C 3E65 D8AF 8B48 AD62 4692 5553
uid Debian Archive Automatic Signing Key (7.0/wheezy) ftpmaster@debian.org

/etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg

pub 4096R/65FFB764 2012-05-08 [expires: 2019-05-07]
Key fingerprint = ED6D 6527 1AAC F0FF 15D1 2303 6FB2 A1C2 65FF B764
uid Wheezy Stable Release Key debian-release@lists.debian.org

/etc/apt/trusted.gpg.d/whonix-temporary-local-apt-repository.gpg

pub 4096R/ADBCFF20 2014-01-18
Key fingerprint = F122 03A0 6C66 A106 D7D5 131B 5BFB D297 ADBC FF20
uid Whonix auto generated local APT signing key whonix@local-signing.key
sub 4096R/FFA8320E 2014-01-18

This file is part of Whonix.

Copyright (C) 2012 - 2014 Patrick Schleizer adrelanos@riseup.net

See the file COPYING for copying conditions.

Whonix /etc/apt/preferences.d/50_banned-packages

Prevent conflicting software from getting installed, just in case.

Advanced users who know what they are doing are free to comment packages of

their choice out and therefore make them installable again.

NOTE:

Do not add comments on the very bottom after the last entry, otherwise

apt-get will complain when parsing this file.

Additionally the autostart of Tor on Whonix-Workstation has been disabled

in /etc/default/tor to prevent Tor over Tor and to satisfy the dependencies

of some packages on Tor, for example for TorChat. See also:

Dev/anon-ws-disable-stacked-tor - Whonix

NTP does not work over Tor because it uses UDP.

If it were to work, it would not be secure, because

it is by default not encrypted. Whonix has its own

safe network time synchronization mechanism. See

Whonix design.

Package: ntpdate
Pin: release *
Pin-Priority: -1

Not installing Debian popularity contest due to privacy concerns.

Package: popularity-contest
Pin: release *
Pin-Priority: -1

Not installing resolvconf, openresolv since they can modify DNS settings,

resulting in not using Tor as DNS resolver. Advanced users

should knowingly install resolvconf or edit /etc/resolv.conf

manually.

Package: resolvconf
Pin: release *
Pin-Priority: -1

Package: openresolv
Pin: release *
Pin-Priority: -1

Not installing the Ubuntu version of popularity-contest.

Only interesting for custom builds.

Package: canonical-census
Pin: release *
Pin-Priority: -1

Not installing Ubuntu packages with privacy concerns.

Only interesting for custom builds.

Package: unity-lens-shopping
Pin: release *
Pin-Priority: -1

Package: unity-scope-video-remote
Pin: release *
Pin-Priority: -1

Package: unity-scope-musicstores
Pin: release *
Pin-Priority: -1

Package: geoclue-ubuntu-geoip
Pin: release *
Pin-Priority: -1

geoclue is not evil in itself. Just having it installed may lead some third

party packages depending on it on utilizing in context of Whonix unwanted

activities, such as finding out the geolocation of a Tor exit relay, which

would not be useful or “phone home”.

Package: geoclue
Pin: release *
Pin-Priority: -1

Not installing uncomplicated firewall, because it

conflicts with Whonix’s own firewall started by

/etc/network/interfaces pre-up.

Only interesting for custom builds.

Package: ufw
Pin: release *
Pin-Priority: -1

Extracting templates from packages: 38%
Extracting templates from packages: 77%
Extracting templates from packages: 100%
Preconfiguring packages …
Fetched 40.5 MB in 2min 0s (336 kB/s)
Selecting previously unselected package console-data.
(Reading database … 38503 files and directories currently installed.)
Preparing to unpack …/console-data_2%3a1.12-3_all.deb …
Unpacking console-data (2:1.12-3) …
Selecting previously unselected package console-common.
Preparing to unpack …/console-common_0.7.88_all.deb …
Unpacking console-common (0.7.88) …
Selecting previously unselected package imagemagick-common.
Preparing to unpack …/imagemagick-common_8%3a6.7.7.10-7_all.deb …
Unpacking imagemagick-common (8:6.7.7.10-7) …
Selecting previously unselected package libatspi2.0-0:i386.
Preparing to unpack …/libatspi2.0-0_2.10.2-2_i386.deb …
Unpacking libatspi2.0-0:i386 (2.10.2-2) …
Selecting previously unselected package libatk-bridge2.0-0:i386.
Preparing to unpack …/libatk-bridge2.0-0_2.10.2-2_i386.deb …
Unpacking libatk-bridge2.0-0:i386 (2.10.2-2) …
Selecting previously unselected package libcairo-gobject2:i386.
Preparing to unpack …/libcairo-gobject2_1.12.16-2_i386.deb …
Unpacking libcairo-gobject2:i386 (1.12.16-2) …
Selecting previously unselected package liblcms2-2:i386.
Preparing to unpack …/liblcms2-2_2.2+git20110628-2.3+b1_i386.deb …
Unpacking liblcms2-2:i386 (2.2+git20110628-2.3+b1) …
Selecting previously unselected package libcolord1:i386.
Preparing to unpack …/libcolord1_1.0.5-1_i386.deb …
Unpacking libcolord1:i386 (1.0.5-1) …
Selecting previously unselected package libcurl3:i386.
Preparing to unpack …/libcurl3_7.34.0-1_i386.deb …
Unpacking libcurl3:i386 (7.34.0-1) …
Selecting previously unselected package libdbus-glib-1-2:i386.
Preparing to unpack …/libdbus-glib-1-2_0.100.2-1_i386.deb …
Unpacking libdbus-glib-1-2:i386 (0.100.2-1) …
Selecting previously unselected package libdconf1:i386.
Preparing to unpack …/libdconf1_0.18.0-1_i386.deb …
Unpacking libdconf1:i386 (0.18.0-1) …
Selecting previously unselected package libaspell15.
Preparing to unpack …/libaspell15_0.60.7~20110707-1_i386.deb …
Unpacking libaspell15 (0.60.7~20110707-1) …
Selecting previously unselected package libhunspell-1.3-0:i386.
Preparing to unpack …/libhunspell-1.3-0_1.3.2-6_i386.deb …
Unpacking libhunspell-1.3-0:i386 (1.3.2-6) …
Selecting previously unselected package libenchant1c2a:i386.
Preparing to unpack …/libenchant1c2a_1.6.0-10_i386.deb …
Unpacking libenchant1c2a:i386 (1.6.0-10) …
Selecting previously unselected package libgeoclue0:i386.
Preparing to unpack …/libgeoclue0_0.12.99-3_i386.deb …
Unpacking libgeoclue0:i386 (0.12.99-3) …
Selecting previously unselected package libgstreamer1.0-0:i386.
Preparing to unpack …/libgstreamer1.0-0_1.2.2-1_i386.deb …
Unpacking libgstreamer1.0-0:i386 (1.2.2-1) …
Selecting previously unselected package liborc-0.4-0:i386.
Preparing to unpack …/liborc-0.4-0_1%3a0.4.18-1_i386.deb …
Unpacking liborc-0.4-0:i386 (1:0.4.18-1) …
Selecting previously unselected package libgstreamer-plugins-base1.0-0:i386.
Preparing to unpack …/libgstreamer-plugins-base1.0-0_1.2.2-1_i386.deb …
Unpacking libgstreamer-plugins-base1.0-0:i386 (1.2.2-1) …
Selecting previously unselected package dconf-service.
Preparing to unpack …/dconf-service_0.18.0-1_i386.deb …
Unpacking dconf-service (0.18.0-1) …
Selecting previously unselected package dconf-gsettings-backend:i386.
Preparing to unpack …/dconf-gsettings-backend_0.18.0-1_i386.deb …
Unpacking dconf-gsettings-backend:i386 (0.18.0-1) …
Selecting previously unselected package libgtk-3-common.
Preparing to unpack …/libgtk-3-common_3.8.6-1_all.deb …
Unpacking libgtk-3-common (3.8.6-1) …
Selecting previously unselected package libgtk-3-0:i386.
Preparing to unpack …/libgtk-3-0_3.8.6-1_i386.deb …
Unpacking libgtk-3-0:i386 (3.8.6-1) …
Selecting previously unselected package libicu52:i386.
Preparing to unpack …/libicu52_52.1-3_i386.deb …
Unpacking libicu52:i386 (52.1-3) …
Selecting previously unselected package libharfbuzz-icu0:i386.
Preparing to unpack …/libharfbuzz-icu0_0.9.25-1+b1_i386.deb …
Unpacking libharfbuzz-icu0:i386 (0.9.25-1+b1) …
Selecting previously unselected package x11-common.
Preparing to unpack …/x11-common_1%3a7.7+5_all.deb …
Unpacking x11-common (1:7.7+5) …
Selecting previously unselected package libice6:i386.
Preparing to unpack …/libice6_2%3a1.0.8-2_i386.deb …
Unpacking libice6:i386 (2:1.0.8-2) …
Selecting previously unselected package libjavascriptcoregtk-3.0-0:i386.
Preparing to unpack …/libjavascriptcoregtk-3.0-0_2.2.3-1_i386.deb …
Unpacking libjavascriptcoregtk-3.0-0:i386 (2.2.3-1) …
Selecting previously unselected package liblqr-1-0:i386.
Preparing to unpack …/liblqr-1-0_0.4.1-2_i386.deb …
Unpacking liblqr-1-0:i386 (0.4.1-2) …
Selecting previously unselected package libltdl7:i386.
Preparing to unpack …/libltdl7_2.4.2-1.6_i386.deb …
Unpacking libltdl7:i386 (2.4.2-1.6) …
Selecting previously unselected package libsm6:i386.
Preparing to unpack …/libsm6_2%3a1.2.1-2_i386.deb …
Unpacking libsm6:i386 (2:1.2.1-2) …
Selecting previously unselected package libxt6:i386.
Preparing to unpack …/libxt6_1%3a1.1.4-1_i386.deb …
Unpacking libxt6:i386 (1:1.1.4-1) …
Selecting previously unselected package libmagickcore5:i386.
Preparing to unpack …/libmagickcore5_8%3a6.7.7.10-7_i386.deb …
Unpacking libmagickcore5:i386 (8:6.7.7.10-7) …
Selecting previously unselected package libmagickwand5:i386.
Preparing to unpack …/libmagickwand5_8%3a6.7.7.10-7_i386.deb …
Unpacking libmagickwand5:i386 (8:6.7.7.10-7) …
Selecting previously unselected package libnotify4:i386.
Preparing to unpack …/libnotify4_0.7.6-1_i386.deb …
Unpacking libnotify4:i386 (0.7.6-1) …
Selecting previously unselected package libproxy1:i386.
Preparing to unpack …/libproxy1_0.4.11-4_i386.deb …
Unpacking libproxy1:i386 (0.4.11-4) …
Selecting previously unselected package libsecret-common.
Preparing to unpack …/libsecret-common_0.15-2_all.deb …
Unpacking libsecret-common (0.15-2) …
Selecting previously unselected package libsecret-1-0:i386.
Preparing to unpack …/libsecret-1-0_0.15-2_i386.deb …
Unpacking libsecret-1-0:i386 (0.15-2) …
Selecting previously unselected package glib-networking-common.
Preparing to unpack …/glib-networking-common_2.36.1-2_all.deb …
Unpacking glib-networking-common (2.36.1-2) …
Selecting previously unselected package glib-networking-services.
Preparing to unpack …/glib-networking-services_2.36.1-2+b1_i386.deb …
Unpacking glib-networking-services (2.36.1-2+b1) …
Selecting previously unselected package gsettings-desktop-schemas.
Preparing to unpack …/gsettings-desktop-schemas_3.8.2-2_all.deb …
Unpacking gsettings-desktop-schemas (3.8.2-2) …
Selecting previously unselected package glib-networking:i386.
Preparing to unpack …/glib-networking_2.36.1-2+b1_i386.deb …
Unpacking glib-networking:i386 (2.36.1-2+b1) …
Selecting previously unselected package libsoup2.4-1:i386.
Preparing to unpack …/libsoup2.4-1_2.44.2-1_i386.deb …
Unpacking libsoup2.4-1:i386 (2.44.2-1) …
Selecting previously unselected package libsysfs2:i386.
Preparing to unpack …/libsysfs2_2.1.0+repack-3_i386.deb …
Unpacking libsysfs2:i386 (2.1.0+repack-3) …
Selecting previously unselected package libwebp4:i386.
Preparing to unpack …/libwebp4_0.3.0-3+b1_i386.deb …
Unpacking libwebp4:i386 (0.3.0-3+b1) …
Selecting previously unselected package libxslt1.1:i386.
Preparing to unpack …/libxslt1.1_1.1.28-2_i386.deb …
Unpacking libxslt1.1:i386 (1.1.28-2) …
Selecting previously unselected package libwebkitgtk-3.0-common.
Preparing to unpack …/libwebkitgtk-3.0-common_2.2.3-1_all.deb …
Unpacking libwebkitgtk-3.0-common (2.2.3-1) …
Selecting previously unselected package libwebkitgtk-3.0-0:i386.
Preparing to unpack …/libwebkitgtk-3.0-0_2.2.3-1_i386.deb …
Unpacking libwebkitgtk-3.0-0:i386 (2.2.3-1) …
Selecting previously unselected package libxmu6:i386.
Preparing to unpack …/libxmu6_2%3a1.1.1-1_i386.deb …
Unpacking libxmu6:i386 (2:1.1.1-1) …
Selecting previously unselected package libxpm4:i386.
Preparing to unpack …/libxpm4_1%3a3.5.10-1_i386.deb …
Unpacking libxpm4:i386 (1:3.5.10-1) …
Selecting previously unselected package libxaw7:i386.
Preparing to unpack …/libxaw7_2%3a1.0.11-1_i386.deb …
Unpacking libxaw7:i386 (2:1.0.11-1) …
Selecting previously unselected package module-init-tools.
Preparing to unpack …/module-init-tools_16-2_all.deb …
Unpacking module-init-tools (16-2) …
Selecting previously unselected package libperl4-corelibs-perl.
Preparing to unpack …/libperl4-corelibs-perl_0.003-1_all.deb …
Unpacking libperl4-corelibs-perl (0.003-1) …
Selecting previously unselected package lsof.
Preparing to unpack …/lsof_4.86+dfsg-1_i386.deb …
Unpacking lsof (4.86+dfsg-1) …
Selecting previously unselected package most.
Preparing to unpack …/most_5.0.0a-2.3_i386.deb …
Unpacking most (5.0.0a-2.3) …
Selecting previously unselected package sysfsutils.
Preparing to unpack …/sysfsutils_2.1.0+repack-3_i386.deb …
Unpacking sysfsutils (2.1.0+repack-3) …
Selecting previously unselected package x11-xserver-utils.
Preparing to unpack …/x11-xserver-utils_7.7+1_i386.deb …
Unpacking x11-xserver-utils (7.7+1) …
Selecting previously unselected package powermgmt-base.
Preparing to unpack …/powermgmt-base_1.31_i386.deb …
Unpacking powermgmt-base (1.31) …
Selecting previously unselected package pm-utils.
Preparing to unpack …/pm-utils_1.4.1-13_all.deb …
Unpacking pm-utils (1.4.1-13) …
Selecting previously unselected package acpi-fakekey.
Preparing to unpack …/acpi-fakekey_0.141-2_i386.deb …
Unpacking acpi-fakekey (0.141-2) …
Selecting previously unselected package acpi-support.
Preparing to unpack …/acpi-support_0.141-2_all.deb …
Unpacking acpi-support (0.141-2) …
Selecting previously unselected package rungetty.
Preparing to unpack …/rungetty_1.2-15_i386.deb …
Unpacking rungetty (1.2-15) …
Selecting previously unselected package mingetty.
Preparing to unpack …/mingetty_1.08-2_i386.deb …
Unpacking mingetty (1.08-2) …
Selecting previously unselected package gnupg-curl.
Preparing to unpack …/gnupg-curl_1.4.16-1_i386.deb …
Adding ‘diversion of /usr/lib/gnupg/gpgkeys_curl to /usr/lib/gnupg/gpgkeys_curl.non_curl by gnupg-curl’
Adding ‘diversion of /usr/lib/gnupg/gpgkeys_hkp to /usr/lib/gnupg/gpgkeys_hkp.non_curl by gnupg-curl’
Unpacking gnupg-curl (1.4.16-1) …
Selecting previously unselected package libfile-fnmatch-perl.
Preparing to unpack …/libfile-fnmatch-perl_0.02-1+b3_i386.deb …
Unpacking libfile-fnmatch-perl (0.02-1+b3) …
Selecting previously unselected package debsums.
Preparing to unpack …/debsums_2.0.52+nmu1_all.deb …
Unpacking debsums (2.0.52+nmu1) …
Selecting previously unselected package curl.
Preparing to unpack …/curl_7.34.0-1_i386.deb …
Unpacking curl (7.34.0-1) …
Selecting previously unselected package zenity-common.
Preparing to unpack …/zenity-common_3.8.0-1_all.deb …
Unpacking zenity-common (3.8.0-1) …
Selecting previously unselected package zenity.
Preparing to unpack …/zenity_3.8.0-1_i386.deb …
Unpacking zenity (3.8.0-1) …
Selecting previously unselected package libnotify-bin.
Preparing to unpack …/libnotify-bin_0.7.6-1_i386.deb …
Unpacking libnotify-bin (0.7.6-1) …
Selecting previously unselected package imagemagick.
Preparing to unpack …/imagemagick_8%3a6.7.7.10-7_i386.deb …
Unpacking imagemagick (8:6.7.7.10-7) …
Selecting previously unselected package gsfonts.
Preparing to unpack …/gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2_all.deb …
Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2) …
Selecting previously unselected package virt-what.
Preparing to unpack …/virt-what_1.13-1_i386.deb …
Unpacking virt-what (1.13-1) …
Selecting previously unselected package python-stem.
Preparing to unpack …/python-stem_1.1.0-1_all.deb …
Unpacking python-stem (1.1.0-1) …
Selecting previously unselected package uuid-runtime.
Preparing to unpack …/uuid-runtime_2.20.1-5.5_i386.deb …
Unpacking uuid-runtime (2.20.1-5.5) …
Selecting previously unselected package vrms.
Preparing to unpack …/apt/archives/vrms_1.16_all.deb …
Unpacking vrms (1.16) …
Selecting previously unselected package wmctrl.
Preparing to unpack …/wmctrl_1.07-7_i386.deb …
Unpacking wmctrl (1.07-7) …
Selecting previously unselected package whonix-shared-packages-dependencies.
Preparing to unpack …/whonix-shared-packages-dependencies_7.7.3.5-debpackage1_all.deb …
Unpacking whonix-shared-packages-dependencies (2:7.7.3.5-debpackage1) …
Processing triggers for man-db (2.6.5-3) …
Processing triggers for libglib2.0-0:i386 (2.36.4-1) …
Processing triggers for mime-support (3.54) …
Processing triggers for hicolor-icon-theme (0.13-1) …
Processing triggers for fontconfig (2.11.0-2) …
Setting up console-data (2:1.12-3) …
Looking for keymap to install:
NONE
Setting up console-common (0.7.88) …
Looking for keymap to install:
NONE
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: policy-rc.d denied execution of start.
Setting up imagemagick-common (8:6.7.7.10-7) …
Setting up libatspi2.0-0:i386 (2.10.2-2) …
Setting up libatk-bridge2.0-0:i386 (2.10.2-2) …
Setting up libcairo-gobject2:i386 (1.12.16-2) …
Setting up liblcms2-2:i386 (2.2+git20110628-2.3+b1) …
Setting up libcolord1:i386 (1.0.5-1) …
Setting up libcurl3:i386 (7.34.0-1) …
Setting up libdbus-glib-1-2:i386 (0.100.2-1) …
Setting up libdconf1:i386 (0.18.0-1) …
Setting up libaspell15 (0.60.7~20110707-1) …
Setting up libhunspell-1.3-0:i386 (1.3.2-6) …
Setting up libenchant1c2a:i386 (1.6.0-10) …
Setting up libgeoclue0:i386 (0.12.99-3) …
Setting up libgstreamer1.0-0:i386 (1.2.2-1) …
Setting up liborc-0.4-0:i386 (1:0.4.18-1) …
Setting up libgstreamer-plugins-base1.0-0:i386 (1.2.2-1) …
Setting up dconf-service (0.18.0-1) …
Setting up dconf-gsettings-backend:i386 (0.18.0-1) …
Setting up libgtk-3-common (3.8.6-1) …
Setting up libgtk-3-0:i386 (3.8.6-1) …
Setting up libicu52:i386 (52.1-3) …
Setting up libharfbuzz-icu0:i386 (0.9.25-1+b1) …
Setting up x11-common (1:7.7+5) …
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libice6:i386 (2:1.0.8-2) …
Setting up libjavascriptcoregtk-3.0-0:i386 (2.2.3-1) …
Setting up liblqr-1-0:i386 (0.4.1-2) …
Setting up libltdl7:i386 (2.4.2-1.6) …
Setting up libsm6:i386 (2:1.2.1-2) …
Setting up libxt6:i386 (1:1.1.4-1) …
Setting up libmagickcore5:i386 (8:6.7.7.10-7) …
Setting up libmagickwand5:i386 (8:6.7.7.10-7) …
Setting up libnotify4:i386 (0.7.6-1) …
Setting up libproxy1:i386 (0.4.11-4) …
Setting up libsecret-common (0.15-2) …
Setting up libsecret-1-0:i386 (0.15-2) …
Setting up glib-networking-common (2.36.1-2) …
Setting up glib-networking-services (2.36.1-2+b1) …
Setting up gsettings-desktop-schemas (3.8.2-2) …
Setting up glib-networking:i386 (2.36.1-2+b1) …
Setting up libsoup2.4-1:i386 (2.44.2-1) …
Setting up libsysfs2:i386 (2.1.0+repack-3) …
Setting up libwebp4:i386 (0.3.0-3+b1) …
Setting up libxslt1.1:i386 (1.1.28-2) …
Setting up libwebkitgtk-3.0-common (2.2.3-1) …
Setting up libwebkitgtk-3.0-0:i386 (2.2.3-1) …
Setting up libxmu6:i386 (2:1.1.1-1) …
Setting up libxpm4:i386 (1:3.5.10-1) …
Setting up libxaw7:i386 (2:1.0.11-1) …
Setting up module-init-tools (16-2) …
Setting up libperl4-corelibs-perl (0.003-1) …
Setting up lsof (4.86+dfsg-1) …
Setting up most (5.0.0a-2.3) …
Setting up sysfsutils (2.1.0+repack-3) …
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: policy-rc.d denied execution of start.
Setting up x11-xserver-utils (7.7+1) …
Setting up powermgmt-base (1.31) …
Setting up pm-utils (1.4.1-13) …
Setting up acpi-fakekey (0.141-2) …
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: policy-rc.d denied execution of start.
Setting up acpi-support (0.141-2) …
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up rungetty (1.2-15) …
Setting up mingetty (1.08-2) …
Setting up gnupg-curl (1.4.16-1) …
Setting up libfile-fnmatch-perl (0.02-1+b3) …
Setting up debsums (2.0.52+nmu1) …
Setting up curl (7.34.0-1) …
Setting up zenity-common (3.8.0-1) …
Setting up zenity (3.8.0-1) …
Setting up libnotify-bin (0.7.6-1) …
Setting up imagemagick (8:6.7.7.10-7) …
update-alternatives: using /usr/bin/compare.im6 to provide /usr/bin/compare (compare) in auto mode
update-alternatives: using /usr/bin/animate.im6 to provide /usr/bin/animate (animate) in auto mode
update-alternatives: using /usr/bin/convert.im6 to provide /usr/bin/convert (convert) in auto mode
update-alternatives: using /usr/bin/composite.im6 to provide /usr/bin/composite (composite) in auto mode
update-alternatives: using /usr/bin/conjure.im6 to provide /usr/bin/conjure (conjure) in auto mode
update-alternatives: using /usr/bin/import.im6 to provide /usr/bin/import (import) in auto mode
update-alternatives: using /usr/bin/identify.im6 to provide /usr/bin/identify (identify) in auto mode
update-alternatives: using /usr/bin/stream.im6 to provide /usr/bin/stream (stream) in auto mode
update-alternatives: using /usr/bin/display.im6 to provide /usr/bin/display (display) in auto mode
update-alternatives: using /usr/bin/montage.im6 to provide /usr/bin/montage (montage) in auto mode
update-alternatives: using /usr/bin/mogrify.im6 to provide /usr/bin/mogrify (mogrify) in auto mode
Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2) …
Setting up virt-what (1.13-1) …
Setting up python-stem (1.1.0-1) …
Setting up uuid-runtime (2.20.1-5.5) …
Setting up vrms (1.16) …
Setting up wmctrl (1.07-7) …
Setting up whonix-shared-packages-dependencies (2:7.7.3.5-debpackage1) …
Processing triggers for libc-bin (2.17-97) …

Extracting templates from packages: 66%
Extracting templates from packages: 100%
Preconfiguring packages …
Fetched 8,845 kB in 32s (275 kB/s)
Selecting previously unselected package libatasmart4:i386.
(Reading database … 42258 files and directories currently installed.)
Preparing to unpack …/libatasmart4_0.19-3_i386.deb …
Unpacking libatasmart4:i386 (0.19-3) …
Selecting previously unselected package libdevmapper-event1.02.1:i386.
Preparing to unpack …/libdevmapper-event1.02.1_2%3a1.02.77-6+b1_i386.deb …
Unpacking libdevmapper-event1.02.1:i386 (2:1.02.77-6+b1) …
Selecting previously unselected package libgudev-1.0-0:i386.
Preparing to unpack …/libgudev-1.0-0_204-6_i386.deb …
Unpacking libgudev-1.0-0:i386 (204-6) …
Selecting previously unselected package liblvm2app2.2:i386.
Preparing to unpack …/liblvm2app2.2_2.02.98-6+b1_i386.deb …
Unpacking liblvm2app2.2:i386 (2.02.98-6+b1) …
Selecting previously unselected package libparted0debian1:i386.
Preparing to unpack …/libparted0debian1_2.3-16_i386.deb …
Unpacking libparted0debian1:i386 (2.3-16) …
Selecting previously unselected package libpolkit-gobject-1-0:i386.
Preparing to unpack …/libpolkit-gobject-1-0_0.105-4_i386.deb …
Unpacking libpolkit-gobject-1-0:i386 (0.105-4) …
Selecting previously unselected package dnsutils.
Preparing to unpack …/dnsutils_1%3a9.8.4.dfsg.P1-6+nmu3_i386.deb …
Unpacking dnsutils (1:9.8.4.dfsg.P1-6+nmu3) …
Selecting previously unselected package python-support.
Preparing to unpack …/python-support_1.0.15_all.deb …
Unpacking python-support (1.0.15) …
Selecting previously unselected package libconfig-file-perl.
Preparing to unpack …/libconfig-file-perl_1.50-2_all.deb …
Unpacking libconfig-file-perl (1.50-2) …
Selecting previously unselected package libregexp-assemble-perl.
Preparing to unpack …/libregexp-assemble-perl_0.35-8_all.deb …
Unpacking libregexp-assemble-perl (0.35-8) …
Selecting previously unselected package apt-file.
Preparing to unpack …/apt-file_2.5.2_all.deb …
Unpacking apt-file (2.5.2) …
Selecting previously unselected package python-gdbm.
Preparing to unpack …/python-gdbm_2.7.5-1_i386.deb …
Unpacking python-gdbm (2.7.5-1) …
Selecting previously unselected package command-not-found.
Preparing to unpack …/command-not-found_0.2.38-1_all.deb …
Unpacking command-not-found (0.2.38-1) …
Selecting previously unselected package libclass-factory-util-perl.
Preparing to unpack …/libclass-factory-util-perl_1.7-2_all.deb …
Unpacking libclass-factory-util-perl (1.7-2) …
Selecting previously unselected package libparams-util-perl.
Preparing to unpack …/libparams-util-perl_1.07-1+b1_i386.deb …
Unpacking libparams-util-perl (1.07-1+b1) …
Selecting previously unselected package libsub-install-perl.
Preparing to unpack …/libsub-install-perl_0.927-1_all.deb …
Unpacking libsub-install-perl (0.927-1) …
Selecting previously unselected package libdata-optlist-perl.
Preparing to unpack …/libdata-optlist-perl_0.109-1_all.deb …
Unpacking libdata-optlist-perl (0.109-1) …
Selecting previously unselected package libparams-classify-perl.
Preparing to unpack …/libparams-classify-perl_0.013-4+b1_i386.deb …
Unpacking libparams-classify-perl (0.013-4+b1) …
Selecting previously unselected package libmodule-runtime-perl.
Preparing to unpack …/libmodule-runtime-perl_0.013-1_all.deb …
Unpacking libmodule-runtime-perl (0.013-1) …
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack …/libtry-tiny-perl_0.18-1_all.deb …
Unpacking libtry-tiny-perl (0.18-1) …
Selecting previously unselected package libmodule-implementation-perl.
Preparing to unpack …/libmodule-implementation-perl_0.07-1_all.deb …
Unpacking libmodule-implementation-perl (0.07-1) …
Selecting previously unselected package libpackage-stash-perl.
Preparing to unpack …/libpackage-stash-perl_0.36-1_all.deb …
Unpacking libpackage-stash-perl (0.36-1) …
Selecting previously unselected package libclass-load-perl.
Preparing to unpack …/libclass-load-perl_0.20-1_all.deb …
Unpacking libclass-load-perl (0.20-1) …
Selecting previously unselected package libclass-singleton-perl.
Preparing to unpack …/libclass-singleton-perl_1.4-1_all.deb …
Unpacking libclass-singleton-perl (1.4-1) …
Selecting previously unselected package libparams-validate-perl.
Preparing to unpack …/libparams-validate-perl_1.08-1_i386.deb …
Unpacking libparams-validate-perl (1.08-1) …
Selecting previously unselected package libdatetime-locale-perl.
Preparing to unpack …/libdatetime-locale-perl_1%3a0.45-2_all.deb …
Unpacking libdatetime-locale-perl (1:0.45-2) …
Selecting previously unselected package libdatetime-timezone-perl.
Preparing to unpack …/libdatetime-timezone-perl_1%3a1.63-1+2013h_all.deb …
Unpacking libdatetime-timezone-perl (1:1.63-1+2013h) …
Selecting previously unselected package libdatetime-perl.
Preparing to unpack …/libdatetime-perl_2%3a1.06-1_i386.deb …
Unpacking libdatetime-perl (2:1.06-1) …
Selecting previously unselected package libdatetime-format-strptime-perl.
Preparing to unpack …/libdatetime-format-strptime-perl_1.5400-1_all.deb …
Unpacking libdatetime-format-strptime-perl (1.5400-1) …
Selecting previously unselected package libdatetime-format-builder-perl.
Preparing to unpack …/libdatetime-format-builder-perl_0.8100-1_all.deb …
Unpacking libdatetime-format-builder-perl (0.8100-1) …
Selecting previously unselected package libdatetime-format-iso8601-perl.
Preparing to unpack …/libdatetime-format-iso8601-perl_0.08-1_all.deb …
Unpacking libdatetime-format-iso8601-perl (0.08-1) …
Selecting previously unselected package librpc-xml-perl.
Preparing to unpack …/librpc-xml-perl_0.77-1_all.deb …
Unpacking librpc-xml-perl (0.77-1) …
Selecting previously unselected package libsgutils2-2.
Preparing to unpack …/libsgutils2-2_1.36-1_i386.deb …
Unpacking libsgutils2-2 (1.36-1) …
Selecting previously unselected package libterm-readkey-perl.
Preparing to unpack …/libterm-readkey-perl_2.31-1_i386.deb …
Unpacking libterm-readkey-perl (2.31-1) …
Selecting previously unselected package secure-delete.
Preparing to unpack …/secure-delete_3.1-6_i386.deb …
Unpacking secure-delete (3.1-6) …
Selecting previously unselected package udisks.
Preparing to unpack …/udisks_1.0.4-8+b1_i386.deb …
Unpacking udisks (1.0.4-8+b1) …
Selecting previously unselected package zsh-common.
Preparing to unpack …/zsh-common_5.0.5-1_all.deb …
Unpacking zsh-common (5.0.5-1) …
Selecting previously unselected package zsh.
Preparing to unpack …/archives/zsh_5.0.5-1_i386.deb …
Unpacking zsh (5.0.5-1) …
Selecting previously unselected package libapparmor1:i386.
Preparing to unpack …/libapparmor1_2.8.0-5_i386.deb …
Unpacking libapparmor1:i386 (2.8.0-5) …
Selecting previously unselected package libapparmor-perl.
Preparing to unpack …/libapparmor-perl_2.8.0-5_i386.deb …
Unpacking libapparmor-perl (2.8.0-5) …
Selecting previously unselected package apparmor.
Preparing to unpack …/apparmor_2.8.0-5_i386.deb …
Unpacking apparmor (2.8.0-5) …
Selecting previously unselected package apparmor-profiles.
Preparing to unpack …/apparmor-profiles_2.8.0-5_all.deb …
Unpacking apparmor-profiles (2.8.0-5) …
Selecting previously unselected package apparmor-utils.
Preparing to unpack …/apparmor-utils_2.8.0-5_i386.deb …
Unpacking apparmor-utils (2.8.0-5) …
Selecting previously unselected package apparmor-notify.
Preparing to unpack …/apparmor-notify_2.8.0-5_all.deb …
Unpacking apparmor-notify (2.8.0-5) …
Selecting previously unselected package whonix-shared-packages-recommended.
Preparing to unpack …/whonix-shared-packages-recommended_7.7.3.5-debpackage1_all.deb …
Unpacking whonix-shared-packages-recommended (2:7.7.3.5-debpackage1) …
Processing triggers for man-db (2.6.5-3) …
Setting up libatasmart4:i386 (0.19-3) …
Setting up libdevmapper-event1.02.1:i386 (2:1.02.77-6+b1) …
Setting up libgudev-1.0-0:i386 (204-6) …
Setting up liblvm2app2.2:i386 (2.02.98-6+b1) …
Setting up libparted0debian1:i386 (2.3-16) …
Setting up libpolkit-gobject-1-0:i386 (0.105-4) …
Setting up dnsutils (1:9.8.4.dfsg.P1-6+nmu3) …
Setting up python-support (1.0.15) …
Setting up libconfig-file-perl (1.50-2) …
Setting up libregexp-assemble-perl (0.35-8) …
Setting up apt-file (2.5.2) …
The system-wide cache is empty. You may want to run ‘apt-file update’
as root to update the cache. You can also run ‘apt-file update’ as
normal user to use a cache in the user’s home directory.
Setting up python-gdbm (2.7.5-1) …
Setting up command-not-found (0.2.38-1) …
You need to run ‘update-command-not-found’ as root to update the cache.
Setting up libclass-factory-util-perl (1.7-2) …
Setting up libparams-util-perl (1.07-1+b1) …
Setting up libsub-install-perl (0.927-1) …
Setting up libdata-optlist-perl (0.109-1) …
Setting up libparams-classify-perl (0.013-4+b1) …
Setting up libmodule-runtime-perl (0.013-1) …
Setting up libtry-tiny-perl (0.18-1) …
Setting up libmodule-implementation-perl (0.07-1) …
Setting up libpackage-stash-perl (0.36-1) …
Setting up libclass-load-perl (0.20-1) …
Setting up libclass-singleton-perl (1.4-1) …
Setting up libparams-validate-perl (1.08-1) …
Setting up libdatetime-locale-perl (1:0.45-2) …
Setting up libdatetime-timezone-perl (1:1.63-1+2013h) …
Setting up libdatetime-perl (2:1.06-1) …
Setting up libdatetime-format-strptime-perl (1.5400-1) …
Setting up libdatetime-format-builder-perl (0.8100-1) …
Setting up libdatetime-format-iso8601-perl (0.08-1) …
Setting up librpc-xml-perl (0.77-1) …
Setting up libsgutils2-2 (1.36-1) …
Setting up libterm-readkey-perl (2.31-1) …
Setting up secure-delete (3.1-6) …
Setting up udisks (1.0.4-8+b1) …
Setting up zsh-common (5.0.5-1) …
Setting up zsh (5.0.5-1) …
update-alternatives: using /bin/zsh5 to provide /bin/zsh (zsh) in auto mode
update-alternatives: using /bin/zsh5 to provide /bin/rzsh (rzsh) in auto mode
Setting up libapparmor1:i386 (2.8.0-5) …
Setting up libapparmor-perl (2.8.0-5) …
Setting up apparmor (2.8.0-5) …
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: policy-rc.d denied execution of start.
invoke-rc.d: policy-rc.d denied execution of reload.
Setting up apparmor-profiles (2.8.0-5) …
invoke-rc.d: policy-rc.d denied execution of reload.
Setting up apparmor-utils (2.8.0-5) …
Setting up apparmor-notify (2.8.0-5) …
Setting up whonix-shared-packages-recommended (2:7.7.3.5-debpackage1) …
Processing triggers for libc-bin (2.17-97) …
Processing triggers for python-support (1.0.15) …

Extracting templates from packages: 63%
Extracting templates from packages: 100%
Fetched 8,815 kB in 34s (255 kB/s)
Selecting previously unselected package libfontenc1:i386.
(Reading database … 45600 files and directories currently installed.)
Preparing to unpack …/libfontenc1_1%3a1.1.2-1_i386.deb …
Unpacking libfontenc1:i386 (1:1.1.2-1) …
Selecting previously unselected package libplist1:i386.
Preparing to unpack …/libplist1_1.10-1_i386.deb …
Unpacking libplist1:i386 (1.10-1) …
Selecting previously unselected package libusbmuxd2.
Preparing to unpack …/libusbmuxd2_1.0.8-2_i386.deb …
Unpacking libusbmuxd2 (1.0.8-2) …
Selecting previously unselected package usbmuxd.
Preparing to unpack …/usbmuxd_1.0.8-2_i386.deb …
Unpacking usbmuxd (1.0.8-2) …
Selecting previously unselected package libimobiledevice4:i386.
Preparing to unpack …/libimobiledevice4_1.1.5-2_i386.deb …
Unpacking libimobiledevice4:i386 (1.1.5-2) …
Selecting previously unselected package libmtdev1:i386.
Preparing to unpack …/libmtdev1_1.1.4-1_i386.deb …
Unpacking libmtdev1:i386 (1.1.4-1) …
Selecting previously unselected package libspice-server1:i386.
Preparing to unpack …/libspice-server1_0.12.4-0nocelt2_i386.deb …
Unpacking libspice-server1:i386 (0.12.4-0nocelt2) …
Selecting previously unselected package libupower-glib1:i386.
Preparing to unpack …/libupower-glib1_0.9.23-2+b1_i386.deb …
Unpacking libupower-glib1:i386 (0.9.23-2+b1) …
Selecting previously unselected package libxatracker1:i386.
Preparing to unpack …/libxatracker1_9.2.2-1_i386.deb …
Unpacking libxatracker1:i386 (9.2.2-1) …
Selecting previously unselected package libxfont1:i386.
Preparing to unpack …/libxfont1_1%3a1.4.7-1_i386.deb …
Unpacking libxfont1:i386 (1:1.4.7-1) …
Selecting previously unselected package libxkbfile1:i386.
Preparing to unpack …/libxkbfile1_1%3a1.0.8-1_i386.deb …
Unpacking libxkbfile1:i386 (1:1.0.8-1) …
Selecting previously unselected package libxtst6:i386.
Preparing to unpack …/libxtst6_2%3a1.2.2-1_i386.deb …
Unpacking libxtst6:i386 (2:1.2.2-1) …
Selecting previously unselected package libxv1:i386.
Preparing to unpack …/libxv1_2%3a1.0.9-1_i386.deb …
Unpacking libxv1:i386 (2:1.0.9-1) …
Selecting previously unselected package libxvmc1:i386.
Preparing to unpack …/libxvmc1_2%3a1.0.8-1_i386.deb …
Unpacking libxvmc1:i386 (2:1.0.8-1) …
Selecting previously unselected package libxcb-util0:i386.
Preparing to unpack …/libxcb-util0_0.3.8-2_i386.deb …
Unpacking libxcb-util0:i386 (0.3.8-2) …
Selecting previously unselected package upower.
Preparing to unpack …/upower_0.9.23-2+b1_i386.deb …
Unpacking upower (0.9.23-2+b1) …
Selecting previously unselected package x11-xkb-utils.
Preparing to unpack …/x11-xkb-utils_7.7+1_i386.deb …
Unpacking x11-xkb-utils (7.7+1) …
Selecting previously unselected package xserver-common.
Preparing to unpack …/xserver-common_2%3a1.14.5-1_all.deb …
Unpacking xserver-common (2:1.14.5-1) …
Selecting previously unselected package xserver-xorg-core.
Preparing to unpack …/xserver-xorg-core_2%3a1.14.5-1_i386.deb …
Unpacking xserver-xorg-core (2:1.14.5-1) …
Selecting previously unselected package xserver-xorg-video-r128.
Preparing to unpack …/xserver-xorg-video-r128_6.9.1-1_i386.deb …
Unpacking xserver-xorg-video-r128 (6.9.1-1) …
Selecting previously unselected package xserver-xorg-video-mach64.
Preparing to unpack …/xserver-xorg-video-mach64_6.9.4-1+b1_i386.deb …
Unpacking xserver-xorg-video-mach64 (6.9.4-1+b1) …
Selecting previously unselected package xserver-xorg-video-radeon.
Preparing to unpack …/xserver-xorg-video-radeon_1%3a7.2.0-1+b2_i386.deb …
Unpacking xserver-xorg-video-radeon (1:7.2.0-1+b2) …
Selecting previously unselected package xserver-xorg-video-ati.
Preparing to unpack …/xserver-xorg-video-ati_1%3a7.2.0-1+b2_i386.deb …
Unpacking xserver-xorg-video-ati (1:7.2.0-1+b2) …
Selecting previously unselected package xserver-xorg-video-cirrus.
Preparing to unpack …/xserver-xorg-video-cirrus_1%3a1.5.2-1+b1_i386.deb …
Unpacking xserver-xorg-video-cirrus (1:1.5.2-1+b1) …
Selecting previously unselected package xserver-xorg-video-fbdev.
Preparing to unpack …/xserver-xorg-video-fbdev_1%3a0.4.4-1_i386.deb …
Unpacking xserver-xorg-video-fbdev (1:0.4.4-1) …
Selecting previously unselected package xserver-xorg-video-intel.
Preparing to unpack …/xserver-xorg-video-intel_2%3a2.21.15-1+b2_i386.deb …
Unpacking xserver-xorg-video-intel (2:2.21.15-1+b2) …
Selecting previously unselected package xserver-xorg-video-mga.
Preparing to unpack …/xserver-xorg-video-mga_1%3a1.6.2-1+b1_i386.deb …
Unpacking xserver-xorg-video-mga (1:1.6.2-1+b1) …
Selecting previously unselected package xserver-xorg-video-modesetting.
Preparing to unpack …/xserver-xorg-video-modesetting_0.8.1-1_i386.deb …
Unpacking xserver-xorg-video-modesetting (0.8.1-1) …
Selecting previously unselected package xserver-xorg-video-neomagic.
Preparing to unpack …/xserver-xorg-video-neomagic_1%3a1.2.8-1_i386.deb …
Unpacking xserver-xorg-video-neomagic (1:1.2.8-1) …
Selecting previously unselected package xserver-xorg-video-nouveau.
Preparing to unpack …/xserver-xorg-video-nouveau_1%3a1.0.10-1_i386.deb …
Unpacking xserver-xorg-video-nouveau (1:1.0.10-1) …
Selecting previously unselected package xserver-xorg-video-openchrome.
Preparing to unpack …/xserver-xorg-video-openchrome_1%3a0.3.3-1_i386.deb …
Unpacking xserver-xorg-video-openchrome (1:0.3.3-1) …
Selecting previously unselected package xserver-xorg-video-qxl.
Preparing to unpack …/xserver-xorg-video-qxl_0.1.0-2.1_i386.deb …
Unpacking xserver-xorg-video-qxl (0.1.0-2.1) …
Selecting previously unselected package xserver-xorg-video-savage.
Preparing to unpack …/xserver-xorg-video-savage_1%3a2.3.7-2_i386.deb …
Unpacking xserver-xorg-video-savage (1:2.3.7-2) …
Selecting previously unselected package xserver-xorg-video-siliconmotion.
Preparing to unpack …/xserver-xorg-video-siliconmotion_1%3a1.7.7-2_i386.deb …
Unpacking xserver-xorg-video-siliconmotion (1:1.7.7-2) …
Selecting previously unselected package xserver-xorg-video-sisusb.
Preparing to unpack …/xserver-xorg-video-sisusb_1%3a0.9.6-2_i386.deb …
Unpacking xserver-xorg-video-sisusb (1:0.9.6-2) …
Selecting previously unselected package xserver-xorg-video-tdfx.
Preparing to unpack …/xserver-xorg-video-tdfx_1%3a1.4.5-1_i386.deb …
Unpacking xserver-xorg-video-tdfx (1:1.4.5-1) …
Selecting previously unselected package xserver-xorg-video-trident.
Preparing to unpack …/xserver-xorg-video-trident_1%3a1.3.6-2_i386.deb …
Unpacking xserver-xorg-video-trident (1:1.3.6-2) …
Selecting previously unselected package xserver-xorg-video-vesa.
Preparing to unpack …/xserver-xorg-video-vesa_1%3a2.3.3-1+b1_i386.deb …
Unpacking xserver-xorg-video-vesa (1:2.3.3-1+b1) …
Selecting previously unselected package xserver-xorg-video-vmware.
Preparing to unpack …/xserver-xorg-video-vmware_1%3a13.0.1-2_i386.deb …
Unpacking xserver-xorg-video-vmware (1:13.0.1-2) …
Selecting previously unselected package xserver-xorg-video-all.
Preparing to unpack …/xserver-xorg-video-all_1%3a7.7+5_i386.deb …
Unpacking xserver-xorg-video-all (1:7.7+5) …
Selecting previously unselected package xserver-xorg-input-evdev.
Preparing to unpack …/xserver-xorg-input-evdev_1%3a2.8.2-1_i386.deb …
Unpacking xserver-xorg-input-evdev (1:2.8.2-1) …
Selecting previously unselected package xserver-xorg-input-mouse.
Preparing to unpack …/xserver-xorg-input-mouse_1%3a1.9.0-1+b1_i386.deb …
Unpacking xserver-xorg-input-mouse (1:1.9.0-1+b1) …
Selecting previously unselected package xserver-xorg-input-vmmouse.
Preparing to unpack …/xserver-xorg-input-vmmouse_1%3a13.0.0-1+b1_i386.deb …
Unpacking xserver-xorg-input-vmmouse (1:13.0.0-1+b1) …
Selecting previously unselected package xserver-xorg-input-synaptics.
Preparing to unpack …/xserver-xorg-input-synaptics_1.7.2-1_i386.deb …
Unpacking xserver-xorg-input-synaptics (1.7.2-1) …
Selecting previously unselected package xserver-xorg-input-all.
Preparing to unpack …/xserver-xorg-input-all_1%3a7.7+5_i386.deb …
Unpacking xserver-xorg-input-all (1:7.7+5) …
Selecting previously unselected package xserver-xorg.
Preparing to unpack …/xserver-xorg_1%3a7.7+5_i386.deb …
Unpacking xserver-xorg (1:7.7+5) …
Selecting previously unselected package whonix-shared-desktop.
Preparing to unpack …/whonix-shared-desktop_7.7.3.5-debpackage1_all.deb …
Unpacking whonix-shared-desktop (2:7.7.3.5-debpackage1) …
Processing triggers for man-db (2.6.5-3) …
Setting up libfontenc1:i386 (1:1.1.2-1) …
Setting up libplist1:i386 (1.10-1) …
Setting up libusbmuxd2 (1.0.8-2) …
Setting up usbmuxd (1.0.8-2) …
Adding system user usbmux' (UID 105) ... Adding new user usbmux’ (UID 105) with group plugdev' ... Not creating home directory /home/usbmux’.
Setting up libimobiledevice4:i386 (1.1.5-2) …
Setting up libmtdev1:i386 (1.1.4-1) …
Setting up libspice-server1:i386 (0.12.4-0nocelt2) …
Setting up libupower-glib1:i386 (0.9.23-2+b1) …
Setting up libxatracker1:i386 (9.2.2-1) …
Setting up libxfont1:i386 (1:1.4.7-1) …
Setting up libxkbfile1:i386 (1:1.0.8-1) …
Setting up libxtst6:i386 (2:1.2.2-1) …
Setting up libxv1:i386 (2:1.0.9-1) …
Setting up libxvmc1:i386 (2:1.0.8-1) …
Setting up libxcb-util0:i386 (0.3.8-2) …
Setting up upower (0.9.23-2+b1) …
Setting up x11-xkb-utils (7.7+1) …
Setting up xserver-common (2:1.14.5-1) …
Setting up xserver-xorg-core (2:1.14.5-1) …
Setting up xserver-xorg-video-r128 (6.9.1-1) …
Setting up xserver-xorg-video-mach64 (6.9.4-1+b1) …
Setting up xserver-xorg-video-radeon (1:7.2.0-1+b2) …
Setting up xserver-xorg-video-ati (1:7.2.0-1+b2) …
Setting up xserver-xorg-video-cirrus (1:1.5.2-1+b1) …
Setting up xserver-xorg-video-fbdev (1:0.4.4-1) …
Setting up xserver-xorg-video-intel (2:2.21.15-1+b2) …
Setting up xserver-xorg-video-mga (1:1.6.2-1+b1) …
Setting up xserver-xorg-video-modesetting (0.8.1-1) …
Setting up xserver-xorg-video-neomagic (1:1.2.8-1) …
Setting up xserver-xorg-video-nouveau (1:1.0.10-1) …
Setting up xserver-xorg-video-openchrome (1:0.3.3-1) …
Setting up xserver-xorg-video-qxl (0.1.0-2.1) …
Setting up xserver-xorg-video-savage (1:2.3.7-2) …
Setting up xserver-xorg-video-siliconmotion (1:1.7.7-2) …
Setting up xserver-xorg-video-sisusb (1:0.9.6-2) …
Setting up xserver-xorg-video-tdfx (1:1.4.5-1) …
Setting up xserver-xorg-video-trident (1:1.3.6-2) …
Setting up xserver-xorg-video-vesa (1:2.3.3-1+b1) …
Setting up xserver-xorg-video-vmware (1:13.0.1-2) …
Setting up xserver-xorg-video-all (1:7.7+5) …
Setting up xserver-xorg-input-evdev (1:2.8.2-1) …
Setting up xserver-xorg-input-mouse (1:1.9.0-1+b1) …
Setting up xserver-xorg-input-vmmouse (1:13.0.0-1+b1) …
Setting up xserver-xorg-input-synaptics (1.7.2-1) …
Setting up xserver-xorg-input-all (1:7.7+5) …
Setting up xserver-xorg (1:7.7+5) …
Setting up whonix-shared-desktop (2:7.7.3.5-debpackage1) …
Processing triggers for libc-bin (2.17-97) …

  • install-pkg whonix-shared-desktop-kde
  • pkg=whonix-shared-desktop-kde
  • case $whonix_build_script_whonix_package in
  • true ‘INFO: Installing whonix-shared-desktop-kde, because whonix_build_script_whonix_package does not include it.’
  • apt-get -o Dir::Etc::sourcelist=/tmp/empty -o Dir::Etc::sourceparts=/var/lib/whonix/sources_temp_list.d -o Acquire::http::Timeout=180 -o Acquire::ftp::Timeout=180 -o Acquire::Retries=3 -o Debug::Acquire::gpgv=true -o Acquire::Check-Valid-Until=false --yes --no-install-recommends install whonix-shared-desktop-kde
    Reading package lists…
    Building dependency tree…
    Reading state information…
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

The following packages have unmet dependencies:
whonix-shared-desktop-kde : Depends: okular but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
++ error_handler_unchroot_unprevent_unmount
++ echo ‘ERROR in ./build-steps.d/1700_install-meta-packages. Aborting…’
ERROR in ./build-steps.d/1700_install-meta-packages. Aborting…
++ rm --force /var/run/whonix/package_manager_lock
++ /home/user/nothing-to-see/help-steps/remove-local-temp-apt-repo
+++ dirname /home/user/nothing-to-see/help-steps/remove-local-temp-apt-repo
++ cd /home/user/nothing-to-see/help-steps
++ pwd

  • MYDIR=/home/user/nothing-to-see/help-steps
  • source /home/user/nothing-to-see/help-steps/pre
    ++ set +x
  • source /home/user/nothing-to-see/help-steps/variables
    ++ set +x
    INFO: Setting… export UWT_DEV_PASSTHROUGH=“1”
    whonix_build_new_changelog_version: 2:7.7.3.5-debpackage1
  • true ‘INFO: Currently running script: /home/user/nothing-to-see/help-steps/remove-local-temp-apt-repo’
  • remove_local_temp_apt_repo
  • trap error_handler_general ERR INT TERM
  • rm --force /etc/apt/trusted.gpg.d/whonix-temporary-local-apt-repository.gpg
  • rm --force //var/lib/whonix/sources_temp_list.d/whonix_temp_initialdeb.list
  • rm --force //var/lib/whonix/sources_temp_list.d/build_sources.list
  • true ‘INFO: End of: /home/user/nothing-to-see/help-steps/remove-local-temp-apt-repo No error detected.’
    ++ /home/user/nothing-to-see/help-steps/unchroot-img
    +++ dirname /home/user/nothing-to-see/help-steps/unchroot-img
    ++ cd /home/user/nothing-to-see/help-steps
    ++ pwd
  • MYDIR=/home/user/nothing-to-see/help-steps
  • source /home/user/nothing-to-see/help-steps/pre
    ++ set +x
  • source /home/user/nothing-to-see/help-steps/variables
    ++ set +x
    INFO: Setting… export UWT_DEV_PASSTHROUGH=“1”
    whonix_build_new_changelog_version: 2:7.7.3.5-debpackage1
  • true ‘INFO: Currently running script: /home/user/nothing-to-see/help-steps/unchroot-img’
  • do_unchroot
  • trap error_handler_unchroot-img ERR INT TERM
  • sync
  • ‘[’ 1 = 1 ‘]’
  • true
  • umount //mnt/initialdeb
  • umount /etc/resolv.conf
  • umount /etc/hosts
  • umount /etc/hostname
  • umount /etc/network/interfaces
  • sync
  • true ‘INFO: End of: /home/user/nothing-to-see/help-steps/unchroot-img No error detected.’
    ++ /home/user/nothing-to-see/help-steps/unprevent-daemons-from-starting
    +++ dirname /home/user/nothing-to-see/help-steps/unprevent-daemons-from-starting
    ++ cd /home/user/nothing-to-see/help-steps
    ++ pwd
  • MYDIR=/home/user/nothing-to-see/help-steps
  • source /home/user/nothing-to-see/help-steps/pre
    ++ set +x
  • source /home/user/nothing-to-see/help-steps/variables
    ++ set +x
    INFO: Setting… export UWT_DEV_PASSTHROUGH=“1”
    whonix_build_new_changelog_version: 2:7.7.3.5-debpackage1
  • true ‘INFO: Currently running script: /home/user/nothing-to-see/help-steps/unprevent-daemons-from-starting’
  • unprevent_daemons_from_starting
  • sync
  • rm --verbose --force /usr/sbin/policy-rc.d
    removed ‘/usr/sbin/policy-rc.d’
  • sync
  • true ‘INFO: End of: /home/user/nothing-to-see/help-steps/unprevent-daemons-from-starting No error detected.’
    ++ /home/user/nothing-to-see/help-steps/unmount-img
    +++ dirname /home/user/nothing-to-see/help-steps/unmount-img
    ++ cd /home/user/nothing-to-see/help-steps
    ++ pwd
  • MYDIR=/home/user/nothing-to-see/help-steps
  • source /home/user/nothing-to-see/help-steps/pre
    ++ set +x
  • source /home/user/nothing-to-see/help-steps/variables
    ++ set +x
    INFO: Setting… export UWT_DEV_PASSTHROUGH=“1”
    whonix_build_new_changelog_version: 2:7.7.3.5-debpackage1
  • ‘[’ 1 = 1 ‘]’
  • true ‘INFO: Skipping script, because BARE_METAL=1: /home/user/nothing-to-see/help-steps/unmount-img’
  • exit 0
    ++ echo ‘ERROR in ./build-steps.d/1700_install-meta-packages! Aborted.’
    ERROR in ./build-steps.d/1700_install-meta-packages! Aborted.
    ++ exit 1
    run-parts: ./build-steps.d/1700_install-meta-packages exited with return code 1
    ++ error_handler_build-machine
    +++ caller
    ++ : echo ’
    BASH_COMMAND: run-parts --verbose --exit-on-error ./build-steps.d
    ERROR ./nothing-to-see/whonix_build: | caller: 50 ./nothing-to-see/whonix_build

    ++ exit 1
    [/code]

This is very strange again. Just just tried myself again and could not reproduce it. Maybe a temporary problem. Please try again and tell me if the problem persists.

I’ve ran it again, same parameters, same error.

Did you start with a fresh Debian Jessie?

It might help having a clean Debian Jessie snapshot around that hasn’t seen any Whonix related files.

Using Build Documentation: Physical Isolation instructions is very similar to https://www.whonix.org/wiki/Dev/BuildDocumentation_8 instructions. My point is, while building VM images, you can always start with a fresh image, where nothing can be messed up by a previous build. But when creating a physically isolated machine it’s not that simple to start fresh, because you’re not creating an image then, but modify the system which is currently running.

I managed to reproduce that bug.