mkdir -p ovirt; cd ovirt; \ git clone git://oa/ovirt-release.git release; \ OVIRT_BRANCH=next SUBDIRS="release node node-image" FEDORA_URL=http://install/fedora/yum OVIRT_CACHE_DIR=/home/bguthro/dev/trivo/ovirt/ovirt-cache make -f release/ovirt.mk update; \ Initialized empty Git repository in /home/bguthro/dev/trivo/ovirt/release/.git/ make[2]: Entering directory `/home/bguthro/dev/trivo/ovirt' test -d release && : || git clone git://ovirt.org/ovirt-release release cd release && { test "next" = "master" || \ git config remote.origin.fetch +next:next ; } cd release && git pull -v && git checkout next Already up-to-date. test -d node && : || git clone git://ovirt.org/ovirt-node node Initialized empty Git repository in /home/bguthro/dev/trivo/ovirt/node/.git/ cd node && { test "next" = "master" || \ git config remote.origin.fetch +next:next ; } cd node && git pull -v && git checkout next Already up-to-date. test -d node-image && : || git clone git://ovirt.org/ovirt-node-image node-image Initialized empty Git repository in /home/bguthro/dev/trivo/ovirt/node-image/.git/ cd node-image && { test "next" = "master" || \ git config remote.origin.fetch +next:next ; } cd node-image && git pull -v && git checkout next Already up-to-date. make[2]: Leaving directory `/home/bguthro/dev/trivo/ovirt' OVIRT_BRANCH=next SUBDIRS="release node node-image" FEDORA_URL=http://install/fedora/yum OVIRT_CACHE_DIR=/home/bguthro/dev/trivo/ovirt/ovirt-cache make -C ovirt -f release/ovirt.mk build make[2]: Entering directory `/home/bguthro/dev/trivo/ovirt' for dir in release node node-image; do \ if ! test -d $dir ; then \ make $dir || exit 1 ; \ fi ; \ ( cd $dir; test ! -f Makefile.in && ./autogen.sh ); \ ( cd $dir; test ! -f Makefile && ./configure ); \ make -C $dir publish || exit 1 ; \ done make[3]: Entering directory `/home/bguthro/dev/trivo/ovirt/release' mkdir -p rpm-build cp ovirt-release.spec ovirt.repo version ovirt.mk rpm-build/ rpmbuild --define "_topdir %(pwd)/rpm-build" --define "_builddir %{_topdir}" --define "_rpmdir %{_topdir}" --define "_srcrpmdir %{_topdir}" --define '_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm' --define "_specdir %{_topdir}" --define "_sourcedir %{_topdir}" --define "ovirt_cache_dir /home/bguthro/dev/trivo/ovirt/ovirt-cache" -ba ovirt-release.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.29772 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.29772 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.29772 Processing files: ovirt-release-0.92-1.fc9 Provides: config(ovirt-release) = 0.92-1.fc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: config(ovirt-release) = 0.92-1.fc9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/ovirt-release-0.92-1.fc9-root-bguthro Wrote: /home/bguthro/dev/trivo/ovirt/release/rpm-build/ovirt-release-0.92-1.fc9.src.rpm Wrote: /home/bguthro/dev/trivo/ovirt/release/rpm-build/ovirt-release-0.92-1.fc9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.31831 rm -f /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt/ovirt-release* mkdir -p /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt cp -a rpm-build/ovirt-release*.rpm /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt createrepo /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt 1/2 - ovirt-release-0.92-1.fc9.noarch.rpm 2/2 - ovirt-release-0.92-1.fc9.src.rpm Saving Primary metadata Saving file lists metadata Saving other metadata make[3]: Leaving directory `/home/bguthro/dev/trivo/ovirt/release' I am going to run ./configure with no arguments - if you wish to pass any to it, please specify them on the ./autogen.sh command line. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for DBUS... yes checking for HAL... yes checking for VIRT... yes configure: creating ./config.status config.status: creating Makefile config.status: creating ovirt-identify-node/Makefile config.status: creating config.h config.status: executing depfiles commands make[3]: Entering directory `/home/bguthro/dev/trivo/ovirt/node' { test ! -d ovirt-node-0.92 || { find ovirt-node-0.92 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr ovirt-node-0.92; }; } test -d ovirt-node-0.92 || mkdir ovirt-node-0.92 list='ovirt-identify-node'; for subdir in $list; do \ if test "$subdir" = .; then :; else \ test -d "ovirt-node-0.92/$subdir" \ || /bin/mkdir -p "ovirt-node-0.92/$subdir" \ || exit 1; \ distdir=`CDPATH="${ZSH_VERSION+.}:" && cd ovirt-node-0.92 && pwd`; \ top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd ovirt-node-0.92 && pwd`; \ (cd $subdir && \ make \ top_distdir="$top_distdir" \ distdir="$distdir/$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ done make[4]: Entering directory `/home/bguthro/dev/trivo/ovirt/node/ovirt-identify-node' make[4]: Leaving directory `/home/bguthro/dev/trivo/ovirt/node/ovirt-identify-node' find ovirt-node-0.92 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /home/bguthro/dev/trivo/ovirt/node/install-sh -c -m a+r {} {} \; \ || chmod -R a+r ovirt-node-0.92 tardir=ovirt-node-0.92 && /bin/sh /home/bguthro/dev/trivo/ovirt/node/missing --run tar chof - "$tardir" | GZIP=--best gzip -c >ovirt-node-0.92.tar.gz { test ! -d ovirt-node-0.92 || { find ovirt-node-0.92 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr ovirt-node-0.92; }; } mkdir -p rpm-build/BUILDROOT cp version ovirt-node-0.92.tar.gz rpm-build rpmbuild --define "_topdir %(pwd)/rpm-build" --define "_builddir %{_topdir}" --define "_rpmdir %{_topdir}" --define "_srcrpmdir %{_topdir}" --define '_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm' --define "_specdir %{_topdir}" --define "_sourcedir %{_topdir}" --define "ovirt_cache_dir /home/bguthro/dev/trivo/ovirt/ovirt-cache" -ba ovirt-node.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.51805 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.51805 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-unknown-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for x86_64-unknown-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for DBUS... yes checking for HAL... yes checking for VIRT... yes configure: creating ./config.status config.status: creating Makefile config.status: creating ovirt-identify-node/Makefile config.status: creating config.h config.status: executing depfiles commands make[4]: Entering directory `/home/bguthro/dev/trivo/ovirt/node/rpm-build/ovirt-node-0.92' make all-recursive make[5]: Entering directory `/home/bguthro/dev/trivo/ovirt/node/rpm-build/ovirt-node-0.92' Making all in ovirt-identify-node make[6]: Entering directory `/home/bguthro/dev/trivo/ovirt/node/rpm-build/ovirt-node-0.92/ovirt-identify-node' gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT ovirt_identify_node-comm.o -MD -MP -MF .deps/ovirt_identify_node-comm.Tpo -c -o ovirt_identify_node-comm.o `test -f 'comm.c' || echo './'`comm.c mv -f .deps/ovirt_identify_node-comm.Tpo .deps/ovirt_identify_node-comm.Po gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT ovirt_identify_node-gather.o -MD -MP -MF .deps/ovirt_identify_node-gather.Tpo -c -o ovirt_identify_node-gather.o `test -f 'gather.c' || echo './'`gather.c mv -f .deps/ovirt_identify_node-gather.Tpo .deps/ovirt_identify_node-gather.Po gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT ovirt_identify_node-hal_support.o -MD -MP -MF .deps/ovirt_identify_node-hal_support.Tpo -c -o ovirt_identify_node-hal_support.o `test -f 'hal_support.c' || echo './'`hal_support.c mv -f .deps/ovirt_identify_node-hal_support.Tpo .deps/ovirt_identify_node-hal_support.Po gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT ovirt_identify_node-main.o -MD -MP -MF .deps/ovirt_identify_node-main.Tpo -c -o ovirt_identify_node-main.o `test -f 'main.c' || echo './'`main.c mv -f .deps/ovirt_identify_node-main.Tpo .deps/ovirt_identify_node-main.Po gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT ovirt_identify_node-protocol.o -MD -MP -MF .deps/ovirt_identify_node-protocol.Tpo -c -o ovirt_identify_node-protocol.o `test -f 'protocol.c' || echo './'`protocol.c mv -f .deps/ovirt_identify_node-protocol.Tpo .deps/ovirt_identify_node-protocol.Po gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o ovirt-identify-node ovirt_identify_node-comm.o ovirt_identify_node-gather.o ovirt_identify_node-hal_support.o ovirt_identify_node-main.o ovirt_identify_node-protocol.o -L/lib64 -ldbus-1 -L/lib64 -lhal -ldbus-1 -lvirt -lxenstore make[6]: Leaving directory `/home/bguthro/dev/trivo/ovirt/node/rpm-build/ovirt-node-0.92/ovirt-identify-node' make[6]: Entering directory `/home/bguthro/dev/trivo/ovirt/node/rpm-build/ovirt-node-0.92' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/home/bguthro/dev/trivo/ovirt/node/rpm-build/ovirt-node-0.92' make[5]: Leaving directory `/home/bguthro/dev/trivo/ovirt/node/rpm-build/ovirt-node-0.92' make[4]: Leaving directory `/home/bguthro/dev/trivo/ovirt/node/rpm-build/ovirt-node-0.92' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2745 extracting debug info from /var/tmp/ovirt-node-0.92-1.fc9-buildroot/usr/sbin/ovirt-identify-node Processing files: ovirt-node-0.92-1.fc9 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.38791 Provides: config(ovirt-node) = 0.92-1.fc9 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /sbin/chkconfig Requires(preun): /bin/sh /sbin/chkconfig Requires: /bin/bash /bin/sh config(ovirt-node) = 0.92-1.fc9 hal libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdbus-1.so.3()(64bit) libhal.so.1()(64bit) libvirt libvirt.so.0()(64bit) libxenstore.so.3.0()(64bit) rtld(GNU_HASH) Processing files: ovirt-node-debuginfo-0.92-1.fc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/ovirt-node-0.92-1.fc9-buildroot Wrote: /home/bguthro/dev/trivo/ovirt/node/rpm-build/ovirt-node-0.92-1.fc9.src.rpm Wrote: /home/bguthro/dev/trivo/ovirt/node/rpm-build/ovirt-node-0.92-1.fc9.x86_64.rpm Wrote: /home/bguthro/dev/trivo/ovirt/node/rpm-build/ovirt-node-debuginfo-0.92-1.fc9.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.38791 rm -f /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt/ovirt-node* mkdir -p /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt cp -a rpm-build/ovirt-node*.rpm /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt createrepo /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt 1/5 - ovirt-node-0.92-1.fc9.x86_64.rpm 2/5 - ovirt-release-0.92-1.fc9.noarch.rpm 3/5 - ovirt-node-0.92-1.fc9.src.rpm 4/5 - ovirt-node-debuginfo-0.92-1.fc9.x86_64.rpm 5/5 - ovirt-release-0.92-1.fc9.src.rpm Saving Primary metadata Saving file lists metadata Saving other metadata make[3]: Leaving directory `/home/bguthro/dev/trivo/ovirt/node' make[3]: Entering directory `/home/bguthro/dev/trivo/ovirt/node-image' rm -rf ovirt-node-image-* mkdir -p ovirt-node-image-0.92 cp -a common-install.ks common-pkgs.ks common-post.ks COPYING Makefile \ ovirt-flash ovirt-flash-static ovirt-node-image.spec ovirt-node-image.ks \ ovirt-pxe README.krb5 release.mk repos.ks.in ovirt-node-image-0.92 mkdir -p rpm-build tar zcvf rpm-build/ovirt-node-image-0.92.tar ovirt-node-image-0.92 ovirt-node-image-0.92/ ovirt-node-image-0.92/ovirt-flash ovirt-node-image-0.92/common-install.ks ovirt-node-image-0.92/README.krb5 ovirt-node-image-0.92/common-pkgs.ks ovirt-node-image-0.92/release.mk ovirt-node-image-0.92/common-post.ks ovirt-node-image-0.92/repos.ks.in ovirt-node-image-0.92/Makefile ovirt-node-image-0.92/ovirt-flash-static ovirt-node-image-0.92/ovirt-pxe ovirt-node-image-0.92/ovirt-node-image.ks ovirt-node-image-0.92/COPYING ovirt-node-image-0.92/ovirt-node-image.spec cp version rpm-build/ rm -rf ovirt-node-image-0.92 rpmbuild --define "_topdir %(pwd)/rpm-build" --define "_builddir %{_topdir}" --define "_rpmdir %{_topdir}" --define "_srcrpmdir %{_topdir}" --define '_rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm' --define "_specdir %{_topdir}" --define "_sourcedir %{_topdir}" --define "ovirt_cache_dir /home/bguthro/dev/trivo/ovirt/ovirt-cache" --define "fedora_url http://install/fedora/yum" -ba ovirt-node-image.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.38791 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.38791 Filesystem label=ovirt-node-image OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) 35200 inodes, 140800 blocks 1408 blocks (1.00%) reserved for the super user First data block=0 Maximum filesystem blocks=146800640 5 block groups 32768 blocks per group, 32768 fragments per group 7040 inodes per group Superblock backups stored on blocks: 32768, 98304 Writing inode tables: 0/51/52/53/54/5done Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 38 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override. tune2fs 1.40.8 (13-Mar-2008) Setting maximal mount count to -1 Setting interval between checks to 0 seconds Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/repodata/repomd.xml ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/repodata/primary.xml.gz ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/repodata/repomd.xml ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/repodata/primary.xml.gz ...OK Retrieving http://ovirt.org/repos/ovirt/9/x86_64/repodata/repomd.xml ...OK Retrieving http://ovirt.org/repos/ovirt/9/x86_64/repodata/primary.xml.gz ...OK Retrieving file:///home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt/repodata/repomd.xml ...OK Retrieving file:///home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt/repodata/primary.xml.gz ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/basesystem-8.1-1.noarch.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/rootfiles-8.1-1.1.1.noarch.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/crontabs-1.10-19.fc9.noarch.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/collectd-virt-4.3.3-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libattr-2.4.41-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/ConsoleKit-libs-0.2.10-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/keyutils-libs-1.2-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/augeas-0.2.2-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/mingetty-1.08-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/radeontool-1.5-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/kpartx-0.4.7-16.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/libacl-2.2.47-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/libgssglue-0.1-6.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/linux-atm-libs-2.5.0-5.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/isomd5sum-1.0.4-1.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libdaemon-0.12-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/gdbm-1.8.0-28.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/bridge-utils-1.2-4.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libusb-0.1.12-15.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/fedora-release-9-2.noarch.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libcap-2.06-4.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/cyrus-sasl-gssapi-2.1.22-15.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/bzip2-libs-1.0.5-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/popt-1.13-4.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/libsysfs-2.1.0-4.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/cracklib-2.8.12-2.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/cyrus-sasl-md5-2.1.22-15.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libevent-1.3e-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/rpcbind-0.1.4-16.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/newt-python-0.52.9-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/logrotate-3.7.6-5.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/elfutils-libelf-0.135-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/ntpdate-4.2.4p4-7.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/libvolume_id-124-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/nc-1.84-16.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/cryptsetup-luks-1.0.6-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/hdparm-8.6-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/ncurses-base-5.6-18.20080628.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libgcc-4.3.0-8.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/nfs-utils-lib-1.1.1-5.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/sysvinit-tools-2.86-24.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/tcp_wrappers-libs-7.6-52.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/device-mapper-libs-1.02.24-11.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libgpg-error-1.6-2.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/ethtool-6-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/rpm-python-4.4.2.3-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/hal-libs-0.5.11-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/device-mapper-1.02.24-11.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/dmidecode-2.9-1.30.1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libdhcp-1.99.8-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/cronie-1.0-7.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/psmisc-22.6-5.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/audit-libs-1.7.4-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/qemu-img-0.9.1-5.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/zlib-1.2.3-18.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/acl-2.2.47-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libtirpc-0.1.7-18.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/pm-utils-1.1.0-7.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/cyrus-sasl-2.1.22-15.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libedit-2.10-4.20070831cvs.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/expat-2.0.1-5.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/passwd-0.75-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/ConsoleKit-0.2.10-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libdhcp6client-1.0.14-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/pciutils-2.2.10-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/newt-0.52.9-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/wireless-tools-29-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/mkinitrd-6.0.52-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/smbios-utils-2.0.1-2.fc9.1.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/less-418-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/kudzu-1.2.85-1.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/gzip-1.3.12-6.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/hal-info-20080607-1.fc9.noarch.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/filesystem-2.4.13-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/nspr-4.7.1-0.9.1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/libselinux-2.0.67-4.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/dbus-libs-1.2.1-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/libsepol-2.0.32-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/iputils-20071127-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/e2fsprogs-libs-1.40.8-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libnl-1.1-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/MAKEDEV-3.23-4.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/vbetool-0.7-6.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/setup-2.6.14-1.fc9.noarch.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/pcre-7.3-4.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/gamin-0.1.9-5.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/augeas-libs-0.2.2-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/chkconfig-1.3.37-2.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/xen-libs-3.2.0-14.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/nash-6.0.52-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/PolicyKit-0.8-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/dbus-glib-0.74-8.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/ncurses-5.6-18.20080628.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/dnsmasq-2.41-0.8.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/dmraid-1.0.0.rc14-8.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/info-4.11-8.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/grep-2.5.1-59.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/cpio-2.9-8.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/sed-4.1.5-10.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/readline-5.2-13.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/bind-utils-9.5.0-33.P1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libsmbios-2.0.1-2.fc9.1.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libgcrypt-1.4.0-3.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/iptables-ipv6-1.4.1.1-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/SDL-1.2.13-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libidn-0.6.14-7.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/usermode-1.96.1-1.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/mtools-3.9.11-4.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/diffutils-2.8.1-21.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/procps-3.2.7-20.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/rhpl-0.215-3.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/dbus-python-0.83.0-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/collectd-4.3.3-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/sqlite-3.5.6-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/dbus-1.2.1-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/avahi-0.6.22-10.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/upstart-0.3.9-19.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libdhcp4client-4.0.0-14.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/udev-124-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/openssh-server-5.0p1-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libtasn1-1.3-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/nfs-utils-1.1.2-6.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/openssh-5.0p1-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/dhclient-4.0.0-14.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libstdc++-4.3.0-8.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/openldap-2.4.10-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/ncurses-libs-5.6-18.20080628.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/rsyslog-3.18.1-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/findutils-4.2.33-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/iptables-1.4.1.1-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/net-tools-1.60-87.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/lvm2-2.02.33-11.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/gnutls-2.0.4-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/alsa-lib-1.0.16-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/module-init-tools-3.4-13.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/krb5-workstation-1.6.3-10.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/libuser-0.56.9-1.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/openssh-clients-5.0p1-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/slang-2.1.3-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/system-config-firewall-tui-1.2.10-1.fc9.noarch.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/hal-0.5.11-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/wget-1.11.1-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/db4-4.6.21-6.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/iscsi-initiator-utils-6.2.0.868-0.7.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/python-libs-2.5.1-26.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/e2fsprogs-1.40.8-3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/parted-1.8.8-5.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/krb5-libs-1.6.3-10.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/tzdata-2008d-1.fc9.noarch.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/syslinux-3.61-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/hwdata-0.217-1.fc9.noarch.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/libxml2-2.6.32-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/iproute-2.6.25-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/mdadm-2.6.4-4.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/tar-1.19-4.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/rpm-libs-4.4.2.3-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/gawk-3.1.5-17.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/bind-libs-9.5.0-33.P1.fc9.x86_64.rpm ...OK Retrieving http://ovirt.org/repos/ovirt/9/x86_64/kvm-72-3ovirt3.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/kbd-1.12-31.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/pam-1.0.1-4.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/cyrus-sasl-lib-2.1.22-15.fc9.x86_64.rpm ...OK Retrieving http://ovirt.org/repos/ovirt/9/x86_64/libvirt-0.4.4-2ovirt2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/nss-3.12.0.3-0.9.1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/rpm-4.4.2.3-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/shadow-utils-4.1.1-2.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/glib2-2.16.5-1.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/ntp-4.2.4p4-7.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/openssl-0.9.8g-9.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/initscripts-8.76.2-1.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/bash-3.2-22.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/system-config-network-tui-1.5.10-1.fc9.noarch.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/util-linux-ng-2.13.1-6.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/fedora-release-notes-9.0.1-1.noarch.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/cracklib-dicts-2.8.12-2.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/coreutils-6.10-30.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/python-2.5.1-26.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/glibc-2.8-8.x86_64.rpm ...OK Retrieving http://install/fedora/yum/releases/9/Everything/x86_64/os/qemu-0.9.1-5.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/kernel-2.6.25.14-108.fc9.x86_64.rpm ...OK Retrieving http://install/fedora/yum/updates/9/x86_64/glibc-common-2.8-8.x86_64.rpm ...OK Installing: libgcc ##################### [ 1/182] Installing: setup ##################### [ 2/182] Installing: filesystem ##################### [ 3/182] Installing: basesystem ##################### [ 4/182] Installing: ncurses-base ##################### [ 5/182] Installing: tzdata ##################### [ 6/182] Installing: rootfiles ##################### [ 7/182] Installing: glibc ##################### [ 8/182] Installing: zlib ##################### [ 9/182] Installing: ncurses-libs ##################### [ 10/182] Installing: popt ##################### [ 11/182] Installing: chkconfig ##################### [ 12/182] Installing: audit-libs ##################### [ 13/182] Installing: libcap ##################### [ 14/182] Installing: libstdc++ ##################### [ 15/182] Installing: expat ##################### [ 16/182] Installing: cyrus-sasl-lib ##################### [ 17/182] Installing: elfutils-libelf ##################### [ 18/182] Installing: bzip2-libs ##################### [ 19/182] Installing: tcp_wrappers-libs ##################### [ 20/182] Installing: libdhcp6client ##################### [ 21/182] Installing: libgpg-error ##################### [ 22/182] Installing: libnl ##################### [ 23/182] Installing: libdhcp4client ##################### [ 24/182] Installing: libdhcp ##################### [ 25/182] Installing: libgcrypt ##################### [ 26/182] Installing: pcre ##################### [ 27/182] Installing: libsmbios ##################### [ 28/182] Installing: ncurses ##################### [ 29/182] Installing: bash ##################### [ 30/182] Installing: info ##################### [ 31/182] Installing: libsepol ##################### [ 32/182] Installing: libselinux ##################### [ 33/182] Installing: shadow-utils ##################### [ 34/182] Installing: device-mapper-libs ##################### [ 35/182] Installing: e2fsprogs-libs ##################### [ 36/182] Installing: grep ##################### [ 37/182] Installing: readline ##################### [ 38/182] Installing: nspr ##################### [ 39/182] Installing: sqlite ##################### [ 40/182] Installing: nss ##################### [ 41/182] Installing: device-mapper ##################### [ 42/182] Installing: sed ##################### [ 43/182] Installing: parted ##################### [ 44/182] Installing: xen-libs ##################### [ 45/182] Installing: iptables ##################### [ 46/182] Installing: e2fsprogs ##################### [ 47/182] Installing: findutils ##################### [ 48/182] Installing: libidn ##################### [ 49/182] Installing: cpio ##################### [ 50/182] Installing: libxml2 ##################### [ 51/182] Installing: cracklib ##################### [ 52/182] Installing: qemu-img ##################### [ 53/182] Installing: keyutils-libs ##################### [ 54/182] Installing: db4 ##################### [ 55/182] Installing: glibc-common ##################### [ 56/182] Installing: slang ##################### [ 57/182] Installing: newt ##################### [ 58/182] Installing: libattr ##################### [ 59/182] Installing: libacl ##################### [ 60/182] Installing: coreutils ##################### [ 61/182] Installing: pam ##################### [ 62/182] Installing: krb5-libs ##################### [ 63/182] Installing: openssl ##################### [ 64/182] Installing: module-init-tools ##################### [ 65/182] Installing: openldap ##################### [ 66/182] Installing: libgssglue ##################### [ 67/182] Installing: lvm2 ##################### [ 68/182] Installing: logrotate ##################### [ 69/182] Installing: rsyslog ##################### [ 70/182] Installing: gawk ##################### [ 71/182] Installing: alsa-lib ##################### [ 72/182] Installing: libvolume_id ##################### [ 73/182] Installing: SDL ##################### [ 74/182] Installing: libtirpc ##################### [ 75/182] Installing: rpcbind ##################### [ 76/182] Installing: nfs-utils-lib ##################### [ 77/182] Installing: bind-libs ##################### [ 78/182] Installing: cyrus-sasl-md5 ##################### [ 79/182] Installing: acl ##################### [ 80/182] Installing: tar ##################### [ 81/182] Installing: iptables-ipv6 ##################### [ 82/182] Installing: cryptsetup-luks ##################### [ 83/182] Installing: kpartx ##################### [ 84/182] Installing: dmraid ##################### [ 85/182] Installing: MAKEDEV ##################### [ 86/182] Installing: ntpdate ##################### [ 87/182] Installing: net-tools ##################### [ 88/182] Installing: psmisc ##################### [ 89/182] Installing: sysvinit-tools ##################### [ 90/182] Installing: mtools ##################### [ 91/182] Installing: diffutils ##################### [ 92/182] Installing: iscsi-initiator-utils ##################### [ 93/182] Installing: collectd ##################### [ 94/182] Installing: less ##################### [ 95/182] Installing: gzip ##################### [ 96/182] Installing: smbios-utils ##################### [ 97/182] Installing: libusb ##################### [ 98/182] Installing: libedit ##################### [ 99/182] Installing: procps ##################### [100/182] Installing: radeontool ##################### [101/182] Installing: libtasn1 ##################### [102/182] Installing: gnutls ##################### [103/182] Installing: linux-atm-libs ##################### [104/182] Installing: iproute ##################### [105/182] Installing: mingetty ##################### [106/182] Installing: libevent ##################### [107/182] Installing: libsysfs ##################### [108/182] Installing: iputils ##################### [109/182] Installing: dmidecode ##################### [110/182] Installing: libdaemon ##################### [111/182] Installing: vbetool ##################### [112/182] Installing: gdbm ##################### [113/182] Installing: bridge-utils ##################### [114/182] Installing: upstart ##################### [115/182] Installing: wireless-tools ##################### [116/182] Installing: ethtool ##################### [117/182] Installing: augeas-libs ##################### [118/182] Installing: hdparm ##################### [119/182] Installing: hwdata ##################### [120/182] Installing: pciutils ##################### [121/182] Installing: crontabs ##################### [122/182] Installing: fedora-release-notes ##################### [123/182] Installing: fedora-release ##################### [124/182] Installing: cracklib-dicts ##################### [125/182] Installing: augeas ##################### [126/182] Installing: qemu ##################### [127/182] Installing: ntp ##################### [128/182] Installing: bind-utils ##################### [129/182] Installing: cronie ##################### [130/182] Installing: wget ##################### [131/182] Installing: krb5-workstation ##################### [132/182] Installing: cyrus-sasl-gssapi ##################### [133/182] Installing: syslinux ##################### [134/182] Installing: glib2 ##################### [135/182] Installing: dbus-libs ##################### [136/182] Installing: python ##################### [137/182] Installing: dbus ##################### [138/182] Installing: dbus-glib ##################### [139/182] Installing: PolicyKit ##################### [140/182] Installing: ConsoleKit-libs ##################### [141/182] Installing: util-linux-ng ##################### [142/182] Installing: initscripts ##################### [143/182] Installing: udev ##################### [144/182] Installing: openssh ##################### [145/182] Installing: hal-libs ##################### [146/182] Installing: libuser ##################### [147/182] Installing: rpm-libs ##################### [148/182] Installing: rpm ##################### [149/182] Installing: python-libs ##################### [150/182] Installing: rhpl ##################### [151/182] Installing: rpm-python ##################### [152/182] Installing: passwd ##################### [153/182] Installing: usermode ##################### [154/182] Installing: mdadm ##################### [155/182] Installing: dnsmasq ##################### [156/182] Installing: kbd ##################### [157/182] Installing: cyrus-sasl ##################### [158/182] Installing: avahi ##################### [159/182] Installing: ConsoleKit ##################### [160/182] Installing: dbus-python ##################### [161/182] Installing: kudzu ##################### [162/182] Installing: newt-python ##################### [163/182] Installing: isomd5sum ##################### [164/182] Installing: nc ##################### [165/182] Installing: libvirt ##################### [166/182] Installing: nash ##################### [167/182] Installing: mkinitrd ##################### [168/182] Installing: gamin ##################### [169/182] Installing: collectd-virt ##################### [170/182] Installing: openssh-server ##################### [171/182] Installing: openssh-clients ##################### [172/182] Installing: kvm ##################### [173/182] Installing: dhclient ##################### [174/182] Installing: nfs-utils ##################### [175/182] Installing: system-config-network-tui ##################### [176/182] Installing: kernel ##################### [177/182] Installing: system-config-firewall-tui ##################### [178/182] Installing: pm-utils ##################### [179/182] Installing: hal ##################### [180/182] Installing: ovirt-node ##################### [181/182] Installing: hal-info ##################### [182/182]Failed to write selinux configuration. Starting Kickstart Post Creating shadow files Forcing C locale Configuring IPTables Removing excess RPMs Removing excess kernel modules Removing all timezones except for UTC Removing blacklisted files and directories Cleanup empty directory structures in /usr/share Finished Kickstart Post Pass 1: Checking inodes, blocks, and sizes Running additional passes to resolve blocks claimed by more than one inode... Pass 1B: Rescanning for multiply-claimed blocks Multiply-claimed block(s) in inode 14103: 75477 Multiply-claimed block(s) in inode 16297: 75477 Pass 1C: Scanning directories for inodes with multiply-claimed blocks Pass 1D: Reconciling multiply-claimed blocks (There are 2 inodes containing multiply-claimed blocks.) File /var/lib/rpm/Installtid (inode #14103, mod time Tue Sep 9 16:27:58 2008) has 1 multiply-claimed block(s), shared with 1 file(s): /var/lock/dmraid (inode #16297, mod time Thu Jul 3 14:09:18 2008) Clone multiply-claimed blocks? yes File /var/lock/dmraid (inode #16297, mod time Thu Jul 3 14:09:18 2008) has 1 multiply-claimed block(s), shared with 1 file(s): /var/lib/rpm/Installtid (inode #14103, mod time Tue Sep 9 16:27:58 2008) Multiply-claimed blocks already reassigned or cloned. Pass 2: Checking directory structure Entry 'passwd' in /etc (7041) has deleted/unused inode 11237. Clear? yes Entry 'i18n' in /etc/sysconfig (7042) has deleted/unused inode 7564. Clear? yes Entry 'keyboard' in /etc/sysconfig (7042) has deleted/unused inode 9711. Clear? yes Entry 'clock' in /etc/sysconfig (7042) has deleted/unused inode 9728. Clear? yes Directory inode 16297, block 0, offset 0: directory corrupted Salvage? yes Missing '.' in directory inode 16297. Fix? yes Setting filetype for entry '.' in ??? (16297) to 2. Missing '..' in directory inode 16297. Fix? yes Setting filetype for entry '..' in ??? (16297) to 2. Pass 3: Checking directory connectivity '..' in /var/lock/dmraid (16297) is (0), should be /var/lock (14325). Fix? yes Pass 3A: Optimizing directories Pass 4: Checking reference counts Inode 2 ref count is 21, should be 22. Fix? yes Unattached inode 11241 Connect to /lost+found? yes Inode 11241 ref count is 2, should be 1. Fix? yes Unattached inode 11242 Connect to /lost+found? yes Inode 11242 ref count is 2, should be 1. Fix? yes Unattached inode 11243 Connect to /lost+found? yes Inode 11243 ref count is 2, should be 1. Fix? yes Unattached inode 11244 Connect to /lost+found? yes Inode 11244 ref count is 2, should be 1. Fix? yes Inode 14325 ref count is 7, should be 6. Fix? yes Pass 5: Checking group summary information Block bitmap differences: +38181 +46007 -75902 -79610 +(84607--84609) +84611 Fix? yes Free blocks count wrong for group #0 (2976, counted=2975). Fix? yes Free blocks count wrong for group #1 (738, counted=736). Fix? yes Free blocks count wrong for group #2 (32, counted=30). Fix? yes Free blocks count wrong (32794, counted=32789). Fix? yes Inode bitmap differences: +(11235--11236) +11238 +(11241--11244) Fix? yes Free inodes count wrong for group #1 (2849, counted=2842). Fix? yes Free inodes count wrong (23077, counted=23070). Fix? yes ovirt-node-image: ***** FILE SYSTEM WAS MODIFIED ***** ovirt-node-image: 12130/35200 files (0.5% non-contiguous), 108011/140800 blocks Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information ovirt-node-image: 12130/28160 files (0.5% non-contiguous), 107569/107569 blocks Parallel mksquashfs: Using 2 processors Creating little endian 3.1 filesystem on /home/bguthro/dev/trivo/ovirt/ovirt-cache/node-image-tmp/imgcreate-ERWyIz/iso-JkI09P/LiveOS/squashfs.img, block size 131072. Exportable Little endian filesystem, data block size 131072, compressed data, compressed metadata, compressed fragments, duplicates are removed Filesystem size 119539.25 Kbytes (116.74 Mbytes) 21.22% of uncompressed filesystem size (563217.44 Kbytes) Inode table size 8855 bytes (8.65 Kbytes) 50.05% of uncompressed inode table size (17694 bytes) Directory table size 46 bytes (0.04 Kbytes) 100.00% of uncompressed directory table size (46 bytes) Number of duplicate files found 0 Number of inodes 3 Number of files 1 Number of fragments 0 Number of symbolic links 0 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 2 Number of uids 1 root (0) Number of gids 0 Inserting md5sum into iso image... md5 = d5beca790185d2c825a96c073926140b Inserting fragment md5sums into iso image... fragmd5 = fce6cdb8e52cfdb8d19dd14a3f8edd943da9bd1999c038ed53273d927cb4 frags = 20 Setting supported flag to 0 Your pxeboot image is complete. Copy tftpboot/ subdirectory to /tftpboot or a subdirectory of /tftpboot. Set up your DHCP, TFTP and PXE server to serve /tftpboot/.../pxeboot.0 Note: The initrd image contains the whole CD ISO and is consequently very large. You will notice when pxebooting that initrd can take a long time to download. This is normal behaviour. Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.47350 Processing files: ovirt-node-image-0.92-1.fc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash Processing files: ovirt-node-image-pxe-0.92-1.fc9 Provides: config(ovirt-node-image-pxe) = 0.92-1.fc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: config(ovirt-node-image-pxe) = 0.92-1.fc9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/ovirt-node-image-0.92-1.fc9-buildroot Wrote: /home/bguthro/dev/trivo/ovirt/node-image/rpm-build/ovirt-node-image-0.92-1.fc9.src.rpm Wrote: /home/bguthro/dev/trivo/ovirt/node-image/rpm-build/ovirt-node-image-0.92-1.fc9.x86_64.rpm Wrote: /home/bguthro/dev/trivo/ovirt/node-image/rpm-build/ovirt-node-image-pxe-0.92-1.fc9.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.36396 rm -f /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt/ovirt-node-image* mkdir -p /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt cp -a rpm-build/ovirt-node-image*.rpm /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt createrepo /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt 1/8 - ovirt-node-image-0.92-1.fc9.x86_64.rpm 2/8 - ovirt-node-0.92-1.fc9.x86_64.rpm 3/8 - ovirt-release-0.92-1.fc9.noarch.rpm 4/8 - ovirt-node-image-pxe-0.92-1.fc9.x86_64.rpm 5/8 - ovirt-node-0.92-1.fc9.src.rpm 6/8 - ovirt-node-image-0.92-1.fc9.src.rpm 7/8 - ovirt-node-debuginfo-0.92-1.fc9.x86_64.rpm 8/8 - ovirt-release-0.92-1.fc9.src.rpm Saving Primary metadata Saving file lists metadata Saving other metadata make[3]: Leaving directory `/home/bguthro/dev/trivo/ovirt/node-image' rm -f rpms ln -s /home/bguthro/dev/trivo/ovirt/ovirt-cache/ovirt rpms make[2]: Leaving directory `/home/bguthro/dev/trivo/ovirt'