2 Replies Latest reply on Nov 13, 2011 5:10 AM by goldmann

    Swap partition not created on CentOS 5.7

    shaunmcc

      Hi,

       

      First off thanks to all, especially, Marek for writing boxgrinder.

       

      I'm using appliance

       

      ami-b4f9c8c

      601083040030/boxgrinder-meta/fedora/15/1.6/x86_64

       

      to build a Centos 5.7 AMI

       

      .appl look's like this:

       

      #

      # Simple .appl for CentOS 5.7

      #

      name: centos5-base

      summary: test

      version: 0

      release: 0

      os:

        name: centos

        version: 5

      hardware:

        partitions:

          "/":

            size: 6

          "swap":

             size: 1     

      packages:

        - @core

       

      If you look at the debug code below you will see that a swap partition is created on /dev/loop03 then /dev/sda3.

       

      But /dev/sda3 is not present on the AMI -- so there is no swap space.

       

      How do I fix this?

       

      TIA

       

      Shaun

       

      Here is the output from debug:

       

       

      [root@mgmt-bg-eu-west-1c bg]# boxgrinder-build test.appl -f -p ec2 -d ebs --debug

      D, [2011-11-11T12:56:22.443466 #6334] DEBUG -- : Launching new build...

      D, [2011-11-11T12:56:22.445486 #6334] DEBUG -- : Loading os plugins...

      D, [2011-11-11T12:56:22.445622 #6334] DEBUG -- : We have 4 os plugin(s) registered

      D, [2011-11-11T12:56:22.445760 #6334] DEBUG -- : - fedora plugin for Fedora.

      D, [2011-11-11T12:56:22.445934 #6334] DEBUG -- : - centos plugin for CentOS.

      D, [2011-11-11T12:56:22.446074 #6334] DEBUG -- : - rhel plugin for Red Hat Enterprise Linux.

      D, [2011-11-11T12:56:22.446205 #6334] DEBUG -- : - sl plugin for Scientific Linux.

      D, [2011-11-11T12:56:22.446331 #6334] DEBUG -- : Plugins loaded.

      D, [2011-11-11T12:56:22.446460 #6334] DEBUG -- : Loading platform plugins...

      D, [2011-11-11T12:56:22.446595 #6334] DEBUG -- : We have 3 platform plugin(s) registered

      D, [2011-11-11T12:56:22.446727 #6334] DEBUG -- : - vmware plugin for VMware.

      D, [2011-11-11T12:56:22.446898 #6334] DEBUG -- : - virtualbox plugin for VirtualBox.

      D, [2011-11-11T12:56:22.447054 #6334] DEBUG -- : - ec2 plugin for Amazon Elastic Compute Cloud (Amazon EC2).

      D, [2011-11-11T12:56:22.447181 #6334] DEBUG -- : Plugins loaded.

      D, [2011-11-11T12:56:22.447309 #6334] DEBUG -- : Loading delivery plugins...

      D, [2011-11-11T12:56:22.447437 #6334] DEBUG -- : We have 7 delivery plugin(s) registered

      D, [2011-11-11T12:56:22.447571 #6334] DEBUG -- : - elastichosts plugin for ElasticHosts.

      D, [2011-11-11T12:56:22.447702 #6334] DEBUG -- : - ami plugin for Amazon Simple Storage Service (Amazon S3).

      D, [2011-11-11T12:56:22.447875 #6334] DEBUG -- : - cloudfront plugin for Amazon Simple Storage Service (Amazon S3).

      D, [2011-11-11T12:56:22.448008 #6334] DEBUG -- : - local plugin for Local file system.

      D, [2011-11-11T12:56:22.448139 #6334] DEBUG -- : - ebs plugin for Elastic Block Storage.

      D, [2011-11-11T12:56:22.448271 #6334] DEBUG -- : - sftp plugin for SSH File Transfer Protocol.

      D, [2011-11-11T12:56:22.448401 #6334] DEBUG -- : - s3 plugin for Amazon Simple Storage Service (Amazon S3).

      D, [2011-11-11T12:56:22.448527 #6334] DEBUG -- : Plugins loaded.

      I, [2011-11-11T12:56:22.450131 #6334]  INFO -- : Validating appliance definition from test.appl file...

      I, [2011-11-11T12:56:22.454972 #6334]  INFO -- : Appliance definition is valid.

      D, [2011-11-11T12:56:22.455224 #6334] DEBUG -- : Adding packages to appliance...

      D, [2011-11-11T12:56:22.455356 #6334] DEBUG -- : 1 package(s) added to appliance.

      F, [2011-11-11T12:56:22.513751 #6334] FATAL -- : BoxGrinder::PluginValidationError: Please specify a valid 'access_key' key in BoxGrinder configuration file: '/root/.boxgrinder/config' or use CLI '--delivery-config access_key:DATA' argument. See http://boxgrinder.org/tutorials/boxgrinder-build-plugins/#EBS_Delivery_Plugin for more info

      /usr/lib/ruby/gems/1.8/gems/boxgrinder-build-0.9.7/lib/boxgrinder-build/plugins/base-plugin.rb:172:in `validate_plugin_config'

      /usr/lib/ruby/gems/1.8/gems/boxgrinder-build-0.9.7/lib/boxgrinder-build/plugins/base-plugin.rb:171:in `each'

      /usr/lib/ruby/gems/1.8/gems/boxgrinder-build-0.9.7/lib/boxgrinder-build/plugins/base-plugin.rb:171:in `validate_plugin_config'

      /usr/lib/ruby/gems/1.8/gems/boxgrinder-build-0.9.7/lib/boxgrinder-build/plugins/delivery/ebs/ebs-plugin.rb:50:in `validate'

      /usr/lib/ruby/gems/1.8/gems/boxgrinder-build-0.9.7/lib/boxgrinder-build/plugins/base-plugin.rb:78:in `init'

      /usr/lib/ruby/gems/1.8/gems/boxgrinder-build-0.9.7/lib/boxgrinder-build/appliance.rb:91:in `initialize_plugins'

      /usr/lib/ruby/gems/1.8/gems/boxgrinder-build-0.9.7/lib/boxgrinder-build/appliance.rb:116:in `create'

      /usr/lib/ruby/gems/1.8/gems/boxgrinder-build-0.9.7/bin/boxgrinder-build:177

      /usr/bin/boxgrinder-build:19:in `load'

      /usr/bin/boxgrinder-build:19

      [root@mgmt-bg-eu-west-1c bg]# rm /root/.boxgrinder

      rm: remove symbolic link `/root/.boxgrinder'? y

      [root@mgmt-bg-eu-west-1c bg]# mv .boxgrinder /root/

      [root@mgmt-bg-eu-west-1c bg]# boxgrinder-build test.appl -f -p ec2 -d ebs --debug

      D, [2011-11-11T12:56:59.286561 #6347] DEBUG -- : Launching new build...

      D, [2011-11-11T12:56:59.290184 #6347] DEBUG -- : Loading os plugins...

      D, [2011-11-11T12:56:59.290318 #6347] DEBUG -- : We have 4 os plugin(s) registered

      D, [2011-11-11T12:56:59.290454 #6347] DEBUG -- : - fedora plugin for Fedora.

      D, [2011-11-11T12:56:59.290584 #6347] DEBUG -- : - centos plugin for CentOS.

      D, [2011-11-11T12:56:59.290715 #6347] DEBUG -- : - rhel plugin for Red Hat Enterprise Linux.

      D, [2011-11-11T12:56:59.290945 #6347] DEBUG -- : - sl plugin for Scientific Linux.

      D, [2011-11-11T12:56:59.291073 #6347] DEBUG -- : Plugins loaded.

      D, [2011-11-11T12:56:59.291203 #6347] DEBUG -- : Loading platform plugins...

      D, [2011-11-11T12:56:59.291347 #6347] DEBUG -- : We have 3 platform plugin(s) registered

      D, [2011-11-11T12:56:59.291480 #6347] DEBUG -- : - vmware plugin for VMware.

      D, [2011-11-11T12:56:59.291610 #6347] DEBUG -- : - virtualbox plugin for VirtualBox.

      D, [2011-11-11T12:56:59.291740 #6347] DEBUG -- : - ec2 plugin for Amazon Elastic Compute Cloud (Amazon EC2).

      D, [2011-11-11T12:56:59.291962 #6347] DEBUG -- : Plugins loaded.

      D, [2011-11-11T12:56:59.292093 #6347] DEBUG -- : Loading delivery plugins...

      D, [2011-11-11T12:56:59.292220 #6347] DEBUG -- : We have 7 delivery plugin(s) registered

      D, [2011-11-11T12:56:59.292352 #6347] DEBUG -- : - elastichosts plugin for ElasticHosts.

      D, [2011-11-11T12:56:59.292483 #6347] DEBUG -- : - ami plugin for Amazon Simple Storage Service (Amazon S3).

      D, [2011-11-11T12:56:59.292614 #6347] DEBUG -- : - cloudfront plugin for Amazon Simple Storage Service (Amazon S3).

      D, [2011-11-11T12:56:59.292744 #6347] DEBUG -- : - local plugin for Local file system.

      D, [2011-11-11T12:56:59.292950 #6347] DEBUG -- : - ebs plugin for Elastic Block Storage.

      D, [2011-11-11T12:56:59.293082 #6347] DEBUG -- : - sftp plugin for SSH File Transfer Protocol.

      D, [2011-11-11T12:56:59.293212 #6347] DEBUG -- : - s3 plugin for Amazon Simple Storage Service (Amazon S3).

      D, [2011-11-11T12:56:59.293338 #6347] DEBUG -- : Plugins loaded.

      I, [2011-11-11T12:56:59.294927 #6347]  INFO -- : Validating appliance definition from test.appl file...

      I, [2011-11-11T12:56:59.299757 #6347]  INFO -- : Appliance definition is valid.

      D, [2011-11-11T12:56:59.300023 #6347] DEBUG -- : Adding packages to appliance...

      D, [2011-11-11T12:56:59.300157 #6347] DEBUG -- : 1 package(s) added to appliance.

      I, [2011-11-11T12:56:59.358180 #6347]  INFO -- : Removing previous builds for centos5-base appliance...

      D, [2011-11-11T12:56:59.580588 #6347] DEBUG -- : Previous builds removed.

      I, [2011-11-11T12:56:59.581028 #6347]  INFO -- : Building 'centos5-base' appliance for x86_64 architecture.

      D, [2011-11-11T12:56:59.581210 #6347] DEBUG -- : Executing os plugin...

      I, [2011-11-11T12:56:59.585951 #6347]  INFO -- : Resolving packages added to centos5-base appliance definition file...

      D, [2011-11-11T12:56:59.586352 #6347] DEBUG -- : Querying package database...

      D, [2011-11-11T12:56:59.586528 #6347] DEBUG -- : Executing command: 'repoquery --quiet --disablerepo=* --enablerepo=boxgrinder-updates,boxgrinder-base -c 'build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/yum.conf' list available curl kernel system-config-securitylevel-tui util-linux setarch sudo --nevra --archlist=x86_64,noarch'

      D, [2011-11-11T12:57:02.407520 #6347] DEBUG -- : curl-0:7.15.5-9.el5_7.4.x86_64

      D, [2011-11-11T12:57:02.407970 #6347] DEBUG -- : kernel-0:2.6.18-274.7.1.el5.x86_64

      D, [2011-11-11T12:57:02.408148 #6347] DEBUG -- : setarch-0:2.0-1.1.x86_64

      D, [2011-11-11T12:57:02.408324 #6347] DEBUG -- : sudo-0:1.7.2p1-10.el5.x86_64

      D, [2011-11-11T12:57:02.408485 #6347] DEBUG -- : system-config-securitylevel-tui-0:1.6.29.1-6.el5.x86_64

      D, [2011-11-11T12:57:02.408646 #6347] DEBUG -- : util-linux-0:2.13-0.56.el5.x86_64

      I, [2011-11-11T12:57:02.436293 #6347]  INFO -- : All additional packages for centos5-base appliance successfully resolved.

      I, [2011-11-11T12:57:02.436542 #6347]  INFO -- : Building centos5-base appliance...

      D, [2011-11-11T12:57:02.437041 #6347] DEBUG -- : Executing command: 'appliance-creator -d -v -t 'build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp' --cache=/var/cache/boxgrinder/rpms-cache/x86_64/centos/5 --config 'build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/centos5-base.ks' -o 'build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp' --name 'centos5-base' --vmem 256 --vcpu 1 --format qcow2'

      D, [2011-11-11T12:57:02.733571 #6347] DEBUG -- : Adding disk sda as /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/tmp-Q4Fa_o/centos5-base-sda.raw

      D, [2011-11-11T12:57:02.734297 #6347] DEBUG -- : Extending sparse file /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/tmp-Q4Fa_o/centos5-base-sda.raw to 7623147520

      D, [2011-11-11T12:57:02.755664 #6347] DEBUG -- : Losetup add /dev/loop0 mapping to /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/tmp-Q4Fa_o/centos5-base-sda.raw

      D, [2011-11-11T12:57:02.767579 #6347] DEBUG -- : Formatting disks

      D, [2011-11-11T12:57:02.768048 #6347] DEBUG -- : Initializing partition table for /dev/loop0

      D, [2011-11-11T12:57:02.865891 #6347] DEBUG -- : Assigning partitions to disks

      D, [2011-11-11T12:57:02.866344 #6347] DEBUG -- : Assigned / to sda1 at 0 at size 6144

      D, [2011-11-11T12:57:02.866591 #6347] DEBUG -- : Assigned /boot to sda2 at 6144 at size 102

      D, [2011-11-11T12:57:02.866884 #6347] DEBUG -- : Assigned swap to sda3 at 6246 at size 1024

      D, [2011-11-11T12:57:02.867152 #6347] DEBUG -- : Creating partitions

      D, [2011-11-11T12:57:02.867404 #6347] DEBUG -- : Add primary part at 0 of size 6144

      D, [2011-11-11T12:57:02.897191 #6347] DEBUG -- : Warning: The resulting partition is not properly aligned for best performance.

      D, [2011-11-11T12:57:02.900162 #6347] DEBUG -- : Add primary part at 6144 of size 102

      D, [2011-11-11T12:57:02.939906 #6347] DEBUG -- : Add primary part at 6246 of size 1024

      D, [2011-11-11T12:57:02.976969 #6347] DEBUG -- : Dev loop0p1: /dev/loop01 -> /dev/mapper/loop0p1

      D, [2011-11-11T12:57:02.977720 #6347] DEBUG -- : Dev loop0p2: /dev/loop02 -> /dev/mapper/loop0p2

      D, [2011-11-11T12:57:02.978173 #6347] DEBUG -- : Dev loop0p3: /dev/loop03 -> /dev/mapper/loop0p3

      D, [2011-11-11T12:57:02.978443 #6347] DEBUG -- : Adding partx mapping for /dev/loop0

      D, [2011-11-11T12:57:03.160186 #6347] DEBUG -- : /dev/mapper/loop0p1: mknod for loop0p1 failed: File exists

      D, [2011-11-11T12:57:03.165506 #6347] DEBUG -- : Formating ext4 filesystem on /dev/loop01

      D, [2011-11-11T12:57:07.551950 #6347] DEBUG -- : mke2fs 1.41.14 (22-Dec-2010)

      D, [2011-11-11T12:57:07.552239 #6347] DEBUG -- : Filesystem label=_/

      D, [2011-11-11T12:57:07.552404 #6347] DEBUG -- : OS type: Linux

      D, [2011-11-11T12:57:07.552549 #6347] DEBUG -- : Block size=4096 (log=2)

      D, [2011-11-11T12:57:07.552698 #6347] DEBUG -- : Fragment size=4096 (log=2)

      D, [2011-11-11T12:57:07.553063 #6347] DEBUG -- : Stride=0 blocks, Stripe width=0 blocks

      D, [2011-11-11T12:57:07.553225 #6347] DEBUG -- : 375360 inodes, 1500000 blocks

      D, [2011-11-11T12:57:07.553372 #6347] DEBUG -- : 15000 blocks (1.00%) reserved for the super user

      D, [2011-11-11T12:57:07.553532 #6347] DEBUG -- : First data block=0

      D, [2011-11-11T12:57:07.553686 #6347] DEBUG -- : Maximum filesystem blocks=1539309568

      D, [2011-11-11T12:57:07.553945 #6347] DEBUG -- : 46 block groups

      D, [2011-11-11T12:57:07.554122 #6347] DEBUG -- : 32768 blocks per group, 32768 fragments per group

      D, [2011-11-11T12:57:07.554272 #6347] DEBUG -- : 8160 inodes per group

      D, [2011-11-11T12:57:07.554420 #6347] DEBUG -- : Superblock backups stored on blocks:

      D, [2011-11-11T12:57:07.554561 #6347] DEBUG -- : 32768, 98304, 163840, 229376, 294912, 819200, 884736

      D, [2011-11-11T12:57:07.554714 #6347] DEBUG -- :

      D, [2011-11-11T12:57:07.555004 #6347] DEBUG -- : Writing inode tables: done6

      D, [2011-11-11T12:57:07.555167 #6347] DEBUG -- : Creating journal (32768 blocks): done

      D, [2011-11-11T12:57:07.555310 #6347] DEBUG -- : Writing superblocks and filesystem accounting information: done

      D, [2011-11-11T12:57:07.555472 #6347] DEBUG -- :

      D, [2011-11-11T12:57:07.555620 #6347] DEBUG -- : This filesystem will be automatically checked every 38 mounts or

      D, [2011-11-11T12:57:07.555777 #6347] DEBUG -- : 180 days, whichever comes first.  Use tune2fs -c or -i to override.

      D, [2011-11-11T12:57:07.556068 #6347] DEBUG -- :

      D, [2011-11-11T12:57:07.556219 #6347] DEBUG -- : Tuning filesystem on /dev/loop01

      D, [2011-11-11T12:57:07.589906 #6347] DEBUG -- : tune2fs 1.41.14 (22-Dec-2010)

      D, [2011-11-11T12:57:07.590132 #6347] DEBUG -- : Setting maximal mount count to -1

      D, [2011-11-11T12:57:07.590286 #6347] DEBUG -- : Setting interval between checks to 0 seconds

      D, [2011-11-11T12:57:07.590427 #6347] DEBUG -- :

      D, [2011-11-11T12:57:07.590577 #6347] DEBUG -- : Mounting /dev/loop01 at /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/

      D, [2011-11-11T12:57:07.622289 #6347] DEBUG -- : Formating ext3 filesystem on /dev/loop02

      D, [2011-11-11T12:57:07.907008 #6347] DEBUG -- : mke2fs 1.41.14 (22-Dec-2010)

      D, [2011-11-11T12:57:07.907255 #6347] DEBUG -- : Filesystem label=_/boot

      D, [2011-11-11T12:57:07.907416 #6347] DEBUG -- : OS type: Linux

      D, [2011-11-11T12:57:07.907584 #6347] DEBUG -- : Block size=4096 (log=2)

      D, [2011-11-11T12:57:07.907725 #6347] DEBUG -- : Fragment size=4096 (log=2)

      D, [2011-11-11T12:57:07.908106 #6347] DEBUG -- : Stride=0 blocks, Stripe width=0 blocks

      D, [2011-11-11T12:57:07.908268 #6347] DEBUG -- : 24832 inodes, 24832 blocks

      D, [2011-11-11T12:57:07.908416 #6347] DEBUG -- : 248 blocks (1.00%) reserved for the super user

      D, [2011-11-11T12:57:07.908557 #6347] DEBUG -- : First data block=0

      D, [2011-11-11T12:57:07.908710 #6347] DEBUG -- : Maximum filesystem blocks=29360128

      D, [2011-11-11T12:57:07.908872 #6347] DEBUG -- : 1 block group

      D, [2011-11-11T12:57:07.909118 #6347] DEBUG -- : 32768 blocks per group, 32768 fragments per group

      D, [2011-11-11T12:57:07.909266 #6347] DEBUG -- : 24832 inodes per group

      D, [2011-11-11T12:57:07.909417 #6347] DEBUG -- :

      D, [2011-11-11T12:57:07.909557 #6347] DEBUG -- : Writing inode tables: done

      D, [2011-11-11T12:57:07.909710 #6347] DEBUG -- : Creating journal (1024 blocks): done

      D, [2011-11-11T12:57:07.909951 #6347] DEBUG -- : Writing superblocks and filesystem accounting information: done

      D, [2011-11-11T12:57:07.910099 #6347] DEBUG -- :

      D, [2011-11-11T12:57:07.910240 #6347] DEBUG -- : This filesystem will be automatically checked every 29 mounts or

      D, [2011-11-11T12:57:07.910399 #6347] DEBUG -- : 180 days, whichever comes first.  Use tune2fs -c or -i to override.

      D, [2011-11-11T12:57:07.910547 #6347] DEBUG -- :

      D, [2011-11-11T12:57:07.910686 #6347] DEBUG -- : Tuning filesystem on /dev/loop02

      D, [2011-11-11T12:57:07.936966 #6347] DEBUG -- : tune2fs 1.41.14 (22-Dec-2010)

      D, [2011-11-11T12:57:07.937196 #6347] DEBUG -- : Setting maximal mount count to -1

      D, [2011-11-11T12:57:07.937341 #6347] DEBUG -- : Setting interval between checks to 0 seconds

      D, [2011-11-11T12:57:07.937496 #6347] DEBUG -- :

      D, [2011-11-11T12:57:07.938396 #6347] DEBUG -- : Creating mount point /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/boot

      D, [2011-11-11T12:57:07.939015 #6347] DEBUG -- : Mounting /dev/loop02 at /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/boot

      D, [2011-11-11T12:57:07.972075 #6347] DEBUG -- : mkswap: /dev/loop03: warning: don't erase bootbits sectors

      D, [2011-11-11T12:57:07.972378 #6347] DEBUG -- : on whole disk. Use -f to force.

      D, [2011-11-11T12:57:07.977902 #6347] DEBUG -- : Setting up swapspace version 1, size = 999420 KiB

      D, [2011-11-11T12:57:07.978057 #6347] DEBUG -- : no label, UUID=e742a8d1-6821-4798-95d2-885547f53494

      D, [2011-11-11T12:57:07.979359 #6347] DEBUG -- : Writing mkinitrd config /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/etc/sysconfig/mkinitrd

      D, [2011-11-11T12:57:08.522506 #6347] DEBUG -- : Retrieving http://ftp.heanet.ie/pub/centos/5.7/os/x86_64/repodata/repomd.xml ...OK

      D, [2011-11-11T12:57:08.704825 #6347] DEBUG -- : Retrieving http://ftp.heanet.ie/pub/centos/5.7/updates/x86_64/repodata/repomd.xml ...OK

      D, [2011-11-11T12:57:12.734611 #6347] DEBUG -- : warning: libgcc-4.1.2-51.el5.x86_64: Header V3 DSA/SHA1 Signature, key ID e8562897: NOKEY

      D, [2011-11-11T12:57:12.816948 #6347] DEBUG -- : ['/', '/boot', 'swap']

      D, [2011-11-11T12:57:12.889539 #6347] DEBUG -- : Installing: libgcc                       ##################### [  1/190]

      D, [2011-11-11T12:57:13.356861 #6347] DEBUG -- : Installing: setup                        ##################### [  2/190]

      D, [2011-11-11T12:57:13.689734 #6347] DEBUG -- : Installing: filesystem                   ##################### [  3/190]

      D, [2011-11-11T12:57:13.702863 #6347] DEBUG -- : Installing: basesystem                   ##################### [  4/190]

      D, [2011-11-11T12:57:14.774695 #6347] DEBUG -- : Installing: termcap                      ##################### [  5/190]

      D, [2011-11-11T12:57:19.088738 #6347] DEBUG -- : Installing: tzdata                       ##################### [  6/190]

      D, [2011-11-11T12:57:23.857662 #6347] DEBUG -- : Installing: glibc-common                 ##################### [  7/190]

      D, [2011-11-11T12:57:23.995222 #6347] DEBUG -- : Installing: glibc                        ##################### [  8/190]

      D, [2011-11-11T12:57:24.099693 #6347] DEBUG -- : Installing: zlib                         ##################### [  9/190]

      D, [2011-11-11T12:57:24.200348 #6347] DEBUG -- : Installing: chkconfig                    ##################### [ 10/190]

      D, [2011-11-11T12:57:24.882209 #6347] DEBUG -- : Installing: glib2                        ##################### [ 11/190]

      D, [2011-11-11T12:57:24.890493 #6347] DEBUG -- : Installing: mktemp                       ##################### [ 12/190]

      D, [2011-11-11T12:57:24.986365 #6347] DEBUG -- : Installing: audit-libs                   ##################### [ 13/190]

      D, [2011-11-11T12:57:25.005756 #6347] DEBUG -- : Installing: popt                         ##################### [ 14/190]

      D, [2011-11-11T12:57:26.697114 #6347] DEBUG -- : Installing: expat                        ##################### [ 15/190]

      D, [2011-11-11T12:57:26.797773 #6347] DEBUG -- : Installing: bzip2-libs                   ##################### [ 16/190]

      D, [2011-11-11T12:57:26.858575 #6347] DEBUG -- : Installing: libgpg-error                 ##################### [ 17/190]

      D, [2011-11-11T12:57:26.944688 #6347] DEBUG -- : Installing: elfutils-libelf              ##################### [ 18/190]

      D, [2011-11-11T12:57:27.039141 #6347] DEBUG -- : Installing: libcap                       ##################### [ 19/190]

      D, [2011-11-11T12:57:27.101972 #6347] DEBUG -- : Installing: libstdc++                    ##################### [ 20/190]

      D, [2011-11-11T12:57:27.493196 #6347] DEBUG -- : Installing: libtermcap                   ##################### [ 21/190]

      D, [2011-11-11T12:57:27.567913 #6347] DEBUG -- : Installing: bash                         ##################### [ 22/190]

      D, [2011-11-11T12:57:30.044012 #6347] DEBUG -- : Installing: libsepol                     ##################### [ 23/190]

      D, [2011-11-11T12:57:30.183073 #6347] DEBUG -- : Installing: ncurses                      ##################### [ 24/190]

      D, [2011-11-11T12:57:30.260056 #6347] DEBUG -- : Installing: info                         ##################### [ 25/190]

      D, [2011-11-11T12:57:30.439205 #6347] DEBUG -- : Installing: nspr                         ##################### [ 26/190]

      D, [2011-11-11T12:57:30.556390 #6347] DEBUG -- : Installing: nss                          ##################### [ 27/190]

      D, [2011-11-11T12:57:30.651079 #6347] DEBUG -- : Installing: readline                     ##################### [ 28/190]

      D, [2011-11-11T12:57:30.764212 #6347] DEBUG -- : Installing: sqlite                       ##################### [ 29/190]

      D, [2011-11-11T12:57:30.846585 #6347] DEBUG -- : Installing: sed                          ##################### [ 30/190]

      D, [2011-11-11T12:57:31.049920 #6347] DEBUG -- : Installing: freetype                     ##################### [ 31/190]

      D, [2011-11-11T12:57:31.163198 #6347] DEBUG -- : Installing: gawk                         ##################### [ 32/190]

      D, [2011-11-11T12:57:31.267631 #6347] DEBUG -- : Installing: libgcrypt                    ##################### [ 33/190]

      D, [2011-11-11T12:57:31.357170 #6347] DEBUG -- : Installing: libpng                       ##################### [ 34/190]

      D, [2011-11-11T12:57:31.419251 #6347] DEBUG -- : Installing: libjpeg                      ##################### [ 35/190]

      D, [2011-11-11T12:57:31.474921 #6347] DEBUG -- : Installing: libattr                      ##################### [ 36/190]

      D, [2011-11-11T12:57:31.547285 #6347] DEBUG -- : Installing: libacl                       ##################### [ 37/190]

      D, [2011-11-11T12:57:31.688915 #6347] DEBUG -- : Installing: keyutils-libs                ##################### [ 38/190]

      D, [2011-11-11T12:57:31.790433 #6347] DEBUG -- : Installing: libtiff                      ##################### [ 39/190]

      D, [2011-11-11T12:57:31.905021 #6347] DEBUG -- : Installing: diffutils                    ##################### [ 40/190]

      D, [2011-11-11T12:57:32.027554 #6347] DEBUG -- : Installing: iptables                     ##################### [ 41/190]

      D, [2011-11-11T12:57:32.165214 #6347] DEBUG -- : Installing: libxml2                      ##################### [ 42/190]

      D, [2011-11-11T12:57:32.337077 #6347] DEBUG -- : Installing: db4                          ##################### [ 43/190]

      D, [2011-11-11T12:57:32.756837 #6347] DEBUG -- : Installing: atk                          ##################### [ 44/190]

      D, [2011-11-11T12:57:32.781104 #6347] DEBUG -- : Installing: slang                        ##################### [ 45/190]

      D, [2011-11-11T12:57:32.791376 #6347] DEBUG -- : Installing: libsysfs                     ##################### [ 46/190]

      D, [2011-11-11T12:57:32.944293 #6347] DEBUG -- : Installing: libXau                       ##################### [ 47/190]

      D, [2011-11-11T12:57:32.963289 #6347] DEBUG -- : Installing: iproute                      ##################### [ 48/190]

      D, [2011-11-11T12:57:33.049298 #6347] DEBUG -- : Installing: iptables-ipv6                ##################### [ 49/190]

      D, [2011-11-11T12:57:33.093468 #6347] DEBUG -- : Installing: keyutils                     ##################### [ 50/190]

      D, [2011-11-11T12:57:33.187117 #6347] DEBUG -- : Installing: gnutls                       ##################### [ 51/190]

      D, [2011-11-11T12:57:33.222057 #6347] DEBUG -- : Installing: hmaccalc                     ##################### [ 52/190]

      D, [2011-11-11T12:57:33.492638 #6347] DEBUG -- : Installing: cpio                         ##################### [ 53/190]

      D, [2011-11-11T12:57:33.649783 #6347] DEBUG -- : Installing: binutils                     ##################### [ 54/190]

      D, [2011-11-11T12:57:33.788189 #6347] DEBUG -- : Installing: libidn                       ##################### [ 55/190]

      D, [2011-11-11T12:57:33.880882 #6347] DEBUG -- : Installing: procps                       ##################### [ 56/190]

      D, [2011-11-11T12:57:33.906918 #6347] DEBUG -- : Installing: less                         ##################### [ 57/190]

      D, [2011-11-11T12:57:33.994353 #6347] DEBUG -- : Installing: gzip                         ##################### [ 58/190]

      D, [2011-11-11T12:57:34.015663 #6347] DEBUG -- : Installing: crontabs                     ##################### [ 59/190]

      D, [2011-11-11T12:57:34.236389 #6347] DEBUG -- : Installing: iputils                      ##################### [ 60/190]

      D, [2011-11-11T12:57:34.384318 #6347] DEBUG -- : Installing: tcl                          ##################### [ 61/190]

      D, [2011-11-11T12:57:34.912774 #6347] DEBUG -- : Installing: xorg-x11-filesystem          ##################### [ 62/190]

      D, [2011-11-11T12:57:34.958581 #6347] DEBUG -- : Installing: redhat-logos                 ##################### [ 63/190]

      D, [2011-11-11T12:57:35.013928 #6347] DEBUG -- : Installing: bitstream-vera-fonts         ##################### [ 64/190]

      D, [2011-11-11T12:57:35.126693 #6347] DEBUG -- : Installing: libusb                       ##################### [ 65/190]

      D, [2011-11-11T12:57:35.231878 #6347] DEBUG -- : Installing: pcre                         ##################### [ 66/190]

      D, [2011-11-11T12:57:35.301038 #6347] DEBUG -- : Installing: grep                         ##################### [ 67/190]

      D, [2011-11-11T12:57:35.315617 #6347] DEBUG -- : Installing: libvolume_id                 ##################### [ 68/190]

      D, [2011-11-11T12:57:35.323840 #6347] DEBUG -- : Installing: sgpio                        ##################### [ 69/190]

      D, [2011-11-11T12:57:35.573718 #6347] DEBUG -- : Installing: libXdmcp                     ##################### [ 70/190]

      D, [2011-11-11T12:57:35.662230 #6347] DEBUG -- : Installing: libX11                       ##################### [ 71/190]

      D, [2011-11-11T12:57:35.760838 #6347] DEBUG -- : Installing: libXrender                   ##################### [ 72/190]

      D, [2011-11-11T12:57:35.843748 #6347] DEBUG -- : Installing: libXext                      ##################### [ 73/190]

      D, [2011-11-11T12:57:35.936876 #6347] DEBUG -- : Installing: libXfixes                    ##################### [ 74/190]

      D, [2011-11-11T12:57:36.026490 #6347] DEBUG -- : Installing: libXcursor                   ##################### [ 75/190]

      D, [2011-11-11T12:57:36.112726 #6347] DEBUG -- : Installing: libXinerama                  ##################### [ 76/190]

      D, [2011-11-11T12:57:36.206016 #6347] DEBUG -- : Installing: libXrandr                    ##################### [ 77/190]

      D, [2011-11-11T12:57:36.317921 #6347] DEBUG -- : Installing: libXi                        ##################### [ 78/190]

      D, [2011-11-11T12:57:36.417552 #6347] DEBUG -- : Installing: gdbm                         ##################### [ 79/190]

      D, [2011-11-11T12:57:36.511212 #6347] DEBUG -- : Installing: cyrus-sasl-lib               ##################### [ 80/190]

      D, [2011-11-11T12:57:36.535495 #6347] DEBUG -- : Installing: dmidecode                    ##################### [ 81/190]

      D, [2011-11-11T12:57:36.546065 #6347] DEBUG -- : Installing: mingetty                     ##################### [ 82/190]

      D, [2011-11-11T12:57:36.577185 #6347] DEBUG -- : Installing: ethtool                      ##################### [ 83/190]

      D, [2011-11-11T12:57:36.687415 #6347] DEBUG -- : Installing: tcp_wrappers                 ##################### [ 84/190]

      D, [2011-11-11T12:57:36.841307 #6347] DEBUG -- : Installing: checkpolicy                  ##################### [ 85/190]

      D, [2011-11-11T12:57:36.877111 #6347] DEBUG -- : Installing: cracklib-dicts               ##################### [ 86/190]

      D, [2011-11-11T12:57:36.895081 #6347] DEBUG -- : Installing: centos-release-notes         ##################### [ 87/190]

      D, [2011-11-11T12:57:36.954187 #6347] DEBUG -- : Installing: centos-release               ##################### [ 88/190]

      D, [2011-11-11T12:57:39.408719 #6347] DEBUG -- : Installing: nash                         ##################### [ 89/190]

      D, [2011-11-11T12:57:39.512109 #6347] DEBUG -- : Installing: python-libs                  ##################### [ 90/190]

      D, [2011-11-11T12:57:39.531837 #6347] DEBUG -- : Installing: device-mapper-event          ##################### [ 91/190]

      D, [2011-11-11T12:57:39.544347 #6347] DEBUG -- : Installing: dmraid-events                ##################### [ 92/190]

      D, [2011-11-11T12:57:39.584829 #6347] DEBUG -- : Installing: python                       ##################### [ 93/190]

      D, [2011-11-11T12:57:39.801895 #6347] DEBUG -- : Installing: cracklib                     ##################### [ 94/190]

      D, [2011-11-11T12:57:39.993301 #6347] DEBUG -- : Installing: openssl                      ##################### [ 95/190]

      D, [2011-11-11T12:57:40.116575 #6347] DEBUG -- : Installing: iscsi-initiator-utils        ##################### [ 96/190]

      D, [2011-11-11T12:57:40.166690 #6347] DEBUG -- : Installing: psmisc                       ##################### [ 97/190]

      D, [2011-11-11T12:57:40.501597 #6347] DEBUG -- : Installing: findutils                    ##################### [ 98/190]

      D, [2011-11-11T12:57:40.572450 #6347] DEBUG -- : /usr/sbin/groupadd: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory

      D, [2011-11-11T12:57:40.574241 #6347] DEBUG -- : /usr/sbin/groupadd: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory

      D, [2011-11-11T12:57:40.586061 #6347] DEBUG -- : warning: group utmp does not exist - using root

      D, [2011-11-11T12:57:40.591190 #6347] DEBUG -- : Installing: shadow-utils                 ##################### [ 99/190]

      D, [2011-11-11T12:57:40.746987 #6347] DEBUG -- : Installing: libutempter                  ##################### [100/190]

      D, [2011-11-11T12:57:40.868311 #6347] DEBUG -- : Installing: net-tools                    ##################### [101/190]

      D, [2011-11-11T12:57:41.162777 #6347] DEBUG -- : Installing: tar                          ##################### [102/190]

      D, [2011-11-11T12:57:41.253836 #6347] DEBUG -- : Installing: lvm2                         ##################### [103/190]

      D, [2011-11-11T12:57:41.500439 #6347] DEBUG -- : Installing: e2fsprogs-libs               ##################### [104/190]

      D, [2011-11-11T12:57:41.603333 #6347] DEBUG -- : Installing: device-mapper-multipath      ##################### [105/190]

      D, [2011-11-11T12:57:41.687231 #6347] DEBUG -- : Installing: kpartx                       ##################### [106/190]

      D, [2011-11-11T12:57:41.790110 #6347] DEBUG -- : Installing: e2fsprogs                    ##################### [107/190]

      D, [2011-11-11T12:57:41.937621 #6347] DEBUG -- : Installing: device-mapper                ##################### [108/190]

      D, [2011-11-11T12:57:41.995818 #6347] DEBUG -- : Installing: dmraid                       ##################### [109/190]

      D, [2011-11-11T12:57:42.105659 #6347] DEBUG -- : Installing: SysVinit                     ##################### [110/190]

      D, [2011-11-11T12:57:42.397284 #6347] DEBUG -- : Installing: libselinux                   ##################### [111/190]

      D, [2011-11-11T12:57:42.416194 #6347] DEBUG -- : Installing: MAKEDEV                      ##################### [112/190]

      D, [2011-11-11T12:57:42.495690 #6347] DEBUG -- : /var/tmp/rpm-tmp.MBwXIs: line 6: touch: command not found

      D, [2011-11-11T12:57:42.496919 #6347] DEBUG -- : /var/tmp/rpm-tmp.MBwXIs: line 7: chmod: command not found

      D, [2011-11-11T12:57:42.498097 #6347] DEBUG -- : /var/tmp/rpm-tmp.MBwXIs: line 6: touch: command not found

      D, [2011-11-11T12:57:42.499247 #6347] DEBUG -- : /var/tmp/rpm-tmp.MBwXIs: line 7: chmod: command not found

      D, [2011-11-11T12:57:42.500422 #6347] DEBUG -- : /var/tmp/rpm-tmp.MBwXIs: line 6: touch: command not found

      D, [2011-11-11T12:57:42.501522 #6347] DEBUG -- : /var/tmp/rpm-tmp.MBwXIs: line 7: chmod: command not found

      D, [2011-11-11T12:57:42.502687 #6347] DEBUG -- : /var/tmp/rpm-tmp.MBwXIs: line 6: touch: command not found

      D, [2011-11-11T12:57:42.503787 #6347] DEBUG -- : /var/tmp/rpm-tmp.MBwXIs: line 7: chmod: command not found

      D, [2011-11-11T12:57:42.971339 #6347] DEBUG -- : Installing: sysklogd                     ##################### [113/190]

      D, [2011-11-11T12:57:43.379928 #6347] DEBUG -- : Installing: coreutils                    ##################### [114/190]

      D, [2011-11-11T12:57:43.967252 #6347] DEBUG -- : Installing: pam                          ##################### [115/190]

      D, [2011-11-11T12:57:44.251868 #6347] DEBUG -- : Installing: krb5-libs                    ##################### [116/190]

      D, [2011-11-11T12:57:44.533435 #6347] DEBUG -- : Installing: udev                         ##################### [117/190]

      D, [2011-11-11T12:57:44.622278 #6347] DEBUG -- : Installing: util-linux                   ##################### [118/190]

      D, [2011-11-11T12:57:45.052414 #6347] DEBUG -- : Installing: mcstrans                     ##################### [119/190]

      D, [2011-11-11T12:57:45.202219 #6347] DEBUG -- : Installing: initscripts                  ##################### [120/190]

      D, [2011-11-11T12:57:45.307300 #6347] DEBUG -- : Installing: module-init-tools            ##################### [121/190]

      D, [2011-11-11T12:57:45.355059 #6347] DEBUG -- : Installing: mkinitrd                     ##################### [122/190]

      D, [2011-11-11T12:57:47.538702 #6347] DEBUG -- : Installing: fontconfig                   ##################### [123/190]

      D, [2011-11-11T12:57:47.662520 #6347] DEBUG -- : Installing: cairo                        ##################### [124/190]

      D, [2011-11-11T12:57:47.678090 #6347] DEBUG -- : Installing: hwdata                       ##################### [125/190]

      D, [2011-11-11T12:57:47.684630 #6347] DEBUG -- : Installing: libselinux-utils             ##################### [126/190]

      D, [2011-11-11T12:57:48.036601 #6347] DEBUG -- : Installing: dbus-libs                    ##################### [127/190]

      D, [2011-11-11T12:57:48.109601 #6347] DEBUG -- : Installing: dbus                         ##################### [128/190]

      D, [2011-11-11T12:57:48.241052 #6347] DEBUG -- : Installing: libsemanage                  ##################### [129/190]

      D, [2011-11-11T12:57:48.436080 #6347] DEBUG -- : Installing: cryptsetup-luks              ##################### [130/190]

      D, [2011-11-11T12:57:48.663495 #6347] DEBUG -- : Installing: openldap                     ##################### [131/190]

      D, [2011-11-11T12:57:48.771060 #6347] DEBUG -- : Installing: libuser                      ##################### [132/190]

      D, [2011-11-11T12:57:48.875503 #6347] DEBUG -- : Installing: newt                         ##################### [133/190]

      D, [2011-11-11T12:57:48.925819 #6347] DEBUG -- : Installing: passwd                       ##################### [134/190]

      D, [2011-11-11T12:57:49.213463 #6347] DEBUG -- : Installing: usermode                     ##################### [135/190]

      D, [2011-11-11T12:57:49.241397 #6347] DEBUG -- : Installing: kbd                          ##################### [136/190]

      D, [2011-11-11T12:57:49.352164 #6347] DEBUG -- : Installing: dbus-glib                    ##################### [137/190]

      D, [2011-11-11T12:57:51.524016 #6347] DEBUG -- : Installing: pciutils                     ##################### [138/190]

      D, [2011-11-11T12:57:51.738865 #6347] DEBUG -- : Installing: hal                          ##################### [139/190]

      D, [2011-11-11T12:57:51.825024 #6347] DEBUG -- : Installing: pm-utils                     ##################### [140/190]

      D, [2011-11-11T12:57:51.963100 #6347] DEBUG -- : Installing: libXft                       ##################### [141/190]

      D, [2011-11-11T12:57:52.086812 #6347] DEBUG -- : Installing: pango                        ##################### [142/190]

      D, [2011-11-11T12:57:52.246108 #6347] DEBUG -- : Installing: cups-libs                    ##################### [143/190]

      D, [2011-11-11T12:57:52.840490 #6347] DEBUG -- : Installing: hicolor-icon-theme           ##################### [144/190]

      D, [2011-11-11T12:57:53.028597 #6347] DEBUG -- : Installing: gtk2                         ##################### [145/190]

      D, [2011-11-11T12:57:53.149368 #6347] DEBUG -- : Installing: trousers                     ##################### [146/190]

      D, [2011-11-11T12:57:53.196526 #6347] DEBUG -- : Installing: logrotate                    ##################### [147/190]

      D, [2011-11-11T12:57:53.459962 #6347] DEBUG -- : Installing: rpm-libs                     ##################### [148/190]

      D, [2011-11-11T12:57:53.559988 #6347] DEBUG -- : Installing: rpm                          ##################### [149/190]

      D, [2011-11-11T12:57:53.570316 #6347] DEBUG -- : Installing: rpm-python                   ##################### [150/190]

      D, [2011-11-11T12:57:53.585577 #6347] DEBUG -- : Installing: libselinux-python            ##################### [151/190]

      D, [2011-11-11T12:57:53.592514 #6347] DEBUG -- : Installing: vim-minimal                  ##################### [152/190]

      D, [2011-11-11T12:57:53.602661 #6347] DEBUG -- : Installing: fipscheck-lib                ##################### [153/190]

      D, [2011-11-11T12:57:53.733638 #6347] DEBUG -- : Installing: fipscheck                    ##################### [154/190]

      D, [2011-11-11T12:57:54.167220 #6347] DEBUG -- : Installing: openssh                      ##################### [155/190]

      D, [2011-11-11T12:57:54.227907 #6347] DEBUG -- : Installing: m2crypto                     ##################### [156/190]

      D, [2011-11-11T12:57:54.249571 #6347] DEBUG -- : Installing: python-urlgrabber            ##################### [157/190]

      D, [2011-11-11T12:57:54.322953 #6347] DEBUG -- : Installing: python-iniparse              ##################### [158/190]

      D, [2011-11-11T12:57:54.335069 #6347] DEBUG -- : Installing: python-elementtree           ##################### [159/190]

      D, [2011-11-11T12:57:54.356353 #6347] DEBUG -- : Installing: yum-metadata-parser          ##################### [160/190]

      D, [2011-11-11T12:57:54.563352 #6347] DEBUG -- : Installing: audit-libs-python            ##################### [161/190]

      D, [2011-11-11T12:57:55.038056 #6347] DEBUG -- : Installing: policycoreutils              ##################### [162/190]

      D, [2011-11-11T12:57:55.146002 #6347] DEBUG -- : Installing: selinux-policy               ##################### [163/190]

      D, [2011-11-11T12:57:55.158059 #6347] DEBUG -- : Installing: python-sqlite                ##################### [164/190]

      D, [2011-11-11T12:57:55.369881 #6347] DEBUG -- : Installing: yum-fastestmirror            ##################### [165/190]

      D, [2011-11-11T12:57:55.834380 #6347] DEBUG -- : Installing: yum                          ##################### [166/190]

      D, [2011-11-11T12:58:06.344522 #6347] DEBUG -- : Installing: selinux-policy-targeted      ##################### [167/190]

      D, [2011-11-11T12:58:06.397331 #6347] DEBUG -- : Installing: setools                      ##################### [168/190]

      D, [2011-11-11T12:58:07.739167 #6347] DEBUG -- : Installing: openssh-clients              ##################### [169/190]

      D, [2011-11-11T12:58:07.881258 #6347] DEBUG -- : Installing: openssh-server               ##################### [170/190]

      D, [2011-11-11T12:58:08.129509 #6347] DEBUG -- : Installing: sudo                         ##################### [171/190]

      D, [2011-11-11T12:58:08.304335 #6347] DEBUG -- : Installing: ecryptfs-utils               ##################### [172/190]

      D, [2011-11-11T12:58:08.491851 #6347] DEBUG -- : Installing: kudzu                        ##################### [173/190]

      D, [2011-11-11T12:58:08.556138 #6347] DEBUG -- : Installing: authconfig                   ##################### [174/190]

      D, [2011-11-11T12:58:10.289845 #6347] DEBUG -- : Installing: system-config-securitylevel- ##################### [175/190]

      D, [2011-11-11T12:58:15.443407 #6347] DEBUG -- : Installing: kernel                       ##################### [176/190]

      D, [2011-11-11T12:58:15.474704 #6347] DEBUG -- : Installing: dhcpv6-client                ##################### [177/190]

      D, [2011-11-11T12:58:15.591379 #6347] DEBUG -- : Installing: dhclient                     ##################### [178/190]

      D, [2011-11-11T12:58:15.707339 #6347] DEBUG -- : Installing: prelink                      ##################### [179/190]

      D, [2011-11-11T12:58:15.812319 #6347] DEBUG -- : Installing: curl                         ##################### [180/190]

      D, [2011-11-11T12:58:16.215477 #6347] DEBUG -- : Installing: libhugetlbfs                 ##################### [181/190]

      D, [2011-11-11T12:58:16.311532 #6347] DEBUG -- : Installing: grub                         ##################### [182/190]

      D, [2011-11-11T12:58:16.443073 #6347] DEBUG -- : Installing: sysfsutils                   ##################### [183/190]

      D, [2011-11-11T12:58:16.455135 #6347] DEBUG -- : Installing: udftools                     ##################### [184/190]

      D, [2011-11-11T12:58:16.585985 #6347] DEBUG -- : Installing: ed                           ##################### [185/190]

      D, [2011-11-11T12:58:16.690297 #6347] DEBUG -- : Installing: file                         ##################### [186/190]

      D, [2011-11-11T12:58:16.707486 #6347] DEBUG -- : Installing: hdparm                       ##################### [187/190]

      D, [2011-11-11T12:58:16.717019 #6347] DEBUG -- : Installing: setserial                    ##################### [188/190]

      D, [2011-11-11T12:58:16.721742 #6347] DEBUG -- : Installing: setarch                      ##################### [189/190]

      D, [2011-11-11T12:58:19.849382 #6347] DEBUG -- : Writing grub /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/boot/grub/device.map

      D, [2011-11-11T12:58:19.958897 #6347] DEBUG -- : ls: cannot access /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/boot/initramfs*: No such file or directory

      D, [2011-11-11T12:58:19.962528 #6347] DEBUG -- : Writing grub config /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/boot/grub/grub.conf

      D, [2011-11-11T12:58:19.962843 #6347] DEBUG -- : Copying /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/usr/share/grub/x86_64-redhat/e2fs_stage1_5 to /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/boot/grub/e2fs_stage1_5

      D, [2011-11-11T12:58:19.963011 #6347] DEBUG -- : Copying /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/usr/share/grub/x86_64-redhat/stage1 to /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/boot/grub/stage1

      D, [2011-11-11T12:58:19.963169 #6347] DEBUG -- : Copying /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/usr/share/grub/x86_64-redhat/stage2 to /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/boot/grub/stage2

      D, [2011-11-11T12:58:27.545895 #6347] DEBUG -- : Installing grub to /dev/loop0

      D, [2011-11-11T12:58:27.742565 #6347] DEBUG -- : Probing devices to guess BIOS drives. This may take a long time.

      D, [2011-11-11T12:58:27.816470 #6347] DEBUG -- : Installing: rootfiles                    ##################### [190/190]

      D, [2011-11-11T12:58:27.816763 #6347] DEBUG -- :

      D, [2011-11-11T12:58:27.817134 #6347] DEBUG -- : GNU GRUB  version 0.97-71.fc15  (640K lower / 3072K upper memory)

      D, [2011-11-11T12:58:27.817288 #6347] DEBUG -- :

      D, [2011-11-11T12:58:27.817456 #6347] DEBUG -- : [ Minimal BASH-like line editing is supported.  For the first word, TAB

      D, [2011-11-11T12:58:27.817629 #6347] DEBUG -- : lists possible command completions.  Anywhere else TAB lists the possible

      D, [2011-11-11T12:58:27.817776 #6347] DEBUG -- : completions of a device/filename.]

      D, [2011-11-11T12:58:27.818026 #6347] DEBUG -- : grub> device (hd0) /dev/loop0

      D, [2011-11-11T12:58:27.818184 #6347] DEBUG -- : grub> root (hd0,1)

      D, [2011-11-11T12:58:27.818347 #6347] DEBUG -- : Filesystem type is ext2fs, partition type 0x83

      D, [2011-11-11T12:58:27.818506 #6347] DEBUG -- : grub> setup --stage2=/root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/boot/grub/stage2 --prefix=/grub  (hd0)

      D, [2011-11-11T12:58:27.818658 #6347] DEBUG -- : Checking if "/grub/stage1" exists... yes

      D, [2011-11-11T12:58:27.818911 #6347] DEBUG -- : Checking if "/grub/stage2" exists... yes

      D, [2011-11-11T12:58:27.819084 #6347] DEBUG -- : Checking if "/grub/e2fs_stage1_5" exists... yes

      D, [2011-11-11T12:58:27.819232 #6347] DEBUG -- : Running "embed /grub/e2fs_stage1_5 (hd0)"... failed (this is not fatal)

      D, [2011-11-11T12:58:27.819388 #6347] DEBUG -- : Running "embed /grub/e2fs_stage1_5 (hd0,1)"... failed (this is not fatal)

      D, [2011-11-11T12:58:27.819541 #6347] DEBUG -- : Running "install --stage2=/root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/boot/grub/stage2 /grub/stage1 (hd0) /grub/stage2 p /grub/grub.conf "... succeeded

      D, [2011-11-11T12:58:27.819708 #6347] DEBUG -- : Done.

      D, [2011-11-11T12:58:27.819952 #6347] DEBUG -- : grub> quit

      D, [2011-11-11T12:58:28.633594 #6347] DEBUG -- : /sbin/setfiles:  labeling files under /

      D, [2011-11-11T12:58:32.876529 #6347] DEBUG -- : /sbin/setfiles:  labeling files under /

      D, [2011-11-11T12:58:32.895135 #6347] DEBUG -- : matchpathcon_filespec_eval:  hash table stats: 20426 elements, 14160/65536 buckets used, longest chain length 3

      D, [2011-11-11T12:58:32.895330 #6347] DEBUG -- : /sbin/setfiles:  Done.

      D, [2011-11-11T12:58:33.230960 #6347] DEBUG -- : Unmounting directory /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/boot

      D, [2011-11-11T12:58:33.304905 #6347] DEBUG -- : Unmounting directory /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/install_root/

      D, [2011-11-11T12:58:33.839893 #6347] DEBUG -- : Removing compat symlinks

      D, [2011-11-11T12:58:33.840147 #6347] DEBUG -- : Unmapping /dev/loop0

      D, [2011-11-11T12:58:33.959982 #6347] DEBUG -- : Losetup remove /dev/loop0

      D, [2011-11-11T12:58:34.030813 #6347] DEBUG -- : converting /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/tmp-Q4Fa_o/centos5-base-sda.raw image to /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/out/centos5-base-sda.qcow2

      D, [2011-11-11T12:58:47.473529 #6347] DEBUG -- : convert successful

      D, [2011-11-11T12:58:47.473919 #6347] DEBUG -- : writing image XML to /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/out/centos5-base.xml

      D, [2011-11-11T12:58:47.474096 #6347] DEBUG -- : creating destination dir: build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/centos5-base

      D, [2011-11-11T12:58:47.474250 #6347] DEBUG -- : moving /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/out/centos5-base.xml to build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/centos5-base/centos5-base.xml

      D, [2011-11-11T12:58:47.474399 #6347] DEBUG -- : moving /root/bg/build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/imgcreate-dGtbU9/out/centos5-base-sda.qcow2 to build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/centos5-base/centos5-base-sda.qcow2

      D, [2011-11-11T12:58:48.520430 #6347] DEBUG -- :

      D, [2011-11-11T12:58:48.520685 #6347] DEBUG -- :

      D, [2011-11-11T12:58:48.521066 #6347] DEBUG -- : Finished

      D, [2011-11-11T12:58:48.603719 #6347] DEBUG -- : Preparing guestfs...

      D, [2011-11-11T12:58:48.605591 #6347] DEBUG -- : GFS: set_memsize 300

      D, [2011-11-11T12:58:48.605770 #6347] DEBUG -- : GFS: set_memsize = 0

      D, [2011-11-11T12:58:48.605974 #6347] DEBUG -- : GFS: set_append "noapic"

      D, [2011-11-11T12:58:48.606118 #6347] DEBUG -- : GFS: set_append = 0

      D, [2011-11-11T12:58:48.606366 #6347] DEBUG -- : GFS: set_selinux true

      D, [2011-11-11T12:58:48.606510 #6347] DEBUG -- : GFS: set_selinux = 0

      D, [2011-11-11T12:58:48.686562 #6347] DEBUG -- : GFS: set_qemu "/usr/lib/ruby/gems/1.8/gems/boxgrinder-build-0.9.7/lib/boxgrinder-build/helpers/qemu.wrapper"

      D, [2011-11-11T12:58:48.686754 #6347] DEBUG -- : GFS: set_qemu = 0

      D, [2011-11-11T12:58:48.687138 #6347] DEBUG -- : GFS: add_drive_with_if "build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/centos5-base-sda.qcow2" "ide"

      D, [2011-11-11T12:58:48.687340 #6347] DEBUG -- : GFS: add_drive_with_if = 0

      D, [2011-11-11T12:58:48.687551 #6347] DEBUG -- : Enabling networking for GuestFS...

      D, [2011-11-11T12:58:48.687739 #6347] DEBUG -- : GFS: set_network true

      D, [2011-11-11T12:58:48.687923 #6347] DEBUG -- : GFS: set_network = 0

      D, [2011-11-11T12:58:48.688078 #6347] DEBUG -- : Launching guestfs...

      D, [2011-11-11T12:58:48.688235 #6347] DEBUG -- : GFS: launch

      supermin helper [00000ms] whitelist = (not specified), host_cpu = x86_64, kernel = (null), initrd = (null), appliance = (null)

      supermin helper [00000ms] inputs[0] = /usr/lib64/guestfs/supermin.d

      checking modpath /lib/modules/2.6.38.8-32.fc15.x86_64 is a directory

      picked vmlinuz-2.6.38.8-32.fc15.x86_64 because modpath /lib/modules/2.6.38.8-32.fc15.x86_64 exists

      supermin helper [00015ms] finished creating kernel

      supermin helper [00015ms] visiting /usr/lib64/guestfs/supermin.d

      supermin helper [00015ms] visiting /usr/lib64/guestfs/supermin.d/base.img

      supermin helper [00015ms] visiting /usr/lib64/guestfs/supermin.d/daemon.img

      supermin helper [00015ms] visiting /usr/lib64/guestfs/supermin.d/hostfiles

      supermin helper [00172ms] visiting /usr/lib64/guestfs/supermin.d/init.img

      supermin helper [00317ms] finished creating appliance

      D, [2011-11-11T12:59:27.103623 #6347] DEBUG -- : GFS: launch = 0

      D, [2011-11-11T12:59:27.103959 #6347] DEBUG -- : GFS: list_devices

      D, [2011-11-11T12:59:27.113582 #6347] DEBUG -- : GFS: list_devices = ["/dev/sda"]

      D, [2011-11-11T12:59:27.113893 #6347] DEBUG -- : GFS: list_partitions

      D, [2011-11-11T12:59:27.119687 #6347] DEBUG -- : GFS: list_partitions = ["/dev/sda1", "/dev/sda2", "/dev/sda3"]

      D, [2011-11-11T12:59:27.120037 #6347] DEBUG -- : GFS: list_partitions

      D, [2011-11-11T12:59:27.123347 #6347] DEBUG -- : GFS: list_partitions = ["/dev/sda1", "/dev/sda2", "/dev/sda3"]

      D, [2011-11-11T12:59:27.123595 #6347] DEBUG -- : GFS: vfs_type "/dev/sda1"

      D, [2011-11-11T12:59:27.290330 #6347] DEBUG -- : GFS: vfs_type = "ext4"

      D, [2011-11-11T12:59:27.290614 #6347] DEBUG -- : GFS: vfs_type "/dev/sda2"

      D, [2011-11-11T12:59:27.417135 #6347] DEBUG -- : GFS: vfs_type = "ext3"

      D, [2011-11-11T12:59:27.417423 #6347] DEBUG -- : GFS: vfs_type "/dev/sda3"

      D, [2011-11-11T12:59:27.576933 #6347] DEBUG -- : GFS: vfs_type = "swap"

      D, [2011-11-11T12:59:27.577516 #6347] DEBUG -- : GFS: mount_options "" "/dev/sda1" "/"

      D, [2011-11-11T12:59:27.787436 #6347] DEBUG -- : GFS: mount_options = 0

      D, [2011-11-11T12:59:27.787959 #6347] DEBUG -- : GFS: set_e2label "/dev/sda1" "79d3d2d4"

      D, [2011-11-11T12:59:27.957989 #6347] DEBUG -- : GFS: set_e2label = 0

      D, [2011-11-11T12:59:27.958464 #6347] DEBUG -- : GFS: mount_options "" "/dev/sda2" "/boot"

      D, [2011-11-11T12:59:28.394861 #6347] DEBUG -- : GFS: mount_options = 0

      D, [2011-11-11T12:59:28.395156 #6347] DEBUG -- : GFS: set_e2label "/dev/sda2" "e21a3e10"

      D, [2011-11-11T12:59:28.505156 #6347] DEBUG -- : GFS: set_e2label = 0

      D, [2011-11-11T12:59:28.505565 #6347] DEBUG -- : GFS: exists "/etc/sysconfig/selinux"

      D, [2011-11-11T12:59:28.591125 #6347] DEBUG -- : GFS: exists = 1

      D, [2011-11-11T12:59:28.591540 #6347] DEBUG -- : GFS: aug_init "/" 32

      D, [2011-11-11T12:59:33.807259 #6347] DEBUG -- : GFS: aug_init = 0

      D, [2011-11-11T12:59:33.807561 #6347] DEBUG -- : GFS: aug_rm "/augeas/load//incl[. != '/etc/sysconfig/selinux']"

      D, [2011-11-11T12:59:33.820473 #6347] DEBUG -- : GFS: aug_rm = 0

      D, [2011-11-11T12:59:33.820662 #6347] DEBUG -- : GFS: aug_load

      D, [2011-11-11T12:59:40.083868 #6347] DEBUG -- : GFS: aug_load = 0

      D, [2011-11-11T12:59:40.084198 #6347] DEBUG -- : GFS: aug_get "/files/etc/sysconfig/selinux/SELINUX"

      D, [2011-11-11T12:59:40.086755 #6347] DEBUG -- : GFS: aug_get = "permissive"

      D, [2011-11-11T12:59:40.086957 #6347] DEBUG -- : GFS: sh "/usr/sbin/load_policy"

      D, [2011-11-11T13:00:11.076725 #6347] DEBUG -- : GFS: sh = NULL (error)

      W, [2011-11-11T13:00:11.077098 #6347]  WARN -- : Loading SELinux policy failed. SELinux may be not fully initialized.

      D, [2011-11-11T13:00:11.077283 #6347] DEBUG -- : GFS: aug_close

      D, [2011-11-11T13:00:11.413069 #6347] DEBUG -- : GFS: aug_close = 0

      D, [2011-11-11T13:00:11.413479 #6347] DEBUG -- : Uploading '/etc/resolv.conf'...

      D, [2011-11-11T13:00:11.413655 #6347] DEBUG -- : GFS: upload "/etc/resolv.conf" "/etc/resolv.conf"

      D, [2011-11-11T13:00:11.433664 #6347] DEBUG -- : GFS: upload = 0

      D, [2011-11-11T13:00:11.433854 #6347] DEBUG -- : '/etc/resolv.conf' uploaded.

      D, [2011-11-11T13:00:11.434073 #6347] DEBUG -- : Changing configuration files using augeas...

      D, [2011-11-11T13:00:11.434312 #6347] DEBUG -- : GFS: exists "/etc/ssh/sshd_config"

      D, [2011-11-11T13:00:11.437530 #6347] DEBUG -- : GFS: exists = 1

      D, [2011-11-11T13:00:11.437728 #6347] DEBUG -- : GFS: exists "/etc/sysconfig/selinux"

      D, [2011-11-11T13:00:11.450874 #6347] DEBUG -- : GFS: exists = 1

      D, [2011-11-11T13:00:11.451070 #6347] DEBUG -- : GFS: debug "help" ""

      D, [2011-11-11T13:00:11.453524 #6347] DEBUG -- : GFS: debug = "Commands supported: help core_pattern env fds ls ll progress qtrace segv sh"

      D, [2011-11-11T13:00:11.453757 #6347] DEBUG -- : GFS: debug "core_pattern" "/sysroot/core"

      D, [2011-11-11T13:00:11.457494 #6347] DEBUG -- : GFS: debug = "ok"

      D, [2011-11-11T13:00:11.457652 #6347] DEBUG -- : GFS: aug_init "/" 32

      D, [2011-11-11T13:00:16.021287 #6347] DEBUG -- : GFS: aug_init = 0

      D, [2011-11-11T13:00:16.021589 #6347] DEBUG -- : GFS: aug_rm "/augeas/load//incl[. != '/etc/ssh/sshd_config' and . != '/etc/sysconfig/selinux']"

      D, [2011-11-11T13:00:16.055141 #6347] DEBUG -- : GFS: aug_rm = 0

      D, [2011-11-11T13:00:16.055295 #6347] DEBUG -- : GFS: aug_load

      D, [2011-11-11T13:00:22.505716 #6347] DEBUG -- : GFS: aug_load = 0

      D, [2011-11-11T13:00:22.506140 #6347] DEBUG -- : GFS: aug_set "/files/etc/ssh/sshd_config/UseDNS" "no"

      D, [2011-11-11T13:00:22.508842 #6347] DEBUG -- : GFS: aug_set = 0

      D, [2011-11-11T13:00:22.509033 #6347] DEBUG -- : GFS: aug_set "/files/etc/sysconfig/selinux/SELINUX" "permissive"

      D, [2011-11-11T13:00:22.510859 #6347] DEBUG -- : GFS: aug_set = 0

      D, [2011-11-11T13:00:22.511036 #6347] DEBUG -- : GFS: aug_save

      D, [2011-11-11T13:00:22.891769 #6347] DEBUG -- : GFS: aug_save = 0

      D, [2011-11-11T13:00:22.892073 #6347] DEBUG -- : GFS: aug_close

      D, [2011-11-11T13:00:23.065430 #6347] DEBUG -- : GFS: aug_close = 0

      D, [2011-11-11T13:00:23.065689 #6347] DEBUG -- : Augeas changes saved.

      D, [2011-11-11T13:00:23.066086 #6347] DEBUG -- : Applying root password...

      D, [2011-11-11T13:00:23.066287 #6347] DEBUG -- : GFS: sh "/usr/bin/passwd -d root"

      D, [2011-11-11T13:00:24.466820 #6347] DEBUG -- : GFS: sh = "Removing password for user root.

      passwd: Success

      "

      D, [2011-11-11T13:00:24.467498 #6347] DEBUG -- : GFS: sh "/usr/sbin/usermod -p 'DViNPMxarOZ/2' root"

      D, [2011-11-11T13:00:25.735911 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:00:25.736164 #6347] DEBUG -- : Password applied.

      D, [2011-11-11T13:00:25.746878 #6347] DEBUG -- : GFS: list_devices

      D, [2011-11-11T13:00:25.874180 #6347] DEBUG -- : GFS: list_devices = ["/dev/sda"]

      D, [2011-11-11T13:00:25.874421 #6347] DEBUG -- : GFS: list_partitions

      D, [2011-11-11T13:00:25.879164 #6347] DEBUG -- : GFS: list_partitions = ["/dev/sda1", "/dev/sda2", "/dev/sda3"]

      D, [2011-11-11T13:00:25.879388 #6347] DEBUG -- : GFS: vfs_type "/dev/sda1"

      D, [2011-11-11T13:00:25.986913 #6347] DEBUG -- : GFS: vfs_type = "ext4"

      D, [2011-11-11T13:00:25.987194 #6347] DEBUG -- : GFS: vfs_type "/dev/sda2"

      D, [2011-11-11T13:00:26.073783 #6347] DEBUG -- : GFS: vfs_type = "ext3"

      D, [2011-11-11T13:00:26.074120 #6347] DEBUG -- : GFS: vfs_type "/dev/sda3"

      D, [2011-11-11T13:00:26.225773 #6347] DEBUG -- : GFS: vfs_type = "swap"

      D, [2011-11-11T13:00:26.226087 #6347] DEBUG -- : GFS: vfs_type "/dev/sda1"

      D, [2011-11-11T13:00:26.312731 #6347] DEBUG -- : GFS: vfs_type = "ext4"

      D, [2011-11-11T13:00:26.313043 #6347] DEBUG -- : GFS: vfs_type "/dev/sda2"

      D, [2011-11-11T13:00:26.401080 #6347] DEBUG -- : GFS: vfs_type = "ext3"

      D, [2011-11-11T13:00:26.401367 #6347] DEBUG -- : GFS: vfs_type "/dev/sda3"

      D, [2011-11-11T13:00:26.550043 #6347] DEBUG -- : GFS: vfs_type = "swap"

      D, [2011-11-11T13:00:26.550329 #6347] DEBUG -- : Setting 'swap' label for partiiton '/dev/sda3'.

      D, [2011-11-11T13:00:26.570377 #6347] DEBUG -- : GFS: mkswap_L "swap" "/dev/sda3"

      D, [2011-11-11T13:00:26.696099 #6347] DEBUG -- : GFS: mkswap_L = 0

      D, [2011-11-11T13:00:26.696362 #6347] DEBUG -- : Label set.

      D, [2011-11-11T13:00:26.696522 #6347] DEBUG -- : Using labels for partitions...

      D, [2011-11-11T13:00:26.696682 #6347] DEBUG -- : GFS: list_devices

      D, [2011-11-11T13:00:26.704834 #6347] DEBUG -- : GFS: list_devices = ["/dev/sda"]

      D, [2011-11-11T13:00:26.705109 #6347] DEBUG -- : GFS: read_file "/etc/fstab"

      D, [2011-11-11T13:00:26.717647 #6347] DEBUG -- : GFS: read_file = "/dev/sda1  / ext4    defaults,noatime 0 0\x0a/dev/sda2  /boot ext3    defaults,noatime 0 0\x0a/dev/sda3  swap swap    defaults,noatime 0 0\x0adevpts     /dev/pts  devpts  gid=5,mode=620   0 0\x0atmpfs      /dev/shm  tmpfs   defaults         0 0\x0aproc       /proc     pr"<truncated, original size 333 bytes>

      D, [2011-11-11T13:00:26.718194 #6347] DEBUG -- : GFS: vfs_label "/dev/sda1"

      D, [2011-11-11T13:00:26.908821 #6347] DEBUG -- : GFS: vfs_label = "79d3d2d4"

      D, [2011-11-11T13:00:26.909122 #6347] DEBUG -- : GFS: vfs_label "/dev/sda2"

      D, [2011-11-11T13:00:27.143478 #6347] DEBUG -- : GFS: vfs_label = "e21a3e10"

      D, [2011-11-11T13:00:27.143977 #6347] DEBUG -- : GFS: vfs_label "/dev/sda3"

      D, [2011-11-11T13:00:27.317562 #6347] DEBUG -- : GFS: vfs_label = "swap"

      D, [2011-11-11T13:00:27.317954 #6347] DEBUG -- : GFS: write_file "/etc/fstab" "LABEL=79d3d2d4  / ext4    defaults,noatime 0 0

      LABEL=e21a3e10  /boot ext3    defaults,noatime 0 0

      LABEL=swap  swap swap    defaults,noatime 0 0

      devpts     /dev/pts  devpts  gid=5,mode=620   0 0

      tmpfs      /dev/shm  tmpfs   defaults         0 0

      proc       /proc     proc    defaults         0 0

      sysfs      /sys      sysfs   defaults         0 0

      " 0

      D, [2011-11-11T13:00:27.341915 #6347] DEBUG -- : GFS: write_file = 0

      D, [2011-11-11T13:00:27.342147 #6347] DEBUG -- : GFS: read_file "/boot/grub/grub.conf"

      D, [2011-11-11T13:00:27.354166 #6347] DEBUG -- : GFS: read_file = "default=0\x0atimeout=5\x0asplashimage=(hd0,1)/grub/splash.xpm.gz\x0ahiddenmenu\x0atitle centos5-base (2.6.18-274.7.1.el5)\x0a        root (hd0,1)\x0a        kernel /vmlinuz-2.6.18-274.7.1.el5 ro root=/dev/sda1 \x0a        initrd /initrd-2.6.18-274.7.1.el5.img\x0a"

      D, [2011-11-11T13:00:27.354493 #6347] DEBUG -- : GFS: vfs_label "/dev/sda1"

      D, [2011-11-11T13:00:27.443548 #6347] DEBUG -- : GFS: vfs_label = "79d3d2d4"

      D, [2011-11-11T13:00:27.443880 #6347] DEBUG -- : GFS: write_file "/boot/grub/grub.conf" "default=0

      timeout=5

      splashimage=(hd0,1)/grub/splash.xpm.gz

      hiddenmenu

      title centos5-base (2.6.18-274.7.1.el5)

              root (hd0,1)

              kernel /vmlinuz-2.6.18-274.7.1.el5 ro root=LABEL=79d3d2d4

              initrd /initrd-2.6.18-274.7.1.el5.img

      " 0

      D, [2011-11-11T13:00:27.457979 #6347] DEBUG -- : GFS: write_file = 0

      D, [2011-11-11T13:00:27.458219 #6347] DEBUG -- : Done.

      D, [2011-11-11T13:00:27.458351 #6347] DEBUG -- : Disabling firewall...

      D, [2011-11-11T13:00:27.458516 #6347] DEBUG -- : GFS: sh "lokkit -q --disabled"

      D, [2011-11-11T13:00:30.478377 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:00:30.478734 #6347] DEBUG -- : Firewall disabled.

      D, [2011-11-11T13:00:30.479094 #6347] DEBUG -- : Setting up '/etc/motd'...

      D, [2011-11-11T13:00:30.479256 #6347] DEBUG -- : GFS: upload "/usr/lib/ruby/gems/1.8/gems/boxgrinder-build-0.9.7/lib/boxgrinder-build/plugins/os/rpm-based/src/motd.init" "/etc/init.d/motd"

      D, [2011-11-11T13:00:30.540382 #6347] DEBUG -- : GFS: upload = 0

      D, [2011-11-11T13:00:30.540580 #6347] DEBUG -- : GFS: sh "sed -i s/#VERSION#/'0.0'/ /etc/init.d/motd"

      D, [2011-11-11T13:00:31.469338 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:00:31.469516 #6347] DEBUG -- : GFS: sh "sed -i s/#APPLIANCE#/'centos5-base appliance'/ /etc/init.d/motd"

      D, [2011-11-11T13:00:32.460501 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:00:32.460771 #6347] DEBUG -- : GFS: sh "/bin/chmod +x /etc/init.d/motd"

      D, [2011-11-11T13:00:33.482033 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:00:33.498545 #6347] DEBUG -- : GFS: sh "/sbin/chkconfig --add motd"

      D, [2011-11-11T13:00:34.735071 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:00:34.735326 #6347] DEBUG -- : '/etc/motd' is nice now.

      D, [2011-11-11T13:00:34.735459 #6347] DEBUG -- : Installing repositories from appliance definition file...

      D, [2011-11-11T13:00:34.735624 #6347] DEBUG -- : Repository 'updates' is an ephemeral repo. It'll not be installed in the appliance.

      D, [2011-11-11T13:00:34.735758 #6347] DEBUG -- : Repository 'base' is an ephemeral repo. It'll not be installed in the appliance.

      D, [2011-11-11T13:00:34.736108 #6347] DEBUG -- : Repositories installed.

      D, [2011-11-11T13:00:34.746381 #6347] DEBUG -- : Installing files specified in appliance definition file...

      D, [2011-11-11T13:00:34.746529 #6347] DEBUG -- : Files installed.

      D, [2011-11-11T13:00:34.746696 #6347] DEBUG -- : GFS: exists "/etc/init.d/firstboot"

      D, [2011-11-11T13:00:34.754241 #6347] DEBUG -- : GFS: exists = 0

      D, [2011-11-11T13:00:34.754487 #6347] DEBUG -- : Recreating RPM database...

      D, [2011-11-11T13:00:34.754708 #6347] DEBUG -- : GFS: download "/var/lib/rpm/Packages" "build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/Packages"

      D, [2011-11-11T13:00:35.211642 #6347] DEBUG -- : GFS: download = 0

      D, [2011-11-11T13:00:35.211889 #6347] DEBUG -- : Executing command: '/usr/lib/rpm/rpmdb_dump build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/Packages > build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/Packages.dump'

      D, [2011-11-11T13:00:37.495071 #6347] DEBUG -- : GFS: upload "build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/tmp/Packages.dump" "/tmp/Packages.dump"

      D, [2011-11-11T13:00:41.270959 #6347] DEBUG -- : GFS: upload = 0

      D, [2011-11-11T13:00:41.271118 #6347] DEBUG -- : GFS: sh "rm -rf /var/lib/rpm/*"

      D, [2011-11-11T13:00:42.382885 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:00:42.430887 #6347] DEBUG -- : Executing 'cd /var/lib/rpm/ && cat /tmp/Packages.dump | /usr/lib/rpm/rpmdb_load Packages' command...

      D, [2011-11-11T13:00:42.431286 #6347] DEBUG -- : GFS: sh "setarch x86_64 << 'SETARCH_EOF'

      cd /var/lib/rpm/ && cat /tmp/Packages.dump | /usr/lib/rpm/rpmdb_load Packages

      SETARCH_EOF"

      D, [2011-11-11T13:00:54.570357 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:00:54.570625 #6347] DEBUG -- : Command 'cd /var/lib/rpm/ && cat /tmp/Packages.dump | /usr/lib/rpm/rpmdb_load Packages' executed.

      D, [2011-11-11T13:00:54.617776 #6347] DEBUG -- : Executing 'rpm --rebuilddb' command...

      D, [2011-11-11T13:00:54.618163 #6347] DEBUG -- : GFS: sh "setarch x86_64 << 'SETARCH_EOF'

      rpm --rebuilddb

      SETARCH_EOF"

      D, [2011-11-11T13:01:30.935429 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:01:30.935687 #6347] DEBUG -- : Command 'rpm --rebuilddb' executed.

      D, [2011-11-11T13:01:30.935886 #6347] DEBUG -- : RPM database recreated...

      I, [2011-11-11T13:01:30.936060 #6347]  INFO -- : Executing post operations after build...

      D, [2011-11-11T13:01:30.936201 #6347] DEBUG -- : No commands specified, skipping.

      D, [2011-11-11T13:01:30.936479 #6347] DEBUG -- : GFS: ls "/lib/modules"

      D, [2011-11-11T13:01:30.949714 #6347] DEBUG -- : GFS: ls = ["2.6.18-274.7.1.el5"]

      D, [2011-11-11T13:01:30.950005 #6347] DEBUG -- : GFS: sh "ls -1 /boot | grep initramfs | wc -l"

      D, [2011-11-11T13:01:32.224863 #6347] DEBUG -- : GFS: sh = "0

      "

      D, [2011-11-11T13:01:32.225149 #6347] DEBUG -- : GFS: exists "/sbin/dracut"

      D, [2011-11-11T13:01:32.239887 #6347] DEBUG -- : GFS: exists = 0

      D, [2011-11-11T13:01:32.240171 #6347] DEBUG -- : Recreating kernel image for 2.6.18-274.7.1.el5 kernel...

      D, [2011-11-11T13:01:32.240326 #6347] DEBUG -- : GFS: sh "/sbin/mkinitrd -f -v --preload=mptspi --preload=virtio_pci --preload=virtio_blk /boot/initrd-2.6.18-274.7.1.el5.img 2.6.18-274.7.1.el5"

      D, [2011-11-11T13:02:26.234050 #6347] DEBUG -- : GFS: sh = "Creating initramfs

      Modulefile is /etc/modprobe.d/blacklist.conf

      Looking for deps of module mptspi: scsi_mod scsi_transport_spi mptbase mptscsih

      Looking for deps of module scsi_mod

      Looking for deps of module sd_mod: scsi_mod

      Looking for deps of module scsi_transport_spi: scsi_mod

      Looking for deps of module mptbase

      Looking for deps of module mptscsih: scsi_mod mptbase

      Looking for deps of module virtio_pci: virtio virtio_ring

      Looking for deps of module virtio

      Looking for deps of module virtio_ring

      Looking for deps of module virtio_blk: virtio

      Looking for deps of module ehci-hcd

      Looking for deps of module ohci-hcd

      Looking for deps of module uhci-hcd

      Looking for deps of module ext4: crc16 jbd2

      Looking for deps of module crc16

      Looking for deps of module jbd2

      Looking for driver for device LABEL=79d3d2d4

      Looking for deps of module ide-disk

      Looking for deps of module dm-mem-cache

      Looking for deps of module dm-region_hash: dm-mod dm-log

      Looking for deps of module dm-mod

      Looking for deps of module dm-log: dm-mod

      Looking for deps of module dm-message

      Looking for deps of module dm-raid45: dm-message dm-mod dm-mem-cache dm-log dm-region_hash

      Using modules:  /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/scsi/scsi_mod.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/scsi/sd_mod.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/scsi/scsi_transport_spi.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/message/fusion/mptbase.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/message/fusion/mptscsih.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/message/fusion/mptspi.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/virtio/virtio.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/virtio/virtio_ring.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/virtio/virtio_pci.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/block/virtio_blk.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/usb/host/ehci-hcd.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/usb/host/ohci-hcd.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/usb/host/uhci-hcd.ko /lib/modules/2.6.18-274.7.1.el5/kernel/lib/crc16.ko /lib/modules/2.6.18-274.7.1.el5/kernel/fs/jbd2/jbd2.ko /lib/modules/2.6.18-274.7.1.el5/kernel/fs/ext4/ext4.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/md/dm-mem-cache.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/md/dm-mod.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/md/dm-log.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/md/dm-region_hash.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/md/dm-message.ko /lib/modules/2.6.18-274.7.1.el5/kernel/drivers/md/dm-raid45.ko

      /sbin/nash -> /tmp/initrd.ZPk641/bin/nash

      /sbin/insmod.static -> /tmp/initrd.ZPk641/bin/insmod

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/scsi/scsi_mod.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/scsi_mod.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/scsi/sd_mod.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/sd_mod.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/scsi/scsi_transport_spi.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/scsi_transport_spi.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/message/fusion/mptbase.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/mptbase.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/message/fusion/mptscsih.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/mptscsih.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/message/fusion/mptspi.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/mptspi.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/virtio/virtio.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/virtio.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/virtio/virtio_ring.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/virtio_ring.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/virtio/virtio_pci.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/virtio_pci.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/block/virtio_blk.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/virtio_blk.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/usb/host/ehci-hcd.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/ehci-hcd.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/usb/host/ohci-hcd.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/ohci-hcd.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/usb/host/uhci-hcd.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/uhci-hcd.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/lib/crc16.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/crc16.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/fs/jbd2/jbd2.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/jbd2.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/fs/ext4/ext4.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/ext4.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/md/dm-mem-cache.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/dm-mem-cache.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/md/dm-mod.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/dm-mod.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/md/dm-log.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/dm-log.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/md/dm-region_hash.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/dm-region_hash.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/md/dm-message.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/dm-message.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5/kernel/drivers/md/dm-raid45.ko' [elf64-x86-64] to `/tmp/initrd.ZPk641/lib/dm-raid45.ko' [elf64-x86-64]

      /sbin/dmraid.static -> /tmp/initrd.ZPk641/bin/dmraid

      /sbin/kpartx.static -> /tmp/initrd.ZPk641/bin/kpartx

      Adding module scsi_mod

      Adding module sd_mod

      Adding module scsi_transport_spi

      Adding module mptbase

      Adding module mptscsih

      Adding module mptspi

      Adding module virtio

      Adding module virtio_ring

      Adding module virtio_pci

      Adding module virtio_blk

      Adding module ehci-hcd

      Adding module ohci-hcd

      Adding module uhci-hcd

      Adding module crc16

      Adding module jbd2

      Adding module ext4

      Adding module dm-mem-cache

      Adding module dm-mod

      Adding module dm-log

      Adding module dm-region_hash

      Adding module dm-message

      Adding module dm-raid45

      "

      D, [2011-11-11T13:02:26.235262 #6347] DEBUG -- : Kernel image recreated.

      D, [2011-11-11T13:02:26.265283 #6347] DEBUG -- : GFS: sync

      D, [2011-11-11T13:02:26.410503 #6347] DEBUG -- : GFS: sync = 0

      D, [2011-11-11T13:02:26.410782 #6347] DEBUG -- : GFS: umount_all

      D, [2011-11-11T13:02:26.877665 #6347] DEBUG -- : GFS: umount_all = 0

      D, [2011-11-11T13:02:26.878206 #6347] DEBUG -- : GFS: internal_autosync

      D, [2011-11-11T13:02:26.887567 #6347] DEBUG -- : GFS: internal_autosync = 0

      D, [2011-11-11T13:02:26.887793 #6347] DEBUG -- : GFS: kill_subprocess

      D, [2011-11-11T13:02:26.888115 #6347] DEBUG -- : GFS: kill_subprocess = 0

      I, [2011-11-11T13:02:26.994175 #6347]  INFO -- : Base image for centos5-base appliance was built successfully.

      D, [2011-11-11T13:02:27.007406 #6347] DEBUG -- : Os plugin executed.

      D, [2011-11-11T13:02:27.007653 #6347] DEBUG -- : Executing platform plugin...

      I, [2011-11-11T13:02:27.009039 #6347]  INFO -- : Converting centos5-base appliance image to EC2 format...

      D, [2011-11-11T13:02:27.009307 #6347] DEBUG -- : Executing command: 'dd if=/dev/zero of='build/appliances/x86_64/centos/5/centos5-base/0.0/ec2-plugin/tmp/centos5-base.ec2' bs=1 count=0 seek=10240M'

      D, [2011-11-11T13:02:27.100987 #6347] DEBUG -- : 0+0 records in

      D, [2011-11-11T13:02:27.101304 #6347] DEBUG -- : 0+0 records out

      D, [2011-11-11T13:02:27.101552 #6347] DEBUG -- : 0 bytes (0 B) copied, 1.4358e-05 s, 0.0 kB/s

      D, [2011-11-11T13:02:27.102492 #6347] DEBUG -- : Preparing guestfs...

      D, [2011-11-11T13:02:27.103450 #6347] DEBUG -- : GFS: set_memsize 300

      D, [2011-11-11T13:02:27.103622 #6347] DEBUG -- : GFS: set_memsize = 0

      D, [2011-11-11T13:02:27.103762 #6347] DEBUG -- : GFS: set_append "noapic"

      D, [2011-11-11T13:02:27.104045 #6347] DEBUG -- : GFS: set_append = 0

      D, [2011-11-11T13:02:27.104281 #6347] DEBUG -- : GFS: set_selinux true

      D, [2011-11-11T13:02:27.104419 #6347] DEBUG -- : GFS: set_selinux = 0

      D, [2011-11-11T13:02:27.150187 #6347] DEBUG -- : GFS: set_qemu "/usr/lib/ruby/gems/1.8/gems/boxgrinder-build-0.9.7/lib/boxgrinder-build/helpers/qemu.wrapper"

      D, [2011-11-11T13:02:27.150387 #6347] DEBUG -- : GFS: set_qemu = 0

      D, [2011-11-11T13:02:27.150702 #6347] DEBUG -- : GFS: add_drive_with_if "build/appliances/x86_64/centos/5/centos5-base/0.0/centos-plugin/centos5-base-sda.qcow2" "ide"

      D, [2011-11-11T13:02:27.150945 #6347] DEBUG -- : GFS: add_drive_with_if = 0

      D, [2011-11-11T13:02:27.151281 #6347] DEBUG -- : GFS: add_drive_with_if "build/appliances/x86_64/centos/5/centos5-base/0.0/ec2-plugin/tmp/centos5-base.ec2" "ide"

      D, [2011-11-11T13:02:27.151432 #6347] DEBUG -- : GFS: add_drive_with_if = 0

      D, [2011-11-11T13:02:27.151647 #6347] DEBUG -- : Enabling networking for GuestFS...

      D, [2011-11-11T13:02:27.151857 #6347] DEBUG -- : GFS: set_network true

      D, [2011-11-11T13:02:27.152023 #6347] DEBUG -- : GFS: set_network = 0

      D, [2011-11-11T13:02:27.152178 #6347] DEBUG -- : Launching guestfs...

      D, [2011-11-11T13:02:27.152339 #6347] DEBUG -- : GFS: launch

      supermin helper [00000ms] whitelist = (not specified), host_cpu = x86_64, kernel = (null), initrd = (null), appliance = (null)

      supermin helper [00000ms] inputs[0] = /usr/lib64/guestfs/supermin.d

      checking modpath /lib/modules/2.6.38.8-32.fc15.x86_64 is a directory

      picked vmlinuz-2.6.38.8-32.fc15.x86_64 because modpath /lib/modules/2.6.38.8-32.fc15.x86_64 exists

      supermin helper [00001ms] finished creating kernel

      supermin helper [00001ms] visiting /usr/lib64/guestfs/supermin.d

      supermin helper [00001ms] visiting /usr/lib64/guestfs/supermin.d/base.img

      supermin helper [00001ms] visiting /usr/lib64/guestfs/supermin.d/daemon.img

      supermin helper [00001ms] visiting /usr/lib64/guestfs/supermin.d/hostfiles

      supermin helper [00040ms] visiting /usr/lib64/guestfs/supermin.d/init.img

      supermin helper [00152ms] finished creating appliance

      D, [2011-11-11T13:02:53.199212 #6347] DEBUG -- : GFS: launch = 0

      D, [2011-11-11T13:02:53.199566 #6347] DEBUG -- : GFS: list_devices

      D, [2011-11-11T13:02:53.209670 #6347] DEBUG -- : GFS: list_devices = ["/dev/sda", "/dev/sdb"]

      D, [2011-11-11T13:02:53.210030 #6347] DEBUG -- : GFS: list_partitions

      D, [2011-11-11T13:02:53.216777 #6347] DEBUG -- : GFS: list_partitions = ["/dev/sda1", "/dev/sda2", "/dev/sda3"]

      D, [2011-11-11T13:02:53.217010 #6347] DEBUG -- : Loading SELinux policy to sync filesystem...

      D, [2011-11-11T13:02:53.217278 #6347] DEBUG -- : GFS: list_partitions

      D, [2011-11-11T13:02:53.221456 #6347] DEBUG -- : GFS: list_partitions = ["/dev/sda1", "/dev/sda2", "/dev/sda3"]

      D, [2011-11-11T13:02:53.221664 #6347] DEBUG -- : GFS: vfs_type "/dev/sda1"

      D, [2011-11-11T13:02:53.380077 #6347] DEBUG -- : GFS: vfs_type = "ext4"

      D, [2011-11-11T13:02:53.380393 #6347] DEBUG -- : GFS: vfs_type "/dev/sda2"

      D, [2011-11-11T13:02:53.560234 #6347] DEBUG -- : GFS: vfs_type = "ext3"

      D, [2011-11-11T13:02:53.560539 #6347] DEBUG -- : GFS: vfs_type "/dev/sda3"

      D, [2011-11-11T13:02:53.860659 #6347] DEBUG -- : GFS: vfs_type = "swap"

      D, [2011-11-11T13:02:53.861473 #6347] DEBUG -- : GFS: mount_options "" "/dev/sda1" "/"

      D, [2011-11-11T13:02:54.133538 #6347] DEBUG -- : GFS: mount_options = 0

      D, [2011-11-11T13:02:54.134080 #6347] DEBUG -- : GFS: set_e2label "/dev/sda1" "79d3d2d4"

      D, [2011-11-11T13:02:54.311044 #6347] DEBUG -- : GFS: set_e2label = 0

      D, [2011-11-11T13:02:54.311509 #6347] DEBUG -- : GFS: mount_options "" "/dev/sda2" "/boot"

      D, [2011-11-11T13:02:54.758269 #6347] DEBUG -- : GFS: mount_options = 0

      D, [2011-11-11T13:02:54.758588 #6347] DEBUG -- : GFS: set_e2label "/dev/sda2" "e21a3e10"

      D, [2011-11-11T13:02:54.868036 #6347] DEBUG -- : GFS: set_e2label = 0

      D, [2011-11-11T13:02:54.868451 #6347] DEBUG -- : GFS: exists "/etc/sysconfig/selinux"

      D, [2011-11-11T13:02:54.952808 #6347] DEBUG -- : GFS: exists = 1

      D, [2011-11-11T13:02:54.953246 #6347] DEBUG -- : GFS: aug_init "/" 32

      D, [2011-11-11T13:03:00.372405 #6347] DEBUG -- : GFS: aug_init = 0

      D, [2011-11-11T13:03:00.372695 #6347] DEBUG -- : GFS: aug_rm "/augeas/load//incl[. != '/etc/sysconfig/selinux']"

      D, [2011-11-11T13:03:00.382383 #6347] DEBUG -- : GFS: aug_rm = 0

      D, [2011-11-11T13:03:00.382559 #6347] DEBUG -- : GFS: aug_load

      D, [2011-11-11T13:03:07.168197 #6347] DEBUG -- : GFS: aug_load = 0

      D, [2011-11-11T13:03:07.168484 #6347] DEBUG -- : GFS: aug_get "/files/etc/sysconfig/selinux/SELINUX"

      D, [2011-11-11T13:03:07.171441 #6347] DEBUG -- : GFS: aug_get = "permissive"

      D, [2011-11-11T13:03:07.171624 #6347] DEBUG -- : GFS: sh "/usr/sbin/load_policy"

      D, [2011-11-11T13:03:40.427426 #6347] DEBUG -- : GFS: sh = NULL (error)

      W, [2011-11-11T13:03:40.427733 #6347]  WARN -- : Loading SELinux policy failed. SELinux may be not fully initialized.

      D, [2011-11-11T13:03:40.427972 #6347] DEBUG -- : GFS: aug_close

      D, [2011-11-11T13:03:40.787170 #6347] DEBUG -- : GFS: aug_close = 0

      D, [2011-11-11T13:03:40.787525 #6347] DEBUG -- : GFS: list_partitions

      D, [2011-11-11T13:03:40.811438 #6347] DEBUG -- : GFS: list_partitions = ["/dev/sda1", "/dev/sda2", "/dev/sda3"]

      D, [2011-11-11T13:03:40.811727 #6347] DEBUG -- : GFS: vfs_type "/dev/sda1"

      D, [2011-11-11T13:03:40.935261 #6347] DEBUG -- : GFS: vfs_type = "ext4"

      D, [2011-11-11T13:03:40.935631 #6347] DEBUG -- : GFS: vfs_type "/dev/sda2"

      D, [2011-11-11T13:03:41.050093 #6347] DEBUG -- : GFS: vfs_type = "ext3"

      D, [2011-11-11T13:03:41.050430 #6347] DEBUG -- : GFS: vfs_type "/dev/sda3"

      D, [2011-11-11T13:03:41.217040 #6347] DEBUG -- : GFS: vfs_type = "swap"

      D, [2011-11-11T13:03:41.217578 #6347] DEBUG -- : GFS: umount "/dev/sda2"

      D, [2011-11-11T13:03:41.346319 #6347] DEBUG -- : GFS: umount = 0

      D, [2011-11-11T13:03:41.346860 #6347] DEBUG -- : GFS: umount "/dev/sda1"

      D, [2011-11-11T13:03:41.505483 #6347] DEBUG -- : GFS: umount = 0

      D, [2011-11-11T13:03:41.505982 #6347] DEBUG -- : SELinux policy was loaded, we're ready to sync filesystem.

      I, [2011-11-11T13:03:41.506129 #6347]  INFO -- : Synchronizing filesystems...

      D, [2011-11-11T13:03:41.506318 #6347] DEBUG -- : GFS: mkmountpoint "/in"

      D, [2011-11-11T13:03:41.511882 #6347] DEBUG -- : GFS: mkmountpoint = 0

      D, [2011-11-11T13:03:41.512053 #6347] DEBUG -- : GFS: mkmountpoint "/out"

      D, [2011-11-11T13:03:41.514324 #6347] DEBUG -- : GFS: mkmountpoint = 0

      D, [2011-11-11T13:03:41.514504 #6347] DEBUG -- : GFS: mkmountpoint "/out/in"

      D, [2011-11-11T13:03:41.530075 #6347] DEBUG -- : GFS: mkmountpoint = 0

      D, [2011-11-11T13:03:41.530281 #6347] DEBUG -- : GFS: mkfs "ext4" "/dev/sdb"

      D, [2011-11-11T13:03:49.467748 #6347] DEBUG -- : GFS: mkfs = 0

      D, [2011-11-11T13:03:49.468038 #6347] DEBUG -- : GFS: set_e2label "/dev/sdb" "79d3d2d4"

      D, [2011-11-11T13:03:49.786973 #6347] DEBUG -- : GFS: set_e2label = 0

      D, [2011-11-11T13:03:49.787372 #6347] DEBUG -- : GFS: mount_options "" "/dev/sdb" "/out/in"

      D, [2011-11-11T13:03:50.248739 #6347] DEBUG -- : GFS: mount_options = 0

      D, [2011-11-11T13:03:50.249064 #6347] DEBUG -- : GFS: set_e2label "/dev/sdb" "a570ee9c"

      D, [2011-11-11T13:03:50.422108 #6347] DEBUG -- : GFS: set_e2label = 0

      D, [2011-11-11T13:03:50.422590 #6347] DEBUG -- : GFS: list_partitions

      D, [2011-11-11T13:03:50.653404 #6347] DEBUG -- : GFS: list_partitions = ["/dev/sda1", "/dev/sda2", "/dev/sda3"]

      D, [2011-11-11T13:03:50.653720 #6347] DEBUG -- : GFS: vfs_type "/dev/sda1"

      D, [2011-11-11T13:03:50.970754 #6347] DEBUG -- : GFS: vfs_type = "ext4"

      D, [2011-11-11T13:03:50.971113 #6347] DEBUG -- : GFS: vfs_type "/dev/sda2"

      D, [2011-11-11T13:03:51.277475 #6347] DEBUG -- : GFS: vfs_type = "ext3"

      D, [2011-11-11T13:03:51.278014 #6347] DEBUG -- : GFS: vfs_type "/dev/sda3"

      D, [2011-11-11T13:03:51.595358 #6347] DEBUG -- : GFS: vfs_type = "swap"

      D, [2011-11-11T13:03:51.595898 #6347] DEBUG -- : GFS: mount_options "" "/dev/sda1" "/in/"

      D, [2011-11-11T13:03:51.832761 #6347] DEBUG -- : GFS: mount_options = 0

      D, [2011-11-11T13:03:51.833075 #6347] DEBUG -- : GFS: set_e2label "/dev/sda1" "79d3d2d4"

      D, [2011-11-11T13:03:51.954695 #6347] DEBUG -- : GFS: set_e2label = 0

      D, [2011-11-11T13:03:51.955248 #6347] DEBUG -- : GFS: mount_options "" "/dev/sda2" "/in/boot"

      D, [2011-11-11T13:03:52.361306 #6347] DEBUG -- : GFS: mount_options = 0

      D, [2011-11-11T13:03:52.361599 #6347] DEBUG -- : GFS: set_e2label "/dev/sda2" "e21a3e10"

      D, [2011-11-11T13:03:52.479151 #6347] DEBUG -- : GFS: set_e2label = 0

      D, [2011-11-11T13:03:52.479536 #6347] DEBUG -- : Copying files...

      D, [2011-11-11T13:03:52.479737 #6347] DEBUG -- : GFS: cp_a "/in/" "/out"

      D, [2011-11-11T13:06:07.850281 #6347] DEBUG -- : GFS: cp_a = 0

      D, [2011-11-11T13:06:07.850568 #6347] DEBUG -- : Files copied.

      D, [2011-11-11T13:06:07.850749 #6347] DEBUG -- : GFS: sync

      D, [2011-11-11T13:06:09.373384 #6347] DEBUG -- : GFS: sync = 0

      D, [2011-11-11T13:06:09.373766 #6347] DEBUG -- : GFS: umount "/dev/sdb"

      D, [2011-11-11T13:06:10.303866 #6347] DEBUG -- : GFS: umount = 0

      D, [2011-11-11T13:06:10.304277 #6347] DEBUG -- : GFS: list_partitions

      D, [2011-11-11T13:06:10.333619 #6347] DEBUG -- : GFS: list_partitions = ["/dev/sda1", "/dev/sda2", "/dev/sda3"]

      D, [2011-11-11T13:06:10.333999 #6347] DEBUG -- : GFS: vfs_type "/dev/sda1"

      D, [2011-11-11T13:06:10.498528 #6347] DEBUG -- : GFS: vfs_type = "ext4"

      D, [2011-11-11T13:06:10.499104 #6347] DEBUG -- : GFS: vfs_type "/dev/sda2"

      D, [2011-11-11T13:06:10.655241 #6347] DEBUG -- : GFS: vfs_type = "ext3"

      D, [2011-11-11T13:06:10.655579 #6347] DEBUG -- : GFS: vfs_type "/dev/sda3"

      D, [2011-11-11T13:06:10.790319 #6347] DEBUG -- : GFS: vfs_type = "swap"

      D, [2011-11-11T13:06:10.790901 #6347] DEBUG -- : GFS: umount "/dev/sda2"

      D, [2011-11-11T13:06:10.925157 #6347] DEBUG -- : GFS: umount = 0

      D, [2011-11-11T13:06:10.925639 #6347] DEBUG -- : GFS: umount "/dev/sda1"

      D, [2011-11-11T13:06:11.495472 #6347] DEBUG -- : GFS: umount = 0

      D, [2011-11-11T13:06:11.496209 #6347] DEBUG -- : GFS: rmmountpoint "/out/in"

      D, [2011-11-11T13:06:11.503149 #6347] DEBUG -- : GFS: rmmountpoint = 0

      D, [2011-11-11T13:06:11.503346 #6347] DEBUG -- : GFS: rmmountpoint "/out"

      D, [2011-11-11T13:06:11.506517 #6347] DEBUG -- : GFS: rmmountpoint = 0

      D, [2011-11-11T13:06:11.506668 #6347] DEBUG -- : GFS: rmmountpoint "/in"

      D, [2011-11-11T13:06:11.520415 #6347] DEBUG -- : GFS: rmmountpoint = 0

      I, [2011-11-11T13:06:11.520585 #6347]  INFO -- : Filesystems synchronized.

      D, [2011-11-11T13:06:11.520859 #6347] DEBUG -- : GFS: mount_options "" "/dev/sdb" "/"

      D, [2011-11-11T13:06:11.785324 #6347] DEBUG -- : GFS: mount_options = 0

      D, [2011-11-11T13:06:11.785648 #6347] DEBUG -- : GFS: set_e2label "/dev/sdb" "79d3d2d4"

      D, [2011-11-11T13:06:11.975499 #6347] DEBUG -- : GFS: set_e2label = 0

      D, [2011-11-11T13:06:11.976145 #6347] DEBUG -- : GFS: sh "yum -y remove kernel"

      D, [2011-11-11T13:06:34.974742 #6347] DEBUG -- : GFS: sh = "Loaded plugins: fastestmirror

      Setting up Remove Process

      Resolving Dependencies

      --> Running transaction check

      ---> Package kernel.x86_64 0:2.6.18-274.7.1.el5 set to be erased

      --> Finished Dependency Resolution

       

      Dependencies Resolved

       

      ================================================================================

      Package       Arch          Version                     Repository        Size

      ================================================================================

      Removing:

      kernel        x86_64        2.6.18-274.7.1.el5          installed         96 M

       

      Transaction Summary

      ================================================================================

      Remove        1 Package(s)

      Reinstall     0 Package(s)

      Downgrade     0 Package(s)

       

      Downloading Packages:

      Running rpm_check_debug

      Running Transaction Test

      Finished Transaction Test

      Transaction Test Succeeded

      Running Transaction

        Erasing        : kernel                                                   1/1

      error: failed to stat /root/proc: No such file or directory

       

      Removed:

        kernel.x86_64 0:2.6.18-274.7.1.el5                                           

       

      Complete!

      "

      D, [2011-11-11T13:06:34.975197 #6347] DEBUG -- : GFS: sh "yum -y install kernel-xen"

      D, [2011-11-11T13:09:27.650186 #6347] DEBUG -- : GFS: sh = "Loaded plugins: fastestmirror

      Determining fastest mirrors

      * base: mirror.sov.uk.goscomb.net

      * extras: mirror.sov.uk.goscomb.net

      * updates: mirror.sov.uk.goscomb.net

      Setting up Install Process

      Resolving Dependencies

      --> Running transaction check

      ---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed

      --> Finished Dependency Resolution

       

      Dependencies Resolved

       

      ================================================================================

      Package           Arch          Version                   Repository      Size

      ================================================================================

      Installing:

      kernel-xen        x86_64        2.6.18-274.7.1.el5        updates         21 M

       

      Transaction Summary

      ================================================================================

      Install       1 Package(s)

      Upgrade       0 Package(s)

       

      Total download size: 21 M

      Downloading Packages:

      Running rpm_check_debug

      Running Transaction Test

      Finished Transaction Test

      Transaction Test Succeeded

      Running Transaction

        Installing     : kernel-xen                                               1/1

      error: failed to stat /root/proc: No such file or directory

       

      Installed:

        kernel-xen.x86_64 0:2.6.18-274.7.1.el5                                       

       

      Complete!

      "

      D, [2011-11-11T13:09:27.650577 #6347] DEBUG -- : GFS: ls "/lib/modules"

      D, [2011-11-11T13:09:27.682641 #6347] DEBUG -- : GFS: ls = ["2.6.18-274.7.1.el5xen"]

      D, [2011-11-11T13:09:27.683101 #6347] DEBUG -- : GFS: sh "ls -1 /boot | grep initramfs | wc -l"

      D, [2011-11-11T13:09:28.810267 #6347] DEBUG -- : GFS: sh = "0

      "

      D, [2011-11-11T13:09:28.810618 #6347] DEBUG -- : GFS: exists "/sbin/dracut"

      D, [2011-11-11T13:09:28.817023 #6347] DEBUG -- : GFS: exists = 0

      D, [2011-11-11T13:09:28.817294 #6347] DEBUG -- : Recreating kernel image for 2.6.18-274.7.1.el5xen kernel...

      D, [2011-11-11T13:09:28.817485 #6347] DEBUG -- : GFS: sh "/sbin/mkinitrd -f -v --preload=xenblk --preload=xennet /boot/initrd-2.6.18-274.7.1.el5xen.img 2.6.18-274.7.1.el5xen"

      D, [2011-11-11T13:10:10.757071 #6347] DEBUG -- : GFS: sh = "Creating initramfs

      Modulefile is /etc/modprobe.d/blacklist.conf

      Looking for deps of module xenblk

      Looking for deps of module xennet

      Looking for deps of module ehci-hcd

      Looking for deps of module ohci-hcd

      Looking for deps of module uhci-hcd

      Looking for deps of module ext4: crc16 jbd2

      Looking for deps of module crc16

      Looking for deps of module jbd2

      Looking for driver for device LABEL=79d3d2d4

      Looking for deps of module ide-disk

      Looking for deps of module dm-mem-cache

      Looking for deps of module dm-region_hash: dm-mod dm-log

      Looking for deps of module dm-mod

      Looking for deps of module dm-log: dm-mod

      Looking for deps of module dm-message

      Looking for deps of module dm-raid45: dm-message dm-mod dm-mem-cache dm-log dm-region_hash

      Using modules:  /lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/xen/blkfront/xenblk.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/xen/netfront/xennet.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/usb/host/ehci-hcd.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/usb/host/ohci-hcd.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/usb/host/uhci-hcd.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/lib/crc16.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/fs/jbd2/jbd2.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/fs/ext4/ext4.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/md/dm-mem-cache.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/md/dm-mod.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/md/dm-log.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/md/dm-region_hash.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/md/dm-message.ko /lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/md/dm-raid45.ko

      /sbin/nash -> /tmp/initrd.NUL965/bin/nash

      /sbin/insmod.static -> /tmp/initrd.NUL965/bin/insmod

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/xen/blkfront/xenblk.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/xenblk.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/xen/netfront/xennet.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/xennet.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/usb/host/ehci-hcd.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/ehci-hcd.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/usb/host/ohci-hcd.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/ohci-hcd.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/usb/host/uhci-hcd.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/uhci-hcd.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/lib/crc16.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/crc16.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/fs/jbd2/jbd2.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/jbd2.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/fs/ext4/ext4.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/ext4.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/md/dm-mem-cache.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/dm-mem-cache.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/md/dm-mod.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/dm-mod.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/md/dm-log.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/dm-log.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/md/dm-region_hash.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/dm-region_hash.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/md/dm-message.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/dm-message.ko' [elf64-x86-64]

      copy from `/lib/modules/2.6.18-274.7.1.el5xen/kernel/drivers/md/dm-raid45.ko' [elf64-x86-64] to `/tmp/initrd.NUL965/lib/dm-raid45.ko' [elf64-x86-64]

      /sbin/dmraid.static -> /tmp/initrd.NUL965/bin/dmraid

      /sbin/kpartx.static -> /tmp/initrd.NUL965/bin/kpartx

      Adding module xenblk

      Adding module xennet

      Adding module ehci-hcd

      Adding module ohci-hcd

      Adding module uhci-hcd

      Adding module crc16

      Adding module jbd2

      Adding module ext4

      Adding module dm-mem-cache

      Adding module dm-mod

      Adding module dm-log

      Adding module dm-region_hash

      Adding module dm-message

      Adding module dm-raid45

      "

      D, [2011-11-11T13:10:10.757512 #6347] DEBUG -- : Kernel image recreated.

      D, [2011-11-11T13:10:10.757645 #6347] DEBUG -- : Uploading '/etc/resolv.conf'...

      D, [2011-11-11T13:10:10.757858 #6347] DEBUG -- : GFS: upload "/etc/resolv.conf" "/etc/resolv.conf"

      D, [2011-11-11T13:10:10.801519 #6347] DEBUG -- : GFS: upload = 0

      D, [2011-11-11T13:10:10.801679 #6347] DEBUG -- : '/etc/resolv.conf' uploaded.

      D, [2011-11-11T13:10:10.801896 #6347] DEBUG -- : GFS: exists "/sbin/MAKEDEV"

      D, [2011-11-11T13:10:10.824764 #6347] DEBUG -- : GFS: exists = 1

      D, [2011-11-11T13:10:10.824944 #6347] DEBUG -- : Creating required devices...

      D, [2011-11-11T13:10:10.825120 #6347] DEBUG -- : GFS: sh "/sbin/MAKEDEV -d /dev -x console"

      D, [2011-11-11T13:10:12.899352 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:10:12.899648 #6347] DEBUG -- : GFS: sh "/sbin/MAKEDEV -d /dev -x null"

      D, [2011-11-11T13:10:14.736998 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:10:14.737330 #6347] DEBUG -- : GFS: sh "/sbin/MAKEDEV -d /dev -x zero"

      D, [2011-11-11T13:10:16.660623 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:10:16.661091 #6347] DEBUG -- : Devices created.

      D, [2011-11-11T13:10:16.661375 #6347] DEBUG -- : GFS: mkdir "/data"

      D, [2011-11-11T13:10:16.682520 #6347] DEBUG -- : GFS: mkdir = 0

      D, [2011-11-11T13:10:16.682767 #6347] DEBUG -- : Uploading '/etc/fstab' file...

      D, [2011-11-11T13:10:16.700090 #6347] DEBUG -- : GFS: upload "/tmp/fstab20111111-6347-1uwsyku-0" "/etc/fstab"

      D, [2011-11-11T13:10:16.712035 #6347] DEBUG -- : GFS: upload = 0

      D, [2011-11-11T13:10:16.712245 #6347] DEBUG -- : '/etc/fstab' file uploaded.

      D, [2011-11-11T13:10:16.712378 #6347] DEBUG -- : Enabling networking...

      D, [2011-11-11T13:10:16.712552 #6347] DEBUG -- : GFS: sh "/sbin/chkconfig network on"

      D, [2011-11-11T13:10:18.034100 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:10:18.034410 #6347] DEBUG -- : GFS: upload "/usr/lib/ruby/gems/1.8/gems/boxgrinder-build-0.9.7/lib/boxgrinder-build/plugins/platform/ec2/src/ifcfg-eth0" "/etc/sysconfig/network-scripts/ifcfg-eth0"

      D, [2011-11-11T13:10:18.054815 #6347] DEBUG -- : GFS: upload = 0

      D, [2011-11-11T13:10:18.055007 #6347] DEBUG -- : Networking enabled.

      D, [2011-11-11T13:10:18.055138 #6347] DEBUG -- : Uploading '/etc/rc.d/rc.local' file...

      D, [2011-11-11T13:10:18.055690 #6347] DEBUG -- : GFS: exists "/etc/rc.d/rc.local"

      D, [2011-11-11T13:10:18.063087 #6347] DEBUG -- : GFS: exists = 1

      D, [2011-11-11T13:10:18.063317 #6347] DEBUG -- : GFS: read_file "/etc/rc.d/rc.local"

      D, [2011-11-11T13:10:18.082726 #6347] DEBUG -- : GFS: read_file = "#!/bin/sh\x0a#\x0a# This script will be executed *after* all the other init scripts.\x0a# You can put your own initialization stuff in here if you don't\x0a# want to do the full Sys V style init stuff.\x0a\x0atouch /var/lock/subsys/local\x0a"

      D, [2011-11-11T13:10:18.083692 #6347] DEBUG -- : GFS: upload "/tmp/rc_local20111111-6347-ga4dhn-0" "/etc/rc.d/rc.local"

      D, [2011-11-11T13:10:18.093539 #6347] DEBUG -- : GFS: upload = 0

      D, [2011-11-11T13:10:18.093750 #6347] DEBUG -- : '/etc/rc.d/rc.local' file uploaded.

      D, [2011-11-11T13:10:18.093952 #6347] DEBUG -- : Adding ec2-user user...

      D, [2011-11-11T13:10:18.094142 #6347] DEBUG -- : GFS: sh "useradd ec2-user"

      D, [2011-11-11T13:10:19.572651 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:10:19.573138 #6347] DEBUG -- : GFS: sh "echo -e 'ec2-user    ALL=(ALL)    NOPASSWD: ALL' >> /etc/sudoers"

      D, [2011-11-11T13:10:20.497497 #6347] DEBUG -- : GFS: sh = ""

      D, [2011-11-11T13:10:20.497656 #6347] DEBUG -- : User ec2-user added.

      D, [2011-11-11T13:10:20.497984 #6347] DEBUG -- : Changing configuration files using augeas...

      D, [2011-11-11T13:10:20.498201 #6347] DEBUG -- : GFS: exists "/etc/ssh/sshd_config"

      D, [2011-11-11T13:10:20.526153 #6347] DEBUG -- : GFS: exists = 1

      D, [2011-11-11T13:10:20.526415 #6347] DEBUG -- : GFS: exists "/etc/ssh/sshd_config"

      D, [2011-11-11T13:10:20.530943 #6347] DEBUG -- : GFS: exists = 1

      D, [2011-11-11T13:10:20.531141 #6347] DEBUG -- : GFS: debug "help" ""

      D, [2011-11-11T13:10:20.535523 #6347] DEBUG -- : GFS: debug = "Commands supported: help core_pattern env fds ls ll progress qtrace segv sh"

      D, [2011-11-11T13:10:20.535783 #6347] DEBUG -- : GFS: debug "core_pattern" "/sysroot/core"

      D, [2011-11-11T13:10:20.539733 #6347] DEBUG -- : GFS: debug = "ok"

      D, [2011-11-11T13:10:20.540009 #6347] DEBUG -- : GFS: aug_init "/" 32

      D, [2011-11-11T13:10:25.707833 #6347] DEBUG -- : GFS: aug_init = 0

      D, [2011-11-11T13:10:25.708195 #6347] DEBUG -- : GFS: aug_rm "/augeas/load//incl[. != '/etc/ssh/sshd_config']"

      D, [2011-11-11T13:10:25.726645 #6347] DEBUG -- : GFS: aug_rm = 0

      D, [2011-11-11T13:10:25.726827 #6347] DEBUG -- : GFS: aug_load

      D, [2011-11-11T13:10:32.461138 #6347] DEBUG -- : GFS: aug_load = 0

      D, [2011-11-11T13:10:32.461447 #6347] DEBUG -- : GFS: aug_set "/files/etc/ssh/sshd_config/PasswordAuthentication" "no"

      D, [2011-11-11T13:10:32.476486 #6347] DEBUG -- : GFS: aug_set = 0

      D, [2011-11-11T13:10:32.476655 #6347] DEBUG -- : GFS: aug_set "/files/etc/ssh/sshd_config/PermitRootLogin" "no"

      D, [2011-11-11T13:10:32.478656 #6347] DEBUG -- : GFS: aug_set = 0

      D, [2011-11-11T13:10:32.478867 #6347] DEBUG -- : GFS: aug_save

      D, [2011-11-11T13:10:32.842675 #6347] DEBUG -- : GFS: aug_save = 0

      D, [2011-11-11T13:10:32.842978 #6347] DEBUG -- : GFS: aug_close

      D, [2011-11-11T13:10:33.054373 #6347] DEBUG -- : GFS: aug_close = 0

      D, [2011-11-11T13:10:33.054654 #6347] DEBUG -- : Augeas changes saved.

      D, [2011-11-11T13:10:33.054867 #6347] DEBUG -- : Uploading '/boot/grub/menu.lst' file...

      D, [2011-11-11T13:10:33.065329 #6347] DEBUG -- : GFS: ls "/lib/modules"

      D, [2011-11-11T13:10:33.071108 #6347] DEBUG -- : GFS: ls = ["2.6.18-274.7.1.el5xen"]

      D, [2011-11-11T13:10:33.071342 #6347] DEBUG -- : GFS: sh "ls -1 /boot | grep initramfs | wc -l"

      D, [2011-11-11T13:10:34.338997 #6347] DEBUG -- : GFS: sh = "0

      "

      D, [2011-11-11T13:10:34.339900 #6347] DEBUG -- : GFS: upload "/tmp/menu_lst20111111-6347-wgowy8-0" "/boot/grub/menu.lst"

      D, [2011-11-11T13:10:34.351957 #6347] DEBUG -- : GFS: upload = 0

      D, [2011-11-11T13:10:34.352172 #6347] DEBUG -- : '/boot/grub/menu.lst' file uploaded.

      D, [2011-11-11T13:10:34.352339 #6347] DEBUG -- : No commands specified, skipping.

      D, [2011-11-11T13:10:34.352609 #6347] DEBUG -- : GFS: sync

      D, [2011-11-11T13:10:34.441453 #6347] DEBUG -- : GFS: sync = 0

      D, [2011-11-11T13:10:34.441710 #6347] DEBUG -- : GFS: umount_all

      D, [2011-11-11T13:10:35.235288 #6347] DEBUG -- : GFS: umount_all = 0

      D, [2011-11-11T13:10:35.235690 #6347] DEBUG -- : GFS: internal_autosync

      D, [2011-11-11T13:10:35.257812 #6347] DEBUG -- : GFS: internal_autosync = 0

      D, [2011-11-11T13:10:35.258076 #6347] DEBUG -- : GFS: kill_subprocess

      D, [2011-11-11T13:10:35.258371 #6347] DEBUG -- : GFS: kill_subprocess = 0

      I, [2011-11-11T13:10:35.383536 #6347]  INFO -- : Image converted to EC2 format.

      D, [2011-11-11T13:10:35.384458 #6347] DEBUG -- : Platform plugin executed.

      D, [2011-11-11T13:10:35.384632 #6347] DEBUG -- : Executing delivery plugin...

      D, [2011-11-11T13:10:35.385880 #6347] DEBUG -- : Checking if appliance is already registered...

      W, [2011-11-11T13:10:35.623391 #6347]  WARN -- : EBS AMI 'centos5-base/centos/5/0.0/x86_64' is already registered as 'ami-25586551' (region: eu-west-1).

      D, [2011-11-11T13:10:35.623928 #6347] DEBUG -- : Delivery plugin executed.

      [root@mgmt-bg-eu-west-1c bg]#