I am also getting an error under Fedora 18 that seems to be with the appliance_creator and seems to be because of the loop device. I've been getting this for about a week now ("yum update" has pulled down a new kernel 2-3 times within that time). The filesystem type for /var/tmp is ext4
$ df /var/tmp
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/fedora_ws0167-root ...
$ mount -v | grep root
/dev/mapper/fedora_ws0167-root on / type ext4 (rw,relatime,seclabel,data=ordered)
Thanks for any hints!
Jason
------------------------------------
My appliance file:
name: $NAME
summary: Fedora with xfce
os:
name: fedora
version: 17
hardware:
partitions:
"/":
size: 5
packages:
- @base
- @base-x
- @fonts
- @xfce-desktop
- @critical-path-xfce
post:
base:
- "useradd fedora && echo reverse | passwd $PW --stdin"
- "echo $PWROOT | passwd root --stdin"
- "ln -s --force /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target"
Log:
D, [2013-02-11T12:37:53.141187 #2047] DEBUG -- : Launching new build...
T, [2013-02-11T12:37:53.142040 #2047] TRACE -- : Used configuration: --- !map:BoxGrinder::Config
:file: .boxgrinder/config
:name: BoxGrinder Build
:platform: :virtualbox
:delivery: :none
:force: false
:log_level: :trace
:backtrace: true
:dir:
:root: /var/tmp/builds
:build: build
:cache: /var/cache/boxgrinder
:tmp: /tmp
:os_config: {}
:platform_config: {}
:delivery_config: {}
:additional_plugins: []
:change_to_user: false
:uid: 1017
:gid: 1000
D, [2013-02-11T12:37:53.142116 #2047] DEBUG -- : Loading os plugins...
D, [2013-02-11T12:37:53.142166 #2047] DEBUG -- : We have 4 os plugin(s) registered
D, [2013-02-11T12:37:53.142214 #2047] DEBUG -- : - rhel plugin for Red Hat Enterprise Linux.
D, [2013-02-11T12:37:53.142301 #2047] DEBUG -- : - centos plugin for CentOS.
D, [2013-02-11T12:37:53.142350 #2047] DEBUG -- : - fedora plugin for Fedora.
D, [2013-02-11T12:37:53.142397 #2047] DEBUG -- : - sl plugin for Scientific Linux.
D, [2013-02-11T12:37:53.142442 #2047] DEBUG -- : Plugins loaded.
D, [2013-02-11T12:37:53.142487 #2047] DEBUG -- : Loading platform plugins...
D, [2013-02-11T12:37:53.142533 #2047] DEBUG -- : We have 4 platform plugin(s) registered
D, [2013-02-11T12:37:53.142580 #2047] DEBUG -- : - vmware plugin for VMware.
D, [2013-02-11T12:37:53.142627 #2047] DEBUG -- : - ec2 plugin for Amazon Elastic Compute Cloud (Amazon EC2).
D, [2013-02-11T12:37:53.142673 #2047] DEBUG -- : - virtualbox plugin for VirtualBox.
D, [2013-02-11T12:37:53.142720 #2047] DEBUG -- : - virtualpc plugin for VirtualPC.
D, [2013-02-11T12:37:53.142764 #2047] DEBUG -- : Plugins loaded.
D, [2013-02-11T12:37:53.142809 #2047] DEBUG -- : Loading delivery plugins...
D, [2013-02-11T12:37:53.142855 #2047] DEBUG -- : We have 9 delivery plugin(s) registered
D, [2013-02-11T12:37:53.142903 #2047] DEBUG -- : - s3 plugin for Amazon Simple Storage Service (Amazon S3).
D, [2013-02-11T12:37:53.142949 #2047] DEBUG -- : - cloudfront plugin for Amazon Simple Storage Service (Amazon S3).
D, [2013-02-11T12:37:53.142996 #2047] DEBUG -- : - ami plugin for Amazon Simple Storage Service (Amazon S3).
D, [2013-02-11T12:37:53.143043 #2047] DEBUG -- : - sftp plugin for SSH File Transfer Protocol.
D, [2013-02-11T12:37:53.143090 #2047] DEBUG -- : - ebs plugin for Elastic Block Storage.
D, [2013-02-11T12:37:53.143138 #2047] DEBUG -- : - local plugin for Local file system.
D, [2013-02-11T12:37:53.143184 #2047] DEBUG -- : - elastichosts plugin for ElasticHosts.
D, [2013-02-11T12:37:53.143232 #2047] DEBUG -- : - openstack plugin for OpenStack.
D, [2013-02-11T12:37:53.143286 #2047] DEBUG -- : - libvirt plugin for libvirt Virtualisation API.
D, [2013-02-11T12:37:53.143331 #2047] DEBUG -- : Plugins loaded.
I, [2013-02-11T12:37:53.144718 #2047] INFO -- : Validating appliance definition from f17-xfce-dev.appl file...
D, [2013-02-11T12:37:53.144791 #2047] DEBUG -- : Parsing definition using schema version 0.9.6.
I, [2013-02-11T12:37:53.146244 #2047] INFO -- : Appliance definition is valid.
I, [2013-02-11T12:37:53.149798 #2047] INFO -- : Building 'f17-xfce-dev' appliance for x86_64 architecture.
D, [2013-02-11T12:37:53.149938 #2047] DEBUG -- : Executing os plugin...
I, [2013-02-11T12:37:53.152507 #2047] INFO -- : Resolving packages added to f17-xfce-dev appliance definition file...
D, [2013-02-11T12:37:53.152740 #2047] DEBUG -- : Querying package database...
D, [2013-02-11T12:37:53.152848 #2047] DEBUG -- : Executing command: 'repoquery --quiet --disablerepo=* --enablerepo=boxgrinder-base,boxgrinder-updates -c '/var/tmp/builds/build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/yum.conf' list available system-config-firewall-base dhclient kernel grub2 --nevra --archlist=x86_64,noarch'
D, [2013-02-11T12:38:04.046119 #2047] DEBUG -- : dhclient-12:4.2.4-16.P2.fc17.x86_64
D, [2013-02-11T12:38:04.046303 #2047] DEBUG -- : grub2-1:2.0-0.39.fc17.x86_64
D, [2013-02-11T12:38:04.046365 #2047] DEBUG -- : kernel-0:3.7.3-101.fc17.x86_64
D, [2013-02-11T12:38:04.046426 #2047] DEBUG -- : system-config-firewall-base-0:1.2.29-7.fc17.noarch
I, [2013-02-11T12:38:04.060053 #2047] INFO -- : All additional packages for f17-xfce-dev appliance successfully resolved.
I, [2013-02-11T12:38:04.060166 #2047] INFO -- : Building f17-xfce-dev appliance...
D, [2013-02-11T12:38:04.060332 #2047] DEBUG -- : Executing command: 'appliance-creator -d -v -t 'build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp' --cache=/var/cache/boxgrinder/rpms-cache/x86_64/fedora/17 --config 'build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/f17-xfce-dev.ks' -o 'build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp' --name 'f17-xfce-dev' --vmem 256 --vcpu 1 --format raw'
D, [2013-02-11T12:38:04.240444 #2047] DEBUG -- : Adding disk sda as /var/tmp/builds/build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/imgcreate-hn9cbH/tmp-BT05fj/f17-xfce-dev-sda.raw
D, [2013-02-11T12:38:04.240579 #2047] DEBUG -- : Extending sparse file /var/tmp/builds/build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/imgcreate-hn9cbH/tmp-BT05fj/f17-xfce-dev-sda.raw to 5373952000
D, [2013-02-11T12:38:04.243925 #2047] DEBUG -- : Losetup add /dev/loop0 mapping to /var/tmp/builds/build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/imgcreate-hn9cbH/tmp-BT05fj/f17-xfce-dev-sda.raw
D, [2013-02-11T12:38:04.247433 #2047] DEBUG -- : Formatting disks
D, [2013-02-11T12:38:04.247615 #2047] DEBUG -- : Initializing partition table for /dev/loop0 with gpt layout
D, [2013-02-11T12:38:04.259562 #2047] DEBUG -- : Assigning partitions to disks
D, [2013-02-11T12:38:04.259682 #2047] DEBUG -- : Assigned biosboot to sda1 at 0 at size 5
D, [2013-02-11T12:38:04.259735 #2047] DEBUG -- : Assigned / to sda2 at 5 at size 5120
D, [2013-02-11T12:38:04.259791 #2047] DEBUG -- : Creating partitions
D, [2013-02-11T12:38:04.259841 #2047] DEBUG -- : Add primary part at 0 of size 5
D, [2013-02-11T12:38:04.268363 #2047] DEBUG -- : Add primary part at 5 of size 5120
D, [2013-02-11T12:38:04.284327 #2047] DEBUG -- : Dev loop0p1: /dev/loop01 -> /dev/mapper/loop0p1
D, [2013-02-11T12:38:04.284444 #2047] DEBUG -- : Creating symlink from /dev/loop01 to /dev/mapper/loop0p1
D, [2013-02-11T12:38:04.284495 #2047] DEBUG -- : Dev loop0p2: /dev/loop02 -> /dev/mapper/loop0p2
D, [2013-02-11T12:38:04.284841 #2047] DEBUG -- : Creating symlink from /dev/loop02 to /dev/mapper/loop0p2
D, [2013-02-11T12:38:04.285046 #2047] DEBUG -- : Adding partx mapping for /dev/loop0
D, [2013-02-11T12:38:04.306984 #2047] DEBUG -- : Formating ext4 filesystem on /dev/loop02
D, [2013-02-11T12:38:05.117420 #2047] DEBUG -- : mke2fs 1.42.5 (29-Jul-2012)
D, [2013-02-11T12:38:05.117578 #2047] DEBUG -- : Discarding device blocks: 4096/1250000 528384/1250000 1052672/1250000 done
D, [2013-02-11T12:38:05.117637 #2047] DEBUG -- : Filesystem label=_/
D, [2013-02-11T12:38:05.117688 #2047] DEBUG -- : OS type: Linux
D, [2013-02-11T12:38:05.117739 #2047] DEBUG -- : Block size=4096 (log=2)
D, [2013-02-11T12:38:05.117790 #2047] DEBUG -- : Fragment size=4096 (log=2)
D, [2013-02-11T12:38:05.117846 #2047] DEBUG -- : Stride=0 blocks, Stripe width=0 blocks
D, [2013-02-11T12:38:05.117897 #2047] DEBUG -- : 312624 inodes, 1250000 blocks
D, [2013-02-11T12:38:05.117948 #2047] DEBUG -- : 12500 blocks (1.00%) reserved for the super user
D, [2013-02-11T12:38:05.118006 #2047] DEBUG -- : First data block=0
D, [2013-02-11T12:38:05.118064 #2047] DEBUG -- : Maximum filesystem blocks=1283457024
D, [2013-02-11T12:38:05.118116 #2047] DEBUG -- : 39 block groups
D, [2013-02-11T12:38:05.118166 #2047] DEBUG -- : 32768 blocks per group, 32768 fragments per group
D, [2013-02-11T12:38:05.118216 #2047] DEBUG -- : 8016 inodes per group
D, [2013-02-11T12:38:05.118284 #2047] DEBUG -- : Superblock backups stored on blocks:
D, [2013-02-11T12:38:05.118338 #2047] DEBUG -- : 32768, 98304, 163840, 229376, 294912, 819200, 884736
D, [2013-02-11T12:38:05.118389 #2047] DEBUG -- :
D, [2013-02-11T12:38:05.118451 #2047] DEBUG -- : Allocating group tables: 0/39 1/39 2/39 3/39 4/39 5/39 6/39 7/39 8/39 9/39 10/39 11/39 12/39 13/39 14/39 15/39 16/39 17/39 18/39 19/39 20/39 21/39 22/39 23/39 24/39 25/39 26/39 27/39 28/39 29/39 30/39 31/39 32/39 33/39 34/39 35/39 36/39 37/39 38/39 done
D, [2013-02-11T12:38:05.118536 #2047] DEBUG -- : Writing inode tables: 0/39 1/39 2/39 3/39 4/39 5/39 6/39 7/39 8/39 9/39 10/39 11/39 12/39 13/39 14/39 15/39 16/39 17/39 18/39 19/39 20/39 21/39 22/39 23/39 24/39 25/39 26/39 27/39 28/39 29/39 30/39 31/39 32/39 33/39 34/39 35/39 36/39 37/39 38/39 done
D, [2013-02-11T12:38:05.118589 #2047] DEBUG -- : Creating journal (32768 blocks): done
D, [2013-02-11T12:38:05.118646 #2047] DEBUG -- : Writing superblocks and filesystem accounting information: 0/39 1/39 2/39 3/39 4/39 5/39 6/39 7/39 8/39 9/39 10/39 11/39 12/39 13/39 14/39 15/39 16/39 17/39 18/39 19/39 20/39 21/39 22/39 23/39 24/39 25/39 26/39 27/39 28/39 29/39 30/39 31/39 32/39 33/39 34/39 35/39 36/39 37/39 38/39 done
D, [2013-02-11T12:38:05.118698 #2047] DEBUG -- :
D, [2013-02-11T12:38:05.118747 #2047] DEBUG -- :
D, [2013-02-11T12:38:05.118802 #2047] DEBUG -- : Tuning filesystem on /dev/loop02
D, [2013-02-11T12:38:05.124512 #2047] DEBUG -- : tune2fs 1.42.5 (29-Jul-2012)
D, [2013-02-11T12:38:05.124622 #2047] DEBUG -- : Setting maximal mount count to -1
D, [2013-02-11T12:38:05.124675 #2047] DEBUG -- : Setting interval between checks to 0 seconds
D, [2013-02-11T12:38:05.124727 #2047] DEBUG -- :
D, [2013-02-11T12:38:05.124786 #2047] DEBUG -- : Mounting /dev/loop02 at /var/tmp/builds/build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/imgcreate-hn9cbH/install_root/
D, [2013-02-11T12:38:05.139277 #2047] DEBUG -- : Writing mkinitrd config /var/tmp/builds/build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/imgcreate-hn9cbH/install_root/etc/sysconfig/mkinitrd
D, [2013-02-11T12:38:05.618311 #2047] DEBUG -- : Retrieving ftp://ftp.solnet.ch/mirror/fedora/linux/releases/17/Everything/x86_64/os/repodata/repomd.xml ...OK
D, [2013-02-11T12:38:06.429025 #2047] DEBUG -- : Retrieving http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/updates/17/x86_64/repodata/repomd.xml ...OK
D, [2013-02-11T12:38:09.299709 #2047] DEBUG -- : Retrieving http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/updates/17/x86_64/repodata/512eb3ac432196d4b823c188bb5be1d5f5721f1cc06a3be3e345584bda81a993-primary.sqlite.bz2 ...OK
D, [2013-02-11T12:38:11.474101 #2047] DEBUG -- : Retrieving http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/updates/17/x86_64/repodata/bf1b2e62301eb454000e92c8137de0c4542d0c329757f0b8fdc40770082b5654-comps-f17.xml.gz ...OK
D, [2013-02-11T12:38:18.954461 #2047] DEBUG -- : Retrieving http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/updates/17/x86_64/dosfstools-3.0.14-1.fc17.x86_64.rpm ...OK
D, [2013-02-11T12:38:19.109911 #2047] DEBUG -- : Retrieving http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/updates/17/x86_64/libexif-0.6.21-2.fc17.x86_64.rpm ...OK
D, [2013-02-11T12:38:19.217084 #2047] DEBUG -- : Retrieving http://ftp.nluug.nl/pub/os/Linux/distr/fedora/linux/updates/17/x86_64/upower-0.9.19-1.fc17.1.x86_64.rpm ...OK
D, [2013-02-11T12:38:19.620105 #2047] DEBUG -- : warning: filesystem-3-2.fc17.x86_64: Header V3 RSA/SHA256 Signature, key ID 1aca3465: NOKEY
D, [2013-02-11T12:38:19.861620 #2047] DEBUG -- : ['/', 'biosboot']
D, [2013-02-11T12:38:19.862988 #2047] DEBUG -- : Installing: libgcc ##################### [ 2/766]
D, [2013-02-11T12:38:19.884869 #2047] DEBUG -- : Installing: fontpackages-filesystem ##################### [ 3/766]
D, [2013-02-11T12:38:20.061100 #2047] DEBUG -- : Installing: setup ##################### [ 4/766]
D, [2013-02-11T12:38:20.226107 #2047] DEBUG -- : Installing: filesystem ##################### [ 5/766]
D, [2013-02-11T12:38:20.229640 #2047] DEBUG -- : Installing: control-center-filesystem ##################### [ 6/766]
D, [2013-02-11T12:38:20.236693 #2047] DEBUG -- : Installing: liberation-fonts-common ##################### [ 7/766]
D, [2013-02-11T12:38:20.285402 #2047] DEBUG -- : Installing: dejavu-fonts-common ##################### [ 8/766]
D, [2013-02-11T12:38:20.286484 #2047] DEBUG -- : Installing: ca-certificates ##################### [ 9/766]
D, [2013-02-11T12:38:20.501378 #2047] DEBUG -- : Installing: libreport-filesystem ##################### [ 10/766]
D, [2013-02-11T12:38:20.518250 #2047] DEBUG -- : Installing: tzdata ##################### [ 11/766]
D, [2013-02-11T12:38:20.707215 #2047] DEBUG -- : Installing: bind-license ##################### [ 12/766]
D, [2013-02-11T12:38:20.860435 #2047] DEBUG -- : Installing: beefy-miracle-backgrounds-si ##################### [ 13/766]
D, [2013-02-11T12:38:20.865471 #2047] DEBUG -- : Installing: xkeyboard-config ##################### [ 14/766]
D, [2013-02-11T12:38:20.866320 #2047] DEBUG -- : Installing: desktop-backgrounds-compat ##################### [ 15/766]
D, [2013-02-11T12:38:20.866908 #2047] DEBUG -- : Installing: beefy-miracle-backgrounds-gn ##################### [ 16/766]
D, [2013-02-11T12:38:20.867372 #2047] DEBUG -- : Installing: nodoka-filesystem ##################### [ 17/766]
D, [2013-02-11T12:38:20.868062 #2047] DEBUG -- : Installing: basesystem ##################### [ 18/766]
D, [2013-02-11T12:38:20.869696 #2047] DEBUG -- : Installing: smc-fonts-common ##################### [ 19/766]
D, [2013-02-11T12:38:20.870482 #2047] DEBUG -- : Installing: thai-scalable-fonts-common ##################### [ 20/766]
D, [2013-02-11T12:38:21.253699 #2047] DEBUG -- : Installing: khmeros-fonts-common ##################### [ 21/766]
D, [2013-02-11T12:38:21.259737 #2047] DEBUG -- : Installing: poppler-data ##################### [ 22/766]
D, [2013-02-11T12:38:21.260920 #2047] DEBUG -- : Installing: mesa-dri-filesystem ##################### [ 23/766]
D, [2013-02-11T12:38:21.302857 #2047] DEBUG -- : Installing: emacs-filesystem ##################### [ 24/766]
D, [2013-02-11T12:38:21.307109 #2047] DEBUG -- : Installing: adwaita-cursor-theme ##################### [ 25/766]
D, [2013-02-11T12:38:21.314439 #2047] DEBUG -- : Installing: mailcap ##################### [ 26/766]
D, [2013-02-11T12:38:21.331886 #2047] DEBUG -- : Installing: mobile-broadband-provider-in ##################### [ 27/766]
D, [2013-02-11T12:38:21.350018 #2047] DEBUG -- : Installing: ncurses-base ##################### [ 28/766]
D, [2013-02-11T12:38:24.068962 #2047] DEBUG -- : Installing: nss-softokn-freebl ##################### [ 29/766]
D, [2013-02-11T12:38:24.584023 #2047] DEBUG -- : Installing: glibc-common ##################### [ 30/766]
D, [2013-02-11T12:38:26.291000 #2047] DEBUG -- : Installing: glibc ##################### [ 31/766]
D, [2013-02-11T12:38:26.430372 #2047] DEBUG -- : Installing: ncurses-libs ##################### [ 32/766]
D, [2013-02-11T12:38:26.444773 #2047] DEBUG -- : Installing: bash ##################### [ 33/766]
D, [2013-02-11T12:38:26.459674 #2047] DEBUG -- : Installing: libsepol ##################### [ 34/766]
D, [2013-02-11T12:38:26.467429 #2047] DEBUG -- : Installing: libselinux ##################### [ 35/766]
D, [2013-02-11T12:38:26.478351 #2047] DEBUG -- : Installing: libattr ##################### [ 36/766]
D, [2013-02-11T12:38:26.495569 #2047] DEBUG -- : Installing: libcap ##################### [ 37/766]
D, [2013-02-11T12:38:26.515973 #2047] DEBUG -- : Installing: zlib ##################### [ 38/766]
D, [2013-02-11T12:38:26.561544 #2047] DEBUG -- : Installing: dbus-libs ##################### [ 39/766]
D, [2013-02-11T12:38:26.732546 #2047] DEBUG -- : Installing: freetype ##################### [ 40/766]
D, [2013-02-11T12:38:26.759764 #2047] DEBUG -- : Installing: libxml2 ##################### [ 41/766]
D, [2013-02-11T12:38:26.802976 #2047] DEBUG -- : Installing: info ##################### [ 42/766]
D, [2013-02-11T12:38:26.812715 #2047] DEBUG -- : Installing: libstdc++ ##################### [ 43/766]
D, [2013-02-11T12:38:26.831278 #2047] DEBUG -- : Installing: libcom_err ##################### [ 44/766]
D, [2013-02-11T12:38:26.844290 #2047] DEBUG -- : Installing: nspr ##################### [ 45/766]
D, [2013-02-11T12:38:26.879980 #2047] DEBUG -- : Installing: popt ##################### [ 46/766]
D, [2013-02-11T12:38:26.889598 #2047] DEBUG -- : Installing: chkconfig ##################### [ 47/766]
D, [2013-02-11T12:38:26.899702 #2047] DEBUG -- : Installing: audit-libs ##################### [ 48/766]
D, [2013-02-11T12:38:26.919837 #2047] DEBUG -- : Installing: bzip2-libs ##################### [ 49/766]
D, [2013-02-11T12:38:26.927950 #2047] DEBUG -- : Installing: nss-util ##################### [ 50/766]
D, [2013-02-11T12:38:26.961723 #2047] DEBUG -- : Installing: libuuid ##################### [ 51/766]
D, [2013-02-11T12:38:26.970285 #2047] DEBUG -- : Installing: libpng ##################### [ 52/766]
D, [2013-02-11T12:38:26.990299 #2047] DEBUG -- : Installing: libacl ##################### [ 53/766]
D, [2013-02-11T12:38:27.007637 #2047] DEBUG -- : Installing: libjpeg-turbo ##################### [ 54/766]
D, [2013-02-11T12:38:27.020936 #2047] DEBUG -- : Installing: xz-libs ##################### [ 55/766]
D, [2013-02-11T12:38:27.031239 #2047] DEBUG -- : Installing: libICE ##################### [ 56/766]
D, [2013-02-11T12:38:27.058164 #2047] DEBUG -- : Installing: libSM ##################### [ 57/766]
D, [2013-02-11T12:38:27.076134 #2047] DEBUG -- : Installing: readline ##################### [ 58/766]
D, [2013-02-11T12:38:27.118580 #2047] DEBUG -- : Installing: tcp_wrappers-libs ##################### [ 59/766]
D, [2013-02-11T12:38:27.148038 #2047] DEBUG -- : Installing: sqlite ##################### [ 60/766]
D, [2013-02-11T12:38:27.167991 #2047] DEBUG -- : Installing: sed ##################### [ 61/766]
D, [2013-02-11T12:38:27.204461 #2047] DEBUG -- : Installing: libgpg-error ##################### [ 62/766]
D, [2013-02-11T12:38:27.220097 #2047] DEBUG -- : Installing: libgcrypt ##################### [ 63/766]
D, [2013-02-11T12:38:27.300437 #2047] DEBUG -- : Installing: expat ##################### [ 64/766]
D, [2013-02-11T12:38:27.328388 #2047] DEBUG -- : Installing: gawk ##################### [ 65/766]
D, [2013-02-11T12:38:27.413125 #2047] DEBUG -- : Installing: libusb1 ##################### [ 66/766]
D, [2013-02-11T12:38:27.422024 #2047] DEBUG -- : Installing: libdb ##################### [ 67/766]
D, [2013-02-11T12:38:27.509604 #2047] DEBUG -- : Installing: keyutils-libs ##################### [ 68/766]
D, [2013-02-11T12:38:27.520212 #2047] DEBUG -- : Installing: krb5-libs ##################### [ 69/766]
D, [2013-02-11T12:38:27.552789 #2047] DEBUG -- : Installing: libogg ##################### [ 70/766]
D, [2013-02-11T12:38:27.563058 #2047] DEBUG -- : Installing: elfutils-libelf ##################### [ 71/766]
D, [2013-02-11T12:38:27.572385 #2047] DEBUG -- : Installing: json-c ##################### [ 72/766]
D, [2013-02-11T12:38:27.603313 #2047] DEBUG -- : Installing: libXau ##################### [ 73/766]
D, [2013-02-11T12:38:27.613483 #2047] DEBUG -- : Installing: libxcb ##################### [ 74/766]
D, [2013-02-11T12:38:27.646709 #2047] DEBUG -- : Installing: libcap-ng ##################### [ 75/766]
D, [2013-02-11T12:38:27.671854 #2047] DEBUG -- : Installing: libidn ##################### [ 76/766]
D, [2013-02-11T12:38:27.682194 #2047] DEBUG -- : Installing: xmlrpc-c ##################### [ 77/766]
D, [2013-02-11T12:38:27.706055 #2047] DEBUG -- : Installing: libffi ##################### [ 78/766]
D, [2013-02-11T12:38:27.719102 #2047] DEBUG -- : Installing: gamin ##################### [ 79/766]
D, [2013-02-11T12:38:28.009391 #2047] DEBUG -- : Installing: pkgconfig ##################### [ 80/766]
D, [2013-02-11T12:38:28.069464 #2047] DEBUG -- : Installing: glib2 ##################### [ 81/766]
D, [2013-02-11T12:38:28.448435 #2047] DEBUG -- : Installing: shared-mime-info ##################### [ 82/766]
D, [2013-02-11T12:38:28.481589 #2047] DEBUG -- : Installing: atk ##################### [ 83/766]
D, [2013-02-11T12:38:28.511022 #2047] DEBUG -- : Installing: dbus-glib ##################### [ 84/766]
D, [2013-02-11T12:38:28.543022 #2047] DEBUG -- : Installing: libxfce4util ##################### [ 85/766]
D, [2013-02-11T12:38:28.561974 #2047] DEBUG -- : Installing: gsettings-desktop-schemas ##################### [ 86/766]
D, [2013-02-11T12:38:28.633223 #2047] DEBUG -- : Installing: libgnome-keyring ##################### [ 87/766]
D, [2013-02-11T12:38:28.657337 #2047] DEBUG -- : Installing: libvorbis ##################### [ 88/766]
D, [2013-02-11T12:38:28.684513 #2047] DEBUG -- : Installing: cyrus-sasl-lib ##################### [ 89/766]
D, [2013-02-11T12:38:28.718553 #2047] DEBUG -- : Installing: e2fsprogs-libs ##################### [ 90/766]
D, [2013-02-11T12:38:28.730554 #2047] DEBUG -- : Installing: cpio ##################### [ 91/766]
D, [2013-02-11T12:38:28.760534 #2047] DEBUG -- : Installing: libtdb ##################### [ 92/766]
D, [2013-02-11T12:38:28.791511 #2047] DEBUG -- : Installing: pixman ##################### [ 93/766]
D, [2013-02-11T12:38:28.808881 #2047] DEBUG -- : Installing: lua ##################### [ 94/766]
D, [2013-02-11T12:38:28.843770 #2047] DEBUG -- : Installing: libtiff ##################### [ 95/766]
D, [2013-02-11T12:38:28.897130 #2047] DEBUG -- : Installing: pcre ##################### [ 96/766]
D, [2013-02-11T12:38:28.968763 #2047] DEBUG -- : Installing: grep ##################### [ 97/766]
D, [2013-02-11T12:38:28.981973 #2047] DEBUG -- : Installing: findutils ##################### [ 98/766]
D, [2013-02-11T12:38:28.994845 #2047] DEBUG -- : Installing: which ##################### [ 99/766]
D, [2013-02-11T12:38:29.016794 #2047] DEBUG -- : Installing: avahi-libs ##################### [100/766]
D, [2013-02-11T12:38:29.089415 #2047] DEBUG -- : Installing: libnl ##################### [101/766]
D, [2013-02-11T12:38:29.105698 #2047] DEBUG -- : Installing: db4 ##################### [102/766]
D, [2013-02-11T12:38:29.118180 #2047] DEBUG -- : Installing: plymouth-core-libs ##################### [103/766]
D, [2013-02-11T12:38:29.129252 #2047] DEBUG -- : Installing: p11-kit ##################### [104/766]
D, [2013-02-11T12:38:29.139330 #2047] DEBUG -- : Installing: libtool-ltdl ##################### [105/766]
D, [2013-02-11T12:38:29.168635 #2047] DEBUG -- : Installing: libtalloc ##################### [106/766]
D, [2013-02-11T12:38:29.205293 #2047] DEBUG -- : Installing: garcon ##################### [107/766]
D, [2013-02-11T12:38:29.225749 #2047] DEBUG -- : Installing: gobject-introspection ##################### [108/766]
D, [2013-02-11T12:38:29.238747 #2047] DEBUG -- : Installing: libcroco ##################### [109/766]
D, [2013-02-11T12:38:29.254568 #2047] DEBUG -- : Installing: kmod-libs ##################### [110/766]
D, [2013-02-11T12:38:29.382573 #2047] DEBUG -- : Installing: kmod ##################### [111/766]
D, [2013-02-11T12:38:29.385878 #2047] DEBUG -- : Installing: hwdata ##################### [112/766]
D, [2013-02-11T12:38:29.419538 #2047] DEBUG -- : Installing: libpciaccess ##################### [113/766]
D, [2013-02-11T12:38:29.426790 #2047] DEBUG -- : Installing: xz ##################### [114/766]
D, [2013-02-11T12:38:29.502709 #2047] DEBUG -- : Installing: libplist ##################### [115/766]
D, [2013-02-11T12:38:29.528200 #2047] DEBUG -- : Installing: file-libs ##################### [116/766]
D, [2013-02-11T12:38:29.532127 #2047] DEBUG -- : Installing: psmisc ##################### [117/766]
D, [2013-02-11T12:38:29.548220 #2047] DEBUG -- : Installing: pcsc-lite-libs ##################### [118/766]
D, [2013-02-11T12:38:29.557790 #2047] DEBUG -- : Installing: gdbm ##################### [119/766]
D, [2013-02-11T12:38:29.628719 #2047] DEBUG -- : Installing: perl-Pod-Escapes ##################### [120/766]
D, [2013-02-11T12:38:29.641312 #2047] DEBUG -- : Installing: perl-libs ##################### [121/766]
D, [2013-02-11T12:38:29.652385 #2047] DEBUG -- : Installing: perl-Scalar-List-Utils ##################### [122/766]
D, [2013-02-11T12:38:29.654145 #2047] DEBUG -- : Installing: perl-PathTools ##################### [123/766]
D, [2013-02-11T12:38:29.659837 #2047] DEBUG -- : Installing: perl-macros ##################### [124/766]
D, [2013-02-11T12:38:29.664625 #2047] DEBUG -- : Installing: perl-threads ##################### [125/766]
D, [2013-02-11T12:38:29.690305 #2047] DEBUG -- : Installing: perl-threads-shared ##################### [126/766]
D, [2013-02-11T12:38:29.694436 #2047] DEBUG -- : Installing: perl-Pod-Simple ##################### [127/766]
D, [2013-02-11T12:38:29.697211 #2047] DEBUG -- : Installing: perl-Module-Pluggable ##################### [128/766]
D, [2013-02-11T12:38:29.702999 #2047] DEBUG -- : Installing: perl-Carp ##################### [129/766]
D, [2013-02-11T12:38:31.103836 #2047] DEBUG -- : Installing: perl-Socket ##################### [130/766]
D, [2013-02-11T12:38:31.146180 #2047] DEBUG -- : Installing: perl ##################### [131/766]
D, [2013-02-11T12:38:31.150518 #2047] DEBUG -- : Installing: perl-URI ##################### [132/766]
D, [2013-02-11T12:38:31.163137 #2047] DEBUG -- : Installing: perl-LWP-MediaTypes ##################### [133/766]
D, [2013-02-11T12:38:31.163640 #2047] DEBUG -- : Installing: perl-Compress-Raw-Zlib ##################### [134/766]
D, [2013-02-11T12:38:31.227761 #2047] DEBUG -- : Installing: libXdmcp ##################### [135/766]
D, [2013-02-11T12:38:31.237907 #2047] DEBUG -- : Installing: libexif ##################### [136/766]
D, [2013-02-11T12:38:31.242550 #2047] DEBUG -- : Installing: perl-Encode-Locale ##################### [137/766]
D, [2013-02-11T12:38:31.245676 #2047] DEBUG -- : Installing: file ##################### [138/766]
D, [2013-02-11T12:38:31.255486 #2047] DEBUG -- : Installing: libtevent ##################### [139/766]
D, [2013-02-11T12:38:31.271893 #2047] DEBUG -- : Installing: plymouth-graphics-libs ##################### [140/766]
D, [2013-02-11T12:38:31.285270 #2047] DEBUG -- : Installing: desktop-file-utils ##################### [141/766]
D, [2013-02-11T12:38:32.074769 #2047] DEBUG -- : Installing: libudisks2 ##################### [142/766]
D, [2013-02-11T12:38:32.084724 #2047] DEBUG -- : Installing: llvm-libs ##################### [143/766]
D, [2013-02-11T12:38:32.113447 #2047] DEBUG -- : Installing: xcb-util ##################### [144/766]
D, [2013-02-11T12:38:32.124917 #2047] DEBUG -- : Installing: elfutils-libs ##################### [145/766]
D, [2013-02-11T12:38:32.141516 #2047] DEBUG -- : Installing: libgssglue ##################### [146/766]
D, [2013-02-11T12:38:32.154916 #2047] DEBUG -- : Installing: libtirpc ##################### [147/766]
D, [2013-02-11T12:38:32.157093 #2047] DEBUG -- : Installing: keyutils ##################### [148/766]
D, [2013-02-11T12:38:32.173318 #2047] DEBUG -- : Installing: libusb ##################### [149/766]
D, [2013-02-11T12:38:32.295496 #2047] DEBUG -- : Installing: libassuan ##################### [150/766]
D, [2013-02-11T12:38:32.331992 #2047] DEBUG -- : Installing: groff-base ##################### [151/766]
D, [2013-02-11T12:38:32.434077 #2047] DEBUG -- : Installing: nss-softokn ##################### [152/766]
D, [2013-02-11T12:38:32.448830 #2047] DEBUG -- : Installing: tar ##################### [153/766]
D, [2013-02-11T12:38:32.464747 #2047] DEBUG -- : Installing: bzip2 ##################### [154/766]
D, [2013-02-11T12:38:32.475954 #2047] DEBUG -- : Installing: pinentry ##################### [155/766]
D, [2013-02-11T12:38:32.523307 #2047] DEBUG -- : Installing: libss ##################### [156/766]
D, [2013-02-11T12:38:32.539423 #2047] DEBUG -- : Installing: libunistring ##################### [157/766]
D, [2013-02-11T12:38:32.954829 #2047] DEBUG -- : Installing: xml-common ##################### [158/766]
D, [2013-02-11T12:38:32.962661 #2047] DEBUG -- : Installing: iso-codes ##################### [159/766]
D, [2013-02-11T12:38:32.984953 #2047] DEBUG -- : Installing: libfontenc ##################### [160/766]
D, [2013-02-11T12:38:33.001504 #2047] DEBUG -- : Installing: libXfont ##################### [161/766]
D, [2013-02-11T12:38:33.025425 #2047] DEBUG -- : Installing: libselinux-utils ##################### [162/766]
D, [2013-02-11T12:38:33.062919 #2047] DEBUG -- : Installing: procps ##################### [163/766]
D, [2013-02-11T12:38:33.092355 #2047] DEBUG -- : Installing: checkpolicy ##################### [164/766]
D, [2013-02-11T12:38:33.142344 #2047] DEBUG -- : Installing: redhat-menus ##################### [165/766]
D, [2013-02-11T12:38:33.154612 #2047] DEBUG -- : Installing: xfce4-doc ##################### [166/766]
D, [2013-02-11T12:38:33.166126 #2047] DEBUG -- : Installing: libedit ##################### [167/766]
D, [2013-02-11T12:38:33.198866 #2047] DEBUG -- : Installing: pciutils-libs ##################### [168/766]
D, [2013-02-11T12:38:33.222535 #2047] DEBUG -- : Installing: libnl3 ##################### [169/766]
D, [2013-02-11T12:38:33.293371 #2047] DEBUG -- : Installing: lcms2 ##################### [170/766]
D, [2013-02-11T12:38:33.316655 #2047] DEBUG -- : Installing: slang ##################### [171/766]
D, [2013-02-11T12:38:33.337100 #2047] DEBUG -- : Installing: newt ##################### [172/766]
D, [2013-02-11T12:38:33.348331 #2047] DEBUG -- : Installing: pth ##################### [173/766]
D, [2013-02-11T12:38:33.394614 #2047] DEBUG -- : Installing: libasyncns ##################### [174/766]
D, [2013-02-11T12:38:33.449198 #2047] DEBUG -- : Installing: libtasn1 ##################### [175/766]
D, [2013-02-11T12:38:33.490900 #2047] DEBUG -- : Installing: gnutls ##################### [176/766]
D, [2013-02-11T12:38:33.509912 #2047] DEBUG -- : Installing: cups-libs ##################### [177/766]
D, [2013-02-11T12:38:33.528897 #2047] DEBUG -- : Installing: openjpeg-libs ##################### [178/766]
D, [2013-02-11T12:38:33.551943 #2047] DEBUG -- : Installing: lcms-libs ##################### [179/766]
D, [2013-02-11T12:38:33.567099 #2047] DEBUG -- : Installing: libpcap ##################### [180/766]
D, [2013-02-11T12:38:33.577184 #2047] DEBUG -- : Installing: libart_lgpl ##################### [181/766]
D, [2013-02-11T12:38:33.592968 #2047] DEBUG -- : Installing: mtdev ##################### [182/766]
D, [2013-02-11T12:38:33.605143 #2047] DEBUG -- : Installing: libdaemon ##################### [183/766]
D, [2013-02-11T12:38:33.617558 #2047] DEBUG -- : Installing: numactl-libs ##################### [184/766]
D, [2013-02-11T12:38:33.637765 #2047] DEBUG -- : Installing: libcollection ##################### [185/766]
D, [2013-02-11T12:38:33.652130 #2047] DEBUG -- : Installing: pciutils ##################### [186/766]
D, [2013-02-11T12:38:33.760308 #2047] DEBUG -- : Installing: xorg-x11-font-utils ##################### [187/766]
D, [2013-02-11T12:38:33.817404 #2047] DEBUG -- : Installing: xorg-x11-fonts-ISO8859-1-100 ##################### [188/766]
D, [2013-02-11T12:38:33.840977 #2047] DEBUG -- : Installing: gettext-libs ##################### [189/766]
D, [2013-02-11T12:38:33.867172 #2047] DEBUG -- : Installing: less ##################### [190/766]
D, [2013-02-11T12:38:33.913439 #2047] DEBUG -- : Installing: elfutils ##################### [191/766]
D, [2013-02-11T12:38:33.929229 #2047] DEBUG -- : Installing: mesa-libxatracker ##################### [192/766]
D, [2013-02-11T12:38:33.940287 #2047] DEBUG -- : Installing: libldb ##################### [193/766]
D, [2013-02-11T12:38:33.944782 #2047] DEBUG -- : Installing: perl-WWW-RobotRules ##################### [194/766]
D, [2013-02-11T12:38:33.979943 #2047] DEBUG -- : Installing: perl-Compress-Raw-Bzip2 ##################### [195/766]
D, [2013-02-11T12:38:33.989572 #2047] DEBUG -- : Installing: perl-IO-Compress ##################### [196/766]
D, [2013-02-11T12:38:33.992384 #2047] DEBUG -- : Installing: perl-TimeDate ##################### [197/766]
D, [2013-02-11T12:38:33.994418 #2047] DEBUG -- : Installing: perl-HTTP-Date ##################### [198/766]
D, [2013-02-11T12:38:33.998220 #2047] DEBUG -- : Installing: perl-File-Listing ##################### [199/766]
D, [2013-02-11T12:38:34.001723 #2047] DEBUG -- : Installing: perl-Net-LibIDN ##################### [200/766]
D, [2013-02-11T12:38:34.004809 #2047] DEBUG -- : Installing: perl-Digest ##################### [201/766]
D, [2013-02-11T12:38:34.007256 #2047] DEBUG -- : Installing: perl-Digest-MD5 ##################### [202/766]
D, [2013-02-11T12:38:34.020945 #2047] DEBUG -- : Installing: perl-HTML-Tagset ##################### [203/766]
D, [2013-02-11T12:38:34.031548 #2047] DEBUG -- : Installing: perl-HTML-Parser ##################### [204/766]
D, [2013-02-11T12:38:34.034764 #2047] DEBUG -- : Installing: perl-HTTP-Message ##################### [205/766]
D, [2013-02-11T12:38:34.037211 #2047] DEBUG -- : Installing: perl-HTTP-Daemon ##################### [206/766]
D, [2013-02-11T12:38:34.040938 #2047] DEBUG -- : Installing: perl-HTTP-Negotiate ##################### [207/766]
D, [2013-02-11T12:38:34.046599 #2047] DEBUG -- : Installing: perl-HTTP-Cookies ##################### [208/766]
D, [2013-02-11T12:38:34.049633 #2047] DEBUG -- : Installing: iw ##################### [209/766]
D, [2013-02-11T12:38:34.171873 #2047] DEBUG -- : Installing: gstreamer-tools ##################### [210/766]
D, [2013-02-11T12:38:34.232409 #2047] DEBUG -- : Installing: gstreamer ##################### [211/766]
D, [2013-02-11T12:38:34.232519 #2047] DEBUG -- : Installing: rmt ##################### [212/766]
D, [2013-02-11T12:38:34.232570 #2047] DEBUG -- : Installing: cyrus-sasl-gssapi ##################### [213/766]
D, [2013-02-11T12:38:34.232622 #2047] DEBUG -- : Installing: desktop-backgrounds-gnome ##################### [214/766]
D, [2013-02-11T12:38:34.232672 #2047] DEBUG -- : Installing: json-glib ##################### [215/766]
D, [2013-02-11T12:38:34.377031 #2047] DEBUG -- : Installing: libipa_hbac ##################### [216/766]
D, [2013-02-11T12:38:34.405323 #2047] DEBUG -- : Installing: flac ##################### [217/766]
D, [2013-02-11T12:38:34.425670 #2047] DEBUG -- : Installing: libtheora ##################### [218/766]
D, [2013-02-11T12:38:34.428893 #2047] DEBUG -- : Installing: libdb-utils ##################### [219/766]
D, [2013-02-11T12:38:34.487501 #2047] DEBUG -- : Installing: nss-myhostname ##################### [220/766]
D, [2013-02-11T12:38:34.505595 #2047] DEBUG -- : Installing: setools-libs ##################### [221/766]
D, [2013-02-11T12:38:34.523584 #2047] DEBUG -- : Installing: tcp_wrappers ##################### [222/766]
D, [2013-02-11T12:38:34.547964 #2047] DEBUG -- : Installing: libopenraw ##################### [223/766]
D, [2013-02-11T12:38:34.571976 #2047] DEBUG -- : Installing: jasper-libs ##################### [224/766]
D, [2013-02-11T12:38:34.620935 #2047] DEBUG -- : Installing: libv4l ##################### [225/766]
D, [2013-02-11T12:38:34.631739 #2047] DEBUG -- : Installing: rsync ##################### [226/766]
D, [2013-02-11T12:38:34.671841 #2047] DEBUG -- : Installing: acl ##################### [227/766]
D, [2013-02-11T12:38:34.688820 #2047] DEBUG -- : Installing: vim-minimal ##################### [228/766]
D, [2013-02-11T12:38:34.692622 #2047] DEBUG -- : Installing: unzip ##################### [229/766]
D, [2013-02-11T12:38:34.708637 #2047] DEBUG -- : Installing: libmodman ##################### [230/766]
D, [2013-02-11T12:38:34.736009 #2047] DEBUG -- : Installing: libproxy ##################### [231/766]
D, [2013-02-11T12:38:34.777460 #2047] DEBUG -- : Installing: glib-networking ##################### [232/766]
D, [2013-02-11T12:38:34.809025 #2047] DEBUG -- : Installing: libsoup ##################### [233/766]
D, [2013-02-11T12:38:34.964043 #2047] DEBUG -- : Installing: hunspell-en-US ##################### [234/766]
D, [2013-02-11T12:38:35.004606 #2047] DEBUG -- : Installing: hunspell ##################### [235/766]
D, [2013-02-11T12:38:35.044590 #2047] DEBUG -- : Installing: gmp ##################### [236/766]
D, [2013-02-11T12:38:35.789948 #2047] DEBUG -- : Installing: libcdio ##################### [237/766]
D, [2013-02-11T12:38:35.821884 #2047] DEBUG -- : Installing: libicu ##################### [238/766]
D, [2013-02-11T12:38:35.907582 #2047] DEBUG -- : Installing: gdisk ##################### [239/766]
D, [2013-02-11T12:38:36.043971 #2047] DEBUG -- : Installing: recode ##################### [240/766]
D, [2013-02-11T12:38:36.086717 #2047] DEBUG -- : Installing: fortune-mod ##################### [241/766]
D, [2013-02-11T12:38:36.101785 #2047] DEBUG -- : Installing: make ##################### [242/766]
D, [2013-02-11T12:38:36.137575 #2047] DEBUG -- : Installing: libgomp ##################### [243/766]
D, [2013-02-11T12:38:36.179573 #2047] DEBUG -- : Installing: mtools ##################### [244/766]
D, [2013-02-11T12:38:36.213670 #2047] DEBUG -- : Installing: diffutils ##################### [245/766]
D, [2013-02-11T12:38:36.238111 #2047] DEBUG -- : Installing: m4 ##################### [246/766]
D, [2013-02-11T12:38:36.254800 #2047] DEBUG -- : Installing: libbluray ##################### [247/766]
D, [2013-02-11T12:38:36.261597 #2047] DEBUG -- : Installing: mesa-libglapi ##################### [248/766]
D, [2013-02-11T12:38:36.279141 #2047] DEBUG -- : Installing: libpipeline ##################### [249/766]
D, [2013-02-11T12:38:36.305804 #2047] DEBUG -- : Installing: abattis-cantarell-fonts ##################### [250/766]
D, [2013-02-11T12:38:36.325370 #2047] DEBUG -- : Installing: procmail ##################### [251/766]
D, [2013-02-11T12:38:36.347930 #2047] DEBUG -- : Installing: arj ##################### [252/766]
D, [2013-02-11T12:38:36.362386 #2047] DEBUG -- : Installing: ncurses ##################### [253/766]
D, [2013-02-11T12:38:36.382747 #2047] DEBUG -- : Installing: gzip ##################### [254/766]
D, [2013-02-11T12:38:36.779617 #2047] DEBUG -- : Installing: cracklib ##################### [255/766]
D, [2013-02-11T12:38:36.792751 #2047] DEBUG -- : Installing: cracklib-dicts ##################### [256/766]
D, [2013-02-11T12:38:37.216792 #2047] DEBUG -- : Installing: libpwquality ##################### [257/766]
D, [2013-02-11T12:38:37.342274 #2047] DEBUG -- : Installing: coreutils ##################### [258/766]
D, [2013-02-11T12:38:37.382386 #2047] DEBUG -- : Installing: pam ##################### [259/766]
D, [2013-02-11T12:38:38.563276 #2047] DEBUG -- : Installing: fontconfig ##################### [260/766]
D, [2013-02-11T12:38:39.494772 #2047] DEBUG -- : Installing: openssl ##################### [261/766]
D, [2013-02-11T12:38:39.527875 #2047] DEBUG -- : Installing: python-libs ##################### [262/766]
D, [2013-02-11T12:38:39.537360 #2047] DEBUG -- : Installing: python ##################### [263/766]
D, [2013-02-11T12:38:39.553475 #2047] DEBUG -- : Installing: libblkid ##################### [264/766]
D, [2013-02-11T12:38:39.584385 #2047] DEBUG -- : Installing: newt-python ##################### [265/766]
D, [2013-02-11T12:38:39.608540 #2047] DEBUG -- : Installing: dbus-python ##################### [266/766]
D, [2013-02-11T12:38:39.743590 #2047] DEBUG -- : Installing: hicolor-icon-theme ##################### [267/766]
D, [2013-02-11T12:38:39.773453 #2047] DEBUG -- : Installing: fedora-logos ##################### [268/766]
D, [2013-02-11T12:38:40.710076 #2047] DEBUG -- : Installing: xdg-utils ##################### [269/766]
D, [2013-02-11T12:38:40.760104 #2047] DEBUG -- : Installing: gnome-icon-theme ##################### [270/766]
D, [2013-02-11T12:38:40.764374 #2047] DEBUG -- : Installing: libselinux-python ##################### [271/766]
D, [2013-02-11T12:38:41.215329 #2047] DEBUG -- : Installing: yum-metadata-parser ##################### [272/766]
D, [2013-02-11T12:38:41.319447 #2047] DEBUG -- : Installing: binutils ##################### [273/766]
D, [2013-02-11T12:38:41.391095 #2047] DEBUG -- : Installing: btparser ##################### [274/766]
D, [2013-02-11T12:38:41.403168 #2047] DEBUG -- : Installing: authconfig ##################### [275/766]
D, [2013-02-11T12:38:41.483603 #2047] DEBUG -- : Installing: libmount ##################### [276/766]
D, [2013-02-11T12:38:41.643997 #2047] DEBUG -- : Installing: libxml2-python ##################### [277/766]
D, [2013-02-11T12:38:41.668453 #2047] DEBUG -- : Installing: gettext ##################### [278/766]
D, [2013-02-11T12:38:41.670369 #2047] DEBUG -- : Installing: python-ethtool ##################### [279/766]
D, [2013-02-11T12:38:41.701304 #2047] DEBUG -- : Installing: python-pwquality ##################### [280/766]
D, [2013-02-11T12:38:41.920007 #2047] DEBUG -- : Installing: pygobject2 ##################### [281/766]
D, [2013-02-11T12:38:41.950370 #2047] DEBUG -- : Installing: gdb ##################### [282/766]
D, [2013-02-11T12:38:42.010582 #2047] DEBUG -- : Installing: libarchive ##################### [283/766]
D, [2013-02-11T12:38:42.026987 #2047] DEBUG -- : Installing: alsa-lib ##################### [284/766]
D, [2013-02-11T12:38:42.286761 #2047] DEBUG -- : Installing: logrotate ##################### [285/766]
D, [2013-02-11T12:38:42.293055 #2047] DEBUG -- : Installing: crash ##################### [286/766]
D, [2013-02-11T12:38:42.313421 #2047] DEBUG -- : Installing: python-slip ##################### [287/766]
D, [2013-02-11T12:38:42.320816 #2047] DEBUG -- : Installing: system-config-keyboard-base ##################### [288/766]
D, [2013-02-11T12:38:42.424348 #2047] DEBUG -- : Installing: grubby ##################### [289/766]
D, [2013-02-11T12:38:42.523395 #2047] DEBUG -- : Installing: xfsprogs ##################### [290/766]
D, [2013-02-11T12:38:42.565688 #2047] DEBUG -- : Installing: e2fsprogs ##################### [291/766]
D, [2013-02-11T12:38:42.609478 #2047] DEBUG -- : Installing: pyOpenSSL ##################### [292/766]
D, [2013-02-11T12:38:42.666023 #2047] DEBUG -- : Installing: python-chardet ##################### [293/766]
D, [2013-02-11T12:38:42.675633 #2047] DEBUG -- : Installing: python-kitchen ##################### [294/766]
D, [2013-02-11T12:38:42.682327 #2047] DEBUG -- : Installing: pyliblzma ##################### [295/766]
D, [2013-02-11T12:38:42.691554 #2047] DEBUG -- : Installing: python-iniparse ##################### [296/766]
D, [2013-02-11T12:38:42.734299 #2047] DEBUG -- : Installing: audit-libs-python ##################### [297/766]
D, [2013-02-11T12:38:42.740191 #2047] DEBUG -- : Installing: setools-libs-python ##################### [298/766]
D, [2013-02-11T12:38:42.768463 #2047] DEBUG -- : Installing: python-IPy ##################### [299/766]
D, [2013-02-11T12:38:42.825867 #2047] DEBUG -- : Installing: python-simplejson ##################### [300/766]
D, [2013-02-11T12:38:42.866175 #2047] DEBUG -- : Installing: python-setuptools ##################### [301/766]
D, [2013-02-11T12:38:42.881865 #2047] DEBUG -- : Installing: libreport ##################### [302/766]
D, [2013-02-11T12:38:42.885070 #2047] DEBUG -- : Installing: libreport-python ##################### [303/766]
D, [2013-02-11T12:38:42.896491 #2047] DEBUG -- : Installing: abrt-libs ##################### [304/766]
D, [2013-02-11T12:38:42.898377 #2047] DEBUG -- : Installing: libreport-plugin-logger ##################### [305/766]
D, [2013-02-11T12:38:42.907087 #2047] DEBUG -- : Installing: libreport-newt ##################### [306/766]
D, [2013-02-11T12:38:43.031682 #2047] DEBUG -- : Installing: python-tempita ##################### [307/766]
D, [2013-02-11T12:38:43.049927 #2047] DEBUG -- : Installing: python-paste ##################### [308/766]
D, [2013-02-11T12:38:43.098435 #2047] DEBUG -- : Installing: libssh2 ##################### [309/766]
D, [2013-02-11T12:38:43.110149 #2047] DEBUG -- : Installing: perl-Net-SSLeay ##################### [310/766]
D, [2013-02-11T12:38:43.114624 #2047] DEBUG -- : Installing: perl-IO-Socket-SSL ##################### [311/766]
D, [2013-02-11T12:38:43.140940 #2047] DEBUG -- : Installing: perl-Net-HTTP ##################### [312/766]
D, [2013-02-11T12:38:43.171450 #2047] DEBUG -- : Installing: perl-libwww-perl ##################### [313/766]
D, [2013-02-11T12:38:43.267872 #2047] DEBUG -- : Installing: perl-XML-Parser ##################### [314/766]
D, [2013-02-11T12:38:43.279236 #2047] DEBUG -- : Installing: bind-libs ##################### [315/766]
D, [2013-02-11T12:38:43.290881 #2047] DEBUG -- : Installing: fipscheck-lib ##################### [316/766]
D, [2013-02-11T12:38:43.356944 #2047] DEBUG -- : Installing: fipscheck ##################### [317/766]
D, [2013-02-11T12:38:43.389447 #2047] DEBUG -- : Installing: bind-libs-lite ##################### [318/766]
D, [2013-02-11T12:38:43.478626 #2047] DEBUG -- : Installing: libevent ##################### [319/766]
D, [2013-02-11T12:38:43.495843 #2047] DEBUG -- : Installing: poppler ##################### [320/766]
D, [2013-02-11T12:38:43.601776 #2047] DEBUG -- : Installing: sssd-client ##################### [321/766]
D, [2013-02-11T12:38:43.614423 #2047] DEBUG -- : Installing: nss ##################### [322/766]
D, [2013-02-11T12:38:43.665013 #2047] DEBUG -- : Installing: nss-sysinit ##################### [323/766]
D, [2013-02-11T12:38:43.702067 #2047] DEBUG -- : Installing: nss-tools ##################### [324/766]
D, [2013-02-11T12:38:43.737914 #2047] DEBUG -- : Installing: openldap ##################### [325/766]
D, [2013-02-11T12:38:43.750562 #2047] DEBUG -- : Installing: libcurl ##################### [326/766]
D, [2013-02-11T12:38:43.761758 #2047] DEBUG -- : Installing: xmlrpc-c-client ##################### [327/766]
D, [2013-02-11T12:38:43.785893 #2047] DEBUG -- : Installing: libreport-web ##################### [328/766]
D, [2013-02-11T12:38:43.811914 #2047] DEBUG -- : Installing: curl ##################### [329/766]
D, [2013-02-11T12:38:43.900127 #2047] DEBUG -- : Installing: rpm-libs ##################### [330/766]
D, [2013-02-11T12:38:43.912301 #2047] DEBUG -- : Installing: rpm ##################### [331/766]
D, [2013-02-11T12:38:43.974684 #2047] DEBUG -- : Installing: deltarpm ##################### [332/766]
D, [2013-02-11T12:38:43.989904 #2047] DEBUG -- : Installing: libuser ##################### [333/766]
D, [2013-02-11T12:38:43.991600 #2047] DEBUG -- : Installing: libuser-python ##################### [334/766]
D, [2013-02-11T12:38:44.185536 #2047] DEBUG -- : Installing: color-filesystem ##################### [335/766]
D, [2013-02-11T12:38:44.203760 #2047] DEBUG -- : Installing: gnupg2 ##################### [336/766]
D, [2013-02-11T12:38:44.225408 #2047] DEBUG -- : Installing: dhcp-libs ##################### [337/766]
D, [2013-02-11T12:38:44.249203 #2047] DEBUG -- : Installing: dhcp-common ##################### [338/766]
D, [2013-02-11T12:38:44.272589 #2047] DEBUG -- : Installing: gpgme ##################### [339/766]
D, [2013-02-11T12:38:44.281876 #2047] DEBUG -- : Installing: pygpgme ##################### [340/766]
D, [2013-02-11T12:38:44.297758 #2047] DEBUG -- : Installing: rpm-build-libs ##################### [341/766]
D, [2013-02-11T12:38:44.316031 #2047] DEBUG -- : Installing: rpm-python ##################### [342/766]
D, [2013-02-11T12:38:44.335347 #2047] DEBUG -- : Installing: shared-color-profiles ##################### [343/766]
D, [2013-02-11T12:38:44.340525 #2047] DEBUG -- : Installing: passwd ##################### [344/766]
D, [2013-02-11T12:38:44.342666 #2047] DEBUG -- : Installing: python-deltarpm ##################### [345/766]
D, [2013-02-11T12:38:44.344573 #2047] DEBUG -- : Installing: libreport-plugin-kerneloops ##################### [346/766]
D, [2013-02-11T12:38:44.348815 #2047] DEBUG -- : Installing: libreport-plugin-ureport ##################### [347/766]
D, [2013-02-11T12:38:44.362525 #2047] DEBUG -- : Installing: libreport-plugin-bugzilla ##################### [348/766]
D, [2013-02-11T12:38:44.378560 #2047] DEBUG -- : Installing: python-pycurl ##################### [349/766]
D, [2013-02-11T12:38:44.551315 #2047] DEBUG -- : Installing: python-urlgrabber ##################### [350/766]
D, [2013-02-11T12:38:44.568979 #2047] DEBUG -- : Installing: yum ##################### [351/766]
D, [2013-02-11T12:38:44.571704 #2047] DEBUG -- : Installing: createrepo ##################### [352/766]
D, [2013-02-11T12:38:44.576802 #2047] DEBUG -- : Installing: anaconda-yum-plugins ##################### [353/766]
D, [2013-02-11T12:38:44.611491 #2047] DEBUG -- : Installing: libnfsidmap ##################### [354/766]
D, [2013-02-11T12:38:44.651424 #2047] DEBUG -- : Installing: mailx ##################### [355/766]
D, [2013-02-11T12:38:44.678032 #2047] DEBUG -- : Installing: sound-theme-freedesktop ##################### [356/766]
D, [2013-02-11T12:38:44.709458 #2047] DEBUG -- : Installing: libvisual ##################### [357/766]
D, [2013-02-11T12:38:44.730954 #2047] DEBUG -- : Installing: libical ##################### [358/766]
D, [2013-02-11T12:38:44.749842 #2047] DEBUG -- : Installing: ustr ##################### [359/766]
D, [2013-02-11T12:38:44.921348 #2047] DEBUG -- : Installing: libsemanage ##################### [360/766]
D, [2013-02-11T12:38:45.972358 #2047] DEBUG -- : Installing: shadow-utils ##################### [361/766]
D, [2013-02-11T12:38:46.008350 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:38:46.011095 #2047] DEBUG -- : useradd: group 'usbmuxd' does not exist
D, [2013-02-11T12:38:46.019662 #2047] DEBUG -- : Installing: smolt ##################### [362/766]
D, [2013-02-11T12:38:46.043756 #2047] DEBUG -- : Installing: usbmuxd ##################### [363/766]
D, [2013-02-11T12:38:46.065859 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:38:46.069674 #2047] DEBUG -- : useradd: group 'avahi-autoipd' does not exist
D, [2013-02-11T12:38:46.074281 #2047] DEBUG -- : Installing: libimobiledevice ##################### [364/766]
D, [2013-02-11T12:38:46.087891 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:38:46.091856 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:38:46.094462 #2047] DEBUG -- : warning: group utempter does not exist - using root
D, [2013-02-11T12:38:46.094779 #2047] DEBUG -- : warning: group utmp does not exist - using root
D, [2013-02-11T12:38:46.097529 #2047] DEBUG -- : Installing: avahi-autoipd ##################### [365/766]
D, [2013-02-11T12:38:46.126629 #2047] DEBUG -- : Installing: libutempter ##################### [366/766]
D, [2013-02-11T12:38:46.135780 #2047] DEBUG -- : Installing: libsemanage-python ##################### [367/766]
D, [2013-02-11T12:38:46.139348 #2047] DEBUG -- : Installing: sysvinit-tools ##################### [368/766]
D, [2013-02-11T12:38:46.152153 #2047] DEBUG -- : Installing: passwdqc-lib ##################### [369/766]
D, [2013-02-11T12:38:46.193102 #2047] DEBUG -- : Installing: libpath_utils ##################### [370/766]
D, [2013-02-11T12:38:46.196446 #2047] DEBUG -- : Installing: zip ##################### [371/766]
D, [2013-02-11T12:38:46.226379 #2047] DEBUG -- : Installing: linux-atm-libs ##################### [372/766]
D, [2013-02-11T12:38:46.237861 #2047] DEBUG -- : Installing: orc ##################### [373/766]
D, [2013-02-11T12:38:46.267725 #2047] DEBUG -- : Installing: hardlink ##################### [374/766]
D, [2013-02-11T12:38:46.309746 #2047] DEBUG -- : Installing: ntfs-3g ##################### [375/766]
D, [2013-02-11T12:38:46.313766 #2047] DEBUG -- : Installing: ntfsprogs ##################### [376/766]
D, [2013-02-11T12:38:46.327503 #2047] DEBUG -- : Installing: libref_array ##################### [377/766]
D, [2013-02-11T12:38:46.343948 #2047] DEBUG -- : Installing: libini_config ##################### [378/766]
D, [2013-02-11T12:38:46.367532 #2047] DEBUG -- : Installing: c-ares ##################### [379/766]
D, [2013-02-11T12:38:46.372342 #2047] DEBUG -- : Installing: dosfstools ##################### [380/766]
D, [2013-02-11T12:38:46.399450 #2047] DEBUG -- : Installing: libwbclient ##################### [381/766]
D, [2013-02-11T12:38:46.413063 #2047] DEBUG -- : Installing: libthai ##################### [382/766]
D, [2013-02-11T12:38:46.420736 #2047] DEBUG -- : Installing: libsss_sudo ##################### [383/766]
D, [2013-02-11T12:38:46.423484 #2047] DEBUG -- : Installing: eject ##################### [384/766]
D, [2013-02-11T12:38:46.435076 #2047] DEBUG -- : Installing: hesiod ##################### [385/766]
D, [2013-02-11T12:38:46.443345 #2047] DEBUG -- : Installing: sgpio ##################### [386/766]
D, [2013-02-11T12:38:46.456343 #2047] DEBUG -- : Installing: libmcpp ##################### [387/766]
D, [2013-02-11T12:38:46.460331 #2047] DEBUG -- : Installing: mcpp ##################### [388/766]
D, [2013-02-11T12:38:46.476447 #2047] DEBUG -- : Installing: libdhash ##################### [389/766]
D, [2013-02-11T12:38:46.489612 #2047] DEBUG -- : Installing: libsysfs ##################### [390/766]
D, [2013-02-11T12:38:46.504185 #2047] DEBUG -- : Installing: libnfnetlink ##################### [391/766]
D, [2013-02-11T12:38:46.520584 #2047] DEBUG -- : Installing: libieee1284 ##################### [392/766]
D, [2013-02-11T12:38:46.536869 #2047] DEBUG -- : Installing: cdparanoia-libs ##################### [393/766]
D, [2013-02-11T12:38:46.563777 #2047] DEBUG -- : Installing: gsm ##################### [394/766]
D, [2013-02-11T12:38:46.577015 #2047] DEBUG -- : Installing: libsndfile ##################### [395/766]
D, [2013-02-11T12:38:46.599859 #2047] DEBUG -- : Installing: libmnl ##################### [396/766]
D, [2013-02-11T12:38:46.625172 #2047] DEBUG -- : Installing: libnetfilter_conntrack ##################### [397/766]
D, [2013-02-11T12:38:46.637904 #2047] DEBUG -- : Installing: libbsd ##################### [398/766]
D, [2013-02-11T12:38:46.777597 #2047] DEBUG -- : Installing: adwaita-gtk2-theme ##################### [399/766]
D, [2013-02-11T12:38:46.791114 #2047] DEBUG -- : Installing: kbd-misc ##################### [400/766]
D, [2013-02-11T12:38:46.851203 #2047] DEBUG -- : Installing: libwacom-data ##################### [401/766]
D, [2013-02-11T12:38:46.914934 #2047] DEBUG -- : Installing: libX11-common ##################### [402/766]
D, [2013-02-11T12:38:47.015985 #2047] DEBUG -- : Installing: libX11 ##################### [403/766]
D, [2013-02-11T12:38:47.038174 #2047] DEBUG -- : Installing: gdk-pixbuf2 ##################### [404/766]
D, [2013-02-11T12:38:47.052175 #2047] DEBUG -- : Installing: libXext ##################### [405/766]
D, [2013-02-11T12:38:47.111286 #2047] DEBUG -- : Installing: libXrender ##################### [406/766]
D, [2013-02-11T12:38:47.123932 #2047] DEBUG -- : Installing: cairo ##################### [407/766]
D, [2013-02-11T12:38:47.128349 #2047] DEBUG -- : Installing: cairo-gobject ##################### [408/766]
D, [2013-02-11T12:38:47.142341 #2047] DEBUG -- : Installing: libXrandr ##################### [409/766]
D, [2013-02-11T12:38:47.155585 #2047] DEBUG -- : Installing: libXi ##################### [410/766]
D, [2013-02-11T12:38:47.168203 #2047] DEBUG -- : Installing: libXfixes ##################### [411/766]
D, [2013-02-11T12:38:47.182884 #2047] DEBUG -- : Installing: libXinerama ##################### [412/766]
D, [2013-02-11T12:38:47.196431 #2047] DEBUG -- : Installing: libXcursor ##################### [413/766]
D, [2013-02-11T12:38:47.209779 #2047] DEBUG -- : Installing: libXtst ##################### [414/766]
D, [2013-02-11T12:38:47.222578 #2047] DEBUG -- : Installing: libXv ##################### [415/766]
D, [2013-02-11T12:38:47.235586 #2047] DEBUG -- : Installing: libXdamage ##################### [416/766]
D, [2013-02-11T12:38:47.250899 #2047] DEBUG -- : Installing: libXcomposite ##################### [417/766]
D, [2013-02-11T12:38:47.264335 #2047] DEBUG -- : Installing: startup-notification ##################### [418/766]
D, [2013-02-11T12:38:47.350981 #2047] DEBUG -- : Installing: libXxf86vm ##################### [419/766]
D, [2013-02-11T12:38:47.369430 #2047] DEBUG -- : Installing: pulseaudio-libs ##################### [420/766]
D, [2013-02-11T12:38:47.425367 #2047] DEBUG -- : Installing: libXft ##################### [421/766]
D, [2013-02-11T12:38:47.888000 #2047] DEBUG -- : Installing: pango ##################### [422/766]
D, [2013-02-11T12:38:48.047698 #2047] DEBUG -- : Installing: gtk2 ##################### [423/766]
D, [2013-02-11T12:38:48.071558 #2047] DEBUG -- : Installing: exo ##################### [424/766]
D, [2013-02-11T12:38:48.084829 #2047] DEBUG -- : Installing: libglade2 ##################### [425/766]
D, [2013-02-11T12:38:48.116583 #2047] DEBUG -- : Installing: libXxf86misc ##################### [426/766]
D, [2013-02-11T12:38:48.134878 #2047] DEBUG -- : Installing: libXt ##################### [427/766]
D, [2013-02-11T12:38:48.165981 #2047] DEBUG -- : Installing: libXmu ##################### [428/766]
D, [2013-02-11T12:38:48.212355 #2047] DEBUG -- : Installing: xorg-x11-server-utils ##################### [429/766]
D, [2013-02-11T12:38:48.218239 #2047] DEBUG -- : Installing: gtk2-engines ##################### [430/766]
D, [2013-02-11T12:38:48.237927 #2047] DEBUG -- : Installing: libXvMC ##################### [431/766]
D, [2013-02-11T12:38:48.256530 #2047] DEBUG -- : Installing: libxkbfile ##################### [432/766]
D, [2013-02-11T12:38:48.277350 #2047] DEBUG -- : Installing: libxklavier ##################### [433/766]
D, [2013-02-11T12:38:48.283294 #2047] DEBUG -- : Installing: xorg-x11-xkb-utils ##################### [434/766]
D, [2013-02-11T12:38:48.289476 #2047] DEBUG -- : Installing: xorg-x11-server-common ##################### [435/766]
D, [2013-02-11T12:38:48.319110 #2047] DEBUG -- : Installing: libXpm ##################### [436/766]
D, [2013-02-11T12:38:48.498648 #2047] DEBUG -- : Installing: gd ##################### [437/766]
D, [2013-02-11T12:38:48.518931 #2047] DEBUG -- : Installing: gnome-themes ##################### [438/766]
D, [2013-02-11T12:38:48.525810 #2047] DEBUG -- : Installing: xorg-x11-xauth ##################### [439/766]
D, [2013-02-11T12:38:48.565005 #2047] DEBUG -- : Installing: xorg-x11-xinit ##################### [440/766]
D, [2013-02-11T12:38:48.732211 #2047] DEBUG -- : Installing: libgnomecanvas ##################### [441/766]
D, [2013-02-11T12:38:48.741271 #2047] DEBUG -- : Installing: gstreamer-plugins-base ##################### [442/766]
D, [2013-02-11T12:38:48.767560 #2047] DEBUG -- : Installing: libmatchbox ##################### [443/766]
D, [2013-02-11T12:38:48.770355 #2047] DEBUG -- : Installing: matchbox-window-manager ##################### [444/766]
D, [2013-02-11T12:38:48.793074 #2047] DEBUG -- : Installing: pulseaudio-libs-glib2 ##################### [445/766]
D, [2013-02-11T12:38:48.824681 #2047] DEBUG -- : Installing: poppler-glib ##################### [446/766]
D, [2013-02-11T12:38:48.981711 #2047] DEBUG -- : Installing: pycairo ##################### [447/766]
D, [2013-02-11T12:38:48.986811 #2047] DEBUG -- : Installing: pygtk2 ##################### [448/766]
D, [2013-02-11T12:38:48.992881 #2047] DEBUG -- : Installing: pygtk2-libglade ##################### [449/766]
D, [2013-02-11T12:38:48.996710 #2047] DEBUG -- : Installing: gnome-python2 ##################### [450/766]
D, [2013-02-11T12:38:49.000233 #2047] DEBUG -- : Installing: gnome-python2-canvas ##################### [451/766]
D, [2013-02-11T12:38:49.013901 #2047] DEBUG -- : Installing: libXxf86dga ##################### [452/766]
D, [2013-02-11T12:38:49.027410 #2047] DEBUG -- : Installing: libdmx ##################### [453/766]
D, [2013-02-11T12:38:49.111380 #2047] DEBUG -- : Installing: libXres ##################### [454/766]
D, [2013-02-11T12:38:49.152483 #2047] DEBUG -- : Installing: libwnck ##################### [455/766]
D, [2013-02-11T12:38:49.165931 #2047] DEBUG -- : Installing: libgsf ##################### [456/766]
D, [2013-02-11T12:38:49.198670 #2047] DEBUG -- : Installing: libopenraw-gnome ##################### [457/766]
D, [2013-02-11T12:38:49.220887 #2047] DEBUG -- : Installing: libfprint ##################### [458/766]
D, [2013-02-11T12:38:49.226687 #2047] DEBUG -- : Installing: comps-extras ##################### [459/766]
D, [2013-02-11T12:38:49.236442 #2047] DEBUG -- : Installing: fedora-release ##################### [460/766]
D, [2013-02-11T12:38:49.248458 #2047] DEBUG -- : Installing: device-mapper ##################### [461/766]
D, [2013-02-11T12:38:49.278810 #2047] DEBUG -- : Installing: device-mapper-libs ##################### [462/766]
D, [2013-02-11T12:38:49.499505 #2047] DEBUG -- : Installing: cryptsetup-libs ##################### [463/766]
D, [2013-02-11T12:38:49.566967 #2047] DEBUG -- : Installing: util-linux ##################### [464/766]
D, [2013-02-11T12:38:49.573509 #2047] DEBUG -- : Installing: iproute ##################### [465/766]
D, [2013-02-11T12:38:49.633482 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:38:49.637213 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:38:49.640740 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:38:49.644229 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:38:49.688964 #2047] DEBUG -- : Installing: libudev ##################### [466/766]
D, [2013-02-11T12:38:49.709599 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:38:49.710239 #2047] DEBUG -- : error: %pre(initscripts-9.37.2-1.fc17.x86_64) scriptlet failed, exit status 10
D, [2013-02-11T12:38:49.710581 #2047] DEBUG -- : error: initscripts-9.37.2-1.fc17.x86_64: install failed
D, [2013-02-11T12:38:49.711537 #2047] DEBUG -- : Installing: udev ##################### [467/766]
D, [2013-02-11T12:38:49.750394 #2047] DEBUG -- : Installing: systemd-sysv ##################### [469/766]
D, [2013-02-11T12:38:49.750494 #2047] DEBUG -- : error: unpacking of archive failed on file /usr/lib/systemd/system/graphical.target.wants/display-manager.service;5118d82b: cpio: symlink
D, [2013-02-11T12:38:49.750611 #2047] DEBUG -- : error: systemd-44-23.fc17.x86_64: install failed
D, [2013-02-11T12:38:49.781513 #2047] DEBUG -- : warning: group dbus does not exist - using root
D, [2013-02-11T12:38:49.785917 #2047] DEBUG -- : Installing: systemd ##################### [470/766]
D, [2013-02-11T12:38:49.835884 #2047] DEBUG -- : Installing: dbus ##################### [471/766]
D, [2013-02-11T12:38:49.868683 #2047] DEBUG -- : Installing: iptables ##################### [472/766]
D, [2013-02-11T12:38:49.910560 #2047] DEBUG -- : Installing: iputils ##################### [473/766]
D, [2013-02-11T12:38:49.937508 #2047] DEBUG -- : Installing: net-tools ##################### [474/766]
D, [2013-02-11T12:38:49.954025 #2047] DEBUG -- : Installing: polkit ##################### [475/766]
D, [2013-02-11T12:38:49.979231 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:38:49.982015 #2047] DEBUG -- : useradd: group 'abrt' does not exist
D, [2013-02-11T12:38:50.012803 #2047] DEBUG -- : warning: user abrt does not exist - using root
D, [2013-02-11T12:38:50.013070 #2047] DEBUG -- : warning: group abrt does not exist - using root
D, [2013-02-11T12:38:50.013367 #2047] DEBUG -- : warning: user abrt does not exist - using root
D, [2013-02-11T12:38:50.013573 #2047] DEBUG -- : warning: group abrt does not exist - using root
D, [2013-02-11T12:38:50.013824 #2047] DEBUG -- : Installing: libgudev1 ##################### [476/766]
D, [2013-02-11T12:38:50.040804 #2047] DEBUG -- : Installing: abrt ##################### [477/766]
D, [2013-02-11T12:38:50.057633 #2047] DEBUG -- : Installing: libdrm ##################### [478/766]
D, [2013-02-11T12:38:50.220536 #2047] DEBUG -- : Installing: system-setup-keyboard ##################### [479/766]
D, [2013-02-11T12:38:50.231790 #2047] DEBUG -- : Installing: xorg-x11-server-Xorg ##################### [480/766]
D, [2013-02-11T12:38:50.268622 #2047] DEBUG -- : Installing: libcanberra ##################### [481/766]
D, [2013-02-11T12:38:50.454278 #2047] DEBUG -- : Installing: mesa-libGL ##################### [482/766]
D, [2013-02-11T12:38:50.501849 #2047] DEBUG -- : Installing: GConf2 ##################### [483/766]
D, [2013-02-11T12:38:50.533670 #2047] DEBUG -- : Installing: usermode ##################### [484/766]
D, [2013-02-11T12:38:50.548725 #2047] DEBUG -- : Installing: NetworkManager-glib ##################### [485/766]
D, [2013-02-11T12:38:50.575895 #2047] DEBUG -- : Installing: dbus-x11 ##################### [486/766]
D, [2013-02-11T12:38:50.604440 #2047] DEBUG -- : Installing: xfconf ##################### [487/766]
D, [2013-02-11T12:38:50.741216 #2047] DEBUG -- : Installing: libxfce4ui ##################### [488/766]
D, [2013-02-11T12:38:51.026563 #2047] DEBUG -- : Installing: xfce4-panel ##################### [489/766]
D, [2013-02-11T12:38:51.112822 #2047] DEBUG -- : Installing: xfwm4 ##################### [490/766]
D, [2013-02-11T12:38:51.151490 #2047] DEBUG -- : Installing: policycoreutils ##################### [491/766]
D, [2013-02-11T12:38:51.967666 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:38:51.980887 #2047] DEBUG -- : warning: group ssh_keys does not exist - using root
D, [2013-02-11T12:38:51.998088 #2047] DEBUG -- : Installing: dracut ##################### [492/766]
D, [2013-02-11T12:38:52.001860 #2047] DEBUG -- : Installing: openssh ##################### [493/766]
D, [2013-02-11T12:38:52.015808 #2047] DEBUG -- : Installing: device-mapper-event-libs ##################### [494/766]
D, [2013-02-11T12:38:52.027630 #2047] DEBUG -- : Installing: plymouth-scripts ##################### [495/766]
D, [2013-02-11T12:38:52.038550 #2047] DEBUG -- : Installing: plymouth ##################### [496/766]
D, [2013-02-11T12:38:52.067290 #2047] DEBUG -- : Installing: selinux-policy ##################### [497/766]
D, [2013-02-11T12:38:52.081878 #2047] DEBUG -- : Installing: mesa-libGLU ##################### [498/766]
D, [2013-02-11T12:38:52.103708 #2047] DEBUG -- : Installing: abrt-addon-kerneloops ##################### [499/766]
D, [2013-02-11T12:38:52.123049 #2047] DEBUG -- : error: %pre(rpcbind-0.2.0-19.fc17.x86_64) scriptlet failed, exit status 6
D, [2013-02-11T12:38:52.123334 #2047] DEBUG -- : error: rpcbind-0.2.0-19.fc17.x86_64: install failed
D, [2013-02-11T12:38:52.145568 #2047] DEBUG -- : Installing: accountsservice ##################### [500/766]
D, [2013-02-11T12:38:52.172344 #2047] DEBUG -- : Installing: pcsc-lite ##################### [502/766]
D, [2013-02-11T12:38:52.185643 #2047] DEBUG -- : Installing: pcsc-lite-ccid ##################### [503/766]
D, [2013-02-11T12:38:52.204102 #2047] DEBUG -- : Installing: libcgroup ##################### [504/766]
D, [2013-02-11T12:38:52.768790 #2047] DEBUG -- : Installing: os-prober ##################### [505/766]
D, [2013-02-11T12:38:52.781877 #2047] DEBUG -- : Installing: grub2-tools ##################### [506/766]
D, [2013-02-11T12:38:52.789041 #2047] DEBUG -- : Installing: yp-tools ##################### [507/766]
D, [2013-02-11T12:38:52.795914 #2047] DEBUG -- : /bin/systemctl: error while loading shared libraries: libsystemd-daemon.so.0: cannot open shared object file: No such file or directory
D, [2013-02-11T12:38:52.805895 #2047] DEBUG -- : Installing: ypbind ##################### [508/766]
D, [2013-02-11T12:38:52.809009 #2047] DEBUG -- : Installing: accountsservice-libs ##################### [509/766]
D, [2013-02-11T12:38:52.832728 #2047] DEBUG -- : Installing: abrt-addon-vmcore ##################### [510/766]
D, [2013-02-11T12:38:53.106747 #2047] DEBUG -- : Installing: libGLEW ##################### [511/766]
D, [2013-02-11T12:38:53.158387 #2047] DEBUG -- : Installing: selinux-policy-devel ##################### [512/766]
D, [2013-02-11T12:39:19.062599 #2047] DEBUG -- : Installing: policycoreutils-python ##################### [513/766]
D, [2013-02-11T12:39:19.065398 #2047] DEBUG -- : Installing: plymouth-plugin-label ##################### [514/766]
D, [2013-02-11T12:39:19.067271 #2047] DEBUG -- : Installing: plymouth-plugin-two-step ##################### [515/766]
D, [2013-02-11T12:39:19.084442 #2047] DEBUG -- : Installing: plymouth-theme-charge ##################### [516/766]
D, [2013-02-11T12:39:19.139279 #2047] DEBUG -- : Installing: device-mapper-event ##################### [517/766]
D, [2013-02-11T12:39:19.151817 #2047] DEBUG -- : Installing: openssh-clients ##################### [518/766]
D, [2013-02-11T12:39:19.168100 #2047] DEBUG -- : Installing: usermode-gtk ##################### [519/766]
D, [2013-02-11T12:39:19.186888 #2047] DEBUG -- : Installing: authconfig-gtk ##################### [520/766]
D, [2013-02-11T12:39:19.193449 #2047] DEBUG -- : Installing: setuptool ##################### [521/766]
D, [2013-02-11T12:39:19.259450 #2047] DEBUG -- : Installing: system-config-keyboard ##################### [522/766]
D, [2013-02-11T12:39:19.277786 #2047] DEBUG -- : Installing: preupgrade ##################### [523/766]
D, [2013-02-11T12:39:19.301690 #2047] DEBUG -- : Installing: PackageKit-glib ##################### [524/766]
D, [2013-02-11T12:39:19.395564 #2047] DEBUG -- : Installing: PackageKit-yum ##################### [525/766]
D, [2013-02-11T12:39:19.841236 #2047] DEBUG -- : Installing: PackageKit ##################### [526/766]
D, [2013-02-11T12:39:19.844136 #2047] DEBUG -- : Installing: xorg-x11-server-Xephyr ##################### [527/766]
D, [2013-02-11T12:39:19.849135 #2047] DEBUG -- : Installing: abrt-plugin-bodhi ##################### [528/766]
D, [2013-02-11T12:39:19.859105 #2047] DEBUG -- : warning: user abrt does not exist - using root
D, [2013-02-11T12:39:19.859225 #2047] DEBUG -- : warning: group abrt does not exist - using root
D, [2013-02-11T12:39:19.861977 #2047] DEBUG -- : warning: user abrt does not exist - using root
D, [2013-02-11T12:39:19.862107 #2047] DEBUG -- : warning: group abrt does not exist - using root
D, [2013-02-11T12:39:19.862242 #2047] DEBUG -- : Installing: abrt-retrace-client ##################### [529/766]
D, [2013-02-11T12:39:19.869942 #2047] DEBUG -- : chown: invalid user: `abrt:abrt'
D, [2013-02-11T12:39:19.872814 #2047] DEBUG -- : Installing: abrt-addon-ccpp ##################### [530/766]
D, [2013-02-11T12:39:19.882922 #2047] DEBUG -- : Installing: abrt-addon-xorg ##################### [531/766]
D, [2013-02-11T12:39:19.886237 #2047] DEBUG -- : Installing: abrt-addon-python ##################### [532/766]
D, [2013-02-11T12:39:19.927452 #2047] DEBUG -- : Installing: abrt-dbus ##################### [533/766]
D, [2013-02-11T12:39:19.945794 #2047] DEBUG -- : Installing: ModemManager ##################### [534/766]
D, [2013-02-11T12:39:19.962468 #2047] DEBUG -- : Installing: libwacom ##################### [535/766]
D, [2013-02-11T12:39:19.989793 #2047] DEBUG -- : Installing: libgusb ##################### [536/766]
D, [2013-02-11T12:39:20.053616 #2047] DEBUG -- : Installing: fprintd ##################### [537/766]
D, [2013-02-11T12:39:20.189277 #2047] DEBUG -- : Installing: system-config-users ##################### [538/766]
D, [2013-02-11T12:39:20.317477 #2047] DEBUG -- : Installing: system-config-date ##################### [539/766]
D, [2013-02-11T12:39:20.332541 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:39:20.335240 #2047] DEBUG -- : useradd: group 'avahi' does not exist
D, [2013-02-11T12:39:20.374529 #2047] DEBUG -- : Installing: system-config-firewall-base ##################### [540/766]
D, [2013-02-11T12:39:20.394055 #2047] DEBUG -- : Installing: avahi ##################### [541/766]
D, [2013-02-11T12:39:20.415040 #2047] DEBUG -- : Installing: avahi-glib ##################### [542/766]
D, [2013-02-11T12:39:20.424649 #2047] DEBUG -- : Installing: dconf ##################### [543/766]
D, [2013-02-11T12:39:20.426301 #2047] DEBUG -- : Installing: ConsoleKit-libs ##################### [544/766]
D, [2013-02-11T12:39:20.426382 #2047] DEBUG -- : error: unpacking of archive failed on file /etc/ppp/chap-secrets;5118d82b: cpio: open
D, [2013-02-11T12:39:20.426537 #2047] DEBUG -- : error: ppp-2.4.5-22.fc17.x86_64: install failed
D, [2013-02-11T12:39:20.510238 #2047] DEBUG -- : Installing: ppp ##################### [545/766]
D, [2013-02-11T12:39:20.526093 #2047] DEBUG -- : Installing: rsyslog ##################### [546/766]
D, [2013-02-11T12:39:20.549991 #2047] DEBUG -- : Installing: cronie-anacron ##################### [547/766]
D, [2013-02-11T12:39:20.566149 #2047] DEBUG -- : Installing: cronie ##################### [548/766]
D, [2013-02-11T12:39:20.576482 #2047] DEBUG -- : Installing: crontabs ##################### [549/766]
D, [2013-02-11T12:39:20.752377 #2047] DEBUG -- : Installing: lockdev ##################### [550/766]
D, [2013-02-11T12:39:20.775561 #2047] DEBUG -- : Installing: libgphoto2 ##################### [551/766]
D, [2013-02-11T12:39:20.816723 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:39:20.820810 #2047] DEBUG -- : useradd: group 'colord' does not exist
D, [2013-02-11T12:39:20.857922 #2047] DEBUG -- : warning: user colord does not exist - using root
D, [2013-02-11T12:39:20.858175 #2047] DEBUG -- : warning: group colord does not exist - using root
D, [2013-02-11T12:39:20.858466 #2047] DEBUG -- : warning: user colord does not exist - using root
D, [2013-02-11T12:39:20.858677 #2047] DEBUG -- : warning: group colord does not exist - using root
D, [2013-02-11T12:39:20.858921 #2047] DEBUG -- : Installing: sane-backends-libs ##################### [552/766]
D, [2013-02-11T12:39:21.273655 #2047] DEBUG -- : Installing: colord ##################### [553/766]
D, [2013-02-11T12:39:21.322402 #2047] DEBUG -- : Installing: gtk3 ##################### [554/766]
D, [2013-02-11T12:39:21.357080 #2047] DEBUG -- : Installing: libcanberra-gtk3 ##################### [555/766]
D, [2013-02-11T12:39:21.384226 #2047] DEBUG -- : Installing: polkit-gnome ##################### [556/766]
D, [2013-02-11T12:39:21.390601 #2047] DEBUG -- : Installing: notification-daemon ##################### [557/766]
D, [2013-02-11T12:39:21.793436 #2047] DEBUG -- : Installing: libnotify ##################### [558/766]
D, [2013-02-11T12:39:21.821814 #2047] DEBUG -- : Installing: Thunar ##################### [559/766]
D, [2013-02-11T12:39:21.849388 #2047] DEBUG -- : Installing: libreport-gtk ##################### [560/766]
D, [2013-02-11T12:39:21.864416 #2047] DEBUG -- : Installing: python-meh ##################### [561/766]
D, [2013-02-11T12:39:22.066438 #2047] DEBUG -- : Installing: abrt-gui ##################### [562/766]
D, [2013-02-11T12:39:22.465315 #2047] DEBUG -- : Installing: xfdesktop ##################### [563/766]
D, [2013-02-11T12:39:22.532037 #2047] DEBUG -- : Installing: zenity ##################### [564/766]
D, [2013-02-11T12:39:22.630478 #2047] DEBUG -- : Installing: xfce4-settings ##################### [565/766]
D, [2013-02-11T12:39:22.656427 #2047] DEBUG -- : Installing: xfce4-session ##################### [566/766]
D, [2013-02-11T12:39:22.897436 #2047] DEBUG -- : Installing: libcanberra-gtk2 ##################### [567/766]
D, [2013-02-11T12:39:23.020376 #2047] DEBUG -- : Installing: metacity ##################### [568/766]
D, [2013-02-11T12:39:23.122774 #2047] DEBUG -- : Installing: gnome-bluetooth-libs ##################### [569/766]
D, [2013-02-11T12:39:23.616287 #2047] DEBUG -- : Installing: gcr ##################### [570/766]
D, [2013-02-11T12:39:23.978790 #2047] DEBUG -- : Installing: gnome-keyring ##################### [571/766]
D, [2013-02-11T12:39:23.997481 #2047] DEBUG -- : Installing: gnome-keyring-pam ##################### [572/766]
D, [2013-02-11T12:39:24.063899 #2047] DEBUG -- : Installing: librsvg2 ##################### [573/766]
D, [2013-02-11T12:39:24.499467 #2047] DEBUG -- : Installing: adwaita-gtk3-theme ##################### [574/766]
D, [2013-02-11T12:39:24.634919 #2047] DEBUG -- : Installing: gnome-themes-standard ##################### [575/766]
D, [2013-02-11T12:39:24.660779 #2047] DEBUG -- : Installing: gnome-desktop3 ##################### [576/766]
D, [2013-02-11T12:39:24.690399 #2047] DEBUG -- : Installing: NetworkManager-gtk ##################### [577/766]
D, [2013-02-11T12:39:24.774365 #2047] DEBUG -- : Installing: libgnomekbd ##################### [578/766]
D, [2013-02-11T12:39:24.804232 #2047] DEBUG -- : Installing: wpa_supplicant ##################### [579/766]
D, [2013-02-11T12:39:24.861326 #2047] DEBUG -- : Installing: dnsmasq ##################### [580/766]
D, [2013-02-11T12:39:24.882221 #2047] DEBUG -- : Installing: kbd ##################### [581/766]
D, [2013-02-11T12:39:24.900000 #2047] DEBUG -- : Installing: pm-utils ##################### [582/766]
D, [2013-02-11T12:39:25.081567 #2047] DEBUG -- : Installing: upower ##################### [583/766]
D, [2013-02-11T12:39:25.157438 #2047] DEBUG -- : Installing: gnome-settings-daemon ##################### [584/766]
D, [2013-02-11T12:39:25.396740 #2047] DEBUG -- : warning: group gdm does not exist - using root
D, [2013-02-11T12:39:25.396903 #2047] DEBUG -- : warning: group gdm does not exist - using root
D, [2013-02-11T12:39:25.397106 #2047] DEBUG -- : warning: user gdm does not exist - using root
D, [2013-02-11T12:39:25.397233 #2047] DEBUG -- : warning: group gdm does not exist - using root
D, [2013-02-11T12:39:25.397516 #2047] DEBUG -- : warning: group gdm does not exist - using root
D, [2013-02-11T12:39:25.397722 #2047] DEBUG -- : warning: user gdm does not exist - using root
D, [2013-02-11T12:39:25.397851 #2047] DEBUG -- : warning: group gdm does not exist - using root
D, [2013-02-11T12:39:25.398110 #2047] DEBUG -- : Installing: gnome-session ##################### [585/766]
D, [2013-02-11T12:39:25.419697 #2047] DEBUG -- : warning: user gdm does not exist - using root
D, [2013-02-11T12:39:25.419815 #2047] DEBUG -- : warning: group gdm does not exist - using root
D, [2013-02-11T12:39:25.420007 #2047] DEBUG -- : warning: user gdm does not exist - using root
D, [2013-02-11T12:39:25.420134 #2047] DEBUG -- : warning: group gdm does not exist - using root
D, [2013-02-11T12:39:25.420365 #2047] DEBUG -- : Installing: gdm ##################### [586/766]
D, [2013-02-11T12:39:25.436454 #2047] DEBUG -- : groupadd: failure while writing changes to /etc/group
D, [2013-02-11T12:39:25.439130 #2047] DEBUG -- : useradd: group 'saslauth' does not exist
D, [2013-02-11T12:39:25.439377 #2047] DEBUG -- : error: %pre(cyrus-sasl-2.1.23-31.fc17.x86_64) scriptlet failed, exit status 6
D, [2013-02-11T12:39:25.439701 #2047] DEBUG -- : error: cyrus-sasl-2.1.23-31.fc17.x86_64: install failed
D, [2013-02-11T12:39:25.470924 #2047] DEBUG -- : warning: group utmp does not exist - using root
D, [2013-02-11T12:39:25.492040 #2047] DEBUG -- : Installing: pulseaudio-gdm-hooks ##################### [587/766]
D, [2013-02-11T12:39:25.513331 #2047] DEBUG -- : Installing: vte ##################### [589/766]
D, [2013-02-11T12:39:25.513487 #2047] DEBUG -- : error: unpacking of archive failed on file /etc/NetworkManager/dispatcher.d/11-dhclient;5118d82b: cpio: open
D, [2013-02-11T12:39:25.513561 #2047] DEBUG -- : error: dhclient-12:4.2.4-16.P2.fc17.x86_64: install failed
D, [2013-02-11T12:39:25.738892 #2047] DEBUG -- : Installing: dhclient ##################### [590/766]
D, [2013-02-11T12:39:25.861545 #2047] DEBUG -- : Installing: NetworkManager ##################### [591/766]
D, [2013-02-11T12:39:27.341752 #2047] DEBUG -- : Installing: netxen-firmware ##################### [592/766]
D, [2013-02-11T12:39:27.351546 #2047] DEBUG -- : Installing: linux-firmware ##################### [593/766]
D, [2013-02-11T12:39:27.364074 #2047] DEBUG -- : Installing: crda ##################### [594/766]
D, [2013-02-11T12:39:27.379361 #2047] DEBUG -- : Installing: wireless-tools ##################### [595/766]
D, [2013-02-11T12:39:27.385039 #2047] DEBUG -- : Installing: python-iwlib ##################### [596/766]
D, [2013-02-11T12:39:27.406390 #2047] DEBUG -- : Installing: libatasmart ##################### [597/766]
D, [2013-02-11T12:39:27.409650 #2047] DEBUG -- : Installing: cryptsetup ##################### [598/766]
D, [2013-02-11T12:39:27.426191 #2047] DEBUG -- : Installing: kpartx ##################### [599/766]
D, [2013-02-11T12:39:27.440808 #2047] DEBUG -- : Installing: dmraid ##################### [600/766]
D, [2013-02-11T12:39:27.504464 #2047] DEBUG -- : Installing: dmraid-events ##################### [601/766]
D, [2013-02-11T12:39:27.538729 #2047] DEBUG -- : Installing: parted ##################### [602/766]
D, [2013-02-11T12:39:27.548546 #2047] DEBUG -- : Installing: udisks2 ##################### [603/766]
D, [2013-02-11T12:39:27.573282 #2047] DEBUG -- : Installing: quota-nls ##################### [604/766]
D, [2013-02-11T12:39:28.076390 #2047] DEBUG -- : warning: user rpcuser does not exist - using root
D, [2013-02-11T12:39:28.076521 #2047] DEBUG -- : warning: group rpcuser does not exist - using root
D, [2013-02-11T12:39:28.076683 #2047] DEBUG -- : warning: user rpcuser does not exist - using root
D, [2013-02-11T12:39:28.076810 #2047] DEBUG -- : warning: group rpcuser does not exist - using root
D, [2013-02-11T12:39:28.077012 #2047] DEBUG -- : warning: user rpcuser does not exist - using root
D, [2013-02-11T12:39:28.077141 #2047] DEBUG -- : warning: group rpcuser does not exist - using root
D, [2013-02-11T12:39:28.077350 #2047] DEBUG -- : warning: user rpcuser does not exist - using root
D, [2013-02-11T12:39:28.077479 #2047] DEBUG -- : warning: group rpcuser does not exist - using root
D, [2013-02-11T12:39:28.077795 #2047] DEBUG -- : Installing: quota ##################### [605/766]
D, [2013-02-11T12:39:28.087309 #2047] DEBUG -- : chown: invalid user: `rpcuser:rpcuser'
D, [2013-02-11T12:39:28.087462 #2047] DEBUG -- : warning: %post(nfs-utils-1:1.2.6-6.fc17.x86_64) scriptlet failed, exit status 1
D, [2013-02-11T12:39:28.258865 #2047] DEBUG -- : Installing: nfs-utils ##################### [606/766]
D, [2013-02-11T12:39:28.492698 #2047] DEBUG -- : Installing: gvfs ##################### [607/766]
D, [2013-02-11T12:39:28.557596 #2047] DEBUG -- : Installing: system-config-network-tui ##################### [608/766]
D, [2013-02-11T12:39:28.746902 #2047] DEBUG -- : Installing: NetworkManager-gnome ##################### [609/766]
D, [2013-02-11T12:39:28.796956 #2047] DEBUG -- : warning: group smmsp does not exist - using root
D, [2013-02-11T12:39:28.847669 #2047] DEBUG -- : warning: user smmsp does not exist - using root
D, [2013-02-11T12:39:28.847980 #2047] DEBUG -- : warning: group smmsp does not exist - using root
D, [2013-02-11T12:39:28.848253 #2047] DEBUG -- : Installing: Terminal ##################### [610/766]
D, [2013-02-11T12:39:28.926938 #2047] DEBUG -- : Installing: sendmail ##################### [611/766]
D, [2013-02-11T12:39:28.963662 #2047] DEBUG -- : Installing: xfce4-session-engines ##################### [612/766]
D, [2013-02-11T12:39:28.973491 #2047] DEBUG -- : Installing: xfce-utils ##################### [613/766]
D, [2013-02-11T12:39:29.009721 #2047] DEBUG -- : Installing: abrt-desktop ##################### [614/766]
D, [2013-02-11T12:39:29.032666 #2047] DEBUG -- : Installing: firstboot ##################### [615/766]
D, [2013-02-11T12:39:29.060538 #2047] DEBUG -- : Installing: thunar-archive-plugin ##################### [616/766]
D, [2013-02-11T12:39:29.266572 #2047] DEBUG -- : Installing: thunar-volman ##################### [617/766]
D, [2013-02-11T12:39:29.398399 #2047] DEBUG -- : Installing: orage ##################### [618/766]
D, [2013-02-11T12:39:29.427242 #2047] DEBUG -- : Installing: xfce4-power-manager ##################### [619/766]
D, [2013-02-11T12:39:29.442778 #2047] DEBUG -- : Installing: gtk-xfce-engine ##################### [620/766]
D, [2013-02-11T12:39:29.453636 #2047] DEBUG -- : Installing: ConsoleKit ##################### [621/766]
D, [2013-02-11T12:39:29.455678 #2047] DEBUG -- : Installing: system-config-firewall-tui ##################### [622/766]
D, [2013-02-11T12:39:29.459561 #2047] DEBUG -- : Installing: fprintd-pam ##################### [623/766]
D, [2013-02-11T12:39:29.461819 #2047] DEBUG -- : Installing: policycoreutils-sandbox ##################### [624/766]
D, [2013-02-11T12:39:29.462765 #2047] DEBUG -- : Installing: PackageKit-yum-plugin ##################### [625/766]
D, [2013-02-11T12:39:29.466012 #2047] DEBUG -- : Installing: plymouth-system-theme ##################### [626/766]
D, [2013-02-11T12:39:29.652183 #2047] DEBUG -- : Installing: glx-utils ##################### [627/766]
D, [2013-02-11T12:39:29.680277 #2047] DEBUG -- : Installing: grub2 ##################### [628/766]
D, [2013-02-11T12:39:30.228881 #2047] DEBUG -- : Installing: coolkey ##################### [629/766]
D, [2013-02-11T12:39:30.295370 #2047] DEBUG -- : Installing: selinux-policy-targeted ##################### [630/766]
D, [2013-02-11T12:39:30.402637 #2047] DEBUG -- : Installing: openssh-askpass ##################### [631/766]
D, [2013-02-11T12:39:30.419797 #2047] DEBUG -- : Installing: openssh-server ##################### [632/766]
D, [2013-02-11T12:39:30.457736 #2047] DEBUG -- : Installing: xfwm4-theme-nodoka ##################### [633/766]
D, [2013-02-11T12:39:30.482892 #2047] DEBUG -- : Installing: xfce4-mixer ##################### [634/766]
D, [2013-02-11T12:39:30.488548 #2047] DEBUG -- : Installing: xfce4-appfinder ##################### [635/766]
D, [2013-02-11T12:39:30.516311 #2047] DEBUG -- : Installing: xorg-x11-drv-evdev ##################### [636/766]
D, [2013-02-11T12:39:30.574067 #2047] DEBUG -- : Installing: xorg-x11-drv-wacom ##################### [637/766]
D, [2013-02-11T12:39:30.582776 #2047] DEBUG -- : Installing: xorg-x11-drv-intel ##################### [638/766]
D, [2013-02-11T12:39:30.590489 #2047] DEBUG -- : Installing: xorg-x11-drv-mga ##################### [639/766]
D, [2013-02-11T12:39:30.592510 #2047] DEBUG -- : Installing: xorg-x11-drv-vmware ##################### [640/766]
D, [2013-02-11T12:39:30.597647 #2047] DEBUG -- : Installing: xorg-x11-drv-dummy ##################### [641/766]
D, [2013-02-11T12:39:30.600778 #2047] DEBUG -- : Installing: xorg-x11-drv-cirrus ##################### [642/766]
D, [2013-02-11T12:39:30.609484 #2047] DEBUG -- : Installing: xorg-x11-drv-vmmouse ##################### [643/766]
D, [2013-02-11T12:39:30.630239 #2047] DEBUG -- : Installing: xorg-x11-drv-synaptics ##################### [644/766]
D, [2013-02-11T12:39:30.644049 #2047] DEBUG -- : Installing: xorg-x11-drv-openchrome ##################### [645/766]
D, [2013-02-11T12:39:30.647087 #2047] DEBUG -- : Installing: xorg-x11-drv-ast ##################### [646/766]
D, [2013-02-11T12:39:30.649329 #2047] DEBUG -- : Installing: xorg-x11-drv-vesa ##################### [647/766]
D, [2013-02-11T12:39:30.651621 #2047] DEBUG -- : Installing: xorg-x11-drv-void ##################### [648/766]
D, [2013-02-11T12:39:30.696440 #2047] DEBUG -- : Installing: xorg-x11-drv-fbdev ##################### [649/766]
D, [2013-02-11T12:39:30.709386 #2047] DEBUG -- : Installing: xorg-x11-drv-ati ##################### [650/766]
D, [2013-02-11T12:39:32.184547 #2047] DEBUG -- : Installing: xorg-x11-drv-qxl ##################### [651/766]
D, [2013-02-11T12:39:32.190343 #2047] DEBUG -- : Installing: mesa-dri-drivers ##################### [652/766]
D, [2013-02-11T12:39:32.198614 #2047] DEBUG -- : Installing: iptstate ##################### [653/766]
D, [2013-02-11T12:39:32.213142 #2047] DEBUG -- : Installing: at ##################### [654/766]
D, [2013-02-11T12:39:32.274211 #2047] DEBUG -- : Installing: rng-tools ##################### [655/766]
D, [2013-02-11T12:39:32.292504 #2047] DEBUG -- : Installing: smartmontools ##################### [656/766]
D, [2013-02-11T12:39:32.329983 #2047] DEBUG -- : Installing: psacct ##################### [657/766]
D, [2013-02-11T12:39:32.344737 #2047] DEBUG -- : Installing: audit ##################### [658/766]
D, [2013-02-11T12:39:32.391813 #2047] DEBUG -- : Installing: spice-vdagent ##################### [659/766]
D, [2013-02-11T12:39:32.399256 #2047] DEBUG -- : /bin/systemctl: error while loading shared libraries: libsystemd-daemon.so.0: cannot open shared object file: No such file or directory
D, [2013-02-11T12:39:32.399408 #2047] DEBUG -- : warning: %post(mdadm-3.2.6-7.fc17.x86_64) scriptlet failed, exit status 127
D, [2013-02-11T12:39:33.083243 #2047] DEBUG -- : Installing: mdadm ##################### [660/766]
D, [2013-02-11T12:39:33.107701 #2047] DEBUG -- : Installing: chrony ##################### [661/766]
D, [2013-02-11T12:39:33.119318 #2047] DEBUG -- : Installing: acpid ##################### [662/766]
D, [2013-02-11T12:39:33.135907 #2047] DEBUG -- : Installing: irqbalance ##################### [663/766]
D, [2013-02-11T12:39:33.409719 #2047] DEBUG -- : Installing: irda-utils ##################### [664/766]
D, [2013-02-11T12:39:33.468611 #2047] DEBUG -- : Installing: sssd ##################### [665/766]
D, [2013-02-11T12:39:33.473918 #2047] DEBUG -- : Installing: microcode_ctl ##################### [666/766]
D, [2013-02-11T12:39:33.576649 #2047] DEBUG -- : Installing: biosdevname ##################### [667/766]
D, [2013-02-11T12:39:33.612389 #2047] DEBUG -- : Installing: prelink ##################### [668/766]
D, [2013-02-11T12:39:33.638925 #2047] DEBUG -- : Installing: tumbler ##################### [669/766]
D, [2013-02-11T12:39:33.641873 #2047] DEBUG -- : Installing: xorg-x11-utils ##################### [670/766]
D, [2013-02-11T12:39:33.703428 #2047] DEBUG -- : Installing: fedora-icon-theme ##################### [671/766]
D, [2013-02-11T12:39:34.394379 #2047] DEBUG -- : Installing: xscreensaver-base ##################### [672/766]
D, [2013-02-11T12:39:34.620386 #2047] DEBUG -- : Installing: xarchiver ##################### [673/766]
D, [2013-02-11T12:39:34.638591 #2047] DEBUG -- : Installing: leafpad ##################### [674/766]
D, [2013-02-11T12:39:34.641967 #2047] DEBUG -- : Installing: pinentry-gtk ##################### [675/766]
D, [2013-02-11T12:39:34.711861 #2047] DEBUG -- : Installing: nc ##################### [676/766]
D, [2013-02-11T12:39:34.729803 #2047] DEBUG -- : Installing: sudo ##################### [677/766]
D, [2013-02-11T12:39:34.734932 #2047] DEBUG -- : Installing: cifs-utils ##################### [678/766]
D, [2013-02-11T12:39:34.737443 #2047] DEBUG -- : Installing: passwdqc ##################### [679/766]
D, [2013-02-11T12:39:34.812487 #2047] DEBUG -- : Installing: smolt-firstboot ##################### [680/766]
D, [2013-02-11T12:39:34.939417 #2047] DEBUG -- : Installing: mlocate ##################### [681/766]
D, [2013-02-11T12:39:34.945183 #2047] DEBUG -- : Installing: tcpdump ##################### [682/766]
D, [2013-02-11T12:39:34.948964 #2047] DEBUG -- : Installing: yum-presto ##################### [683/766]
D, [2013-02-11T12:39:34.965569 #2047] DEBUG -- : Installing: yum-langpacks ##################### [684/766]
D, [2013-02-11T12:39:34.997345 #2047] DEBUG -- : Installing: yum-utils ##################### [685/766]
D, [2013-02-11T12:39:35.015395 #2047] DEBUG -- : Installing: pam_pkcs11 ##################### [686/766]
D, [2013-02-11T12:39:35.069013 #2047] DEBUG -- : Installing: bind-utils ##################### [687/766]
D, [2013-02-11T12:39:35.089344 #2047] DEBUG -- : Installing: sos ##################### [688/766]
D, [2013-02-11T12:39:35.113991 #2047] DEBUG -- : Installing: pinfo ##################### [689/766]
D, [2013-02-11T12:39:35.181810 #2047] DEBUG -- : Installing: stunnel ##################### [690/766]
D, [2013-02-11T12:39:35.247926 #2047] DEBUG -- : Installing: wget ##################### [691/766]
D, [2013-02-11T12:39:35.277653 #2047] DEBUG -- : Installing: krb5-workstation ##################### [692/766]
D, [2013-02-11T12:39:35.357812 #2047] DEBUG -- : Installing: pam_krb5 ##################### [693/766]
D, [2013-02-11T12:39:35.376945 #2047] DEBUG -- : Installing: man-db ##################### [694/766]
D, [2013-02-11T12:39:35.602924 #2047] DEBUG -- : Installing: usbutils ##################### [695/766]
D, [2013-02-11T12:39:35.642013 #2047] DEBUG -- : Installing: fedora-release-notes ##################### [696/766]
D, [2013-02-11T12:39:35.649230 #2047] DEBUG -- : Installing: dump ##################### [697/766]
D, [2013-02-11T12:39:35.750698 #2047] DEBUG -- : Installing: numactl ##################### [698/766]
D, [2013-02-11T12:39:35.767831 #2047] DEBUG -- : Installing: lftp ##################### [699/766]
D, [2013-02-11T12:39:35.772820 #2047] DEBUG -- : Installing: ntsysv ##################### [700/766]
D, [2013-02-11T12:39:35.904763 #2047] DEBUG -- : Installing: tmpwatch ##################### [701/766]
D, [2013-02-11T12:39:35.917141 #2047] DEBUG -- : Installing: btrfs-progs ##################### [702/766]
D, [2013-02-11T12:39:36.108693 #2047] DEBUG -- : Installing: cyrus-sasl-plain ##################### [703/766]
D, [2013-02-11T12:39:36.131368 #2047] DEBUG -- : Installing: bash-completion ##################### [704/766]
D, [2013-02-11T12:39:36.146198 #2047] DEBUG -- : Installing: jwhois ##################### [705/766]
D, [2013-02-11T12:39:36.157255 #2047] DEBUG -- : Installing: ftp ##################### [706/766]
D, [2013-02-11T12:39:36.230647 #2047] DEBUG -- : Installing: bc ##################### [707/766]
D, [2013-02-11T12:39:36.248987 #2047] DEBUG -- : Installing: nano ##################### [708/766]
D, [2013-02-11T12:39:36.260490 #2047] DEBUG -- : Installing: ed ##################### [709/766]
D, [2013-02-11T12:39:36.277898 #2047] DEBUG -- : Installing: time ##################### [710/766]
D, [2013-02-11T12:39:36.315919 #2047] DEBUG -- : Installing: attr ##################### [711/766]
D, [2013-02-11T12:39:36.413199 #2047] DEBUG -- : Installing: lsof ##################### [712/766]
D, [2013-02-11T12:39:37.463685 #2047] DEBUG -- : Installing: dejavu-serif-fonts ##################### [713/766]
D, [2013-02-11T12:39:38.485256 #2047] DEBUG -- : Installing: lohit-assamese-fonts ##################### [714/766]
D, [2013-02-11T12:39:38.493864 #2047] DEBUG -- : warning: %post(mcelog-2:1.0-0.4.6e4e2a00.fc17.x86_64) scriptlet failed, exit status 127
D, [2013-02-11T12:39:38.566117 #2047] DEBUG -- : Installing: mcelog ##################### [715/766]
D, [2013-02-11T12:39:39.688271 #2047] DEBUG -- : Installing: jomolhari-fonts ##################### [716/766]
D, [2013-02-11T12:39:42.477793 #2047] DEBUG -- : Installing: paratype-pt-sans-fonts ##################### [717/766]
D, [2013-02-11T12:39:43.618717 #2047] DEBUG -- : Installing: nhn-nanum-gothic-fonts ##################### [718/766]
D, [2013-02-11T12:39:44.640248 #2047] DEBUG -- : Installing: lohit-devanagari-fonts ##################### [719/766]
D, [2013-02-11T12:39:45.860279 #2047] DEBUG -- : Installing: lohit-oriya-fonts ##################### [720/766]
D, [2013-02-11T12:39:46.977751 #2047] DEBUG -- : Installing: dejavu-sans-fonts ##################### [721/766]
D, [2013-02-11T12:39:48.882669 #2047] DEBUG -- : Installing: smc-meera-fonts ##################### [722/766]
D, [2013-02-11T12:39:50.270950 #2047] DEBUG -- : Installing: cjkuni-uming-fonts ##################### [723/766]
D, [2013-02-11T12:39:51.298306 #2047] DEBUG -- : Installing: sil-abyssinica-fonts ##################### [724/766]
D, [2013-02-11T12:39:52.316274 #2047] DEBUG -- : Installing: paktype-naqsh-fonts ##################### [725/766]
D, [2013-02-11T12:39:53.340484 #2047] DEBUG -- : Installing: lohit-punjabi-fonts ##################### [726/766]
D, [2013-02-11T12:39:54.376288 #2047] DEBUG -- : Installing: lohit-kannada-fonts ##################### [727/766]
D, [2013-02-11T12:39:55.632962 #2047] DEBUG -- : Installing: thai-scalable-waree-fonts ##################### [728/766]
D, [2013-02-11T12:39:56.682926 #2047] DEBUG -- : Installing: vlgothic-fonts ##################### [729/766]
D, [2013-02-11T12:39:57.708786 #2047] DEBUG -- : Installing: lohit-telugu-fonts ##################### [730/766]
D, [2013-02-11T12:39:58.726061 #2047] DEBUG -- : Installing: lohit-gujarati-fonts ##################### [731/766]
D, [2013-02-11T12:39:58.756985 #2047] DEBUG -- : Installing: traceroute ##################### [732/766]
D, [2013-02-11T12:39:59.823404 #2047] DEBUG -- : Installing: liberation-serif-fonts ##################### [733/766]
D, [2013-02-11T12:40:00.931318 #2047] DEBUG -- : Installing: dejavu-sans-mono-fonts ##################### [734/766]
D, [2013-02-11T12:40:01.972723 #2047] DEBUG -- : Installing: lklug-fonts ##################### [735/766]
D, [2013-02-11T12:40:02.994888 #2047] DEBUG -- : Installing: khmeros-base-fonts ##################### [736/766]
D, [2013-02-11T12:40:04.034540 #2047] DEBUG -- : Installing: lohit-tamil-fonts ##################### [737/766]
D, [2013-02-11T12:40:05.083087 #2047] DEBUG -- : Installing: liberation-mono-fonts ##################### [738/766]
D, [2013-02-11T12:40:06.198957 #2047] DEBUG -- : Installing: liberation-sans-fonts ##################### [739/766]
D, [2013-02-11T12:40:08.095777 #2047] DEBUG -- : Installing: stix-fonts ##################### [740/766]
D, [2013-02-11T12:40:09.365662 #2047] DEBUG -- : Installing: wqy-zenhei-fonts ##################### [741/766]
D, [2013-02-11T12:40:10.387545 #2047] DEBUG -- : Installing: sil-padauk-fonts ##################### [742/766]
D, [2013-02-11T12:40:11.409537 #2047] DEBUG -- : Installing: lohit-bengali-fonts ##################### [743/766]
D, [2013-02-11T12:40:11.417207 #2047] DEBUG -- : Installing: mtr ##################### [744/766]
D, [2013-02-11T12:40:11.420216 #2047] DEBUG -- : Installing: telnet ##################### [745/766]
D, [2013-02-11T12:40:11.422405 #2047] DEBUG -- : Installing: talk ##################### [746/766]
D, [2013-02-11T12:40:11.437016 #2047] DEBUG -- : Installing: symlinks ##################### [747/766]
D, [2013-02-11T12:40:11.440458 #2047] DEBUG -- : Installing: uboot-tools ##################### [748/766]
D, [2013-02-11T12:40:11.450154 #2047] DEBUG -- : Installing: setserial ##################### [749/766]
D, [2013-02-11T12:40:11.454786 #2047] DEBUG -- : Installing: dos2unix ##################### [750/766]
D, [2013-02-11T12:40:11.460360 #2047] DEBUG -- : Installing: bridge-utils ##################### [751/766]
D, [2013-02-11T12:40:11.463145 #2047] DEBUG -- : Installing: tree ##################### [752/766]
D, [2013-02-11T12:40:11.471131 #2047] DEBUG -- : Installing: rdate ##################### [753/766]
D, [2013-02-11T12:40:11.474286 #2047] DEBUG -- : Installing: vconfig ##################### [754/766]
D, [2013-02-11T12:40:11.480289 #2047] DEBUG -- : Installing: finger ##################### [755/766]
D, [2013-02-11T12:40:11.485041 #2047] DEBUG -- : Installing: rsh ##################### [756/766]
D, [2013-02-11T12:40:11.500237 #2047] DEBUG -- : Installing: hostname ##################### [757/766]
D, [2013-02-11T12:40:11.512866 #2047] DEBUG -- : Installing: rdist ##################### [758/766]
D, [2013-02-11T12:40:11.684368 #2047] DEBUG -- : Installing: ethtool ##################### [759/766]
D, [2013-02-11T12:40:12.473870 #2047] DEBUG -- : Installing: desktop-backgrounds-basic ##################### [760/766]
D, [2013-02-11T12:40:12.864614 #2047] DEBUG -- : Installing: man-pages ##################### [761/766]
D, [2013-02-11T12:40:13.063066 #2047] DEBUG -- : Installing: xfce4-icon-theme ##################### [762/766]
D, [2013-02-11T12:40:13.064775 #2047] DEBUG -- : Installing: words ##################### [763/766]
D, [2013-02-11T12:40:16.439232 #2047] DEBUG -- : Installing: rootfiles ##################### [764/766]
D, [2013-02-11T12:40:16.507131 #2047] DEBUG -- : Installing: kernel ##################### [765/766]
D, [2013-02-11T12:40:16.511794 #2047] DEBUG -- : Installing: xorg-x11-drv-nouveau ##################### [766/766]
D, [2013-02-11T12:40:42.039054 #2047] DEBUG -- : ppp-2.4.5-22.fc17.x86_64 was supposed to be installed but is not!
D, [2013-02-11T12:40:43.884962 #2047] DEBUG -- : cyrus-sasl-2.1.23-31.fc17.x86_64 was supposed to be installed but is not!
D, [2013-02-11T12:40:44.545395 #2047] DEBUG -- : initscripts-9.37.2-1.fc17.x86_64 was supposed to be installed but is not!
D, [2013-02-11T12:40:45.297626 #2047] DEBUG -- : rpcbind-0.2.0-19.fc17.x86_64 was supposed to be installed but is not!
D, [2013-02-11T12:40:46.329437 #2047] DEBUG -- : systemd-44-23.fc17.x86_64 was supposed to be installed but is not!
D, [2013-02-11T12:40:46.688534 #2047] DEBUG -- : 12:dhclient-4.2.4-16.P2.fc17.x86_64 was supposed to be installed but is not!
D, [2013-02-11T12:40:48.185000 #2047] DEBUG -- : error reading information on service ypbind: No such file or directory
D, [2013-02-11T12:40:48.186800 #2047] DEBUG -- : error reading information on service sssd: No such file or directory
D, [2013-02-11T12:40:48.193623 #2047] DEBUG -- : Unable to create appliance : Unable to run ['/usr/bin/firewall-offline-cmd', '--disabled']!
D, [2013-02-11T12:40:48.283559 #2047] DEBUG -- : Unmounting directory /var/tmp/builds/build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/imgcreate-hn9cbH/install_root/
D, [2013-02-11T12:40:48.294255 #2047] DEBUG -- : umount: /var/tmp/builds/build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/imgcreate-hn9cbH/install_root: target is busy.
D, [2013-02-11T12:40:48.294413 #2047] DEBUG -- : (In some cases useful info about processes that use
D, [2013-02-11T12:40:48.294475 #2047] DEBUG -- : the device is found by lsof(8) or fuser(1))
D, [2013-02-11T12:40:48.294551 #2047] DEBUG -- :
D, [2013-02-11T12:40:48.294615 #2047] DEBUG -- : Unmounting directory /var/tmp/builds/build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/imgcreate-hn9cbH/install_root/ failed, using lazy umount
D, [2013-02-11T12:40:48.304854 #2047] DEBUG -- : lazy umount succeeded on /var/tmp/builds/build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/imgcreate-hn9cbH/install_root/
D, [2013-02-11T12:40:48.305150 #2047] DEBUG -- : Removing compat symlinks
D, [2013-02-11T12:40:48.305384 #2047] DEBUG -- : Unmapping /dev/loop0
D, [2013-02-11T12:40:48.319012 #2047] DEBUG -- : device-mapper: remove ioctl on loop0p2 failed: Device or resource busy
D, [2013-02-11T12:40:48.418612 #2047] DEBUG -- : Installing: pcmciautils ##################### [767/766]
D, [2013-02-11T12:40:48.418829 #2047] DEBUG -- :
D, [2013-02-11T12:40:48.418920 #2047] DEBUG -- : Unmounting directory /var/tmp/builds/build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/imgcreate-hn9cbH/install_root/ failed, using lazy umount
D, [2013-02-11T12:40:48.419006 #2047] DEBUG -- : lazy umount succeeded on /var/tmp/builds/build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/imgcreate-hn9cbH/install_root/
D, [2013-02-11T12:40:48.419801 #2047] DEBUG -- : Traceback (most recent call last):
D, [2013-02-11T12:40:48.419921 #2047] DEBUG -- : File "/bin/appliance-creator", line 164, in <module>
D, [2013-02-11T12:40:48.420009 #2047] DEBUG -- : sys.exit(main())
D, [2013-02-11T12:40:48.420084 #2047] DEBUG -- : File "/bin/appliance-creator", line 155, in main
D, [2013-02-11T12:40:48.421993 #2047] DEBUG -- : creator.cleanup()
D, [2013-02-11T12:40:48.422151 #2047] DEBUG -- : File "/usr/lib/python2.7/site-packages/imgcreate/creator.py", line 571, in cleanup
D, [2013-02-11T12:40:48.422416 #2047] DEBUG -- : self.unmount()
D, [2013-02-11T12:40:48.422558 #2047] DEBUG -- : File "/usr/lib/python2.7/site-packages/imgcreate/creator.py", line 545, in unmount
D, [2013-02-11T12:40:48.422852 #2047] DEBUG -- : self._unmount_instroot()
D, [2013-02-11T12:40:48.422982 #2047] DEBUG -- : File "/usr/lib/python2.7/site-packages/appcreate/appliance.py", line 389, in _unmount_instroot
D, [2013-02-11T12:40:48.423060 #2047] DEBUG -- : self.__instloop.cleanup()
D, [2013-02-11T12:40:48.423145 #2047] DEBUG -- : File "/usr/lib/python2.7/site-packages/appcreate/partitionedfs.py", line 212, in cleanup
D, [2013-02-11T12:40:48.423246 #2047] DEBUG -- : self.__unmap_partitions()
D, [2013-02-11T12:40:48.423358 #2047] DEBUG -- : File "/usr/lib/python2.7/site-packages/appcreate/partitionedfs.py", line 195, in __unmap_partitions
D, [2013-02-11T12:40:48.439283 #2047] DEBUG -- : d['disk'].device)
D, [2013-02-11T12:40:48.439338 #2047] DEBUG -- : imgcreate.errors.MountError: Failed to unmap partitions for '/dev/loop0'
D, [2013-02-11T12:40:48.441349 #2047] DEBUG -- : Removing compat symlinks
D, [2013-02-11T12:40:48.441513 #2047] DEBUG -- : Unmapping /dev/loop0
D, [2013-02-11T12:40:48.451806 #2047] DEBUG -- : device-mapper: remove ioctl on loop0p2 failed: Device or resource busy
D, [2013-02-11T12:40:48.452794 #2047] DEBUG -- : Exception imgcreate.errors.MountError: MountError("Failed to unmap partitions for '/dev/loop0'",) in <bound method ApplianceImageCreator.__del__ of <appcreate.appliance.ApplianceImageCreator object at 0x1606690>> ignored
E, [2013-02-11T12:40:49.211855 #2047] ERROR -- : /usr/share/gems/gems/boxgrinder-core-0.3.14/lib/boxgrinder-core/helpers/exec-helper.rb:85:in `execute'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/plugins/os/rpm-based/rpm-based-os-plugin.rb:107:in `execute_appliance_creator'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/plugins/os/rpm-based/rpm-based-os-plugin.rb:71:in `build_with_appliance_creator'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/plugins/os/fedora/fedora-plugin.rb:53:in `execute'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/plugins/base-plugin.rb:172:in `run'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/appliance.rb:184:in `execute_plugin'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/appliance.rb:207:in `execute_without_userchange'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/appliance.rb:129:in `block in execute_plugin_chain'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/appliance.rb:125:in `each'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/appliance.rb:125:in `execute_plugin_chain'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/appliance.rb:164:in `create'
/usr/share/gems/gems/boxgrinder-build-0.10.4/bin/boxgrinder-build:203:in `<top (required)>'
/bin/boxgrinder-build:23:in `load'
/bin/boxgrinder-build:23:in `<main>'
F, [2013-02-11T12:40:49.212048 #2047] FATAL -- : RuntimeError: An error occurred while executing command: 'appliance-creator -d -v -t 'build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp' --cache=/var/cache/boxgrinder/rpms-cache/x86_64/fedora/17 --config 'build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp/f17-xfce-dev.ks' -o 'build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/fedora-plugin/tmp' --name 'f17-xfce-dev' --vmem 256 --vcpu 1 --format raw', process exited with wrong exit status: 1
/usr/share/gems/gems/boxgrinder-core-0.3.14/lib/boxgrinder-core/helpers/exec-helper.rb:92:in `rescue in execute'
/usr/share/gems/gems/boxgrinder-core-0.3.14/lib/boxgrinder-core/helpers/exec-helper.rb:51:in `execute'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/plugins/os/rpm-based/rpm-based-os-plugin.rb:107:in `execute_appliance_creator'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/plugins/os/rpm-based/rpm-based-os-plugin.rb:71:in `build_with_appliance_creator'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/plugins/os/fedora/fedora-plugin.rb:53:in `execute'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/plugins/base-plugin.rb:172:in `run'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/appliance.rb:184:in `execute_plugin'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/appliance.rb:207:in `execute_without_userchange'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/appliance.rb:129:in `block in execute_plugin_chain'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/appliance.rb:125:in `each'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/appliance.rb:125:in `execute_plugin_chain'
/usr/share/gems/gems/boxgrinder-build-0.10.4/lib/boxgrinder-build/appliance.rb:164:in `create'
/usr/share/gems/gems/boxgrinder-build-0.10.4/bin/boxgrinder-build:203:in `<top (required)>'
/bin/boxgrinder-build:23:in `load'
/bin/boxgrinder-build:23:in `<main>'
cp: cannot stat '/var/tmp/builds//build/appliances/x86_64/fedora/17/f17-xfce-dev/1.0/virtualbox-plugin/tmp/f17-xfce-dev.vmdk': No such file or directory