Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debian jessie based VM build does not boot [grub bug] - error: file '/grub/i386-pc/normal.mod' not found. #30

Closed
adrelanos opened this issue Aug 8, 2014 · 5 comments

Comments

@adrelanos
Copy link
Contributor

Build using host operating system: Debian stable.

grml-debootstrap version: 0.65 (installed from Debian jessie) (no modifications)

Using my usual grml-debootstrap test config:
https://github.com/adrelanos/grml-debootstraptest/blob/master/createimg1

The image doesn't boot. Stops before grub boot menu.

0AAD Loading ..............................................
error: file '/grub/i386-pc/normal.mod' not found.
Entering rescue mode...
grub rescue > _

Can you re-produce this? Do jessie based VM builds work for you? Can you fix this please? Or could you report a bug against grub please if that is a new bug in grub?

@mika
Copy link
Member

mika commented Aug 8, 2014

Haven't had the time to reproduce nor investigate yet, but I just recently installed Debian/jessie for amd64 and that used to work fine.

Do you have the list of installed grub* packages of your installed system available?

@adrelanos
Copy link
Contributor Author

I did a amd64 build as well. Exact same error happens.

Do you have the list of installed grub* packages of your installed system available?

Excerpt of build log.

Preparing to unpack .../grub-pc-bin_2.00-22_amd64.deb ...
Preparing to unpack .../grub-pc_2.00-22_amd64.deb ...
Setting up grub-pc-bin (2.00-22) ...
Setting up grub-pc (2.00-22) ...

So, yes.

Here is the complete build log for the amd64 build log with bash -x grml-debootstrap as well yes export DEBUG=true. Maybe that helps.

tester@debian:~/grml-debootstraptest$ sudo -E ./createimg1 
+ set -e
+ VMNAME=test
+ VMSIZE=2G
+ create_img
+ sudo -u tester mkdir -p /home/tester/grml-debootstraptestbin
+ export DEBUG=true
+ DEBUG=true
+ bash -x grml-debootstrap --arch amd64 --filesystem ext4 --force --hostname host --mirror http://ftp.us.debian.org/debian --keep_src_list --password changeme --release jessie --verbose --vmfile --vmsize 2G --config ./grml_config --packages ./test_packages --target /home/tester/grml-debootstraptestbin/test.img
bash: grml-debootstrap: Datei oder Verzeichnis nicht gefunden
tester@debian:~/grml-debootstraptest$ sudo -E ./createimg1 
+ set -e
+ VMNAME=test
+ VMSIZE=2G
+ create_img
+ sudo -u tester mkdir -p /home/tester/grml-debootstraptestbin
+ export DEBUG=true
+ DEBUG=true
+ bash -x grml-debootstrap --arch amd64 --filesystem ext4 --force --hostname host --mirror http://ftp.us.debian.org/debian --keep_src_list --password changeme --release jessie --verbose --vmfile --vmsize 2G --config ./grml_config --packages ./test_packages --target /home/tester/grml-debootstraptestbin/test.img
++ basename grml-debootstrap
+ PN=grml-debootstrap
++ dpkg-query --show '--showformat=${Version}' grml-debootstrap
+ VERSION=0.65
+ VERSION=0.65
+ MNTPOINT=/mnt/debootstrap.19733
+ '[' -n '' ']'
+ CHROOT_SCRIPTS=yes
+ '[' -n '' ']'
+ CONFFILES=/etc/debootstrap
+ '[' -n '' ']'
+ DEBCONF=yes
+ '[' -n '' ']'
+ DEBIAN_FRONTEND=noninteractive
+ '[' -n '' ']'
+ DEBOOTSTRAP=debootstrap
+ '[' -n '' ']'
+ DEFAULT_LOCALES=en_US.UTF-8
+ '[' -n '' ']'
+ EXTRAPACKAGES=yes
+ '[' -n '' ']'
+ FALLBACK_MIRROR=http://http.debian.net/debian
+ '[' -n '' ']'
+ FORCE=
+ '[' -n debian ']'
+ '[' -n '' ']'
+ INITRD=yes
+ '[' -n '' ']'
+ INSTALL_NOTES=/etc/debootstrap/install_notes
+ '[' -n '' ']'
+ LOCALES=yes
+ '[' -n '' ']'
+ MIRROR=http://http.debian.net/debian
+ '[' -n '' ']'
+ MKFS=mkfs.ext4
+ '[' -n '' ']'
+ PACKAGES=yes
+ '[' -n '' ']'
+ PRE_SCRIPTS=yes
+ '[' -n '' ']'
+ RECONFIGURE=console-data
+ '[' -n '' ']'
+ RELEASE=wheezy
+ '[' -n '' ']'
+ RM_APTCACHE=yes
+ '[' -n '' ']'
+ SCRIPTS=yes
+ '[' -n '' ']'
+ SECURE=yes
+ '[' -n '' ']'
+ TIMEZONE=Europe/Vienna
+ '[' -n '' ']'
+ TUNE2FS='tune2fs -c0 -i0'
+ '[' -n '' ']'
+ UPGRADE_SYSTEM=yes
+ '[' -n '' ']'
+ VMSIZE=2G
+ '[' -n '' ']'
+ FIXED_DISK_IDENTIFIERS=no
+ export LANG=C
+ LANG=C
+ export LC_ALL=C
+ LC_ALL=C
+ INTERACTIVE=
+ '[' --arch = -h ']'
+ '[' --arch = -help ']'
+ '[' --arch = --help ']'
+ GOOD=''
+ WARN=''
+ BAD=''
+ NORMAL=''
+ HILITE=''
+ BRACKET=''
+ trap bailout HUP INT QUIT TERM
+ check4progs debootstrap
+ local RC=
+ for arg in '$*'
+ which debootstrap
+ '[' -n '' ']'
+ '[' -r /etc/debootstrap/config ']'
+ . /etc/debootstrap/config
+ '[' -r ./cmdlineopts.clp ']'
+ '[' -r /usr/share/grml-debootstrap/functions/cmdlineopts.clp ']'
+ . /usr/share/grml-debootstrap/functions/cmdlineopts.clp
++ CMDLINE_OPTS=mirror:,iso:,release:,target:,mntpoint:,debopt:,defaultinterfaces,interactive,nodebootstrap,nointerfaces,nokernel,nopackages,filesystem:,config:,confdir:,packages:,chroot-scripts:,scripts:,pre-scripts:,debconf:,vm,vmfile,vmsize:,keep_src_list,hostname:,password:,nopassword,grmlrepos,backportrepos,bootappend:,grub:,arch:,insecure,verbose,help,version,force,debug
+++ getopt --name grml-debootstrap -o +m:i:r:t:p:c:d:vhV --long mirror:,iso:,release:,target:,mntpoint:,debopt:,defaultinterfaces,interactive,nodebootstrap,nointerfaces,nokernel,nopackages,filesystem:,config:,confdir:,packages:,chroot-scripts:,scripts:,pre-scripts:,debconf:,vm,vmfile,vmsize:,keep_src_list,hostname:,password:,nopassword,grmlrepos,backportrepos,bootappend:,grub:,arch:,insecure,verbose,help,version,force,debug -- --arch amd64 --filesystem ext4 --force --hostname host --mirror http://ftp.us.debian.org/debian --keep_src_list --password changeme --release jessie --verbose --vmfile --vmsize 2G --config ./grml_config --packages ./test_packages --target /home/tester/grml-debootstraptestbin/test.img
++ _opt_temp=' --arch '\''amd64'\'' --filesystem '\''ext4'\'' --force --hostname '\''host'\'' --mirror '\''http://ftp.us.debian.org/debian'\'' --keep_src_list --password '\''changeme'\'' --release '\''jessie'\'' --verbose --vmfile --vmsize '\''2G'\'' --config '\''./grml_config'\'' --packages '\''./test_packages'\'' --target '\''/home/tester/grml-debootstraptestbin/test.img'\'' --'
++ '[' 0 '!=' 0 ']'
++ eval set -- ' --arch '\''amd64'\'' --filesystem '\''ext4'\'' --force --hostname '\''host'\'' --mirror '\''http://ftp.us.debian.org/debian'\'' --keep_src_list --password '\''changeme'\'' --release '\''jessie'\'' --verbose --vmfile --vmsize '\''2G'\'' --config '\''./grml_config'\'' --packages '\''./test_packages'\'' --target '\''/home/tester/grml-debootstraptestbin/test.img'\'' --'
+++ set -- --arch amd64 --filesystem ext4 --force --hostname host --mirror http://ftp.us.debian.org/debian --keep_src_list --password changeme --release jessie --verbose --vmfile --vmsize 2G --config ./grml_config --packages ./test_packages --target /home/tester/grml-debootstraptestbin/test.img --
++ :
++ case "$1" in
++ shift
++ _opt_arch=amd64
++ shift
++ :
++ case "$1" in
++ shift
++ _opt_filesystem=ext4
++ shift
++ :
++ case "$1" in
++ _opt_force=T
++ shift
++ :
++ case "$1" in
++ shift
++ _opt_hostname=host
++ shift
++ :
++ case "$1" in
++ shift
++ _opt_mirror=http://ftp.us.debian.org/debian
++ shift
++ :
++ case "$1" in
++ _opt_keep_src_list=T
++ shift
++ :
++ case "$1" in
++ shift
++ _opt_password=changeme
++ shift
++ :
++ case "$1" in
++ shift
++ _opt_release=jessie
++ shift
++ :
++ case "$1" in
++ '[' '' ']'
++ _opt_verbose=1
++ shift
++ :
++ case "$1" in
++ _opt_vmfile=T
++ shift
++ :
++ case "$1" in
++ shift
++ _opt_vmsize=2G
++ shift
++ :
++ case "$1" in
++ shift
++ _opt_config=./grml_config
++ shift
++ :
++ case "$1" in
++ shift
++ _opt_packages=./test_packages
++ _opt_packages_set=T
++ shift
++ :
++ case "$1" in
++ shift
++ _opt_target=/home/tester/grml-debootstraptestbin/test.img
++ shift
++ :
++ case "$1" in
++ shift
++ break
+ '[' '' ']'
+ '[' http://ftp.us.debian.org/debian ']'
+ MIRROR=http://ftp.us.debian.org/debian
+ '[' '' ']'
+ '[' jessie ']'
+ RELEASE=jessie
+ '[' /home/tester/grml-debootstraptestbin/test.img ']'
+ TARGET=/home/tester/grml-debootstraptestbin/test.img
+ '[' '' ']'
+ '[' T ']'
+ VMFILE=1
+ VIRTUAL=1
+ '[' 2G ']'
+ VMSIZE=2G
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' ./grml_config ']'
+ CONFIGFILE=./grml_config
+ '[' ext4 ']'
+ MKFS=mkfs.ext4
+ '[' T ']'
+ PACKAGES=yes
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' T ']'
+ KEEP_SRC_LIST=yes
+ '[' '' ']'
+ '[' '' ']'
+ '[' host ']'
+ HOSTNAME=host
+ '[' changeme ']'
+ ROOTPASSWORD=changeme
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' '' ']'
+ '[' amd64 ']'
+ ARCH=amd64
+ '[' '' ']'
+ '[' T ']'
+ FORCE=T
+ '[' 1 ']'
+ VERBOSE=-v
+ '[' '' ']'
+ '[' true = true ']'
+ set -x
+ '[' '' ']'
+ '[' '' ']'
+ check4root
++ id -u
+ '[' 0 '!=' 0 ']'
+ '[' -n 1 ']'
+ check4progs kpartx mksh parted qemu-img
+ local RC=
+ for arg in '$*'
+ which kpartx
+ for arg in '$*'
+ which mksh
+ for arg in '$*'
+ which parted
+ for arg in '$*'
+ which qemu-img
+ '[' -n '' ']'
+ '[' -n ./grml_config ']'
+ einfo 'Reading specified config file ./grml_config.'
+ einfon 'Reading specified config file ./grml_config.\n'
+ '[' '' '!=' yes ']'
+ '[' '' = ebegin ']'
+ printf ' * Reading specified config file ./grml_config.\n'
 * Reading specified config file ./grml_config.
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ . ./grml_config
++ FSCK=yes
++ TIMEZONE=UTC
++ RM_APTCACHE=no
++ UPGRADE_SYSTEM=no
++ FIXED_DISK_IDENTIFIERS=yes
+ '[' -n '' ']'
+ grep -q '^hd'
+ echo ''
+ '[' -z /home/tester/grml-debootstraptestbin/test.img -o -n '' ']'
+ '[' -n amd64 ']'
+ ARCHCMD='--arch amd64'
+ ARCHINFO=' (amd64)'
++ uname -m
+ CURRENT_ARCH=x86_64
+ '[' x86_64 '!=' x86_64 ']'
+ checkconfiguration
+ '[' -n '' ']'
+ '[' -n '' ']'
+ einfo 'grml-debootstrap [0.65] - Please recheck configuration before execution:'
+ einfon 'grml-debootstrap [0.65] - Please recheck configuration before execution:\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * grml-debootstrap [0.65] - Please recheck configuration before execution:\n'
 * grml-debootstrap [0.65] - Please recheck configuration before execution:
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ echo

+ echo '   Target:          /home/tester/grml-debootstraptestbin/test.img'
   Target:          /home/tester/grml-debootstraptestbin/test.img
+ case "$MNTPOINT" in
+ '[' -n 1 ']'
+ echo '   Install grub:    yes'
   Install grub:    yes
+ '[' -n jessie ']'
+ echo '   Using release:   jessie'
   Using release:   jessie
+ '[' -n host ']'
+ echo '   Using hostname:  host'
   Using hostname:  host
+ '[' -n http://ftp.us.debian.org/debian ']'
+ echo '   Using mirror:    http://ftp.us.debian.org/debian'
   Using mirror:    http://ftp.us.debian.org/debian
+ '[' -n '' ']'
+ '[' -n amd64 ']'
+ echo '   Using arch:      amd64'
   Using arch:      amd64
+ '[' -n 1 ']'
+ echo '   Deploying as Virtual Machine.'
   Deploying as Virtual Machine.
+ '[' -n 2G -a -n 1 ']'
+ echo '   Using Virtual Disk file with size of 2G.'
   Using Virtual Disk file with size of 2G.
+ '[' '!' -t 0 -a -z changeme -a -z '' ']'
+ echo

+ echo '   Important! Continuing will delete all data from /home/tester/grml-debootstraptestbin/test.img!'
   Important! Continuing will delete all data from /home/tester/grml-debootstraptestbin/test.img!
+ '[' -n T ']'
+ einfo 'Skip user acknowledgement as requested via --force option.'
+ einfon 'Skip user acknowledgement as requested via --force option.\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Skip user acknowledgement as requested via --force option.\n'
 * Skip user acknowledgement as requested via --force option.
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ '[' -n /home/tester/grml-debootstraptestbin/test.img ']'
+ SHORT_TARGET=test.img
+ '[' -z '' ']'
+ STAGES=/var/cache/grml-debootstrap/stages_test.img
+ '[' -d /var/cache/grml-debootstrap/stages_test.img ']'
+ mkdir -p /var/cache/grml-debootstrap/stages_test.img
+ '[' -r /var/cache/grml-debootstrap/stages_test.img/grml-debootstrap ']'
+ PARTITION=
+ DIRECTORY=
+ '[' -b /home/tester/grml-debootstraptestbin/test.img ']'
+ '[' -n 1 ']'
+ PARTITION=1
+ '[' -n '' ']'
+ ISODIR=
+ ISODIR=
+ '[' -n '' ']'
+ for i in prepare_vm mkfs tunefs mount_target debootstrap_system preparechroot execute_pre_scripts chrootscript execute_scripts umount_chroot finalize_vm fscktool
+ stage prepare_vm
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_test.img/prepare_vm
+ prepare_vm
+ '[' -z 1 ']'
+ '[' -b /home/tester/grml-debootstraptestbin/test.img -a -n 1 ']'
+ '[' '!' -b /home/tester/grml-debootstraptestbin/test.img -a -z 1 ']'
+ ORIG_TARGET=/home/tester/grml-debootstraptestbin/test.img
+ '[' -n 1 ']'
+ qemu-img create -f raw /home/tester/grml-debootstraptestbin/test.img 2G
Formatting '/home/tester/grml-debootstraptestbin/test.img', fmt=raw size=2147483648 
+ dd of=/home/tester/grml-debootstraptestbin/test.img conv=notrunc
+ /usr/share/grml-debootstrap/bootgrub.mksh -A
+ echo 4 66
0 @0x168: 63 @4 (0x4)
 - 0x168: 32 (0x20) @ 4 (0x4)
 - 0x16A: 31 (0x1F) @ 36 (0x24)
using 2 blocks, 4 bytes (146 free)
using sectors of 2^9 = 512 bytes
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.0473836 s, 10.8 kB/s
+ dd if=/dev/zero bs=1 conv=notrunc count=64 seek=446 of=/home/tester/grml-debootstraptestbin/test.img
64+0 records in
64+0 records out
64 bytes (64 B) copied, 0.000118419 s, 540 kB/s
+ '[' yes = yes ']'
+ einfo 'Adjusting disk signature to a fixed (non-random) value'
+ einfon 'Adjusting disk signature to a fixed (non-random) value\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Adjusting disk signature to a fixed (non-random) value\n'
 * Adjusting disk signature to a fixed (non-random) value
+ LAST_E_CMD=einfon
+ return 0
+ return 0
++ mktemp
+ MBRTMPFILE=/tmp/tmp.aKxyuGYyiI
+ dd if=/home/tester/grml-debootstraptestbin/test.img of=/tmp/tmp.aKxyuGYyiI bs=512 count=1
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.00188703 s, 271 kB/s
+ dd of=/tmp/tmp.aKxyuGYyiI conv=notrunc seek=440 bs=1
+ echo -en '\x41\x41\x41\x41\x41'
5+0 records in
5+0 records out
5 bytes (5 B) copied, 0.0024856 s, 2.0 kB/s
+ dd if=/tmp/tmp.aKxyuGYyiI of=/home/tester/grml-debootstraptestbin/test.img conv=notrunc
1+0 records in
1+0 records out
512 bytes (512 B) copied, 1.9364e-05 s, 26.4 MB/s
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ parted -s /home/tester/grml-debootstraptestbin/test.img 'mkpart primary ext4 2M -1'
+ kpartx -av /home/tester/grml-debootstraptestbin/test.img
+ grep -q device-mapper /proc/misc
+ losetup -f
++ kpartx -av /home/tester/grml-debootstraptestbin/test.img
+ DEVINFO='add map loop0p1 (254:3): 0 4190208 linear /dev/loop0 4096'
+ '[' -z 'add map loop0p1 (254:3): 0 4190208 linear /dev/loop0 4096' ']'
++ sed 's/.* linear //; s/ [[:digit:]]*//'
++ echo add map loop0p1 '(254:3):' 0 4190208 linear /dev/loop0 4096
+ LOOP=/dev/loop0
++ echo 'add map loop0p1 (254:3): 0 4190208 linear /dev/loop0 4096'
++ sed -e 's/.* (\(.*:.*\)).*/\1/'
+ BLOCKDEV=254:3
++ sed 's/ .*//'
++ echo loop0p1 '(254:3):' 0 4190208 linear /dev/loop0 4096
+ LOOP_PART=loop0p1
+ export TARGET=/dev/mapper/loop0p1
+ TARGET=/dev/mapper/loop0p1
+ blockdev --rereadpt /dev/loop0
BLKRRPART: Invalid argument
+ '[' -z /dev/mapper/loop0p1 ']'
+ stage prepare_vm done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_test.img/prepare_vm
+ for i in prepare_vm mkfs tunefs mount_target debootstrap_system preparechroot execute_pre_scripts chrootscript execute_scripts umount_chroot finalize_vm fscktool
+ stage mkfs
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_test.img/mkfs
+ mkfs
+ '[' -n '' ']'
+ grep -q /dev/mapper/loop0p1 /proc/mounts
+ '[' -n mkfs.ext4 ']'
+ einfo 'Running mkfs.ext4 on /dev/mapper/loop0p1'
+ einfon 'Running mkfs.ext4 on /dev/mapper/loop0p1\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Running mkfs.ext4 on /dev/mapper/loop0p1\n'
 * Running mkfs.ext4 on /dev/mapper/loop0p1
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ mkfs.ext4 /dev/mapper/loop0p1
mke2fs 1.42.5 (29-Jul-2012)
Discarding device blocks: done                            
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
131072 inodes, 523776 blocks
26188 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=536870912
16 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks: 
    32768, 98304, 163840, 229376, 294912

Allocating group tables: done                            
Writing inode tables: done                            
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done 

+ RC=0
+ '[' yes = yes ']'
+ grep -q mkfs.ext
+ echo mkfs.ext4
+ einfo 'Changing disk uuid for /dev/mapper/loop0p1 to fixed (non-random) value using tune2fs'
+ einfon 'Changing disk uuid for /dev/mapper/loop0p1 to fixed (non-random) value using tune2fs\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Changing disk uuid for /dev/mapper/loop0p1 to fixed (non-random) value using tune2fs\n'
 * Changing disk uuid for /dev/mapper/loop0p1 to fixed (non-random) value using tune2fs
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ tune2fs /dev/mapper/loop0p1 -U 26ada0c0-1165-4098-884d-aafd2220c2c6
tune2fs 1.42.5 (29-Jul-2012)
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ grep -q /dev/md
+ echo /dev/mapper/loop0p1
+ '[' -n 1 ']'
+ sleep 2
++ blkid -o udev /dev/mapper/loop0p1
+ eval ID_FS_UUID=26ada0c0-1165-4098-884d-aafd2220c2c6 ID_FS_UUID_ENC=26ada0c0-1165-4098-884d-aafd2220c2c6 ID_FS_TYPE=ext4
++ ID_FS_UUID=26ada0c0-1165-4098-884d-aafd2220c2c6
++ ID_FS_UUID_ENC=26ada0c0-1165-4098-884d-aafd2220c2c6
++ ID_FS_TYPE=ext4
+ '[' -n 26ada0c0-1165-4098-884d-aafd2220c2c6 ']'
+ TARGET_UUID=26ada0c0-1165-4098-884d-aafd2220c2c6
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ stage mkfs done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_test.img/mkfs
+ for i in prepare_vm mkfs tunefs mount_target debootstrap_system preparechroot execute_pre_scripts chrootscript execute_scripts umount_chroot finalize_vm fscktool
+ stage tunefs
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_test.img/tunefs
+ tunefs
+ '[' -n 'tune2fs -c0 -i0' ']'
+ grep -q mkfs.ext
+ echo mkfs.ext4
+ einfo 'Disabling automatic filesystem check on /dev/mapper/loop0p1 via tune2fs'
+ einfon 'Disabling automatic filesystem check on /dev/mapper/loop0p1 via tune2fs\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Disabling automatic filesystem check on /dev/mapper/loop0p1 via tune2fs\n'
 * Disabling automatic filesystem check on /dev/mapper/loop0p1 via tune2fs
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ tune2fs -c0 -i0 /dev/mapper/loop0p1
tune2fs 1.42.5 (29-Jul-2012)
Setting maximal mount count to -1
Setting interval between checks to 0 seconds
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ stage tunefs done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_test.img/tunefs
+ for i in prepare_vm mkfs tunefs mount_target debootstrap_system preparechroot execute_pre_scripts chrootscript execute_scripts umount_chroot finalize_vm fscktool
+ stage mount_target
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_test.img/mount_target
+ mount_target
+ '[' -n '' ']'
+ grep -q /dev/mapper/loop0p1 /proc/mounts
+ '[' -d /mnt/debootstrap.19733 ']'
+ '[' -n 1 ']'
+ einfo 'Mounting /dev/mapper/loop0p1 to /mnt/debootstrap.19733'
+ einfon 'Mounting /dev/mapper/loop0p1 to /mnt/debootstrap.19733\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Mounting /dev/mapper/loop0p1 to /mnt/debootstrap.19733\n'
 * Mounting /dev/mapper/loop0p1 to /mnt/debootstrap.19733
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ mkdir -p /mnt/debootstrap.19733
+ mount -o rw,suid,dev /dev/mapper/loop0p1 /mnt/debootstrap.19733
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ '[' -n '' ']'
+ stage mount_target done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_test.img/mount_target
+ for i in prepare_vm mkfs tunefs mount_target debootstrap_system preparechroot execute_pre_scripts chrootscript execute_scripts umount_chroot finalize_vm fscktool
+ stage debootstrap_system
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_test.img/debootstrap_system
+ debootstrap_system
+ '[' '' ']'
+ grep -q /mnt/debootstrap.19733 /proc/mounts
+ :
+ '[' -n '' ']'
+ einfo 'Running debootstrap  for release jessie (amd64) using http://ftp.us.debian.org/debian'
+ einfon 'Running debootstrap  for release jessie (amd64) using http://ftp.us.debian.org/debian\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Running debootstrap  for release jessie (amd64) using http://ftp.us.debian.org/debian\n'
 * Running debootstrap  for release jessie (amd64) using http://ftp.us.debian.org/debian
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ einfo 'Executing: debootstrap --arch amd64   jessie /mnt/debootstrap.19733 http://ftp.us.debian.org/debian'
+ einfon 'Executing: debootstrap --arch amd64   jessie /mnt/debootstrap.19733 http://ftp.us.debian.org/debian\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Executing: debootstrap --arch amd64   jessie /mnt/debootstrap.19733 http://ftp.us.debian.org/debian\n'
 * Executing: debootstrap --arch amd64   jessie /mnt/debootstrap.19733 http://ftp.us.debian.org/debian
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ debootstrap --arch amd64 jessie /mnt/debootstrap.19733 http://ftp.us.debian.org/debian
I: Retrieving Release
I: Retrieving Release.gpg
I: Checking Release signature
I: Valid Release signature (key id A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553)
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Found additional required dependencies: insserv libaudit-common libaudit1 libbz2-1.0 libcap2 libdb5.3 libsemanage-common libsemanage1 libslang2 libustr-1.0-1 
I: Found additional base dependencies: init-system-helpers libestr0 libffi6 libgmp10 libgnutls-deb0-28 libgnutls-openssl27 libhogweed2 libidn11 libjson-c2 liblogging-stdlog0 liblognorm1 libmnl0 libnetfilter-acct1 libnettle4 libnfnetlink0 libp11-kit0 libsqlite3-0 libtasn1-6 libxapian22 perl perl-modules 
I: Checking component main on http://ftp.us.debian.org/debian...
I: Retrieving libacl1
I: Validating libacl1
I: Retrieving adduser
I: Validating adduser
I: Retrieving apt
I: Validating apt
I: Retrieving apt-utils
I: Validating apt-utils
I: Retrieving libapt-inst1.5
I: Validating libapt-inst1.5
I: Retrieving libapt-pkg4.12
I: Validating libapt-pkg4.12
I: Retrieving aptitude
I: Validating aptitude
I: Retrieving aptitude-common
I: Validating aptitude-common
I: Retrieving libattr1
I: Validating libattr1
I: Retrieving libaudit-common
I: Validating libaudit-common
I: Retrieving libaudit1
I: Validating libaudit1
I: Retrieving base-files
I: Validating base-files
I: Retrieving base-passwd
I: Validating base-passwd
I: Retrieving bash
I: Validating bash
I: Retrieving libboost-iostreams1.54.0
I: Validating libboost-iostreams1.54.0
I: Retrieving libboost-iostreams1.55.0
I: Validating libboost-iostreams1.55.0
I: Retrieving bsdmainutils
I: Validating bsdmainutils
I: Retrieving libbz2-1.0
I: Validating libbz2-1.0
I: Retrieving coreutils
I: Validating coreutils
I: Retrieving cpio
I: Validating cpio
I: Retrieving cron
I: Validating cron
I: Retrieving libcwidget3
I: Validating libcwidget3
I: Retrieving dash
I: Validating dash
I: Retrieving libdb5.3
I: Validating libdb5.3
I: Retrieving debconf
I: Validating debconf
I: Retrieving debconf-i18n
I: Validating debconf-i18n
I: Retrieving debian-archive-keyring
I: Validating debian-archive-keyring
I: Retrieving debianutils
I: Validating debianutils
I: Retrieving diffutils
I: Validating diffutils
I: Retrieving dmidecode
I: Validating dmidecode
I: Retrieving dpkg
I: Validating dpkg
I: Retrieving e2fslibs
I: Validating e2fslibs
I: Retrieving e2fsprogs
I: Validating e2fsprogs
I: Retrieving libcomerr2
I: Validating libcomerr2
I: Retrieving libss2
I: Validating libss2
I: Retrieving findutils
I: Validating findutils
I: Retrieving gcc-4.7-base
I: Validating gcc-4.7-base
I: Retrieving gcc-4.8-base
I: Validating gcc-4.8-base
I: Retrieving gcc-4.9-base
I: Validating gcc-4.9-base
I: Retrieving libgcc1
I: Validating libgcc1
I: Retrieving libstdc++6
I: Validating libstdc++6
I: Retrieving libgdbm3
I: Validating libgdbm3
I: Retrieving libc-bin
I: Validating libc-bin
I: Retrieving libc6
I: Validating libc6
I: Retrieving multiarch-support
I: Validating multiarch-support
I: Retrieving libgmp10
I: Validating libgmp10
I: Retrieving gnupg
I: Validating gnupg
I: Retrieving gpgv
I: Validating gpgv
I: Retrieving libgnutls-deb0-28
I: Validating libgnutls-deb0-28
I: Retrieving libgnutls-openssl27
I: Validating libgnutls-openssl27
I: Retrieving grep
I: Validating grep
I: Retrieving groff-base
I: Validating groff-base
I: Retrieving gzip
I: Validating gzip
I: Retrieving hostname
I: Validating hostname
I: Retrieving ifupdown
I: Validating ifupdown
I: Retrieving init
I: Validating init
I: Retrieving init-system-helpers
I: Validating init-system-helpers
I: Retrieving insserv
I: Validating insserv
I: Retrieving iproute2
I: Validating iproute2
I: Retrieving iptables
I: Validating iptables
I: Retrieving libxtables10
I: Validating libxtables10
I: Retrieving iputils-ping
I: Validating iputils-ping
I: Retrieving isc-dhcp-client
I: Validating isc-dhcp-client
I: Retrieving isc-dhcp-common
I: Validating isc-dhcp-common
I: Retrieving libjson-c2
I: Validating libjson-c2
I: Retrieving kmod
I: Validating kmod
I: Retrieving libkmod2
I: Validating libkmod2
I: Retrieving libcap2
I: Validating libcap2
I: Retrieving libestr0
I: Validating libestr0
I: Retrieving libffi6
I: Validating libffi6
I: Retrieving libidn11
I: Validating libidn11
I: Retrieving liblocale-gettext-perl
I: Validating liblocale-gettext-perl
I: Retrieving liblogging-stdlog0
I: Validating liblogging-stdlog0
I: Retrieving liblognorm1
I: Validating liblognorm1
I: Retrieving libmnl0
I: Validating libmnl0
I: Retrieving libnetfilter-acct1
I: Validating libnetfilter-acct1
I: Retrieving libnfnetlink0
I: Validating libnfnetlink0
I: Retrieving libpipeline1
I: Validating libpipeline1
I: Retrieving libselinux1
I: Validating libselinux1
I: Retrieving libsemanage-common
I: Validating libsemanage-common
I: Retrieving libsemanage1
I: Validating libsemanage1
I: Retrieving libsepol1
I: Validating libsepol1
I: Retrieving libsigc++-2.0-0c2a
I: Validating libsigc++-2.0-0c2a
I: Retrieving libtasn1-6
I: Validating libtasn1-6
I: Retrieving libtext-charwidth-perl
I: Validating libtext-charwidth-perl
I: Retrieving libtext-iconv-perl
I: Validating libtext-iconv-perl
I: Retrieving libtext-wrapi18n-perl
I: Validating libtext-wrapi18n-perl
I: Retrieving libusb-0.1-4
I: Validating libusb-0.1-4
I: Retrieving logrotate
I: Validating logrotate
I: Retrieving lsb-base
I: Validating lsb-base
I: Retrieving man-db
I: Validating man-db
I: Retrieving manpages
I: Validating manpages
I: Retrieving mawk
I: Validating mawk
I: Retrieving nano
I: Validating nano
I: Retrieving libncurses5
I: Validating libncurses5
I: Retrieving libncursesw5
I: Validating libncursesw5
I: Retrieving libtinfo5
I: Validating libtinfo5
I: Retrieving ncurses-base
I: Validating ncurses-base
I: Retrieving ncurses-bin
I: Validating ncurses-bin
I: Retrieving net-tools
I: Validating net-tools
I: Retrieving netbase
I: Validating netbase
I: Retrieving netcat-traditional
I: Validating netcat-traditional
I: Retrieving libhogweed2
I: Validating libhogweed2
I: Retrieving libnettle4
I: Validating libnettle4
I: Retrieving libnewt0.52
I: Validating libnewt0.52
I: Retrieving whiptail
I: Validating whiptail
I: Retrieving nfacct
I: Validating nfacct
I: Retrieving libssl1.0.0
I: Validating libssl1.0.0
I: Retrieving libp11-kit0
I: Validating libp11-kit0
I: Retrieving libpam-modules
I: Validating libpam-modules
I: Retrieving libpam-modules-bin
I: Validating libpam-modules-bin
I: Retrieving libpam-runtime
I: Validating libpam-runtime
I: Retrieving libpam0g
I: Validating libpam0g
I: Retrieving libpcre3
I: Validating libpcre3
I: Retrieving perl
I: Validating perl
I: Retrieving perl-base
I: Validating perl-base
I: Retrieving perl-modules
I: Validating perl-modules
I: Retrieving libpopt0
I: Validating libpopt0
I: Retrieving libprocps3
I: Validating libprocps3
I: Retrieving procps
I: Validating procps
I: Retrieving libreadline6
I: Validating libreadline6
I: Retrieving readline-common
I: Validating readline-common
I: Retrieving rsyslog
I: Validating rsyslog
I: Retrieving sed
I: Validating sed
I: Retrieving sensible-utils
I: Validating sensible-utils
I: Retrieving login
I: Validating login
I: Retrieving passwd
I: Validating passwd
I: Retrieving libslang2
I: Validating libslang2
I: Retrieving libsqlite3-0
I: Validating libsqlite3-0
I: Retrieving startpar
I: Validating startpar
I: Retrieving libudev1
I: Validating libudev1
I: Retrieving udev
I: Validating udev
I: Retrieving initscripts
I: Validating initscripts
I: Retrieving sysv-rc
I: Validating sysv-rc
I: Retrieving sysvinit
I: Validating sysvinit
I: Retrieving sysvinit-core
I: Validating sysvinit-core
I: Retrieving sysvinit-utils
I: Validating sysvinit-utils
I: Retrieving tar
I: Validating tar
I: Retrieving tasksel
I: Validating tasksel
I: Retrieving tasksel-data
I: Validating tasksel-data
I: Retrieving info
I: Validating info
I: Retrieving install-info
I: Validating install-info
I: Retrieving traceroute
I: Validating traceroute
I: Retrieving tzdata
I: Validating tzdata
I: Retrieving libustr-1.0-1
I: Validating libustr-1.0-1
I: Retrieving bsdutils
I: Validating bsdutils
I: Retrieving libblkid1
I: Validating libblkid1
I: Retrieving libmount1
I: Validating libmount1
I: Retrieving libuuid1
I: Validating libuuid1
I: Retrieving mount
I: Validating mount
I: Retrieving util-linux
I: Validating util-linux
I: Retrieving vim-common
I: Validating vim-common
I: Retrieving vim-tiny
I: Validating vim-tiny
I: Retrieving wget
I: Validating wget
I: Retrieving libxapian22
I: Validating libxapian22
I: Retrieving liblzma5
I: Validating liblzma5
I: Retrieving zlib1g
I: Validating zlib1g
I: Chosen extractor for .deb packages: dpkg-deb
I: Extracting libacl1...
I: Extracting libattr1...
I: Extracting libaudit-common...
I: Extracting libaudit1...
I: Extracting base-files...
I: Extracting base-passwd...
I: Extracting bash...
I: Extracting libbz2-1.0...
I: Extracting coreutils...
I: Extracting dash...
I: Extracting libdb5.3...
I: Extracting debconf...
I: Extracting debconf-i18n...
I: Extracting debianutils...
I: Extracting diffutils...
I: Extracting dpkg...
I: Extracting e2fslibs...
I: Extracting e2fsprogs...
I: Extracting libcomerr2...
I: Extracting libss2...
I: Extracting findutils...
I: Extracting gcc-4.7-base...
I: Extracting gcc-4.8-base...
I: Extracting gcc-4.9-base...
I: Extracting libgcc1...
I: Extracting libc-bin...
I: Extracting libc6...
I: Extracting multiarch-support...
I: Extracting grep...
I: Extracting gzip...
I: Extracting hostname...
I: Extracting init...
I: Extracting insserv...
I: Extracting libcap2...
I: Extracting liblocale-gettext-perl...
I: Extracting libselinux1...
I: Extracting libsemanage-common...
I: Extracting libsemanage1...
I: Extracting libsepol1...
I: Extracting libtext-charwidth-perl...
I: Extracting libtext-iconv-perl...
I: Extracting libtext-wrapi18n-perl...
I: Extracting lsb-base...
I: Extracting mawk...
I: Extracting libncurses5...
I: Extracting libtinfo5...
I: Extracting ncurses-base...
I: Extracting ncurses-bin...
I: Extracting libpam-modules...
I: Extracting libpam-modules-bin...
I: Extracting libpam-runtime...
I: Extracting libpam0g...
I: Extracting libpcre3...
I: Extracting perl-base...
I: Extracting sed...
I: Extracting sensible-utils...
I: Extracting login...
I: Extracting passwd...
I: Extracting libslang2...
I: Extracting startpar...
I: Extracting initscripts...
I: Extracting sysv-rc...
I: Extracting sysvinit...
I: Extracting sysvinit-core...
I: Extracting sysvinit-utils...
I: Extracting tar...
I: Extracting tzdata...
I: Extracting libustr-1.0-1...
I: Extracting bsdutils...
I: Extracting libblkid1...
I: Extracting libmount1...
I: Extracting libuuid1...
I: Extracting mount...
I: Extracting util-linux...
I: Extracting liblzma5...
I: Extracting zlib1g...
I: Installing core packages...
I: Unpacking required packages...
I: Unpacking libacl1:amd64...
I: Unpacking libattr1:amd64...
I: Unpacking libaudit-common...
I: Unpacking libaudit1:amd64...
I: Unpacking base-files...
I: Unpacking base-passwd...
I: Unpacking bash...
I: Unpacking libbz2-1.0:amd64...
I: Unpacking coreutils...
I: Unpacking dash...
I: Unpacking libdb5.3:amd64...
I: Unpacking debconf...
I: Unpacking debconf-i18n...
I: Unpacking debianutils...
I: Unpacking diffutils...
I: Unpacking dpkg...
I: Unpacking e2fslibs:amd64...
I: Unpacking e2fsprogs...
I: Unpacking libcomerr2:amd64...
I: Unpacking libss2:amd64...
I: Unpacking findutils...
I: Unpacking gcc-4.7-base:amd64...
I: Unpacking gcc-4.8-base:amd64...
I: Unpacking gcc-4.9-base:amd64...
I: Unpacking libgcc1:amd64...
I: Unpacking libc-bin...
I: Unpacking libc6:amd64...
I: Unpacking multiarch-support...
I: Unpacking grep...
I: Unpacking gzip...
I: Unpacking hostname...
I: Unpacking init...
I: Unpacking insserv...
I: Unpacking libcap2:amd64...
I: Unpacking liblocale-gettext-perl...
I: Unpacking libselinux1:amd64...
I: Unpacking libsemanage-common...
I: Unpacking libsemanage1:amd64...
I: Unpacking libsepol1:amd64...
I: Unpacking libtext-charwidth-perl...
I: Unpacking libtext-iconv-perl...
I: Unpacking libtext-wrapi18n-perl...
I: Unpacking lsb-base...
I: Unpacking mawk...
I: Unpacking libncurses5:amd64...
I: Unpacking libtinfo5:amd64...
I: Unpacking ncurses-base...
I: Unpacking ncurses-bin...
I: Unpacking libpam-modules:amd64...
I: Unpacking libpam-modules-bin...
I: Unpacking libpam-runtime...
I: Unpacking libpam0g:amd64...
I: Unpacking libpcre3:amd64...
I: Unpacking perl-base...
I: Unpacking sed...
I: Unpacking sensible-utils...
I: Unpacking login...
I: Unpacking passwd...
I: Unpacking libslang2:amd64...
I: Unpacking startpar...
I: Unpacking initscripts...
I: Unpacking sysv-rc...
I: Unpacking sysvinit...
I: Unpacking sysvinit-core...
I: Unpacking sysvinit-utils...
I: Unpacking tar...
I: Unpacking tzdata...
I: Unpacking libustr-1.0-1:amd64...
I: Unpacking bsdutils...
I: Unpacking libblkid1:amd64...
I: Unpacking libmount1...
I: Unpacking libuuid1:amd64...
I: Unpacking mount...
I: Unpacking util-linux...
I: Unpacking liblzma5:amd64...
I: Unpacking zlib1g:amd64...
I: Configuring required packages...
I: Configuring lsb-base...
I: Configuring ncurses-base...
I: Configuring sensible-utils...
I: Configuring gcc-4.9-base:amd64...
I: Configuring gcc-4.8-base:amd64...
I: Configuring libsemanage-common...
I: Configuring gcc-4.7-base:amd64...
I: Configuring libaudit-common...
I: Configuring libc6:amd64...
I: Configuring debianutils...
I: Configuring bsdutils...
I: Configuring diffutils...
I: Configuring base-passwd...
I: Configuring mawk...
I: Configuring hostname...
I: Configuring findutils...
I: Configuring insserv...
I: Configuring startpar...
I: Configuring multiarch-support...
I: Configuring libustr-1.0-1:amd64...
I: Configuring libsepol1:amd64...
I: Configuring zlib1g:amd64...
I: Configuring libgcc1:amd64...
I: Configuring base-files...
I: Configuring libattr1:amd64...
I: Configuring e2fslibs:amd64...
I: Configuring libcomerr2:amd64...
I: Configuring libacl1:amd64...
I: Configuring libslang2:amd64...
I: Configuring libss2:amd64...
I: Configuring liblzma5:amd64...
I: Configuring libaudit1:amd64...
I: Configuring libdb5.3:amd64...
I: Configuring libpcre3:amd64...
I: Configuring libbz2-1.0:amd64...
I: Configuring libtinfo5:amd64...
I: Configuring libselinux1:amd64...
I: Configuring libcap2:amd64...
I: Configuring coreutils...
I: Configuring ncurses-bin...
I: Configuring libsemanage1:amd64...
I: Configuring tar...
I: Configuring libncurses5:amd64...
I: Configuring dpkg...
I: Configuring libc-bin...
I: Configuring sysvinit-utils...
I: Configuring dash...
I: Configuring perl-base...
I: Configuring libtext-iconv-perl...
I: Configuring sed...
I: Configuring grep...
I: Configuring gzip...
I: Configuring liblocale-gettext-perl...
I: Configuring bash...
I: Configuring libtext-charwidth-perl...
I: Configuring libtext-wrapi18n-perl...
I: Configuring debconf...
I: Configuring libpam0g:amd64...
I: Configuring sysv-rc...
I: Configuring tzdata...
I: Configuring debconf-i18n...
I: Configuring libpam-modules-bin...
I: Configuring libpam-modules:amd64...
I: Configuring passwd...
I: Configuring libpam-runtime...
I: Configuring login...
I: Configuring libuuid1:amd64...
I: Configuring libblkid1:amd64...
I: Configuring libmount1...
I: Configuring mount...
I: Configuring initscripts...
I: Configuring sysvinit-core...
I: Configuring util-linux...
I: Configuring init...
I: Configuring sysvinit...
I: Configuring e2fsprogs...
I: Configuring libc-bin...
I: Unpacking the base system...
I: Unpacking adduser...
I: Unpacking apt...
I: Unpacking apt-utils...
I: Unpacking libapt-inst1.5:amd64...
I: Unpacking libapt-pkg4.12:amd64...
I: Unpacking aptitude...
I: Unpacking aptitude-common...
I: Unpacking libboost-iostreams1.54.0:amd64...
I: Unpacking libboost-iostreams1.55.0:amd64...
I: Unpacking bsdmainutils...
I: Unpacking cpio...
I: Unpacking cron...
I: Unpacking libcwidget3:amd64...
I: Unpacking debian-archive-keyring...
I: Unpacking dmidecode...
I: Unpacking libstdc++6:amd64...
I: Unpacking libgdbm3:amd64...
I: Unpacking libgmp10:amd64...
I: Unpacking gnupg...
I: Unpacking gpgv...
I: Unpacking libgnutls-deb0-28:amd64...
I: Unpacking libgnutls-openssl27:amd64...
I: Unpacking groff-base...
I: Unpacking ifupdown...
I: Unpacking init-system-helpers...
I: Unpacking iproute2...
I: Unpacking iptables...
I: Unpacking libxtables10...
I: Unpacking iputils-ping...
I: Unpacking isc-dhcp-client...
I: Unpacking isc-dhcp-common...
I: Unpacking libjson-c2:amd64...
I: Unpacking kmod...
I: Unpacking libkmod2:amd64...
I: Unpacking libestr0...
I: Unpacking libffi6:amd64...
I: Unpacking libidn11:amd64...
I: Unpacking liblogging-stdlog0:amd64...
I: Unpacking liblognorm1...
I: Unpacking libmnl0:amd64...
I: Unpacking libnetfilter-acct1:amd64...
I: Unpacking libnfnetlink0:amd64...
I: Unpacking libpipeline1:amd64...
I: Unpacking libsigc++-2.0-0c2a:amd64...
I: Unpacking libtasn1-6:amd64...
I: Unpacking libusb-0.1-4:amd64...
I: Unpacking logrotate...
I: Unpacking man-db...
I: Unpacking manpages...
I: Unpacking nano...
I: Unpacking libncursesw5:amd64...
I: Unpacking net-tools...
I: Unpacking netbase...
I: Unpacking netcat-traditional...
I: Unpacking libhogweed2:amd64...
I: Unpacking libnettle4:amd64...
I: Unpacking libnewt0.52:amd64...
I: Unpacking whiptail...
I: Unpacking nfacct...
I: Unpacking libssl1.0.0:amd64...
I: Unpacking libp11-kit0:amd64...
I: Unpacking perl...
I: Unpacking perl-modules...
I: Unpacking libpopt0:amd64...
I: Unpacking libprocps3:amd64...
I: Unpacking procps...
I: Unpacking libreadline6:amd64...
I: Unpacking readline-common...
I: Unpacking rsyslog...
I: Unpacking libsqlite3-0:amd64...
I: Unpacking libudev1:amd64...
I: Unpacking udev...
I: Unpacking tasksel...
I: Unpacking tasksel-data...
I: Unpacking info...
I: Unpacking install-info...
I: Unpacking traceroute...
I: Unpacking vim-common...
I: Unpacking vim-tiny...
I: Unpacking wget...
I: Unpacking libxapian22...
I: Configuring the base system...
I: Configuring iproute2...
I: Configuring gpgv...
I: Configuring libssl1.0.0:amd64...
I: Configuring libffi6:amd64...
I: Configuring libgdbm3:amd64...
I: Configuring isc-dhcp-common...
I: Configuring libtasn1-6:amd64...
I: Configuring libpopt0:amd64...
I: Configuring libusb-0.1-4:amd64...
I: Configuring install-info...
I: Configuring vim-common...
I: Configuring libprocps3:amd64...
I: Configuring libjson-c2:amd64...
I: Configuring libestr0...
I: Configuring netbase...
I: Configuring dmidecode...
I: Configuring libudev1:amd64...
I: Configuring libkmod2:amd64...
I: Configuring adduser...
I: Configuring traceroute...
I: Configuring manpages...
I: Configuring libsqlite3-0:amd64...
I: Configuring libidn11:amd64...
I: Configuring libnewt0.52:amd64...
I: Configuring net-tools...
I: Configuring libxtables10...
I: Configuring libpipeline1:amd64...
I: Configuring bsdmainutils...
I: Configuring netcat-traditional...
I: Configuring debian-archive-keyring...
I: Configuring libncursesw5:amd64...
I: Configuring info...
I: Configuring aptitude-common...
I: Configuring liblogging-stdlog0:amd64...
I: Configuring nano...
I: Configuring libp11-kit0:amd64...
I: Configuring libnettle4:amd64...
I: Configuring libmnl0:amd64...
I: Configuring libgmp10:amd64...
I: Configuring cpio...
I: Configuring libstdc++6:amd64...
I: Configuring isc-dhcp-client...
I: Configuring vim-tiny...
I: Configuring readline-common...
I: Configuring libnfnetlink0:amd64...
I: Configuring procps...
I: Configuring liblognorm1...
I: Configuring libxapian22...
I: Configuring libboost-iostreams1.55.0:amd64...
I: Configuring whiptail...
I: Configuring ifupdown...
I: Configuring libhogweed2:amd64...
I: Configuring kmod...
I: Configuring libapt-pkg4.12:amd64...
I: Configuring libapt-inst1.5:amd64...
I: Configuring libnetfilter-acct1:amd64...
I: Configuring libreadline6:amd64...
I: Configuring libboost-iostreams1.54.0:amd64...
I: Configuring groff-base...
I: Configuring gnupg...
I: Configuring libsigc++-2.0-0c2a:amd64...
I: Configuring nfacct...
I: Configuring udev...
I: Configuring iptables...
I: Configuring man-db...
I: Configuring libgnutls-deb0-28:amd64...
I: Configuring apt...
I: Configuring libgnutls-openssl27:amd64...
I: Configuring wget...
I: Configuring libcwidget3:amd64...
I: Configuring aptitude...
I: Configuring iputils-ping...
I: Configuring apt-utils...
I: Configuring tasksel-data...
I: Configuring perl-modules...
I: Configuring tasksel...
I: Configuring perl...
I: Configuring init-system-helpers...
I: Configuring cron...
I: Configuring rsyslog...
I: Configuring logrotate...
I: Configuring libc-bin...
I: Base system installed successfully.
+ RC=0
+ '[' 0 -ne 0 ']'
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ stage debootstrap_system done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_test.img/debootstrap_system
+ for i in prepare_vm mkfs tunefs mount_target debootstrap_system preparechroot execute_pre_scripts chrootscript execute_scripts umount_chroot finalize_vm fscktool
+ stage preparechroot
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_test.img/preparechroot
+ preparechroot
+ einfo 'Preparing chroot system'
+ einfon 'Preparing chroot system\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Preparing chroot system\n'
 * Preparing chroot system
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ CHROOT_VARIABLES=/var/cache/grml-debootstrap/variables_test.img
+ touch /var/cache/grml-debootstrap/variables_test.img
+ chmod 600 /var/cache/grml-debootstrap/variables_test.img
+ echo '# Configuration of grml-debootstrap'
+ '[' -n amd64 ']'
+ echo 'ARCH="amd64"'
+ '[' -n '' ']'
+ '[' -n yes ']'
+ echo 'CHROOT_SCRIPTS="yes"'
+ '[' -n /etc/debootstrap ']'
+ echo 'CONFFILES="/etc/debootstrap"'
+ '[' -n yes ']'
+ echo 'DEBCONF="yes"'
+ '[' -n noninteractive ']'
+ echo 'DEBIAN_FRONTEND="noninteractive"'
+ '[' -n debootstrap ']'
+ echo 'DEBOOTSTRAP="debootstrap"'
+ '[' -n en_US.UTF-8 ']'
+ echo 'DEFAULT_LOCALES="en_US.UTF-8"'
+ '[' -n yes ']'
+ echo 'EXTRAPACKAGES="yes"'
+ '[' -n http://http.debian.net/debian ']'
+ echo 'FALLBACK_MIRROR="http://http.debian.net/debian"'
+ '[' -n T ']'
+ echo 'FORCE="T"'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n host ']'
+ echo 'HOSTNAME="host"'
+ '[' -n yes ']'
+ echo 'INITRD="yes"'
+ '[' -n /etc/debootstrap/install_notes ']'
+ echo 'INSTALL_NOTES="/etc/debootstrap/install_notes"'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n yes ']'
+ echo 'KEEP_SRC_LIST="yes"'
+ '[' -n yes ']'
+ echo 'LOCALES="yes"'
+ '[' -n http://ftp.us.debian.org/debian ']'
+ echo 'MIRROR="http://ftp.us.debian.org/debian"'
+ '[' -n mkfs.ext4 ']'
+ echo 'MKFS="mkfs.ext4"'
+ '[' -n '' ']'
+ '[' -n '' ']'
+ '[' -n yes ']'
+ echo 'PACKAGES="yes"'
+ '[' -n yes ']'
+ echo 'PRE_SCRIPTS="yes"'
+ '[' -n console-data ']'
+ echo 'RECONFIGURE="console-data"'
+ '[' -n jessie ']'
+ echo 'RELEASE="jessie"'
+ '[' -n no ']'
+ echo 'RM_APTCACHE="no"'
+ '[' -n changeme ']'
+ echo 'ROOTPASSWORD="changeme"'
+ '[' -n yes ']'
+ echo 'SCRIPTS="yes"'
+ '[' -n yes ']'
+ echo 'SECURE="yes"'
+ '[' -n '' ']'
+ '[' -n /dev/mapper/loop0p1 ']'
+ echo 'TARGET="/dev/mapper/loop0p1"'
+ '[' -n no ']'
+ echo 'UPGRADE_SYSTEM="no"'
+ '[' -n 26ada0c0-1165-4098-884d-aafd2220c2c6 ']'
+ echo 'TARGET_UUID="26ada0c0-1165-4098-884d-aafd2220c2c6"'
+ '[' -n UTC ']'
+ echo 'TIMEZONE="UTC"'
+ '[' -n 'tune2fs -c0 -i0' ']'
+ echo 'TUNE2FS="tune2fs -c0 -i0"'
+ '[' -n 2G ']'
+ echo 'VMSIZE="2G"'
+ cp -v /etc/debootstrap/chroot-script /mnt/debootstrap.19733/bin/chroot-script
`/etc/debootstrap/chroot-script' -> `/mnt/debootstrap.19733/bin/chroot-script'
+ chmod 755 /mnt/debootstrap.19733/bin/chroot-script
+ '[' -d /mnt/debootstrap.19733/etc/debootstrap/ ']'
+ mkdir /mnt/debootstrap.19733/etc/debootstrap/
+ cp -v /etc/debootstrap/config /mnt/debootstrap.19733/etc/debootstrap/
`/etc/debootstrap/config' -> `/mnt/debootstrap.19733/etc/debootstrap/config'
+ sed -i 's#RELEASE=.*#RELEASE="jessie"#' /mnt/debootstrap.19733/etc/debootstrap/config
+ sed -i 's#TARGET=.*#TARGET="/dev/mapper/loop0p1"#' /mnt/debootstrap.19733/etc/debootstrap/config
+ sed -i 's#GRUB=.*#GRUB=""#' /mnt/debootstrap.19733/etc/debootstrap/config
+ '[' -n /etc/debootstrap/install_notes ']'
+ '[' -r /etc/debootstrap/install_notes ']'
+ cp -v ./test_packages /mnt/debootstrap.19733/etc/debootstrap/packages
`./test_packages' -> `/mnt/debootstrap.19733/etc/debootstrap/packages'
+ _opt_debconf=/etc/debootstrap/debconf-selections
+ '[' -f /etc/debootstrap/debconf-selections -a yes = yes ']'
+ _opt_chroot_scripts=/etc/debootstrap/chroot-scripts/
+ '[' -d /etc/debootstrap/chroot-scripts/ -a yes = yes ']'
+ cp -v /var/cache/grml-debootstrap/variables_test.img /mnt/debootstrap.19733/etc/debootstrap/variables
`/var/cache/grml-debootstrap/variables_test.img' -> `/mnt/debootstrap.19733/etc/debootstrap/variables'
+ cp -v -a -L /etc/debootstrap/extrapackages/ /mnt/debootstrap.19733/etc/debootstrap/
`/etc/debootstrap/extrapackages/' -> `/mnt/debootstrap.19733/etc/debootstrap/extrapackages'
+ '[' -f /mnt/debootstrap.19733/etc/resolv.conf ']'
+ '[' -f /mnt/debootstrap.19733/etc/hosts ']'
+ '[' -n yes ']'
+ cp -v /etc/debootstrap/locale.gen /mnt/debootstrap.19733/etc/locale.gen
`/etc/debootstrap/locale.gen' -> `/mnt/debootstrap.19733/etc/locale.gen'
+ cd /mnt/debootstrap.19733/dev
+ tar zxf /etc/debootstrap/devices.tar.gz
+ '[' -d /etc/debootstrap/bin ']'
+ '[' -d /etc/debootstrap/boot ']'
+ '[' -d /etc/debootstrap/etc ']'
+ '[' -d /etc/debootstrap/sbin ']'
+ '[' -d /etc/debootstrap/share ']'
+ '[' -d /etc/debootstrap/usr ']'
+ '[' -d /etc/debootstrap/var ']'
+ DEFAULT_INTERFACES='# /etc/network/interfaces - generated by grml-debootstrap

# Include files from /etc/network/interfaces.d when using
# ifupdown v0.7.44 or newer:
#source-directory /etc/network/interfaces.d

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp
'
+ '[' -n '' ']'
+ '[' -n '# /etc/network/interfaces - generated by grml-debootstrap

# Include files from /etc/network/interfaces.d when using
# ifupdown v0.7.44 or newer:
#source-directory /etc/network/interfaces.d

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp
' ']'
+ einfo 'Installing default /etc/network/interfaces as requested via --defaultinterfaces options.'
+ einfon 'Installing default /etc/network/interfaces as requested via --defaultinterfaces options.\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Installing default /etc/network/interfaces as requested via --defaultinterfaces options.\n'
 * Installing default /etc/network/interfaces as requested via --defaultinterfaces options.
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ echo '# /etc/network/interfaces - generated by grml-debootstrap

# Include files from /etc/network/interfaces.d when using
# ifupdown v0.7.44 or newer:
#source-directory /etc/network/interfaces.d

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp
'
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ '[' -r /etc/network/interfaces.examples -a '!' -r /mnt/debootstrap.19733/etc/network/interfaces.examples ']'
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ stage preparechroot done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_test.img/preparechroot
+ for i in prepare_vm mkfs tunefs mount_target debootstrap_system preparechroot execute_pre_scripts chrootscript execute_scripts umount_chroot finalize_vm fscktool
+ stage execute_pre_scripts
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_test.img/execute_pre_scripts
+ execute_pre_scripts
+ export MNTPOINT
+ '[' -d '' ']'
+ '[' yes = yes ']'
+ '[' -d '' ']'
+ pre_scripts=/etc/debootstrap/pre-scripts/
+ for script in '${pre_scripts}/*'
+ '[' -x '/etc/debootstrap/pre-scripts//*' ']'
+ stage execute_pre_scripts done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_test.img/execute_pre_scripts
+ for i in prepare_vm mkfs tunefs mount_target debootstrap_system preparechroot execute_pre_scripts chrootscript execute_scripts umount_chroot finalize_vm fscktool
+ stage chrootscript
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_test.img/chrootscript
+ chrootscript
+ '[' -r /mnt/debootstrap.19733/bin/chroot-script ']'
+ '[' -x /mnt/debootstrap.19733/bin/chroot-script ']'
+ einfo 'Executing chroot-script now'
+ einfon 'Executing chroot-script now\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Executing chroot-script now\n'
 * Executing chroot-script now
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ mount --bind /dev /mnt/debootstrap.19733/dev
+ '[' true = true ']'
+ chroot /mnt/debootstrap.19733 /bin/sh -x /bin/chroot-script
+ . /etc/debootstrap/config
+ . /etc/debootstrap/variables
+ ARCH=amd64
+ CHROOT_SCRIPTS=yes
+ CONFFILES=/etc/debootstrap
+ DEBCONF=yes
+ DEBIAN_FRONTEND=noninteractive
+ DEBOOTSTRAP=debootstrap
+ DEFAULT_LOCALES=en_US.UTF-8
+ EXTRAPACKAGES=yes
+ FALLBACK_MIRROR=http://http.debian.net/debian
+ FORCE=T
+ HOSTNAME=host
+ INITRD=yes
+ INSTALL_NOTES=/etc/debootstrap/install_notes
+ KEEP_SRC_LIST=yes
+ LOCALES=yes
+ MIRROR=http://ftp.us.debian.org/debian
+ MKFS=mkfs.ext4
+ PACKAGES=yes
+ PRE_SCRIPTS=yes
+ RECONFIGURE=console-data
+ RELEASE=jessie
+ RM_APTCACHE=no
+ ROOTPASSWORD=changeme
+ SCRIPTS=yes
+ SECURE=yes
+ TARGET=/dev/mapper/loop0p1
+ UPGRADE_SYSTEM=no
+ TARGET_UUID=26ada0c0-1165-4098-884d-aafd2220c2c6
+ TIMEZONE=UTC
+ TUNE2FS=tune2fs -c0 -i0
+ VMSIZE=2G
+ [ -r /proc/1 ]
+ mount -t proc none /proc
+ [ -x /usr/bin/aptitude ]
+ APTUPDATE=aptitude update 
+ [ -n  ]
+ APTINSTALL=aptitude -y --without-recommends install 
+ APTUPGRADE=aptitude -y safe-upgrade 
+ [ -z  ]
+ STAGES=/etc/debootstrap/stages
+ [ -d /etc/debootstrap/stages ]
+ mkdir -p /etc/debootstrap/stages
+ trap signal_handler HUP INT QUIT TERM
+ install_policy_rcd
+ [ -r /usr/sbin/policy-rc.d ]
+ export POLICYRCD=1
+ cat
+ chmod 775 /usr/sbin/policy-rc.d
+ stage chrootmirror
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/chrootmirror
+ echo    Executing stage chrootmirror
   Executing stage chrootmirror
+ return 0
+ chrootmirror
+ [ -n yes ]
+ echo KEEP_SRC_LIST has been set, skipping chrootmirror stage.
KEEP_SRC_LIST has been set, skipping chrootmirror stage.
+ return
+ stage chrootmirror done
+ [ -n done ]
+ echo done
+ return 0
+ stage grmlrepos
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/grmlrepos
+ echo    Executing stage grmlrepos
   Executing stage grmlrepos
+ return 0
+ grmlrepos
+ [ -n  ]
+ stage grmlrepos done
+ [ -n done ]
+ echo done
+ return 0
+ stage backportrepos
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/backportrepos
+ echo    Executing stage backportrepos
   Executing stage backportrepos
+ return 0
+ backportrepos
+ [ -n  ]
+ stage backportrepos done
+ [ -n done ]
+ echo done
+ return 0
+ stage kernelimg_conf
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/kernelimg_conf
+ echo    Executing stage kernelimg_conf
   Executing stage kernelimg_conf
+ return 0
+ kernelimg_conf
+ [ -r /etc/kernel-img.conf ]
+ echo Setting up /etc/kernel-img.conf
Setting up /etc/kernel-img.conf
+ cat
+ stage kernelimg_conf done
+ [ -n done ]
+ echo done
+ return 0
+ stage kernel
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/kernel
+ echo    Executing stage kernel
   Executing stage kernel
+ return 0
+ kernel
+ [ -n  ]
+ aptitude update
Get: 1 http://ftp.us.debian.org jessie InRelease [162 kB]
Get: 2 http://ftp.us.debian.org jessie/main amd64 Packages/DiffIndex [7876 B]
Get: 3 http://ftp.us.debian.org jessie/main Translation-en [4415 kB]
Fetched 4585 kB in 4s (928 kB/s)          

+ get_kernel_version
+ [ -n  ]
+ KARCH=amd64
+ package_exists linux-image-amd64
+ apt-cache show linux-image-amd64
+ output=Package: linux-image-amd64
Source: linux-latest (59)
Version: 3.14+59
Installed-Size: 38
Maintainer: Debian Kernel Team <[email protected]>
Architecture: amd64
Provides: linux-latest-modules-3.14-2-amd64
Depends: linux-image-3.14-2-amd64
Description-en: Linux for 64-bit PCs (meta-package)
 This package depends on the latest Linux kernel and modules for use on PCs
 with AMD64, Intel 64 or VIA Nano processors.
 .
 This kernel also runs on a Xen hypervisor.  It supports both privileged
 (dom0) and unprivileged (domU) operation.
Description-md5: 273d1b43f376fdf9893fad396f2ed5f1
Section: kernel
Priority: optional
Filename: pool/main/l/linux-latest/linux-image-amd64_3.14+59_amd64.deb
Size: 5998
MD5sum: 2f2adec9622d5e39073fc56e0e26eece
SHA1: e0a54cbd7921aeeb91d0731e8123851840aea188
SHA256: 3c92e629970d853efbbd41b7ffb51f8dfebb6066a81a782d31609fd8b37aeed7
+ [ -n Package: linux-image-amd64
Source: linux-latest (59)
Version: 3.14+59
Installed-Size: 38
Maintainer: Debian Kernel Team <[email protected]>
Architecture: amd64
Provides: linux-latest-modules-3.14-2-amd64
Depends: linux-image-3.14-2-amd64
Description-en: Linux for 64-bit PCs (meta-package)
 This package depends on the latest Linux kernel and modules for use on PCs
 with AMD64, Intel 64 or VIA Nano processors.
 .
 This kernel also runs on a Xen hypervisor.  It supports both privileged
 (dom0) and unprivileged (domU) operation.
Description-md5: 273d1b43f376fdf9893fad396f2ed5f1
Section: kernel
Priority: optional
Filename: pool/main/l/linux-latest/linux-image-amd64_3.14+59_amd64.deb
Size: 5998
MD5sum: 2f2adec9622d5e39073fc56e0e26eece
SHA1: e0a54cbd7921aeeb91d0731e8123851840aea188
SHA256: 3c92e629970d853efbbd41b7ffb51f8dfebb6066a81a782d31609fd8b37aeed7 ]
+ return 0
+ echo amd64
+ return 0
+ KVER=amd64
+ [ -n amd64 ]
+ KERNELPACKAGES=linux-image-amd64 linux-headers-amd64 busybox firmware-linux-free firmware-linux
+ DEBIAN_FRONTEND=noninteractive aptitude -y --without-recommends install linux-image-amd64 linux-headers-amd64 busybox firmware-linux-free firmware-linux
No candidate version found for firmware-linux
No candidate version found for firmware-linux
The following NEW packages will be installed:
  binutils{a} busybox cpp-4.8{a} firmware-linux-free gcc-4.8{a} initramfs-tools{a} klibc-utils{a} libasan0{a} 
  libatomic1{a} libcloog-isl4{a} libgcc-4.8-dev{a} libgomp1{a} libisl10{a} libitm1{a} libklibc{a} libmpc3{a} libmpfr4{a} 
  libquadmath0{a} libtsan0{a} libuuid-perl{a} linux-base{a} linux-compiler-gcc-4.8-x86{a} linux-headers-3.14-2-amd64{a} 
  linux-headers-3.14-2-common{a} linux-headers-amd64 linux-image-3.14-2-amd64{a} linux-image-amd64 linux-kbuild-3.14{a} 
The following packages are RECOMMENDED but will NOT be installed:
  libc6-dev 
0 packages upgraded, 28 newly installed, 0 to remove and 0 not upgraded.
Need to get 53.8 MB of archives. After unpacking 247 MB will be used.
Get: 1 http://ftp.us.debian.org/debian/ jessie/main libasan0 amd64 4.8.3-6 [63.2 kB]
Get: 2 http://ftp.us.debian.org/debian/ jessie/main libatomic1 amd64 4.9.1-4 [8998 B]
Get: 3 http://ftp.us.debian.org/debian/ jessie/main libisl10 amd64 0.12.2-2 [440 kB]
Get: 4 http://ftp.us.debian.org/debian/ jessie/main libcloog-isl4 amd64 0.18.2-1 [59.4 kB]
Get: 5 http://ftp.us.debian.org/debian/ jessie/main libgomp1 amd64 4.9.1-4 [36.3 kB]
Get: 6 http://ftp.us.debian.org/debian/ jessie/main libitm1 amd64 4.9.1-4 [29.2 kB]
Get: 7 http://ftp.us.debian.org/debian/ jessie/main libmpfr4 amd64 3.1.2-1 [516 kB]
Get: 8 http://ftp.us.debian.org/debian/ jessie/main libquadmath0 amd64 4.9.1-4 [129 kB]
Get: 9 http://ftp.us.debian.org/debian/ jessie/main libtsan0 amd64 4.9.1-4 [213 kB]
Get: 10 http://ftp.us.debian.org/debian/ jessie/main libuuid-perl amd64 0.05-1 [10.1 kB]
Get: 11 http://ftp.us.debian.org/debian/ jessie/main linux-base all 3.5 [34.3 kB]
Get: 12 http://ftp.us.debian.org/debian/ jessie/main libklibc amd64 2.0.3-1 [51.1 kB]
Get: 13 http://ftp.us.debian.org/debian/ jessie/main klibc-utils amd64 2.0.3-1 [107 kB]
Get: 14 http://ftp.us.debian.org/debian/ jessie/main initramfs-tools all 0.115 [88.1 kB]
Get: 15 http://ftp.us.debian.org/debian/ jessie/main linux-image-3.14-2-amd64 amd64 3.14.13-2 [32.0 MB]
Get: 16 http://ftp.us.debian.org/debian/ jessie/main libmpc3 amd64 1.0.2-1 [39.3 kB]                                          
Get: 17 http://ftp.us.debian.org/debian/ jessie/main binutils amd64 2.24.51.20140727-1 [3298 kB]                              
Get: 18 http://ftp.us.debian.org/debian/ jessie/main busybox amd64 1:1.22.0-6 [388 kB]                                        
Get: 19 http://ftp.us.debian.org/debian/ jessie/main cpp-4.8 amd64 4.8.3-6 [4576 kB]                                          
Get: 20 http://ftp.us.debian.org/debian/ jessie/main firmware-linux-free all 3.3 [19.1 kB]                                    
Get: 21 http://ftp.us.debian.org/debian/ jessie/main libgcc-4.8-dev amd64 4.8.3-6 [1688 kB]                                   
Get: 22 http://ftp.us.debian.org/debian/ jessie/main gcc-4.8 amd64 4.8.3-6 [4778 kB]                                          
Get: 23 http://ftp.us.debian.org/debian/ jessie/main linux-compiler-gcc-4.8-x86 amd64 3.14.13-2 [253 kB]                      
Get: 24 http://ftp.us.debian.org/debian/ jessie/main linux-headers-3.14-2-common amd64 3.14.13-2 [4355 kB]                    
Get: 25 http://ftp.us.debian.org/debian/ jessie/main linux-kbuild-3.14 amd64 3.14-1 [158 kB]                                  
Get: 26 http://ftp.us.debian.org/debian/ jessie/main linux-headers-3.14-2-amd64 amd64 3.14.13-2 [437 kB]                      
Get: 27 http://ftp.us.debian.org/debian/ jessie/main linux-headers-amd64 amd64 3.14+59 [4862 B]                               
Get: 28 http://ftp.us.debian.org/debian/ jessie/main linux-image-amd64 amd64 3.14+59 [5998 B]                                 
Fetched 53.8 MB in 31s (1682 kB/s)                                                                                            
Preconfiguring packages ...
E: Can not write log (Is /dev/pts mounted?) - openpty (2: No such file or directory)
Selecting previously unselected package libasan0:amd64.
(Reading database ... 10852 files and directories currently installed.)
Preparing to unpack .../libasan0_4.8.3-6_amd64.deb ...
Unpacking libasan0:amd64 (4.8.3-6) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../libatomic1_4.9.1-4_amd64.deb ...
Unpacking libatomic1:amd64 (4.9.1-4) ...
Selecting previously unselected package libisl10:amd64.
Preparing to unpack .../libisl10_0.12.2-2_amd64.deb ...
Unpacking libisl10:amd64 (0.12.2-2) ...
Selecting previously unselected package libcloog-isl4:amd64.
Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...
Unpacking libcloog-isl4:amd64 (0.18.2-1) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../libgomp1_4.9.1-4_amd64.deb ...
Unpacking libgomp1:amd64 (4.9.1-4) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../libitm1_4.9.1-4_amd64.deb ...
Unpacking libitm1:amd64 (4.9.1-4) ...
Selecting previously unselected package libmpfr4:amd64.
Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...
Unpacking libmpfr4:amd64 (3.1.2-1) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../libquadmath0_4.9.1-4_amd64.deb ...
Unpacking libquadmath0:amd64 (4.9.1-4) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../libtsan0_4.9.1-4_amd64.deb ...
Unpacking libtsan0:amd64 (4.9.1-4) ...
Selecting previously unselected package libuuid-perl.
Preparing to unpack .../libuuid-perl_0.05-1_amd64.deb ...
Unpacking libuuid-perl (0.05-1) ...
Selecting previously unselected package linux-base.
Preparing to unpack .../linux-base_3.5_all.deb ...
Unpacking linux-base (3.5) ...
Selecting previously unselected package libklibc.
Preparing to unpack .../libklibc_2.0.3-1_amd64.deb ...
Unpacking libklibc (2.0.3-1) ...
Selecting previously unselected package klibc-utils.
Preparing to unpack .../klibc-utils_2.0.3-1_amd64.deb ...
Unpacking klibc-utils (2.0.3-1) ...
Selecting previously unselected package initramfs-tools.
Preparing to unpack .../initramfs-tools_0.115_all.deb ...
Unpacking initramfs-tools (0.115) ...
Selecting previously unselected package linux-image-3.14-2-amd64.
Preparing to unpack .../linux-image-3.14-2-amd64_3.14.13-2_amd64.deb ...
Unpacking linux-image-3.14-2-amd64 (3.14.13-2) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../libmpc3_1.0.2-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.0.2-1) ...
Selecting previously unselected package binutils.
Preparing to unpack .../binutils_2.24.51.20140727-1_amd64.deb ...
Unpacking binutils (2.24.51.20140727-1) ...
Selecting previously unselected package busybox.
Preparing to unpack .../busybox_1%3a1.22.0-6_amd64.deb ...
Unpacking busybox (1:1.22.0-6) ...
Selecting previously unselected package cpp-4.8.
Preparing to unpack .../cpp-4.8_4.8.3-6_amd64.deb ...
Unpacking cpp-4.8 (4.8.3-6) ...
Selecting previously unselected package firmware-linux-free.
Preparing to unpack .../firmware-linux-free_3.3_all.deb ...
Unpacking firmware-linux-free (3.3) ...
Selecting previously unselected package libgcc-4.8-dev:amd64.
Preparing to unpack .../libgcc-4.8-dev_4.8.3-6_amd64.deb ...
Unpacking libgcc-4.8-dev:amd64 (4.8.3-6) ...
Selecting previously unselected package gcc-4.8.
Preparing to unpack .../gcc-4.8_4.8.3-6_amd64.deb ...
Unpacking gcc-4.8 (4.8.3-6) ...
Selecting previously unselected package linux-compiler-gcc-4.8-x86.
Preparing to unpack .../linux-compiler-gcc-4.8-x86_3.14.13-2_amd64.deb ...
Unpacking linux-compiler-gcc-4.8-x86 (3.14.13-2) ...
Selecting previously unselected package linux-headers-3.14-2-common.
Preparing to unpack .../linux-headers-3.14-2-common_3.14.13-2_amd64.deb ...
Unpacking linux-headers-3.14-2-common (3.14.13-2) ...
Selecting previously unselected package linux-kbuild-3.14.
Preparing to unpack .../linux-kbuild-3.14_3.14-1_amd64.deb ...
Unpacking linux-kbuild-3.14 (3.14-1) ...
Selecting previously unselected package linux-headers-3.14-2-amd64.
Preparing to unpack .../linux-headers-3.14-2-amd64_3.14.13-2_amd64.deb ...
Unpacking linux-headers-3.14-2-amd64 (3.14.13-2) ...
Selecting previously unselected package linux-headers-amd64.
Preparing to unpack .../linux-headers-amd64_3.14+59_amd64.deb ...
Unpacking linux-headers-amd64 (3.14+59) ...
Selecting previously unselected package linux-image-amd64.
Preparing to unpack .../linux-image-amd64_3.14+59_amd64.deb ...
Unpacking linux-image-amd64 (3.14+59) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up libasan0:amd64 (4.8.3-6) ...
Setting up libatomic1:amd64 (4.9.1-4) ...
Setting up libisl10:amd64 (0.12.2-2) ...
Setting up libcloog-isl4:amd64 (0.18.2-1) ...
Setting up libgomp1:amd64 (4.9.1-4) ...
Setting up libitm1:amd64 (4.9.1-4) ...
Setting up libmpfr4:amd64 (3.1.2-1) ...
Setting up libquadmath0:amd64 (4.9.1-4) ...
Setting up libtsan0:amd64 (4.9.1-4) ...
Setting up libuuid-perl (0.05-1) ...
Setting up linux-base (3.5) ...
Setting up libklibc (2.0.3-1) ...
Setting up klibc-utils (2.0.3-1) ...
Setting up initramfs-tools (0.115) ...
update-initramfs: deferring update (trigger activated)
Setting up linux-image-3.14-2-amd64 (3.14.13-2) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-3.14-2-amd64
Setting up libmpc3:amd64 (1.0.2-1) ...
Setting up binutils (2.24.51.20140727-1) ...
Setting up busybox (1:1.22.0-6) ...
Setting up cpp-4.8 (4.8.3-6) ...
Setting up firmware-linux-free (3.3) ...
update-initramfs: deferring update (trigger activated)
Setting up libgcc-4.8-dev:amd64 (4.8.3-6) ...
Setting up gcc-4.8 (4.8.3-6) ...
Setting up linux-compiler-gcc-4.8-x86 (3.14.13-2) ...
Setting up linux-headers-3.14-2-common (3.14.13-2) ...
Setting up linux-kbuild-3.14 (3.14-1) ...
Setting up linux-headers-3.14-2-amd64 (3.14.13-2) ...
Setting up linux-headers-amd64 (3.14+59) ...
Setting up linux-image-amd64 (3.14+59) ...
Processing triggers for libc-bin (2.19-7) ...
Processing triggers for initramfs-tools (0.115) ...
update-initramfs: Generating /boot/initrd.img-3.14-2-amd64

+ stage kernel done
+ [ -n done ]
+ echo done
+ return 0
+ stage packages
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/packages
+ echo    Executing stage packages
   Executing stage packages
+ return 0
+ packages
+ [ -f /etc/debootstrap/debconf-selections ]
+ [ yes = yes ]
+ [ -r /etc/debootstrap/packages ]
+ aptitude update
Get: 1 http://ftp.us.debian.org jessie InRelease [162 kB]
Get: 2 http://ftp.us.debian.org jessie/main amd64 Packages/DiffIndex [7876 B]
Get: 3 http://ftp.us.debian.org jessie/main Translation-en/DiffIndex [7876 B]
Fetched 178 kB in 1s (172 kB/s)

+ grep -v ^# /etc/debootstrap/packages
+ DEBIAN_FRONTEND=noninteractive aptitude -y --without-recommends install locales console-data console-common initramfs-tools mdadm lvm2 grub-pc os-prober bzip2 dhcp3-client file less lsof most pciutils resolvconf screen ssh strace sysfsutils usbutils vim w3m zsh rsync postfix lsb-release acpi-support-base vlan bridge-utils ifenslave cryptsetup
No candidate version found for dhcp3-client
No candidate version found for dhcp3-client
The following NEW packages will be installed:
  acpi-support-base acpid{a} bridge-utils bzip2 console-common console-data cryptsetup cryptsetup-bin{a} dmsetup{a} file 
  gettext-base{a} grub-common{a} grub-pc grub-pc-bin{a} grub2-common{a} ifenslave kbd{a} less libasprintf0c2{a} 
  libbsd0{a} libcryptsetup4{a} libdevmapper-event1.02.1{a} libdevmapper1.02.1{a} libedit2{a} libexpat1{a} libfreetype6{a} 
  libfuse2{a} libgc1c2{a} libgcrypt11{a} libgpg-error0{a} libgpm2{a} libgssapi-krb5-2{a} libk5crypto3{a} libkeyutils1{a} 
  libkrb5-3{a} libkrb5support0{a} libmagic1{a} libpci3{a} libperl4-corelibs-perl{a} libpng12-0{a} libpython-stdlib{a} 
  libpython2.7-minimal{a} libpython2.7-stdlib{a} libreadline5{a} libsasl2-2{a} libsasl2-modules-db{a} libsysfs2{a} 
  libusb-1.0-0{a} libwrap0{a} locales lsb-release lsof lvm2 mdadm mime-support{a} most openssh-client{a} 
  openssh-server{a} openssh-sftp-server{a} openssl{a} os-prober pciutils postfix python{a} python-minimal{a} python2.7{a} 
  python2.7-minimal{a} resolvconf rsync screen ssh ssl-cert{a} strace sysfsutils ucf{a} usbutils vim vim-runtime{a} vlan 
  w3m zsh zsh-common{a} 
The following packages are RECOMMENDED but will NOT be installed:
  ca-certificates console-setup krb5-locales libsasl2-modules module-init-tools ncurses-term tcpd xauth 
0 packages upgraded, 82 newly installed, 0 to remove and 0 not upgraded.
Need to get 33.9 MB of archives. After unpacking 124 MB will be used.
Get: 1 http://ftp.us.debian.org/debian/ jessie/main libasprintf0c2 amd64 0.19.2-1 [30.7 kB]
Get: 2 http://ftp.us.debian.org/debian/ jessie/main libbsd0 amd64 0.6.0-2 [63.5 kB]
Get: 3 http://ftp.us.debian.org/debian/ jessie/main libedit2 amd64 3.1-20140620-1 [77.0 kB]
Get: 4 http://ftp.us.debian.org/debian/ jessie/main libgc1c2 amd64 1:7.2d-6.1 [132 kB]
Get: 5 http://ftp.us.debian.org/debian/ jessie/main libgpg-error0 amd64 1.13-0.2 [58.6 kB]
Get: 6 http://ftp.us.debian.org/debian/ jessie/main libgcrypt11 amd64 1.5.3-5 [255 kB]
Get: 7 http://ftp.us.debian.org/debian/ jessie/main libgpm2 amd64 1.20.4-6.1 [36.2 kB]
Get: 8 http://ftp.us.debian.org/debian/ jessie/main libkeyutils1 amd64 1.5.9-4 [11.6 kB]
Get: 9 http://ftp.us.debian.org/debian/ jessie/main libkrb5support0 amd64 1.12.1+dfsg-5 [57.0 kB]
Get: 10 http://ftp.us.debian.org/debian/ jessie/main libk5crypto3 amd64 1.12.1+dfsg-5 [111 kB]
Get: 11 http://ftp.us.debian.org/debian/ jessie/main libkrb5-3 amd64 1.12.1+dfsg-5 [298 kB]
Get: 12 http://ftp.us.debian.org/debian/ jessie/main libgssapi-krb5-2 amd64 1.12.1+dfsg-5 [147 kB]
Get: 13 http://ftp.us.debian.org/debian/ jessie/main libmagic1 amd64 1:5.19-1 [237 kB]
Get: 14 http://ftp.us.debian.org/debian/ jessie/main libpci3 amd64 1:3.2.1-2 [59.4 kB]
Get: 15 http://ftp.us.debian.org/debian/ jessie/main libsasl2-modules-db amd64 2.1.26.dfsg1-11 [66.8 kB]
Get: 16 http://ftp.us.debian.org/debian/ jessie/main libsasl2-2 amd64 2.1.26.dfsg1-11 [104 kB]
Get: 17 http://ftp.us.debian.org/debian/ jessie/main libwrap0 amd64 7.6.q-25 [58.5 kB]
Get: 18 http://ftp.us.debian.org/debian/ jessie/main console-data all 2:1.12-5 [1150 kB]
Get: 19 http://ftp.us.debian.org/debian/ jessie/main kbd amd64 1.15.5-1 [485 kB]
Get: 20 http://ftp.us.debian.org/debian/ jessie/main console-common all 0.7.88 [121 kB]
Get: 21 http://ftp.us.debian.org/debian/ jessie/main dmsetup amd64 2:1.02.85-2 [66.5 kB]
Get: 22 http://ftp.us.debian.org/debian/ jessie/main libdevmapper1.02.1 amd64 2:1.02.85-2 [127 kB]
Get: 23 http://ftp.us.debian.org/debian/ jessie/main libdevmapper-event1.02.1 amd64 2:1.02.85-2 [34.3 kB]
Get: 24 http://ftp.us.debian.org/debian/ jessie/main libexpat1 amd64 2.1.0-6 [80.6 kB]
Get: 25 http://ftp.us.debian.org/debian/ jessie/main libpng12-0 amd64 1.2.50-2 [172 kB]
Get: 26 http://ftp.us.debian.org/debian/ jessie/main libfreetype6 amd64 2.5.2-1 [454 kB]
Get: 27 http://ftp.us.debian.org/debian/ jessie/main libfuse2 amd64 2.9.3-12 [133 kB]
Get: 28 http://ftp.us.debian.org/debian/ jessie/main libreadline5 amd64 5.2+dfsg-2 [151 kB]
Get: 29 http://ftp.us.debian.org/debian/ jessie/main libsysfs2 amd64 2.1.0+repack-3 [30.4 kB]
Get: 30 http://ftp.us.debian.org/debian/ jessie/main libusb-1.0-0 amd64 2:1.0.19-1 [48.1 kB]
Get: 31 http://ftp.us.debian.org/debian/ jessie/main libpython2.7-minimal amd64 2.7.8-3 [349 kB]
Get: 32 http://ftp.us.debian.org/debian/ jessie/main python2.7-minimal amd64 2.7.8-3 [1360 kB]
Get: 33 http://ftp.us.debian.org/debian/ jessie/main resolvconf all 1.75 [77.8 kB]
Get: 34 http://ftp.us.debian.org/debian/ jessie/main bzip2 amd64 1.0.6-7 [46.6 kB]
Get: 35 http://ftp.us.debian.org/debian/ jessie/main file amd64 1:5.19-1 [58.0 kB]
Get: 36 http://ftp.us.debian.org/debian/ jessie/main gettext-base amd64 0.19.2-1 [121 kB]
Get: 37 http://ftp.us.debian.org/debian/ jessie/main less amd64 458-2 [133 kB]
Get: 38 http://ftp.us.debian.org/debian/ jessie/main locales all 2.19-7 [3913 kB]                                             
Get: 39 http://ftp.us.debian.org/debian/ jessie/main libperl4-corelibs-perl all 0.003-1 [43.6 kB]                             
Get: 40 http://ftp.us.debian.org/debian/ jessie/main lsof amd64 4.86+dfsg-1 [316 kB]                                          
Get: 41 http://ftp.us.debian.org/debian/ jessie/main mime-support all 3.56 [35.5 kB]                                          
Get: 42 http://ftp.us.debian.org/debian/ jessie/main openssh-client amd64 1:6.6p1-6 [660 kB]                                  
Get: 43 http://ftp.us.debian.org/debian/ jessie/main pciutils amd64 1:3.2.1-2 [299 kB]                                        
Get: 44 http://ftp.us.debian.org/debian/ jessie/main libpython2.7-stdlib amd64 2.7.8-3 [1877 kB]                              
Get: 45 http://ftp.us.debian.org/debian/ jessie/main python2.7 amd64 2.7.8-3 [243 kB]                                         
Get: 46 http://ftp.us.debian.org/debian/ jessie/main python-minimal amd64 2.7.8-1 [39.7 kB]                                   
Get: 47 http://ftp.us.debian.org/debian/ jessie/main libpython-stdlib amd64 2.7.8-1 [19.2 kB]                                 
Get: 48 http://ftp.us.debian.org/debian/ jessie/main python amd64 2.7.8-1 [151 kB]                                            
Get: 49 http://ftp.us.debian.org/debian/ jessie/main ucf all 3.0030 [69.7 kB]                                                 
Get: 50 http://ftp.us.debian.org/debian/ jessie/main w3m amd64 0.5.3-16 [994 kB]                                              
Get: 51 http://ftp.us.debian.org/debian/ jessie/main acpid amd64 1:2.0.22-3 [54.5 kB]                                         
Get: 52 http://ftp.us.debian.org/debian/ jessie/main acpi-support-base all 0.142-2 [23.2 kB]                                  
Get: 53 http://ftp.us.debian.org/debian/ jessie/main bridge-utils amd64 1.5-9 [32.8 kB]                                       
Get: 54 http://ftp.us.debian.org/debian/ jessie/main libcryptsetup4 amd64 2:1.6.4-4 [97.6 kB]                                 
Get: 55 http://ftp.us.debian.org/debian/ jessie/main cryptsetup-bin amd64 2:1.6.4-4 [172 kB]                                  
Get: 56 http://ftp.us.debian.org/debian/ jessie/main cryptsetup amd64 2:1.6.4-4 [152 kB]                                      
Get: 57 http://ftp.us.debian.org/debian/ jessie/main grub-common amd64 2.00-22 [2045 kB]                                      
Get: 58 http://ftp.us.debian.org/debian/ jessie/main grub2-common amd64 2.00-22 [117 kB]                                      
Get: 59 http://ftp.us.debian.org/debian/ jessie/main grub-pc-bin amd64 2.00-22 [801 kB]                                       
Get: 60 http://ftp.us.debian.org/debian/ jessie/main grub-pc amd64 2.00-22 [173 kB]                                           
Get: 61 http://ftp.us.debian.org/debian/ jessie/main ifenslave all 2.5 [14.8 kB]                                              
Get: 62 http://ftp.us.debian.org/debian/ jessie/main lsb-release all 4.1+Debian13 [26.3 kB]
Get: 63 http://ftp.us.debian.org/debian/ jessie/main lvm2 amd64 2.02.106-2 [653 kB]                                           
Get: 64 http://ftp.us.debian.org/debian/ jessie/main mdadm amd64 3.3-2 [438 kB]                                               
Get: 65 http://ftp.us.debian.org/debian/ jessie/main most amd64 5.0.0a-2.3 [46.1 kB]                                          
Get: 66 http://ftp.us.debian.org/debian/ jessie/main openssh-sftp-server amd64 1:6.6p1-6 [33.6 kB]                            
Get: 67 http://ftp.us.debian.org/debian/ jessie/main openssh-server amd64 1:6.6p1-6 [320 kB]                                  
Get: 68 http://ftp.us.debian.org/debian/ jessie/main openssl amd64 1.0.1h-3 [668 kB]                                          
Get: 69 http://ftp.us.debian.org/debian/ jessie/main rsync amd64 3.1.1-1 [380 kB]                                             
Get: 70 http://ftp.us.debian.org/debian/ jessie/main screen amd64 4.2.1-2 [576 kB]                                            
Get: 71 http://ftp.us.debian.org/debian/ jessie/main ssl-cert all 1.0.34 [20.9 kB]                                            
Get: 72 http://ftp.us.debian.org/debian/ jessie/main strace amd64 4.8-1.1 [209 kB]                                            
Get: 73 http://ftp.us.debian.org/debian/ jessie/main usbutils amd64 1:007-2 [198 kB]                                          
Get: 74 http://ftp.us.debian.org/debian/ jessie/main vim-runtime all 2:7.4.335-1 [5004 kB]                                    
Get: 75 http://ftp.us.debian.org/debian/ jessie/main vim amd64 2:7.4.335-1 [905 kB]                                           
Get: 76 http://ftp.us.debian.org/debian/ jessie/main zsh-common all 5.0.5-4 [3028 kB]                                         
Get: 77 http://ftp.us.debian.org/debian/ jessie/main zsh amd64 5.0.5-4 [618 kB]                                               
Get: 78 http://ftp.us.debian.org/debian/ jessie/main os-prober amd64 1.63 [30.7 kB]                                           
Get: 79 http://ftp.us.debian.org/debian/ jessie/main postfix amd64 2.11.1-1 [1365 kB]                                         
Get: 80 http://ftp.us.debian.org/debian/ jessie/main ssh all 1:6.6p1-6 [1114 B]                                               
Get: 81 http://ftp.us.debian.org/debian/ jessie/main sysfsutils amd64 2.1.0+repack-3 [25.7 kB]                                
Get: 82 http://ftp.us.debian.org/debian/ jessie/main vlan amd64 1.9-3.2 [36.5 kB]                                             
Fetched 33.9 MB in 18s (1873 kB/s)                                                                                            
Extracting templates from packages: 100%
Preconfiguring packages ...
E: Can not write log (Is /dev/pts mounted?) - openpty (2: No such file or directory)
Selecting previously unselected package libasprintf0c2:amd64.
(Reading database ... 25740 files and directories currently installed.)
Preparing to unpack .../libasprintf0c2_0.19.2-1_amd64.deb ...
Unpacking libasprintf0c2:amd64 (0.19.2-1) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../libbsd0_0.6.0-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.6.0-2) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../libedit2_3.1-20140620-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20140620-1) ...
Selecting previously unselected package libgc1c2:amd64.
Preparing to unpack .../libgc1c2_1%3a7.2d-6.1_amd64.deb ...
Unpacking libgc1c2:amd64 (1:7.2d-6.1) ...
Selecting previously unselected package libgpg-error0:amd64.
Preparing to unpack .../libgpg-error0_1.13-0.2_amd64.deb ...
Unpacking libgpg-error0:amd64 (1.13-0.2) ...
Selecting previously unselected package libgcrypt11:amd64.
Preparing to unpack .../libgcrypt11_1.5.3-5_amd64.deb ...
Unpacking libgcrypt11:amd64 (1.5.3-5) ...
Selecting previously unselected package libgpm2:amd64.
Preparing to unpack .../libgpm2_1.20.4-6.1_amd64.deb ...
Unpacking libgpm2:amd64 (1.20.4-6.1) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../libkeyutils1_1.5.9-4_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-4) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.12.1+dfsg-5_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.12.1+dfsg-5) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.12.1+dfsg-5_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.12.1+dfsg-5) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.12.1+dfsg-5_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.12.1+dfsg-5) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.12.1+dfsg-5_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.12.1+dfsg-5) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../libmagic1_1%3a5.19-1_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.19-1) ...
Selecting previously unselected package libpci3:amd64.
Preparing to unpack .../libpci3_1%3a3.2.1-2_amd64.deb ...
Unpacking libpci3:amd64 (1:3.2.1-2) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-11_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-11) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-11_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-11) ...
Selecting previously unselected package libwrap0:amd64.
Preparing to unpack .../libwrap0_7.6.q-25_amd64.deb ...
Unpacking libwrap0:amd64 (7.6.q-25) ...
Selecting previously unselected package console-data.
Preparing to unpack .../console-data_2%3a1.12-5_all.deb ...
Unpacking console-data (2:1.12-5) ...
Selecting previously unselected package kbd.
Preparing to unpack .../kbd_1.15.5-1_amd64.deb ...
Unpacking kbd (1.15.5-1) ...
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 dmsetup.
Preparing to unpack .../dmsetup_2%3a1.02.85-2_amd64.deb ...
Unpacking dmsetup (2:1.02.85-2) ...
Selecting previously unselected package libdevmapper1.02.1:amd64.
Preparing to unpack .../libdevmapper1.02.1_2%3a1.02.85-2_amd64.deb ...
Unpacking libdevmapper1.02.1:amd64 (2:1.02.85-2) ...
Selecting previously unselected package libdevmapper-event1.02.1:amd64.
Preparing to unpack .../libdevmapper-event1.02.1_2%3a1.02.85-2_amd64.deb ...
Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.85-2) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.1.0-6_amd64.deb ...
Unpacking libexpat1:amd64 (2.1.0-6) ...
Selecting previously unselected package libpng12-0:amd64.
Preparing to unpack .../libpng12-0_1.2.50-2_amd64.deb ...
Unpacking libpng12-0:amd64 (1.2.50-2) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../libfreetype6_2.5.2-1_amd64.deb ...
Unpacking libfreetype6:amd64 (2.5.2-1) ...
Selecting previously unselected package libfuse2:amd64.
Preparing to unpack .../libfuse2_2.9.3-12_amd64.deb ...
Unpacking libfuse2:amd64 (2.9.3-12) ...
Selecting previously unselected package libreadline5:amd64.
Preparing to unpack .../libreadline5_5.2+dfsg-2_amd64.deb ...
Unpacking libreadline5:amd64 (5.2+dfsg-2) ...
Selecting previously unselected package libsysfs2:amd64.
Preparing to unpack .../libsysfs2_2.1.0+repack-3_amd64.deb ...
Unpacking libsysfs2:amd64 (2.1.0+repack-3) ...
Selecting previously unselected package libusb-1.0-0:amd64.
Preparing to unpack .../libusb-1.0-0_2%3a1.0.19-1_amd64.deb ...
Unpacking libusb-1.0-0:amd64 (2:1.0.19-1) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../libpython2.7-minimal_2.7.8-3_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.8-3) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.8-3_amd64.deb ...
Unpacking python2.7-minimal (2.7.8-3) ...
Selecting previously unselected package resolvconf.
Preparing to unpack .../resolvconf_1.75_all.deb ...
Unpacking resolvconf (1.75) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../bzip2_1.0.6-7_amd64.deb ...
Unpacking bzip2 (1.0.6-7) ...
Selecting previously unselected package file.
Preparing to unpack .../file_1%3a5.19-1_amd64.deb ...
Unpacking file (1:5.19-1) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../gettext-base_0.19.2-1_amd64.deb ...
Unpacking gettext-base (0.19.2-1) ...
Selecting previously unselected package less.
Preparing to unpack .../archives/less_458-2_amd64.deb ...
Unpacking less (458-2) ...
Selecting previously unselected package locales.
Preparing to unpack .../locales_2.19-7_all.deb ...
Unpacking locales (2.19-7) ...
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_amd64.deb ...
Unpacking lsof (4.86+dfsg-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../mime-support_3.56_all.deb ...
Unpacking mime-support (3.56) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../openssh-client_1%3a6.6p1-6_amd64.deb ...
Unpacking openssh-client (1:6.6p1-6) ...
Selecting previously unselected package pciutils.
Preparing to unpack .../pciutils_1%3a3.2.1-2_amd64.deb ...
Unpacking pciutils (1:3.2.1-2) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../libpython2.7-stdlib_2.7.8-3_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.8-3) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../python2.7_2.7.8-3_amd64.deb ...
Unpacking python2.7 (2.7.8-3) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../python-minimal_2.7.8-1_amd64.deb ...
Unpacking python-minimal (2.7.8-1) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../libpython-stdlib_2.7.8-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.8-1) ...
Selecting previously unselected package python.
Preparing to unpack .../python_2.7.8-1_amd64.deb ...
Unpacking python (2.7.8-1) ...
Selecting previously unselected package ucf.
Preparing to unpack .../archives/ucf_3.0030_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0030) ...
Selecting previously unselected package w3m.
Preparing to unpack .../w3m_0.5.3-16_amd64.deb ...
Unpacking w3m (0.5.3-16) ...
Selecting previously unselected package acpid.
Preparing to unpack .../acpid_1%3a2.0.22-3_amd64.deb ...
Unpacking acpid (1:2.0.22-3) ...
Selecting previously unselected package acpi-support-base.
Preparing to unpack .../acpi-support-base_0.142-2_all.deb ...
Unpacking acpi-support-base (0.142-2) ...
Selecting previously unselected package bridge-utils.
Preparing to unpack .../bridge-utils_1.5-9_amd64.deb ...
Unpacking bridge-utils (1.5-9) ...
Selecting previously unselected package libcryptsetup4:amd64.
Preparing to unpack .../libcryptsetup4_2%3a1.6.4-4_amd64.deb ...
Unpacking libcryptsetup4:amd64 (2:1.6.4-4) ...
Selecting previously unselected package cryptsetup-bin.
Preparing to unpack .../cryptsetup-bin_2%3a1.6.4-4_amd64.deb ...
Unpacking cryptsetup-bin (2:1.6.4-4) ...
Selecting previously unselected package cryptsetup.
Preparing to unpack .../cryptsetup_2%3a1.6.4-4_amd64.deb ...
Unpacking cryptsetup (2:1.6.4-4) ...
Selecting previously unselected package grub-common.
Preparing to unpack .../grub-common_2.00-22_amd64.deb ...
Unpacking grub-common (2.00-22) ...
Selecting previously unselected package grub2-common.
Preparing to unpack .../grub2-common_2.00-22_amd64.deb ...
Unpacking grub2-common (2.00-22) ...
Selecting previously unselected package grub-pc-bin.
Preparing to unpack .../grub-pc-bin_2.00-22_amd64.deb ...
Unpacking grub-pc-bin (2.00-22) ...
Selecting previously unselected package grub-pc.
Preparing to unpack .../grub-pc_2.00-22_amd64.deb ...
Unpacking grub-pc (2.00-22) ...
Selecting previously unselected package ifenslave.
Preparing to unpack .../archives/ifenslave_2.5_all.deb ...
Unpacking ifenslave (2.5) ...
Selecting previously unselected package lsb-release.
Preparing to unpack .../lsb-release_4.1+Debian13_all.deb ...
Unpacking lsb-release (4.1+Debian13) ...
Selecting previously unselected package lvm2.
Preparing to unpack .../lvm2_2.02.106-2_amd64.deb ...
Unpacking lvm2 (2.02.106-2) ...
Selecting previously unselected package mdadm.
Preparing to unpack .../archives/mdadm_3.3-2_amd64.deb ...
Unpacking mdadm (3.3-2) ...
Selecting previously unselected package most.
Preparing to unpack .../most_5.0.0a-2.3_amd64.deb ...
Unpacking most (5.0.0a-2.3) ...
Selecting previously unselected package openssh-sftp-server.
Preparing to unpack .../openssh-sftp-server_1%3a6.6p1-6_amd64.deb ...
Unpacking openssh-sftp-server (1:6.6p1-6) ...
Selecting previously unselected package openssh-server.
Preparing to unpack .../openssh-server_1%3a6.6p1-6_amd64.deb ...
Unpacking openssh-server (1:6.6p1-6) ...
Selecting previously unselected package openssl.
Preparing to unpack .../openssl_1.0.1h-3_amd64.deb ...
Unpacking openssl (1.0.1h-3) ...
Selecting previously unselected package rsync.
Preparing to unpack .../rsync_3.1.1-1_amd64.deb ...
Unpacking rsync (3.1.1-1) ...
Selecting previously unselected package screen.
Preparing to unpack .../screen_4.2.1-2_amd64.deb ...
Unpacking screen (4.2.1-2) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../ssl-cert_1.0.34_all.deb ...
Unpacking ssl-cert (1.0.34) ...
Selecting previously unselected package strace.
Preparing to unpack .../strace_4.8-1.1_amd64.deb ...
Unpacking strace (4.8-1.1) ...
Selecting previously unselected package usbutils.
Preparing to unpack .../usbutils_1%3a007-2_amd64.deb ...
Unpacking usbutils (1:007-2) ...
Selecting previously unselected package vim-runtime.
Preparing to unpack .../vim-runtime_2%3a7.4.335-1_all.deb ...
Adding 'diversion of /usr/share/vim/vim74/doc/help.txt to /usr/share/vim/vim74/doc/help.txt.vim-tiny by vim-runtime'
Adding 'diversion of /usr/share/vim/vim74/doc/tags to /usr/share/vim/vim74/doc/tags.vim-tiny by vim-runtime'
Unpacking vim-runtime (2:7.4.335-1) ...
Selecting previously unselected package vim.
Preparing to unpack .../vim_2%3a7.4.335-1_amd64.deb ...
Unpacking vim (2:7.4.335-1) ...
Selecting previously unselected package zsh-common.
Preparing to unpack .../zsh-common_5.0.5-4_all.deb ...
Unpacking zsh-common (5.0.5-4) ...
Selecting previously unselected package zsh.
Preparing to unpack .../archives/zsh_5.0.5-4_amd64.deb ...
Unpacking zsh (5.0.5-4) ...
Selecting previously unselected package os-prober.
Preparing to unpack .../os-prober_1.63_amd64.deb ...
Unpacking os-prober (1.63) ...
Selecting previously unselected package postfix.
Preparing to unpack .../postfix_2.11.1-1_amd64.deb ...
Unpacking postfix (2.11.1-1) ...
Selecting previously unselected package ssh.
Preparing to unpack .../ssh_1%3a6.6p1-6_all.deb ...
Unpacking ssh (1:6.6p1-6) ...
Selecting previously unselected package sysfsutils.
Preparing to unpack .../sysfsutils_2.1.0+repack-3_amd64.deb ...
Unpacking sysfsutils (2.1.0+repack-3) ...
Selecting previously unselected package vlan.
Preparing to unpack .../vlan_1.9-3.2_amd64.deb ...
Unpacking vlan (1.9-3.2) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for install-info (5.2.0.dfsg.1-4) ...
Setting up libasprintf0c2:amd64 (0.19.2-1) ...
Setting up libbsd0:amd64 (0.6.0-2) ...
Setting up libedit2:amd64 (3.1-20140620-1) ...
Setting up libgc1c2:amd64 (1:7.2d-6.1) ...
Setting up libgpg-error0:amd64 (1.13-0.2) ...
Setting up libgcrypt11:amd64 (1.5.3-5) ...
Setting up libgpm2:amd64 (1.20.4-6.1) ...
Setting up libkeyutils1:amd64 (1.5.9-4) ...
Setting up libkrb5support0:amd64 (1.12.1+dfsg-5) ...
Setting up libk5crypto3:amd64 (1.12.1+dfsg-5) ...
Setting up libkrb5-3:amd64 (1.12.1+dfsg-5) ...
Setting up libgssapi-krb5-2:amd64 (1.12.1+dfsg-5) ...
Setting up libmagic1:amd64 (1:5.19-1) ...
Setting up libpci3:amd64 (1:3.2.1-2) ...
Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-11) ...
Setting up libsasl2-2:amd64 (2.1.26.dfsg1-11) ...
Setting up libwrap0:amd64 (7.6.q-25) ...
Setting up console-data (2:1.12-5) ...
Looking for keymap to install:
NONE
Setting up kbd (1.15.5-1) ...
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 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 libexpat1:amd64 (2.1.0-6) ...
Setting up libpng12-0:amd64 (1.2.50-2) ...
Setting up libfreetype6:amd64 (2.5.2-1) ...
Setting up libfuse2:amd64 (2.9.3-12) ...
Setting up libreadline5:amd64 (5.2+dfsg-2) ...
Setting up libsysfs2:amd64 (2.1.0+repack-3) ...
Setting up libusb-1.0-0:amd64 (2:1.0.19-1) ...
Setting up libpython2.7-minimal:amd64 (2.7.8-3) ...
Setting up python2.7-minimal (2.7.8-3) ...
Setting up resolvconf (1.75) ...
Setting up bzip2 (1.0.6-7) ...
Setting up file (1:5.19-1) ...
Setting up gettext-base (0.19.2-1) ...
Setting up less (458-2) ...
Setting up locales (2.19-7) ...
Generating locales (this might take a while)...
  en_US.ISO-8859-1... done
  en_US.ISO-8859-15... done
  en_US.UTF-8... done
Generation complete.
Setting up libperl4-corelibs-perl (0.003-1) ...
Setting up lsof (4.86+dfsg-1) ...
Setting up mime-support (3.56) ...
Setting up openssh-client (1:6.6p1-6) ...
Setting up pciutils (1:3.2.1-2) ...
Setting up libpython2.7-stdlib:amd64 (2.7.8-3) ...
Setting up python2.7 (2.7.8-3) ...
Setting up python-minimal (2.7.8-1) ...
Setting up libpython-stdlib:amd64 (2.7.8-1) ...
Setting up python (2.7.8-1) ...
Setting up ucf (3.0030) ...
Setting up w3m (0.5.3-16) ...
Setting up acpid (1:2.0.22-3) ...
invoke-rc.d: policy-rc.d denied execution of start.
Setting up acpi-support-base (0.142-2) ...
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up bridge-utils (1.5-9) ...
Setting up ifenslave (2.5) ...
Setting up lsb-release (4.1+Debian13) ...
Setting up mdadm (3.3-2) ...
W: mdadm: failed to load MD subsystem.
Generating array device nodes... done.
Generating mdadm.conf... done (failed to scan arrays; /proc probably not mounted).
update-initramfs: deferring update (trigger activated)
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.
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 most (5.0.0a-2.3) ...
Setting up openssh-sftp-server (1:6.6p1-6) ...
Setting up openssh-server (1:6.6p1-6) ...
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Creating SSH2 ECDSA key; this may take some time ...
Creating SSH2 ED25519 key; this may take some time ...
invoke-rc.d: policy-rc.d denied execution of start.
Setting up openssl (1.0.1h-3) ...
Setting up rsync (3.1.1-1) ...
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up screen (4.2.1-2) ...
Setting up ssl-cert (1.0.34) ...
hostname: Name or service not known
make-ssl-cert: Could not get FQDN, using "debian".
make-ssl-cert: You may want to fix your /etc/hosts and/or DNS setup and run
make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite
make-ssl-cert: again.
Setting up strace (4.8-1.1) ...
Setting up usbutils (1:007-2) ...
Setting up vim-runtime (2:7.4.335-1) ...
Processing /usr/share/vim/addons/doc
Setting up vim (2:7.4.335-1) ...
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
Setting up zsh-common (5.0.5-4) ...
Setting up zsh (5.0.5-4) ...
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 os-prober (1.63) ...
Setting up postfix (2.11.1-1) ...
Adding group `postfix' (GID 106) ...
Done.
Adding system user `postfix' (UID 102) ...
Adding new user `postfix' (UID 102) with group `postfix' ...
Not creating home directory `/var/spool/postfix'.
Creating /etc/postfix/dynamicmaps.cf
Adding tcp map entry to /etc/postfix/dynamicmaps.cf
Adding sqlite map entry to /etc/postfix/dynamicmaps.cf
Adding group `postdrop' (GID 107) ...
Done.
setting myhostname: debian
setting alias maps
setting alias database
mailname is not a fully qualified domain name.  Not changing /etc/mailname.
setting destinations: localdomain, localhost, localhost.localdomain, localhost
setting relayhost: 
setting mynetworks: 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
setting mailbox_size_limit: 0
setting recipient_delimiter: +
setting inet_interfaces: all
/etc/aliases does not exist, creating it.
WARNING: /etc/aliases exists, but does not have a root alias.

Postfix is now set up with a default configuration.  If you need to make 
changes, edit
/etc/postfix/main.cf (and others) as needed.  To view Postfix configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up ssh (1:6.6p1-6) ...
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 vlan (1.9-3.2) ...
Setting up libdevmapper1.02.1:amd64 (2:1.02.85-2) ...
Setting up libdevmapper-event1.02.1:amd64 (2:1.02.85-2) ...
Setting up libcryptsetup4:amd64 (2:1.6.4-4) ...
Setting up cryptsetup-bin (2:1.6.4-4) ...
Setting up grub-common (2.00-22) ...
Setting up grub2-common (2.00-22) ...
Setting up grub-pc-bin (2.00-22) ...
Setting up grub-pc (2.00-22) ...

Creating config file /etc/default/grub with new version
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
device node not found
Setting up dmsetup (2:1.02.85-2) ...
update-initramfs: deferring update (trigger activated)
Setting up cryptsetup (2:1.6.4-4) ...
update-initramfs: deferring update (trigger activated)
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up lvm2 (2.02.106-2) ...
invoke-rc.d: policy-rc.d denied execution of start.
update-initramfs: deferring update (trigger activated)
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Processing triggers for libc-bin (2.19-7) ...
Processing triggers for resolvconf (1.75) ...
Processing triggers for initramfs-tools (0.115) ...
update-initramfs: Generating /boot/initrd.img-3.14-2-amd64
cryptsetup: WARNING: could not determine root device from /etc/fstab
setupcon is missing. Please install the 'console-setup' package.
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
W: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays.
W: mdadm: failed to auto-generate temporary mdadm.conf file.
W: mdadm: no configuration file available.

+ stage packages done
+ [ -n done ]
+ echo done
+ return 0
+ stage extrapackages
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/extrapackages
+ echo    Executing stage extrapackages
   Executing stage extrapackages
+ return 0
+ extrapackages
+ [ yes = yes ]
+ find /etc/debootstrap/extrapackages -type f -name *.deb
+ PACKAGELIST=
+ [ -n  ]
+ stage extrapackages done
+ [ -n done ]
+ echo done
+ return 0
+ stage reconfigure
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/reconfigure
+ echo    Executing stage reconfigure
   Executing stage reconfigure
+ return 0
+ reconfigure
+ [ -n console-data ]
+ grep -q ^ii
+ dpkg --list console-data
+ stage reconfigure done
+ [ -n done ]
+ echo done
+ return 0
+ stage hosts
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/hosts
+ echo    Executing stage hosts
   Executing stage hosts
+ return 0
+ hosts
+ [ -f /etc/hosts ]
+ sed -i s#127.0.0.1 .*#127.0.0.1       localhost  host# /etc/hosts
+ [ -n host ]
+ sed -i s/grml/host/g /etc/hosts
+ stage hosts done
+ [ -n done ]
+ echo done
+ return 0
+ stage default_locales
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/default_locales
+ echo    Executing stage default_locales
   Executing stage default_locales
+ return 0
+ default_locales
+ [ -n en_US.UTF-8 ]
+ [ -x /usr/sbin/update-locale ]
+ /usr/sbin/update-locale LANG=en_US.UTF-8
+ stage default_locales done
+ [ -n done ]
+ echo done
+ return 0
+ stage timezone
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/timezone
+ echo    Executing stage timezone
   Executing stage timezone
+ return 0
+ timezone
+ [ -n UTC ]
+ echo Adjusting /etc/localtime
Adjusting /etc/localtime
+ ln -sf /usr/share/zoneinfo/UTC /etc/localtime
+ stage timezone done
+ [ -n done ]
+ echo done
+ return 0
+ stage fstab
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/fstab
+ echo    Executing stage fstab
   Executing stage fstab
+ return 0
+ fstab
+ [ ! -f /etc/fstab ]
+ grep -q UNCONFIGURED /etc/fstab
+ createfstab
+ echo Setting up /etc/fstab
Setting up /etc/fstab
+ [ -n 26ada0c0-1165-4098-884d-aafd2220c2c6 ]
+ echo /dev/disk/by-uuid/26ada0c0-1165-4098-884d-aafd2220c2c6 /  auto    defaults,errors=remount-ro 0   1
+ cat
+ stage fstab done
+ [ -n done ]
+ echo done
+ return 0
+ stage hostname
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/hostname
+ echo    Executing stage hostname
   Executing stage hostname
+ return 0
+ hostname
+ [ -n host ]
+ echo Setting hostname to host.
Setting hostname to host.
+ echo host
+ [ -r /etc/postfix/main.cf ]
+ sed -i s/grml/host/g /etc/postfix/main.cf
+ sed -i s/^inet_interfaces = .*/inet_interfaces = loopback-only/ /etc/postfix/main.cf
+ grep -q inet_interfaces /etc/postfix/main.cf
+ stage hostname done
+ [ -n done ]
+ echo done
+ return 0
+ stage initrd
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/initrd
+ echo    Executing stage initrd
   Executing stage initrd
+ return 0
+ initrd
+ head -1
+ ls -1 /boot/vmlinuz-3.14-2-amd64
+ KERNELIMG=/boot/vmlinuz-3.14-2-amd64
+ [ -z /boot/vmlinuz-3.14-2-amd64 ]
+ KERNELVER=3.14-2-amd64
+ [ -n yes ]
+ echo Generating initrd.
Generating initrd.
+ update-initramfs -c -t -k 3.14-2-amd64
update-initramfs: Generating /boot/initrd.img-3.14-2-amd64
setupcon is missing. Please install the 'console-setup' package.
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
W: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays.
W: mdadm: failed to auto-generate temporary mdadm.conf file.
W: mdadm: no configuration file available.
+ stage initrd done
+ [ -n done ]
+ echo done
+ return 0
+ stage grub_install
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/grub_install
+ echo    Executing stage grub_install
   Executing stage grub_install
+ return 0
+ grub_install
+ [ -z  ]
+ echo Notice: $GRUB not defined, will not install grub inside chroot at this stage.
Notice: $GRUB not defined, will not install grub inside chroot at this stage.
+ return 0
+ stage grub_install done
+ [ -n done ]
+ echo done
+ return 0
+ stage passwords
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/passwords
+ echo    Executing stage passwords
   Executing stage passwords
+ return 0
+ passwords
+ [ -n  ]
+ echo Activating shadow passwords.
Activating shadow passwords.
+ shadowconfig on
Shadow passwords are now on.
+ CHPASSWD_OPTION=
+ grep -q -- -m,
+ chpasswd --help
+ CHPASSWD_OPTION=-m
+ [ -n changeme ]
+ chpasswd -m
+ echo root:changeme
+ export ROOTPASSWORD=
+ stage passwords done
+ [ -n done ]
+ echo done
+ return 0
+ stage custom_scripts
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/custom_scripts
+ echo    Executing stage custom_scripts
   Executing stage custom_scripts
+ return 0
+ custom_scripts
+ [ -d /etc/debootstrap/chroot-scripts/ ]
+ return 0
+ stage custom_scripts done
+ [ -n done ]
+ echo done
+ return 0
+ stage upgrade_system
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/upgrade_system
+ echo    Executing stage upgrade_system
   Executing stage upgrade_system
+ return 0
+ upgrade_system
+ [ no = yes ]
+ echo Not running update + upgrade as $UPDATE_AND_UPGRADE is not set to 'yes'.
Not running update + upgrade as $UPDATE_AND_UPGRADE is not set to 'yes'.
+ stage upgrade_system done
+ [ -n done ]
+ echo done
+ return 0
+ stage remove_apt_cache
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/remove_apt_cache
+ echo    Executing stage remove_apt_cache
   Executing stage remove_apt_cache
+ return 0
+ remove_apt_cache
+ [ no = yes ]
+ echo Not cleaning apt cache as $RM_APTCACHE is unset.
Not cleaning apt cache as $RM_APTCACHE is unset.
+ stage remove_apt_cache done
+ [ -n done ]
+ echo done
+ return 0
+ stage services
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/services
+ echo    Executing stage services
   Executing stage services
+ return 0
+ services
+ [ -x /etc/init.d/ssh ]
+ /etc/init.d/ssh stop
[ ok ] Stopping OpenBSD Secure Shell server: sshd.
+ [ -x /etc/init.d/mdadm ]
+ /etc/init.d/mdadm stop
+ [ -x /etc/init.d/mdadm-raid ]
+ /etc/init.d/mdadm-raid stop
[FAIL] Stopping MD arrays...failed (no MD subsystem loaded).
+ stage services done
+ [ -n done ]
+ echo done
+ return 0
+ stage remove_chrootmirror
+ [ -n  ]
+ grep -q done /etc/debootstrap/stages/remove_chrootmirror
+ echo    Executing stage remove_chrootmirror
   Executing stage remove_chrootmirror
+ return 0
+ remove_chrootmirror
+ [ -n yes ]
+ echo KEEP_SRC_LIST has been set, skipping remove_chrootmirror stage.
KEEP_SRC_LIST has been set, skipping remove_chrootmirror stage.
+ return
+ stage remove_chrootmirror done
+ [ -n done ]
+ echo done
+ return 0
+ finalize
+ rm -f /etc/debootstrap/variables
+ [ -n 1 ]
+ rm -f /usr/sbin/policy-rc.d
+ umount /proc
+ echo Finished chroot installation, exiting.
Finished chroot installation, exiting.
+ exit 0
+ RC=0
+ umount /mnt/debootstrap.19733/dev
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ grep -q GRML_CHROOT_SCRIPT_MARKER /mnt/debootstrap.19733/bin/chroot-script
+ einfo 'Removing chroot-script again'
+ einfon 'Removing chroot-script again\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Removing chroot-script again\n'
 * Removing chroot-script again
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ rm -f /mnt/debootstrap.19733/bin/chroot-script
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ stage chrootscript done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_test.img/chrootscript
+ for i in prepare_vm mkfs tunefs mount_target debootstrap_system preparechroot execute_pre_scripts chrootscript execute_scripts umount_chroot finalize_vm fscktool
+ stage execute_scripts
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_test.img/execute_scripts
+ execute_scripts
+ export MNTPOINT
+ '[' -d '' ']'
+ '[' yes = yes ']'
+ '[' -d '' ']'
+ scripts=/etc/debootstrap/scripts/
+ for script in '${scripts}/*'
+ '[' -x '/etc/debootstrap/scripts//*' ']'
+ stage execute_scripts done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_test.img/execute_scripts
+ for i in prepare_vm mkfs tunefs mount_target debootstrap_system preparechroot execute_pre_scripts chrootscript execute_scripts umount_chroot finalize_vm fscktool
+ stage umount_chroot
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_test.img/umount_chroot
+ umount_chroot
+ '[' -n /etc/debootstrap/install_notes ']'
+ '[' -r /mnt/debootstrap.19733//etc/debootstrap/install_notes ']'
+ '[' -n '' ']'
+ grep -q /mnt/debootstrap.19733 /proc/mounts
+ '[' -n 1 ']'
+ einfo 'Unmount /mnt/debootstrap.19733'
+ einfon 'Unmount /mnt/debootstrap.19733\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Unmount /mnt/debootstrap.19733\n'
 * Unmount /mnt/debootstrap.19733
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ umount /mnt/debootstrap.19733
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ stage umount_chroot done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_test.img/umount_chroot
+ for i in prepare_vm mkfs tunefs mount_target debootstrap_system preparechroot execute_pre_scripts chrootscript execute_scripts umount_chroot finalize_vm fscktool
+ stage finalize_vm
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_test.img/finalize_vm
+ finalize_vm
+ '[' -z 1 ']'
+ mount /dev/mapper/loop0p1 /mnt/debootstrap.19733
+ einfo 'Installing Grub as bootloader.'
+ einfon 'Installing Grub as bootloader.\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Installing Grub as bootloader.\n'
 * Installing Grub as bootloader.
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ mount -t proc none /mnt/debootstrap.19733/proc
+ mount -t sysfs none /mnt/debootstrap.19733/sys
+ mount --bind /dev /mnt/debootstrap.19733/dev
+ mkdir -p /mnt/debootstrap.19733/boot/grub
+ '[' -d /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ ']'
+ cp /mnt/debootstrap.19733/usr/lib/grub/i386-pc/915resolution.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/acpi.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/adler32.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/affs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/afs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ahci.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/all_video.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/aout.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/at_keyboard.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ata.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/backtrace.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/bfs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/biosdisk.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/bitmap.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/bitmap_scale.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/blocklist.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/boot.img /mnt/debootstrap.19733/usr/lib/grub/i386-pc/boot.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/bsd.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/btrfs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/bufio.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/cat.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/cdboot.img /mnt/debootstrap.19733/usr/lib/grub/i386-pc/chain.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/cmostest.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/cmp.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/command.lst /mnt/debootstrap.19733/usr/lib/grub/i386-pc/config.h /mnt/debootstrap.19733/usr/lib/grub/i386-pc/configfile.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/cpio.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/cpio_be.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/cpuid.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/crc64.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/crypto.lst /mnt/debootstrap.19733/usr/lib/grub/i386-pc/crypto.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/cryptodisk.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/cs5536.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/date.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/datehook.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/datetime.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/diskboot.img /mnt/debootstrap.19733/usr/lib/grub/i386-pc/diskfilter.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/dm_nv.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/drivemap.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/echo.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/efiemu.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/efiemu32.o /mnt/debootstrap.19733/usr/lib/grub/i386-pc/efiemu64.o /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ehci.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/elf.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/exfat.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/exfctest.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ext2.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/extcmd.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/fat.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/font.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/freedos.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/fs.lst /mnt/debootstrap.19733/usr/lib/grub/i386-pc/fshelp.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/functional_test.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/g2hdr.bin /mnt/debootstrap.19733/usr/lib/grub/i386-pc/g2hdr.img /mnt/debootstrap.19733/usr/lib/grub/i386-pc/g2ldr.mbr /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_arcfour.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_blowfish.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_camellia.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_cast5.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_crc.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_des.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_md4.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_md5.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_rfc2268.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_rijndael.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_rmd160.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_seed.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_serpent.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_sha1.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_sha256.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_sha512.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_tiger.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_twofish.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gcry_whirlpool.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gdb.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/geli.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gettext.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gfxmenu.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gfxterm.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gptsync.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/grldr.img /mnt/debootstrap.19733/usr/lib/grub/i386-pc/grub-bios-setup /mnt/debootstrap.19733/usr/lib/grub/i386-pc/grub-ntldr-img /mnt/debootstrap.19733/usr/lib/grub/i386-pc/gzio.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/halt.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/hashsum.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/hdparm.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/hello.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/help.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/hexdump.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/hfs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/hfsplus.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/http.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/hwmatch.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/iorw.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/iso9660.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/jfs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/jpeg.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/kernel.img /mnt/debootstrap.19733/usr/lib/grub/i386-pc/keylayouts.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/keystatus.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ldm.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/legacycfg.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/linux.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/linux16.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/lnxboot.img /mnt/debootstrap.19733/usr/lib/grub/i386-pc/loadenv.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/loopback.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ls.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/lsacpi.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/lsapm.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/lsmmap.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/lspci.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/luks.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/lvm.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/lzma_decompress.img /mnt/debootstrap.19733/usr/lib/grub/i386-pc/lzopio.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/mdraid09.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/mdraid09_be.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/mdraid1x.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/memdisk.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/memrw.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/minicmd.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/minix.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/minix2.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/minix2_be.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/minix3.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/minix3_be.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/minix_be.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/mmap.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/moddep.lst /mnt/debootstrap.19733/usr/lib/grub/i386-pc/modinfo.sh /mnt/debootstrap.19733/usr/lib/grub/i386-pc/msdospart.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/multiboot.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/multiboot2.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/net.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/newc.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/nilfs2.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/normal.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ntfs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ntfscomp.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ntldr.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/odc.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ohci.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/part_acorn.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/part_amiga.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/part_apple.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/part_bsd.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/part_dvh.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/part_gpt.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/part_msdos.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/part_plan.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/part_sun.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/part_sunpc.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/partmap.lst /mnt/debootstrap.19733/usr/lib/grub/i386-pc/parttool.lst /mnt/debootstrap.19733/usr/lib/grub/i386-pc/parttool.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/password.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/password_pbkdf2.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/pata.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/pbkdf2.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/pci.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/plan9.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/play.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/png.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/priority_queue.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/probe.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/pxe.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/pxeboot.img /mnt/debootstrap.19733/usr/lib/grub/i386-pc/pxechain.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/raid5rec.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/raid6rec.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/read.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/reboot.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/regexp.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/reiserfs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/relocator.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/romfs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/scsi.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/search.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/search_fs_file.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/search_fs_uuid.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/search_label.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/sendkey.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/serial.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/setjmp.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/setpci.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/sfs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/sleep.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/squash4.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/tar.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/terminal.lst /mnt/debootstrap.19733/usr/lib/grub/i386-pc/terminal.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/terminfo.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/test.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/test_blockarg.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/testload.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/tftp.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/tga.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/time.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/trig.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/true.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/udf.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ufs1.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/ufs2.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/uhci.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/usb.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/usb_keyboard.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/usbms.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/usbserial_common.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/usbserial_ftdi.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/usbserial_pl2303.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/usbtest.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/vbe.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/vga.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/vga_text.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/video.lst /mnt/debootstrap.19733/usr/lib/grub/i386-pc/video.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/video_bochs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/video_cirrus.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/video_fb.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/videoinfo.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/videotest.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/xfs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/xnu.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/xnu_uuid.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/xzio.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/zfs.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/zfscrypt.mod /mnt/debootstrap.19733/usr/lib/grub/i386-pc/zfsinfo.mod /mnt/debootstrap.19733/boot/grub/
+ chroot /mnt/debootstrap.19733 grub-mkimage -O i386-pc -p '(hd0,msdos1)/boot/grub' -o /tmp/core.img biosdisk part_msdos ext2
+ dd if=/mnt/debootstrap.19733/tmp/core.img of=/home/tester/grml-debootstraptestbin/test.img conv=notrunc seek=4
51+1 records in
51+1 records out
26226 bytes (26 kB) copied, 0.000182181 s, 144 MB/s
+ rm -f /mnt/debootstrap.19733/tmp/core.img
+ einfo 'Updating grub configuration file.'
+ einfon 'Updating grub configuration file.\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Updating grub configuration file.\n'
 * Updating grub configuration file.
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ '[' -n '' ']'
+ chroot /mnt/debootstrap.19733 update-grub
Generating grub.cfg ...
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
Found linux image: /boot/vmlinuz-3.14-2-amd64
Found initrd image: /boot/initrd.img-3.14-2-amd64
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
device-mapper: table ioctl on  failed: No such device or address
done
+ umount /mnt/debootstrap.19733/proc
+ umount /mnt/debootstrap.19733/sys
+ umount /mnt/debootstrap.19733/dev
+ einfo 'Adjusting grub.cfg for successful boot sequence.'
+ einfon 'Adjusting grub.cfg for successful boot sequence.\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Adjusting grub.cfg for successful boot sequence.\n'
 * Adjusting grub.cfg for successful boot sequence.
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ sed -i 's;set root=.*;set root='\''(hd0,msdos1)'\'';' /mnt/debootstrap.19733/boot/grub/grub.cfg
+ sed -i 's;root=[^ ]\+;root=/dev/sda1;' /mnt/debootstrap.19733/boot/grub/grub.cfg
+ umount /mnt/debootstrap.19733
+ kpartx -d /home/tester/grml-debootstraptestbin/test.img
+ stage finalize_vm done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_test.img/finalize_vm
+ for i in prepare_vm mkfs tunefs mount_target debootstrap_system preparechroot execute_pre_scripts chrootscript execute_scripts umount_chroot finalize_vm fscktool
+ stage fscktool
+ '[' -n '' ']'
+ grep -q done /var/cache/grml-debootstrap/stages_test.img/fscktool
+ fscktool
+ '[' -n 1 ']'
+ einfo 'Skipping filesystem check because we deploy a virtual machine.'
+ einfon 'Skipping filesystem check because we deploy a virtual machine.\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Skipping filesystem check because we deploy a virtual machine.\n'
 * Skipping filesystem check because we deploy a virtual machine.
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ return 0
+ stage fscktool done
+ '[' -n done ']'
+ echo done
+ return 0
+ rm -f /var/cache/grml-debootstrap/stages_test.img/fscktool
+ cleanup
+ '[' -n /var/cache/grml-debootstrap/variables_test.img ']'
+ einfo 'Removing /var/cache/grml-debootstrap/variables_test.img'
+ einfon 'Removing /var/cache/grml-debootstrap/variables_test.img\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Removing /var/cache/grml-debootstrap/variables_test.img\n'
 * Removing /var/cache/grml-debootstrap/variables_test.img
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ rm /var/cache/grml-debootstrap/variables_test.img
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ '[' -n /var/cache/grml-debootstrap/stages_test.img ']'
+ einfo 'Removing /var/cache/grml-debootstrap/stages_test.img'
+ einfon 'Removing /var/cache/grml-debootstrap/stages_test.img\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Removing /var/cache/grml-debootstrap/stages_test.img\n'
 * Removing /var/cache/grml-debootstrap/stages_test.img
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ rmdir /var/cache/grml-debootstrap/stages_test.img
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ grep -q '/mnt/debootstrap\.'
+ echo /mnt/debootstrap.19733
+ rmdir /mnt/debootstrap.19733
+ '[' -n /mnt/debootstrap.19733 ']'
+ grep -q /mnt/debootstrap.19733 /proc/mounts
+ '[' -n /home/tester/grml-debootstraptestbin/test.img ']'
+ einfo 'Removing loopback mount of file /home/tester/grml-debootstraptestbin/test.img.'
+ einfon 'Removing loopback mount of file /home/tester/grml-debootstraptestbin/test.img.\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Removing loopback mount of file /home/tester/grml-debootstraptestbin/test.img.\n'
 * Removing loopback mount of file /home/tester/grml-debootstraptestbin/test.img.
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ kpartx -d /home/tester/grml-debootstraptestbin/test.img
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0
+ '[' -n '' ']'
+ einfo 'Finished execution of grml-debootstrap. Enjoy your Debian system.'
+ einfon 'Finished execution of grml-debootstrap. Enjoy your Debian system.\n'
+ '[' '' '!=' yes ']'
+ '[' einfon = ebegin ']'
+ printf ' * Finished execution of grml-debootstrap. Enjoy your Debian system.\n'
 * Finished execution of grml-debootstrap. Enjoy your Debian system.
+ LAST_E_CMD=einfon
+ return 0
+ return 0
+ eend 0
+ local retval=0
+ shift
+ '[' 0 -gt 0 ']'
+ return 0

@mika
Copy link
Member

mika commented Aug 11, 2014

Hi!

  • Patrick Schleizer [Sat Aug 09, 2014 at 05:42:46AM -0700]:

    I did a amd64 build as well. Exact same error happens.

Hm wierd, ok I'll to reproduce as soon as I've some spare minutes.

Do you have the list of installed grub* packages of your installed system available?

Excerpt of build log.

Preparing to unpack .../grub-pc-bin_2.00-22_amd64.deb ...
Preparing to unpack .../grub-pc_2.00-22_amd64.deb ...
Setting up grub-pc-bin (2.00-22) ...
Setting up grub-pc (2.00-22) ...

So, yes.

So the only grub packages that you have on your resulting system are
grub-pc and grub-pc-bin? As least also grub-common should be there,
I'd appreciate if you could provide output of 'dpkg --list grub*'.

Here is the complete build log for the amd64 build log with bash -x grml-debootstrap as well yes export DEBUG=true. Maybe that helps.
[...]

Thanks for sharing!

regards,
-mika-

@adrelanos
Copy link
Contributor Author

So the only grub packages that you have on your resulting system are grub-pc and grub-pc-bin?

They're all there.

Setting up grub-common (2.00-22) ...
Setting up grub2-common (2.00-22) ...
Setting up grub-pc-bin (2.00-22) ...
Setting up grub-pc (2.00-22) ...

@mika
Copy link
Member

mika commented Oct 13, 2014

I'm able to reproduce the problem. Sadly I don't have a working solution yet, still investigating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants