Bug 737886 - ami-d75390be 5.5 x86_64 us-east-1
Summary: ami-d75390be 5.5 x86_64 us-east-1
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Cloud Image Validation
Classification: Red Hat
Component: images
Version: RHEL5.5
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: wes hayutin
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-09-13 10:45 UTC by Kedar Bidarkar
Modified: 2011-12-16 15:34 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-12-16 15:34:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Kedar Bidarkar 2011-09-13 10:45:00 UTC

Comment 1 Kedar Bidarkar 2011-09-13 11:02:47 UTC
IMAGE ID= ami-d75390be_us-east-1_m1.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
domU-12-31-39-0F-88-F1
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.5
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ... 
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-194.32.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-194.32.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-194.32.1 
EXPECTED RESULT: 2.6.18-194.32.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-194.32.1
RESULT: title RHEL-5.5-Starter-EBS-x86_64-11.raw (2.6.18-194.32.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-194.32.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-194.32.1.el5xen.img 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ... 
######################################################################################
COMMAND:  /bin/uname -o
RESULT: GNU/Linux 
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ... 
######################################################################################
COMMAND:  ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    S file Size differs
    M Mode differs (includes permissions and file type)
    5 MD5 sum differs
    D Device major/minor number mismatch
    L readLink(2) path mismatch
    U User ownership differs
    G Group ownership differs
    T mTime differs

COMMAND:  cat /tmp/rpmqaV.txt | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.5 
EXPECTED RESULT: 5.5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ... 
######################################################################################
COMMAND:  cat /tmp/Packager | grep -v 'Red Hat, Inc.' |  grep -v crash-trace-commandPackager| wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ... 
######################################################################################
COMMAND:  grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
repo id                     repo name                            status
rhui-us-east-rhel-server-1y Red Hat Enterprise Linux Server 5 (R enabled: 12,029
repolist: 12,029 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
Installed Groups:
   Administration Tools
   Editors
   FTP Server
   Graphics
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   Network Servers
   PostgreSQL Database
   Printing Support
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
--> Processing Dependency: python-libs-x86_64 >= 2.4.3-32.el5 for package: gdb
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package gettext.x86_64 0:0.17-1.el5 set to be updated
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libgomp.x86_64 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-20.el5_5.1 for package: rpm-python
---> Package popt.i386 0:1.10.2.3-22.el5 set to be updated
---> Package popt.x86_64 0:1.10.2.3-22.el5 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
---> Package python-libs.x86_64 0:2.4.3-44.el5 set to be updated
---> Package rpm.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4 set to be updated
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Running transaction check
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Running transaction check
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
--> Processing Conflict: python-libs conflicts python < 2.4.3-32.el5
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package python.x86_64 0:2.4.3-44.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version             Repository                   Size
================================================================================
Installing:
 autoconf          noarch 2.59-12             rhui-us-east-rhel-server-1y 646 k
 automake          noarch 1.9.6-2.3.el5       rhui-us-east-rhel-server-1y 476 k
 automake14        noarch 1.4p6-13.el5.1      rhui-us-east-rhel-server-1y 200 k
 automake15        noarch 1.5-16.el5.2        rhui-us-east-rhel-server-1y 230 k
 automake16        noarch 1.6.3-8.el5.1       rhui-us-east-rhel-server-1y 241 k
 automake17        noarch 1.7.9-7.el5.2       rhui-us-east-rhel-server-1y 278 k
 bison             x86_64 2.3-2.1             rhui-us-east-rhel-server-1y 549 k
 byacc             x86_64 1.9-29.2.2          rhui-us-east-rhel-server-1y  41 k
 cscope            x86_64 15.5-15.1.el5_3.1   rhui-us-east-rhel-server-1y 144 k
 ctags             x86_64 5.6-1.1             rhui-us-east-rhel-server-1y 131 k
 cvs               x86_64 1.11.22-7.el5       rhui-us-east-rhel-server-1y 737 k
 dev86             x86_64 0.16.17-2.2         rhui-us-east-rhel-server-1y 397 k
 diffstat          x86_64 1.41-1.2.3.el5      rhui-us-east-rhel-server-1y  19 k
 dogtail           noarch 0.6.1-4.el5         rhui-us-east-rhel-server-1y 172 k
 doxygen           x86_64 1:1.4.7-1.1         rhui-us-east-rhel-server-1y 2.4 M
 elfutils          x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 216 k
 flex              x86_64 2.5.4a-41.fc6       rhui-us-east-rhel-server-1y 131 k
 gcc-c++           x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran      x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.5 M
 gdb               x86_64 7.0.1-37.el5_7.1    rhui-us-east-rhel-server-1y 2.4 M
 gettext           i386   0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 indent            x86_64 2.2.9-14.fc6        rhui-us-east-rhel-server-1y  97 k
 libtool           x86_64 1.5.22-7.el5_4      rhui-us-east-rhel-server-1y 667 k
 ltrace            x86_64 0.5-13.45svn.el5    rhui-us-east-rhel-server-1y  62 k
 oprofile          x86_64 0.9.4-15.el5        rhui-us-east-rhel-server-1y 2.6 M
 patchutils        x86_64 0.2.31-2.2.2        rhui-us-east-rhel-server-1y 111 k
 pstack            x86_64 1.2-7.2.2           rhui-us-east-rhel-server-1y 4.6 k
 python-ldap       x86_64 2.2.0-2.1           rhui-us-east-rhel-server-1y 123 k
 rcs               x86_64 5.7-30.1            rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config noarch 8.0.45-32.el5       rhui-us-east-rhel-server-1y  54 k
 rpm-build         x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 302 k
 splint            x86_64 3.1.1-16.el5        rhui-us-east-rhel-server-1y 1.5 M
 strace            x86_64 4.5.18-5.el5_5.5    rhui-us-east-rhel-server-1y 177 k
 swig              x86_64 1.3.29-2.el5        rhui-us-east-rhel-server-1y 2.9 M
 systemtap         x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y 2.4 M
 texinfo           x86_64 4.8-14.el5          rhui-us-east-rhel-server-1y 763 k
 valgrind          i386   1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  20 M
 valgrind          x86_64 1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  21 M
Updating:
 gcc               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 5.3 M
 gettext           x86_64 0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 python            x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y  57 k
 subversion        i386   1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.1 M
 subversion        x86_64 1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.2 M
Installing for dependencies:
 at-spi            x86_64 1.7.11-3.el5        rhui-us-east-rhel-server-1y 304 k
 elfutils-libs     x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 183 k
 gnome-python2-gconf
                   x86_64 2.16.0-1.fc6        rhui-us-east-rhel-server-1y  34 k
 imake             x86_64 1.0.2-3             rhui-us-east-rhel-server-1y 319 k
 libXTrap          x86_64 1.0.0-3.1           rhui-us-east-rhel-server-1y  23 k
 libXevie          x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  14 k
 libXfontcache     x86_64 1.0.2-3.1           rhui-us-east-rhel-server-1y 9.8 k
 libXxf86misc      x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  12 k
 libgfortran       x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 244 k
 libgomp           i386   4.4.4-13.el5        rhui-us-east-rhel-server-1y  72 k
 libstdc++-devel   x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.8 M
 pyspi             x86_64 0.6.1-1.el5         rhui-us-east-rhel-server-1y  98 k
 python-libs       x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y 5.9 M
 systemtap-runtime x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y  96 k

Comment 2 Kedar Bidarkar 2011-09-13 11:02:51 UTC
 xorg-x11-server-Xvfb
                   x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                   x86_64 7.1-5.el5_6.2       rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xinit    x86_64 1.0.2-15.el5        rhui-us-east-rhel-server-1y  26 k
Updating for dependencies:
 cpp               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.9 M
 libgcc            i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y  96 k
 libgcc            x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y  99 k
 libgomp           x86_64 4.4.4-13.el5        rhui-us-east-rhel-server-1y  69 k
 libstdc++         i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y 363 k
 libstdc++         x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 353 k
 popt              i386   1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  75 k
 popt              x86_64 1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  77 k
 rpm               x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 1.2 M
 rpm-libs          x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 923 k
 rpm-python        x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install      55 Package(s)
Upgrade      16 Package(s)

Total download size: 103 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.6 MB/s | 103 MB     00:28     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                    1/87 

  Updating       : cpp                                                     2/87 

  Updating       : libgomp                                                 3/87 

  Installing     : libXfontcache                                           4/87 

  Installing     : xorg-x11-server-Xvfb                                    5/87 

  Installing     : libXxf86misc                                            6/87 

  Installing     : libgfortran                                             7/87 

  Installing     : imake                                                   8/87 

  Installing     : libXevie                                                9/87 

  Installing     : at-spi                                                 10/87 

  Installing     : libXTrap                                               11/87 

  Installing     : xorg-x11-server-utils                                  12/87 

  Installing     : xorg-x11-xinit                                         13/87 

  Installing     : elfutils-libs                                          14/87 

  Installing     : elfutils                                               15/87 

  Installing     : dev86                                                  16/87 

  Installing     : ctags                                                  17/87 

  Installing     : splint                                                 18/87 

  Installing     : patchutils                                             19/87 

  Installing     : strace                                                 20/87 

  Installing     : cvs                                                    21/87 

  Installing     : valgrind                                               22/87 

  Installing     : indent                                                 23/87 

  Installing     : texinfo                                                24/87 

  Installing     : flex                                                   25/87 

  Installing     : bison                                                  26/87 

  Installing     : rcs                                                    27/87 

  Installing     : byacc                                                  28/87 

  Installing     : cscope                                                 29/87 

  Installing     : diffstat                                               30/87 

  Installing     : ltrace                                                 31/87 

  Installing     : autoconf                                               32/87 

  Installing     : automake                                               33/87 

  Installing     : systemtap-runtime                                      34/87 

  Installing     : libtool                                                35/87 

  Installing     : automake17                                             36/87 

  Installing     : automake15                                             37/87 

  Installing     : redhat-rpm-config                                      38/87 

  Installing     : automake14                                             39/87 

  Installing     : automake16                                             40/87 

  Updating       : libgcc                                                 41/87 

  Updating       : libgcc                                                 42/87 

  Updating       : libstdc++                                              43/87 

  Updating       : libstdc++                                              44/87 

  Installing     : libgomp                                                45/87 

  Updating       : popt                                                   46/87 

  Installing     : swig                                                   47/87 

  Installing     : oprofile                                               48/87 

  Installing     : doxygen                                                49/87 

  Installing     : valgrind                                               50/87 

  Installing     : libstdc++-devel                                        51/87 

  Updating       : gcc                                                    52/87 

  Installing     : gcc-c++                                                53/87 

  Installing     : gcc-gfortran                                           54/87 

  Updating       : python                                                 55/87 

  Updating       : rpm-libs                                               56/87 

  Installing     : python-libs                                            57/87 

  Updating       : rpm                                                    58/87 

  Updating       : rpm-python                                             59/87 

  Installing     : gdb                                                    60/87 

  Installing     : pyspi                                                  61/87 

  Installing     : gnome-python2-gconf                                    62/87 

  Updating       : subversion                                             63/87 

  Updating       : subversion                                             64/87 

  Installing     : rpm-build                                              65/87 

  Installing     : systemtap                                              66/87 

  Installing     : gettext                                                67/87 

  Installing     : dogtail                                                68/87 

  Updating       : gettext                                                69/87 

  Installing     : python-ldap                                            70/87 

  Installing     : pstack                                                 71/87 

  Cleanup        : rpm-libs                                               72/87 

  Cleanup        : rpm-python                                             73/87 

  Cleanup        : python                                                 74/87 

  Cleanup        : libgomp                                                75/87 

  Cleanup        : libstdc++                                              76/87 

  Cleanup        : popt                                                   77/87 

  Cleanup        : gcc                                                    78/87 

  Cleanup        : libgcc                                                 79/87 

  Cleanup        : rpm                                                    80/87 

  Cleanup        : libstdc++                                              81/87 

  Cleanup        : gettext                                                82/87 

  Cleanup        : libgcc                                                 83/87 

  Cleanup        : cpp                                                    84/87 

  Cleanup        : subversion                                             85/87 

  Cleanup        : popt                                                   86/87 

  Cleanup        : subversion                                             87/87 

Installed:
  autoconf.noarch 0:2.59-12           automake.noarch 0:1.9.6-2.3.el5          
  automake14.noarch 0:1.4p6-13.el5.1  automake15.noarch 0:1.5-16.el5.2         
  automake16.noarch 0:1.6.3-8.el5.1   automake17.noarch 0:1.7.9-7.el5.2        
  bison.x86_64 0:2.3-2.1              byacc.x86_64 0:1.9-29.2.2                
  cscope.x86_64 0:15.5-15.1.el5_3.1   ctags.x86_64 0:5.6-1.1                   
  cvs.x86_64 0:1.11.22-7.el5          dev86.x86_64 0:0.16.17-2.2               
  diffstat.x86_64 0:1.41-1.2.3.el5    dogtail.noarch 0:0.6.1-4.el5             
  doxygen.x86_64 1:1.4.7-1.1          elfutils.x86_64 0:0.137-3.el5            
  flex.x86_64 0:2.5.4a-41.fc6         gcc-c++.x86_64 0:4.1.2-51.el5            
  gcc-gfortran.x86_64 0:4.1.2-51.el5  gdb.x86_64 0:7.0.1-37.el5_7.1            
  gettext.i386 0:0.17-1.el5           indent.x86_64 0:2.2.9-14.fc6             
  libtool.x86_64 0:1.5.22-7.el5_4     ltrace.x86_64 0:0.5-13.45svn.el5         
  oprofile.x86_64 0:0.9.4-15.el5      patchutils.x86_64 0:0.2.31-2.2.2         
  pstack.x86_64 0:1.2-7.2.2           python-ldap.x86_64 0:2.2.0-2.1           
  rcs.x86_64 0:5.7-30.1               redhat-rpm-config.noarch 0:8.0.45-32.el5 
  rpm-build.x86_64 0:4.4.2.3-22.el5   splint.x86_64 0:3.1.1-16.el5             
  strace.x86_64 0:4.5.18-5.el5_5.5    swig.x86_64 0:1.3.29-2.el5               
  systemtap.x86_64 0:1.3-9.el5        texinfo.x86_64 0:4.8-14.el5              
  valgrind.i386 1:3.5.0-5.el5         valgrind.x86_64 1:3.5.0-5.el5            

Dependency Installed:
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  imake.x86_64 0:1.0.2-3                                                        
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgomp.i386 0:4.4.4-13.el5                                                   
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  python-libs.x86_64 0:2.4.3-44.el5                                             
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               gettext.x86_64 0:0.17-1.el5          
  python.x86_64 0:2.4.3-44.el5            subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libgomp.x86_64 0:4.4.4-13.el5        
  libstdc++.i386 0:4.1.2-51.el5           libstdc++.x86_64 0:4.1.2-51.el5      
  popt.i386 0:1.10.2.3-22.el5             popt.x86_64 0:1.10.2.3-22.el5        
  rpm.x86_64 0:4.4.2.3-22.el5             rpm-libs.x86_64 0:4.4.2.3-22.el5     
  rpm-python.x86_64 0:4.4.2.3-22.el5     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package audit.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.i386 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs-python.x86_64 0:1.7.18-2.el5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5 set to be updated
---> Package avahi.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.x86_64 1:1.2.0-10.el5 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package crash.x86_64 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package cups.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.i386 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.i386 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.x86_64 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5 set to be updated
---> Package ghostscript.x86_64 0:8.70-6.el5 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc.x86_64 0:2.5-65 set to be updated
---> Package glibc-common.x86_64 0:2.5-65 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package hal.i386 0:0.5.8.1-62.el5 set to be updated
---> Package hal.x86_64 0:0.5.8.1-62.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.x86_64 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package krb5-libs.i386 0:1.6.1-62.el5 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-62.el5 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-62.el5 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.x86_64 0:1.2.57.1.26-1 set to be updated
---> Package less.x86_64 0:436-7.el5 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libhugetlbfs.x86_64 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16 set to be updated
---> Package libicu.x86_64 0:3.6-5.16 set to be updated
---> Package libpng.i386 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libtiff.i386 0:3.8.2-7.el5_6.7 set to be updated
---> Package libtiff.x86_64 0:3.8.2-7.el5_6.7 set to be updated
---> Package libuser.x86_64 0:0.54.7-2.1.el5_5.2 set to be updated
---> Package libvolume_id.i386 0:095-14.27.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package man-pages.noarch 0:2.39-17.el5 set to be updated
---> Package man-pages-ja.noarch 0:20060815-14.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.x86_64 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.x86_64 1:1.0.9-54.el5 set to be updated
---> Package nscd.x86_64 0:2.5-65 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5 set to be updated
---> Package ntp.x86_64 0:4.2.2p1-15.el5 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_6.4 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.x86_64 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package passwd.x86_64 0:0.73-2 set to be updated
---> Package patch.x86_64 0:2.5.4-31.el5 set to be updated
---> Package pciutils.x86_64 0:3.1.7-3.el5 set to be updated
---> Package pcre.x86_64 0:6.6-6.el5_6.1 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package psmisc.x86_64 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python-numeric.x86_64 0:23.7-2.2.2.el5_6.1 set to be updated
---> Package python-urlgrabber.noarch 0:3.1.0-6.el5 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-lsb.i386 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-lsb.x86_64 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.x86_64 1:2.0-4.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.x86_64 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-devel.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5 set to be updated
---> Package sudo.x86_64 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-lvm.noarch 0:1.1.5-9.el5 set to be updated
---> Package system-config-network.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-securitylevel.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.x86_64 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011h-2.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5 set to be updated
---> Package util-linux.x86_64 0:2.13-0.56.el5 set to be updated
---> Package vim-common.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vnc.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.x86_64 0:1.9.2.22-1.el5_7 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Running transaction check
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version              Repository                   Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y  21 M
 kernel-xen-devel x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5          rhui-us-east-rhel-server-1y 118 k
 apr              i386   1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 124 k
 apr              x86_64 1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 120 k
 audit            x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y 365 k
 audit-libs       i386   1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs       x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs-python
                  x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  82 k
 authconfig       x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y 456 k
 authconfig-gtk   x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y  47 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5
                                              rhui-us-east-rhel-server-1y 933 k
 avahi            i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 251 k
 avahi            x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 258 k
 avahi-compat-libdns_sd
                  x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  24 k
 avahi-glib       i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 avahi-glib       x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 bash             x86_64 3.2-32.el5           rhui-us-east-rhel-server-1y 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 178 k
 busybox          x86_64 1:1.2.0-10.el5       rhui-us-east-rhel-server-1y 1.2 M
 coreutils        x86_64 5.97-34.el5          rhui-us-east-rhel-server-1y 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5       rhui-us-east-rhel-server-1y  33 k
 crash            x86_64 4.1.2-8.el5          rhui-us-east-rhel-server-1y 1.7 M
 cryptsetup-luks  x86_64 1.0.3-8.el5          rhui-us-east-rhel-server-1y 709 k
 cups             x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 3.1 M
 cups-libs        i386   1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 199 k
 cups-libs        x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 195 k
 curl             x86_64 7.15.5-9.el5_7.4     rhui-us-east-rhel-server-1y 231 k
 dbus             x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 234 k
 dbus-libs        i386   1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 124 k
 dbus-libs        x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 123 k
 device-mapper    i386   1.02.63-4.el5        rhui-us-east-rhel-server-1y 776 k
 device-mapper    x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1  rhui-us-east-rhel-server-1y 286 k
 dhcpv6-client    x86_64 1.0.10-20.el5        rhui-us-east-rhel-server-1y 124 k
 dmidecode        x86_64 1:2.11-1.el5         rhui-us-east-rhel-server-1y  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y  24 k
 e2fsprogs        x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 844 k
 e2fsprogs-libs   i386   1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 exim             x86_64 4.63-10.el5          rhui-us-east-rhel-server-1y 1.2 M
 finger           x86_64 0.17-33              rhui-us-east-rhel-server-1y  21 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y  28 k
 ghostscript      i386   8.70-6.el5           rhui-us-east-rhel-server-1y 9.0 M
 ghostscript      x86_64 8.70-6.el5           rhui-us-east-rhel-server-1y 8.9 M
 glibc            i686   2.5-65               rhui-us-east-rhel-server-1y 5.3 M
 glibc            x86_64 2.5-65               rhui-us-east-rhel-server-1y 4.8 M
 glibc-common     x86_64 2.5-65               rhui-us-east-rhel-server-1y  16 M
 glibc-devel      x86_64 2.5-65               rhui-us-east-rhel-server-1y 2.4 M
 glibc-headers    x86_64 2.5-65               rhui-us-east-rhel-server-1y 594 k
 gnome-vfs2       i386   2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.2 M
 gnome-vfs2       x86_64 2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.3 M
 gzip             x86_64 1.3.5-13.el5         rhui-us-east-rhel-server-1y 104 k
 hal              i386   0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 391 k
 hal              x86_64 0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 377 k
 httpd            x86_64 2.2.3-53.el5_7.1     rhui-us-east-rhel-server-1y 1.2 M
 hwdata           noarch 0.213.24-1.el5       rhui-us-east-rhel-server-1y 414 k
 initscripts      x86_64 8.45.38-2.el5        rhui-us-east-rhel-server-1y 1.6 M
 jwhois           x86_64 3.2.3-12.el5         rhui-us-east-rhel-server-1y  97 k
 kernel-headers   x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 1.3 M
 kexec-tools      x86_64 1.102pre-126.el5_6.6 rhui-us-east-rhel-server-1y 578 k
 kpartx           x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 440 k
 krb5-libs        i386   1.6.1-62.el5         rhui-us-east-rhel-server-1y 668 k
 krb5-libs        x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 680 k
 krb5-workstation x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 916 k
 ksh              x86_64 20100202-1.el5_6.6   rhui-us-east-rhel-server-1y 1.3 M
 kudzu            x86_64 1.2.57.1.26-1        rhui-us-east-rhel-server-1y 232 k
 less             x86_64 436-7.el5            rhui-us-east-rhel-server-1y 108 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7    rhui-us-east-rhel-server-1y 245 k
 libgcj           x86_64 4.1.2-51.el5         rhui-us-east-rhel-server-1y  18 M
 libhugetlbfs     i386   1.3-8.2.el5          rhui-us-east-rhel-server-1y  40 k
 libhugetlbfs     x86_64 1.3-8.2.el5          rhui-us-east-rhel-server-1y  42 k
 libicu           i386   3.6-5.16             rhui-us-east-rhel-server-1y 5.3 M
 libicu           x86_64 3.6-5.16             rhui-us-east-rhel-server-1y 5.2 M
 libpng           i386   2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 241 k
 libpng           x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k
 libselinux       i386   1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  77 k
 libselinux       x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  78 k
 libselinux-python
                  x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  74 k
 libselinux-utils x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  56 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 917 k
 libsysfs         x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  46 k
 libtiff          i386   3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 308 k

Comment 3 Kedar Bidarkar 2011-09-13 11:02:54 UTC
 libtiff          x86_64 3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 313 k
 libuser          x86_64 0.54.7-2.1.el5_5.2   rhui-us-east-rhel-server-1y 450 k
 libvolume_id     i386   095-14.27.el5        rhui-us-east-rhel-server-1y  44 k
 libvolume_id     x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y  42 k
 libxml2          i386   2.6.26-2.1.12        rhui-us-east-rhel-server-1y 795 k
 libxml2          x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 807 k
 libxml2-python   x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 713 k
 logrotate        x86_64 3.7.4-12             rhui-us-east-rhel-server-1y  42 k
 logwatch         noarch 7.3-9.el5_6          rhui-us-east-rhel-server-1y 244 k
 lvm2             x86_64 2.02.84-6.el5_7.1    rhui-us-east-rhel-server-1y 3.1 M
 m2crypto         x86_64 0.16-8.el5           rhui-us-east-rhel-server-1y 498 k
 man              x86_64 1.6d-2.el5           rhui-us-east-rhel-server-1y 264 k
 man-pages        noarch 2.39-17.el5          rhui-us-east-rhel-server-1y 4.2 M
 man-pages-ja     noarch 20060815-14.el5      rhui-us-east-rhel-server-1y 4.9 M
 mkinitrd         x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 463 k
 mod_authz_ldap   x86_64 0.26-11.el5          rhui-us-east-rhel-server-1y  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.1   rhui-us-east-rhel-server-1y  94 k
 mysql            x86_64 5.0.77-4.el5_6.6     rhui-us-east-rhel-server-1y 4.8 M
 nash             x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M
 nfs-utils        x86_64 1:1.0.9-54.el5       rhui-us-east-rhel-server-1y 404 k
 nscd             x86_64 2.5-65               rhui-us-east-rhel-server-1y 169 k
 nspr             i386   4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 120 k
 nspr             x86_64 4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 119 k
 nss              i386   3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss              x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss-tools        x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.2 M
 nss_ldap         i386   253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 nss_ldap         x86_64 253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 ntp              x86_64 4.2.2p1-15.el5       rhui-us-east-rhel-server-1y 1.3 M
 openldap         i386   2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 296 k
 openldap         x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 304 k
 openldap-clients x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 223 k
 openssh          x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 278 k
 openssl          i686   0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openssl          x86_64 0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openswan         x86_64 2.6.21-5.el5_6.4     rhui-us-east-rhel-server-1y 1.0 M
 pam_krb5         i386   2.2.14-21.el5        rhui-us-east-rhel-server-1y 150 k
 pam_krb5         x86_64 2.2.14-21.el5        rhui-us-east-rhel-server-1y 149 k
 pango            i386   1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 334 k
 pango            x86_64 1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 338 k
 paps             x86_64 0.6.6-20.el5         rhui-us-east-rhel-server-1y  34 k
 parted           i386   1.8.1-28.el5         rhui-us-east-rhel-server-1y 541 k
 parted           x86_64 1.8.1-28.el5         rhui-us-east-rhel-server-1y 520 k
 passwd           x86_64 0.73-2               rhui-us-east-rhel-server-1y  21 k
 patch            x86_64 2.5.4-31.el5         rhui-us-east-rhel-server-1y  64 k
 pciutils         x86_64 3.1.7-3.el5          rhui-us-east-rhel-server-1y 112 k
 pcre             x86_64 6.6-6.el5_6.1        rhui-us-east-rhel-server-1y 118 k
 perl             x86_64 4:5.8.8-32.el5_6.3   rhui-us-east-rhel-server-1y  12 M
 poppler          x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y 3.0 M
 poppler-utils    x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y  76 k
 postgresql       x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-libs  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-python
                  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y  56 k
 procps           x86_64 3.2.7-17.el5         rhui-us-east-rhel-server-1y 215 k
 psmisc           x86_64 22.2-7.el5_6.2       rhui-us-east-rhel-server-1y  62 k
 pyOpenSSL        x86_64 0.6-2.el5            rhui-us-east-rhel-server-1y 120 k
 python-numeric   x86_64 23.7-2.2.2.el5_6.1   rhui-us-east-rhel-server-1y 801 k
 python-urlgrabber
                  noarch 3.1.0-6.el5          rhui-us-east-rhel-server-1y 132 k
 quota            x86_64 1:3.13-5.el5         rhui-us-east-rhel-server-1y 348 k
 redhat-lsb       i386   4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  25 k
 redhat-lsb       x86_64 4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  24 k
 redhat-release   x86_64 5Server-5.7.0.3      rhui-us-east-rhel-server-1y  62 k
 redhat-release-notes
                  x86_64 5Server-41           rhui-us-east-rhel-server-1y 371 k
 rhn-check        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y  42 k
 rhn-client-tools noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 924 k
 rhn-setup        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 114 k
 rhnlib           noarch 2.5.22-6.el5         rhui-us-east-rhel-server-1y  70 k
 rhnsd            x86_64 4.7.0-10.el5         rhui-us-east-rhel-server-1y  34 k
 rng-utils        x86_64 1:2.0-4.el5          rhui-us-east-rhel-server-1y  17 k
 rsync            x86_64 3.0.6-4.el5_7.1      rhui-us-east-rhel-server-1y 347 k
 rsyslog          x86_64 3.22.1-3.el5_6.1     rhui-us-east-rhel-server-1y 381 k
 ruby             x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 6.8 M
 screen           x86_64 4.0.3-4.el5          rhui-us-east-rhel-server-1y 571 k
 sed              x86_64 4.1.5-8.el5          rhui-us-east-rhel-server-1y 178 k
 selinux-policy   noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 420 k
 selinux-policy-devel
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 446 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1  rhui-us-east-rhel-server-1y 1.1 M
 sos              noarch 1.7-9.54.el5         rhui-us-east-rhel-server-1y 151 k
 sudo             x86_64 1.7.2p1-10.el5       rhui-us-east-rhel-server-1y 354 k
 sysfsutils       x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  40 k
 system-config-lvm
                  noarch 1.1.5-9.el5          rhui-us-east-rhel-server-1y 690 k
 system-config-network
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 424 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 1.8 M
 system-config-securitylevel
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 280 k
 system-config-securitylevel-tui
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 254 k
 tmpwatch         x86_64 2.9.7-1.1.el5.5      rhui-us-east-rhel-server-1y  19 k
 traceroute       x86_64 3:2.0.1-6.el5        rhui-us-east-rhel-server-1y  41 k
 tzdata           x86_64 2011h-2.el5          rhui-us-east-rhel-server-1y 781 k
 udev             x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y 2.4 M
 util-linux       x86_64 2.13-0.56.el5        rhui-us-east-rhel-server-1y 1.8 M
 vim-common       x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 6.4 M
 vim-enhanced     x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 1.3 M
 vim-minimal      x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 333 k
 vnc              x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 159 k
 vnc-server       x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 2.0 M
 vsftpd           x86_64 2.0.5-21.el5         rhui-us-east-rhel-server-1y 140 k
 w3m              x86_64 0.5.1-18.el5         rhui-us-east-rhel-server-1y 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5      rhui-us-east-rhel-server-1y 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3              rhui-us-east-rhel-server-1y  79 k
 xorg-x11-xfs     x86_64 1:1.0.2-5.el5_6.1    rhui-us-east-rhel-server-1y  73 k
 xulrunner        x86_64 1.9.2.22-1.el5_7     rhui-us-east-rhel-server-1y  11 M
 yum              noarch 3.2.22-37.el5        rhui-us-east-rhel-server-1y 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2     rhui-us-east-rhel-server-1y  63 k
 yum-security     noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  25 k
 yum-updateonboot noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  13 k
 yum-utils        noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  71 k
 zlib             i386   1.2.3-4.el5          rhui-us-east-rhel-server-1y  51 k
 zlib             x86_64 1.2.3-4.el5          rhui-us-east-rhel-server-1y  52 k
Installing for dependencies:
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5     rhui-us-east-rhel-server-1y 1.0 M

Transaction Summary
================================================================================
Install       3 Package(s)
Upgrade     205 Package(s)

Total download size: 260 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.7 MB/s | 260 MB     01:34     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/413 

  Updating       : tzdata                                                 2/413 

  Updating       : glibc-common                                           3/413 

  Updating       : glibc                                                  4/413 

  Updating       : bash                                                   5/413 

  Updating       : libselinux                                             6/413 

  Updating       : zlib                                                   7/413 

  Updating       : coreutils                                              8/413 

  Updating       : device-mapper                                          9/413 

  Updating       : e2fsprogs-libs                                        10/413 

  Updating       : krb5-libs                                             11/413 

  Updating       : openssl                                               12/413 

  Updating       : openldap                                              13/413 

  Updating       : audit-libs                                            14/413 

  Updating       : shadow-utils                                          15/413 

  Updating       : sed                                                   16/413 

  Updating       : nspr                                                  17/413 

  Updating       : nss                                                   18/413 

  Updating       : udev                                                  19/413 

  Updating       : util-linux                                            20/413 

  Updating       : procps                                                21/413 

  Updating       : pango                                                 22/413 

  Updating       : psmisc                                                23/413 

  Updating       : postgresql-libs                                       24/413 

  Updating       : libpng                                                25/413 

  Updating       : libXfont                                              26/413 

  Updating       : libxml2                                               27/413 

  Updating       : SysVinit                                              28/413 

  Updating       : cryptsetup-luks                                       29/413 

  Updating       : kpartx                                                30/413 

  Updating       : libtiff                                               31/413 

  Updating       : cups-libs                                             32/413 

  Updating       : libvolume_id                                          33/413 

  Updating       : pcre                                                  34/413 

  Updating       : libsysfs                                              35/413 

  Updating       : gdbm                                                  36/413 

  Updating       : perl                                                  37/413 

  Updating       : libxml2-python                                        38/413 

  Updating       : nscd                                                  39/413 

  Updating       : m2crypto                                              40/413 

  Updating       : e2fsprogs                                             41/413 

  Updating       : logrotate                                             42/413 

  Updating       : patch                                                 43/413 

  Updating       : less                                                  44/413 

  Updating       : gzip                                                  45/413 

  Updating       : man                                                   46/413 

  Updating       : dmidecode                                             47/413 

  Updating       : mysql                                                 48/413 

  Updating       : ruby-libs                                             49/413 

  Updating       : ruby                                                  50/413 

  Updating       : poppler                                               51/413 

  Updating       : libuser                                               52/413 

  Updating       : passwd                                                53/413 

  Updating       : net-snmp-libs                                         54/413 

  Updating       : bind-libs                                             55/413 

  Updating       : apr                                                   56/413 

  Updating       : poppler-utils                                         57/413 

  Updating       : rsyslog                                               58/413 

  Updating       : xorg-x11-font-utils                                   59/413 

  Updating       : device-mapper-multipath                               60/413 

  Updating       : paps                                                  61/413 

  Updating       : tmpwatch                                              62/413 

  Updating       : pyOpenSSL                                             63/413 

  Updating       : device-mapper-event                                   64/413 

  Updating       : lvm2                                                  65/413 

  Updating       : vim-minimal                                           66/413 

  Updating       : libselinux-utils                                      67/413 

  Updating       : pciutils                                              68/413 

  Updating       : rhnlib                                                69/413 

  Updating       : python-urlgrabber                                     70/413 

  Updating       : yum                                                   71/413 

  Updating       : selinux-policy                                        72/413 

  Updating       : redhat-release                                        73/413 

  Updating       : initscripts                                           74/413 

  Updating       : httpd                                                 75/413 

  Updating       : exim                                                  76/413 

  Updating       : openssh                                               77/413 

  Updating       : redhat-lsb                                            78/413 

  Updating       : kernel-headers                                        79/413 

  Updating       : glibc-headers                                         80/413 

  Updating       : busybox                                               81/413 

  Updating       : system-config-securitylevel-tui                       82/413 

  Updating       : nss_ldap                                              83/413 

  Updating       : ghostscript                                           84/413 

  Updating       : libgcj                                                85/413 

  Updating       : authconfig                                            86/413 

  Updating       : libsmbclient                                          87/413 

  Updating       : samba-common                                          88/413 

  Updating       : curl                                                  89/413 

  Installing     : iscsi-initiator-utils                                 90/413 

  Updating       : pam_krb5                                              91/413 

  Updating       : parted                                                92/413 

  Updating       : vim-common                                            93/413 

  Updating       : libicu                                                94/413 

  Updating       : ruby-irb                                              95/413 

  Updating       : nash                                                  96/413 

  Updating       : vim-enhanced                                          97/413 

  Updating       : samba-client                                          98/413 

  Updating       : kexec-tools                                           99/413 

  Updating       : openssh-clients                                      100/413 

  Updating       : openssh-server                                       101/413 

  Updating       : mod_authz_ldap                                       102/413 

  Updating       : mod_ssl                                              103/413 

  Updating       : vsftpd                                               104/413 

  Updating       : postgresql                                           105/413 

  Updating       : vnc                                                  106/413 

  Updating       : xorg-x11-xfs                                         107/413 

  Updating       : quota                                                108/413 

  Updating       : dhclient                                             109/413 

  Updating       : rng-utils                                            110/413 

  Updating       : dhcpv6-client                                        111/413 

  Updating       : sudo                                                 112/413 

  Updating       : bind-utils                                           113/413 

  Updating       : net-snmp                                             114/413 

  Updating       : openswan                                             115/413 

  Updating       : sysfsutils                                           116/413 

  Updating       : autofs                                               117/413 

  Updating       : vnc-server                                           118/413 

  Updating       : postgresql-python                                    119/413 

  Updating       : krb5-workstation                                     120/413 

  Updating       : nfs-utils                                            121/413 

  Updating       : nss-tools                                            122/413 

  Updating       : screen                                               123/413 

  Updating       : audit-libs-python                                    124/413 

  Updating       : audit                                                125/413 

  Updating       : openldap-clients                                     126/413 

  Updating       : ksh                                                  127/413 

  Updating       : crash                                                128/413 

  Updating       : libselinux-python                                    129/413 

  Updating       : cpuspeed                                             130/413 

  Updating       : jwhois                                               131/413 

  Updating       : finger                                               132/413 

  Updating       : libhugetlbfs                                         133/413 

  Updating       : rsync                                                134/413 

  Updating       : python-numeric                                       135/413 

  Updating       : traceroute                                           136/413 

  Updating       : ruby-rdoc                                            137/413 

  Updating       : authconfig-gtk                                       138/413 

  Updating       : system-config-securitylevel                          139/413 

  Updating       : glibc-devel                                          140/413 

  Updating       : xinetd                                               141/413 

  Updating       : selinux-policy-devel                                 142/413 

  Updating       : selinux-policy-targeted                              143/413/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : yum-updateonboot                                     144/413 

  Updating       : yum-security                                         145/413 

  Updating       : yum-fastestmirror                                    146/413 

  Updating       : yum-utils                                            147/413 

  Updating       : system-config-lvm                                    148/413 

  Updating       : sos                                                  149/413 

  Updating       : w3m                                                  150/413 

  Updating       : logwatch                                             151/413 

  Updating       : ntp                                                  152/413 

  Installing     : kernel-xen-devel                                     153/413 

  Updating       : man-pages                                            154/413 

  Updating       : man-pages-ja                                         155/413 

  Updating       : redhat-release-notes                                 156/413 

  Updating       : glibc                                                157/413 

  Updating       : zlib                                                 158/413 

  Updating       : libselinux                                           159/413 

  Updating       : device-mapper                                        160/413 

  Updating       : e2fsprogs-libs                                       161/413 

  Updating       : krb5-libs                                            162/413 

  Updating       : openssl                                              163/413 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : libpng                                               164/413 

  Updating       : libtiff                                              165/413 

  Updating       : nspr                                                 166/413 

  Updating       : cups-libs                                            167/413 

  Updating       : openldap                                             168/413 

  Updating       : libxml2                                              169/413 

  Updating       : libvolume_id                                         170/413 

  Updating       : nss                                                  171/413 

  Updating       : nss_ldap                                             172/413 

  Updating       : ghostscript                                          173/413 

  Updating       : postgresql-libs                                      174/413 

  Updating       : pam_krb5                                             175/413 

  Updating       : apr                                                  176/413 

  Updating       : parted                                               177/413 

  Updating       : libicu                                               178/413 

  Updating       : pango                                                179/413 

  Updating       : audit-libs                                           180/413 

  Updating       : libhugetlbfs                                         181/413 

  Updating       : redhat-lsb                                           182/413 

  Updating       : dbus-libs                                            183/413 

  Updating       : dbus                                                 184/413 

  Updating       : avahi                                                185/413 

  Updating       : hal                                                  186/413 

  Updating       : dmraid                                               187/413 

  Updating       : avahi-compat-libdns_sd                               188/413 

  Updating       : avahi-glib                                           189/413 

  Updating       : gnome-vfs2                                           190/413 

  Updating       : cups                                                 191/413 

  Updating       : kudzu                                                192/413 

  Updating       : rhnsd                                                193/413 

  Updating       : dmraid-events                                        194/413 

  Updating       : rhn-client-tools                                     195/413 

  Updating       : yum-rhn-plugin                                       196/413 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            197/413 

  Updating       : rhn-check                                            198/413 

  Updating       : xulrunner                                            199/413 

  Updating       : mkinitrd                                             200/413 

  Updating       : dbus-libs                                            201/413 

  Updating       : system-config-network-tui                            202/413 

  Updating       : system-config-network                                203/413 

  Installing     : kernel-xen                                           204/413 

  Updating       : avahi                                                205/413 

  Updating       : avahi-glib                                           206/413 

  Updating       : hal                                                  207/413 

  Updating       : gnome-vfs2                                           208/413 

  Cleanup        : selinux-policy                                       209/413 

  Cleanup        : hwdata                                               210/413 

  Cleanup        : poppler                                              211/413 

  Cleanup        : finger                                               212/413 

  Cleanup        : psmisc                                               213/413 

  Cleanup        : yum-updateonboot                                     214/413 

  Cleanup        : dbus-libs                                            215/413 

  Cleanup        : authconfig-gtk                                       216/413 

  Cleanup        : libicu                                               217/413 

  Cleanup        : glibc                                                218/413 

  Cleanup        : passwd                                               219/413 

  Cleanup        : device-mapper-event                                  220/413 

  Cleanup        : openssh                                              221/413 

  Cleanup        : perl                                                 222/413 

  Cleanup        : apr                                                  223/413 

  Cleanup        : logrotate                                            224/413 

  Cleanup        : ghostscript                                          225/413 

  Cleanup        : libvolume_id                                         226/413 

  Cleanup        : sos                                                  227/413 

  Cleanup        : dmidecode                                            228/413 

  Cleanup        : mysql                                                229/413 

  Cleanup        : xinetd                                               230/413 

  Cleanup        : selinux-policy-devel                                 231/413 

  Cleanup        : yum-rhn-plugin                                       232/413 

  Cleanup        : httpd                                                233/413 

  Cleanup        : libvolume_id                                         234/413 

  Cleanup        : curl                                                 235/413 

  Cleanup        : glibc-devel                                          236/413 

  Cleanup        : libpng                                               237/413 

  Cleanup        : libselinux                                           238/413 

  Cleanup        : vsftpd                                               239/413 

  Cleanup        : libxml2-python                                       240/413 

  Cleanup        : redhat-release-notes                                 241/413 

  Cleanup        : xorg-x11-font-utils                                  242/413 

  Cleanup        : dbus-libs                                            243/413 

  Cleanup        : mod_authz_ldap                                       244/413 

  Cleanup        : libicu                                               245/413 

  Cleanup        : device-mapper                                        246/413 

  Cleanup        : postgresql                                           247/413 

  Cleanup        : parted                                               248/413 

  Cleanup        : authconfig                                           249/413 

  Cleanup        : avahi                                                250/413 

  Cleanup        : vnc                                                  251/413 

  Cleanup        : w3m                                                  252/413 

  Cleanup        : audit-libs-python                                    253/413 

  Cleanup        : krb5-workstation                                     254/413 

  Cleanup        : ruby-rdoc                                            255/413 

  Cleanup        : xulrunner                                            256/413 

  Cleanup        : nscd                                                 257/413 

  Cleanup        : pam_krb5                                             258/413 

  Cleanup        : openldap                                             259/413 

  Cleanup        : autofs                                               260/413 

  Cleanup        : gzip                                                 261/413 

  Cleanup        : avahi-compat-libdns_sd                               262/413 

  Cleanup        : glibc                                                263/413 

  Cleanup        : krb5-libs                                            264/413 

  Cleanup        : net-snmp-libs                                        265/413 

  Cleanup        : avahi-glib                                           266/413 

  Cleanup        : bind-libs                                            267/413 

  Cleanup        : zlib                                                 268/413 

  Cleanup        : libhugetlbfs                                         269/413 

  Cleanup        : udev                                                 270/413 

  Cleanup        : vim-enhanced                                         271/413 

  Cleanup        : poppler-utils                                        272/413 

  Cleanup        : bash                                                 273/413 

  Cleanup        : system-config-securitylevel-tui                      274/413 

  Cleanup        : openssl                                              275/413 

  Cleanup        : zlib                                                 276/413 

  Cleanup        : man-pages-ja                                         277/413 

  Cleanup        : parted                                               278/413 

  Cleanup        : audit                                                279/413 

  Cleanup        : nspr                                                 280/413 

  Cleanup        : libtiff                                              281/413 

  Cleanup        : pam_krb5                                             282/413 

  Cleanup        : libpng                                               283/413 

  Cleanup        : python-urlgrabber                                    284/413 

  Cleanup        : libXfont                                             285/413 

  Cleanup        : xorg-x11-xfs                                         286/413 

  Cleanup        : yum-security                                         287/413 

  Cleanup        : avahi-glib                                           288/413 

  Cleanup        : vim-minimal                                          289/413 

  Cleanup        : vnc-server                                           290/413 

  Cleanup        : man                                                  291/413 

  Cleanup        : crash                                                292/413 

  Cleanup        : system-config-network                                293/413 

  Cleanup        : libsmbclient                                         294/413 

  Cleanup        : man-pages                                            295/413 

  Cleanup        : busybox                                              296/413 

  Cleanup        : postgresql-libs                                      297/413 

  Cleanup        : yum-fastestmirror                                    298/413 

  Cleanup        : exim                                                 299/413 

  Cleanup        : pcre                                                 300/413 

  Cleanup        : e2fsprogs                                            301/413 

  Cleanup        : rhn-setup                                            302/413 

  Cleanup        : pango                                                303/413 

  Cleanup        : samba-client                                         304/413 

  Cleanup        : nss_ldap                                             305/413 

  Cleanup        : mod_ssl                                              306/413 

  Cleanup        : gnome-vfs2                                           307/413 

  Cleanup        : e2fsprogs-libs                                       308/413 

  Cleanup        : rhnlib                                               309/413 

  Cleanup        : quota                                                310/413 

  Cleanup        : audit-libs                                           311/413 

  Cleanup        : dmraid-events                                        312/413 

  Cleanup        : SysVinit                                             313/413 

  Cleanup        : lvm2                                                 314/413 

  Cleanup        : kpartx                                               315/413 

  Cleanup        : openssh-clients                                      316/413 

  Cleanup        : libtiff                                              317/413 

  Cleanup        : sysfsutils                                           318/413 

  Cleanup        : redhat-release                                       319/413 

  Cleanup        : libsysfs                                             320/413 

  Cleanup        : libhugetlbfs                                         321/413 

  Cleanup        : rsync                                                322/413 

  Cleanup        : ksh                                                  323/413 

  Cleanup        : nss                                                  324/413 

  Cleanup        : system-config-lvm                                    325/413 

  Cleanup        : logwatch                                             326/413 

  Cleanup        : postgresql-libs                                      327/413 

  Cleanup        : libselinux-utils                                     328/413 

  Cleanup        : gdbm                                                 329/413 

  Cleanup        : hal                                                  330/413 

  Cleanup        : pyOpenSSL                                            331/413 

  Cleanup        : openssh-server                                       332/413 

  Cleanup        : openldap                                             333/413 

  Cleanup        : rhnsd                                                334/413 

  Cleanup        : apr                                                  335/413 

  Cleanup        : yum-utils                                            336/413 

  Cleanup        : ntp                                                  337/413 

  Cleanup        : libselinux-python                                    338/413 

  Cleanup        : samba-common                                         339/413 

  Cleanup        : sudo                                                 340/413 

  Cleanup        : hal                                                  341/413 

  Cleanup        : nss-tools                                            342/413 

  Cleanup        : openssl                                              343/413 

  Cleanup        : python-numeric                                       344/413 

  Cleanup        : ruby-libs                                            345/413

Comment 4 Kedar Bidarkar 2011-09-13 11:02:57 UTC
  Cleanup        : krb5-libs                                            346/413 

  Cleanup        : nss_ldap                                             347/413 

  Cleanup        : tmpwatch                                             348/413 

  Cleanup        : nfs-utils                                            349/413 

  Cleanup        : libxml2                                              350/413 

  Cleanup        : libuser                                              351/413 

  Cleanup        : postgresql-python                                    352/413 

  Cleanup        : dhclient                                             353/413 

  Cleanup        : glibc-common                                         354/413 

  Cleanup        : cryptsetup-luks                                      355/413 

  Cleanup        : nspr                                                 356/413 

  Cleanup        : audit-libs                                           357/413 

  Cleanup        : redhat-lsb                                           358/413 

  Cleanup        : cpuspeed                                             359/413 

  Cleanup        : screen                                               360/413 

  Cleanup        : device-mapper-multipath                              361/413 

  Cleanup        : procps                                               362/413 

  Cleanup        : coreutils                                            363/413 

  Cleanup        : pciutils                                             364/413 

  Cleanup        : redhat-lsb                                           365/413 

  Cleanup        : openswan                                             366/413 

  Cleanup        : rsyslog                                              367/413 

  Cleanup        : patch                                                368/413 

  Cleanup        : bind-utils                                           369/413 

  Cleanup        : cups-libs                                            370/413 

  Cleanup        : rhn-check                                            371/413 

  Cleanup        : shadow-utils                                         372/413 

  Cleanup        : initscripts                                          373/413 

  Cleanup        : ruby-irb                                             374/413 

  Cleanup        : nash                                                 375/413 

  Cleanup        : net-snmp                                             376/413 

  Cleanup        : libgcj                                               377/413 

  Cleanup        : rng-utils                                            378/413 

  Cleanup        : e2fsprogs-libs                                       379/413 

  Cleanup        : sed                                                  380/413 

  Cleanup        : cups                                                 381/413 

  Cleanup        : nss                                                  382/413 

  Cleanup        : gnome-vfs2                                           383/413 

  Cleanup        : dbus                                                 384/413 

  Cleanup        : kernel-headers                                       385/413 

  Cleanup        : ruby                                                 386/413 

  Cleanup        : selinux-policy-targeted                              387/413 

  Cleanup        : less                                                 388/413 

  Cleanup        : paps                                                 389/413 

  Cleanup        : device-mapper                                        390/413 

  Cleanup        : tzdata                                               391/413 

  Cleanup        : libselinux                                           392/413 

  Cleanup        : dmraid                                               393/413 

  Cleanup        : cups-libs                                            394/413 

  Cleanup        : dhcpv6-client                                        395/413 

  Cleanup        : kudzu                                                396/413 

  Cleanup        : kexec-tools                                          397/413 

  Cleanup        : system-config-network-tui                            398/413 

  Cleanup        : openldap-clients                                     399/413 

  Cleanup        : system-config-securitylevel                          400/413 

  Cleanup        : rhn-client-tools                                     401/413 

  Cleanup        : jwhois                                               402/413 

  Cleanup        : mkinitrd                                             403/413 

  Cleanup        : yum                                                  404/413 

  Cleanup        : libxml2                                              405/413 

  Cleanup        : pango                                                406/413 

  Cleanup        : ghostscript                                          407/413 

  Cleanup        : avahi                                                408/413 

  Cleanup        : vim-common                                           409/413 

  Cleanup        : util-linux                                           410/413 

  Cleanup        : m2crypto                                             411/413 

  Cleanup        : traceroute                                           412/413 

  Cleanup        : glibc-headers                                        413/413 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.3.1.el5                                        
  kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5                                  

Dependency Installed:
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  audit.x86_64 0:1.7.18-2.el5                                                   
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs.x86_64 0:1.7.18-2.el5                                              
  audit-libs-python.x86_64 0:1.7.18-2.el5                                       
  authconfig.x86_64 0:5.3.21-7.el5                                              
  authconfig-gtk.x86_64 0:5.3.21-7.el5                                          
  autofs.x86_64 1:5.0.1-0.rc2.156.el5                                           
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6                               
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5                                           
  bind-utils.x86_64 30:9.3.6-16.P1.el5                                          
  busybox.x86_64 1:1.2.0-10.el5                                                 
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  crash.x86_64 0:4.1.2-8.el5                                                    
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  cups.x86_64 1:1.3.7-26.el5_6.1                                                
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  cups-libs.x86_64 1:1.3.7-26.el5_6.1                                           
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dhcpv6-client.x86_64 0:1.0.10-20.el5                                          
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  ghostscript.i386 0:8.70-6.el5                                                 
  ghostscript.x86_64 0:8.70-6.el5                                               
  glibc.i686 0:2.5-65                                                           
  glibc.x86_64 0:2.5-65                                                         
  glibc-common.x86_64 0:2.5-65                                                  
  glibc-devel.x86_64 0:2.5-65                                                   
  glibc-headers.x86_64 0:2.5-65                                                 
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  gzip.x86_64 0:1.3.5-13.el5                                                    
  hal.i386 0:0.5.8.1-62.el5                                                     
  hal.x86_64 0:0.5.8.1-62.el5                                                   
  httpd.x86_64 0:2.2.3-53.el5_7.1                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.3.1.el5                                    
  kexec-tools.x86_64 0:1.102pre-126.el5_6.6                                     
  kpartx.x86_64 0:0.4.7-46.el5_7.1                                              
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-libs.x86_64 0:1.6.1-62.el5                                               
  krb5-workstation.x86_64 0:1.6.1-62.el5                                        
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  kudzu.x86_64 0:1.2.57.1.26-1                                                  
  less.x86_64 0:436-7.el5                                                       
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libhugetlbfs.x86_64 0:1.3-8.2.el5                                             
  libicu.i386 0:3.6-5.16                                                        
  libicu.x86_64 0:3.6-5.16                                                      
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux.x86_64 0:1.33.4-5.7.el5                                            
  libselinux-python.x86_64 0:1.33.4-5.7.el5                                     
  libselinux-utils.x86_64 0:1.33.4-5.7.el5                                      
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libtiff.x86_64 0:3.8.2-7.el5_6.7                                              
  libuser.x86_64 0:0.54.7-2.1.el5_5.2                                           
  libvolume_id.i386 0:095-14.27.el5                                             
  libvolume_id.x86_64 0:095-14.27.el5                                           
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2.x86_64 0:2.6.26-2.1.12                                                
  libxml2-python.x86_64 0:2.6.26-2.1.12                                         
  logrotate.x86_64 0:3.7.4-12                                                   
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  man-pages.noarch 0:2.39-17.el5                                                
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.x86_64 0:5.1.19.6-71.el5                                             
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.1                                             
  mysql.x86_64 0:5.0.77-4.el5_6.6                                               
  nash.x86_64 0:5.1.19.6-71.el5                                                 
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nfs-utils.x86_64 1:1.0.9-54.el5                                               
  nscd.x86_64 0:2.5-65                                                          
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss.x86_64 0:3.12.10-4.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-4.el5_7                                            
  nss_ldap.i386 0:253-42.el5                                                    
  nss_ldap.x86_64 0:253-42.el5                                                  
  ntp.x86_64 0:4.2.2p1-15.el5                                                   
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap.x86_64 0:2.3.43-12.el5_6.7                                           
  openldap-clients.x86_64 0:2.3.43-12.el5_6.7                                   
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_6.4                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  pango.x86_64 0:1.14.9-8.el5_6.2                                               
  paps.x86_64 0:0.6.6-20.el5                                                    
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  passwd.x86_64 0:0.73-2                                                        
  patch.x86_64 0:2.5.4-31.el5                                                   
  pciutils.x86_64 0:3.1.7-3.el5                                                 
  pcre.x86_64 0:6.6-6.el5_6.1                                                   
  perl.x86_64 4:5.8.8-32.el5_6.3                                                
  poppler.x86_64 0:0.5.4-4.4.el5_6.17                                           
  poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17                                     
  postgresql.x86_64 0:8.1.23-1.el5_6.1                                          
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_6.1                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_6.1                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  psmisc.x86_64 0:22.2-7.el5_6.2                                                
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python-numeric.x86_64 0:23.7-2.2.2.el5_6.1                                    
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-lsb.x86_64 0:4.0-2.1.4.el5                                             
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rng-utils.x86_64 1:2.0-4.el5                                                  
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  rsyslog.x86_64 0:3.22.1-3.el5_6.1                                             
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-devel.noarch 0:2.4.6-316.el5                                   
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.x86_64 0:1.7.2p1-10.el5                                                  
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-lvm.noarch 0:1.1.5-9.el5                                        
  system-config-network.noarch 0:1.3.99.19-2.el5                                
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  system-config-securitylevel.x86_64 0:1.6.29.1-6.el5                           
  system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5                       
  tmpwatch.x86_64 0:2.9.7-1.1.el5.5                                             
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011h-2.el5                                                   
  udev.x86_64 0:095-14.27.el5                                                   
  util-linux.x86_64 0:2.13-0.56.el5                                             
  vim-common.x86_64 2:7.0.109-7.el5                                             
  vim-enhanced.x86_64 2:7.0.109-7.el5                                           
  vim-minimal.x86_64 2:7.0.109-7.el5                                            
  vnc.x86_64 0:4.1.2-14.el5_6.6                                                 
  vnc-server.x86_64 0:4.1.2-14.el5_6.6                                          
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1                                         
  xulrunner.x86_64 0:1.9.2.22-1.el5_7                                           
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/etc/sysconfig/rh-cloud-firstboot FOUND
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  cat /etc/sysconfig/rh-cloud-firstboot
RESULT: RUN_FIRSTBOOT=NO 
EXPECTED RESULT: RUN_FIRSTBOOT=NO
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify nameserver ... 
######################################################################################
COMMAND:  /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4  | wc -l
RESULT: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify group file ... 
######################################################################################
COMMAND:  cat /etc/group | grep root:x:0
RESULT: root:x:0:root 
EXPECTED RESULT: root:x:0:root
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep bin:x:1
RESULT: bin:x:1:root,bin,daemon 
EXPECTED RESULT: bin:x:1:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep daemon:x:2
RESULT: daemon:x:2:root,bin,daemon 
EXPECTED RESULT: daemon:x:2:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep nobody:x:99
RESULT: nobody:x:99: 
EXPECTED RESULT: nobody:x:99:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new passwd file ... 
######################################################################################
COMMAND:  cat /etc/passwd | grep root:x:0
RESULT: root:x:0:0:root:/root:/bin/bash 
EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep nobody:x:99
RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin 
EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep sshd
RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin 
EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new shells file ... 
######################################################################################
COMMAND:  cat /etc/shells | grep bash
RESULT: /bin/bash 
EXPECTED RESULT: /bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/shells | grep nologin
RESULT: /sbin/nologin 
EXPECTED RESULT: /sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify networking ... 
######################################################################################
COMMAND:  grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2
RESULT: yes 
EXPECTED RESULT: yes
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify device ... 
######################################################################################
COMMAND:  grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2
RESULT: eth0 
EXPECTED RESULT: eth0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
RETURN CODE: 0
COMMAND:  /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd ...
######################################################################################
COMMAND:  chkconfig --list | grep sshd
RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/sshd status | grep running | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify  chkconfig ... 
######################################################################################
COMMAND:  chkconfig --list | grep crond | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
COMMAND:  chkconfig --list | grep  iptables | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0

Comment 5 Kedar Bidarkar 2011-09-13 11:03:01 UTC
PASS
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rsyslog | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog config ... 
######################################################################################
COMMAND:  md5sum /etc/rsyslog.conf | cut -f 1 -d  " "
RESULT: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd is on ... 
######################################################################################
COMMAND:  /sbin/chkconfig --list auditd | grep 3:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  /sbin/chkconfig --list auditd | grep 5:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify audit.rules ... 
######################################################################################
COMMAND:  md5sum /etc/audit/audit.rules | cut -f 1 -d  " "
RESULT: f9869e1191838c461f5b9051c78a638d 
EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd.conf ... 
######################################################################################
COMMAND:  md5sum /etc/audit/auditd.conf | cut -f 1 -d  " "
RESULT: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... 
######################################################################################
COMMAND:  ls /etc/ld.so.conf.d/libc6-xen.conf
ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##test menu.lst ... 
######################################################################################
COMMAND:  file /boot/grub/menu.lst  | grep symbolic | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  file /boot/grub/menu.lst  | grep grub.conf | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  cat /boot/grub/grub.conf  | grep "(hd0,0)" | wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image

## Summary ##
FAILURES = 0
FAILED TESTS = 
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 6 Kedar Bidarkar 2011-09-13 11:06:24 UTC
IMAGE ID= ami-d75390be_us-east-1_m2.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
ip-10-119-41-193
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.5
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ... 
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-194.32.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-194.32.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-194.32.1 
EXPECTED RESULT: 2.6.18-194.32.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-194.32.1
RESULT: title RHEL-5.5-Starter-EBS-x86_64-11.raw (2.6.18-194.32.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-194.32.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-194.32.1.el5xen.img 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ... 
######################################################################################
COMMAND:  /bin/uname -o
RESULT: GNU/Linux 
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ... 
######################################################################################
COMMAND:  ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    S file Size differs
    M Mode differs (includes permissions and file type)
    5 MD5 sum differs
    D Device major/minor number mismatch
    L readLink(2) path mismatch
    U User ownership differs
    G Group ownership differs
    T mTime differs

COMMAND:  cat /tmp/rpmqaV.txt | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.5 
EXPECTED RESULT: 5.5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ... 
######################################################################################
COMMAND:  cat /tmp/Packager | grep -v 'Red Hat, Inc.' |  grep -v crash-trace-commandPackager| wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ... 
######################################################################################
COMMAND:  grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
repo id                     repo name                            status
rhui-us-east-rhel-server-1y Red Hat Enterprise Linux Server 5 (R enabled: 12,029
repolist: 12,029 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
Installed Groups:
   Administration Tools
   Editors
   FTP Server
   Graphics
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   Network Servers
   PostgreSQL Database
   Printing Support
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
--> Processing Dependency: python-libs-x86_64 >= 2.4.3-32.el5 for package: gdb
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package gettext.x86_64 0:0.17-1.el5 set to be updated
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libgomp.x86_64 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-20.el5_5.1 for package: rpm-python
---> Package popt.i386 0:1.10.2.3-22.el5 set to be updated
---> Package popt.x86_64 0:1.10.2.3-22.el5 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
---> Package python-libs.x86_64 0:2.4.3-44.el5 set to be updated
---> Package rpm.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4 set to be updated
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Running transaction check
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Running transaction check
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
--> Processing Conflict: python-libs conflicts python < 2.4.3-32.el5
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package python.x86_64 0:2.4.3-44.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version             Repository                   Size
================================================================================
Installing:
 autoconf          noarch 2.59-12             rhui-us-east-rhel-server-1y 646 k
 automake          noarch 1.9.6-2.3.el5       rhui-us-east-rhel-server-1y 476 k
 automake14        noarch 1.4p6-13.el5.1      rhui-us-east-rhel-server-1y 200 k
 automake15        noarch 1.5-16.el5.2        rhui-us-east-rhel-server-1y 230 k
 automake16        noarch 1.6.3-8.el5.1       rhui-us-east-rhel-server-1y 241 k
 automake17        noarch 1.7.9-7.el5.2       rhui-us-east-rhel-server-1y 278 k
 bison             x86_64 2.3-2.1             rhui-us-east-rhel-server-1y 549 k
 byacc             x86_64 1.9-29.2.2          rhui-us-east-rhel-server-1y  41 k
 cscope            x86_64 15.5-15.1.el5_3.1   rhui-us-east-rhel-server-1y 144 k
 ctags             x86_64 5.6-1.1             rhui-us-east-rhel-server-1y 131 k
 cvs               x86_64 1.11.22-7.el5       rhui-us-east-rhel-server-1y 737 k
 dev86             x86_64 0.16.17-2.2         rhui-us-east-rhel-server-1y 397 k
 diffstat          x86_64 1.41-1.2.3.el5      rhui-us-east-rhel-server-1y  19 k
 dogtail           noarch 0.6.1-4.el5         rhui-us-east-rhel-server-1y 172 k
 doxygen           x86_64 1:1.4.7-1.1         rhui-us-east-rhel-server-1y 2.4 M
 elfutils          x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 216 k
 flex              x86_64 2.5.4a-41.fc6       rhui-us-east-rhel-server-1y 131 k
 gcc-c++           x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran      x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.5 M
 gdb               x86_64 7.0.1-37.el5_7.1    rhui-us-east-rhel-server-1y 2.4 M
 gettext           i386   0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 indent            x86_64 2.2.9-14.fc6        rhui-us-east-rhel-server-1y  97 k
 libtool           x86_64 1.5.22-7.el5_4      rhui-us-east-rhel-server-1y 667 k
 ltrace            x86_64 0.5-13.45svn.el5    rhui-us-east-rhel-server-1y  62 k
 oprofile          x86_64 0.9.4-15.el5        rhui-us-east-rhel-server-1y 2.6 M
 patchutils        x86_64 0.2.31-2.2.2        rhui-us-east-rhel-server-1y 111 k
 pstack            x86_64 1.2-7.2.2           rhui-us-east-rhel-server-1y 4.6 k
 python-ldap       x86_64 2.2.0-2.1           rhui-us-east-rhel-server-1y 123 k
 rcs               x86_64 5.7-30.1            rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config noarch 8.0.45-32.el5       rhui-us-east-rhel-server-1y  54 k
 rpm-build         x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 302 k
 splint            x86_64 3.1.1-16.el5        rhui-us-east-rhel-server-1y 1.5 M
 strace            x86_64 4.5.18-5.el5_5.5    rhui-us-east-rhel-server-1y 177 k
 swig              x86_64 1.3.29-2.el5        rhui-us-east-rhel-server-1y 2.9 M
 systemtap         x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y 2.4 M
 texinfo           x86_64 4.8-14.el5          rhui-us-east-rhel-server-1y 763 k
 valgrind          i386   1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  20 M
 valgrind          x86_64 1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  21 M
Updating:
 gcc               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 5.3 M
 gettext           x86_64 0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 python            x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y  57 k
 subversion        i386   1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.1 M
 subversion        x86_64 1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.2 M
Installing for dependencies:
 at-spi            x86_64 1.7.11-3.el5        rhui-us-east-rhel-server-1y 304 k
 elfutils-libs     x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 183 k
 gnome-python2-gconf
                   x86_64 2.16.0-1.fc6        rhui-us-east-rhel-server-1y  34 k
 imake             x86_64 1.0.2-3             rhui-us-east-rhel-server-1y 319 k
 libXTrap          x86_64 1.0.0-3.1           rhui-us-east-rhel-server-1y  23 k
 libXevie          x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  14 k
 libXfontcache     x86_64 1.0.2-3.1           rhui-us-east-rhel-server-1y 9.8 k
 libXxf86misc      x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  12 k
 libgfortran       x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 244 k
 libgomp           i386   4.4.4-13.el5        rhui-us-east-rhel-server-1y  72 k
 libstdc++-devel   x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.8 M
 pyspi             x86_64 0.6.1-1.el5         rhui-us-east-rhel-server-1y  98 k
 python-libs       x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y 5.9 M
 systemtap-runtime x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y  96 k

Comment 7 Kedar Bidarkar 2011-09-13 11:06:27 UTC
 xorg-x11-server-Xvfb
                   x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                   x86_64 7.1-5.el5_6.2       rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xinit    x86_64 1.0.2-15.el5        rhui-us-east-rhel-server-1y  26 k
Updating for dependencies:
 cpp               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.9 M
 libgcc            i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y  96 k
 libgcc            x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y  99 k
 libgomp           x86_64 4.4.4-13.el5        rhui-us-east-rhel-server-1y  69 k
 libstdc++         i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y 363 k
 libstdc++         x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 353 k
 popt              i386   1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  75 k
 popt              x86_64 1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  77 k
 rpm               x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 1.2 M
 rpm-libs          x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 923 k
 rpm-python        x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install      55 Package(s)
Upgrade      16 Package(s)

Total download size: 103 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.6 MB/s | 103 MB     00:28     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                    1/87 

  Updating       : cpp                                                     2/87 

  Updating       : libgomp                                                 3/87 

  Installing     : libXfontcache                                           4/87 

  Installing     : xorg-x11-server-Xvfb                                    5/87 

  Installing     : libXxf86misc                                            6/87 

  Installing     : libgfortran                                             7/87 

  Installing     : imake                                                   8/87 

  Installing     : libXevie                                                9/87 

  Installing     : at-spi                                                 10/87 

  Installing     : libXTrap                                               11/87 

  Installing     : xorg-x11-server-utils                                  12/87 

  Installing     : xorg-x11-xinit                                         13/87 

  Installing     : elfutils-libs                                          14/87 

  Installing     : elfutils                                               15/87 

  Installing     : dev86                                                  16/87 

  Installing     : ctags                                                  17/87 

  Installing     : splint                                                 18/87 

  Installing     : patchutils                                             19/87 

  Installing     : strace                                                 20/87 

  Installing     : cvs                                                    21/87 

  Installing     : valgrind                                               22/87 

  Installing     : indent                                                 23/87 

  Installing     : texinfo                                                24/87 

  Installing     : flex                                                   25/87 

  Installing     : bison                                                  26/87 

  Installing     : rcs                                                    27/87 

  Installing     : byacc                                                  28/87 

  Installing     : cscope                                                 29/87 

  Installing     : diffstat                                               30/87 

  Installing     : ltrace                                                 31/87 

  Installing     : autoconf                                               32/87 

  Installing     : automake                                               33/87 

  Installing     : systemtap-runtime                                      34/87 

  Installing     : libtool                                                35/87 

  Installing     : automake17                                             36/87 

  Installing     : automake15                                             37/87 

  Installing     : redhat-rpm-config                                      38/87 

  Installing     : automake14                                             39/87 

  Installing     : automake16                                             40/87 

  Updating       : libgcc                                                 41/87 

  Updating       : libgcc                                                 42/87 

  Updating       : libstdc++                                              43/87 

  Updating       : libstdc++                                              44/87 

  Installing     : libgomp                                                45/87 

  Updating       : popt                                                   46/87 

  Installing     : swig                                                   47/87 

  Installing     : oprofile                                               48/87 

  Installing     : doxygen                                                49/87 

  Installing     : valgrind                                               50/87 

  Installing     : libstdc++-devel                                        51/87 

  Updating       : gcc                                                    52/87 

  Installing     : gcc-c++                                                53/87 

  Installing     : gcc-gfortran                                           54/87 

  Updating       : python                                                 55/87 

  Updating       : rpm-libs                                               56/87 

  Installing     : python-libs                                            57/87 

  Updating       : rpm                                                    58/87 

  Updating       : rpm-python                                             59/87 

  Installing     : gdb                                                    60/87 

  Installing     : pyspi                                                  61/87 

  Installing     : gnome-python2-gconf                                    62/87 

  Updating       : subversion                                             63/87 

  Updating       : subversion                                             64/87 

  Installing     : rpm-build                                              65/87 

  Installing     : systemtap                                              66/87 

  Installing     : gettext                                                67/87 

  Installing     : dogtail                                                68/87 

  Updating       : gettext                                                69/87 

  Installing     : python-ldap                                            70/87 

  Installing     : pstack                                                 71/87 

  Cleanup        : rpm-libs                                               72/87 

  Cleanup        : rpm-python                                             73/87 

  Cleanup        : python                                                 74/87 

  Cleanup        : libgomp                                                75/87 

  Cleanup        : libstdc++                                              76/87 

  Cleanup        : popt                                                   77/87 

  Cleanup        : gcc                                                    78/87 

  Cleanup        : libgcc                                                 79/87 

  Cleanup        : rpm                                                    80/87 

  Cleanup        : libstdc++                                              81/87 

  Cleanup        : gettext                                                82/87 

  Cleanup        : libgcc                                                 83/87 

  Cleanup        : cpp                                                    84/87 

  Cleanup        : subversion                                             85/87 

  Cleanup        : popt                                                   86/87 

  Cleanup        : subversion                                             87/87 

Installed:
  autoconf.noarch 0:2.59-12           automake.noarch 0:1.9.6-2.3.el5          
  automake14.noarch 0:1.4p6-13.el5.1  automake15.noarch 0:1.5-16.el5.2         
  automake16.noarch 0:1.6.3-8.el5.1   automake17.noarch 0:1.7.9-7.el5.2        
  bison.x86_64 0:2.3-2.1              byacc.x86_64 0:1.9-29.2.2                
  cscope.x86_64 0:15.5-15.1.el5_3.1   ctags.x86_64 0:5.6-1.1                   
  cvs.x86_64 0:1.11.22-7.el5          dev86.x86_64 0:0.16.17-2.2               
  diffstat.x86_64 0:1.41-1.2.3.el5    dogtail.noarch 0:0.6.1-4.el5             
  doxygen.x86_64 1:1.4.7-1.1          elfutils.x86_64 0:0.137-3.el5            
  flex.x86_64 0:2.5.4a-41.fc6         gcc-c++.x86_64 0:4.1.2-51.el5            
  gcc-gfortran.x86_64 0:4.1.2-51.el5  gdb.x86_64 0:7.0.1-37.el5_7.1            
  gettext.i386 0:0.17-1.el5           indent.x86_64 0:2.2.9-14.fc6             
  libtool.x86_64 0:1.5.22-7.el5_4     ltrace.x86_64 0:0.5-13.45svn.el5         
  oprofile.x86_64 0:0.9.4-15.el5      patchutils.x86_64 0:0.2.31-2.2.2         
  pstack.x86_64 0:1.2-7.2.2           python-ldap.x86_64 0:2.2.0-2.1           
  rcs.x86_64 0:5.7-30.1               redhat-rpm-config.noarch 0:8.0.45-32.el5 
  rpm-build.x86_64 0:4.4.2.3-22.el5   splint.x86_64 0:3.1.1-16.el5             
  strace.x86_64 0:4.5.18-5.el5_5.5    swig.x86_64 0:1.3.29-2.el5               
  systemtap.x86_64 0:1.3-9.el5        texinfo.x86_64 0:4.8-14.el5              
  valgrind.i386 1:3.5.0-5.el5         valgrind.x86_64 1:3.5.0-5.el5            

Dependency Installed:
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  imake.x86_64 0:1.0.2-3                                                        
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgomp.i386 0:4.4.4-13.el5                                                   
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  python-libs.x86_64 0:2.4.3-44.el5                                             
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               gettext.x86_64 0:0.17-1.el5          
  python.x86_64 0:2.4.3-44.el5            subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libgomp.x86_64 0:4.4.4-13.el5        
  libstdc++.i386 0:4.1.2-51.el5           libstdc++.x86_64 0:4.1.2-51.el5      
  popt.i386 0:1.10.2.3-22.el5             popt.x86_64 0:1.10.2.3-22.el5        
  rpm.x86_64 0:4.4.2.3-22.el5             rpm-libs.x86_64 0:4.4.2.3-22.el5     
  rpm-python.x86_64 0:4.4.2.3-22.el5     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package audit.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.i386 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs-python.x86_64 0:1.7.18-2.el5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5 set to be updated
---> Package avahi.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.x86_64 1:1.2.0-10.el5 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package crash.x86_64 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package cups.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.i386 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.i386 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.x86_64 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5 set to be updated
---> Package ghostscript.x86_64 0:8.70-6.el5 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc.x86_64 0:2.5-65 set to be updated
---> Package glibc-common.x86_64 0:2.5-65 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package hal.i386 0:0.5.8.1-62.el5 set to be updated
---> Package hal.x86_64 0:0.5.8.1-62.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.x86_64 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package krb5-libs.i386 0:1.6.1-62.el5 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-62.el5 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-62.el5 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.x86_64 0:1.2.57.1.26-1 set to be updated
---> Package less.x86_64 0:436-7.el5 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libhugetlbfs.x86_64 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16 set to be updated
---> Package libicu.x86_64 0:3.6-5.16 set to be updated
---> Package libpng.i386 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libtiff.i386 0:3.8.2-7.el5_6.7 set to be updated
---> Package libtiff.x86_64 0:3.8.2-7.el5_6.7 set to be updated
---> Package libuser.x86_64 0:0.54.7-2.1.el5_5.2 set to be updated
---> Package libvolume_id.i386 0:095-14.27.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package man-pages.noarch 0:2.39-17.el5 set to be updated
---> Package man-pages-ja.noarch 0:20060815-14.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.x86_64 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.x86_64 1:1.0.9-54.el5 set to be updated
---> Package nscd.x86_64 0:2.5-65 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5 set to be updated
---> Package ntp.x86_64 0:4.2.2p1-15.el5 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_6.4 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.x86_64 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package passwd.x86_64 0:0.73-2 set to be updated
---> Package patch.x86_64 0:2.5.4-31.el5 set to be updated
---> Package pciutils.x86_64 0:3.1.7-3.el5 set to be updated
---> Package pcre.x86_64 0:6.6-6.el5_6.1 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package psmisc.x86_64 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python-numeric.x86_64 0:23.7-2.2.2.el5_6.1 set to be updated
---> Package python-urlgrabber.noarch 0:3.1.0-6.el5 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-lsb.i386 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-lsb.x86_64 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.x86_64 1:2.0-4.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.x86_64 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-devel.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5 set to be updated
---> Package sudo.x86_64 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-lvm.noarch 0:1.1.5-9.el5 set to be updated
---> Package system-config-network.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-securitylevel.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.x86_64 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011h-2.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5 set to be updated
---> Package util-linux.x86_64 0:2.13-0.56.el5 set to be updated
---> Package vim-common.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vnc.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.x86_64 0:1.9.2.22-1.el5_7 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Running transaction check
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version              Repository                   Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y  21 M
 kernel-xen-devel x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5          rhui-us-east-rhel-server-1y 118 k
 apr              i386   1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 124 k
 apr              x86_64 1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 120 k
 audit            x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y 365 k
 audit-libs       i386   1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs       x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs-python
                  x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  82 k
 authconfig       x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y 456 k
 authconfig-gtk   x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y  47 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5
                                              rhui-us-east-rhel-server-1y 933 k
 avahi            i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 251 k
 avahi            x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 258 k
 avahi-compat-libdns_sd
                  x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  24 k
 avahi-glib       i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 avahi-glib       x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 bash             x86_64 3.2-32.el5           rhui-us-east-rhel-server-1y 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 178 k
 busybox          x86_64 1:1.2.0-10.el5       rhui-us-east-rhel-server-1y 1.2 M
 coreutils        x86_64 5.97-34.el5          rhui-us-east-rhel-server-1y 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5       rhui-us-east-rhel-server-1y  33 k
 crash            x86_64 4.1.2-8.el5          rhui-us-east-rhel-server-1y 1.7 M
 cryptsetup-luks  x86_64 1.0.3-8.el5          rhui-us-east-rhel-server-1y 709 k
 cups             x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 3.1 M
 cups-libs        i386   1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 199 k
 cups-libs        x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 195 k
 curl             x86_64 7.15.5-9.el5_7.4     rhui-us-east-rhel-server-1y 231 k
 dbus             x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 234 k
 dbus-libs        i386   1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 124 k
 dbus-libs        x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 123 k
 device-mapper    i386   1.02.63-4.el5        rhui-us-east-rhel-server-1y 776 k
 device-mapper    x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1  rhui-us-east-rhel-server-1y 286 k
 dhcpv6-client    x86_64 1.0.10-20.el5        rhui-us-east-rhel-server-1y 124 k
 dmidecode        x86_64 1:2.11-1.el5         rhui-us-east-rhel-server-1y  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y  24 k
 e2fsprogs        x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 844 k
 e2fsprogs-libs   i386   1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 exim             x86_64 4.63-10.el5          rhui-us-east-rhel-server-1y 1.2 M
 finger           x86_64 0.17-33              rhui-us-east-rhel-server-1y  21 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y  28 k
 ghostscript      i386   8.70-6.el5           rhui-us-east-rhel-server-1y 9.0 M
 ghostscript      x86_64 8.70-6.el5           rhui-us-east-rhel-server-1y 8.9 M
 glibc            i686   2.5-65               rhui-us-east-rhel-server-1y 5.3 M
 glibc            x86_64 2.5-65               rhui-us-east-rhel-server-1y 4.8 M
 glibc-common     x86_64 2.5-65               rhui-us-east-rhel-server-1y  16 M
 glibc-devel      x86_64 2.5-65               rhui-us-east-rhel-server-1y 2.4 M
 glibc-headers    x86_64 2.5-65               rhui-us-east-rhel-server-1y 594 k
 gnome-vfs2       i386   2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.2 M
 gnome-vfs2       x86_64 2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.3 M
 gzip             x86_64 1.3.5-13.el5         rhui-us-east-rhel-server-1y 104 k
 hal              i386   0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 391 k
 hal              x86_64 0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 377 k
 httpd            x86_64 2.2.3-53.el5_7.1     rhui-us-east-rhel-server-1y 1.2 M
 hwdata           noarch 0.213.24-1.el5       rhui-us-east-rhel-server-1y 414 k
 initscripts      x86_64 8.45.38-2.el5        rhui-us-east-rhel-server-1y 1.6 M
 jwhois           x86_64 3.2.3-12.el5         rhui-us-east-rhel-server-1y  97 k
 kernel-headers   x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 1.3 M
 kexec-tools      x86_64 1.102pre-126.el5_6.6 rhui-us-east-rhel-server-1y 578 k
 kpartx           x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 440 k
 krb5-libs        i386   1.6.1-62.el5         rhui-us-east-rhel-server-1y 668 k
 krb5-libs        x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 680 k
 krb5-workstation x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 916 k
 ksh              x86_64 20100202-1.el5_6.6   rhui-us-east-rhel-server-1y 1.3 M
 kudzu            x86_64 1.2.57.1.26-1        rhui-us-east-rhel-server-1y 232 k
 less             x86_64 436-7.el5            rhui-us-east-rhel-server-1y 108 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7    rhui-us-east-rhel-server-1y 245 k
 libgcj           x86_64 4.1.2-51.el5         rhui-us-east-rhel-server-1y  18 M
 libhugetlbfs     i386   1.3-8.2.el5          rhui-us-east-rhel-server-1y  40 k
 libhugetlbfs     x86_64 1.3-8.2.el5          rhui-us-east-rhel-server-1y  42 k
 libicu           i386   3.6-5.16             rhui-us-east-rhel-server-1y 5.3 M
 libicu           x86_64 3.6-5.16             rhui-us-east-rhel-server-1y 5.2 M
 libpng           i386   2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 241 k
 libpng           x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k
 libselinux       i386   1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  77 k
 libselinux       x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  78 k
 libselinux-python
                  x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  74 k
 libselinux-utils x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  56 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 917 k
 libsysfs         x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  46 k
 libtiff          i386   3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 308 k

Comment 8 Kedar Bidarkar 2011-09-13 11:06:31 UTC
 libtiff          x86_64 3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 313 k
 libuser          x86_64 0.54.7-2.1.el5_5.2   rhui-us-east-rhel-server-1y 450 k
 libvolume_id     i386   095-14.27.el5        rhui-us-east-rhel-server-1y  44 k
 libvolume_id     x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y  42 k
 libxml2          i386   2.6.26-2.1.12        rhui-us-east-rhel-server-1y 795 k
 libxml2          x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 807 k
 libxml2-python   x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 713 k
 logrotate        x86_64 3.7.4-12             rhui-us-east-rhel-server-1y  42 k
 logwatch         noarch 7.3-9.el5_6          rhui-us-east-rhel-server-1y 244 k
 lvm2             x86_64 2.02.84-6.el5_7.1    rhui-us-east-rhel-server-1y 3.1 M
 m2crypto         x86_64 0.16-8.el5           rhui-us-east-rhel-server-1y 498 k
 man              x86_64 1.6d-2.el5           rhui-us-east-rhel-server-1y 264 k
 man-pages        noarch 2.39-17.el5          rhui-us-east-rhel-server-1y 4.2 M
 man-pages-ja     noarch 20060815-14.el5      rhui-us-east-rhel-server-1y 4.9 M
 mkinitrd         x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 463 k
 mod_authz_ldap   x86_64 0.26-11.el5          rhui-us-east-rhel-server-1y  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.1   rhui-us-east-rhel-server-1y  94 k
 mysql            x86_64 5.0.77-4.el5_6.6     rhui-us-east-rhel-server-1y 4.8 M
 nash             x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M
 nfs-utils        x86_64 1:1.0.9-54.el5       rhui-us-east-rhel-server-1y 404 k
 nscd             x86_64 2.5-65               rhui-us-east-rhel-server-1y 169 k
 nspr             i386   4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 120 k
 nspr             x86_64 4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 119 k
 nss              i386   3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss              x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss-tools        x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.2 M
 nss_ldap         i386   253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 nss_ldap         x86_64 253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 ntp              x86_64 4.2.2p1-15.el5       rhui-us-east-rhel-server-1y 1.3 M
 openldap         i386   2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 296 k
 openldap         x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 304 k
 openldap-clients x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 223 k
 openssh          x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 278 k
 openssl          i686   0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openssl          x86_64 0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openswan         x86_64 2.6.21-5.el5_6.4     rhui-us-east-rhel-server-1y 1.0 M
 pam_krb5         i386   2.2.14-21.el5        rhui-us-east-rhel-server-1y 150 k
 pam_krb5         x86_64 2.2.14-21.el5        rhui-us-east-rhel-server-1y 149 k
 pango            i386   1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 334 k
 pango            x86_64 1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 338 k
 paps             x86_64 0.6.6-20.el5         rhui-us-east-rhel-server-1y  34 k
 parted           i386   1.8.1-28.el5         rhui-us-east-rhel-server-1y 541 k
 parted           x86_64 1.8.1-28.el5         rhui-us-east-rhel-server-1y 520 k
 passwd           x86_64 0.73-2               rhui-us-east-rhel-server-1y  21 k
 patch            x86_64 2.5.4-31.el5         rhui-us-east-rhel-server-1y  64 k
 pciutils         x86_64 3.1.7-3.el5          rhui-us-east-rhel-server-1y 112 k
 pcre             x86_64 6.6-6.el5_6.1        rhui-us-east-rhel-server-1y 118 k
 perl             x86_64 4:5.8.8-32.el5_6.3   rhui-us-east-rhel-server-1y  12 M
 poppler          x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y 3.0 M
 poppler-utils    x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y  76 k
 postgresql       x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-libs  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-python
                  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y  56 k
 procps           x86_64 3.2.7-17.el5         rhui-us-east-rhel-server-1y 215 k
 psmisc           x86_64 22.2-7.el5_6.2       rhui-us-east-rhel-server-1y  62 k
 pyOpenSSL        x86_64 0.6-2.el5            rhui-us-east-rhel-server-1y 120 k
 python-numeric   x86_64 23.7-2.2.2.el5_6.1   rhui-us-east-rhel-server-1y 801 k
 python-urlgrabber
                  noarch 3.1.0-6.el5          rhui-us-east-rhel-server-1y 132 k
 quota            x86_64 1:3.13-5.el5         rhui-us-east-rhel-server-1y 348 k
 redhat-lsb       i386   4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  25 k
 redhat-lsb       x86_64 4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  24 k
 redhat-release   x86_64 5Server-5.7.0.3      rhui-us-east-rhel-server-1y  62 k
 redhat-release-notes
                  x86_64 5Server-41           rhui-us-east-rhel-server-1y 371 k
 rhn-check        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y  42 k
 rhn-client-tools noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 924 k
 rhn-setup        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 114 k
 rhnlib           noarch 2.5.22-6.el5         rhui-us-east-rhel-server-1y  70 k
 rhnsd            x86_64 4.7.0-10.el5         rhui-us-east-rhel-server-1y  34 k
 rng-utils        x86_64 1:2.0-4.el5          rhui-us-east-rhel-server-1y  17 k
 rsync            x86_64 3.0.6-4.el5_7.1      rhui-us-east-rhel-server-1y 347 k
 rsyslog          x86_64 3.22.1-3.el5_6.1     rhui-us-east-rhel-server-1y 381 k
 ruby             x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 6.8 M
 screen           x86_64 4.0.3-4.el5          rhui-us-east-rhel-server-1y 571 k
 sed              x86_64 4.1.5-8.el5          rhui-us-east-rhel-server-1y 178 k
 selinux-policy   noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 420 k
 selinux-policy-devel
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 446 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1  rhui-us-east-rhel-server-1y 1.1 M
 sos              noarch 1.7-9.54.el5         rhui-us-east-rhel-server-1y 151 k
 sudo             x86_64 1.7.2p1-10.el5       rhui-us-east-rhel-server-1y 354 k
 sysfsutils       x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  40 k
 system-config-lvm
                  noarch 1.1.5-9.el5          rhui-us-east-rhel-server-1y 690 k
 system-config-network
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 424 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 1.8 M
 system-config-securitylevel
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 280 k
 system-config-securitylevel-tui
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 254 k
 tmpwatch         x86_64 2.9.7-1.1.el5.5      rhui-us-east-rhel-server-1y  19 k
 traceroute       x86_64 3:2.0.1-6.el5        rhui-us-east-rhel-server-1y  41 k
 tzdata           x86_64 2011h-2.el5          rhui-us-east-rhel-server-1y 781 k
 udev             x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y 2.4 M
 util-linux       x86_64 2.13-0.56.el5        rhui-us-east-rhel-server-1y 1.8 M
 vim-common       x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 6.4 M
 vim-enhanced     x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 1.3 M
 vim-minimal      x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 333 k
 vnc              x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 159 k
 vnc-server       x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 2.0 M
 vsftpd           x86_64 2.0.5-21.el5         rhui-us-east-rhel-server-1y 140 k
 w3m              x86_64 0.5.1-18.el5         rhui-us-east-rhel-server-1y 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5      rhui-us-east-rhel-server-1y 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3              rhui-us-east-rhel-server-1y  79 k
 xorg-x11-xfs     x86_64 1:1.0.2-5.el5_6.1    rhui-us-east-rhel-server-1y  73 k
 xulrunner        x86_64 1.9.2.22-1.el5_7     rhui-us-east-rhel-server-1y  11 M
 yum              noarch 3.2.22-37.el5        rhui-us-east-rhel-server-1y 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2     rhui-us-east-rhel-server-1y  63 k
 yum-security     noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  25 k
 yum-updateonboot noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  13 k
 yum-utils        noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  71 k
 zlib             i386   1.2.3-4.el5          rhui-us-east-rhel-server-1y  51 k
 zlib             x86_64 1.2.3-4.el5          rhui-us-east-rhel-server-1y  52 k
Installing for dependencies:
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5     rhui-us-east-rhel-server-1y 1.0 M

Transaction Summary
================================================================================
Install       3 Package(s)
Upgrade     205 Package(s)

Total download size: 260 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.8 MB/s | 260 MB     02:26     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/413 

  Updating       : tzdata                                                 2/413 

  Updating       : glibc-common                                           3/413 

  Updating       : glibc                                                  4/413 

  Updating       : bash                                                   5/413 

  Updating       : libselinux                                             6/413 

  Updating       : zlib                                                   7/413 

  Updating       : coreutils                                              8/413 

  Updating       : device-mapper                                          9/413 

  Updating       : e2fsprogs-libs                                        10/413 

  Updating       : krb5-libs                                             11/413 

  Updating       : openssl                                               12/413 

  Updating       : openldap                                              13/413 

  Updating       : audit-libs                                            14/413 

  Updating       : shadow-utils                                          15/413 

  Updating       : sed                                                   16/413 

  Updating       : nspr                                                  17/413 

  Updating       : nss                                                   18/413 

  Updating       : udev                                                  19/413 

  Updating       : util-linux                                            20/413 

  Updating       : procps                                                21/413 

  Updating       : pango                                                 22/413 

  Updating       : psmisc                                                23/413 

  Updating       : postgresql-libs                                       24/413 

  Updating       : libpng                                                25/413 

  Updating       : libXfont                                              26/413 

  Updating       : libxml2                                               27/413 

  Updating       : SysVinit                                              28/413 

  Updating       : cryptsetup-luks                                       29/413 

  Updating       : kpartx                                                30/413 

  Updating       : libtiff                                               31/413 

  Updating       : cups-libs                                             32/413 

  Updating       : libvolume_id                                          33/413 

  Updating       : pcre                                                  34/413 

  Updating       : libsysfs                                              35/413 

  Updating       : gdbm                                                  36/413 

  Updating       : perl                                                  37/413 

  Updating       : libxml2-python                                        38/413 

  Updating       : nscd                                                  39/413 

  Updating       : m2crypto                                              40/413 

  Updating       : e2fsprogs                                             41/413 

  Updating       : logrotate                                             42/413 

  Updating       : patch                                                 43/413 

  Updating       : less                                                  44/413 

  Updating       : gzip                                                  45/413 

  Updating       : man                                                   46/413 

  Updating       : dmidecode                                             47/413 

  Updating       : mysql                                                 48/413 

  Updating       : ruby-libs                                             49/413 

  Updating       : ruby                                                  50/413 

  Updating       : poppler                                               51/413 

  Updating       : libuser                                               52/413 

  Updating       : passwd                                                53/413 

  Updating       : net-snmp-libs                                         54/413 

  Updating       : bind-libs                                             55/413 

  Updating       : apr                                                   56/413 

  Updating       : poppler-utils                                         57/413 

  Updating       : rsyslog                                               58/413 

  Updating       : xorg-x11-font-utils                                   59/413 

  Updating       : device-mapper-multipath                               60/413 

  Updating       : paps                                                  61/413 

  Updating       : tmpwatch                                              62/413 

  Updating       : pyOpenSSL                                             63/413 

  Updating       : device-mapper-event                                   64/413 

  Updating       : lvm2                                                  65/413 

  Updating       : vim-minimal                                           66/413 

  Updating       : libselinux-utils                                      67/413 

  Updating       : pciutils                                              68/413 

  Updating       : rhnlib                                                69/413 

  Updating       : python-urlgrabber                                     70/413 

  Updating       : yum                                                   71/413 

  Updating       : selinux-policy                                        72/413 

  Updating       : redhat-release                                        73/413 

  Updating       : initscripts                                           74/413 

  Updating       : httpd                                                 75/413 

  Updating       : exim                                                  76/413 

  Updating       : openssh                                               77/413 

  Updating       : redhat-lsb                                            78/413 

  Updating       : kernel-headers                                        79/413 

  Updating       : glibc-headers                                         80/413 

  Updating       : busybox                                               81/413 

  Updating       : system-config-securitylevel-tui                       82/413 

  Updating       : nss_ldap                                              83/413 

  Updating       : ghostscript                                           84/413 

  Updating       : libgcj                                                85/413 

  Updating       : authconfig                                            86/413 

  Updating       : libsmbclient                                          87/413 

  Updating       : samba-common                                          88/413 

  Updating       : curl                                                  89/413 

  Installing     : iscsi-initiator-utils                                 90/413 

  Updating       : pam_krb5                                              91/413 

  Updating       : parted                                                92/413 

  Updating       : vim-common                                            93/413 

  Updating       : libicu                                                94/413 

  Updating       : ruby-irb                                              95/413 

  Updating       : nash                                                  96/413 

  Updating       : vim-enhanced                                          97/413 

  Updating       : samba-client                                          98/413 

  Updating       : kexec-tools                                           99/413 

  Updating       : openssh-clients                                      100/413 

  Updating       : openssh-server                                       101/413 

  Updating       : mod_authz_ldap                                       102/413 

  Updating       : mod_ssl                                              103/413 

  Updating       : vsftpd                                               104/413 

  Updating       : postgresql                                           105/413 

  Updating       : vnc                                                  106/413 

  Updating       : xorg-x11-xfs                                         107/413 

  Updating       : quota                                                108/413 

  Updating       : dhclient                                             109/413 

  Updating       : rng-utils                                            110/413 

  Updating       : dhcpv6-client                                        111/413 

  Updating       : sudo                                                 112/413 

  Updating       : bind-utils                                           113/413 

  Updating       : net-snmp                                             114/413 

  Updating       : openswan                                             115/413 

  Updating       : sysfsutils                                           116/413 

  Updating       : autofs                                               117/413 

  Updating       : vnc-server                                           118/413 

  Updating       : postgresql-python                                    119/413 

  Updating       : krb5-workstation                                     120/413 

  Updating       : nfs-utils                                            121/413 

  Updating       : nss-tools                                            122/413 

  Updating       : screen                                               123/413 

  Updating       : audit-libs-python                                    124/413 

  Updating       : audit                                                125/413 

  Updating       : openldap-clients                                     126/413 

  Updating       : ksh                                                  127/413 

  Updating       : crash                                                128/413 

  Updating       : libselinux-python                                    129/413 

  Updating       : cpuspeed                                             130/413 

  Updating       : jwhois                                               131/413 

  Updating       : finger                                               132/413 

  Updating       : libhugetlbfs                                         133/413 

  Updating       : rsync                                                134/413 

  Updating       : python-numeric                                       135/413 

  Updating       : traceroute                                           136/413 

  Updating       : ruby-rdoc                                            137/413 

  Updating       : authconfig-gtk                                       138/413 

  Updating       : system-config-securitylevel                          139/413 

  Updating       : glibc-devel                                          140/413 

  Updating       : xinetd                                               141/413 

  Updating       : selinux-policy-devel                                 142/413 

  Updating       : selinux-policy-targeted                              143/413/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : yum-updateonboot                                     144/413 

  Updating       : yum-security                                         145/413 

  Updating       : yum-fastestmirror                                    146/413 

  Updating       : yum-utils                                            147/413 

  Updating       : system-config-lvm                                    148/413 

  Updating       : sos                                                  149/413 

  Updating       : w3m                                                  150/413 

  Updating       : logwatch                                             151/413 

  Updating       : ntp                                                  152/413 

  Installing     : kernel-xen-devel                                     153/413 

  Updating       : man-pages                                            154/413 

  Updating       : man-pages-ja                                         155/413 

  Updating       : redhat-release-notes                                 156/413 

  Updating       : glibc                                                157/413 

  Updating       : zlib                                                 158/413 

  Updating       : libselinux                                           159/413 

  Updating       : device-mapper                                        160/413 

  Updating       : e2fsprogs-libs                                       161/413 

  Updating       : krb5-libs                                            162/413 

  Updating       : openssl                                              163/413 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : libpng                                               164/413 

  Updating       : libtiff                                              165/413 

  Updating       : nspr                                                 166/413 

  Updating       : cups-libs                                            167/413 

  Updating       : openldap                                             168/413 

  Updating       : libxml2                                              169/413 

  Updating       : libvolume_id                                         170/413 

  Updating       : nss                                                  171/413 

  Updating       : nss_ldap                                             172/413 

  Updating       : ghostscript                                          173/413 

  Updating       : postgresql-libs                                      174/413 

  Updating       : pam_krb5                                             175/413 

  Updating       : apr                                                  176/413 

  Updating       : parted                                               177/413 

  Updating       : libicu                                               178/413 

  Updating       : pango                                                179/413 

  Updating       : audit-libs                                           180/413 

  Updating       : libhugetlbfs                                         181/413 

  Updating       : redhat-lsb                                           182/413 

  Updating       : dbus-libs                                            183/413 

  Updating       : dbus                                                 184/413 

  Updating       : avahi                                                185/413 

  Updating       : hal                                                  186/413 

  Updating       : dmraid                                               187/413 

  Updating       : avahi-compat-libdns_sd                               188/413 

  Updating       : avahi-glib                                           189/413 

  Updating       : gnome-vfs2                                           190/413 

  Updating       : cups                                                 191/413 

  Updating       : kudzu                                                192/413 

  Updating       : rhnsd                                                193/413 

  Updating       : dmraid-events                                        194/413 

  Updating       : rhn-client-tools                                     195/413 

  Updating       : yum-rhn-plugin                                       196/413 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            197/413 

  Updating       : rhn-check                                            198/413 

  Updating       : xulrunner                                            199/413 

  Updating       : mkinitrd                                             200/413 

  Updating       : dbus-libs                                            201/413 

  Updating       : system-config-network-tui                            202/413 

  Updating       : system-config-network                                203/413 

  Installing     : kernel-xen                                           204/413 

  Updating       : avahi                                                205/413 

  Updating       : avahi-glib                                           206/413 

  Updating       : hal                                                  207/413 

  Updating       : gnome-vfs2                                           208/413 

  Cleanup        : selinux-policy                                       209/413 

  Cleanup        : hwdata                                               210/413 

  Cleanup        : poppler                                              211/413 

  Cleanup        : finger                                               212/413 

  Cleanup        : psmisc                                               213/413 

  Cleanup        : yum-updateonboot                                     214/413 

  Cleanup        : dbus-libs                                            215/413 

  Cleanup        : authconfig-gtk                                       216/413 

  Cleanup        : libicu                                               217/413 

  Cleanup        : glibc                                                218/413 

  Cleanup        : passwd                                               219/413 

  Cleanup        : device-mapper-event                                  220/413 

  Cleanup        : openssh                                              221/413 

  Cleanup        : perl                                                 222/413 

  Cleanup        : apr                                                  223/413 

  Cleanup        : logrotate                                            224/413 

  Cleanup        : ghostscript                                          225/413 

  Cleanup        : libvolume_id                                         226/413 

  Cleanup        : sos                                                  227/413 

  Cleanup        : dmidecode                                            228/413 

  Cleanup        : mysql                                                229/413 

  Cleanup        : xinetd                                               230/413 

  Cleanup        : selinux-policy-devel                                 231/413 

  Cleanup        : yum-rhn-plugin                                       232/413 

  Cleanup        : httpd                                                233/413 

  Cleanup        : libvolume_id                                         234/413 

  Cleanup        : curl                                                 235/413 

  Cleanup        : glibc-devel                                          236/413 

  Cleanup        : libpng                                               237/413 

  Cleanup        : libselinux                                           238/413 

  Cleanup        : vsftpd                                               239/413 

  Cleanup        : libxml2-python                                       240/413 

  Cleanup        : redhat-release-notes                                 241/413 

  Cleanup        : xorg-x11-font-utils                                  242/413 

  Cleanup        : dbus-libs                                            243/413 

  Cleanup        : mod_authz_ldap                                       244/413 

  Cleanup        : libicu                                               245/413 

  Cleanup        : device-mapper                                        246/413 

  Cleanup        : postgresql                                           247/413 

  Cleanup        : parted                                               248/413 

  Cleanup        : authconfig                                           249/413 

  Cleanup        : avahi                                                250/413 

  Cleanup        : vnc                                                  251/413 

  Cleanup        : w3m                                                  252/413 

  Cleanup        : audit-libs-python                                    253/413 

  Cleanup        : krb5-workstation                                     254/413 

  Cleanup        : ruby-rdoc                                            255/413 

  Cleanup        : xulrunner                                            256/413 

  Cleanup        : nscd                                                 257/413 

  Cleanup        : pam_krb5                                             258/413 

  Cleanup        : openldap                                             259/413 

  Cleanup        : autofs                                               260/413 

  Cleanup        : gzip                                                 261/413 

  Cleanup        : avahi-compat-libdns_sd                               262/413 

  Cleanup        : glibc                                                263/413 

  Cleanup        : krb5-libs                                            264/413 

  Cleanup        : net-snmp-libs                                        265/413 

  Cleanup        : avahi-glib                                           266/413 

  Cleanup        : bind-libs                                            267/413 

  Cleanup        : zlib                                                 268/413 

  Cleanup        : libhugetlbfs                                         269/413 

  Cleanup        : udev                                                 270/413 

  Cleanup        : vim-enhanced                                         271/413 

  Cleanup        : poppler-utils                                        272/413 

  Cleanup        : bash                                                 273/413 

  Cleanup        : system-config-securitylevel-tui                      274/413 

  Cleanup        : openssl                                              275/413 

  Cleanup        : zlib                                                 276/413 

  Cleanup        : man-pages-ja                                         277/413 

  Cleanup        : parted                                               278/413 

  Cleanup        : audit                                                279/413 

  Cleanup        : nspr                                                 280/413 

  Cleanup        : libtiff                                              281/413 

  Cleanup        : pam_krb5                                             282/413 

  Cleanup        : libpng                                               283/413 

  Cleanup        : python-urlgrabber                                    284/413 

  Cleanup        : libXfont                                             285/413 

  Cleanup        : xorg-x11-xfs                                         286/413 

  Cleanup        : yum-security                                         287/413 

  Cleanup        : avahi-glib                                           288/413 

  Cleanup        : vim-minimal                                          289/413 

  Cleanup        : vnc-server                                           290/413 

  Cleanup        : man                                                  291/413 

  Cleanup        : crash                                                292/413 

  Cleanup        : system-config-network                                293/413 

  Cleanup        : libsmbclient                                         294/413 

  Cleanup        : man-pages                                            295/413 

  Cleanup        : busybox                                              296/413 

  Cleanup        : postgresql-libs                                      297/413 

  Cleanup        : yum-fastestmirror                                    298/413 

  Cleanup        : exim                                                 299/413 

  Cleanup        : pcre                                                 300/413 

  Cleanup        : e2fsprogs                                            301/413 

  Cleanup        : rhn-setup                                            302/413 

  Cleanup        : pango                                                303/413 

  Cleanup        : samba-client                                         304/413 

  Cleanup        : nss_ldap                                             305/413 

  Cleanup        : mod_ssl                                              306/413 

  Cleanup        : gnome-vfs2                                           307/413 

  Cleanup        : e2fsprogs-libs                                       308/413 

  Cleanup        : rhnlib                                               309/413 

  Cleanup        : quota                                                310/413 

  Cleanup        : audit-libs                                           311/413 

  Cleanup        : dmraid-events                                        312/413 

  Cleanup        : SysVinit                                             313/413 

  Cleanup        : lvm2                                                 314/413 

  Cleanup        : kpartx                                               315/413 

  Cleanup        : openssh-clients                                      316/413 

  Cleanup        : libtiff                                              317/413 

  Cleanup        : sysfsutils                                           318/413 

  Cleanup        : redhat-release                                       319/413 

  Cleanup        : libsysfs                                             320/413 

  Cleanup        : libhugetlbfs                                         321/413 

  Cleanup        : rsync                                                322/413 

  Cleanup        : ksh                                                  323/413 

  Cleanup        : nss                                                  324/413 

  Cleanup        : system-config-lvm                                    325/413 

  Cleanup        : logwatch                                             326/413 

  Cleanup        : postgresql-libs                                      327/413 

  Cleanup        : libselinux-utils                                     328/413 

  Cleanup        : gdbm                                                 329/413 

  Cleanup        : hal                                                  330/413 

  Cleanup        : pyOpenSSL                                            331/413 

  Cleanup        : openssh-server                                       332/413 

  Cleanup        : openldap                                             333/413 

  Cleanup        : rhnsd                                                334/413 

  Cleanup        : apr                                                  335/413 

  Cleanup        : yum-utils                                            336/413 

  Cleanup        : ntp                                                  337/413 

  Cleanup        : libselinux-python                                    338/413 

  Cleanup        : samba-common                                         339/413 

  Cleanup        : sudo                                                 340/413 

  Cleanup        : hal                                                  341/413 

  Cleanup        : nss-tools                                            342/413 

  Cleanup        : openssl                                              343/413 

  Cleanup        : python-numeric                                       344/413 

  Cleanup        : ruby-libs                                            345/413

Comment 9 Kedar Bidarkar 2011-09-13 11:06:34 UTC
  Cleanup        : krb5-libs                                            346/413 

  Cleanup        : nss_ldap                                             347/413 

  Cleanup        : tmpwatch                                             348/413 

  Cleanup        : nfs-utils                                            349/413 

  Cleanup        : libxml2                                              350/413 

  Cleanup        : libuser                                              351/413 

  Cleanup        : postgresql-python                                    352/413 

  Cleanup        : dhclient                                             353/413 

  Cleanup        : glibc-common                                         354/413 

  Cleanup        : cryptsetup-luks                                      355/413 

  Cleanup        : nspr                                                 356/413 

  Cleanup        : audit-libs                                           357/413 

  Cleanup        : redhat-lsb                                           358/413 

  Cleanup        : cpuspeed                                             359/413 

  Cleanup        : screen                                               360/413 

  Cleanup        : device-mapper-multipath                              361/413 

  Cleanup        : procps                                               362/413 

  Cleanup        : coreutils                                            363/413 

  Cleanup        : pciutils                                             364/413 

  Cleanup        : redhat-lsb                                           365/413 

  Cleanup        : openswan                                             366/413 

  Cleanup        : rsyslog                                              367/413 

  Cleanup        : patch                                                368/413 

  Cleanup        : bind-utils                                           369/413 

  Cleanup        : cups-libs                                            370/413 

  Cleanup        : rhn-check                                            371/413 

  Cleanup        : shadow-utils                                         372/413 

  Cleanup        : initscripts                                          373/413 

  Cleanup        : ruby-irb                                             374/413 

  Cleanup        : nash                                                 375/413 

  Cleanup        : net-snmp                                             376/413 

  Cleanup        : libgcj                                               377/413 

  Cleanup        : rng-utils                                            378/413 

  Cleanup        : e2fsprogs-libs                                       379/413 

  Cleanup        : sed                                                  380/413 

  Cleanup        : cups                                                 381/413 

  Cleanup        : nss                                                  382/413 

  Cleanup        : gnome-vfs2                                           383/413 

  Cleanup        : dbus                                                 384/413 

  Cleanup        : kernel-headers                                       385/413 

  Cleanup        : ruby                                                 386/413 

  Cleanup        : selinux-policy-targeted                              387/413 

  Cleanup        : less                                                 388/413 

  Cleanup        : paps                                                 389/413 

  Cleanup        : device-mapper                                        390/413 

  Cleanup        : tzdata                                               391/413 

  Cleanup        : libselinux                                           392/413 

  Cleanup        : dmraid                                               393/413 

  Cleanup        : cups-libs                                            394/413 

  Cleanup        : dhcpv6-client                                        395/413 

  Cleanup        : kudzu                                                396/413 

  Cleanup        : kexec-tools                                          397/413 

  Cleanup        : system-config-network-tui                            398/413 

  Cleanup        : openldap-clients                                     399/413 

  Cleanup        : system-config-securitylevel                          400/413 

  Cleanup        : rhn-client-tools                                     401/413 

  Cleanup        : jwhois                                               402/413 

  Cleanup        : mkinitrd                                             403/413 

  Cleanup        : yum                                                  404/413 

  Cleanup        : libxml2                                              405/413 

  Cleanup        : pango                                                406/413 

  Cleanup        : ghostscript                                          407/413 

  Cleanup        : avahi                                                408/413 

  Cleanup        : vim-common                                           409/413 

  Cleanup        : util-linux                                           410/413 

  Cleanup        : m2crypto                                             411/413 

  Cleanup        : traceroute                                           412/413 

  Cleanup        : glibc-headers                                        413/413 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.3.1.el5                                        
  kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5                                  

Dependency Installed:
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  audit.x86_64 0:1.7.18-2.el5                                                   
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs.x86_64 0:1.7.18-2.el5                                              
  audit-libs-python.x86_64 0:1.7.18-2.el5                                       
  authconfig.x86_64 0:5.3.21-7.el5                                              
  authconfig-gtk.x86_64 0:5.3.21-7.el5                                          
  autofs.x86_64 1:5.0.1-0.rc2.156.el5                                           
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6                               
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5                                           
  bind-utils.x86_64 30:9.3.6-16.P1.el5                                          
  busybox.x86_64 1:1.2.0-10.el5                                                 
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  crash.x86_64 0:4.1.2-8.el5                                                    
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  cups.x86_64 1:1.3.7-26.el5_6.1                                                
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  cups-libs.x86_64 1:1.3.7-26.el5_6.1                                           
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dhcpv6-client.x86_64 0:1.0.10-20.el5                                          
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  ghostscript.i386 0:8.70-6.el5                                                 
  ghostscript.x86_64 0:8.70-6.el5                                               
  glibc.i686 0:2.5-65                                                           
  glibc.x86_64 0:2.5-65                                                         
  glibc-common.x86_64 0:2.5-65                                                  
  glibc-devel.x86_64 0:2.5-65                                                   
  glibc-headers.x86_64 0:2.5-65                                                 
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  gzip.x86_64 0:1.3.5-13.el5                                                    
  hal.i386 0:0.5.8.1-62.el5                                                     
  hal.x86_64 0:0.5.8.1-62.el5                                                   
  httpd.x86_64 0:2.2.3-53.el5_7.1                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.3.1.el5                                    
  kexec-tools.x86_64 0:1.102pre-126.el5_6.6                                     
  kpartx.x86_64 0:0.4.7-46.el5_7.1                                              
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-libs.x86_64 0:1.6.1-62.el5                                               
  krb5-workstation.x86_64 0:1.6.1-62.el5                                        
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  kudzu.x86_64 0:1.2.57.1.26-1                                                  
  less.x86_64 0:436-7.el5                                                       
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libhugetlbfs.x86_64 0:1.3-8.2.el5                                             
  libicu.i386 0:3.6-5.16                                                        
  libicu.x86_64 0:3.6-5.16                                                      
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux.x86_64 0:1.33.4-5.7.el5                                            
  libselinux-python.x86_64 0:1.33.4-5.7.el5                                     
  libselinux-utils.x86_64 0:1.33.4-5.7.el5                                      
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libtiff.x86_64 0:3.8.2-7.el5_6.7                                              
  libuser.x86_64 0:0.54.7-2.1.el5_5.2                                           
  libvolume_id.i386 0:095-14.27.el5                                             
  libvolume_id.x86_64 0:095-14.27.el5                                           
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2.x86_64 0:2.6.26-2.1.12                                                
  libxml2-python.x86_64 0:2.6.26-2.1.12                                         
  logrotate.x86_64 0:3.7.4-12                                                   
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  man-pages.noarch 0:2.39-17.el5                                                
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.x86_64 0:5.1.19.6-71.el5                                             
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.1                                             
  mysql.x86_64 0:5.0.77-4.el5_6.6                                               
  nash.x86_64 0:5.1.19.6-71.el5                                                 
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nfs-utils.x86_64 1:1.0.9-54.el5                                               
  nscd.x86_64 0:2.5-65                                                          
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss.x86_64 0:3.12.10-4.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-4.el5_7                                            
  nss_ldap.i386 0:253-42.el5                                                    
  nss_ldap.x86_64 0:253-42.el5                                                  
  ntp.x86_64 0:4.2.2p1-15.el5                                                   
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap.x86_64 0:2.3.43-12.el5_6.7                                           
  openldap-clients.x86_64 0:2.3.43-12.el5_6.7                                   
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_6.4                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  pango.x86_64 0:1.14.9-8.el5_6.2                                               
  paps.x86_64 0:0.6.6-20.el5                                                    
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  passwd.x86_64 0:0.73-2                                                        
  patch.x86_64 0:2.5.4-31.el5                                                   
  pciutils.x86_64 0:3.1.7-3.el5                                                 
  pcre.x86_64 0:6.6-6.el5_6.1                                                   
  perl.x86_64 4:5.8.8-32.el5_6.3                                                
  poppler.x86_64 0:0.5.4-4.4.el5_6.17                                           
  poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17                                     
  postgresql.x86_64 0:8.1.23-1.el5_6.1                                          
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_6.1                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_6.1                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  psmisc.x86_64 0:22.2-7.el5_6.2                                                
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python-numeric.x86_64 0:23.7-2.2.2.el5_6.1                                    
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-lsb.x86_64 0:4.0-2.1.4.el5                                             
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rng-utils.x86_64 1:2.0-4.el5                                                  
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  rsyslog.x86_64 0:3.22.1-3.el5_6.1                                             
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-devel.noarch 0:2.4.6-316.el5                                   
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.x86_64 0:1.7.2p1-10.el5                                                  
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-lvm.noarch 0:1.1.5-9.el5                                        
  system-config-network.noarch 0:1.3.99.19-2.el5                                
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  system-config-securitylevel.x86_64 0:1.6.29.1-6.el5                           
  system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5                       
  tmpwatch.x86_64 0:2.9.7-1.1.el5.5                                             
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011h-2.el5                                                   
  udev.x86_64 0:095-14.27.el5                                                   
  util-linux.x86_64 0:2.13-0.56.el5                                             
  vim-common.x86_64 2:7.0.109-7.el5                                             
  vim-enhanced.x86_64 2:7.0.109-7.el5                                           
  vim-minimal.x86_64 2:7.0.109-7.el5                                            
  vnc.x86_64 0:4.1.2-14.el5_6.6                                                 
  vnc-server.x86_64 0:4.1.2-14.el5_6.6                                          
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1                                         
  xulrunner.x86_64 0:1.9.2.22-1.el5_7                                           
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/etc/sysconfig/rh-cloud-firstboot FOUND
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  cat /etc/sysconfig/rh-cloud-firstboot
RESULT: RUN_FIRSTBOOT=NO 
EXPECTED RESULT: RUN_FIRSTBOOT=NO
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify nameserver ... 
######################################################################################
COMMAND:  /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4  | wc -l
RESULT: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify group file ... 
######################################################################################
COMMAND:  cat /etc/group | grep root:x:0
RESULT: root:x:0:root 
EXPECTED RESULT: root:x:0:root
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep bin:x:1
RESULT: bin:x:1:root,bin,daemon 
EXPECTED RESULT: bin:x:1:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep daemon:x:2
RESULT: daemon:x:2:root,bin,daemon 
EXPECTED RESULT: daemon:x:2:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep nobody:x:99
RESULT: nobody:x:99: 
EXPECTED RESULT: nobody:x:99:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new passwd file ... 
######################################################################################
COMMAND:  cat /etc/passwd | grep root:x:0
RESULT: root:x:0:0:root:/root:/bin/bash 
EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep nobody:x:99
RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin 
EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep sshd
RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin 
EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new shells file ... 
######################################################################################
COMMAND:  cat /etc/shells | grep bash
RESULT: /bin/bash 
EXPECTED RESULT: /bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/shells | grep nologin
RESULT: /sbin/nologin 
EXPECTED RESULT: /sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify networking ... 
######################################################################################
COMMAND:  grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2
RESULT: yes 
EXPECTED RESULT: yes
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify device ... 
######################################################################################
COMMAND:  grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2
RESULT: eth0 
EXPECTED RESULT: eth0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
RETURN CODE: 0
COMMAND:  /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd ...
######################################################################################
COMMAND:  chkconfig --list | grep sshd
RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/sshd status | grep running | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify  chkconfig ... 
######################################################################################
COMMAND:  chkconfig --list | grep crond | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
COMMAND:  chkconfig --list | grep  iptables | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0

Comment 10 Kedar Bidarkar 2011-09-13 11:06:36 UTC
IMAGE ID= ami-d75390be_us-east-1_m1.large
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
ip-10-70-139-91
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.5
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ... 
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-194.32.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-194.32.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-194.32.1 
EXPECTED RESULT: 2.6.18-194.32.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-194.32.1
RESULT: title RHEL-5.5-Starter-EBS-x86_64-11.raw (2.6.18-194.32.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-194.32.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-194.32.1.el5xen.img 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ... 
######################################################################################
COMMAND:  /bin/uname -o
RESULT: GNU/Linux 
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ... 
######################################################################################
COMMAND:  ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    S file Size differs
    M Mode differs (includes permissions and file type)
    5 MD5 sum differs
    D Device major/minor number mismatch
    L readLink(2) path mismatch
    U User ownership differs
    G Group ownership differs
    T mTime differs

COMMAND:  cat /tmp/rpmqaV.txt | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.5 
EXPECTED RESULT: 5.5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ... 
######################################################################################
COMMAND:  cat /tmp/Packager | grep -v 'Red Hat, Inc.' |  grep -v crash-trace-commandPackager| wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ... 
######################################################################################
COMMAND:  grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
repo id                     repo name                            status
rhui-us-east-rhel-server-1y Red Hat Enterprise Linux Server 5 (R enabled: 12,029
repolist: 12,029 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
Installed Groups:
   Administration Tools
   Editors
   FTP Server
   Graphics
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   Network Servers
   PostgreSQL Database
   Printing Support
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
--> Processing Dependency: python-libs-x86_64 >= 2.4.3-32.el5 for package: gdb
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package gettext.x86_64 0:0.17-1.el5 set to be updated
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libgomp.x86_64 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-20.el5_5.1 for package: rpm-python
---> Package popt.i386 0:1.10.2.3-22.el5 set to be updated
---> Package popt.x86_64 0:1.10.2.3-22.el5 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
---> Package python-libs.x86_64 0:2.4.3-44.el5 set to be updated
---> Package rpm.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4 set to be updated
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Running transaction check
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Running transaction check
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
--> Processing Conflict: python-libs conflicts python < 2.4.3-32.el5
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package python.x86_64 0:2.4.3-44.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version             Repository                   Size
================================================================================
Installing:
 autoconf          noarch 2.59-12             rhui-us-east-rhel-server-1y 646 k
 automake          noarch 1.9.6-2.3.el5       rhui-us-east-rhel-server-1y 476 k
 automake14        noarch 1.4p6-13.el5.1      rhui-us-east-rhel-server-1y 200 k
 automake15        noarch 1.5-16.el5.2        rhui-us-east-rhel-server-1y 230 k
 automake16        noarch 1.6.3-8.el5.1       rhui-us-east-rhel-server-1y 241 k
 automake17        noarch 1.7.9-7.el5.2       rhui-us-east-rhel-server-1y 278 k
 bison             x86_64 2.3-2.1             rhui-us-east-rhel-server-1y 549 k
 byacc             x86_64 1.9-29.2.2          rhui-us-east-rhel-server-1y  41 k
 cscope            x86_64 15.5-15.1.el5_3.1   rhui-us-east-rhel-server-1y 144 k
 ctags             x86_64 5.6-1.1             rhui-us-east-rhel-server-1y 131 k
 cvs               x86_64 1.11.22-7.el5       rhui-us-east-rhel-server-1y 737 k
 dev86             x86_64 0.16.17-2.2         rhui-us-east-rhel-server-1y 397 k
 diffstat          x86_64 1.41-1.2.3.el5      rhui-us-east-rhel-server-1y  19 k
 dogtail           noarch 0.6.1-4.el5         rhui-us-east-rhel-server-1y 172 k
 doxygen           x86_64 1:1.4.7-1.1         rhui-us-east-rhel-server-1y 2.4 M
 elfutils          x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 216 k
 flex              x86_64 2.5.4a-41.fc6       rhui-us-east-rhel-server-1y 131 k
 gcc-c++           x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran      x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.5 M
 gdb               x86_64 7.0.1-37.el5_7.1    rhui-us-east-rhel-server-1y 2.4 M
 gettext           i386   0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 indent            x86_64 2.2.9-14.fc6        rhui-us-east-rhel-server-1y  97 k
 libtool           x86_64 1.5.22-7.el5_4      rhui-us-east-rhel-server-1y 667 k
 ltrace            x86_64 0.5-13.45svn.el5    rhui-us-east-rhel-server-1y  62 k
 oprofile          x86_64 0.9.4-15.el5        rhui-us-east-rhel-server-1y 2.6 M
 patchutils        x86_64 0.2.31-2.2.2        rhui-us-east-rhel-server-1y 111 k
 pstack            x86_64 1.2-7.2.2           rhui-us-east-rhel-server-1y 4.6 k
 python-ldap       x86_64 2.2.0-2.1           rhui-us-east-rhel-server-1y 123 k
 rcs               x86_64 5.7-30.1            rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config noarch 8.0.45-32.el5       rhui-us-east-rhel-server-1y  54 k
 rpm-build         x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 302 k
 splint            x86_64 3.1.1-16.el5        rhui-us-east-rhel-server-1y 1.5 M
 strace            x86_64 4.5.18-5.el5_5.5    rhui-us-east-rhel-server-1y 177 k
 swig              x86_64 1.3.29-2.el5        rhui-us-east-rhel-server-1y 2.9 M
 systemtap         x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y 2.4 M
 texinfo           x86_64 4.8-14.el5          rhui-us-east-rhel-server-1y 763 k
 valgrind          i386   1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  20 M
 valgrind          x86_64 1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  21 M
Updating:
 gcc               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 5.3 M
 gettext           x86_64 0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 python            x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y  57 k
 subversion        i386   1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.1 M
 subversion        x86_64 1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.2 M
Installing for dependencies:
 at-spi            x86_64 1.7.11-3.el5        rhui-us-east-rhel-server-1y 304 k
 elfutils-libs     x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 183 k
 gnome-python2-gconf
                   x86_64 2.16.0-1.fc6        rhui-us-east-rhel-server-1y  34 k
 imake             x86_64 1.0.2-3             rhui-us-east-rhel-server-1y 319 k
 libXTrap          x86_64 1.0.0-3.1           rhui-us-east-rhel-server-1y  23 k
 libXevie          x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  14 k
 libXfontcache     x86_64 1.0.2-3.1           rhui-us-east-rhel-server-1y 9.8 k
 libXxf86misc      x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  12 k
 libgfortran       x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 244 k
 libgomp           i386   4.4.4-13.el5        rhui-us-east-rhel-server-1y  72 k
 libstdc++-devel   x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.8 M
 pyspi             x86_64 0.6.1-1.el5         rhui-us-east-rhel-server-1y  98 k
 python-libs       x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y 5.9 M
 systemtap-runtime x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y  96 k

Comment 11 Kedar Bidarkar 2011-09-13 11:06:38 UTC
PASS
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rsyslog | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog config ... 
######################################################################################
COMMAND:  md5sum /etc/rsyslog.conf | cut -f 1 -d  " "
RESULT: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd is on ... 
######################################################################################
COMMAND:  /sbin/chkconfig --list auditd | grep 3:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  /sbin/chkconfig --list auditd | grep 5:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify audit.rules ... 
######################################################################################
COMMAND:  md5sum /etc/audit/audit.rules | cut -f 1 -d  " "
RESULT: f9869e1191838c461f5b9051c78a638d 
EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd.conf ... 
######################################################################################
COMMAND:  md5sum /etc/audit/auditd.conf | cut -f 1 -d  " "
RESULT: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... 
######################################################################################
COMMAND:  ls /etc/ld.so.conf.d/libc6-xen.conf
ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##test menu.lst ... 
######################################################################################
COMMAND:  file /boot/grub/menu.lst  | grep symbolic | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  file /boot/grub/menu.lst  | grep grub.conf | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  cat /boot/grub/grub.conf  | grep "(hd0,0)" | wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image

## Summary ##
FAILURES = 0
FAILED TESTS = 
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 12 Kedar Bidarkar 2011-09-13 11:06:39 UTC
 xorg-x11-server-Xvfb
                   x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                   x86_64 7.1-5.el5_6.2       rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xinit    x86_64 1.0.2-15.el5        rhui-us-east-rhel-server-1y  26 k
Updating for dependencies:
 cpp               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.9 M
 libgcc            i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y  96 k
 libgcc            x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y  99 k
 libgomp           x86_64 4.4.4-13.el5        rhui-us-east-rhel-server-1y  69 k
 libstdc++         i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y 363 k
 libstdc++         x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 353 k
 popt              i386   1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  75 k
 popt              x86_64 1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  77 k
 rpm               x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 1.2 M
 rpm-libs          x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 923 k
 rpm-python        x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install      55 Package(s)
Upgrade      16 Package(s)

Total download size: 103 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.2 MB/s | 103 MB     00:47     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                    1/87 

  Updating       : cpp                                                     2/87 

  Updating       : libgomp                                                 3/87 

  Installing     : libXfontcache                                           4/87 

  Installing     : xorg-x11-server-Xvfb                                    5/87 

  Installing     : libXxf86misc                                            6/87 

  Installing     : libgfortran                                             7/87 

  Installing     : imake                                                   8/87 

  Installing     : libXevie                                                9/87 

  Installing     : at-spi                                                 10/87 

  Installing     : libXTrap                                               11/87 

  Installing     : xorg-x11-server-utils                                  12/87 

  Installing     : xorg-x11-xinit                                         13/87 

  Installing     : elfutils-libs                                          14/87 

  Installing     : elfutils                                               15/87 

  Installing     : dev86                                                  16/87 

  Installing     : ctags                                                  17/87 

  Installing     : splint                                                 18/87 

  Installing     : patchutils                                             19/87 

  Installing     : strace                                                 20/87 

  Installing     : cvs                                                    21/87 

  Installing     : valgrind                                               22/87 

  Installing     : indent                                                 23/87 

  Installing     : texinfo                                                24/87 

  Installing     : flex                                                   25/87 

  Installing     : bison                                                  26/87 

  Installing     : rcs                                                    27/87 

  Installing     : byacc                                                  28/87 

  Installing     : cscope                                                 29/87 

  Installing     : diffstat                                               30/87 

  Installing     : ltrace                                                 31/87 

  Installing     : autoconf                                               32/87 

  Installing     : automake                                               33/87 

  Installing     : systemtap-runtime                                      34/87 

  Installing     : libtool                                                35/87 

  Installing     : automake17                                             36/87 

  Installing     : automake15                                             37/87 

  Installing     : redhat-rpm-config                                      38/87 

  Installing     : automake14                                             39/87 

  Installing     : automake16                                             40/87 

  Updating       : libgcc                                                 41/87 

  Updating       : libgcc                                                 42/87 

  Updating       : libstdc++                                              43/87 

  Updating       : libstdc++                                              44/87 

  Installing     : libgomp                                                45/87 

  Updating       : popt                                                   46/87 

  Installing     : swig                                                   47/87 

  Installing     : oprofile                                               48/87 

  Installing     : doxygen                                                49/87 

  Installing     : valgrind                                               50/87 

  Installing     : libstdc++-devel                                        51/87 

  Updating       : gcc                                                    52/87 

  Installing     : gcc-c++                                                53/87 

  Installing     : gcc-gfortran                                           54/87 

  Updating       : python                                                 55/87 

  Updating       : rpm-libs                                               56/87 

  Installing     : python-libs                                            57/87 

  Updating       : rpm                                                    58/87 

  Updating       : rpm-python                                             59/87 

  Installing     : gdb                                                    60/87 

  Installing     : pyspi                                                  61/87 

  Installing     : gnome-python2-gconf                                    62/87 

  Updating       : subversion                                             63/87 

  Updating       : subversion                                             64/87 

  Installing     : rpm-build                                              65/87 

  Installing     : systemtap                                              66/87 

  Installing     : gettext                                                67/87 

  Installing     : dogtail                                                68/87 

  Updating       : gettext                                                69/87 

  Installing     : python-ldap                                            70/87 

  Installing     : pstack                                                 71/87 

  Cleanup        : rpm-libs                                               72/87 

  Cleanup        : rpm-python                                             73/87 

  Cleanup        : python                                                 74/87 

  Cleanup        : libgomp                                                75/87 

  Cleanup        : libstdc++                                              76/87 

  Cleanup        : popt                                                   77/87 

  Cleanup        : gcc                                                    78/87 

  Cleanup        : libgcc                                                 79/87 

  Cleanup        : rpm                                                    80/87 

  Cleanup        : libstdc++                                              81/87 

  Cleanup        : gettext                                                82/87 

  Cleanup        : libgcc                                                 83/87 

  Cleanup        : cpp                                                    84/87 

  Cleanup        : subversion                                             85/87 

  Cleanup        : popt                                                   86/87 

  Cleanup        : subversion                                             87/87 

Installed:
  autoconf.noarch 0:2.59-12           automake.noarch 0:1.9.6-2.3.el5          
  automake14.noarch 0:1.4p6-13.el5.1  automake15.noarch 0:1.5-16.el5.2         
  automake16.noarch 0:1.6.3-8.el5.1   automake17.noarch 0:1.7.9-7.el5.2        
  bison.x86_64 0:2.3-2.1              byacc.x86_64 0:1.9-29.2.2                
  cscope.x86_64 0:15.5-15.1.el5_3.1   ctags.x86_64 0:5.6-1.1                   
  cvs.x86_64 0:1.11.22-7.el5          dev86.x86_64 0:0.16.17-2.2               
  diffstat.x86_64 0:1.41-1.2.3.el5    dogtail.noarch 0:0.6.1-4.el5             
  doxygen.x86_64 1:1.4.7-1.1          elfutils.x86_64 0:0.137-3.el5            
  flex.x86_64 0:2.5.4a-41.fc6         gcc-c++.x86_64 0:4.1.2-51.el5            
  gcc-gfortran.x86_64 0:4.1.2-51.el5  gdb.x86_64 0:7.0.1-37.el5_7.1            
  gettext.i386 0:0.17-1.el5           indent.x86_64 0:2.2.9-14.fc6             
  libtool.x86_64 0:1.5.22-7.el5_4     ltrace.x86_64 0:0.5-13.45svn.el5         
  oprofile.x86_64 0:0.9.4-15.el5      patchutils.x86_64 0:0.2.31-2.2.2         
  pstack.x86_64 0:1.2-7.2.2           python-ldap.x86_64 0:2.2.0-2.1           
  rcs.x86_64 0:5.7-30.1               redhat-rpm-config.noarch 0:8.0.45-32.el5 
  rpm-build.x86_64 0:4.4.2.3-22.el5   splint.x86_64 0:3.1.1-16.el5             
  strace.x86_64 0:4.5.18-5.el5_5.5    swig.x86_64 0:1.3.29-2.el5               
  systemtap.x86_64 0:1.3-9.el5        texinfo.x86_64 0:4.8-14.el5              
  valgrind.i386 1:3.5.0-5.el5         valgrind.x86_64 1:3.5.0-5.el5            

Dependency Installed:
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  imake.x86_64 0:1.0.2-3                                                        
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgomp.i386 0:4.4.4-13.el5                                                   
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  python-libs.x86_64 0:2.4.3-44.el5                                             
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               gettext.x86_64 0:0.17-1.el5          
  python.x86_64 0:2.4.3-44.el5            subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libgomp.x86_64 0:4.4.4-13.el5        
  libstdc++.i386 0:4.1.2-51.el5           libstdc++.x86_64 0:4.1.2-51.el5      
  popt.i386 0:1.10.2.3-22.el5             popt.x86_64 0:1.10.2.3-22.el5        
  rpm.x86_64 0:4.4.2.3-22.el5             rpm-libs.x86_64 0:4.4.2.3-22.el5     
  rpm-python.x86_64 0:4.4.2.3-22.el5     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package audit.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.i386 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs-python.x86_64 0:1.7.18-2.el5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5 set to be updated
---> Package avahi.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.x86_64 1:1.2.0-10.el5 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package crash.x86_64 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package cups.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.i386 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.i386 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.x86_64 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5 set to be updated
---> Package ghostscript.x86_64 0:8.70-6.el5 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc.x86_64 0:2.5-65 set to be updated
---> Package glibc-common.x86_64 0:2.5-65 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package hal.i386 0:0.5.8.1-62.el5 set to be updated
---> Package hal.x86_64 0:0.5.8.1-62.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.x86_64 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package krb5-libs.i386 0:1.6.1-62.el5 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-62.el5 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-62.el5 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.x86_64 0:1.2.57.1.26-1 set to be updated
---> Package less.x86_64 0:436-7.el5 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libhugetlbfs.x86_64 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16 set to be updated
---> Package libicu.x86_64 0:3.6-5.16 set to be updated
---> Package libpng.i386 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libtiff.i386 0:3.8.2-7.el5_6.7 set to be updated
---> Package libtiff.x86_64 0:3.8.2-7.el5_6.7 set to be updated
---> Package libuser.x86_64 0:0.54.7-2.1.el5_5.2 set to be updated
---> Package libvolume_id.i386 0:095-14.27.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package man-pages.noarch 0:2.39-17.el5 set to be updated
---> Package man-pages-ja.noarch 0:20060815-14.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.x86_64 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.x86_64 1:1.0.9-54.el5 set to be updated
---> Package nscd.x86_64 0:2.5-65 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5 set to be updated
---> Package ntp.x86_64 0:4.2.2p1-15.el5 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_6.4 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.x86_64 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package passwd.x86_64 0:0.73-2 set to be updated
---> Package patch.x86_64 0:2.5.4-31.el5 set to be updated
---> Package pciutils.x86_64 0:3.1.7-3.el5 set to be updated
---> Package pcre.x86_64 0:6.6-6.el5_6.1 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package psmisc.x86_64 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python-numeric.x86_64 0:23.7-2.2.2.el5_6.1 set to be updated
---> Package python-urlgrabber.noarch 0:3.1.0-6.el5 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-lsb.i386 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-lsb.x86_64 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.x86_64 1:2.0-4.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.x86_64 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-devel.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5 set to be updated
---> Package sudo.x86_64 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-lvm.noarch 0:1.1.5-9.el5 set to be updated
---> Package system-config-network.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-securitylevel.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.x86_64 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011h-2.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5 set to be updated
---> Package util-linux.x86_64 0:2.13-0.56.el5 set to be updated
---> Package vim-common.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vnc.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.x86_64 0:1.9.2.22-1.el5_7 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Running transaction check
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version              Repository                   Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y  21 M
 kernel-xen-devel x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5          rhui-us-east-rhel-server-1y 118 k
 apr              i386   1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 124 k
 apr              x86_64 1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 120 k
 audit            x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y 365 k
 audit-libs       i386   1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs       x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs-python
                  x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  82 k
 authconfig       x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y 456 k
 authconfig-gtk   x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y  47 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5
                                              rhui-us-east-rhel-server-1y 933 k
 avahi            i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 251 k
 avahi            x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 258 k
 avahi-compat-libdns_sd
                  x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  24 k
 avahi-glib       i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 avahi-glib       x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 bash             x86_64 3.2-32.el5           rhui-us-east-rhel-server-1y 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 178 k
 busybox          x86_64 1:1.2.0-10.el5       rhui-us-east-rhel-server-1y 1.2 M
 coreutils        x86_64 5.97-34.el5          rhui-us-east-rhel-server-1y 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5       rhui-us-east-rhel-server-1y  33 k
 crash            x86_64 4.1.2-8.el5          rhui-us-east-rhel-server-1y 1.7 M
 cryptsetup-luks  x86_64 1.0.3-8.el5          rhui-us-east-rhel-server-1y 709 k
 cups             x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 3.1 M
 cups-libs        i386   1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 199 k
 cups-libs        x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 195 k
 curl             x86_64 7.15.5-9.el5_7.4     rhui-us-east-rhel-server-1y 231 k
 dbus             x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 234 k
 dbus-libs        i386   1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 124 k
 dbus-libs        x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 123 k
 device-mapper    i386   1.02.63-4.el5        rhui-us-east-rhel-server-1y 776 k
 device-mapper    x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1  rhui-us-east-rhel-server-1y 286 k
 dhcpv6-client    x86_64 1.0.10-20.el5        rhui-us-east-rhel-server-1y 124 k
 dmidecode        x86_64 1:2.11-1.el5         rhui-us-east-rhel-server-1y  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y  24 k
 e2fsprogs        x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 844 k
 e2fsprogs-libs   i386   1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 exim             x86_64 4.63-10.el5          rhui-us-east-rhel-server-1y 1.2 M
 finger           x86_64 0.17-33              rhui-us-east-rhel-server-1y  21 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y  28 k
 ghostscript      i386   8.70-6.el5           rhui-us-east-rhel-server-1y 9.0 M
 ghostscript      x86_64 8.70-6.el5           rhui-us-east-rhel-server-1y 8.9 M
 glibc            i686   2.5-65               rhui-us-east-rhel-server-1y 5.3 M
 glibc            x86_64 2.5-65               rhui-us-east-rhel-server-1y 4.8 M
 glibc-common     x86_64 2.5-65               rhui-us-east-rhel-server-1y  16 M
 glibc-devel      x86_64 2.5-65               rhui-us-east-rhel-server-1y 2.4 M
 glibc-headers    x86_64 2.5-65               rhui-us-east-rhel-server-1y 594 k
 gnome-vfs2       i386   2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.2 M
 gnome-vfs2       x86_64 2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.3 M
 gzip             x86_64 1.3.5-13.el5         rhui-us-east-rhel-server-1y 104 k
 hal              i386   0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 391 k
 hal              x86_64 0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 377 k
 httpd            x86_64 2.2.3-53.el5_7.1     rhui-us-east-rhel-server-1y 1.2 M
 hwdata           noarch 0.213.24-1.el5       rhui-us-east-rhel-server-1y 414 k
 initscripts      x86_64 8.45.38-2.el5        rhui-us-east-rhel-server-1y 1.6 M
 jwhois           x86_64 3.2.3-12.el5         rhui-us-east-rhel-server-1y  97 k
 kernel-headers   x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 1.3 M
 kexec-tools      x86_64 1.102pre-126.el5_6.6 rhui-us-east-rhel-server-1y 578 k
 kpartx           x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 440 k
 krb5-libs        i386   1.6.1-62.el5         rhui-us-east-rhel-server-1y 668 k
 krb5-libs        x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 680 k
 krb5-workstation x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 916 k
 ksh              x86_64 20100202-1.el5_6.6   rhui-us-east-rhel-server-1y 1.3 M
 kudzu            x86_64 1.2.57.1.26-1        rhui-us-east-rhel-server-1y 232 k
 less             x86_64 436-7.el5            rhui-us-east-rhel-server-1y 108 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7    rhui-us-east-rhel-server-1y 245 k
 libgcj           x86_64 4.1.2-51.el5         rhui-us-east-rhel-server-1y  18 M
 libhugetlbfs     i386   1.3-8.2.el5          rhui-us-east-rhel-server-1y  40 k
 libhugetlbfs     x86_64 1.3-8.2.el5          rhui-us-east-rhel-server-1y  42 k
 libicu           i386   3.6-5.16             rhui-us-east-rhel-server-1y 5.3 M
 libicu           x86_64 3.6-5.16             rhui-us-east-rhel-server-1y 5.2 M
 libpng           i386   2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 241 k
 libpng           x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k
 libselinux       i386   1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  77 k
 libselinux       x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  78 k
 libselinux-python
                  x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  74 k
 libselinux-utils x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  56 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 917 k
 libsysfs         x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  46 k
 libtiff          i386   3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 308 k

Comment 13 Kedar Bidarkar 2011-09-13 11:06:43 UTC
 libtiff          x86_64 3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 313 k
 libuser          x86_64 0.54.7-2.1.el5_5.2   rhui-us-east-rhel-server-1y 450 k
 libvolume_id     i386   095-14.27.el5        rhui-us-east-rhel-server-1y  44 k
 libvolume_id     x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y  42 k
 libxml2          i386   2.6.26-2.1.12        rhui-us-east-rhel-server-1y 795 k
 libxml2          x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 807 k
 libxml2-python   x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 713 k
 logrotate        x86_64 3.7.4-12             rhui-us-east-rhel-server-1y  42 k
 logwatch         noarch 7.3-9.el5_6          rhui-us-east-rhel-server-1y 244 k
 lvm2             x86_64 2.02.84-6.el5_7.1    rhui-us-east-rhel-server-1y 3.1 M
 m2crypto         x86_64 0.16-8.el5           rhui-us-east-rhel-server-1y 498 k
 man              x86_64 1.6d-2.el5           rhui-us-east-rhel-server-1y 264 k
 man-pages        noarch 2.39-17.el5          rhui-us-east-rhel-server-1y 4.2 M
 man-pages-ja     noarch 20060815-14.el5      rhui-us-east-rhel-server-1y 4.9 M
 mkinitrd         x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 463 k
 mod_authz_ldap   x86_64 0.26-11.el5          rhui-us-east-rhel-server-1y  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.1   rhui-us-east-rhel-server-1y  94 k
 mysql            x86_64 5.0.77-4.el5_6.6     rhui-us-east-rhel-server-1y 4.8 M
 nash             x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M
 nfs-utils        x86_64 1:1.0.9-54.el5       rhui-us-east-rhel-server-1y 404 k
 nscd             x86_64 2.5-65               rhui-us-east-rhel-server-1y 169 k
 nspr             i386   4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 120 k
 nspr             x86_64 4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 119 k
 nss              i386   3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss              x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss-tools        x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.2 M
 nss_ldap         i386   253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 nss_ldap         x86_64 253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 ntp              x86_64 4.2.2p1-15.el5       rhui-us-east-rhel-server-1y 1.3 M
 openldap         i386   2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 296 k
 openldap         x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 304 k
 openldap-clients x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 223 k
 openssh          x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 278 k
 openssl          i686   0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openssl          x86_64 0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openswan         x86_64 2.6.21-5.el5_6.4     rhui-us-east-rhel-server-1y 1.0 M
 pam_krb5         i386   2.2.14-21.el5        rhui-us-east-rhel-server-1y 150 k
 pam_krb5         x86_64 2.2.14-21.el5        rhui-us-east-rhel-server-1y 149 k
 pango            i386   1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 334 k
 pango            x86_64 1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 338 k
 paps             x86_64 0.6.6-20.el5         rhui-us-east-rhel-server-1y  34 k
 parted           i386   1.8.1-28.el5         rhui-us-east-rhel-server-1y 541 k
 parted           x86_64 1.8.1-28.el5         rhui-us-east-rhel-server-1y 520 k
 passwd           x86_64 0.73-2               rhui-us-east-rhel-server-1y  21 k
 patch            x86_64 2.5.4-31.el5         rhui-us-east-rhel-server-1y  64 k
 pciutils         x86_64 3.1.7-3.el5          rhui-us-east-rhel-server-1y 112 k
 pcre             x86_64 6.6-6.el5_6.1        rhui-us-east-rhel-server-1y 118 k
 perl             x86_64 4:5.8.8-32.el5_6.3   rhui-us-east-rhel-server-1y  12 M
 poppler          x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y 3.0 M
 poppler-utils    x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y  76 k
 postgresql       x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-libs  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-python
                  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y  56 k
 procps           x86_64 3.2.7-17.el5         rhui-us-east-rhel-server-1y 215 k
 psmisc           x86_64 22.2-7.el5_6.2       rhui-us-east-rhel-server-1y  62 k
 pyOpenSSL        x86_64 0.6-2.el5            rhui-us-east-rhel-server-1y 120 k
 python-numeric   x86_64 23.7-2.2.2.el5_6.1   rhui-us-east-rhel-server-1y 801 k
 python-urlgrabber
                  noarch 3.1.0-6.el5          rhui-us-east-rhel-server-1y 132 k
 quota            x86_64 1:3.13-5.el5         rhui-us-east-rhel-server-1y 348 k
 redhat-lsb       i386   4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  25 k
 redhat-lsb       x86_64 4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  24 k
 redhat-release   x86_64 5Server-5.7.0.3      rhui-us-east-rhel-server-1y  62 k
 redhat-release-notes
                  x86_64 5Server-41           rhui-us-east-rhel-server-1y 371 k
 rhn-check        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y  42 k
 rhn-client-tools noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 924 k
 rhn-setup        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 114 k
 rhnlib           noarch 2.5.22-6.el5         rhui-us-east-rhel-server-1y  70 k
 rhnsd            x86_64 4.7.0-10.el5         rhui-us-east-rhel-server-1y  34 k
 rng-utils        x86_64 1:2.0-4.el5          rhui-us-east-rhel-server-1y  17 k
 rsync            x86_64 3.0.6-4.el5_7.1      rhui-us-east-rhel-server-1y 347 k
 rsyslog          x86_64 3.22.1-3.el5_6.1     rhui-us-east-rhel-server-1y 381 k
 ruby             x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 6.8 M
 screen           x86_64 4.0.3-4.el5          rhui-us-east-rhel-server-1y 571 k
 sed              x86_64 4.1.5-8.el5          rhui-us-east-rhel-server-1y 178 k
 selinux-policy   noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 420 k
 selinux-policy-devel
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 446 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1  rhui-us-east-rhel-server-1y 1.1 M
 sos              noarch 1.7-9.54.el5         rhui-us-east-rhel-server-1y 151 k
 sudo             x86_64 1.7.2p1-10.el5       rhui-us-east-rhel-server-1y 354 k
 sysfsutils       x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  40 k
 system-config-lvm
                  noarch 1.1.5-9.el5          rhui-us-east-rhel-server-1y 690 k
 system-config-network
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 424 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 1.8 M
 system-config-securitylevel
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 280 k
 system-config-securitylevel-tui
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 254 k
 tmpwatch         x86_64 2.9.7-1.1.el5.5      rhui-us-east-rhel-server-1y  19 k
 traceroute       x86_64 3:2.0.1-6.el5        rhui-us-east-rhel-server-1y  41 k
 tzdata           x86_64 2011h-2.el5          rhui-us-east-rhel-server-1y 781 k
 udev             x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y 2.4 M
 util-linux       x86_64 2.13-0.56.el5        rhui-us-east-rhel-server-1y 1.8 M
 vim-common       x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 6.4 M
 vim-enhanced     x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 1.3 M
 vim-minimal      x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 333 k
 vnc              x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 159 k
 vnc-server       x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 2.0 M
 vsftpd           x86_64 2.0.5-21.el5         rhui-us-east-rhel-server-1y 140 k
 w3m              x86_64 0.5.1-18.el5         rhui-us-east-rhel-server-1y 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5      rhui-us-east-rhel-server-1y 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3              rhui-us-east-rhel-server-1y  79 k
 xorg-x11-xfs     x86_64 1:1.0.2-5.el5_6.1    rhui-us-east-rhel-server-1y  73 k
 xulrunner        x86_64 1.9.2.22-1.el5_7     rhui-us-east-rhel-server-1y  11 M
 yum              noarch 3.2.22-37.el5        rhui-us-east-rhel-server-1y 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2     rhui-us-east-rhel-server-1y  63 k
 yum-security     noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  25 k
 yum-updateonboot noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  13 k
 yum-utils        noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  71 k
 zlib             i386   1.2.3-4.el5          rhui-us-east-rhel-server-1y  51 k
 zlib             x86_64 1.2.3-4.el5          rhui-us-east-rhel-server-1y  52 k
Installing for dependencies:
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5     rhui-us-east-rhel-server-1y 1.0 M

Transaction Summary
================================================================================
Install       3 Package(s)
Upgrade     205 Package(s)

Total download size: 260 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.1 MB/s | 260 MB     02:06     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/413 

  Updating       : tzdata                                                 2/413 

  Updating       : glibc-common                                           3/413 

  Updating       : glibc                                                  4/413 

  Updating       : bash                                                   5/413 

  Updating       : libselinux                                             6/413 

  Updating       : zlib                                                   7/413 

  Updating       : coreutils                                              8/413 

  Updating       : device-mapper                                          9/413 

  Updating       : e2fsprogs-libs                                        10/413 

  Updating       : krb5-libs                                             11/413 

  Updating       : openssl                                               12/413 

  Updating       : openldap                                              13/413 

  Updating       : audit-libs                                            14/413 

  Updating       : shadow-utils                                          15/413 

  Updating       : sed                                                   16/413 

  Updating       : nspr                                                  17/413 

  Updating       : nss                                                   18/413 

  Updating       : udev                                                  19/413 

  Updating       : util-linux                                            20/413 

  Updating       : procps                                                21/413 

  Updating       : pango                                                 22/413 

  Updating       : psmisc                                                23/413 

  Updating       : postgresql-libs                                       24/413 

  Updating       : libpng                                                25/413 

  Updating       : libXfont                                              26/413 

  Updating       : libxml2                                               27/413 

  Updating       : SysVinit                                              28/413 

  Updating       : cryptsetup-luks                                       29/413 

  Updating       : kpartx                                                30/413 

  Updating       : libtiff                                               31/413 

  Updating       : cups-libs                                             32/413 

  Updating       : libvolume_id                                          33/413 

  Updating       : pcre                                                  34/413 

  Updating       : libsysfs                                              35/413 

  Updating       : gdbm                                                  36/413 

  Updating       : perl                                                  37/413 

  Updating       : libxml2-python                                        38/413 

  Updating       : nscd                                                  39/413 

  Updating       : m2crypto                                              40/413 

  Updating       : e2fsprogs                                             41/413 

  Updating       : logrotate                                             42/413 

  Updating       : patch                                                 43/413 

  Updating       : less                                                  44/413 

  Updating       : gzip                                                  45/413 

  Updating       : man                                                   46/413 

  Updating       : dmidecode                                             47/413 

  Updating       : mysql                                                 48/413 

  Updating       : ruby-libs                                             49/413 

  Updating       : ruby                                                  50/413 

  Updating       : poppler                                               51/413 

  Updating       : libuser                                               52/413 

  Updating       : passwd                                                53/413 

  Updating       : net-snmp-libs                                         54/413 

  Updating       : bind-libs                                             55/413 

  Updating       : apr                                                   56/413 

  Updating       : poppler-utils                                         57/413 

  Updating       : rsyslog                                               58/413 

  Updating       : xorg-x11-font-utils                                   59/413 

  Updating       : device-mapper-multipath                               60/413 

  Updating       : paps                                                  61/413 

  Updating       : tmpwatch                                              62/413 

  Updating       : pyOpenSSL                                             63/413 

  Updating       : device-mapper-event                                   64/413 

  Updating       : lvm2                                                  65/413 

  Updating       : vim-minimal                                           66/413 

  Updating       : libselinux-utils                                      67/413 

  Updating       : pciutils                                              68/413 

  Updating       : rhnlib                                                69/413 

  Updating       : python-urlgrabber                                     70/413 

  Updating       : yum                                                   71/413 

  Updating       : selinux-policy                                        72/413 

  Updating       : redhat-release                                        73/413 

  Updating       : initscripts                                           74/413 

  Updating       : httpd                                                 75/413 

  Updating       : exim                                                  76/413 

  Updating       : openssh                                               77/413 

  Updating       : redhat-lsb                                            78/413 

  Updating       : kernel-headers                                        79/413 

  Updating       : glibc-headers                                         80/413 

  Updating       : busybox                                               81/413 

  Updating       : system-config-securitylevel-tui                       82/413 

  Updating       : nss_ldap                                              83/413 

  Updating       : ghostscript                                           84/413 

  Updating       : libgcj                                                85/413 

  Updating       : authconfig                                            86/413 

  Updating       : libsmbclient                                          87/413 

  Updating       : samba-common                                          88/413 

  Updating       : curl                                                  89/413 

  Installing     : iscsi-initiator-utils                                 90/413 

  Updating       : pam_krb5                                              91/413 

  Updating       : parted                                                92/413 

  Updating       : vim-common                                            93/413 

  Updating       : libicu                                                94/413 

  Updating       : ruby-irb                                              95/413 

  Updating       : nash                                                  96/413 

  Updating       : vim-enhanced                                          97/413 

  Updating       : samba-client                                          98/413 

  Updating       : kexec-tools                                           99/413 

  Updating       : openssh-clients                                      100/413 

  Updating       : openssh-server                                       101/413 

  Updating       : mod_authz_ldap                                       102/413 

  Updating       : mod_ssl                                              103/413 

  Updating       : vsftpd                                               104/413 

  Updating       : postgresql                                           105/413 

  Updating       : vnc                                                  106/413 

  Updating       : xorg-x11-xfs                                         107/413 

  Updating       : quota                                                108/413 

  Updating       : dhclient                                             109/413 

  Updating       : rng-utils                                            110/413 

  Updating       : dhcpv6-client                                        111/413 

  Updating       : sudo                                                 112/413 

  Updating       : bind-utils                                           113/413 

  Updating       : net-snmp                                             114/413 

  Updating       : openswan                                             115/413 

  Updating       : sysfsutils                                           116/413 

  Updating       : autofs                                               117/413 

  Updating       : vnc-server                                           118/413 

  Updating       : postgresql-python                                    119/413 

  Updating       : krb5-workstation                                     120/413 

  Updating       : nfs-utils                                            121/413 

  Updating       : nss-tools                                            122/413 

  Updating       : screen                                               123/413 

  Updating       : audit-libs-python                                    124/413 

  Updating       : audit                                                125/413 

  Updating       : openldap-clients                                     126/413 

  Updating       : ksh                                                  127/413 

  Updating       : crash                                                128/413 

  Updating       : libselinux-python                                    129/413 

  Updating       : cpuspeed                                             130/413 

  Updating       : jwhois                                               131/413 

  Updating       : finger                                               132/413 

  Updating       : libhugetlbfs                                         133/413 

  Updating       : rsync                                                134/413 

  Updating       : python-numeric                                       135/413 

  Updating       : traceroute                                           136/413 

  Updating       : ruby-rdoc                                            137/413 

  Updating       : authconfig-gtk                                       138/413 

  Updating       : system-config-securitylevel                          139/413 

  Updating       : glibc-devel                                          140/413 

  Updating       : xinetd                                               141/413 

  Updating       : selinux-policy-devel                                 142/413 

  Updating       : selinux-policy-targeted                              143/413/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : yum-updateonboot                                     144/413 

  Updating       : yum-security                                         145/413 

  Updating       : yum-fastestmirror                                    146/413 

  Updating       : yum-utils                                            147/413 

  Updating       : system-config-lvm                                    148/413 

  Updating       : sos                                                  149/413 

  Updating       : w3m                                                  150/413 

  Updating       : logwatch                                             151/413 

  Updating       : ntp                                                  152/413 

  Installing     : kernel-xen-devel                                     153/413 

  Updating       : man-pages                                            154/413 

  Updating       : man-pages-ja                                         155/413 

  Updating       : redhat-release-notes                                 156/413 

  Updating       : glibc                                                157/413 

  Updating       : zlib                                                 158/413 

  Updating       : libselinux                                           159/413 

  Updating       : device-mapper                                        160/413 

  Updating       : e2fsprogs-libs                                       161/413 

  Updating       : krb5-libs                                            162/413 

  Updating       : openssl                                              163/413 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : libpng                                               164/413 

  Updating       : libtiff                                              165/413 

  Updating       : nspr                                                 166/413 

  Updating       : cups-libs                                            167/413 

  Updating       : openldap                                             168/413 

  Updating       : libxml2                                              169/413 

  Updating       : libvolume_id                                         170/413 

  Updating       : nss                                                  171/413 

  Updating       : nss_ldap                                             172/413 

  Updating       : ghostscript                                          173/413 

  Updating       : postgresql-libs                                      174/413 

  Updating       : pam_krb5                                             175/413 

  Updating       : apr                                                  176/413 

  Updating       : parted                                               177/413 

  Updating       : libicu                                               178/413 

  Updating       : pango                                                179/413 

  Updating       : audit-libs                                           180/413 

  Updating       : libhugetlbfs                                         181/413 

  Updating       : redhat-lsb                                           182/413 

  Updating       : dbus-libs                                            183/413 

  Updating       : dbus                                                 184/413 

  Updating       : avahi                                                185/413 

  Updating       : hal                                                  186/413 

  Updating       : dmraid                                               187/413 

  Updating       : avahi-compat-libdns_sd                               188/413 

  Updating       : avahi-glib                                           189/413 

  Updating       : gnome-vfs2                                           190/413 

  Updating       : cups                                                 191/413 

  Updating       : kudzu                                                192/413 

  Updating       : rhnsd                                                193/413 

  Updating       : dmraid-events                                        194/413 

  Updating       : rhn-client-tools                                     195/413 

  Updating       : yum-rhn-plugin                                       196/413 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            197/413 

  Updating       : rhn-check                                            198/413 

  Updating       : xulrunner                                            199/413 

  Updating       : mkinitrd                                             200/413 

  Updating       : dbus-libs                                            201/413 

  Updating       : system-config-network-tui                            202/413 

  Updating       : system-config-network                                203/413 

  Installing     : kernel-xen                                           204/413 

  Updating       : avahi                                                205/413 

  Updating       : avahi-glib                                           206/413 

  Updating       : hal                                                  207/413 

  Updating       : gnome-vfs2                                           208/413 

  Cleanup        : selinux-policy                                       209/413 

  Cleanup        : hwdata                                               210/413 

  Cleanup        : poppler                                              211/413 

  Cleanup        : finger                                               212/413 

  Cleanup        : psmisc                                               213/413 

  Cleanup        : yum-updateonboot                                     214/413 

  Cleanup        : dbus-libs                                            215/413 

  Cleanup        : authconfig-gtk                                       216/413 

  Cleanup        : libicu                                               217/413 

  Cleanup        : glibc                                                218/413 

  Cleanup        : passwd                                               219/413 

  Cleanup        : device-mapper-event                                  220/413 

  Cleanup        : openssh                                              221/413 

  Cleanup        : perl                                                 222/413 

  Cleanup        : apr                                                  223/413 

  Cleanup        : logrotate                                            224/413 

  Cleanup        : ghostscript                                          225/413 

  Cleanup        : libvolume_id                                         226/413 

  Cleanup        : sos                                                  227/413 

  Cleanup        : dmidecode                                            228/413 

  Cleanup        : mysql                                                229/413 

  Cleanup        : xinetd                                               230/413 

  Cleanup        : selinux-policy-devel                                 231/413 

  Cleanup        : yum-rhn-plugin                                       232/413 

  Cleanup        : httpd                                                233/413 

  Cleanup        : libvolume_id                                         234/413 

  Cleanup        : curl                                                 235/413 

  Cleanup        : glibc-devel                                          236/413 

  Cleanup        : libpng                                               237/413 

  Cleanup        : libselinux                                           238/413 

  Cleanup        : vsftpd                                               239/413 

  Cleanup        : libxml2-python                                       240/413 

  Cleanup        : redhat-release-notes                                 241/413 

  Cleanup        : xorg-x11-font-utils                                  242/413 

  Cleanup        : dbus-libs                                            243/413 

  Cleanup        : mod_authz_ldap                                       244/413 

  Cleanup        : libicu                                               245/413 

  Cleanup        : device-mapper                                        246/413 

  Cleanup        : postgresql                                           247/413 

  Cleanup        : parted                                               248/413 

  Cleanup        : authconfig                                           249/413 

  Cleanup        : avahi                                                250/413 

  Cleanup        : vnc                                                  251/413 

  Cleanup        : w3m                                                  252/413 

  Cleanup        : audit-libs-python                                    253/413 

  Cleanup        : krb5-workstation                                     254/413 

  Cleanup        : ruby-rdoc                                            255/413 

  Cleanup        : xulrunner                                            256/413 

  Cleanup        : nscd                                                 257/413 

  Cleanup        : pam_krb5                                             258/413 

  Cleanup        : openldap                                             259/413 

  Cleanup        : autofs                                               260/413 

  Cleanup        : gzip                                                 261/413 

  Cleanup        : avahi-compat-libdns_sd                               262/413 

  Cleanup        : glibc                                                263/413 

  Cleanup        : krb5-libs                                            264/413 

  Cleanup        : net-snmp-libs                                        265/413 

  Cleanup        : avahi-glib                                           266/413 

  Cleanup        : bind-libs                                            267/413 

  Cleanup        : zlib                                                 268/413 

  Cleanup        : libhugetlbfs                                         269/413 

  Cleanup        : udev                                                 270/413 

  Cleanup        : vim-enhanced                                         271/413 

  Cleanup        : poppler-utils                                        272/413 

  Cleanup        : bash                                                 273/413 

  Cleanup        : system-config-securitylevel-tui                      274/413 

  Cleanup        : openssl                                              275/413 

  Cleanup        : zlib                                                 276/413 

  Cleanup        : man-pages-ja                                         277/413 

  Cleanup        : parted                                               278/413 

  Cleanup        : audit                                                279/413 

  Cleanup        : nspr                                                 280/413 

  Cleanup        : libtiff                                              281/413 

  Cleanup        : pam_krb5                                             282/413 

  Cleanup        : libpng                                               283/413 

  Cleanup        : python-urlgrabber                                    284/413 

  Cleanup        : libXfont                                             285/413 

  Cleanup        : xorg-x11-xfs                                         286/413 

  Cleanup        : yum-security                                         287/413 

  Cleanup        : avahi-glib                                           288/413 

  Cleanup        : vim-minimal                                          289/413 

  Cleanup        : vnc-server                                           290/413 

  Cleanup        : man                                                  291/413 

  Cleanup        : crash                                                292/413 

  Cleanup        : system-config-network                                293/413 

  Cleanup        : libsmbclient                                         294/413 

  Cleanup        : man-pages                                            295/413 

  Cleanup        : busybox                                              296/413 

  Cleanup        : postgresql-libs                                      297/413 

  Cleanup        : yum-fastestmirror                                    298/413 

  Cleanup        : exim                                                 299/413 

  Cleanup        : pcre                                                 300/413 

  Cleanup        : e2fsprogs                                            301/413 

  Cleanup        : rhn-setup                                            302/413 

  Cleanup        : pango                                                303/413 

  Cleanup        : samba-client                                         304/413 

  Cleanup        : nss_ldap                                             305/413 

  Cleanup        : mod_ssl                                              306/413 

  Cleanup        : gnome-vfs2                                           307/413 

  Cleanup        : e2fsprogs-libs                                       308/413 

  Cleanup        : rhnlib                                               309/413 

  Cleanup        : quota                                                310/413 

  Cleanup        : audit-libs                                           311/413 

  Cleanup        : dmraid-events                                        312/413 

  Cleanup        : SysVinit                                             313/413 

  Cleanup        : lvm2                                                 314/413 

  Cleanup        : kpartx                                               315/413 

  Cleanup        : openssh-clients                                      316/413 

  Cleanup        : libtiff                                              317/413 

  Cleanup        : sysfsutils                                           318/413 

  Cleanup        : redhat-release                                       319/413 

  Cleanup        : libsysfs                                             320/413 

  Cleanup        : libhugetlbfs                                         321/413 

  Cleanup        : rsync                                                322/413 

  Cleanup        : ksh                                                  323/413 

  Cleanup        : nss                                                  324/413 

  Cleanup        : system-config-lvm                                    325/413 

  Cleanup        : logwatch                                             326/413 

  Cleanup        : postgresql-libs                                      327/413 

  Cleanup        : libselinux-utils                                     328/413 

  Cleanup        : gdbm                                                 329/413 

  Cleanup        : hal                                                  330/413 

  Cleanup        : pyOpenSSL                                            331/413 

  Cleanup        : openssh-server                                       332/413 

  Cleanup        : openldap                                             333/413 

  Cleanup        : rhnsd                                                334/413 

  Cleanup        : apr                                                  335/413 

  Cleanup        : yum-utils                                            336/413 

  Cleanup        : ntp                                                  337/413 

  Cleanup        : libselinux-python                                    338/413 

  Cleanup        : samba-common                                         339/413 

  Cleanup        : sudo                                                 340/413 

  Cleanup        : hal                                                  341/413 

  Cleanup        : nss-tools                                            342/413 

  Cleanup        : openssl                                              343/413 

  Cleanup        : python-numeric                                       344/413 

  Cleanup        : ruby-libs                                            345/413

Comment 14 Kedar Bidarkar 2011-09-13 11:06:46 UTC
  Cleanup        : krb5-libs                                            346/413 

  Cleanup        : nss_ldap                                             347/413 

  Cleanup        : tmpwatch                                             348/413 

  Cleanup        : nfs-utils                                            349/413 

  Cleanup        : libxml2                                              350/413 

  Cleanup        : libuser                                              351/413 

  Cleanup        : postgresql-python                                    352/413 

  Cleanup        : dhclient                                             353/413 

  Cleanup        : glibc-common                                         354/413 

  Cleanup        : cryptsetup-luks                                      355/413 

  Cleanup        : nspr                                                 356/413 

  Cleanup        : audit-libs                                           357/413 

  Cleanup        : redhat-lsb                                           358/413 

  Cleanup        : cpuspeed                                             359/413 

  Cleanup        : screen                                               360/413 

  Cleanup        : device-mapper-multipath                              361/413 

  Cleanup        : procps                                               362/413 

  Cleanup        : coreutils                                            363/413 

  Cleanup        : pciutils                                             364/413 

  Cleanup        : redhat-lsb                                           365/413 

  Cleanup        : openswan                                             366/413 

  Cleanup        : rsyslog                                              367/413 

  Cleanup        : patch                                                368/413 

  Cleanup        : bind-utils                                           369/413 

  Cleanup        : cups-libs                                            370/413 

  Cleanup        : rhn-check                                            371/413 

  Cleanup        : shadow-utils                                         372/413 

  Cleanup        : initscripts                                          373/413 

  Cleanup        : ruby-irb                                             374/413 

  Cleanup        : nash                                                 375/413 

  Cleanup        : net-snmp                                             376/413 

  Cleanup        : libgcj                                               377/413 

  Cleanup        : rng-utils                                            378/413 

  Cleanup        : e2fsprogs-libs                                       379/413 

  Cleanup        : sed                                                  380/413 

  Cleanup        : cups                                                 381/413 

  Cleanup        : nss                                                  382/413 

  Cleanup        : gnome-vfs2                                           383/413 

  Cleanup        : dbus                                                 384/413 

  Cleanup        : kernel-headers                                       385/413 

  Cleanup        : ruby                                                 386/413 

  Cleanup        : selinux-policy-targeted                              387/413 

  Cleanup        : less                                                 388/413 

  Cleanup        : paps                                                 389/413 

  Cleanup        : device-mapper                                        390/413 

  Cleanup        : tzdata                                               391/413 

  Cleanup        : libselinux                                           392/413 

  Cleanup        : dmraid                                               393/413 

  Cleanup        : cups-libs                                            394/413 

  Cleanup        : dhcpv6-client                                        395/413 

  Cleanup        : kudzu                                                396/413 

  Cleanup        : kexec-tools                                          397/413 

  Cleanup        : system-config-network-tui                            398/413 

  Cleanup        : openldap-clients                                     399/413 

  Cleanup        : system-config-securitylevel                          400/413 

  Cleanup        : rhn-client-tools                                     401/413 

  Cleanup        : jwhois                                               402/413 

  Cleanup        : mkinitrd                                             403/413 

  Cleanup        : yum                                                  404/413 

  Cleanup        : libxml2                                              405/413 

  Cleanup        : pango                                                406/413 

  Cleanup        : ghostscript                                          407/413 

  Cleanup        : avahi                                                408/413 

  Cleanup        : vim-common                                           409/413 

  Cleanup        : util-linux                                           410/413 

  Cleanup        : m2crypto                                             411/413 

  Cleanup        : traceroute                                           412/413 

  Cleanup        : glibc-headers                                        413/413 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.3.1.el5                                        
  kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5                                  

Dependency Installed:
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  audit.x86_64 0:1.7.18-2.el5                                                   
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs.x86_64 0:1.7.18-2.el5                                              
  audit-libs-python.x86_64 0:1.7.18-2.el5                                       
  authconfig.x86_64 0:5.3.21-7.el5                                              
  authconfig-gtk.x86_64 0:5.3.21-7.el5                                          
  autofs.x86_64 1:5.0.1-0.rc2.156.el5                                           
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6                               
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5                                           
  bind-utils.x86_64 30:9.3.6-16.P1.el5                                          
  busybox.x86_64 1:1.2.0-10.el5                                                 
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  crash.x86_64 0:4.1.2-8.el5                                                    
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  cups.x86_64 1:1.3.7-26.el5_6.1                                                
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  cups-libs.x86_64 1:1.3.7-26.el5_6.1                                           
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dhcpv6-client.x86_64 0:1.0.10-20.el5                                          
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  ghostscript.i386 0:8.70-6.el5                                                 
  ghostscript.x86_64 0:8.70-6.el5                                               
  glibc.i686 0:2.5-65                                                           
  glibc.x86_64 0:2.5-65                                                         
  glibc-common.x86_64 0:2.5-65                                                  
  glibc-devel.x86_64 0:2.5-65                                                   
  glibc-headers.x86_64 0:2.5-65                                                 
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  gzip.x86_64 0:1.3.5-13.el5                                                    
  hal.i386 0:0.5.8.1-62.el5                                                     
  hal.x86_64 0:0.5.8.1-62.el5                                                   
  httpd.x86_64 0:2.2.3-53.el5_7.1                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.3.1.el5                                    
  kexec-tools.x86_64 0:1.102pre-126.el5_6.6                                     
  kpartx.x86_64 0:0.4.7-46.el5_7.1                                              
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-libs.x86_64 0:1.6.1-62.el5                                               
  krb5-workstation.x86_64 0:1.6.1-62.el5                                        
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  kudzu.x86_64 0:1.2.57.1.26-1                                                  
  less.x86_64 0:436-7.el5                                                       
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libhugetlbfs.x86_64 0:1.3-8.2.el5                                             
  libicu.i386 0:3.6-5.16                                                        
  libicu.x86_64 0:3.6-5.16                                                      
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux.x86_64 0:1.33.4-5.7.el5                                            
  libselinux-python.x86_64 0:1.33.4-5.7.el5                                     
  libselinux-utils.x86_64 0:1.33.4-5.7.el5                                      
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libtiff.x86_64 0:3.8.2-7.el5_6.7                                              
  libuser.x86_64 0:0.54.7-2.1.el5_5.2                                           
  libvolume_id.i386 0:095-14.27.el5                                             
  libvolume_id.x86_64 0:095-14.27.el5                                           
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2.x86_64 0:2.6.26-2.1.12                                                
  libxml2-python.x86_64 0:2.6.26-2.1.12                                         
  logrotate.x86_64 0:3.7.4-12                                                   
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  man-pages.noarch 0:2.39-17.el5                                                
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.x86_64 0:5.1.19.6-71.el5                                             
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.1                                             
  mysql.x86_64 0:5.0.77-4.el5_6.6                                               
  nash.x86_64 0:5.1.19.6-71.el5                                                 
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nfs-utils.x86_64 1:1.0.9-54.el5                                               
  nscd.x86_64 0:2.5-65                                                          
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss.x86_64 0:3.12.10-4.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-4.el5_7                                            
  nss_ldap.i386 0:253-42.el5                                                    
  nss_ldap.x86_64 0:253-42.el5                                                  
  ntp.x86_64 0:4.2.2p1-15.el5                                                   
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap.x86_64 0:2.3.43-12.el5_6.7                                           
  openldap-clients.x86_64 0:2.3.43-12.el5_6.7                                   
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_6.4                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  pango.x86_64 0:1.14.9-8.el5_6.2                                               
  paps.x86_64 0:0.6.6-20.el5                                                    
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  passwd.x86_64 0:0.73-2                                                        
  patch.x86_64 0:2.5.4-31.el5                                                   
  pciutils.x86_64 0:3.1.7-3.el5                                                 
  pcre.x86_64 0:6.6-6.el5_6.1                                                   
  perl.x86_64 4:5.8.8-32.el5_6.3                                                
  poppler.x86_64 0:0.5.4-4.4.el5_6.17                                           
  poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17                                     
  postgresql.x86_64 0:8.1.23-1.el5_6.1                                          
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_6.1                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_6.1                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  psmisc.x86_64 0:22.2-7.el5_6.2                                                
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python-numeric.x86_64 0:23.7-2.2.2.el5_6.1                                    
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-lsb.x86_64 0:4.0-2.1.4.el5                                             
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rng-utils.x86_64 1:2.0-4.el5                                                  
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  rsyslog.x86_64 0:3.22.1-3.el5_6.1                                             
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-devel.noarch 0:2.4.6-316.el5                                   
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.x86_64 0:1.7.2p1-10.el5                                                  
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-lvm.noarch 0:1.1.5-9.el5                                        
  system-config-network.noarch 0:1.3.99.19-2.el5                                
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  system-config-securitylevel.x86_64 0:1.6.29.1-6.el5                           
  system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5                       
  tmpwatch.x86_64 0:2.9.7-1.1.el5.5                                             
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011h-2.el5                                                   
  udev.x86_64 0:095-14.27.el5                                                   
  util-linux.x86_64 0:2.13-0.56.el5                                             
  vim-common.x86_64 2:7.0.109-7.el5                                             
  vim-enhanced.x86_64 2:7.0.109-7.el5                                           
  vim-minimal.x86_64 2:7.0.109-7.el5                                            
  vnc.x86_64 0:4.1.2-14.el5_6.6                                                 
  vnc-server.x86_64 0:4.1.2-14.el5_6.6                                          
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1                                         
  xulrunner.x86_64 0:1.9.2.22-1.el5_7                                           
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/etc/sysconfig/rh-cloud-firstboot FOUND
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  cat /etc/sysconfig/rh-cloud-firstboot
RESULT: RUN_FIRSTBOOT=NO 
EXPECTED RESULT: RUN_FIRSTBOOT=NO
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify nameserver ... 
######################################################################################
COMMAND:  /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4  | wc -l
RESULT: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify group file ... 
######################################################################################
COMMAND:  cat /etc/group | grep root:x:0
RESULT: root:x:0:root 
EXPECTED RESULT: root:x:0:root
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep bin:x:1
RESULT: bin:x:1:root,bin,daemon 
EXPECTED RESULT: bin:x:1:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep daemon:x:2
RESULT: daemon:x:2:root,bin,daemon 
EXPECTED RESULT: daemon:x:2:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep nobody:x:99
RESULT: nobody:x:99: 
EXPECTED RESULT: nobody:x:99:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new passwd file ... 
######################################################################################
COMMAND:  cat /etc/passwd | grep root:x:0
RESULT: root:x:0:0:root:/root:/bin/bash 
EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep nobody:x:99
RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin 
EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep sshd
RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin 
EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new shells file ... 
######################################################################################
COMMAND:  cat /etc/shells | grep bash
RESULT: /bin/bash 
EXPECTED RESULT: /bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/shells | grep nologin
RESULT: /sbin/nologin 
EXPECTED RESULT: /sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify networking ... 
######################################################################################
COMMAND:  grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2
RESULT: yes 
EXPECTED RESULT: yes
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify device ... 
######################################################################################
COMMAND:  grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2
RESULT: eth0 
EXPECTED RESULT: eth0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
RETURN CODE: 0
COMMAND:  /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd ...
######################################################################################
COMMAND:  chkconfig --list | grep sshd
RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/sshd status | grep running | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify  chkconfig ... 
######################################################################################
COMMAND:  chkconfig --list | grep crond | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
COMMAND:  chkconfig --list | grep  iptables | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0

Comment 15 Kedar Bidarkar 2011-09-13 11:06:50 UTC
PASS
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rsyslog | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog config ... 
######################################################################################
COMMAND:  md5sum /etc/rsyslog.conf | cut -f 1 -d  " "
RESULT: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd is on ... 
######################################################################################
COMMAND:  /sbin/chkconfig --list auditd | grep 3:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  /sbin/chkconfig --list auditd | grep 5:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify audit.rules ... 
######################################################################################
COMMAND:  md5sum /etc/audit/audit.rules | cut -f 1 -d  " "
RESULT: f9869e1191838c461f5b9051c78a638d 
EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd.conf ... 
######################################################################################
COMMAND:  md5sum /etc/audit/auditd.conf | cut -f 1 -d  " "
RESULT: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... 
######################################################################################
COMMAND:  ls /etc/ld.so.conf.d/libc6-xen.conf
ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##test menu.lst ... 
######################################################################################
COMMAND:  file /boot/grub/menu.lst  | grep symbolic | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  file /boot/grub/menu.lst  | grep grub.conf | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  cat /boot/grub/grub.conf  | grep "(hd0,0)" | wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image

## Summary ##
FAILURES = 0
FAILED TESTS = 
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 16 Kedar Bidarkar 2011-09-13 11:10:12 UTC
IMAGE ID= ami-d75390be_us-east-1_m2.2xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
domU-12-31-39-18-07-A5
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.5
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ... 
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-194.32.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-194.32.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-194.32.1 
EXPECTED RESULT: 2.6.18-194.32.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-194.32.1
RESULT: title RHEL-5.5-Starter-EBS-x86_64-11.raw (2.6.18-194.32.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-194.32.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-194.32.1.el5xen.img 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ... 
######################################################################################
COMMAND:  /bin/uname -o
RESULT: GNU/Linux 
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ... 
######################################################################################
COMMAND:  ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    S file Size differs
    M Mode differs (includes permissions and file type)
    5 MD5 sum differs
    D Device major/minor number mismatch
    L readLink(2) path mismatch
    U User ownership differs
    G Group ownership differs
    T mTime differs

COMMAND:  cat /tmp/rpmqaV.txt | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.5 
EXPECTED RESULT: 5.5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ... 
######################################################################################
COMMAND:  cat /tmp/Packager | grep -v 'Red Hat, Inc.' |  grep -v crash-trace-commandPackager| wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ... 
######################################################################################
COMMAND:  grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
repo id                     repo name                            status
rhui-us-east-rhel-server-1y Red Hat Enterprise Linux Server 5 (R enabled: 12,029
repolist: 12,029 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
Installed Groups:
   Administration Tools
   Editors
   FTP Server
   Graphics
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   Network Servers
   PostgreSQL Database
   Printing Support
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
--> Processing Dependency: python-libs-x86_64 >= 2.4.3-32.el5 for package: gdb
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package gettext.x86_64 0:0.17-1.el5 set to be updated
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libgomp.x86_64 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-20.el5_5.1 for package: rpm-python
---> Package popt.i386 0:1.10.2.3-22.el5 set to be updated
---> Package popt.x86_64 0:1.10.2.3-22.el5 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
---> Package python-libs.x86_64 0:2.4.3-44.el5 set to be updated
---> Package rpm.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4 set to be updated
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Running transaction check
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Running transaction check
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
--> Processing Conflict: python-libs conflicts python < 2.4.3-32.el5
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package python.x86_64 0:2.4.3-44.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version             Repository                   Size
================================================================================
Installing:
 autoconf          noarch 2.59-12             rhui-us-east-rhel-server-1y 646 k
 automake          noarch 1.9.6-2.3.el5       rhui-us-east-rhel-server-1y 476 k
 automake14        noarch 1.4p6-13.el5.1      rhui-us-east-rhel-server-1y 200 k
 automake15        noarch 1.5-16.el5.2        rhui-us-east-rhel-server-1y 230 k
 automake16        noarch 1.6.3-8.el5.1       rhui-us-east-rhel-server-1y 241 k
 automake17        noarch 1.7.9-7.el5.2       rhui-us-east-rhel-server-1y 278 k
 bison             x86_64 2.3-2.1             rhui-us-east-rhel-server-1y 549 k
 byacc             x86_64 1.9-29.2.2          rhui-us-east-rhel-server-1y  41 k
 cscope            x86_64 15.5-15.1.el5_3.1   rhui-us-east-rhel-server-1y 144 k
 ctags             x86_64 5.6-1.1             rhui-us-east-rhel-server-1y 131 k
 cvs               x86_64 1.11.22-7.el5       rhui-us-east-rhel-server-1y 737 k
 dev86             x86_64 0.16.17-2.2         rhui-us-east-rhel-server-1y 397 k
 diffstat          x86_64 1.41-1.2.3.el5      rhui-us-east-rhel-server-1y  19 k
 dogtail           noarch 0.6.1-4.el5         rhui-us-east-rhel-server-1y 172 k
 doxygen           x86_64 1:1.4.7-1.1         rhui-us-east-rhel-server-1y 2.4 M
 elfutils          x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 216 k
 flex              x86_64 2.5.4a-41.fc6       rhui-us-east-rhel-server-1y 131 k
 gcc-c++           x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran      x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.5 M
 gdb               x86_64 7.0.1-37.el5_7.1    rhui-us-east-rhel-server-1y 2.4 M
 gettext           i386   0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 indent            x86_64 2.2.9-14.fc6        rhui-us-east-rhel-server-1y  97 k
 libtool           x86_64 1.5.22-7.el5_4      rhui-us-east-rhel-server-1y 667 k
 ltrace            x86_64 0.5-13.45svn.el5    rhui-us-east-rhel-server-1y  62 k
 oprofile          x86_64 0.9.4-15.el5        rhui-us-east-rhel-server-1y 2.6 M
 patchutils        x86_64 0.2.31-2.2.2        rhui-us-east-rhel-server-1y 111 k
 pstack            x86_64 1.2-7.2.2           rhui-us-east-rhel-server-1y 4.6 k
 python-ldap       x86_64 2.2.0-2.1           rhui-us-east-rhel-server-1y 123 k
 rcs               x86_64 5.7-30.1            rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config noarch 8.0.45-32.el5       rhui-us-east-rhel-server-1y  54 k
 rpm-build         x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 302 k
 splint            x86_64 3.1.1-16.el5        rhui-us-east-rhel-server-1y 1.5 M
 strace            x86_64 4.5.18-5.el5_5.5    rhui-us-east-rhel-server-1y 177 k
 swig              x86_64 1.3.29-2.el5        rhui-us-east-rhel-server-1y 2.9 M
 systemtap         x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y 2.4 M
 texinfo           x86_64 4.8-14.el5          rhui-us-east-rhel-server-1y 763 k
 valgrind          i386   1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  20 M
 valgrind          x86_64 1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  21 M
Updating:
 gcc               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 5.3 M
 gettext           x86_64 0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 python            x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y  57 k
 subversion        i386   1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.1 M
 subversion        x86_64 1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.2 M
Installing for dependencies:
 at-spi            x86_64 1.7.11-3.el5        rhui-us-east-rhel-server-1y 304 k
 elfutils-libs     x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 183 k
 gnome-python2-gconf
                   x86_64 2.16.0-1.fc6        rhui-us-east-rhel-server-1y  34 k
 imake             x86_64 1.0.2-3             rhui-us-east-rhel-server-1y 319 k
 libXTrap          x86_64 1.0.0-3.1           rhui-us-east-rhel-server-1y  23 k
 libXevie          x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  14 k
 libXfontcache     x86_64 1.0.2-3.1           rhui-us-east-rhel-server-1y 9.8 k
 libXxf86misc      x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  12 k
 libgfortran       x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 244 k
 libgomp           i386   4.4.4-13.el5        rhui-us-east-rhel-server-1y  72 k
 libstdc++-devel   x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.8 M
 pyspi             x86_64 0.6.1-1.el5         rhui-us-east-rhel-server-1y  98 k
 python-libs       x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y 5.9 M
 systemtap-runtime x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y  96 k

Comment 17 Kedar Bidarkar 2011-09-13 11:10:16 UTC
 xorg-x11-server-Xvfb
                   x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                   x86_64 7.1-5.el5_6.2       rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xinit    x86_64 1.0.2-15.el5        rhui-us-east-rhel-server-1y  26 k
Updating for dependencies:
 cpp               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.9 M
 libgcc            i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y  96 k
 libgcc            x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y  99 k
 libgomp           x86_64 4.4.4-13.el5        rhui-us-east-rhel-server-1y  69 k
 libstdc++         i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y 363 k
 libstdc++         x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 353 k
 popt              i386   1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  75 k
 popt              x86_64 1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  77 k
 rpm               x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 1.2 M
 rpm-libs          x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 923 k
 rpm-python        x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install      55 Package(s)
Upgrade      16 Package(s)

Total download size: 103 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.5 MB/s | 103 MB     01:08     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                    1/87 

  Updating       : cpp                                                     2/87 

  Updating       : libgomp                                                 3/87 

  Installing     : libXfontcache                                           4/87 

  Installing     : xorg-x11-server-Xvfb                                    5/87 

  Installing     : libXxf86misc                                            6/87 

  Installing     : libgfortran                                             7/87 

  Installing     : imake                                                   8/87 

  Installing     : libXevie                                                9/87 

  Installing     : at-spi                                                 10/87 

  Installing     : libXTrap                                               11/87 

  Installing     : xorg-x11-server-utils                                  12/87 

  Installing     : xorg-x11-xinit                                         13/87 

  Installing     : elfutils-libs                                          14/87 

  Installing     : elfutils                                               15/87 

  Installing     : dev86                                                  16/87 

  Installing     : ctags                                                  17/87 

  Installing     : splint                                                 18/87 

  Installing     : patchutils                                             19/87 

  Installing     : strace                                                 20/87 

  Installing     : cvs                                                    21/87 

  Installing     : valgrind                                               22/87 

  Installing     : indent                                                 23/87 

  Installing     : texinfo                                                24/87 

  Installing     : flex                                                   25/87 

  Installing     : bison                                                  26/87 

  Installing     : rcs                                                    27/87 

  Installing     : byacc                                                  28/87 

  Installing     : cscope                                                 29/87 

  Installing     : diffstat                                               30/87 

  Installing     : ltrace                                                 31/87 

  Installing     : autoconf                                               32/87 

  Installing     : automake                                               33/87 

  Installing     : systemtap-runtime                                      34/87 

  Installing     : libtool                                                35/87 

  Installing     : automake17                                             36/87 

  Installing     : automake15                                             37/87 

  Installing     : redhat-rpm-config                                      38/87 

  Installing     : automake14                                             39/87 

  Installing     : automake16                                             40/87 

  Updating       : libgcc                                                 41/87 

  Updating       : libgcc                                                 42/87 

  Updating       : libstdc++                                              43/87 

  Updating       : libstdc++                                              44/87 

  Installing     : libgomp                                                45/87 

  Updating       : popt                                                   46/87 

  Installing     : swig                                                   47/87 

  Installing     : oprofile                                               48/87 

  Installing     : doxygen                                                49/87 

  Installing     : valgrind                                               50/87 

  Installing     : libstdc++-devel                                        51/87 

  Updating       : gcc                                                    52/87 

  Installing     : gcc-c++                                                53/87 

  Installing     : gcc-gfortran                                           54/87 

  Updating       : python                                                 55/87 

  Updating       : rpm-libs                                               56/87 

  Installing     : python-libs                                            57/87 

  Updating       : rpm                                                    58/87 

  Updating       : rpm-python                                             59/87 

  Installing     : gdb                                                    60/87 

  Installing     : pyspi                                                  61/87 

  Installing     : gnome-python2-gconf                                    62/87 

  Updating       : subversion                                             63/87 

  Updating       : subversion                                             64/87 

  Installing     : rpm-build                                              65/87 

  Installing     : systemtap                                              66/87 

  Installing     : gettext                                                67/87 

  Installing     : dogtail                                                68/87 

  Updating       : gettext                                                69/87 

  Installing     : python-ldap                                            70/87 

  Installing     : pstack                                                 71/87 

  Cleanup        : rpm-libs                                               72/87 

  Cleanup        : rpm-python                                             73/87 

  Cleanup        : python                                                 74/87 

  Cleanup        : libgomp                                                75/87 

  Cleanup        : libstdc++                                              76/87 

  Cleanup        : popt                                                   77/87 

  Cleanup        : gcc                                                    78/87 

  Cleanup        : libgcc                                                 79/87 

  Cleanup        : rpm                                                    80/87 

  Cleanup        : libstdc++                                              81/87 

  Cleanup        : gettext                                                82/87 

  Cleanup        : libgcc                                                 83/87 

  Cleanup        : cpp                                                    84/87 

  Cleanup        : subversion                                             85/87 

  Cleanup        : popt                                                   86/87 

  Cleanup        : subversion                                             87/87 

Installed:
  autoconf.noarch 0:2.59-12           automake.noarch 0:1.9.6-2.3.el5          
  automake14.noarch 0:1.4p6-13.el5.1  automake15.noarch 0:1.5-16.el5.2         
  automake16.noarch 0:1.6.3-8.el5.1   automake17.noarch 0:1.7.9-7.el5.2        
  bison.x86_64 0:2.3-2.1              byacc.x86_64 0:1.9-29.2.2                
  cscope.x86_64 0:15.5-15.1.el5_3.1   ctags.x86_64 0:5.6-1.1                   
  cvs.x86_64 0:1.11.22-7.el5          dev86.x86_64 0:0.16.17-2.2               
  diffstat.x86_64 0:1.41-1.2.3.el5    dogtail.noarch 0:0.6.1-4.el5             
  doxygen.x86_64 1:1.4.7-1.1          elfutils.x86_64 0:0.137-3.el5            
  flex.x86_64 0:2.5.4a-41.fc6         gcc-c++.x86_64 0:4.1.2-51.el5            
  gcc-gfortran.x86_64 0:4.1.2-51.el5  gdb.x86_64 0:7.0.1-37.el5_7.1            
  gettext.i386 0:0.17-1.el5           indent.x86_64 0:2.2.9-14.fc6             
  libtool.x86_64 0:1.5.22-7.el5_4     ltrace.x86_64 0:0.5-13.45svn.el5         
  oprofile.x86_64 0:0.9.4-15.el5      patchutils.x86_64 0:0.2.31-2.2.2         
  pstack.x86_64 0:1.2-7.2.2           python-ldap.x86_64 0:2.2.0-2.1           
  rcs.x86_64 0:5.7-30.1               redhat-rpm-config.noarch 0:8.0.45-32.el5 
  rpm-build.x86_64 0:4.4.2.3-22.el5   splint.x86_64 0:3.1.1-16.el5             
  strace.x86_64 0:4.5.18-5.el5_5.5    swig.x86_64 0:1.3.29-2.el5               
  systemtap.x86_64 0:1.3-9.el5        texinfo.x86_64 0:4.8-14.el5              
  valgrind.i386 1:3.5.0-5.el5         valgrind.x86_64 1:3.5.0-5.el5            

Dependency Installed:
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  imake.x86_64 0:1.0.2-3                                                        
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgomp.i386 0:4.4.4-13.el5                                                   
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  python-libs.x86_64 0:2.4.3-44.el5                                             
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               gettext.x86_64 0:0.17-1.el5          
  python.x86_64 0:2.4.3-44.el5            subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libgomp.x86_64 0:4.4.4-13.el5        
  libstdc++.i386 0:4.1.2-51.el5           libstdc++.x86_64 0:4.1.2-51.el5      
  popt.i386 0:1.10.2.3-22.el5             popt.x86_64 0:1.10.2.3-22.el5        
  rpm.x86_64 0:4.4.2.3-22.el5             rpm-libs.x86_64 0:4.4.2.3-22.el5     
  rpm-python.x86_64 0:4.4.2.3-22.el5     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package audit.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.i386 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs-python.x86_64 0:1.7.18-2.el5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5 set to be updated
---> Package avahi.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.x86_64 1:1.2.0-10.el5 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package crash.x86_64 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package cups.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.i386 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.i386 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.x86_64 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5 set to be updated
---> Package ghostscript.x86_64 0:8.70-6.el5 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc.x86_64 0:2.5-65 set to be updated
---> Package glibc-common.x86_64 0:2.5-65 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package hal.i386 0:0.5.8.1-62.el5 set to be updated
---> Package hal.x86_64 0:0.5.8.1-62.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.x86_64 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package krb5-libs.i386 0:1.6.1-62.el5 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-62.el5 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-62.el5 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.x86_64 0:1.2.57.1.26-1 set to be updated
---> Package less.x86_64 0:436-7.el5 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libhugetlbfs.x86_64 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16 set to be updated
---> Package libicu.x86_64 0:3.6-5.16 set to be updated
---> Package libpng.i386 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libtiff.i386 0:3.8.2-7.el5_6.7 set to be updated
---> Package libtiff.x86_64 0:3.8.2-7.el5_6.7 set to be updated
---> Package libuser.x86_64 0:0.54.7-2.1.el5_5.2 set to be updated
---> Package libvolume_id.i386 0:095-14.27.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package man-pages.noarch 0:2.39-17.el5 set to be updated
---> Package man-pages-ja.noarch 0:20060815-14.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.x86_64 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.x86_64 1:1.0.9-54.el5 set to be updated
---> Package nscd.x86_64 0:2.5-65 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5 set to be updated
---> Package ntp.x86_64 0:4.2.2p1-15.el5 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_6.4 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.x86_64 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package passwd.x86_64 0:0.73-2 set to be updated
---> Package patch.x86_64 0:2.5.4-31.el5 set to be updated
---> Package pciutils.x86_64 0:3.1.7-3.el5 set to be updated
---> Package pcre.x86_64 0:6.6-6.el5_6.1 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package psmisc.x86_64 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python-numeric.x86_64 0:23.7-2.2.2.el5_6.1 set to be updated
---> Package python-urlgrabber.noarch 0:3.1.0-6.el5 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-lsb.i386 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-lsb.x86_64 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.x86_64 1:2.0-4.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.x86_64 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-devel.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5 set to be updated
---> Package sudo.x86_64 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-lvm.noarch 0:1.1.5-9.el5 set to be updated
---> Package system-config-network.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-securitylevel.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.x86_64 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011h-2.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5 set to be updated
---> Package util-linux.x86_64 0:2.13-0.56.el5 set to be updated
---> Package vim-common.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vnc.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.x86_64 0:1.9.2.22-1.el5_7 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Running transaction check
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version              Repository                   Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y  21 M
 kernel-xen-devel x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5          rhui-us-east-rhel-server-1y 118 k
 apr              i386   1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 124 k
 apr              x86_64 1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 120 k
 audit            x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y 365 k
 audit-libs       i386   1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs       x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs-python
                  x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  82 k
 authconfig       x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y 456 k
 authconfig-gtk   x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y  47 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5
                                              rhui-us-east-rhel-server-1y 933 k
 avahi            i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 251 k
 avahi            x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 258 k
 avahi-compat-libdns_sd
                  x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  24 k
 avahi-glib       i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 avahi-glib       x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 bash             x86_64 3.2-32.el5           rhui-us-east-rhel-server-1y 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 178 k
 busybox          x86_64 1:1.2.0-10.el5       rhui-us-east-rhel-server-1y 1.2 M
 coreutils        x86_64 5.97-34.el5          rhui-us-east-rhel-server-1y 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5       rhui-us-east-rhel-server-1y  33 k
 crash            x86_64 4.1.2-8.el5          rhui-us-east-rhel-server-1y 1.7 M
 cryptsetup-luks  x86_64 1.0.3-8.el5          rhui-us-east-rhel-server-1y 709 k
 cups             x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 3.1 M
 cups-libs        i386   1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 199 k
 cups-libs        x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 195 k
 curl             x86_64 7.15.5-9.el5_7.4     rhui-us-east-rhel-server-1y 231 k
 dbus             x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 234 k
 dbus-libs        i386   1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 124 k
 dbus-libs        x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 123 k
 device-mapper    i386   1.02.63-4.el5        rhui-us-east-rhel-server-1y 776 k
 device-mapper    x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1  rhui-us-east-rhel-server-1y 286 k
 dhcpv6-client    x86_64 1.0.10-20.el5        rhui-us-east-rhel-server-1y 124 k
 dmidecode        x86_64 1:2.11-1.el5         rhui-us-east-rhel-server-1y  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y  24 k
 e2fsprogs        x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 844 k
 e2fsprogs-libs   i386   1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 exim             x86_64 4.63-10.el5          rhui-us-east-rhel-server-1y 1.2 M
 finger           x86_64 0.17-33              rhui-us-east-rhel-server-1y  21 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y  28 k
 ghostscript      i386   8.70-6.el5           rhui-us-east-rhel-server-1y 9.0 M
 ghostscript      x86_64 8.70-6.el5           rhui-us-east-rhel-server-1y 8.9 M
 glibc            i686   2.5-65               rhui-us-east-rhel-server-1y 5.3 M
 glibc            x86_64 2.5-65               rhui-us-east-rhel-server-1y 4.8 M
 glibc-common     x86_64 2.5-65               rhui-us-east-rhel-server-1y  16 M
 glibc-devel      x86_64 2.5-65               rhui-us-east-rhel-server-1y 2.4 M
 glibc-headers    x86_64 2.5-65               rhui-us-east-rhel-server-1y 594 k
 gnome-vfs2       i386   2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.2 M
 gnome-vfs2       x86_64 2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.3 M
 gzip             x86_64 1.3.5-13.el5         rhui-us-east-rhel-server-1y 104 k
 hal              i386   0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 391 k
 hal              x86_64 0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 377 k
 httpd            x86_64 2.2.3-53.el5_7.1     rhui-us-east-rhel-server-1y 1.2 M
 hwdata           noarch 0.213.24-1.el5       rhui-us-east-rhel-server-1y 414 k
 initscripts      x86_64 8.45.38-2.el5        rhui-us-east-rhel-server-1y 1.6 M
 jwhois           x86_64 3.2.3-12.el5         rhui-us-east-rhel-server-1y  97 k
 kernel-headers   x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 1.3 M
 kexec-tools      x86_64 1.102pre-126.el5_6.6 rhui-us-east-rhel-server-1y 578 k
 kpartx           x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 440 k
 krb5-libs        i386   1.6.1-62.el5         rhui-us-east-rhel-server-1y 668 k
 krb5-libs        x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 680 k
 krb5-workstation x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 916 k
 ksh              x86_64 20100202-1.el5_6.6   rhui-us-east-rhel-server-1y 1.3 M
 kudzu            x86_64 1.2.57.1.26-1        rhui-us-east-rhel-server-1y 232 k
 less             x86_64 436-7.el5            rhui-us-east-rhel-server-1y 108 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7    rhui-us-east-rhel-server-1y 245 k
 libgcj           x86_64 4.1.2-51.el5         rhui-us-east-rhel-server-1y  18 M
 libhugetlbfs     i386   1.3-8.2.el5          rhui-us-east-rhel-server-1y  40 k
 libhugetlbfs     x86_64 1.3-8.2.el5          rhui-us-east-rhel-server-1y  42 k
 libicu           i386   3.6-5.16             rhui-us-east-rhel-server-1y 5.3 M
 libicu           x86_64 3.6-5.16             rhui-us-east-rhel-server-1y 5.2 M
 libpng           i386   2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 241 k
 libpng           x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k
 libselinux       i386   1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  77 k
 libselinux       x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  78 k
 libselinux-python
                  x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  74 k
 libselinux-utils x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  56 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 917 k
 libsysfs         x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  46 k
 libtiff          i386   3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 308 k

Comment 18 Kedar Bidarkar 2011-09-13 11:10:20 UTC
 libtiff          x86_64 3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 313 k
 libuser          x86_64 0.54.7-2.1.el5_5.2   rhui-us-east-rhel-server-1y 450 k
 libvolume_id     i386   095-14.27.el5        rhui-us-east-rhel-server-1y  44 k
 libvolume_id     x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y  42 k
 libxml2          i386   2.6.26-2.1.12        rhui-us-east-rhel-server-1y 795 k
 libxml2          x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 807 k
 libxml2-python   x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 713 k
 logrotate        x86_64 3.7.4-12             rhui-us-east-rhel-server-1y  42 k
 logwatch         noarch 7.3-9.el5_6          rhui-us-east-rhel-server-1y 244 k
 lvm2             x86_64 2.02.84-6.el5_7.1    rhui-us-east-rhel-server-1y 3.1 M
 m2crypto         x86_64 0.16-8.el5           rhui-us-east-rhel-server-1y 498 k
 man              x86_64 1.6d-2.el5           rhui-us-east-rhel-server-1y 264 k
 man-pages        noarch 2.39-17.el5          rhui-us-east-rhel-server-1y 4.2 M
 man-pages-ja     noarch 20060815-14.el5      rhui-us-east-rhel-server-1y 4.9 M
 mkinitrd         x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 463 k
 mod_authz_ldap   x86_64 0.26-11.el5          rhui-us-east-rhel-server-1y  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.1   rhui-us-east-rhel-server-1y  94 k
 mysql            x86_64 5.0.77-4.el5_6.6     rhui-us-east-rhel-server-1y 4.8 M
 nash             x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M
 nfs-utils        x86_64 1:1.0.9-54.el5       rhui-us-east-rhel-server-1y 404 k
 nscd             x86_64 2.5-65               rhui-us-east-rhel-server-1y 169 k
 nspr             i386   4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 120 k
 nspr             x86_64 4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 119 k
 nss              i386   3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss              x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss-tools        x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.2 M
 nss_ldap         i386   253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 nss_ldap         x86_64 253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 ntp              x86_64 4.2.2p1-15.el5       rhui-us-east-rhel-server-1y 1.3 M
 openldap         i386   2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 296 k
 openldap         x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 304 k
 openldap-clients x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 223 k
 openssh          x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 278 k
 openssl          i686   0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openssl          x86_64 0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openswan         x86_64 2.6.21-5.el5_6.4     rhui-us-east-rhel-server-1y 1.0 M
 pam_krb5         i386   2.2.14-21.el5        rhui-us-east-rhel-server-1y 150 k
 pam_krb5         x86_64 2.2.14-21.el5        rhui-us-east-rhel-server-1y 149 k
 pango            i386   1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 334 k
 pango            x86_64 1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 338 k
 paps             x86_64 0.6.6-20.el5         rhui-us-east-rhel-server-1y  34 k
 parted           i386   1.8.1-28.el5         rhui-us-east-rhel-server-1y 541 k
 parted           x86_64 1.8.1-28.el5         rhui-us-east-rhel-server-1y 520 k
 passwd           x86_64 0.73-2               rhui-us-east-rhel-server-1y  21 k
 patch            x86_64 2.5.4-31.el5         rhui-us-east-rhel-server-1y  64 k
 pciutils         x86_64 3.1.7-3.el5          rhui-us-east-rhel-server-1y 112 k
 pcre             x86_64 6.6-6.el5_6.1        rhui-us-east-rhel-server-1y 118 k
 perl             x86_64 4:5.8.8-32.el5_6.3   rhui-us-east-rhel-server-1y  12 M
 poppler          x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y 3.0 M
 poppler-utils    x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y  76 k
 postgresql       x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-libs  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-python
                  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y  56 k
 procps           x86_64 3.2.7-17.el5         rhui-us-east-rhel-server-1y 215 k
 psmisc           x86_64 22.2-7.el5_6.2       rhui-us-east-rhel-server-1y  62 k
 pyOpenSSL        x86_64 0.6-2.el5            rhui-us-east-rhel-server-1y 120 k
 python-numeric   x86_64 23.7-2.2.2.el5_6.1   rhui-us-east-rhel-server-1y 801 k
 python-urlgrabber
                  noarch 3.1.0-6.el5          rhui-us-east-rhel-server-1y 132 k
 quota            x86_64 1:3.13-5.el5         rhui-us-east-rhel-server-1y 348 k
 redhat-lsb       i386   4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  25 k
 redhat-lsb       x86_64 4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  24 k
 redhat-release   x86_64 5Server-5.7.0.3      rhui-us-east-rhel-server-1y  62 k
 redhat-release-notes
                  x86_64 5Server-41           rhui-us-east-rhel-server-1y 371 k
 rhn-check        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y  42 k
 rhn-client-tools noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 924 k
 rhn-setup        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 114 k
 rhnlib           noarch 2.5.22-6.el5         rhui-us-east-rhel-server-1y  70 k
 rhnsd            x86_64 4.7.0-10.el5         rhui-us-east-rhel-server-1y  34 k
 rng-utils        x86_64 1:2.0-4.el5          rhui-us-east-rhel-server-1y  17 k
 rsync            x86_64 3.0.6-4.el5_7.1      rhui-us-east-rhel-server-1y 347 k
 rsyslog          x86_64 3.22.1-3.el5_6.1     rhui-us-east-rhel-server-1y 381 k
 ruby             x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 6.8 M
 screen           x86_64 4.0.3-4.el5          rhui-us-east-rhel-server-1y 571 k
 sed              x86_64 4.1.5-8.el5          rhui-us-east-rhel-server-1y 178 k
 selinux-policy   noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 420 k
 selinux-policy-devel
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 446 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1  rhui-us-east-rhel-server-1y 1.1 M
 sos              noarch 1.7-9.54.el5         rhui-us-east-rhel-server-1y 151 k
 sudo             x86_64 1.7.2p1-10.el5       rhui-us-east-rhel-server-1y 354 k
 sysfsutils       x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  40 k
 system-config-lvm
                  noarch 1.1.5-9.el5          rhui-us-east-rhel-server-1y 690 k
 system-config-network
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 424 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 1.8 M
 system-config-securitylevel
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 280 k
 system-config-securitylevel-tui
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 254 k
 tmpwatch         x86_64 2.9.7-1.1.el5.5      rhui-us-east-rhel-server-1y  19 k
 traceroute       x86_64 3:2.0.1-6.el5        rhui-us-east-rhel-server-1y  41 k
 tzdata           x86_64 2011h-2.el5          rhui-us-east-rhel-server-1y 781 k
 udev             x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y 2.4 M
 util-linux       x86_64 2.13-0.56.el5        rhui-us-east-rhel-server-1y 1.8 M
 vim-common       x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 6.4 M
 vim-enhanced     x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 1.3 M
 vim-minimal      x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 333 k
 vnc              x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 159 k
 vnc-server       x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 2.0 M
 vsftpd           x86_64 2.0.5-21.el5         rhui-us-east-rhel-server-1y 140 k
 w3m              x86_64 0.5.1-18.el5         rhui-us-east-rhel-server-1y 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5      rhui-us-east-rhel-server-1y 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3              rhui-us-east-rhel-server-1y  79 k
 xorg-x11-xfs     x86_64 1:1.0.2-5.el5_6.1    rhui-us-east-rhel-server-1y  73 k
 xulrunner        x86_64 1.9.2.22-1.el5_7     rhui-us-east-rhel-server-1y  11 M
 yum              noarch 3.2.22-37.el5        rhui-us-east-rhel-server-1y 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2     rhui-us-east-rhel-server-1y  63 k
 yum-security     noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  25 k
 yum-updateonboot noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  13 k
 yum-utils        noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  71 k
 zlib             i386   1.2.3-4.el5          rhui-us-east-rhel-server-1y  51 k
 zlib             x86_64 1.2.3-4.el5          rhui-us-east-rhel-server-1y  52 k
Installing for dependencies:
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5     rhui-us-east-rhel-server-1y 1.0 M

Transaction Summary
================================================================================
Install       3 Package(s)
Upgrade     205 Package(s)

Total download size: 260 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.4 MB/s | 260 MB     01:47     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/413 

  Updating       : tzdata                                                 2/413 

  Updating       : glibc-common                                           3/413 

  Updating       : glibc                                                  4/413 

  Updating       : bash                                                   5/413 

  Updating       : libselinux                                             6/413 

  Updating       : zlib                                                   7/413 

  Updating       : coreutils                                              8/413 

  Updating       : device-mapper                                          9/413 

  Updating       : e2fsprogs-libs                                        10/413 

  Updating       : krb5-libs                                             11/413 

  Updating       : openssl                                               12/413 

  Updating       : openldap                                              13/413 

  Updating       : audit-libs                                            14/413 

  Updating       : shadow-utils                                          15/413 

  Updating       : sed                                                   16/413 

  Updating       : nspr                                                  17/413 

  Updating       : nss                                                   18/413 

  Updating       : udev                                                  19/413 

  Updating       : util-linux                                            20/413 

  Updating       : procps                                                21/413 

  Updating       : pango                                                 22/413 

  Updating       : psmisc                                                23/413 

  Updating       : postgresql-libs                                       24/413 

  Updating       : libpng                                                25/413 

  Updating       : libXfont                                              26/413 

  Updating       : libxml2                                               27/413 

  Updating       : SysVinit                                              28/413 

  Updating       : cryptsetup-luks                                       29/413 

  Updating       : kpartx                                                30/413 

  Updating       : libtiff                                               31/413 

  Updating       : cups-libs                                             32/413 

  Updating       : libvolume_id                                          33/413 

  Updating       : pcre                                                  34/413 

  Updating       : libsysfs                                              35/413 

  Updating       : gdbm                                                  36/413 

  Updating       : perl                                                  37/413 

  Updating       : libxml2-python                                        38/413 

  Updating       : nscd                                                  39/413 

  Updating       : m2crypto                                              40/413 

  Updating       : e2fsprogs                                             41/413 

  Updating       : logrotate                                             42/413 

  Updating       : patch                                                 43/413 

  Updating       : less                                                  44/413 

  Updating       : gzip                                                  45/413 

  Updating       : man                                                   46/413 

  Updating       : dmidecode                                             47/413 

  Updating       : mysql                                                 48/413 

  Updating       : ruby-libs                                             49/413 

  Updating       : ruby                                                  50/413 

  Updating       : poppler                                               51/413 

  Updating       : libuser                                               52/413 

  Updating       : passwd                                                53/413 

  Updating       : net-snmp-libs                                         54/413 

  Updating       : bind-libs                                             55/413 

  Updating       : apr                                                   56/413 

  Updating       : poppler-utils                                         57/413 

  Updating       : rsyslog                                               58/413 

  Updating       : xorg-x11-font-utils                                   59/413 

  Updating       : device-mapper-multipath                               60/413 

  Updating       : paps                                                  61/413 

  Updating       : tmpwatch                                              62/413 

  Updating       : pyOpenSSL                                             63/413 

  Updating       : device-mapper-event                                   64/413 

  Updating       : lvm2                                                  65/413 

  Updating       : vim-minimal                                           66/413 

  Updating       : libselinux-utils                                      67/413 

  Updating       : pciutils                                              68/413 

  Updating       : rhnlib                                                69/413 

  Updating       : python-urlgrabber                                     70/413 

  Updating       : yum                                                   71/413 

  Updating       : selinux-policy                                        72/413 

  Updating       : redhat-release                                        73/413 

  Updating       : initscripts                                           74/413 

  Updating       : httpd                                                 75/413 

  Updating       : exim                                                  76/413 

  Updating       : openssh                                               77/413 

  Updating       : redhat-lsb                                            78/413 

  Updating       : kernel-headers                                        79/413 

  Updating       : glibc-headers                                         80/413 

  Updating       : busybox                                               81/413 

  Updating       : system-config-securitylevel-tui                       82/413 

  Updating       : nss_ldap                                              83/413 

  Updating       : ghostscript                                           84/413 

  Updating       : libgcj                                                85/413 

  Updating       : authconfig                                            86/413 

  Updating       : libsmbclient                                          87/413 

  Updating       : samba-common                                          88/413 

  Updating       : curl                                                  89/413 

  Installing     : iscsi-initiator-utils                                 90/413 

  Updating       : pam_krb5                                              91/413 

  Updating       : parted                                                92/413 

  Updating       : vim-common                                            93/413 

  Updating       : libicu                                                94/413 

  Updating       : ruby-irb                                              95/413 

  Updating       : nash                                                  96/413 

  Updating       : vim-enhanced                                          97/413 

  Updating       : samba-client                                          98/413 

  Updating       : kexec-tools                                           99/413 

  Updating       : openssh-clients                                      100/413 

  Updating       : openssh-server                                       101/413 

  Updating       : mod_authz_ldap                                       102/413 

  Updating       : mod_ssl                                              103/413 

  Updating       : vsftpd                                               104/413 

  Updating       : postgresql                                           105/413 

  Updating       : vnc                                                  106/413 

  Updating       : xorg-x11-xfs                                         107/413 

  Updating       : quota                                                108/413 

  Updating       : dhclient                                             109/413 

  Updating       : rng-utils                                            110/413 

  Updating       : dhcpv6-client                                        111/413 

  Updating       : sudo                                                 112/413 

  Updating       : bind-utils                                           113/413 

  Updating       : net-snmp                                             114/413 

  Updating       : openswan                                             115/413 

  Updating       : sysfsutils                                           116/413 

  Updating       : autofs                                               117/413 

  Updating       : vnc-server                                           118/413 

  Updating       : postgresql-python                                    119/413 

  Updating       : krb5-workstation                                     120/413 

  Updating       : nfs-utils                                            121/413 

  Updating       : nss-tools                                            122/413 

  Updating       : screen                                               123/413 

  Updating       : audit-libs-python                                    124/413 

  Updating       : audit                                                125/413 

  Updating       : openldap-clients                                     126/413 

  Updating       : ksh                                                  127/413 

  Updating       : crash                                                128/413 

  Updating       : libselinux-python                                    129/413 

  Updating       : cpuspeed                                             130/413 

  Updating       : jwhois                                               131/413 

  Updating       : finger                                               132/413 

  Updating       : libhugetlbfs                                         133/413 

  Updating       : rsync                                                134/413 

  Updating       : python-numeric                                       135/413 

  Updating       : traceroute                                           136/413 

  Updating       : ruby-rdoc                                            137/413 

  Updating       : authconfig-gtk                                       138/413 

  Updating       : system-config-securitylevel                          139/413 

  Updating       : glibc-devel                                          140/413 

  Updating       : xinetd                                               141/413 

  Updating       : selinux-policy-devel                                 142/413 

  Updating       : selinux-policy-targeted                              143/413/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : yum-updateonboot                                     144/413 

  Updating       : yum-security                                         145/413 

  Updating       : yum-fastestmirror                                    146/413 

  Updating       : yum-utils                                            147/413 

  Updating       : system-config-lvm                                    148/413 

  Updating       : sos                                                  149/413 

  Updating       : w3m                                                  150/413 

  Updating       : logwatch                                             151/413 

  Updating       : ntp                                                  152/413 

  Installing     : kernel-xen-devel                                     153/413 

  Updating       : man-pages                                            154/413 

  Updating       : man-pages-ja                                         155/413 

  Updating       : redhat-release-notes                                 156/413 

  Updating       : glibc                                                157/413 

  Updating       : zlib                                                 158/413 

  Updating       : libselinux                                           159/413 

  Updating       : device-mapper                                        160/413 

  Updating       : e2fsprogs-libs                                       161/413 

  Updating       : krb5-libs                                            162/413 

  Updating       : openssl                                              163/413 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : libpng                                               164/413 

  Updating       : libtiff                                              165/413 

  Updating       : nspr                                                 166/413 

  Updating       : cups-libs                                            167/413 

  Updating       : openldap                                             168/413 

  Updating       : libxml2                                              169/413 

  Updating       : libvolume_id                                         170/413 

  Updating       : nss                                                  171/413 

  Updating       : nss_ldap                                             172/413 

  Updating       : ghostscript                                          173/413 

  Updating       : postgresql-libs                                      174/413 

  Updating       : pam_krb5                                             175/413 

  Updating       : apr                                                  176/413 

  Updating       : parted                                               177/413 

  Updating       : libicu                                               178/413 

  Updating       : pango                                                179/413 

  Updating       : audit-libs                                           180/413 

  Updating       : libhugetlbfs                                         181/413 

  Updating       : redhat-lsb                                           182/413 

  Updating       : dbus-libs                                            183/413 

  Updating       : dbus                                                 184/413 

  Updating       : avahi                                                185/413 

  Updating       : hal                                                  186/413 

  Updating       : dmraid                                               187/413 

  Updating       : avahi-compat-libdns_sd                               188/413 

  Updating       : avahi-glib                                           189/413 

  Updating       : gnome-vfs2                                           190/413 

  Updating       : cups                                                 191/413 

  Updating       : kudzu                                                192/413 

  Updating       : rhnsd                                                193/413 

  Updating       : dmraid-events                                        194/413 

  Updating       : rhn-client-tools                                     195/413 

  Updating       : yum-rhn-plugin                                       196/413 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            197/413 

  Updating       : rhn-check                                            198/413 

  Updating       : xulrunner                                            199/413 

  Updating       : mkinitrd                                             200/413 

  Updating       : dbus-libs                                            201/413 

  Updating       : system-config-network-tui                            202/413 

  Updating       : system-config-network                                203/413 

  Installing     : kernel-xen                                           204/413 

  Updating       : avahi                                                205/413 

  Updating       : avahi-glib                                           206/413 

  Updating       : hal                                                  207/413 

  Updating       : gnome-vfs2                                           208/413 

  Cleanup        : selinux-policy                                       209/413 

  Cleanup        : hwdata                                               210/413 

  Cleanup        : poppler                                              211/413 

  Cleanup        : finger                                               212/413 

  Cleanup        : psmisc                                               213/413 

  Cleanup        : yum-updateonboot                                     214/413 

  Cleanup        : dbus-libs                                            215/413 

  Cleanup        : authconfig-gtk                                       216/413 

  Cleanup        : libicu                                               217/413 

  Cleanup        : glibc                                                218/413 

  Cleanup        : passwd                                               219/413 

  Cleanup        : device-mapper-event                                  220/413 

  Cleanup        : openssh                                              221/413 

  Cleanup        : perl                                                 222/413 

  Cleanup        : apr                                                  223/413 

  Cleanup        : logrotate                                            224/413 

  Cleanup        : ghostscript                                          225/413 

  Cleanup        : libvolume_id                                         226/413 

  Cleanup        : sos                                                  227/413 

  Cleanup        : dmidecode                                            228/413 

  Cleanup        : mysql                                                229/413 

  Cleanup        : xinetd                                               230/413 

  Cleanup        : selinux-policy-devel                                 231/413 

  Cleanup        : yum-rhn-plugin                                       232/413 

  Cleanup        : httpd                                                233/413 

  Cleanup        : libvolume_id                                         234/413 

  Cleanup        : curl                                                 235/413 

  Cleanup        : glibc-devel                                          236/413 

  Cleanup        : libpng                                               237/413 

  Cleanup        : libselinux                                           238/413 

  Cleanup        : vsftpd                                               239/413 

  Cleanup        : libxml2-python                                       240/413 

  Cleanup        : redhat-release-notes                                 241/413 

  Cleanup        : xorg-x11-font-utils                                  242/413 

  Cleanup        : dbus-libs                                            243/413 

  Cleanup        : mod_authz_ldap                                       244/413 

  Cleanup        : libicu                                               245/413 

  Cleanup        : device-mapper                                        246/413 

  Cleanup        : postgresql                                           247/413 

  Cleanup        : parted                                               248/413 

  Cleanup        : authconfig                                           249/413 

  Cleanup        : avahi                                                250/413 

  Cleanup        : vnc                                                  251/413 

  Cleanup        : w3m                                                  252/413 

  Cleanup        : audit-libs-python                                    253/413 

  Cleanup        : krb5-workstation                                     254/413 

  Cleanup        : ruby-rdoc                                            255/413 

  Cleanup        : xulrunner                                            256/413 

  Cleanup        : nscd                                                 257/413 

  Cleanup        : pam_krb5                                             258/413 

  Cleanup        : openldap                                             259/413 

  Cleanup        : autofs                                               260/413 

  Cleanup        : gzip                                                 261/413 

  Cleanup        : avahi-compat-libdns_sd                               262/413 

  Cleanup        : glibc                                                263/413 

  Cleanup        : krb5-libs                                            264/413 

  Cleanup        : net-snmp-libs                                        265/413 

  Cleanup        : avahi-glib                                           266/413 

  Cleanup        : bind-libs                                            267/413 

  Cleanup        : zlib                                                 268/413 

  Cleanup        : libhugetlbfs                                         269/413 

  Cleanup        : udev                                                 270/413 

  Cleanup        : vim-enhanced                                         271/413 

  Cleanup        : poppler-utils                                        272/413 

  Cleanup        : bash                                                 273/413 

  Cleanup        : system-config-securitylevel-tui                      274/413 

  Cleanup        : openssl                                              275/413 

  Cleanup        : zlib                                                 276/413 

  Cleanup        : man-pages-ja                                         277/413 

  Cleanup        : parted                                               278/413 

  Cleanup        : audit                                                279/413 

  Cleanup        : nspr                                                 280/413 

  Cleanup        : libtiff                                              281/413 

  Cleanup        : pam_krb5                                             282/413 

  Cleanup        : libpng                                               283/413 

  Cleanup        : python-urlgrabber                                    284/413 

  Cleanup        : libXfont                                             285/413 

  Cleanup        : xorg-x11-xfs                                         286/413 

  Cleanup        : yum-security                                         287/413 

  Cleanup        : avahi-glib                                           288/413 

  Cleanup        : vim-minimal                                          289/413 

  Cleanup        : vnc-server                                           290/413 

  Cleanup        : man                                                  291/413 

  Cleanup        : crash                                                292/413 

  Cleanup        : system-config-network                                293/413 

  Cleanup        : libsmbclient                                         294/413 

  Cleanup        : man-pages                                            295/413 

  Cleanup        : busybox                                              296/413 

  Cleanup        : postgresql-libs                                      297/413 

  Cleanup        : yum-fastestmirror                                    298/413 

  Cleanup        : exim                                                 299/413 

  Cleanup        : pcre                                                 300/413 

  Cleanup        : e2fsprogs                                            301/413 

  Cleanup        : rhn-setup                                            302/413 

  Cleanup        : pango                                                303/413 

  Cleanup        : samba-client                                         304/413 

  Cleanup        : nss_ldap                                             305/413 

  Cleanup        : mod_ssl                                              306/413 

  Cleanup        : gnome-vfs2                                           307/413 

  Cleanup        : e2fsprogs-libs                                       308/413 

  Cleanup        : rhnlib                                               309/413 

  Cleanup        : quota                                                310/413 

  Cleanup        : audit-libs                                           311/413 

  Cleanup        : dmraid-events                                        312/413 

  Cleanup        : SysVinit                                             313/413 

  Cleanup        : lvm2                                                 314/413 

  Cleanup        : kpartx                                               315/413 

  Cleanup        : openssh-clients                                      316/413 

  Cleanup        : libtiff                                              317/413 

  Cleanup        : sysfsutils                                           318/413 

  Cleanup        : redhat-release                                       319/413 

  Cleanup        : libsysfs                                             320/413 

  Cleanup        : libhugetlbfs                                         321/413 

  Cleanup        : rsync                                                322/413 

  Cleanup        : ksh                                                  323/413 

  Cleanup        : nss                                                  324/413 

  Cleanup        : system-config-lvm                                    325/413 

  Cleanup        : logwatch                                             326/413 

  Cleanup        : postgresql-libs                                      327/413 

  Cleanup        : libselinux-utils                                     328/413 

  Cleanup        : gdbm                                                 329/413 

  Cleanup        : hal                                                  330/413 

  Cleanup        : pyOpenSSL                                            331/413 

  Cleanup        : openssh-server                                       332/413 

  Cleanup        : openldap                                             333/413 

  Cleanup        : rhnsd                                                334/413 

  Cleanup        : apr                                                  335/413 

  Cleanup        : yum-utils                                            336/413 

  Cleanup        : ntp                                                  337/413 

  Cleanup        : libselinux-python                                    338/413 

  Cleanup        : samba-common                                         339/413 

  Cleanup        : sudo                                                 340/413 

  Cleanup        : hal                                                  341/413 

  Cleanup        : nss-tools                                            342/413 

  Cleanup        : openssl                                              343/413 

  Cleanup        : python-numeric                                       344/413 

  Cleanup        : ruby-libs                                            345/413

Comment 19 Kedar Bidarkar 2011-09-13 11:10:24 UTC
  Cleanup        : krb5-libs                                            346/413 

  Cleanup        : nss_ldap                                             347/413 

  Cleanup        : tmpwatch                                             348/413 

  Cleanup        : nfs-utils                                            349/413 

  Cleanup        : libxml2                                              350/413 

  Cleanup        : libuser                                              351/413 

  Cleanup        : postgresql-python                                    352/413 

  Cleanup        : dhclient                                             353/413 

  Cleanup        : glibc-common                                         354/413 

  Cleanup        : cryptsetup-luks                                      355/413 

  Cleanup        : nspr                                                 356/413 

  Cleanup        : audit-libs                                           357/413 

  Cleanup        : redhat-lsb                                           358/413 

  Cleanup        : cpuspeed                                             359/413 

  Cleanup        : screen                                               360/413 

  Cleanup        : device-mapper-multipath                              361/413 

  Cleanup        : procps                                               362/413 

  Cleanup        : coreutils                                            363/413 

  Cleanup        : pciutils                                             364/413 

  Cleanup        : redhat-lsb                                           365/413 

  Cleanup        : openswan                                             366/413 

  Cleanup        : rsyslog                                              367/413 

  Cleanup        : patch                                                368/413 

  Cleanup        : bind-utils                                           369/413 

  Cleanup        : cups-libs                                            370/413 

  Cleanup        : rhn-check                                            371/413 

  Cleanup        : shadow-utils                                         372/413 

  Cleanup        : initscripts                                          373/413 

  Cleanup        : ruby-irb                                             374/413 

  Cleanup        : nash                                                 375/413 

  Cleanup        : net-snmp                                             376/413 

  Cleanup        : libgcj                                               377/413 

  Cleanup        : rng-utils                                            378/413 

  Cleanup        : e2fsprogs-libs                                       379/413 

  Cleanup        : sed                                                  380/413 

  Cleanup        : cups                                                 381/413 

  Cleanup        : nss                                                  382/413 

  Cleanup        : gnome-vfs2                                           383/413 

  Cleanup        : dbus                                                 384/413 

  Cleanup        : kernel-headers                                       385/413 

  Cleanup        : ruby                                                 386/413 

  Cleanup        : selinux-policy-targeted                              387/413 

  Cleanup        : less                                                 388/413 

  Cleanup        : paps                                                 389/413 

  Cleanup        : device-mapper                                        390/413 

  Cleanup        : tzdata                                               391/413 

  Cleanup        : libselinux                                           392/413 

  Cleanup        : dmraid                                               393/413 

  Cleanup        : cups-libs                                            394/413 

  Cleanup        : dhcpv6-client                                        395/413 

  Cleanup        : kudzu                                                396/413 

  Cleanup        : kexec-tools                                          397/413 

  Cleanup        : system-config-network-tui                            398/413 

  Cleanup        : openldap-clients                                     399/413 

  Cleanup        : system-config-securitylevel                          400/413 

  Cleanup        : rhn-client-tools                                     401/413 

  Cleanup        : jwhois                                               402/413 

  Cleanup        : mkinitrd                                             403/413 

  Cleanup        : yum                                                  404/413 

  Cleanup        : libxml2                                              405/413 

  Cleanup        : pango                                                406/413 

  Cleanup        : ghostscript                                          407/413 

  Cleanup        : avahi                                                408/413 

  Cleanup        : vim-common                                           409/413 

  Cleanup        : util-linux                                           410/413 

  Cleanup        : m2crypto                                             411/413 

  Cleanup        : traceroute                                           412/413 

  Cleanup        : glibc-headers                                        413/413 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.3.1.el5                                        
  kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5                                  

Dependency Installed:
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  audit.x86_64 0:1.7.18-2.el5                                                   
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs.x86_64 0:1.7.18-2.el5                                              
  audit-libs-python.x86_64 0:1.7.18-2.el5                                       
  authconfig.x86_64 0:5.3.21-7.el5                                              
  authconfig-gtk.x86_64 0:5.3.21-7.el5                                          
  autofs.x86_64 1:5.0.1-0.rc2.156.el5                                           
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6                               
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5                                           
  bind-utils.x86_64 30:9.3.6-16.P1.el5                                          
  busybox.x86_64 1:1.2.0-10.el5                                                 
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  crash.x86_64 0:4.1.2-8.el5                                                    
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  cups.x86_64 1:1.3.7-26.el5_6.1                                                
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  cups-libs.x86_64 1:1.3.7-26.el5_6.1                                           
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dhcpv6-client.x86_64 0:1.0.10-20.el5                                          
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  ghostscript.i386 0:8.70-6.el5                                                 
  ghostscript.x86_64 0:8.70-6.el5                                               
  glibc.i686 0:2.5-65                                                           
  glibc.x86_64 0:2.5-65                                                         
  glibc-common.x86_64 0:2.5-65                                                  
  glibc-devel.x86_64 0:2.5-65                                                   
  glibc-headers.x86_64 0:2.5-65                                                 
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  gzip.x86_64 0:1.3.5-13.el5                                                    
  hal.i386 0:0.5.8.1-62.el5                                                     
  hal.x86_64 0:0.5.8.1-62.el5                                                   
  httpd.x86_64 0:2.2.3-53.el5_7.1                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.3.1.el5                                    
  kexec-tools.x86_64 0:1.102pre-126.el5_6.6                                     
  kpartx.x86_64 0:0.4.7-46.el5_7.1                                              
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-libs.x86_64 0:1.6.1-62.el5                                               
  krb5-workstation.x86_64 0:1.6.1-62.el5                                        
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  kudzu.x86_64 0:1.2.57.1.26-1                                                  
  less.x86_64 0:436-7.el5                                                       
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libhugetlbfs.x86_64 0:1.3-8.2.el5                                             
  libicu.i386 0:3.6-5.16                                                        
  libicu.x86_64 0:3.6-5.16                                                      
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux.x86_64 0:1.33.4-5.7.el5                                            
  libselinux-python.x86_64 0:1.33.4-5.7.el5                                     
  libselinux-utils.x86_64 0:1.33.4-5.7.el5                                      
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libtiff.x86_64 0:3.8.2-7.el5_6.7                                              
  libuser.x86_64 0:0.54.7-2.1.el5_5.2                                           
  libvolume_id.i386 0:095-14.27.el5                                             
  libvolume_id.x86_64 0:095-14.27.el5                                           
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2.x86_64 0:2.6.26-2.1.12                                                
  libxml2-python.x86_64 0:2.6.26-2.1.12                                         
  logrotate.x86_64 0:3.7.4-12                                                   
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  man-pages.noarch 0:2.39-17.el5                                                
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.x86_64 0:5.1.19.6-71.el5                                             
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.1                                             
  mysql.x86_64 0:5.0.77-4.el5_6.6                                               
  nash.x86_64 0:5.1.19.6-71.el5                                                 
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nfs-utils.x86_64 1:1.0.9-54.el5                                               
  nscd.x86_64 0:2.5-65                                                          
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss.x86_64 0:3.12.10-4.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-4.el5_7                                            
  nss_ldap.i386 0:253-42.el5                                                    
  nss_ldap.x86_64 0:253-42.el5                                                  
  ntp.x86_64 0:4.2.2p1-15.el5                                                   
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap.x86_64 0:2.3.43-12.el5_6.7                                           
  openldap-clients.x86_64 0:2.3.43-12.el5_6.7                                   
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_6.4                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  pango.x86_64 0:1.14.9-8.el5_6.2                                               
  paps.x86_64 0:0.6.6-20.el5                                                    
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  passwd.x86_64 0:0.73-2                                                        
  patch.x86_64 0:2.5.4-31.el5                                                   
  pciutils.x86_64 0:3.1.7-3.el5                                                 
  pcre.x86_64 0:6.6-6.el5_6.1                                                   
  perl.x86_64 4:5.8.8-32.el5_6.3                                                
  poppler.x86_64 0:0.5.4-4.4.el5_6.17                                           
  poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17                                     
  postgresql.x86_64 0:8.1.23-1.el5_6.1                                          
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_6.1                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_6.1                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  psmisc.x86_64 0:22.2-7.el5_6.2                                                
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python-numeric.x86_64 0:23.7-2.2.2.el5_6.1                                    
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-lsb.x86_64 0:4.0-2.1.4.el5                                             
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rng-utils.x86_64 1:2.0-4.el5                                                  
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  rsyslog.x86_64 0:3.22.1-3.el5_6.1                                             
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-devel.noarch 0:2.4.6-316.el5                                   
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.x86_64 0:1.7.2p1-10.el5                                                  
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-lvm.noarch 0:1.1.5-9.el5                                        
  system-config-network.noarch 0:1.3.99.19-2.el5                                
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  system-config-securitylevel.x86_64 0:1.6.29.1-6.el5                           
  system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5                       
  tmpwatch.x86_64 0:2.9.7-1.1.el5.5                                             
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011h-2.el5                                                   
  udev.x86_64 0:095-14.27.el5                                                   
  util-linux.x86_64 0:2.13-0.56.el5                                             
  vim-common.x86_64 2:7.0.109-7.el5                                             
  vim-enhanced.x86_64 2:7.0.109-7.el5                                           
  vim-minimal.x86_64 2:7.0.109-7.el5                                            
  vnc.x86_64 0:4.1.2-14.el5_6.6                                                 
  vnc-server.x86_64 0:4.1.2-14.el5_6.6                                          
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1                                         
  xulrunner.x86_64 0:1.9.2.22-1.el5_7                                           
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/etc/sysconfig/rh-cloud-firstboot FOUND
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  cat /etc/sysconfig/rh-cloud-firstboot
RESULT: RUN_FIRSTBOOT=NO 
EXPECTED RESULT: RUN_FIRSTBOOT=NO
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify nameserver ... 
######################################################################################
COMMAND:  /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4  | wc -l
RESULT: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify group file ... 
######################################################################################
COMMAND:  cat /etc/group | grep root:x:0
RESULT: root:x:0:root 
EXPECTED RESULT: root:x:0:root
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep bin:x:1
RESULT: bin:x:1:root,bin,daemon 
EXPECTED RESULT: bin:x:1:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep daemon:x:2
RESULT: daemon:x:2:root,bin,daemon 
EXPECTED RESULT: daemon:x:2:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep nobody:x:99
RESULT: nobody:x:99: 
EXPECTED RESULT: nobody:x:99:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new passwd file ... 
######################################################################################
COMMAND:  cat /etc/passwd | grep root:x:0
RESULT: root:x:0:0:root:/root:/bin/bash 
EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep nobody:x:99
RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin 
EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep sshd
RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin 
EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new shells file ... 
######################################################################################
COMMAND:  cat /etc/shells | grep bash
RESULT: /bin/bash 
EXPECTED RESULT: /bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/shells | grep nologin
RESULT: /sbin/nologin 
EXPECTED RESULT: /sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify networking ... 
######################################################################################
COMMAND:  grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2
RESULT: yes 
EXPECTED RESULT: yes
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify device ... 
######################################################################################
COMMAND:  grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2
RESULT: eth0 
EXPECTED RESULT: eth0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
RETURN CODE: 0
COMMAND:  /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd ...
######################################################################################
COMMAND:  chkconfig --list | grep sshd
RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/sshd status | grep running | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify  chkconfig ... 
######################################################################################
COMMAND:  chkconfig --list | grep crond | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
COMMAND:  chkconfig --list | grep  iptables | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0

Comment 20 Kedar Bidarkar 2011-09-13 11:10:27 UTC
PASS
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rsyslog | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog config ... 
######################################################################################
COMMAND:  md5sum /etc/rsyslog.conf | cut -f 1 -d  " "
RESULT: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd is on ... 
######################################################################################
COMMAND:  /sbin/chkconfig --list auditd | grep 3:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  /sbin/chkconfig --list auditd | grep 5:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify audit.rules ... 
######################################################################################
COMMAND:  md5sum /etc/audit/audit.rules | cut -f 1 -d  " "
RESULT: f9869e1191838c461f5b9051c78a638d 
EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd.conf ... 
######################################################################################
COMMAND:  md5sum /etc/audit/auditd.conf | cut -f 1 -d  " "
RESULT: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... 
######################################################################################
COMMAND:  ls /etc/ld.so.conf.d/libc6-xen.conf
ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##test menu.lst ... 
######################################################################################
COMMAND:  file /boot/grub/menu.lst  | grep symbolic | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  file /boot/grub/menu.lst  | grep grub.conf | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  cat /boot/grub/grub.conf  | grep "(hd0,0)" | wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image

## Summary ##
FAILURES = 0
FAILED TESTS = 
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 21 Kedar Bidarkar 2011-09-13 11:11:23 UTC
IMAGE ID= ami-d75390be_us-east-1_m2.4xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
domU-12-31-39-18-15-4D
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.5
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ... 
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-194.32.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-194.32.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-194.32.1 
EXPECTED RESULT: 2.6.18-194.32.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-194.32.1
RESULT: title RHEL-5.5-Starter-EBS-x86_64-11.raw (2.6.18-194.32.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-194.32.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-194.32.1.el5xen.img 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ... 
######################################################################################
COMMAND:  /bin/uname -o
RESULT: GNU/Linux 
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ... 
######################################################################################
COMMAND:  ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    S file Size differs
    M Mode differs (includes permissions and file type)
    5 MD5 sum differs
    D Device major/minor number mismatch
    L readLink(2) path mismatch
    U User ownership differs
    G Group ownership differs
    T mTime differs

COMMAND:  cat /tmp/rpmqaV.txt | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.5 
EXPECTED RESULT: 5.5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ... 
######################################################################################
COMMAND:  cat /tmp/Packager | grep -v 'Red Hat, Inc.' |  grep -v crash-trace-commandPackager| wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ... 
######################################################################################
COMMAND:  grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
repo id                     repo name                            status
rhui-us-east-rhel-server-1y Red Hat Enterprise Linux Server 5 (R enabled: 12,029
repolist: 12,029 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
Installed Groups:
   Administration Tools
   Editors
   FTP Server
   Graphics
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   Network Servers
   PostgreSQL Database
   Printing Support
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
--> Processing Dependency: python-libs-x86_64 >= 2.4.3-32.el5 for package: gdb
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package gettext.x86_64 0:0.17-1.el5 set to be updated
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libgomp.x86_64 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-20.el5_5.1 for package: rpm-python
---> Package popt.i386 0:1.10.2.3-22.el5 set to be updated
---> Package popt.x86_64 0:1.10.2.3-22.el5 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
---> Package python-libs.x86_64 0:2.4.3-44.el5 set to be updated
---> Package rpm.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4 set to be updated
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Running transaction check
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Running transaction check
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
--> Processing Conflict: python-libs conflicts python < 2.4.3-32.el5
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package python.x86_64 0:2.4.3-44.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version             Repository                   Size
================================================================================
Installing:
 autoconf          noarch 2.59-12             rhui-us-east-rhel-server-1y 646 k
 automake          noarch 1.9.6-2.3.el5       rhui-us-east-rhel-server-1y 476 k
 automake14        noarch 1.4p6-13.el5.1      rhui-us-east-rhel-server-1y 200 k
 automake15        noarch 1.5-16.el5.2        rhui-us-east-rhel-server-1y 230 k
 automake16        noarch 1.6.3-8.el5.1       rhui-us-east-rhel-server-1y 241 k
 automake17        noarch 1.7.9-7.el5.2       rhui-us-east-rhel-server-1y 278 k
 bison             x86_64 2.3-2.1             rhui-us-east-rhel-server-1y 549 k
 byacc             x86_64 1.9-29.2.2          rhui-us-east-rhel-server-1y  41 k
 cscope            x86_64 15.5-15.1.el5_3.1   rhui-us-east-rhel-server-1y 144 k
 ctags             x86_64 5.6-1.1             rhui-us-east-rhel-server-1y 131 k
 cvs               x86_64 1.11.22-7.el5       rhui-us-east-rhel-server-1y 737 k
 dev86             x86_64 0.16.17-2.2         rhui-us-east-rhel-server-1y 397 k
 diffstat          x86_64 1.41-1.2.3.el5      rhui-us-east-rhel-server-1y  19 k
 dogtail           noarch 0.6.1-4.el5         rhui-us-east-rhel-server-1y 172 k
 doxygen           x86_64 1:1.4.7-1.1         rhui-us-east-rhel-server-1y 2.4 M
 elfutils          x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 216 k
 flex              x86_64 2.5.4a-41.fc6       rhui-us-east-rhel-server-1y 131 k
 gcc-c++           x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran      x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.5 M
 gdb               x86_64 7.0.1-37.el5_7.1    rhui-us-east-rhel-server-1y 2.4 M
 gettext           i386   0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 indent            x86_64 2.2.9-14.fc6        rhui-us-east-rhel-server-1y  97 k
 libtool           x86_64 1.5.22-7.el5_4      rhui-us-east-rhel-server-1y 667 k
 ltrace            x86_64 0.5-13.45svn.el5    rhui-us-east-rhel-server-1y  62 k
 oprofile          x86_64 0.9.4-15.el5        rhui-us-east-rhel-server-1y 2.6 M
 patchutils        x86_64 0.2.31-2.2.2        rhui-us-east-rhel-server-1y 111 k
 pstack            x86_64 1.2-7.2.2           rhui-us-east-rhel-server-1y 4.6 k
 python-ldap       x86_64 2.2.0-2.1           rhui-us-east-rhel-server-1y 123 k
 rcs               x86_64 5.7-30.1            rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config noarch 8.0.45-32.el5       rhui-us-east-rhel-server-1y  54 k
 rpm-build         x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 302 k
 splint            x86_64 3.1.1-16.el5        rhui-us-east-rhel-server-1y 1.5 M
 strace            x86_64 4.5.18-5.el5_5.5    rhui-us-east-rhel-server-1y 177 k
 swig              x86_64 1.3.29-2.el5        rhui-us-east-rhel-server-1y 2.9 M
 systemtap         x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y 2.4 M
 texinfo           x86_64 4.8-14.el5          rhui-us-east-rhel-server-1y 763 k
 valgrind          i386   1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  20 M
 valgrind          x86_64 1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  21 M
Updating:
 gcc               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 5.3 M
 gettext           x86_64 0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 python            x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y  57 k
 subversion        i386   1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.1 M
 subversion        x86_64 1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.2 M
Installing for dependencies:
 at-spi            x86_64 1.7.11-3.el5        rhui-us-east-rhel-server-1y 304 k
 elfutils-libs     x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 183 k
 gnome-python2-gconf
                   x86_64 2.16.0-1.fc6        rhui-us-east-rhel-server-1y  34 k
 imake             x86_64 1.0.2-3             rhui-us-east-rhel-server-1y 319 k
 libXTrap          x86_64 1.0.0-3.1           rhui-us-east-rhel-server-1y  23 k
 libXevie          x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  14 k
 libXfontcache     x86_64 1.0.2-3.1           rhui-us-east-rhel-server-1y 9.8 k
 libXxf86misc      x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  12 k
 libgfortran       x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 244 k
 libgomp           i386   4.4.4-13.el5        rhui-us-east-rhel-server-1y  72 k
 libstdc++-devel   x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.8 M
 pyspi             x86_64 0.6.1-1.el5         rhui-us-east-rhel-server-1y  98 k
 python-libs       x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y 5.9 M
 systemtap-runtime x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y  96 k

Comment 22 Kedar Bidarkar 2011-09-13 11:11:27 UTC
 xorg-x11-server-Xvfb
                   x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                   x86_64 7.1-5.el5_6.2       rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xinit    x86_64 1.0.2-15.el5        rhui-us-east-rhel-server-1y  26 k
Updating for dependencies:
 cpp               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.9 M
 libgcc            i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y  96 k
 libgcc            x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y  99 k
 libgomp           x86_64 4.4.4-13.el5        rhui-us-east-rhel-server-1y  69 k
 libstdc++         i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y 363 k
 libstdc++         x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 353 k
 popt              i386   1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  75 k
 popt              x86_64 1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  77 k
 rpm               x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 1.2 M
 rpm-libs          x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 923 k
 rpm-python        x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install      55 Package(s)
Upgrade      16 Package(s)

Total download size: 103 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.7 MB/s | 103 MB     01:00     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                    1/87 

  Updating       : cpp                                                     2/87 

  Updating       : libgomp                                                 3/87 

  Installing     : libXfontcache                                           4/87 

  Installing     : xorg-x11-server-Xvfb                                    5/87 

  Installing     : libXxf86misc                                            6/87 

  Installing     : libgfortran                                             7/87 

  Installing     : imake                                                   8/87 

  Installing     : libXevie                                                9/87 

  Installing     : at-spi                                                 10/87 

  Installing     : libXTrap                                               11/87 

  Installing     : xorg-x11-server-utils                                  12/87 

  Installing     : xorg-x11-xinit                                         13/87 

  Installing     : elfutils-libs                                          14/87 

  Installing     : elfutils                                               15/87 

  Installing     : dev86                                                  16/87 

  Installing     : ctags                                                  17/87 

  Installing     : splint                                                 18/87 

  Installing     : patchutils                                             19/87 

  Installing     : strace                                                 20/87 

  Installing     : cvs                                                    21/87 

  Installing     : valgrind                                               22/87 

  Installing     : indent                                                 23/87 

  Installing     : texinfo                                                24/87 

  Installing     : flex                                                   25/87 

  Installing     : bison                                                  26/87 

  Installing     : rcs                                                    27/87 

  Installing     : byacc                                                  28/87 

  Installing     : cscope                                                 29/87 

  Installing     : diffstat                                               30/87 

  Installing     : ltrace                                                 31/87 

  Installing     : autoconf                                               32/87 

  Installing     : automake                                               33/87 

  Installing     : systemtap-runtime                                      34/87 

  Installing     : libtool                                                35/87 

  Installing     : automake17                                             36/87 

  Installing     : automake15                                             37/87 

  Installing     : redhat-rpm-config                                      38/87 

  Installing     : automake14                                             39/87 

  Installing     : automake16                                             40/87 

  Updating       : libgcc                                                 41/87 

  Updating       : libgcc                                                 42/87 

  Updating       : libstdc++                                              43/87 

  Updating       : libstdc++                                              44/87 

  Installing     : libgomp                                                45/87 

  Updating       : popt                                                   46/87 

  Installing     : swig                                                   47/87 

  Installing     : oprofile                                               48/87 

  Installing     : doxygen                                                49/87 

  Installing     : valgrind                                               50/87 

  Installing     : libstdc++-devel                                        51/87 

  Updating       : gcc                                                    52/87 

  Installing     : gcc-c++                                                53/87 

  Installing     : gcc-gfortran                                           54/87 

  Updating       : python                                                 55/87 

  Updating       : rpm-libs                                               56/87 

  Installing     : python-libs                                            57/87 

  Updating       : rpm                                                    58/87 

  Updating       : rpm-python                                             59/87 

  Installing     : gdb                                                    60/87 

  Installing     : pyspi                                                  61/87 

  Installing     : gnome-python2-gconf                                    62/87 

  Updating       : subversion                                             63/87 

  Updating       : subversion                                             64/87 

  Installing     : rpm-build                                              65/87 

  Installing     : systemtap                                              66/87 

  Installing     : gettext                                                67/87 

  Installing     : dogtail                                                68/87 

  Updating       : gettext                                                69/87 

  Installing     : python-ldap                                            70/87 

  Installing     : pstack                                                 71/87 

  Cleanup        : rpm-libs                                               72/87 

  Cleanup        : rpm-python                                             73/87 

  Cleanup        : python                                                 74/87 

  Cleanup        : libgomp                                                75/87 

  Cleanup        : libstdc++                                              76/87 

  Cleanup        : popt                                                   77/87 

  Cleanup        : gcc                                                    78/87 

  Cleanup        : libgcc                                                 79/87 

  Cleanup        : rpm                                                    80/87 

  Cleanup        : libstdc++                                              81/87 

  Cleanup        : gettext                                                82/87 

  Cleanup        : libgcc                                                 83/87 

  Cleanup        : cpp                                                    84/87 

  Cleanup        : subversion                                             85/87 

  Cleanup        : popt                                                   86/87 

  Cleanup        : subversion                                             87/87 

Installed:
  autoconf.noarch 0:2.59-12           automake.noarch 0:1.9.6-2.3.el5          
  automake14.noarch 0:1.4p6-13.el5.1  automake15.noarch 0:1.5-16.el5.2         
  automake16.noarch 0:1.6.3-8.el5.1   automake17.noarch 0:1.7.9-7.el5.2        
  bison.x86_64 0:2.3-2.1              byacc.x86_64 0:1.9-29.2.2                
  cscope.x86_64 0:15.5-15.1.el5_3.1   ctags.x86_64 0:5.6-1.1                   
  cvs.x86_64 0:1.11.22-7.el5          dev86.x86_64 0:0.16.17-2.2               
  diffstat.x86_64 0:1.41-1.2.3.el5    dogtail.noarch 0:0.6.1-4.el5             
  doxygen.x86_64 1:1.4.7-1.1          elfutils.x86_64 0:0.137-3.el5            
  flex.x86_64 0:2.5.4a-41.fc6         gcc-c++.x86_64 0:4.1.2-51.el5            
  gcc-gfortran.x86_64 0:4.1.2-51.el5  gdb.x86_64 0:7.0.1-37.el5_7.1            
  gettext.i386 0:0.17-1.el5           indent.x86_64 0:2.2.9-14.fc6             
  libtool.x86_64 0:1.5.22-7.el5_4     ltrace.x86_64 0:0.5-13.45svn.el5         
  oprofile.x86_64 0:0.9.4-15.el5      patchutils.x86_64 0:0.2.31-2.2.2         
  pstack.x86_64 0:1.2-7.2.2           python-ldap.x86_64 0:2.2.0-2.1           
  rcs.x86_64 0:5.7-30.1               redhat-rpm-config.noarch 0:8.0.45-32.el5 
  rpm-build.x86_64 0:4.4.2.3-22.el5   splint.x86_64 0:3.1.1-16.el5             
  strace.x86_64 0:4.5.18-5.el5_5.5    swig.x86_64 0:1.3.29-2.el5               
  systemtap.x86_64 0:1.3-9.el5        texinfo.x86_64 0:4.8-14.el5              
  valgrind.i386 1:3.5.0-5.el5         valgrind.x86_64 1:3.5.0-5.el5            

Dependency Installed:
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  imake.x86_64 0:1.0.2-3                                                        
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgomp.i386 0:4.4.4-13.el5                                                   
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  python-libs.x86_64 0:2.4.3-44.el5                                             
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               gettext.x86_64 0:0.17-1.el5          
  python.x86_64 0:2.4.3-44.el5            subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libgomp.x86_64 0:4.4.4-13.el5        
  libstdc++.i386 0:4.1.2-51.el5           libstdc++.x86_64 0:4.1.2-51.el5      
  popt.i386 0:1.10.2.3-22.el5             popt.x86_64 0:1.10.2.3-22.el5        
  rpm.x86_64 0:4.4.2.3-22.el5             rpm-libs.x86_64 0:4.4.2.3-22.el5     
  rpm-python.x86_64 0:4.4.2.3-22.el5     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package audit.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.i386 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs-python.x86_64 0:1.7.18-2.el5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5 set to be updated
---> Package avahi.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.x86_64 1:1.2.0-10.el5 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package crash.x86_64 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package cups.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.i386 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.i386 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.x86_64 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5 set to be updated
---> Package ghostscript.x86_64 0:8.70-6.el5 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc.x86_64 0:2.5-65 set to be updated
---> Package glibc-common.x86_64 0:2.5-65 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package hal.i386 0:0.5.8.1-62.el5 set to be updated
---> Package hal.x86_64 0:0.5.8.1-62.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.x86_64 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package krb5-libs.i386 0:1.6.1-62.el5 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-62.el5 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-62.el5 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.x86_64 0:1.2.57.1.26-1 set to be updated
---> Package less.x86_64 0:436-7.el5 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libhugetlbfs.x86_64 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16 set to be updated
---> Package libicu.x86_64 0:3.6-5.16 set to be updated
---> Package libpng.i386 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libtiff.i386 0:3.8.2-7.el5_6.7 set to be updated
---> Package libtiff.x86_64 0:3.8.2-7.el5_6.7 set to be updated
---> Package libuser.x86_64 0:0.54.7-2.1.el5_5.2 set to be updated
---> Package libvolume_id.i386 0:095-14.27.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package man-pages.noarch 0:2.39-17.el5 set to be updated
---> Package man-pages-ja.noarch 0:20060815-14.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.x86_64 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.x86_64 1:1.0.9-54.el5 set to be updated
---> Package nscd.x86_64 0:2.5-65 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5 set to be updated
---> Package ntp.x86_64 0:4.2.2p1-15.el5 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_6.4 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.x86_64 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package passwd.x86_64 0:0.73-2 set to be updated
---> Package patch.x86_64 0:2.5.4-31.el5 set to be updated
---> Package pciutils.x86_64 0:3.1.7-3.el5 set to be updated
---> Package pcre.x86_64 0:6.6-6.el5_6.1 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package psmisc.x86_64 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python-numeric.x86_64 0:23.7-2.2.2.el5_6.1 set to be updated
---> Package python-urlgrabber.noarch 0:3.1.0-6.el5 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-lsb.i386 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-lsb.x86_64 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.x86_64 1:2.0-4.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.x86_64 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-devel.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5 set to be updated
---> Package sudo.x86_64 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-lvm.noarch 0:1.1.5-9.el5 set to be updated
---> Package system-config-network.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-securitylevel.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.x86_64 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011h-2.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5 set to be updated
---> Package util-linux.x86_64 0:2.13-0.56.el5 set to be updated
---> Package vim-common.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vnc.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.x86_64 0:1.9.2.22-1.el5_7 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Running transaction check
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version              Repository                   Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y  21 M
 kernel-xen-devel x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5          rhui-us-east-rhel-server-1y 118 k
 apr              i386   1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 124 k
 apr              x86_64 1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 120 k
 audit            x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y 365 k
 audit-libs       i386   1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs       x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs-python
                  x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  82 k
 authconfig       x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y 456 k
 authconfig-gtk   x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y  47 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5
                                              rhui-us-east-rhel-server-1y 933 k
 avahi            i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 251 k
 avahi            x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 258 k
 avahi-compat-libdns_sd
                  x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  24 k
 avahi-glib       i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 avahi-glib       x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 bash             x86_64 3.2-32.el5           rhui-us-east-rhel-server-1y 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 178 k
 busybox          x86_64 1:1.2.0-10.el5       rhui-us-east-rhel-server-1y 1.2 M
 coreutils        x86_64 5.97-34.el5          rhui-us-east-rhel-server-1y 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5       rhui-us-east-rhel-server-1y  33 k
 crash            x86_64 4.1.2-8.el5          rhui-us-east-rhel-server-1y 1.7 M
 cryptsetup-luks  x86_64 1.0.3-8.el5          rhui-us-east-rhel-server-1y 709 k
 cups             x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 3.1 M
 cups-libs        i386   1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 199 k
 cups-libs        x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 195 k
 curl             x86_64 7.15.5-9.el5_7.4     rhui-us-east-rhel-server-1y 231 k
 dbus             x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 234 k
 dbus-libs        i386   1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 124 k
 dbus-libs        x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 123 k
 device-mapper    i386   1.02.63-4.el5        rhui-us-east-rhel-server-1y 776 k
 device-mapper    x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1  rhui-us-east-rhel-server-1y 286 k
 dhcpv6-client    x86_64 1.0.10-20.el5        rhui-us-east-rhel-server-1y 124 k
 dmidecode        x86_64 1:2.11-1.el5         rhui-us-east-rhel-server-1y  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y  24 k
 e2fsprogs        x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 844 k
 e2fsprogs-libs   i386   1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 exim             x86_64 4.63-10.el5          rhui-us-east-rhel-server-1y 1.2 M
 finger           x86_64 0.17-33              rhui-us-east-rhel-server-1y  21 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y  28 k
 ghostscript      i386   8.70-6.el5           rhui-us-east-rhel-server-1y 9.0 M
 ghostscript      x86_64 8.70-6.el5           rhui-us-east-rhel-server-1y 8.9 M
 glibc            i686   2.5-65               rhui-us-east-rhel-server-1y 5.3 M
 glibc            x86_64 2.5-65               rhui-us-east-rhel-server-1y 4.8 M
 glibc-common     x86_64 2.5-65               rhui-us-east-rhel-server-1y  16 M
 glibc-devel      x86_64 2.5-65               rhui-us-east-rhel-server-1y 2.4 M
 glibc-headers    x86_64 2.5-65               rhui-us-east-rhel-server-1y 594 k
 gnome-vfs2       i386   2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.2 M
 gnome-vfs2       x86_64 2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.3 M
 gzip             x86_64 1.3.5-13.el5         rhui-us-east-rhel-server-1y 104 k
 hal              i386   0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 391 k
 hal              x86_64 0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 377 k
 httpd            x86_64 2.2.3-53.el5_7.1     rhui-us-east-rhel-server-1y 1.2 M
 hwdata           noarch 0.213.24-1.el5       rhui-us-east-rhel-server-1y 414 k
 initscripts      x86_64 8.45.38-2.el5        rhui-us-east-rhel-server-1y 1.6 M
 jwhois           x86_64 3.2.3-12.el5         rhui-us-east-rhel-server-1y  97 k
 kernel-headers   x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 1.3 M
 kexec-tools      x86_64 1.102pre-126.el5_6.6 rhui-us-east-rhel-server-1y 578 k
 kpartx           x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 440 k
 krb5-libs        i386   1.6.1-62.el5         rhui-us-east-rhel-server-1y 668 k
 krb5-libs        x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 680 k
 krb5-workstation x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 916 k
 ksh              x86_64 20100202-1.el5_6.6   rhui-us-east-rhel-server-1y 1.3 M
 kudzu            x86_64 1.2.57.1.26-1        rhui-us-east-rhel-server-1y 232 k
 less             x86_64 436-7.el5            rhui-us-east-rhel-server-1y 108 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7    rhui-us-east-rhel-server-1y 245 k
 libgcj           x86_64 4.1.2-51.el5         rhui-us-east-rhel-server-1y  18 M
 libhugetlbfs     i386   1.3-8.2.el5          rhui-us-east-rhel-server-1y  40 k
 libhugetlbfs     x86_64 1.3-8.2.el5          rhui-us-east-rhel-server-1y  42 k
 libicu           i386   3.6-5.16             rhui-us-east-rhel-server-1y 5.3 M
 libicu           x86_64 3.6-5.16             rhui-us-east-rhel-server-1y 5.2 M
 libpng           i386   2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 241 k
 libpng           x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k
 libselinux       i386   1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  77 k
 libselinux       x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  78 k
 libselinux-python
                  x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  74 k
 libselinux-utils x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  56 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 917 k
 libsysfs         x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  46 k
 libtiff          i386   3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 308 k

Comment 23 Kedar Bidarkar 2011-09-13 11:11:31 UTC
 libtiff          x86_64 3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 313 k
 libuser          x86_64 0.54.7-2.1.el5_5.2   rhui-us-east-rhel-server-1y 450 k
 libvolume_id     i386   095-14.27.el5        rhui-us-east-rhel-server-1y  44 k
 libvolume_id     x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y  42 k
 libxml2          i386   2.6.26-2.1.12        rhui-us-east-rhel-server-1y 795 k
 libxml2          x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 807 k
 libxml2-python   x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 713 k
 logrotate        x86_64 3.7.4-12             rhui-us-east-rhel-server-1y  42 k
 logwatch         noarch 7.3-9.el5_6          rhui-us-east-rhel-server-1y 244 k
 lvm2             x86_64 2.02.84-6.el5_7.1    rhui-us-east-rhel-server-1y 3.1 M
 m2crypto         x86_64 0.16-8.el5           rhui-us-east-rhel-server-1y 498 k
 man              x86_64 1.6d-2.el5           rhui-us-east-rhel-server-1y 264 k
 man-pages        noarch 2.39-17.el5          rhui-us-east-rhel-server-1y 4.2 M
 man-pages-ja     noarch 20060815-14.el5      rhui-us-east-rhel-server-1y 4.9 M
 mkinitrd         x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 463 k
 mod_authz_ldap   x86_64 0.26-11.el5          rhui-us-east-rhel-server-1y  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.1   rhui-us-east-rhel-server-1y  94 k
 mysql            x86_64 5.0.77-4.el5_6.6     rhui-us-east-rhel-server-1y 4.8 M
 nash             x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M
 nfs-utils        x86_64 1:1.0.9-54.el5       rhui-us-east-rhel-server-1y 404 k
 nscd             x86_64 2.5-65               rhui-us-east-rhel-server-1y 169 k
 nspr             i386   4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 120 k
 nspr             x86_64 4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 119 k
 nss              i386   3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss              x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss-tools        x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.2 M
 nss_ldap         i386   253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 nss_ldap         x86_64 253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 ntp              x86_64 4.2.2p1-15.el5       rhui-us-east-rhel-server-1y 1.3 M
 openldap         i386   2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 296 k
 openldap         x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 304 k
 openldap-clients x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 223 k
 openssh          x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 278 k
 openssl          i686   0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openssl          x86_64 0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openswan         x86_64 2.6.21-5.el5_6.4     rhui-us-east-rhel-server-1y 1.0 M
 pam_krb5         i386   2.2.14-21.el5        rhui-us-east-rhel-server-1y 150 k
 pam_krb5         x86_64 2.2.14-21.el5        rhui-us-east-rhel-server-1y 149 k
 pango            i386   1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 334 k
 pango            x86_64 1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 338 k
 paps             x86_64 0.6.6-20.el5         rhui-us-east-rhel-server-1y  34 k
 parted           i386   1.8.1-28.el5         rhui-us-east-rhel-server-1y 541 k
 parted           x86_64 1.8.1-28.el5         rhui-us-east-rhel-server-1y 520 k
 passwd           x86_64 0.73-2               rhui-us-east-rhel-server-1y  21 k
 patch            x86_64 2.5.4-31.el5         rhui-us-east-rhel-server-1y  64 k
 pciutils         x86_64 3.1.7-3.el5          rhui-us-east-rhel-server-1y 112 k
 pcre             x86_64 6.6-6.el5_6.1        rhui-us-east-rhel-server-1y 118 k
 perl             x86_64 4:5.8.8-32.el5_6.3   rhui-us-east-rhel-server-1y  12 M
 poppler          x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y 3.0 M
 poppler-utils    x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y  76 k
 postgresql       x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-libs  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-python
                  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y  56 k
 procps           x86_64 3.2.7-17.el5         rhui-us-east-rhel-server-1y 215 k
 psmisc           x86_64 22.2-7.el5_6.2       rhui-us-east-rhel-server-1y  62 k
 pyOpenSSL        x86_64 0.6-2.el5            rhui-us-east-rhel-server-1y 120 k
 python-numeric   x86_64 23.7-2.2.2.el5_6.1   rhui-us-east-rhel-server-1y 801 k
 python-urlgrabber
                  noarch 3.1.0-6.el5          rhui-us-east-rhel-server-1y 132 k
 quota            x86_64 1:3.13-5.el5         rhui-us-east-rhel-server-1y 348 k
 redhat-lsb       i386   4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  25 k
 redhat-lsb       x86_64 4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  24 k
 redhat-release   x86_64 5Server-5.7.0.3      rhui-us-east-rhel-server-1y  62 k
 redhat-release-notes
                  x86_64 5Server-41           rhui-us-east-rhel-server-1y 371 k
 rhn-check        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y  42 k
 rhn-client-tools noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 924 k
 rhn-setup        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 114 k
 rhnlib           noarch 2.5.22-6.el5         rhui-us-east-rhel-server-1y  70 k
 rhnsd            x86_64 4.7.0-10.el5         rhui-us-east-rhel-server-1y  34 k
 rng-utils        x86_64 1:2.0-4.el5          rhui-us-east-rhel-server-1y  17 k
 rsync            x86_64 3.0.6-4.el5_7.1      rhui-us-east-rhel-server-1y 347 k
 rsyslog          x86_64 3.22.1-3.el5_6.1     rhui-us-east-rhel-server-1y 381 k
 ruby             x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 6.8 M
 screen           x86_64 4.0.3-4.el5          rhui-us-east-rhel-server-1y 571 k
 sed              x86_64 4.1.5-8.el5          rhui-us-east-rhel-server-1y 178 k
 selinux-policy   noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 420 k
 selinux-policy-devel
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 446 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1  rhui-us-east-rhel-server-1y 1.1 M
 sos              noarch 1.7-9.54.el5         rhui-us-east-rhel-server-1y 151 k
 sudo             x86_64 1.7.2p1-10.el5       rhui-us-east-rhel-server-1y 354 k
 sysfsutils       x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  40 k
 system-config-lvm
                  noarch 1.1.5-9.el5          rhui-us-east-rhel-server-1y 690 k
 system-config-network
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 424 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 1.8 M
 system-config-securitylevel
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 280 k
 system-config-securitylevel-tui
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 254 k
 tmpwatch         x86_64 2.9.7-1.1.el5.5      rhui-us-east-rhel-server-1y  19 k
 traceroute       x86_64 3:2.0.1-6.el5        rhui-us-east-rhel-server-1y  41 k
 tzdata           x86_64 2011h-2.el5          rhui-us-east-rhel-server-1y 781 k
 udev             x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y 2.4 M
 util-linux       x86_64 2.13-0.56.el5        rhui-us-east-rhel-server-1y 1.8 M
 vim-common       x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 6.4 M
 vim-enhanced     x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 1.3 M
 vim-minimal      x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 333 k
 vnc              x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 159 k
 vnc-server       x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 2.0 M
 vsftpd           x86_64 2.0.5-21.el5         rhui-us-east-rhel-server-1y 140 k
 w3m              x86_64 0.5.1-18.el5         rhui-us-east-rhel-server-1y 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5      rhui-us-east-rhel-server-1y 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3              rhui-us-east-rhel-server-1y  79 k
 xorg-x11-xfs     x86_64 1:1.0.2-5.el5_6.1    rhui-us-east-rhel-server-1y  73 k
 xulrunner        x86_64 1.9.2.22-1.el5_7     rhui-us-east-rhel-server-1y  11 M
 yum              noarch 3.2.22-37.el5        rhui-us-east-rhel-server-1y 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2     rhui-us-east-rhel-server-1y  63 k
 yum-security     noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  25 k
 yum-updateonboot noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  13 k
 yum-utils        noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  71 k
 zlib             i386   1.2.3-4.el5          rhui-us-east-rhel-server-1y  51 k
 zlib             x86_64 1.2.3-4.el5          rhui-us-east-rhel-server-1y  52 k
Installing for dependencies:
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5     rhui-us-east-rhel-server-1y 1.0 M

Transaction Summary
================================================================================
Install       3 Package(s)
Upgrade     205 Package(s)

Total download size: 260 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.8 MB/s | 260 MB     02:22     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/413 

  Updating       : tzdata                                                 2/413 

  Updating       : glibc-common                                           3/413 

  Updating       : glibc                                                  4/413 

  Updating       : bash                                                   5/413 

  Updating       : libselinux                                             6/413 

  Updating       : zlib                                                   7/413 

  Updating       : coreutils                                              8/413 

  Updating       : device-mapper                                          9/413 

  Updating       : e2fsprogs-libs                                        10/413 

  Updating       : krb5-libs                                             11/413 

  Updating       : openssl                                               12/413 

  Updating       : openldap                                              13/413 

  Updating       : audit-libs                                            14/413 

  Updating       : shadow-utils                                          15/413 

  Updating       : sed                                                   16/413 

  Updating       : nspr                                                  17/413 

  Updating       : nss                                                   18/413 

  Updating       : udev                                                  19/413 

  Updating       : util-linux                                            20/413 

  Updating       : procps                                                21/413 

  Updating       : pango                                                 22/413 

  Updating       : psmisc                                                23/413 

  Updating       : postgresql-libs                                       24/413 

  Updating       : libpng                                                25/413 

  Updating       : libXfont                                              26/413 

  Updating       : libxml2                                               27/413 

  Updating       : SysVinit                                              28/413 

  Updating       : cryptsetup-luks                                       29/413 

  Updating       : kpartx                                                30/413 

  Updating       : libtiff                                               31/413 

  Updating       : cups-libs                                             32/413 

  Updating       : libvolume_id                                          33/413 

  Updating       : pcre                                                  34/413 

  Updating       : libsysfs                                              35/413 

  Updating       : gdbm                                                  36/413 

  Updating       : perl                                                  37/413 

  Updating       : libxml2-python                                        38/413 

  Updating       : nscd                                                  39/413 

  Updating       : m2crypto                                              40/413 

  Updating       : e2fsprogs                                             41/413 

  Updating       : logrotate                                             42/413 

  Updating       : patch                                                 43/413 

  Updating       : less                                                  44/413 

  Updating       : gzip                                                  45/413 

  Updating       : man                                                   46/413 

  Updating       : dmidecode                                             47/413 

  Updating       : mysql                                                 48/413 

  Updating       : ruby-libs                                             49/413 

  Updating       : ruby                                                  50/413 

  Updating       : poppler                                               51/413 

  Updating       : libuser                                               52/413 

  Updating       : passwd                                                53/413 

  Updating       : net-snmp-libs                                         54/413 

  Updating       : bind-libs                                             55/413 

  Updating       : apr                                                   56/413 

  Updating       : poppler-utils                                         57/413 

  Updating       : rsyslog                                               58/413 

  Updating       : xorg-x11-font-utils                                   59/413 

  Updating       : device-mapper-multipath                               60/413 

  Updating       : paps                                                  61/413 

  Updating       : tmpwatch                                              62/413 

  Updating       : pyOpenSSL                                             63/413 

  Updating       : device-mapper-event                                   64/413 

  Updating       : lvm2                                                  65/413 

  Updating       : vim-minimal                                           66/413 

  Updating       : libselinux-utils                                      67/413 

  Updating       : pciutils                                              68/413 

  Updating       : rhnlib                                                69/413 

  Updating       : python-urlgrabber                                     70/413 

  Updating       : yum                                                   71/413 

  Updating       : selinux-policy                                        72/413 

  Updating       : redhat-release                                        73/413 

  Updating       : initscripts                                           74/413 

  Updating       : httpd                                                 75/413 

  Updating       : exim                                                  76/413 

  Updating       : openssh                                               77/413 

  Updating       : redhat-lsb                                            78/413 

  Updating       : kernel-headers                                        79/413 

  Updating       : glibc-headers                                         80/413 

  Updating       : busybox                                               81/413 

  Updating       : system-config-securitylevel-tui                       82/413 

  Updating       : nss_ldap                                              83/413 

  Updating       : ghostscript                                           84/413 

  Updating       : libgcj                                                85/413 

  Updating       : authconfig                                            86/413 

  Updating       : libsmbclient                                          87/413 

  Updating       : samba-common                                          88/413 

  Updating       : curl                                                  89/413 

  Installing     : iscsi-initiator-utils                                 90/413 

  Updating       : pam_krb5                                              91/413 

  Updating       : parted                                                92/413 

  Updating       : vim-common                                            93/413 

  Updating       : libicu                                                94/413 

  Updating       : ruby-irb                                              95/413 

  Updating       : nash                                                  96/413 

  Updating       : vim-enhanced                                          97/413 

  Updating       : samba-client                                          98/413 

  Updating       : kexec-tools                                           99/413 

  Updating       : openssh-clients                                      100/413 

  Updating       : openssh-server                                       101/413 

  Updating       : mod_authz_ldap                                       102/413 

  Updating       : mod_ssl                                              103/413 

  Updating       : vsftpd                                               104/413 

  Updating       : postgresql                                           105/413 

  Updating       : vnc                                                  106/413 

  Updating       : xorg-x11-xfs                                         107/413 

  Updating       : quota                                                108/413 

  Updating       : dhclient                                             109/413 

  Updating       : rng-utils                                            110/413 

  Updating       : dhcpv6-client                                        111/413 

  Updating       : sudo                                                 112/413 

  Updating       : bind-utils                                           113/413 

  Updating       : net-snmp                                             114/413 

  Updating       : openswan                                             115/413 

  Updating       : sysfsutils                                           116/413 

  Updating       : autofs                                               117/413 

  Updating       : vnc-server                                           118/413 

  Updating       : postgresql-python                                    119/413 

  Updating       : krb5-workstation                                     120/413 

  Updating       : nfs-utils                                            121/413 

  Updating       : nss-tools                                            122/413 

  Updating       : screen                                               123/413 

  Updating       : audit-libs-python                                    124/413 

  Updating       : audit                                                125/413 

  Updating       : openldap-clients                                     126/413 

  Updating       : ksh                                                  127/413 

  Updating       : crash                                                128/413 

  Updating       : libselinux-python                                    129/413 

  Updating       : cpuspeed                                             130/413 

  Updating       : jwhois                                               131/413 

  Updating       : finger                                               132/413 

  Updating       : libhugetlbfs                                         133/413 

  Updating       : rsync                                                134/413 

  Updating       : python-numeric                                       135/413 

  Updating       : traceroute                                           136/413 

  Updating       : ruby-rdoc                                            137/413 

  Updating       : authconfig-gtk                                       138/413 

  Updating       : system-config-securitylevel                          139/413 

  Updating       : glibc-devel                                          140/413 

  Updating       : xinetd                                               141/413 

  Updating       : selinux-policy-devel                                 142/413 

  Updating       : selinux-policy-targeted                              143/413/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : yum-updateonboot                                     144/413 

  Updating       : yum-security                                         145/413 

  Updating       : yum-fastestmirror                                    146/413 

  Updating       : yum-utils                                            147/413 

  Updating       : system-config-lvm                                    148/413 

  Updating       : sos                                                  149/413 

  Updating       : w3m                                                  150/413 

  Updating       : logwatch                                             151/413 

  Updating       : ntp                                                  152/413 

  Installing     : kernel-xen-devel                                     153/413 

  Updating       : man-pages                                            154/413 

  Updating       : man-pages-ja                                         155/413 

  Updating       : redhat-release-notes                                 156/413 

  Updating       : glibc                                                157/413 

  Updating       : zlib                                                 158/413 

  Updating       : libselinux                                           159/413 

  Updating       : device-mapper                                        160/413 

  Updating       : e2fsprogs-libs                                       161/413 

  Updating       : krb5-libs                                            162/413 

  Updating       : openssl                                              163/413 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : libpng                                               164/413 

  Updating       : libtiff                                              165/413 

  Updating       : nspr                                                 166/413 

  Updating       : cups-libs                                            167/413 

  Updating       : openldap                                             168/413 

  Updating       : libxml2                                              169/413 

  Updating       : libvolume_id                                         170/413 

  Updating       : nss                                                  171/413 

  Updating       : nss_ldap                                             172/413 

  Updating       : ghostscript                                          173/413 

  Updating       : postgresql-libs                                      174/413 

  Updating       : pam_krb5                                             175/413 

  Updating       : apr                                                  176/413 

  Updating       : parted                                               177/413 

  Updating       : libicu                                               178/413 

  Updating       : pango                                                179/413 

  Updating       : audit-libs                                           180/413 

  Updating       : libhugetlbfs                                         181/413 

  Updating       : redhat-lsb                                           182/413 

  Updating       : dbus-libs                                            183/413 

  Updating       : dbus                                                 184/413 

  Updating       : avahi                                                185/413 

  Updating       : hal                                                  186/413 

  Updating       : dmraid                                               187/413 

  Updating       : avahi-compat-libdns_sd                               188/413 

  Updating       : avahi-glib                                           189/413 

  Updating       : gnome-vfs2                                           190/413 

  Updating       : cups                                                 191/413 

  Updating       : kudzu                                                192/413 

  Updating       : rhnsd                                                193/413 

  Updating       : dmraid-events                                        194/413 

  Updating       : rhn-client-tools                                     195/413 

  Updating       : yum-rhn-plugin                                       196/413 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            197/413 

  Updating       : rhn-check                                            198/413 

  Updating       : xulrunner                                            199/413 

  Updating       : mkinitrd                                             200/413 

  Updating       : dbus-libs                                            201/413 

  Updating       : system-config-network-tui                            202/413 

  Updating       : system-config-network                                203/413 

  Installing     : kernel-xen                                           204/413 

  Updating       : avahi                                                205/413 

  Updating       : avahi-glib                                           206/413 

  Updating       : hal                                                  207/413 

  Updating       : gnome-vfs2                                           208/413 

  Cleanup        : selinux-policy                                       209/413 

  Cleanup        : hwdata                                               210/413 

  Cleanup        : poppler                                              211/413 

  Cleanup        : finger                                               212/413 

  Cleanup        : psmisc                                               213/413 

  Cleanup        : yum-updateonboot                                     214/413 

  Cleanup        : dbus-libs                                            215/413 

  Cleanup        : authconfig-gtk                                       216/413 

  Cleanup        : libicu                                               217/413 

  Cleanup        : glibc                                                218/413 

  Cleanup        : passwd                                               219/413 

  Cleanup        : device-mapper-event                                  220/413 

  Cleanup        : openssh                                              221/413 

  Cleanup        : perl                                                 222/413 

  Cleanup        : apr                                                  223/413 

  Cleanup        : logrotate                                            224/413 

  Cleanup        : ghostscript                                          225/413 

  Cleanup        : libvolume_id                                         226/413 

  Cleanup        : sos                                                  227/413 

  Cleanup        : dmidecode                                            228/413 

  Cleanup        : mysql                                                229/413 

  Cleanup        : xinetd                                               230/413 

  Cleanup        : selinux-policy-devel                                 231/413 

  Cleanup        : yum-rhn-plugin                                       232/413 

  Cleanup        : httpd                                                233/413 

  Cleanup        : libvolume_id                                         234/413 

  Cleanup        : curl                                                 235/413 

  Cleanup        : glibc-devel                                          236/413 

  Cleanup        : libpng                                               237/413 

  Cleanup        : libselinux                                           238/413 

  Cleanup        : vsftpd                                               239/413 

  Cleanup        : libxml2-python                                       240/413 

  Cleanup        : redhat-release-notes                                 241/413 

  Cleanup        : xorg-x11-font-utils                                  242/413 

  Cleanup        : dbus-libs                                            243/413 

  Cleanup        : mod_authz_ldap                                       244/413 

  Cleanup        : libicu                                               245/413 

  Cleanup        : device-mapper                                        246/413 

  Cleanup        : postgresql                                           247/413 

  Cleanup        : parted                                               248/413 

  Cleanup        : authconfig                                           249/413 

  Cleanup        : avahi                                                250/413 

  Cleanup        : vnc                                                  251/413 

  Cleanup        : w3m                                                  252/413 

  Cleanup        : audit-libs-python                                    253/413 

  Cleanup        : krb5-workstation                                     254/413 

  Cleanup        : ruby-rdoc                                            255/413 

  Cleanup        : xulrunner                                            256/413 

  Cleanup        : nscd                                                 257/413 

  Cleanup        : pam_krb5                                             258/413 

  Cleanup        : openldap                                             259/413 

  Cleanup        : autofs                                               260/413 

  Cleanup        : gzip                                                 261/413 

  Cleanup        : avahi-compat-libdns_sd                               262/413 

  Cleanup        : glibc                                                263/413 

  Cleanup        : krb5-libs                                            264/413 

  Cleanup        : net-snmp-libs                                        265/413 

  Cleanup        : avahi-glib                                           266/413 

  Cleanup        : bind-libs                                            267/413 

  Cleanup        : zlib                                                 268/413 

  Cleanup        : libhugetlbfs                                         269/413 

  Cleanup        : udev                                                 270/413 

  Cleanup        : vim-enhanced                                         271/413 

  Cleanup        : poppler-utils                                        272/413 

  Cleanup        : bash                                                 273/413 

  Cleanup        : system-config-securitylevel-tui                      274/413 

  Cleanup        : openssl                                              275/413 

  Cleanup        : zlib                                                 276/413 

  Cleanup        : man-pages-ja                                         277/413 

  Cleanup        : parted                                               278/413 

  Cleanup        : audit                                                279/413 

  Cleanup        : nspr                                                 280/413 

  Cleanup        : libtiff                                              281/413 

  Cleanup        : pam_krb5                                             282/413 

  Cleanup        : libpng                                               283/413 

  Cleanup        : python-urlgrabber                                    284/413 

  Cleanup        : libXfont                                             285/413 

  Cleanup        : xorg-x11-xfs                                         286/413 

  Cleanup        : yum-security                                         287/413 

  Cleanup        : avahi-glib                                           288/413 

  Cleanup        : vim-minimal                                          289/413 

  Cleanup        : vnc-server                                           290/413 

  Cleanup        : man                                                  291/413 

  Cleanup        : crash                                                292/413 

  Cleanup        : system-config-network                                293/413 

  Cleanup        : libsmbclient                                         294/413 

  Cleanup        : man-pages                                            295/413 

  Cleanup        : busybox                                              296/413 

  Cleanup        : postgresql-libs                                      297/413 

  Cleanup        : yum-fastestmirror                                    298/413 

  Cleanup        : exim                                                 299/413 

  Cleanup        : pcre                                                 300/413 

  Cleanup        : e2fsprogs                                            301/413 

  Cleanup        : rhn-setup                                            302/413 

  Cleanup        : pango                                                303/413 

  Cleanup        : samba-client                                         304/413 

  Cleanup        : nss_ldap                                             305/413 

  Cleanup        : mod_ssl                                              306/413 

  Cleanup        : gnome-vfs2                                           307/413 

  Cleanup        : e2fsprogs-libs                                       308/413 

  Cleanup        : rhnlib                                               309/413 

  Cleanup        : quota                                                310/413 

  Cleanup        : audit-libs                                           311/413 

  Cleanup        : dmraid-events                                        312/413 

  Cleanup        : SysVinit                                             313/413 

  Cleanup        : lvm2                                                 314/413 

  Cleanup        : kpartx                                               315/413 

  Cleanup        : openssh-clients                                      316/413 

  Cleanup        : libtiff                                              317/413 

  Cleanup        : sysfsutils                                           318/413 

  Cleanup        : redhat-release                                       319/413 

  Cleanup        : libsysfs                                             320/413 

  Cleanup        : libhugetlbfs                                         321/413 

  Cleanup        : rsync                                                322/413 

  Cleanup        : ksh                                                  323/413 

  Cleanup        : nss                                                  324/413 

  Cleanup        : system-config-lvm                                    325/413 

  Cleanup        : logwatch                                             326/413 

  Cleanup        : postgresql-libs                                      327/413 

  Cleanup        : libselinux-utils                                     328/413 

  Cleanup        : gdbm                                                 329/413 

  Cleanup        : hal                                                  330/413 

  Cleanup        : pyOpenSSL                                            331/413 

  Cleanup        : openssh-server                                       332/413 

  Cleanup        : openldap                                             333/413 

  Cleanup        : rhnsd                                                334/413 

  Cleanup        : apr                                                  335/413 

  Cleanup        : yum-utils                                            336/413 

  Cleanup        : ntp                                                  337/413 

  Cleanup        : libselinux-python                                    338/413 

  Cleanup        : samba-common                                         339/413 

  Cleanup        : sudo                                                 340/413 

  Cleanup        : hal                                                  341/413 

  Cleanup        : nss-tools                                            342/413 

  Cleanup        : openssl                                              343/413 

  Cleanup        : python-numeric                                       344/413 

  Cleanup        : ruby-libs                                            345/413

Comment 24 Kedar Bidarkar 2011-09-13 11:11:32 UTC
IMAGE ID= ami-d75390be_us-east-1_c1.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
ip-10-195-106-127
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.5
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ... 
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-194.32.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-194.32.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-194.32.1 
EXPECTED RESULT: 2.6.18-194.32.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-194.32.1
RESULT: title RHEL-5.5-Starter-EBS-x86_64-11.raw (2.6.18-194.32.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-194.32.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-194.32.1.el5xen.img 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ... 
######################################################################################
COMMAND:  /bin/uname -o
RESULT: GNU/Linux 
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ... 
######################################################################################
COMMAND:  ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    S file Size differs
    M Mode differs (includes permissions and file type)
    5 MD5 sum differs
    D Device major/minor number mismatch
    L readLink(2) path mismatch
    U User ownership differs
    G Group ownership differs
    T mTime differs

COMMAND:  cat /tmp/rpmqaV.txt | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.5 
EXPECTED RESULT: 5.5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ... 
######################################################################################
COMMAND:  cat /tmp/Packager | grep -v 'Red Hat, Inc.' |  grep -v crash-trace-commandPackager| wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ... 
######################################################################################
COMMAND:  grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
repo id                     repo name                            status
rhui-us-east-rhel-server-1y Red Hat Enterprise Linux Server 5 (R enabled: 12,029
repolist: 12,029 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
Installed Groups:
   Administration Tools
   Editors
   FTP Server
   Graphics
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   Network Servers
   PostgreSQL Database
   Printing Support
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
--> Processing Dependency: python-libs-x86_64 >= 2.4.3-32.el5 for package: gdb
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package gettext.x86_64 0:0.17-1.el5 set to be updated
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libgomp.x86_64 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-20.el5_5.1 for package: rpm-python
---> Package popt.i386 0:1.10.2.3-22.el5 set to be updated
---> Package popt.x86_64 0:1.10.2.3-22.el5 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
---> Package python-libs.x86_64 0:2.4.3-44.el5 set to be updated
---> Package rpm.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4 set to be updated
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Running transaction check
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Running transaction check
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
--> Processing Conflict: python-libs conflicts python < 2.4.3-32.el5
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package python.x86_64 0:2.4.3-44.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version             Repository                   Size
================================================================================
Installing:
 autoconf          noarch 2.59-12             rhui-us-east-rhel-server-1y 646 k
 automake          noarch 1.9.6-2.3.el5       rhui-us-east-rhel-server-1y 476 k
 automake14        noarch 1.4p6-13.el5.1      rhui-us-east-rhel-server-1y 200 k
 automake15        noarch 1.5-16.el5.2        rhui-us-east-rhel-server-1y 230 k
 automake16        noarch 1.6.3-8.el5.1       rhui-us-east-rhel-server-1y 241 k
 automake17        noarch 1.7.9-7.el5.2       rhui-us-east-rhel-server-1y 278 k
 bison             x86_64 2.3-2.1             rhui-us-east-rhel-server-1y 549 k
 byacc             x86_64 1.9-29.2.2          rhui-us-east-rhel-server-1y  41 k
 cscope            x86_64 15.5-15.1.el5_3.1   rhui-us-east-rhel-server-1y 144 k
 ctags             x86_64 5.6-1.1             rhui-us-east-rhel-server-1y 131 k
 cvs               x86_64 1.11.22-7.el5       rhui-us-east-rhel-server-1y 737 k
 dev86             x86_64 0.16.17-2.2         rhui-us-east-rhel-server-1y 397 k
 diffstat          x86_64 1.41-1.2.3.el5      rhui-us-east-rhel-server-1y  19 k
 dogtail           noarch 0.6.1-4.el5         rhui-us-east-rhel-server-1y 172 k
 doxygen           x86_64 1:1.4.7-1.1         rhui-us-east-rhel-server-1y 2.4 M
 elfutils          x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 216 k
 flex              x86_64 2.5.4a-41.fc6       rhui-us-east-rhel-server-1y 131 k
 gcc-c++           x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran      x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.5 M
 gdb               x86_64 7.0.1-37.el5_7.1    rhui-us-east-rhel-server-1y 2.4 M
 gettext           i386   0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 indent            x86_64 2.2.9-14.fc6        rhui-us-east-rhel-server-1y  97 k
 libtool           x86_64 1.5.22-7.el5_4      rhui-us-east-rhel-server-1y 667 k
 ltrace            x86_64 0.5-13.45svn.el5    rhui-us-east-rhel-server-1y  62 k
 oprofile          x86_64 0.9.4-15.el5        rhui-us-east-rhel-server-1y 2.6 M
 patchutils        x86_64 0.2.31-2.2.2        rhui-us-east-rhel-server-1y 111 k
 pstack            x86_64 1.2-7.2.2           rhui-us-east-rhel-server-1y 4.6 k
 python-ldap       x86_64 2.2.0-2.1           rhui-us-east-rhel-server-1y 123 k
 rcs               x86_64 5.7-30.1            rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config noarch 8.0.45-32.el5       rhui-us-east-rhel-server-1y  54 k
 rpm-build         x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 302 k
 splint            x86_64 3.1.1-16.el5        rhui-us-east-rhel-server-1y 1.5 M
 strace            x86_64 4.5.18-5.el5_5.5    rhui-us-east-rhel-server-1y 177 k
 swig              x86_64 1.3.29-2.el5        rhui-us-east-rhel-server-1y 2.9 M
 systemtap         x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y 2.4 M
 texinfo           x86_64 4.8-14.el5          rhui-us-east-rhel-server-1y 763 k
 valgrind          i386   1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  20 M
 valgrind          x86_64 1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  21 M
Updating:
 gcc               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 5.3 M
 gettext           x86_64 0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 python            x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y  57 k
 subversion        i386   1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.1 M
 subversion        x86_64 1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.2 M
Installing for dependencies:
 at-spi            x86_64 1.7.11-3.el5        rhui-us-east-rhel-server-1y 304 k
 elfutils-libs     x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 183 k
 gnome-python2-gconf
                   x86_64 2.16.0-1.fc6        rhui-us-east-rhel-server-1y  34 k
 imake             x86_64 1.0.2-3             rhui-us-east-rhel-server-1y 319 k
 libXTrap          x86_64 1.0.0-3.1           rhui-us-east-rhel-server-1y  23 k
 libXevie          x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  14 k
 libXfontcache     x86_64 1.0.2-3.1           rhui-us-east-rhel-server-1y 9.8 k
 libXxf86misc      x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  12 k
 libgfortran       x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 244 k
 libgomp           i386   4.4.4-13.el5        rhui-us-east-rhel-server-1y  72 k
 libstdc++-devel   x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.8 M
 pyspi             x86_64 0.6.1-1.el5         rhui-us-east-rhel-server-1y  98 k
 python-libs       x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y 5.9 M
 systemtap-runtime x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y  96 k

Comment 25 Kedar Bidarkar 2011-09-13 11:11:35 UTC
  Cleanup        : krb5-libs                                            346/413 

  Cleanup        : nss_ldap                                             347/413 

  Cleanup        : tmpwatch                                             348/413 

  Cleanup        : nfs-utils                                            349/413 

  Cleanup        : libxml2                                              350/413 

  Cleanup        : libuser                                              351/413 

  Cleanup        : postgresql-python                                    352/413 

  Cleanup        : dhclient                                             353/413 

  Cleanup        : glibc-common                                         354/413 

  Cleanup        : cryptsetup-luks                                      355/413 

  Cleanup        : nspr                                                 356/413 

  Cleanup        : audit-libs                                           357/413 

  Cleanup        : redhat-lsb                                           358/413 

  Cleanup        : cpuspeed                                             359/413 

  Cleanup        : screen                                               360/413 

  Cleanup        : device-mapper-multipath                              361/413 

  Cleanup        : procps                                               362/413 

  Cleanup        : coreutils                                            363/413 

  Cleanup        : pciutils                                             364/413 

  Cleanup        : redhat-lsb                                           365/413 

  Cleanup        : openswan                                             366/413 

  Cleanup        : rsyslog                                              367/413 

  Cleanup        : patch                                                368/413 

  Cleanup        : bind-utils                                           369/413 

  Cleanup        : cups-libs                                            370/413 

  Cleanup        : rhn-check                                            371/413 

  Cleanup        : shadow-utils                                         372/413 

  Cleanup        : initscripts                                          373/413 

  Cleanup        : ruby-irb                                             374/413 

  Cleanup        : nash                                                 375/413 

  Cleanup        : net-snmp                                             376/413 

  Cleanup        : libgcj                                               377/413 

  Cleanup        : rng-utils                                            378/413 

  Cleanup        : e2fsprogs-libs                                       379/413 

  Cleanup        : sed                                                  380/413 

  Cleanup        : cups                                                 381/413 

  Cleanup        : nss                                                  382/413 

  Cleanup        : gnome-vfs2                                           383/413 

  Cleanup        : dbus                                                 384/413 

  Cleanup        : kernel-headers                                       385/413 

  Cleanup        : ruby                                                 386/413 

  Cleanup        : selinux-policy-targeted                              387/413 

  Cleanup        : less                                                 388/413 

  Cleanup        : paps                                                 389/413 

  Cleanup        : device-mapper                                        390/413 

  Cleanup        : tzdata                                               391/413 

  Cleanup        : libselinux                                           392/413 

  Cleanup        : dmraid                                               393/413 

  Cleanup        : cups-libs                                            394/413 

  Cleanup        : dhcpv6-client                                        395/413 

  Cleanup        : kudzu                                                396/413 

  Cleanup        : kexec-tools                                          397/413 

  Cleanup        : system-config-network-tui                            398/413 

  Cleanup        : openldap-clients                                     399/413 

  Cleanup        : system-config-securitylevel                          400/413 

  Cleanup        : rhn-client-tools                                     401/413 

  Cleanup        : jwhois                                               402/413 

  Cleanup        : mkinitrd                                             403/413 

  Cleanup        : yum                                                  404/413 

  Cleanup        : libxml2                                              405/413 

  Cleanup        : pango                                                406/413 

  Cleanup        : ghostscript                                          407/413 

  Cleanup        : avahi                                                408/413 

  Cleanup        : vim-common                                           409/413 

  Cleanup        : util-linux                                           410/413 

  Cleanup        : m2crypto                                             411/413 

  Cleanup        : traceroute                                           412/413 

  Cleanup        : glibc-headers                                        413/413 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.3.1.el5                                        
  kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5                                  

Dependency Installed:
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  audit.x86_64 0:1.7.18-2.el5                                                   
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs.x86_64 0:1.7.18-2.el5                                              
  audit-libs-python.x86_64 0:1.7.18-2.el5                                       
  authconfig.x86_64 0:5.3.21-7.el5                                              
  authconfig-gtk.x86_64 0:5.3.21-7.el5                                          
  autofs.x86_64 1:5.0.1-0.rc2.156.el5                                           
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6                               
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5                                           
  bind-utils.x86_64 30:9.3.6-16.P1.el5                                          
  busybox.x86_64 1:1.2.0-10.el5                                                 
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  crash.x86_64 0:4.1.2-8.el5                                                    
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  cups.x86_64 1:1.3.7-26.el5_6.1                                                
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  cups-libs.x86_64 1:1.3.7-26.el5_6.1                                           
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dhcpv6-client.x86_64 0:1.0.10-20.el5                                          
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  ghostscript.i386 0:8.70-6.el5                                                 
  ghostscript.x86_64 0:8.70-6.el5                                               
  glibc.i686 0:2.5-65                                                           
  glibc.x86_64 0:2.5-65                                                         
  glibc-common.x86_64 0:2.5-65                                                  
  glibc-devel.x86_64 0:2.5-65                                                   
  glibc-headers.x86_64 0:2.5-65                                                 
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  gzip.x86_64 0:1.3.5-13.el5                                                    
  hal.i386 0:0.5.8.1-62.el5                                                     
  hal.x86_64 0:0.5.8.1-62.el5                                                   
  httpd.x86_64 0:2.2.3-53.el5_7.1                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.3.1.el5                                    
  kexec-tools.x86_64 0:1.102pre-126.el5_6.6                                     
  kpartx.x86_64 0:0.4.7-46.el5_7.1                                              
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-libs.x86_64 0:1.6.1-62.el5                                               
  krb5-workstation.x86_64 0:1.6.1-62.el5                                        
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  kudzu.x86_64 0:1.2.57.1.26-1                                                  
  less.x86_64 0:436-7.el5                                                       
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libhugetlbfs.x86_64 0:1.3-8.2.el5                                             
  libicu.i386 0:3.6-5.16                                                        
  libicu.x86_64 0:3.6-5.16                                                      
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux.x86_64 0:1.33.4-5.7.el5                                            
  libselinux-python.x86_64 0:1.33.4-5.7.el5                                     
  libselinux-utils.x86_64 0:1.33.4-5.7.el5                                      
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libtiff.x86_64 0:3.8.2-7.el5_6.7                                              
  libuser.x86_64 0:0.54.7-2.1.el5_5.2                                           
  libvolume_id.i386 0:095-14.27.el5                                             
  libvolume_id.x86_64 0:095-14.27.el5                                           
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2.x86_64 0:2.6.26-2.1.12                                                
  libxml2-python.x86_64 0:2.6.26-2.1.12                                         
  logrotate.x86_64 0:3.7.4-12                                                   
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  man-pages.noarch 0:2.39-17.el5                                                
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.x86_64 0:5.1.19.6-71.el5                                             
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.1                                             
  mysql.x86_64 0:5.0.77-4.el5_6.6                                               
  nash.x86_64 0:5.1.19.6-71.el5                                                 
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nfs-utils.x86_64 1:1.0.9-54.el5                                               
  nscd.x86_64 0:2.5-65                                                          
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss.x86_64 0:3.12.10-4.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-4.el5_7                                            
  nss_ldap.i386 0:253-42.el5                                                    
  nss_ldap.x86_64 0:253-42.el5                                                  
  ntp.x86_64 0:4.2.2p1-15.el5                                                   
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap.x86_64 0:2.3.43-12.el5_6.7                                           
  openldap-clients.x86_64 0:2.3.43-12.el5_6.7                                   
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_6.4                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  pango.x86_64 0:1.14.9-8.el5_6.2                                               
  paps.x86_64 0:0.6.6-20.el5                                                    
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  passwd.x86_64 0:0.73-2                                                        
  patch.x86_64 0:2.5.4-31.el5                                                   
  pciutils.x86_64 0:3.1.7-3.el5                                                 
  pcre.x86_64 0:6.6-6.el5_6.1                                                   
  perl.x86_64 4:5.8.8-32.el5_6.3                                                
  poppler.x86_64 0:0.5.4-4.4.el5_6.17                                           
  poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17                                     
  postgresql.x86_64 0:8.1.23-1.el5_6.1                                          
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_6.1                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_6.1                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  psmisc.x86_64 0:22.2-7.el5_6.2                                                
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python-numeric.x86_64 0:23.7-2.2.2.el5_6.1                                    
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-lsb.x86_64 0:4.0-2.1.4.el5                                             
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rng-utils.x86_64 1:2.0-4.el5                                                  
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  rsyslog.x86_64 0:3.22.1-3.el5_6.1                                             
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-devel.noarch 0:2.4.6-316.el5                                   
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.x86_64 0:1.7.2p1-10.el5                                                  
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-lvm.noarch 0:1.1.5-9.el5                                        
  system-config-network.noarch 0:1.3.99.19-2.el5                                
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  system-config-securitylevel.x86_64 0:1.6.29.1-6.el5                           
  system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5                       
  tmpwatch.x86_64 0:2.9.7-1.1.el5.5                                             
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011h-2.el5                                                   
  udev.x86_64 0:095-14.27.el5                                                   
  util-linux.x86_64 0:2.13-0.56.el5                                             
  vim-common.x86_64 2:7.0.109-7.el5                                             
  vim-enhanced.x86_64 2:7.0.109-7.el5                                           
  vim-minimal.x86_64 2:7.0.109-7.el5                                            
  vnc.x86_64 0:4.1.2-14.el5_6.6                                                 
  vnc-server.x86_64 0:4.1.2-14.el5_6.6                                          
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1                                         
  xulrunner.x86_64 0:1.9.2.22-1.el5_7                                           
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/etc/sysconfig/rh-cloud-firstboot FOUND
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  cat /etc/sysconfig/rh-cloud-firstboot
RESULT: RUN_FIRSTBOOT=NO 
EXPECTED RESULT: RUN_FIRSTBOOT=NO
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify nameserver ... 
######################################################################################
COMMAND:  /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4  | wc -l
RESULT: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify group file ... 
######################################################################################
COMMAND:  cat /etc/group | grep root:x:0
RESULT: root:x:0:root 
EXPECTED RESULT: root:x:0:root
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep bin:x:1
RESULT: bin:x:1:root,bin,daemon 
EXPECTED RESULT: bin:x:1:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep daemon:x:2
RESULT: daemon:x:2:root,bin,daemon 
EXPECTED RESULT: daemon:x:2:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep nobody:x:99
RESULT: nobody:x:99: 
EXPECTED RESULT: nobody:x:99:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new passwd file ... 
######################################################################################
COMMAND:  cat /etc/passwd | grep root:x:0
RESULT: root:x:0:0:root:/root:/bin/bash 
EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep nobody:x:99
RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin 
EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep sshd
RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin 
EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new shells file ... 
######################################################################################
COMMAND:  cat /etc/shells | grep bash
RESULT: /bin/bash 
EXPECTED RESULT: /bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/shells | grep nologin
RESULT: /sbin/nologin 
EXPECTED RESULT: /sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify networking ... 
######################################################################################
COMMAND:  grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2
RESULT: yes 
EXPECTED RESULT: yes
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify device ... 
######################################################################################
COMMAND:  grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2
RESULT: eth0 
EXPECTED RESULT: eth0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
RETURN CODE: 0
COMMAND:  /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd ...
######################################################################################
COMMAND:  chkconfig --list | grep sshd
RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/sshd status | grep running | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify  chkconfig ... 
######################################################################################
COMMAND:  chkconfig --list | grep crond | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
COMMAND:  chkconfig --list | grep  iptables | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0

Comment 26 Kedar Bidarkar 2011-09-13 11:11:35 UTC
 xorg-x11-server-Xvfb
                   x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                   x86_64 7.1-5.el5_6.2       rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xinit    x86_64 1.0.2-15.el5        rhui-us-east-rhel-server-1y  26 k
Updating for dependencies:
 cpp               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.9 M
 libgcc            i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y  96 k
 libgcc            x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y  99 k
 libgomp           x86_64 4.4.4-13.el5        rhui-us-east-rhel-server-1y  69 k
 libstdc++         i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y 363 k
 libstdc++         x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 353 k
 popt              i386   1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  75 k
 popt              x86_64 1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  77 k
 rpm               x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 1.2 M
 rpm-libs          x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 923 k
 rpm-python        x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install      55 Package(s)
Upgrade      16 Package(s)

Total download size: 103 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.0 MB/s | 103 MB     00:51     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                    1/87 

  Updating       : cpp                                                     2/87 

  Updating       : libgomp                                                 3/87 

  Installing     : libXfontcache                                           4/87 

  Installing     : xorg-x11-server-Xvfb                                    5/87 

  Installing     : libXxf86misc                                            6/87 

  Installing     : libgfortran                                             7/87 

  Installing     : imake                                                   8/87 

  Installing     : libXevie                                                9/87 

  Installing     : at-spi                                                 10/87 

  Installing     : libXTrap                                               11/87 

  Installing     : xorg-x11-server-utils                                  12/87 

  Installing     : xorg-x11-xinit                                         13/87 

  Installing     : elfutils-libs                                          14/87 

  Installing     : elfutils                                               15/87 

  Installing     : dev86                                                  16/87 

  Installing     : ctags                                                  17/87 

  Installing     : splint                                                 18/87 

  Installing     : patchutils                                             19/87 

  Installing     : strace                                                 20/87 

  Installing     : cvs                                                    21/87 

  Installing     : valgrind                                               22/87 

  Installing     : indent                                                 23/87 

  Installing     : texinfo                                                24/87 

  Installing     : flex                                                   25/87 

  Installing     : bison                                                  26/87 

  Installing     : rcs                                                    27/87 

  Installing     : byacc                                                  28/87 

  Installing     : cscope                                                 29/87 

  Installing     : diffstat                                               30/87 

  Installing     : ltrace                                                 31/87 

  Installing     : autoconf                                               32/87 

  Installing     : automake                                               33/87 

  Installing     : systemtap-runtime                                      34/87 

  Installing     : libtool                                                35/87 

  Installing     : automake17                                             36/87 

  Installing     : automake15                                             37/87 

  Installing     : redhat-rpm-config                                      38/87 

  Installing     : automake14                                             39/87 

  Installing     : automake16                                             40/87 

  Updating       : libgcc                                                 41/87 

  Updating       : libgcc                                                 42/87 

  Updating       : libstdc++                                              43/87 

  Updating       : libstdc++                                              44/87 

  Installing     : libgomp                                                45/87 

  Updating       : popt                                                   46/87 

  Installing     : swig                                                   47/87 

  Installing     : oprofile                                               48/87 

  Installing     : doxygen                                                49/87 

  Installing     : valgrind                                               50/87 

  Installing     : libstdc++-devel                                        51/87 

  Updating       : gcc                                                    52/87 

  Installing     : gcc-c++                                                53/87 

  Installing     : gcc-gfortran                                           54/87 

  Updating       : python                                                 55/87 

  Updating       : rpm-libs                                               56/87 

  Installing     : python-libs                                            57/87 

  Updating       : rpm                                                    58/87 

  Updating       : rpm-python                                             59/87 

  Installing     : gdb                                                    60/87 

  Installing     : pyspi                                                  61/87 

  Installing     : gnome-python2-gconf                                    62/87 

  Updating       : subversion                                             63/87 

  Updating       : subversion                                             64/87 

  Installing     : rpm-build                                              65/87 

  Installing     : systemtap                                              66/87 

  Installing     : gettext                                                67/87 

  Installing     : dogtail                                                68/87 

  Updating       : gettext                                                69/87 

  Installing     : python-ldap                                            70/87 

  Installing     : pstack                                                 71/87 

  Cleanup        : rpm-libs                                               72/87 

  Cleanup        : rpm-python                                             73/87 

  Cleanup        : python                                                 74/87 

  Cleanup        : libgomp                                                75/87 

  Cleanup        : libstdc++                                              76/87 

  Cleanup        : popt                                                   77/87 

  Cleanup        : gcc                                                    78/87 

  Cleanup        : libgcc                                                 79/87 

  Cleanup        : rpm                                                    80/87 

  Cleanup        : libstdc++                                              81/87 

  Cleanup        : gettext                                                82/87 

  Cleanup        : libgcc                                                 83/87 

  Cleanup        : cpp                                                    84/87 

  Cleanup        : subversion                                             85/87 

  Cleanup        : popt                                                   86/87 

  Cleanup        : subversion                                             87/87 

Installed:
  autoconf.noarch 0:2.59-12           automake.noarch 0:1.9.6-2.3.el5          
  automake14.noarch 0:1.4p6-13.el5.1  automake15.noarch 0:1.5-16.el5.2         
  automake16.noarch 0:1.6.3-8.el5.1   automake17.noarch 0:1.7.9-7.el5.2        
  bison.x86_64 0:2.3-2.1              byacc.x86_64 0:1.9-29.2.2                
  cscope.x86_64 0:15.5-15.1.el5_3.1   ctags.x86_64 0:5.6-1.1                   
  cvs.x86_64 0:1.11.22-7.el5          dev86.x86_64 0:0.16.17-2.2               
  diffstat.x86_64 0:1.41-1.2.3.el5    dogtail.noarch 0:0.6.1-4.el5             
  doxygen.x86_64 1:1.4.7-1.1          elfutils.x86_64 0:0.137-3.el5            
  flex.x86_64 0:2.5.4a-41.fc6         gcc-c++.x86_64 0:4.1.2-51.el5            
  gcc-gfortran.x86_64 0:4.1.2-51.el5  gdb.x86_64 0:7.0.1-37.el5_7.1            
  gettext.i386 0:0.17-1.el5           indent.x86_64 0:2.2.9-14.fc6             
  libtool.x86_64 0:1.5.22-7.el5_4     ltrace.x86_64 0:0.5-13.45svn.el5         
  oprofile.x86_64 0:0.9.4-15.el5      patchutils.x86_64 0:0.2.31-2.2.2         
  pstack.x86_64 0:1.2-7.2.2           python-ldap.x86_64 0:2.2.0-2.1           
  rcs.x86_64 0:5.7-30.1               redhat-rpm-config.noarch 0:8.0.45-32.el5 
  rpm-build.x86_64 0:4.4.2.3-22.el5   splint.x86_64 0:3.1.1-16.el5             
  strace.x86_64 0:4.5.18-5.el5_5.5    swig.x86_64 0:1.3.29-2.el5               
  systemtap.x86_64 0:1.3-9.el5        texinfo.x86_64 0:4.8-14.el5              
  valgrind.i386 1:3.5.0-5.el5         valgrind.x86_64 1:3.5.0-5.el5            

Dependency Installed:
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  imake.x86_64 0:1.0.2-3                                                        
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgomp.i386 0:4.4.4-13.el5                                                   
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  python-libs.x86_64 0:2.4.3-44.el5                                             
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               gettext.x86_64 0:0.17-1.el5          
  python.x86_64 0:2.4.3-44.el5            subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libgomp.x86_64 0:4.4.4-13.el5        
  libstdc++.i386 0:4.1.2-51.el5           libstdc++.x86_64 0:4.1.2-51.el5      
  popt.i386 0:1.10.2.3-22.el5             popt.x86_64 0:1.10.2.3-22.el5        
  rpm.x86_64 0:4.4.2.3-22.el5             rpm-libs.x86_64 0:4.4.2.3-22.el5     
  rpm-python.x86_64 0:4.4.2.3-22.el5     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package audit.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.i386 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs-python.x86_64 0:1.7.18-2.el5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5 set to be updated
---> Package avahi.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.x86_64 1:1.2.0-10.el5 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package crash.x86_64 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package cups.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.i386 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.i386 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.x86_64 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5 set to be updated
---> Package ghostscript.x86_64 0:8.70-6.el5 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc.x86_64 0:2.5-65 set to be updated
---> Package glibc-common.x86_64 0:2.5-65 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package hal.i386 0:0.5.8.1-62.el5 set to be updated
---> Package hal.x86_64 0:0.5.8.1-62.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.x86_64 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package krb5-libs.i386 0:1.6.1-62.el5 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-62.el5 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-62.el5 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.x86_64 0:1.2.57.1.26-1 set to be updated
---> Package less.x86_64 0:436-7.el5 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libhugetlbfs.x86_64 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16 set to be updated
---> Package libicu.x86_64 0:3.6-5.16 set to be updated
---> Package libpng.i386 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libtiff.i386 0:3.8.2-7.el5_6.7 set to be updated
---> Package libtiff.x86_64 0:3.8.2-7.el5_6.7 set to be updated
---> Package libuser.x86_64 0:0.54.7-2.1.el5_5.2 set to be updated
---> Package libvolume_id.i386 0:095-14.27.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package man-pages.noarch 0:2.39-17.el5 set to be updated
---> Package man-pages-ja.noarch 0:20060815-14.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.x86_64 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.x86_64 1:1.0.9-54.el5 set to be updated
---> Package nscd.x86_64 0:2.5-65 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5 set to be updated
---> Package ntp.x86_64 0:4.2.2p1-15.el5 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_6.4 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.x86_64 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package passwd.x86_64 0:0.73-2 set to be updated
---> Package patch.x86_64 0:2.5.4-31.el5 set to be updated
---> Package pciutils.x86_64 0:3.1.7-3.el5 set to be updated
---> Package pcre.x86_64 0:6.6-6.el5_6.1 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package psmisc.x86_64 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python-numeric.x86_64 0:23.7-2.2.2.el5_6.1 set to be updated
---> Package python-urlgrabber.noarch 0:3.1.0-6.el5 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-lsb.i386 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-lsb.x86_64 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.x86_64 1:2.0-4.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.x86_64 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-devel.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5 set to be updated
---> Package sudo.x86_64 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-lvm.noarch 0:1.1.5-9.el5 set to be updated
---> Package system-config-network.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-securitylevel.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.x86_64 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011h-2.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5 set to be updated
---> Package util-linux.x86_64 0:2.13-0.56.el5 set to be updated
---> Package vim-common.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vnc.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.x86_64 0:1.9.2.22-1.el5_7 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Running transaction check
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version              Repository                   Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y  21 M
 kernel-xen-devel x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5          rhui-us-east-rhel-server-1y 118 k
 apr              i386   1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 124 k
 apr              x86_64 1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 120 k
 audit            x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y 365 k
 audit-libs       i386   1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs       x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs-python
                  x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  82 k
 authconfig       x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y 456 k
 authconfig-gtk   x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y  47 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5
                                              rhui-us-east-rhel-server-1y 933 k
 avahi            i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 251 k
 avahi            x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 258 k
 avahi-compat-libdns_sd
                  x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  24 k
 avahi-glib       i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 avahi-glib       x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 bash             x86_64 3.2-32.el5           rhui-us-east-rhel-server-1y 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 178 k
 busybox          x86_64 1:1.2.0-10.el5       rhui-us-east-rhel-server-1y 1.2 M
 coreutils        x86_64 5.97-34.el5          rhui-us-east-rhel-server-1y 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5       rhui-us-east-rhel-server-1y  33 k
 crash            x86_64 4.1.2-8.el5          rhui-us-east-rhel-server-1y 1.7 M
 cryptsetup-luks  x86_64 1.0.3-8.el5          rhui-us-east-rhel-server-1y 709 k
 cups             x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 3.1 M
 cups-libs        i386   1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 199 k
 cups-libs        x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 195 k
 curl             x86_64 7.15.5-9.el5_7.4     rhui-us-east-rhel-server-1y 231 k
 dbus             x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 234 k
 dbus-libs        i386   1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 124 k
 dbus-libs        x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 123 k
 device-mapper    i386   1.02.63-4.el5        rhui-us-east-rhel-server-1y 776 k
 device-mapper    x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1  rhui-us-east-rhel-server-1y 286 k
 dhcpv6-client    x86_64 1.0.10-20.el5        rhui-us-east-rhel-server-1y 124 k
 dmidecode        x86_64 1:2.11-1.el5         rhui-us-east-rhel-server-1y  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y  24 k
 e2fsprogs        x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 844 k
 e2fsprogs-libs   i386   1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 exim             x86_64 4.63-10.el5          rhui-us-east-rhel-server-1y 1.2 M
 finger           x86_64 0.17-33              rhui-us-east-rhel-server-1y  21 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y  28 k
 ghostscript      i386   8.70-6.el5           rhui-us-east-rhel-server-1y 9.0 M
 ghostscript      x86_64 8.70-6.el5           rhui-us-east-rhel-server-1y 8.9 M
 glibc            i686   2.5-65               rhui-us-east-rhel-server-1y 5.3 M
 glibc            x86_64 2.5-65               rhui-us-east-rhel-server-1y 4.8 M
 glibc-common     x86_64 2.5-65               rhui-us-east-rhel-server-1y  16 M
 glibc-devel      x86_64 2.5-65               rhui-us-east-rhel-server-1y 2.4 M
 glibc-headers    x86_64 2.5-65               rhui-us-east-rhel-server-1y 594 k
 gnome-vfs2       i386   2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.2 M
 gnome-vfs2       x86_64 2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.3 M
 gzip             x86_64 1.3.5-13.el5         rhui-us-east-rhel-server-1y 104 k
 hal              i386   0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 391 k
 hal              x86_64 0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 377 k
 httpd            x86_64 2.2.3-53.el5_7.1     rhui-us-east-rhel-server-1y 1.2 M
 hwdata           noarch 0.213.24-1.el5       rhui-us-east-rhel-server-1y 414 k
 initscripts      x86_64 8.45.38-2.el5        rhui-us-east-rhel-server-1y 1.6 M
 jwhois           x86_64 3.2.3-12.el5         rhui-us-east-rhel-server-1y  97 k
 kernel-headers   x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 1.3 M
 kexec-tools      x86_64 1.102pre-126.el5_6.6 rhui-us-east-rhel-server-1y 578 k
 kpartx           x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 440 k
 krb5-libs        i386   1.6.1-62.el5         rhui-us-east-rhel-server-1y 668 k
 krb5-libs        x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 680 k
 krb5-workstation x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 916 k
 ksh              x86_64 20100202-1.el5_6.6   rhui-us-east-rhel-server-1y 1.3 M
 kudzu            x86_64 1.2.57.1.26-1        rhui-us-east-rhel-server-1y 232 k
 less             x86_64 436-7.el5            rhui-us-east-rhel-server-1y 108 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7    rhui-us-east-rhel-server-1y 245 k
 libgcj           x86_64 4.1.2-51.el5         rhui-us-east-rhel-server-1y  18 M
 libhugetlbfs     i386   1.3-8.2.el5          rhui-us-east-rhel-server-1y  40 k
 libhugetlbfs     x86_64 1.3-8.2.el5          rhui-us-east-rhel-server-1y  42 k
 libicu           i386   3.6-5.16             rhui-us-east-rhel-server-1y 5.3 M
 libicu           x86_64 3.6-5.16             rhui-us-east-rhel-server-1y 5.2 M
 libpng           i386   2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 241 k
 libpng           x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k
 libselinux       i386   1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  77 k
 libselinux       x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  78 k
 libselinux-python
                  x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  74 k
 libselinux-utils x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  56 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 917 k
 libsysfs         x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  46 k
 libtiff          i386   3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 308 k

Comment 27 Kedar Bidarkar 2011-09-13 11:11:39 UTC
PASS
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rsyslog | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog config ... 
######################################################################################
COMMAND:  md5sum /etc/rsyslog.conf | cut -f 1 -d  " "
RESULT: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd is on ... 
######################################################################################
COMMAND:  /sbin/chkconfig --list auditd | grep 3:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  /sbin/chkconfig --list auditd | grep 5:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify audit.rules ... 
######################################################################################
COMMAND:  md5sum /etc/audit/audit.rules | cut -f 1 -d  " "
RESULT: f9869e1191838c461f5b9051c78a638d 
EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd.conf ... 
######################################################################################
COMMAND:  md5sum /etc/audit/auditd.conf | cut -f 1 -d  " "
RESULT: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... 
######################################################################################
COMMAND:  ls /etc/ld.so.conf.d/libc6-xen.conf
ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##test menu.lst ... 
######################################################################################
COMMAND:  file /boot/grub/menu.lst  | grep symbolic | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  file /boot/grub/menu.lst  | grep grub.conf | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  cat /boot/grub/grub.conf  | grep "(hd0,0)" | wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image

## Summary ##
FAILURES = 0
FAILED TESTS = 
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 28 Kedar Bidarkar 2011-09-13 11:11:39 UTC
 libtiff          x86_64 3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 313 k
 libuser          x86_64 0.54.7-2.1.el5_5.2   rhui-us-east-rhel-server-1y 450 k
 libvolume_id     i386   095-14.27.el5        rhui-us-east-rhel-server-1y  44 k
 libvolume_id     x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y  42 k
 libxml2          i386   2.6.26-2.1.12        rhui-us-east-rhel-server-1y 795 k
 libxml2          x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 807 k
 libxml2-python   x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 713 k
 logrotate        x86_64 3.7.4-12             rhui-us-east-rhel-server-1y  42 k
 logwatch         noarch 7.3-9.el5_6          rhui-us-east-rhel-server-1y 244 k
 lvm2             x86_64 2.02.84-6.el5_7.1    rhui-us-east-rhel-server-1y 3.1 M
 m2crypto         x86_64 0.16-8.el5           rhui-us-east-rhel-server-1y 498 k
 man              x86_64 1.6d-2.el5           rhui-us-east-rhel-server-1y 264 k
 man-pages        noarch 2.39-17.el5          rhui-us-east-rhel-server-1y 4.2 M
 man-pages-ja     noarch 20060815-14.el5      rhui-us-east-rhel-server-1y 4.9 M
 mkinitrd         x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 463 k
 mod_authz_ldap   x86_64 0.26-11.el5          rhui-us-east-rhel-server-1y  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.1   rhui-us-east-rhel-server-1y  94 k
 mysql            x86_64 5.0.77-4.el5_6.6     rhui-us-east-rhel-server-1y 4.8 M
 nash             x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M
 nfs-utils        x86_64 1:1.0.9-54.el5       rhui-us-east-rhel-server-1y 404 k
 nscd             x86_64 2.5-65               rhui-us-east-rhel-server-1y 169 k
 nspr             i386   4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 120 k
 nspr             x86_64 4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 119 k
 nss              i386   3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss              x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss-tools        x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.2 M
 nss_ldap         i386   253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 nss_ldap         x86_64 253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 ntp              x86_64 4.2.2p1-15.el5       rhui-us-east-rhel-server-1y 1.3 M
 openldap         i386   2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 296 k
 openldap         x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 304 k
 openldap-clients x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 223 k
 openssh          x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 278 k
 openssl          i686   0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openssl          x86_64 0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openswan         x86_64 2.6.21-5.el5_6.4     rhui-us-east-rhel-server-1y 1.0 M
 pam_krb5         i386   2.2.14-21.el5        rhui-us-east-rhel-server-1y 150 k
 pam_krb5         x86_64 2.2.14-21.el5        rhui-us-east-rhel-server-1y 149 k
 pango            i386   1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 334 k
 pango            x86_64 1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 338 k
 paps             x86_64 0.6.6-20.el5         rhui-us-east-rhel-server-1y  34 k
 parted           i386   1.8.1-28.el5         rhui-us-east-rhel-server-1y 541 k
 parted           x86_64 1.8.1-28.el5         rhui-us-east-rhel-server-1y 520 k
 passwd           x86_64 0.73-2               rhui-us-east-rhel-server-1y  21 k
 patch            x86_64 2.5.4-31.el5         rhui-us-east-rhel-server-1y  64 k
 pciutils         x86_64 3.1.7-3.el5          rhui-us-east-rhel-server-1y 112 k
 pcre             x86_64 6.6-6.el5_6.1        rhui-us-east-rhel-server-1y 118 k
 perl             x86_64 4:5.8.8-32.el5_6.3   rhui-us-east-rhel-server-1y  12 M
 poppler          x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y 3.0 M
 poppler-utils    x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y  76 k
 postgresql       x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-libs  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-python
                  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y  56 k
 procps           x86_64 3.2.7-17.el5         rhui-us-east-rhel-server-1y 215 k
 psmisc           x86_64 22.2-7.el5_6.2       rhui-us-east-rhel-server-1y  62 k
 pyOpenSSL        x86_64 0.6-2.el5            rhui-us-east-rhel-server-1y 120 k
 python-numeric   x86_64 23.7-2.2.2.el5_6.1   rhui-us-east-rhel-server-1y 801 k
 python-urlgrabber
                  noarch 3.1.0-6.el5          rhui-us-east-rhel-server-1y 132 k
 quota            x86_64 1:3.13-5.el5         rhui-us-east-rhel-server-1y 348 k
 redhat-lsb       i386   4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  25 k
 redhat-lsb       x86_64 4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  24 k
 redhat-release   x86_64 5Server-5.7.0.3      rhui-us-east-rhel-server-1y  62 k
 redhat-release-notes
                  x86_64 5Server-41           rhui-us-east-rhel-server-1y 371 k
 rhn-check        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y  42 k
 rhn-client-tools noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 924 k
 rhn-setup        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 114 k
 rhnlib           noarch 2.5.22-6.el5         rhui-us-east-rhel-server-1y  70 k
 rhnsd            x86_64 4.7.0-10.el5         rhui-us-east-rhel-server-1y  34 k
 rng-utils        x86_64 1:2.0-4.el5          rhui-us-east-rhel-server-1y  17 k
 rsync            x86_64 3.0.6-4.el5_7.1      rhui-us-east-rhel-server-1y 347 k
 rsyslog          x86_64 3.22.1-3.el5_6.1     rhui-us-east-rhel-server-1y 381 k
 ruby             x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 6.8 M
 screen           x86_64 4.0.3-4.el5          rhui-us-east-rhel-server-1y 571 k
 sed              x86_64 4.1.5-8.el5          rhui-us-east-rhel-server-1y 178 k
 selinux-policy   noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 420 k
 selinux-policy-devel
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 446 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1  rhui-us-east-rhel-server-1y 1.1 M
 sos              noarch 1.7-9.54.el5         rhui-us-east-rhel-server-1y 151 k
 sudo             x86_64 1.7.2p1-10.el5       rhui-us-east-rhel-server-1y 354 k
 sysfsutils       x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  40 k
 system-config-lvm
                  noarch 1.1.5-9.el5          rhui-us-east-rhel-server-1y 690 k
 system-config-network
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 424 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 1.8 M
 system-config-securitylevel
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 280 k
 system-config-securitylevel-tui
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 254 k
 tmpwatch         x86_64 2.9.7-1.1.el5.5      rhui-us-east-rhel-server-1y  19 k
 traceroute       x86_64 3:2.0.1-6.el5        rhui-us-east-rhel-server-1y  41 k
 tzdata           x86_64 2011h-2.el5          rhui-us-east-rhel-server-1y 781 k
 udev             x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y 2.4 M
 util-linux       x86_64 2.13-0.56.el5        rhui-us-east-rhel-server-1y 1.8 M
 vim-common       x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 6.4 M
 vim-enhanced     x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 1.3 M
 vim-minimal      x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 333 k
 vnc              x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 159 k
 vnc-server       x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 2.0 M
 vsftpd           x86_64 2.0.5-21.el5         rhui-us-east-rhel-server-1y 140 k
 w3m              x86_64 0.5.1-18.el5         rhui-us-east-rhel-server-1y 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5      rhui-us-east-rhel-server-1y 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3              rhui-us-east-rhel-server-1y  79 k
 xorg-x11-xfs     x86_64 1:1.0.2-5.el5_6.1    rhui-us-east-rhel-server-1y  73 k
 xulrunner        x86_64 1.9.2.22-1.el5_7     rhui-us-east-rhel-server-1y  11 M
 yum              noarch 3.2.22-37.el5        rhui-us-east-rhel-server-1y 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2     rhui-us-east-rhel-server-1y  63 k
 yum-security     noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  25 k
 yum-updateonboot noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  13 k
 yum-utils        noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  71 k
 zlib             i386   1.2.3-4.el5          rhui-us-east-rhel-server-1y  51 k
 zlib             x86_64 1.2.3-4.el5          rhui-us-east-rhel-server-1y  52 k
Installing for dependencies:
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5     rhui-us-east-rhel-server-1y 1.0 M

Transaction Summary
================================================================================
Install       3 Package(s)
Upgrade     205 Package(s)

Total download size: 260 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.8 MB/s | 260 MB     02:20     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/413 

  Updating       : tzdata                                                 2/413 

  Updating       : glibc-common                                           3/413 

  Updating       : glibc                                                  4/413 

  Updating       : bash                                                   5/413 

  Updating       : libselinux                                             6/413 

  Updating       : zlib                                                   7/413 

  Updating       : coreutils                                              8/413 

  Updating       : device-mapper                                          9/413 

  Updating       : e2fsprogs-libs                                        10/413 

  Updating       : krb5-libs                                             11/413 

  Updating       : openssl                                               12/413 

  Updating       : openldap                                              13/413 

  Updating       : audit-libs                                            14/413 

  Updating       : shadow-utils                                          15/413 

  Updating       : sed                                                   16/413 

  Updating       : nspr                                                  17/413 

  Updating       : nss                                                   18/413 

  Updating       : udev                                                  19/413 

  Updating       : util-linux                                            20/413 

  Updating       : procps                                                21/413 

  Updating       : pango                                                 22/413 

  Updating       : psmisc                                                23/413 

  Updating       : postgresql-libs                                       24/413 

  Updating       : libpng                                                25/413 

  Updating       : libXfont                                              26/413 

  Updating       : libxml2                                               27/413 

  Updating       : SysVinit                                              28/413 

  Updating       : cryptsetup-luks                                       29/413 

  Updating       : kpartx                                                30/413 

  Updating       : libtiff                                               31/413 

  Updating       : cups-libs                                             32/413 

  Updating       : libvolume_id                                          33/413 

  Updating       : pcre                                                  34/413 

  Updating       : libsysfs                                              35/413 

  Updating       : gdbm                                                  36/413 

  Updating       : perl                                                  37/413 

  Updating       : libxml2-python                                        38/413 

  Updating       : nscd                                                  39/413 

  Updating       : m2crypto                                              40/413 

  Updating       : e2fsprogs                                             41/413 

  Updating       : logrotate                                             42/413 

  Updating       : patch                                                 43/413 

  Updating       : less                                                  44/413 

  Updating       : gzip                                                  45/413 

  Updating       : man                                                   46/413 

  Updating       : dmidecode                                             47/413 

  Updating       : mysql                                                 48/413 

  Updating       : ruby-libs                                             49/413 

  Updating       : ruby                                                  50/413 

  Updating       : poppler                                               51/413 

  Updating       : libuser                                               52/413 

  Updating       : passwd                                                53/413 

  Updating       : net-snmp-libs                                         54/413 

  Updating       : bind-libs                                             55/413 

  Updating       : apr                                                   56/413 

  Updating       : poppler-utils                                         57/413 

  Updating       : rsyslog                                               58/413 

  Updating       : xorg-x11-font-utils                                   59/413 

  Updating       : device-mapper-multipath                               60/413 

  Updating       : paps                                                  61/413 

  Updating       : tmpwatch                                              62/413 

  Updating       : pyOpenSSL                                             63/413 

  Updating       : device-mapper-event                                   64/413 

  Updating       : lvm2                                                  65/413 

  Updating       : vim-minimal                                           66/413 

  Updating       : libselinux-utils                                      67/413 

  Updating       : pciutils                                              68/413 

  Updating       : rhnlib                                                69/413 

  Updating       : python-urlgrabber                                     70/413 

  Updating       : yum                                                   71/413 

  Updating       : selinux-policy                                        72/413 

  Updating       : redhat-release                                        73/413 

  Updating       : initscripts                                           74/413 

  Updating       : httpd                                                 75/413 

  Updating       : exim                                                  76/413 

  Updating       : openssh                                               77/413 

  Updating       : redhat-lsb                                            78/413 

  Updating       : kernel-headers                                        79/413 

  Updating       : glibc-headers                                         80/413 

  Updating       : busybox                                               81/413 

  Updating       : system-config-securitylevel-tui                       82/413 

  Updating       : nss_ldap                                              83/413 

  Updating       : ghostscript                                           84/413 

  Updating       : libgcj                                                85/413 

  Updating       : authconfig                                            86/413 

  Updating       : libsmbclient                                          87/413 

  Updating       : samba-common                                          88/413 

  Updating       : curl                                                  89/413 

  Installing     : iscsi-initiator-utils                                 90/413 

  Updating       : pam_krb5                                              91/413 

  Updating       : parted                                                92/413 

  Updating       : vim-common                                            93/413 

  Updating       : libicu                                                94/413 

  Updating       : ruby-irb                                              95/413 

  Updating       : nash                                                  96/413 

  Updating       : vim-enhanced                                          97/413 

  Updating       : samba-client                                          98/413 

  Updating       : kexec-tools                                           99/413 

  Updating       : openssh-clients                                      100/413 

  Updating       : openssh-server                                       101/413 

  Updating       : mod_authz_ldap                                       102/413 

  Updating       : mod_ssl                                              103/413 

  Updating       : vsftpd                                               104/413 

  Updating       : postgresql                                           105/413 

  Updating       : vnc                                                  106/413 

  Updating       : xorg-x11-xfs                                         107/413 

  Updating       : quota                                                108/413 

  Updating       : dhclient                                             109/413 

  Updating       : rng-utils                                            110/413 

  Updating       : dhcpv6-client                                        111/413 

  Updating       : sudo                                                 112/413 

  Updating       : bind-utils                                           113/413 

  Updating       : net-snmp                                             114/413 

  Updating       : openswan                                             115/413 

  Updating       : sysfsutils                                           116/413 

  Updating       : autofs                                               117/413 

  Updating       : vnc-server                                           118/413 

  Updating       : postgresql-python                                    119/413 

  Updating       : krb5-workstation                                     120/413 

  Updating       : nfs-utils                                            121/413 

  Updating       : nss-tools                                            122/413 

  Updating       : screen                                               123/413 

  Updating       : audit-libs-python                                    124/413 

  Updating       : audit                                                125/413 

  Updating       : openldap-clients                                     126/413 

  Updating       : ksh                                                  127/413 

  Updating       : crash                                                128/413 

  Updating       : libselinux-python                                    129/413 

  Updating       : cpuspeed                                             130/413 

  Updating       : jwhois                                               131/413 

  Updating       : finger                                               132/413 

  Updating       : libhugetlbfs                                         133/413 

  Updating       : rsync                                                134/413 

  Updating       : python-numeric                                       135/413 

  Updating       : traceroute                                           136/413 

  Updating       : ruby-rdoc                                            137/413 

  Updating       : authconfig-gtk                                       138/413 

  Updating       : system-config-securitylevel                          139/413 

  Updating       : glibc-devel                                          140/413 

  Updating       : xinetd                                               141/413 

  Updating       : selinux-policy-devel                                 142/413 

  Updating       : selinux-policy-targeted                              143/413/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : yum-updateonboot                                     144/413 

  Updating       : yum-security                                         145/413 

  Updating       : yum-fastestmirror                                    146/413 

  Updating       : yum-utils                                            147/413 

  Updating       : system-config-lvm                                    148/413 

  Updating       : sos                                                  149/413 

  Updating       : w3m                                                  150/413 

  Updating       : logwatch                                             151/413 

  Updating       : ntp                                                  152/413 

  Installing     : kernel-xen-devel                                     153/413 

  Updating       : man-pages                                            154/413 

  Updating       : man-pages-ja                                         155/413 

  Updating       : redhat-release-notes                                 156/413 

  Updating       : glibc                                                157/413 

  Updating       : zlib                                                 158/413 

  Updating       : libselinux                                           159/413 

  Updating       : device-mapper                                        160/413 

  Updating       : e2fsprogs-libs                                       161/413 

  Updating       : krb5-libs                                            162/413 

  Updating       : openssl                                              163/413 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : libpng                                               164/413 

  Updating       : libtiff                                              165/413 

  Updating       : nspr                                                 166/413 

  Updating       : cups-libs                                            167/413 

  Updating       : openldap                                             168/413 

  Updating       : libxml2                                              169/413 

  Updating       : libvolume_id                                         170/413 

  Updating       : nss                                                  171/413 

  Updating       : nss_ldap                                             172/413 

  Updating       : ghostscript                                          173/413 

  Updating       : postgresql-libs                                      174/413 

  Updating       : pam_krb5                                             175/413 

  Updating       : apr                                                  176/413 

  Updating       : parted                                               177/413 

  Updating       : libicu                                               178/413 

  Updating       : pango                                                179/413 

  Updating       : audit-libs                                           180/413 

  Updating       : libhugetlbfs                                         181/413 

  Updating       : redhat-lsb                                           182/413 

  Updating       : dbus-libs                                            183/413 

  Updating       : dbus                                                 184/413 

  Updating       : avahi                                                185/413 

  Updating       : hal                                                  186/413 

  Updating       : dmraid                                               187/413 

  Updating       : avahi-compat-libdns_sd                               188/413 

  Updating       : avahi-glib                                           189/413 

  Updating       : gnome-vfs2                                           190/413 

  Updating       : cups                                                 191/413 

  Updating       : kudzu                                                192/413 

  Updating       : rhnsd                                                193/413 

  Updating       : dmraid-events                                        194/413 

  Updating       : rhn-client-tools                                     195/413 

  Updating       : yum-rhn-plugin                                       196/413 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            197/413 

  Updating       : rhn-check                                            198/413 

  Updating       : xulrunner                                            199/413 

  Updating       : mkinitrd                                             200/413 

  Updating       : dbus-libs                                            201/413 

  Updating       : system-config-network-tui                            202/413 

  Updating       : system-config-network                                203/413 

  Installing     : kernel-xen                                           204/413 

  Updating       : avahi                                                205/413 

  Updating       : avahi-glib                                           206/413 

  Updating       : hal                                                  207/413 

  Updating       : gnome-vfs2                                           208/413 

  Cleanup        : selinux-policy                                       209/413 

  Cleanup        : hwdata                                               210/413 

  Cleanup        : poppler                                              211/413 

  Cleanup        : finger                                               212/413 

  Cleanup        : psmisc                                               213/413 

  Cleanup        : yum-updateonboot                                     214/413 

  Cleanup        : dbus-libs                                            215/413 

  Cleanup        : authconfig-gtk                                       216/413 

  Cleanup        : libicu                                               217/413 

  Cleanup        : glibc                                                218/413 

  Cleanup        : passwd                                               219/413 

  Cleanup        : device-mapper-event                                  220/413 

  Cleanup        : openssh                                              221/413 

  Cleanup        : perl                                                 222/413 

  Cleanup        : apr                                                  223/413 

  Cleanup        : logrotate                                            224/413 

  Cleanup        : ghostscript                                          225/413 

  Cleanup        : libvolume_id                                         226/413 

  Cleanup        : sos                                                  227/413 

  Cleanup        : dmidecode                                            228/413 

  Cleanup        : mysql                                                229/413 

  Cleanup        : xinetd                                               230/413 

  Cleanup        : selinux-policy-devel                                 231/413 

  Cleanup        : yum-rhn-plugin                                       232/413 

  Cleanup        : httpd                                                233/413 

  Cleanup        : libvolume_id                                         234/413 

  Cleanup        : curl                                                 235/413 

  Cleanup        : glibc-devel                                          236/413 

  Cleanup        : libpng                                               237/413 

  Cleanup        : libselinux                                           238/413 

  Cleanup        : vsftpd                                               239/413 

  Cleanup        : libxml2-python                                       240/413 

  Cleanup        : redhat-release-notes                                 241/413 

  Cleanup        : xorg-x11-font-utils                                  242/413 

  Cleanup        : dbus-libs                                            243/413 

  Cleanup        : mod_authz_ldap                                       244/413 

  Cleanup        : libicu                                               245/413 

  Cleanup        : device-mapper                                        246/413 

  Cleanup        : postgresql                                           247/413 

  Cleanup        : parted                                               248/413 

  Cleanup        : authconfig                                           249/413 

  Cleanup        : avahi                                                250/413 

  Cleanup        : vnc                                                  251/413 

  Cleanup        : w3m                                                  252/413 

  Cleanup        : audit-libs-python                                    253/413 

  Cleanup        : krb5-workstation                                     254/413 

  Cleanup        : ruby-rdoc                                            255/413 

  Cleanup        : xulrunner                                            256/413 

  Cleanup        : nscd                                                 257/413 

  Cleanup        : pam_krb5                                             258/413 

  Cleanup        : openldap                                             259/413 

  Cleanup        : autofs                                               260/413 

  Cleanup        : gzip                                                 261/413 

  Cleanup        : avahi-compat-libdns_sd                               262/413 

  Cleanup        : glibc                                                263/413 

  Cleanup        : krb5-libs                                            264/413 

  Cleanup        : net-snmp-libs                                        265/413 

  Cleanup        : avahi-glib                                           266/413 

  Cleanup        : bind-libs                                            267/413 

  Cleanup        : zlib                                                 268/413 

  Cleanup        : libhugetlbfs                                         269/413 

  Cleanup        : udev                                                 270/413 

  Cleanup        : vim-enhanced                                         271/413 

  Cleanup        : poppler-utils                                        272/413 

  Cleanup        : bash                                                 273/413 

  Cleanup        : system-config-securitylevel-tui                      274/413 

  Cleanup        : openssl                                              275/413 

  Cleanup        : zlib                                                 276/413 

  Cleanup        : man-pages-ja                                         277/413 

  Cleanup        : parted                                               278/413 

  Cleanup        : audit                                                279/413 

  Cleanup        : nspr                                                 280/413 

  Cleanup        : libtiff                                              281/413 

  Cleanup        : pam_krb5                                             282/413 

  Cleanup        : libpng                                               283/413 

  Cleanup        : python-urlgrabber                                    284/413 

  Cleanup        : libXfont                                             285/413 

  Cleanup        : xorg-x11-xfs                                         286/413 

  Cleanup        : yum-security                                         287/413 

  Cleanup        : avahi-glib                                           288/413 

  Cleanup        : vim-minimal                                          289/413 

  Cleanup        : vnc-server                                           290/413 

  Cleanup        : man                                                  291/413 

  Cleanup        : crash                                                292/413 

  Cleanup        : system-config-network                                293/413 

  Cleanup        : libsmbclient                                         294/413 

  Cleanup        : man-pages                                            295/413 

  Cleanup        : busybox                                              296/413 

  Cleanup        : postgresql-libs                                      297/413 

  Cleanup        : yum-fastestmirror                                    298/413 

  Cleanup        : exim                                                 299/413 

  Cleanup        : pcre                                                 300/413 

  Cleanup        : e2fsprogs                                            301/413 

  Cleanup        : rhn-setup                                            302/413 

  Cleanup        : pango                                                303/413 

  Cleanup        : samba-client                                         304/413 

  Cleanup        : nss_ldap                                             305/413 

  Cleanup        : mod_ssl                                              306/413 

  Cleanup        : gnome-vfs2                                           307/413 

  Cleanup        : e2fsprogs-libs                                       308/413 

  Cleanup        : rhnlib                                               309/413 

  Cleanup        : quota                                                310/413 

  Cleanup        : audit-libs                                           311/413 

  Cleanup        : dmraid-events                                        312/413 

  Cleanup        : SysVinit                                             313/413 

  Cleanup        : lvm2                                                 314/413 

  Cleanup        : kpartx                                               315/413 

  Cleanup        : openssh-clients                                      316/413 

  Cleanup        : libtiff                                              317/413 

  Cleanup        : sysfsutils                                           318/413 

  Cleanup        : redhat-release                                       319/413 

  Cleanup        : libsysfs                                             320/413 

  Cleanup        : libhugetlbfs                                         321/413 

  Cleanup        : rsync                                                322/413 

  Cleanup        : ksh                                                  323/413 

  Cleanup        : nss                                                  324/413 

  Cleanup        : system-config-lvm                                    325/413 

  Cleanup        : logwatch                                             326/413 

  Cleanup        : postgresql-libs                                      327/413 

  Cleanup        : libselinux-utils                                     328/413 

  Cleanup        : gdbm                                                 329/413 

  Cleanup        : hal                                                  330/413 

  Cleanup        : pyOpenSSL                                            331/413 

  Cleanup        : openssh-server                                       332/413 

  Cleanup        : openldap                                             333/413 

  Cleanup        : rhnsd                                                334/413 

  Cleanup        : apr                                                  335/413 

  Cleanup        : yum-utils                                            336/413 

  Cleanup        : ntp                                                  337/413 

  Cleanup        : libselinux-python                                    338/413 

  Cleanup        : samba-common                                         339/413 

  Cleanup        : sudo                                                 340/413 

  Cleanup        : hal                                                  341/413 

  Cleanup        : nss-tools                                            342/413 

  Cleanup        : openssl                                              343/413 

  Cleanup        : python-numeric                                       344/413 

  Cleanup        : ruby-libs                                            345/413

Comment 29 Kedar Bidarkar 2011-09-13 11:11:44 UTC
  Cleanup        : krb5-libs                                            346/413 

  Cleanup        : nss_ldap                                             347/413 

  Cleanup        : tmpwatch                                             348/413 

  Cleanup        : nfs-utils                                            349/413 

  Cleanup        : libxml2                                              350/413 

  Cleanup        : libuser                                              351/413 

  Cleanup        : postgresql-python                                    352/413 

  Cleanup        : dhclient                                             353/413 

  Cleanup        : glibc-common                                         354/413 

  Cleanup        : cryptsetup-luks                                      355/413 

  Cleanup        : nspr                                                 356/413 

  Cleanup        : audit-libs                                           357/413 

  Cleanup        : redhat-lsb                                           358/413 

  Cleanup        : cpuspeed                                             359/413 

  Cleanup        : screen                                               360/413 

  Cleanup        : device-mapper-multipath                              361/413 

  Cleanup        : procps                                               362/413 

  Cleanup        : coreutils                                            363/413 

  Cleanup        : pciutils                                             364/413 

  Cleanup        : redhat-lsb                                           365/413 

  Cleanup        : openswan                                             366/413 

  Cleanup        : rsyslog                                              367/413 

  Cleanup        : patch                                                368/413 

  Cleanup        : bind-utils                                           369/413 

  Cleanup        : cups-libs                                            370/413 

  Cleanup        : rhn-check                                            371/413 

  Cleanup        : shadow-utils                                         372/413 

  Cleanup        : initscripts                                          373/413 

  Cleanup        : ruby-irb                                             374/413 

  Cleanup        : nash                                                 375/413 

  Cleanup        : net-snmp                                             376/413 

  Cleanup        : libgcj                                               377/413 

  Cleanup        : rng-utils                                            378/413 

  Cleanup        : e2fsprogs-libs                                       379/413 

  Cleanup        : sed                                                  380/413 

  Cleanup        : cups                                                 381/413 

  Cleanup        : nss                                                  382/413 

  Cleanup        : gnome-vfs2                                           383/413 

  Cleanup        : dbus                                                 384/413 

  Cleanup        : kernel-headers                                       385/413 

  Cleanup        : ruby                                                 386/413 

  Cleanup        : selinux-policy-targeted                              387/413 

  Cleanup        : less                                                 388/413 

  Cleanup        : paps                                                 389/413 

  Cleanup        : device-mapper                                        390/413 

  Cleanup        : tzdata                                               391/413 

  Cleanup        : libselinux                                           392/413 

  Cleanup        : dmraid                                               393/413 

  Cleanup        : cups-libs                                            394/413 

  Cleanup        : dhcpv6-client                                        395/413 

  Cleanup        : kudzu                                                396/413 

  Cleanup        : kexec-tools                                          397/413 

  Cleanup        : system-config-network-tui                            398/413 

  Cleanup        : openldap-clients                                     399/413 

  Cleanup        : system-config-securitylevel                          400/413 

  Cleanup        : rhn-client-tools                                     401/413 

  Cleanup        : jwhois                                               402/413 

  Cleanup        : mkinitrd                                             403/413 

  Cleanup        : yum                                                  404/413 

  Cleanup        : libxml2                                              405/413 

  Cleanup        : pango                                                406/413 

  Cleanup        : ghostscript                                          407/413 

  Cleanup        : avahi                                                408/413 

  Cleanup        : vim-common                                           409/413 

  Cleanup        : util-linux                                           410/413 

  Cleanup        : m2crypto                                             411/413 

  Cleanup        : traceroute                                           412/413 

  Cleanup        : glibc-headers                                        413/413 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.3.1.el5                                        
  kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5                                  

Dependency Installed:
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  audit.x86_64 0:1.7.18-2.el5                                                   
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs.x86_64 0:1.7.18-2.el5                                              
  audit-libs-python.x86_64 0:1.7.18-2.el5                                       
  authconfig.x86_64 0:5.3.21-7.el5                                              
  authconfig-gtk.x86_64 0:5.3.21-7.el5                                          
  autofs.x86_64 1:5.0.1-0.rc2.156.el5                                           
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6                               
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5                                           
  bind-utils.x86_64 30:9.3.6-16.P1.el5                                          
  busybox.x86_64 1:1.2.0-10.el5                                                 
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  crash.x86_64 0:4.1.2-8.el5                                                    
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  cups.x86_64 1:1.3.7-26.el5_6.1                                                
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  cups-libs.x86_64 1:1.3.7-26.el5_6.1                                           
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dhcpv6-client.x86_64 0:1.0.10-20.el5                                          
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  ghostscript.i386 0:8.70-6.el5                                                 
  ghostscript.x86_64 0:8.70-6.el5                                               
  glibc.i686 0:2.5-65                                                           
  glibc.x86_64 0:2.5-65                                                         
  glibc-common.x86_64 0:2.5-65                                                  
  glibc-devel.x86_64 0:2.5-65                                                   
  glibc-headers.x86_64 0:2.5-65                                                 
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  gzip.x86_64 0:1.3.5-13.el5                                                    
  hal.i386 0:0.5.8.1-62.el5                                                     
  hal.x86_64 0:0.5.8.1-62.el5                                                   
  httpd.x86_64 0:2.2.3-53.el5_7.1                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.3.1.el5                                    
  kexec-tools.x86_64 0:1.102pre-126.el5_6.6                                     
  kpartx.x86_64 0:0.4.7-46.el5_7.1                                              
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-libs.x86_64 0:1.6.1-62.el5                                               
  krb5-workstation.x86_64 0:1.6.1-62.el5                                        
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  kudzu.x86_64 0:1.2.57.1.26-1                                                  
  less.x86_64 0:436-7.el5                                                       
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libhugetlbfs.x86_64 0:1.3-8.2.el5                                             
  libicu.i386 0:3.6-5.16                                                        
  libicu.x86_64 0:3.6-5.16                                                      
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux.x86_64 0:1.33.4-5.7.el5                                            
  libselinux-python.x86_64 0:1.33.4-5.7.el5                                     
  libselinux-utils.x86_64 0:1.33.4-5.7.el5                                      
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libtiff.x86_64 0:3.8.2-7.el5_6.7                                              
  libuser.x86_64 0:0.54.7-2.1.el5_5.2                                           
  libvolume_id.i386 0:095-14.27.el5                                             
  libvolume_id.x86_64 0:095-14.27.el5                                           
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2.x86_64 0:2.6.26-2.1.12                                                
  libxml2-python.x86_64 0:2.6.26-2.1.12                                         
  logrotate.x86_64 0:3.7.4-12                                                   
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  man-pages.noarch 0:2.39-17.el5                                                
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.x86_64 0:5.1.19.6-71.el5                                             
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.1                                             
  mysql.x86_64 0:5.0.77-4.el5_6.6                                               
  nash.x86_64 0:5.1.19.6-71.el5                                                 
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nfs-utils.x86_64 1:1.0.9-54.el5                                               
  nscd.x86_64 0:2.5-65                                                          
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss.x86_64 0:3.12.10-4.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-4.el5_7                                            
  nss_ldap.i386 0:253-42.el5                                                    
  nss_ldap.x86_64 0:253-42.el5                                                  
  ntp.x86_64 0:4.2.2p1-15.el5                                                   
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap.x86_64 0:2.3.43-12.el5_6.7                                           
  openldap-clients.x86_64 0:2.3.43-12.el5_6.7                                   
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_6.4                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  pango.x86_64 0:1.14.9-8.el5_6.2                                               
  paps.x86_64 0:0.6.6-20.el5                                                    
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  passwd.x86_64 0:0.73-2                                                        
  patch.x86_64 0:2.5.4-31.el5                                                   
  pciutils.x86_64 0:3.1.7-3.el5                                                 
  pcre.x86_64 0:6.6-6.el5_6.1                                                   
  perl.x86_64 4:5.8.8-32.el5_6.3                                                
  poppler.x86_64 0:0.5.4-4.4.el5_6.17                                           
  poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17                                     
  postgresql.x86_64 0:8.1.23-1.el5_6.1                                          
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_6.1                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_6.1                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  psmisc.x86_64 0:22.2-7.el5_6.2                                                
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python-numeric.x86_64 0:23.7-2.2.2.el5_6.1                                    
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-lsb.x86_64 0:4.0-2.1.4.el5                                             
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rng-utils.x86_64 1:2.0-4.el5                                                  
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  rsyslog.x86_64 0:3.22.1-3.el5_6.1                                             
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-devel.noarch 0:2.4.6-316.el5                                   
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.x86_64 0:1.7.2p1-10.el5                                                  
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-lvm.noarch 0:1.1.5-9.el5                                        
  system-config-network.noarch 0:1.3.99.19-2.el5                                
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  system-config-securitylevel.x86_64 0:1.6.29.1-6.el5                           
  system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5                       
  tmpwatch.x86_64 0:2.9.7-1.1.el5.5                                             
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011h-2.el5                                                   
  udev.x86_64 0:095-14.27.el5                                                   
  util-linux.x86_64 0:2.13-0.56.el5                                             
  vim-common.x86_64 2:7.0.109-7.el5                                             
  vim-enhanced.x86_64 2:7.0.109-7.el5                                           
  vim-minimal.x86_64 2:7.0.109-7.el5                                            
  vnc.x86_64 0:4.1.2-14.el5_6.6                                                 
  vnc-server.x86_64 0:4.1.2-14.el5_6.6                                          
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1                                         
  xulrunner.x86_64 0:1.9.2.22-1.el5_7                                           
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/etc/sysconfig/rh-cloud-firstboot FOUND
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  cat /etc/sysconfig/rh-cloud-firstboot
RESULT: RUN_FIRSTBOOT=NO 
EXPECTED RESULT: RUN_FIRSTBOOT=NO
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify nameserver ... 
######################################################################################
COMMAND:  /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4  | wc -l
RESULT: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify group file ... 
######################################################################################
COMMAND:  cat /etc/group | grep root:x:0
RESULT: root:x:0:root 
EXPECTED RESULT: root:x:0:root
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep bin:x:1
RESULT: bin:x:1:root,bin,daemon 
EXPECTED RESULT: bin:x:1:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep daemon:x:2
RESULT: daemon:x:2:root,bin,daemon 
EXPECTED RESULT: daemon:x:2:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep nobody:x:99
RESULT: nobody:x:99: 
EXPECTED RESULT: nobody:x:99:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new passwd file ... 
######################################################################################
COMMAND:  cat /etc/passwd | grep root:x:0
RESULT: root:x:0:0:root:/root:/bin/bash 
EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep nobody:x:99
RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin 
EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep sshd
RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin 
EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new shells file ... 
######################################################################################
COMMAND:  cat /etc/shells | grep bash
RESULT: /bin/bash 
EXPECTED RESULT: /bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/shells | grep nologin
RESULT: /sbin/nologin 
EXPECTED RESULT: /sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify networking ... 
######################################################################################
COMMAND:  grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2
RESULT: yes 
EXPECTED RESULT: yes
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify device ... 
######################################################################################
COMMAND:  grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2
RESULT: eth0 
EXPECTED RESULT: eth0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
RETURN CODE: 0
COMMAND:  /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd ...
######################################################################################
COMMAND:  chkconfig --list | grep sshd
RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/sshd status | grep running | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify  chkconfig ... 
######################################################################################
COMMAND:  chkconfig --list | grep crond | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
COMMAND:  chkconfig --list | grep  iptables | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0

Comment 30 Kedar Bidarkar 2011-09-13 11:11:49 UTC
PASS
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rsyslog | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog config ... 
######################################################################################
COMMAND:  md5sum /etc/rsyslog.conf | cut -f 1 -d  " "
RESULT: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd is on ... 
######################################################################################
COMMAND:  /sbin/chkconfig --list auditd | grep 3:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  /sbin/chkconfig --list auditd | grep 5:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify audit.rules ... 
######################################################################################
COMMAND:  md5sum /etc/audit/audit.rules | cut -f 1 -d  " "
RESULT: f9869e1191838c461f5b9051c78a638d 
EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd.conf ... 
######################################################################################
COMMAND:  md5sum /etc/audit/auditd.conf | cut -f 1 -d  " "
RESULT: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... 
######################################################################################
COMMAND:  ls /etc/ld.so.conf.d/libc6-xen.conf
ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##test menu.lst ... 
######################################################################################
COMMAND:  file /boot/grub/menu.lst  | grep symbolic | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  file /boot/grub/menu.lst  | grep grub.conf | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  cat /boot/grub/grub.conf  | grep "(hd0,0)" | wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image

## Summary ##
FAILURES = 0
FAILED TESTS = 
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 31 Kedar Bidarkar 2011-09-13 11:21:12 UTC
IMAGE ID= ami-d75390be_us-east-1_t1.micro
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
ip-10-245-79-220
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.5
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ... 
######################################################################################
COMMAND:  /bin/uname -s
RESULT: Linux 
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ... 
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-194.32.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-194.32.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-194.32.1 
EXPECTED RESULT: 2.6.18-194.32.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.18-194.32.1
RESULT: title RHEL-5.5-Starter-EBS-x86_64-11.raw (2.6.18-194.32.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-194.32.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-194.32.1.el5xen.img 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ... 
######################################################################################
COMMAND:  /bin/uname -o
RESULT: GNU/Linux 
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ... 
######################################################################################
COMMAND:  ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... 
######################################################################################
COMMAND:  cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format  ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print  }'
COMMAND:  echo ext3
RESULT: ext3 
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L...  c /etc/pam.d/system-auth
.M......  c /etc/sysconfig/iptables-config
    S file Size differs
    M Mode differs (includes permissions and file type)
    5 MD5 sum differs
    D Device major/minor number mismatch
    L readLink(2) path mismatch
    U User ownership differs
    G Group ownership differs
    T mTime differs

COMMAND:  cat /tmp/rpmqaV.txt | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.5 
EXPECTED RESULT: 5.5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ... 
######################################################################################
COMMAND:  cat /tmp/Packager | grep -v 'Red Hat, Inc.' |  grep -v crash-trace-commandPackager| wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ... 
######################################################################################
COMMAND:  grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ... 
######################################################################################
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324 
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* |  grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
repo id                     repo name                            status
rhui-us-east-rhel-server-1y Red Hat Enterprise Linux Server 5 (R enabled: 12,029
repolist: 12,029 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
Installed Groups:
   Administration Tools
   Editors
   FTP Server
   Graphics
   Legacy Network Server
   Legacy Software Development
   Legacy Software Support
   Mail Server
   MySQL Database
   Network Servers
   PostgreSQL Database
   Printing Support
   Server Configuration Tools
   System Tools
   Text-based Internet
   Web Server
Available Groups:
   Authoring and Publishing
   DNS Name Server
   Development Libraries
   Development Tools
   Engineering and Scientific
   GNOME Desktop Environment
   GNOME Software Development
   Games and Entertainment
   Graphical Internet
   Java Development
   KDE (K Desktop Environment)
   KDE Software Development
   News Server
   Office/Productivity
   OpenFabrics Enterprise Distribution
   Sound and Video
   Windows File Server
   X Software Development
   X Window System
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: cpp = 4.1.2-51.el5 for package: gcc
--> Processing Dependency: libgcc >= 4.1.2-51.el5 for package: gcc
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++ = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
--> Processing Dependency: python-libs-x86_64 >= 2.4.3-32.el5 for package: gdb
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package gettext.x86_64 0:0.17-1.el5 set to be updated
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5 set to be updated
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package subversion.i386 0:1.6.11-7.el5_6.4 set to be updated
---> Package subversion.x86_64 0:1.6.11-7.el5_6.4 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package cpp.x86_64 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgcc.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libgomp.x86_64 0:4.4.4-13.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-20.el5_5.1 for package: rpm-python
---> Package popt.i386 0:1.10.2.3-22.el5 set to be updated
---> Package popt.x86_64 0:1.10.2.3-22.el5 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
---> Package python-libs.x86_64 0:2.4.3-44.el5 set to be updated
---> Package rpm.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4 set to be updated
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Running transaction check
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
--> Running transaction check
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
--> Processing Conflict: python-libs conflicts python < 2.4.3-32.el5
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package python.x86_64 0:2.4.3-44.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version             Repository                   Size
================================================================================
Installing:
 autoconf          noarch 2.59-12             rhui-us-east-rhel-server-1y 646 k
 automake          noarch 1.9.6-2.3.el5       rhui-us-east-rhel-server-1y 476 k
 automake14        noarch 1.4p6-13.el5.1      rhui-us-east-rhel-server-1y 200 k
 automake15        noarch 1.5-16.el5.2        rhui-us-east-rhel-server-1y 230 k
 automake16        noarch 1.6.3-8.el5.1       rhui-us-east-rhel-server-1y 241 k
 automake17        noarch 1.7.9-7.el5.2       rhui-us-east-rhel-server-1y 278 k
 bison             x86_64 2.3-2.1             rhui-us-east-rhel-server-1y 549 k
 byacc             x86_64 1.9-29.2.2          rhui-us-east-rhel-server-1y  41 k
 cscope            x86_64 15.5-15.1.el5_3.1   rhui-us-east-rhel-server-1y 144 k
 ctags             x86_64 5.6-1.1             rhui-us-east-rhel-server-1y 131 k
 cvs               x86_64 1.11.22-7.el5       rhui-us-east-rhel-server-1y 737 k
 dev86             x86_64 0.16.17-2.2         rhui-us-east-rhel-server-1y 397 k
 diffstat          x86_64 1.41-1.2.3.el5      rhui-us-east-rhel-server-1y  19 k
 dogtail           noarch 0.6.1-4.el5         rhui-us-east-rhel-server-1y 172 k
 doxygen           x86_64 1:1.4.7-1.1         rhui-us-east-rhel-server-1y 2.4 M
 elfutils          x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 216 k
 flex              x86_64 2.5.4a-41.fc6       rhui-us-east-rhel-server-1y 131 k
 gcc-c++           x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran      x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 3.5 M
 gdb               x86_64 7.0.1-37.el5_7.1    rhui-us-east-rhel-server-1y 2.4 M
 gettext           i386   0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 indent            x86_64 2.2.9-14.fc6        rhui-us-east-rhel-server-1y  97 k
 libtool           x86_64 1.5.22-7.el5_4      rhui-us-east-rhel-server-1y 667 k
 ltrace            x86_64 0.5-13.45svn.el5    rhui-us-east-rhel-server-1y  62 k
 oprofile          x86_64 0.9.4-15.el5        rhui-us-east-rhel-server-1y 2.6 M
 patchutils        x86_64 0.2.31-2.2.2        rhui-us-east-rhel-server-1y 111 k
 pstack            x86_64 1.2-7.2.2           rhui-us-east-rhel-server-1y 4.6 k
 python-ldap       x86_64 2.2.0-2.1           rhui-us-east-rhel-server-1y 123 k
 rcs               x86_64 5.7-30.1            rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config noarch 8.0.45-32.el5       rhui-us-east-rhel-server-1y  54 k
 rpm-build         x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 302 k
 splint            x86_64 3.1.1-16.el5        rhui-us-east-rhel-server-1y 1.5 M
 strace            x86_64 4.5.18-5.el5_5.5    rhui-us-east-rhel-server-1y 177 k
 swig              x86_64 1.3.29-2.el5        rhui-us-east-rhel-server-1y 2.9 M
 systemtap         x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y 2.4 M
 texinfo           x86_64 4.8-14.el5          rhui-us-east-rhel-server-1y 763 k
 valgrind          i386   1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  20 M
 valgrind          x86_64 1:3.5.0-5.el5       rhui-us-east-rhel-server-1y  21 M
Updating:
 gcc               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 5.3 M
 gettext           x86_64 0.17-1.el5          rhui-us-east-rhel-server-1y 2.4 M
 python            x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y  57 k
 subversion        i386   1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.1 M
 subversion        x86_64 1.6.11-7.el5_6.4    rhui-us-east-rhel-server-1y 3.2 M
Installing for dependencies:
 at-spi            x86_64 1.7.11-3.el5        rhui-us-east-rhel-server-1y 304 k
 elfutils-libs     x86_64 0.137-3.el5         rhui-us-east-rhel-server-1y 183 k
 gnome-python2-gconf
                   x86_64 2.16.0-1.fc6        rhui-us-east-rhel-server-1y  34 k
 imake             x86_64 1.0.2-3             rhui-us-east-rhel-server-1y 319 k
 libXTrap          x86_64 1.0.0-3.1           rhui-us-east-rhel-server-1y  23 k
 libXevie          x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  14 k
 libXfontcache     x86_64 1.0.2-3.1           rhui-us-east-rhel-server-1y 9.8 k
 libXxf86misc      x86_64 1.0.1-3.1           rhui-us-east-rhel-server-1y  12 k
 libgfortran       x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 244 k
 libgomp           i386   4.4.4-13.el5        rhui-us-east-rhel-server-1y  72 k
 libstdc++-devel   x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.8 M
 pyspi             x86_64 0.6.1-1.el5         rhui-us-east-rhel-server-1y  98 k
 python-libs       x86_64 2.4.3-44.el5        rhui-us-east-rhel-server-1y 5.9 M
 systemtap-runtime x86_64 1.3-9.el5           rhui-us-east-rhel-server-1y  96 k

Comment 32 Kedar Bidarkar 2011-09-13 11:21:15 UTC
 xorg-x11-server-Xvfb
                   x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                   x86_64 7.1-5.el5_6.2       rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xinit    x86_64 1.0.2-15.el5        rhui-us-east-rhel-server-1y  26 k
Updating for dependencies:
 cpp               x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 2.9 M
 libgcc            i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y  96 k
 libgcc            x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y  99 k
 libgomp           x86_64 4.4.4-13.el5        rhui-us-east-rhel-server-1y  69 k
 libstdc++         i386   4.1.2-51.el5        rhui-us-east-rhel-server-1y 363 k
 libstdc++         x86_64 4.1.2-51.el5        rhui-us-east-rhel-server-1y 353 k
 popt              i386   1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  75 k
 popt              x86_64 1.10.2.3-22.el5     rhui-us-east-rhel-server-1y  77 k
 rpm               x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 1.2 M
 rpm-libs          x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y 923 k
 rpm-python        x86_64 4.4.2.3-22.el5      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install      55 Package(s)
Upgrade      16 Package(s)

Total download size: 103 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.6 MB/s | 103 MB     01:04     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : popt                                                    1/87 

  Updating       : cpp                                                     2/87 

  Updating       : libgomp                                                 3/87 

  Installing     : libXfontcache                                           4/87 

  Installing     : xorg-x11-server-Xvfb                                    5/87 

  Installing     : libXxf86misc                                            6/87 

  Installing     : libgfortran                                             7/87 

  Installing     : imake                                                   8/87 

  Installing     : libXevie                                                9/87 

  Installing     : at-spi                                                 10/87 

  Installing     : libXTrap                                               11/87 

  Installing     : xorg-x11-server-utils                                  12/87 

  Installing     : xorg-x11-xinit                                         13/87 

  Installing     : elfutils-libs                                          14/87 

  Installing     : elfutils                                               15/87 

  Installing     : dev86                                                  16/87 

  Installing     : ctags                                                  17/87 

  Installing     : splint                                                 18/87 

  Installing     : patchutils                                             19/87 

  Installing     : strace                                                 20/87 

  Installing     : cvs                                                    21/87 

  Installing     : valgrind                                               22/87 

  Installing     : indent                                                 23/87 

  Installing     : texinfo                                                24/87 

  Installing     : flex                                                   25/87 

  Installing     : bison                                                  26/87 

  Installing     : rcs                                                    27/87 

  Installing     : byacc                                                  28/87 

  Installing     : cscope                                                 29/87 

  Installing     : diffstat                                               30/87 

  Installing     : ltrace                                                 31/87 

  Installing     : autoconf                                               32/87 

  Installing     : automake                                               33/87 

  Installing     : systemtap-runtime                                      34/87 

  Installing     : libtool                                                35/87 

  Installing     : automake17                                             36/87 

  Installing     : automake15                                             37/87 

  Installing     : redhat-rpm-config                                      38/87 

  Installing     : automake14                                             39/87 

  Installing     : automake16                                             40/87 

  Updating       : libgcc                                                 41/87 

  Updating       : libgcc                                                 42/87 

  Updating       : libstdc++                                              43/87 

  Updating       : libstdc++                                              44/87 

  Installing     : libgomp                                                45/87 

  Updating       : popt                                                   46/87 

  Installing     : swig                                                   47/87 

  Installing     : oprofile                                               48/87 

  Installing     : doxygen                                                49/87 

  Installing     : valgrind                                               50/87 

  Installing     : libstdc++-devel                                        51/87 

  Updating       : gcc                                                    52/87 

  Installing     : gcc-c++                                                53/87 

  Installing     : gcc-gfortran                                           54/87 

  Updating       : python                                                 55/87 

  Updating       : rpm-libs                                               56/87 

  Installing     : python-libs                                            57/87 

  Updating       : rpm                                                    58/87 

  Updating       : rpm-python                                             59/87 

  Installing     : gdb                                                    60/87 

  Installing     : pyspi                                                  61/87 

  Installing     : gnome-python2-gconf                                    62/87 

  Updating       : subversion                                             63/87 

  Updating       : subversion                                             64/87 

  Installing     : rpm-build                                              65/87 

  Installing     : systemtap                                              66/87 

  Installing     : gettext                                                67/87 

  Installing     : dogtail                                                68/87 

  Updating       : gettext                                                69/87 

  Installing     : python-ldap                                            70/87 

  Installing     : pstack                                                 71/87 

  Cleanup        : rpm-libs                                               72/87 

  Cleanup        : rpm-python                                             73/87 

  Cleanup        : python                                                 74/87 

  Cleanup        : libgomp                                                75/87 

  Cleanup        : libstdc++                                              76/87 

  Cleanup        : popt                                                   77/87 

  Cleanup        : gcc                                                    78/87 

  Cleanup        : libgcc                                                 79/87 

  Cleanup        : rpm                                                    80/87 

  Cleanup        : libstdc++                                              81/87 

  Cleanup        : gettext                                                82/87 

  Cleanup        : libgcc                                                 83/87 

  Cleanup        : cpp                                                    84/87 

  Cleanup        : subversion                                             85/87 

  Cleanup        : popt                                                   86/87 

  Cleanup        : subversion                                             87/87 

Installed:
  autoconf.noarch 0:2.59-12           automake.noarch 0:1.9.6-2.3.el5          
  automake14.noarch 0:1.4p6-13.el5.1  automake15.noarch 0:1.5-16.el5.2         
  automake16.noarch 0:1.6.3-8.el5.1   automake17.noarch 0:1.7.9-7.el5.2        
  bison.x86_64 0:2.3-2.1              byacc.x86_64 0:1.9-29.2.2                
  cscope.x86_64 0:15.5-15.1.el5_3.1   ctags.x86_64 0:5.6-1.1                   
  cvs.x86_64 0:1.11.22-7.el5          dev86.x86_64 0:0.16.17-2.2               
  diffstat.x86_64 0:1.41-1.2.3.el5    dogtail.noarch 0:0.6.1-4.el5             
  doxygen.x86_64 1:1.4.7-1.1          elfutils.x86_64 0:0.137-3.el5            
  flex.x86_64 0:2.5.4a-41.fc6         gcc-c++.x86_64 0:4.1.2-51.el5            
  gcc-gfortran.x86_64 0:4.1.2-51.el5  gdb.x86_64 0:7.0.1-37.el5_7.1            
  gettext.i386 0:0.17-1.el5           indent.x86_64 0:2.2.9-14.fc6             
  libtool.x86_64 0:1.5.22-7.el5_4     ltrace.x86_64 0:0.5-13.45svn.el5         
  oprofile.x86_64 0:0.9.4-15.el5      patchutils.x86_64 0:0.2.31-2.2.2         
  pstack.x86_64 0:1.2-7.2.2           python-ldap.x86_64 0:2.2.0-2.1           
  rcs.x86_64 0:5.7-30.1               redhat-rpm-config.noarch 0:8.0.45-32.el5 
  rpm-build.x86_64 0:4.4.2.3-22.el5   splint.x86_64 0:3.1.1-16.el5             
  strace.x86_64 0:4.5.18-5.el5_5.5    swig.x86_64 0:1.3.29-2.el5               
  systemtap.x86_64 0:1.3-9.el5        texinfo.x86_64 0:4.8-14.el5              
  valgrind.i386 1:3.5.0-5.el5         valgrind.x86_64 1:3.5.0-5.el5            

Dependency Installed:
  at-spi.x86_64 0:1.7.11-3.el5                                                  
  elfutils-libs.x86_64 0:0.137-3.el5                                            
  gnome-python2-gconf.x86_64 0:2.16.0-1.fc6                                     
  imake.x86_64 0:1.0.2-3                                                        
  libXTrap.x86_64 0:1.0.0-3.1                                                   
  libXevie.x86_64 0:1.0.1-3.1                                                   
  libXfontcache.x86_64 0:1.0.2-3.1                                              
  libXxf86misc.x86_64 0:1.0.1-3.1                                               
  libgfortran.x86_64 0:4.1.2-51.el5                                             
  libgomp.i386 0:4.4.4-13.el5                                                   
  libstdc++-devel.x86_64 0:4.1.2-51.el5                                         
  pyspi.x86_64 0:0.6.1-1.el5                                                    
  python-libs.x86_64 0:2.4.3-44.el5                                             
  systemtap-runtime.x86_64 0:1.3-9.el5                                          
  xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_6.4                             
  xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2                                  
  xorg-x11-xinit.x86_64 0:1.0.2-15.el5                                          

Updated:
  gcc.x86_64 0:4.1.2-51.el5               gettext.x86_64 0:0.17-1.el5          
  python.x86_64 0:2.4.3-44.el5            subversion.i386 0:1.6.11-7.el5_6.4   
  subversion.x86_64 0:1.6.11-7.el5_6.4   

Dependency Updated:
  cpp.x86_64 0:4.1.2-51.el5               libgcc.i386 0:4.1.2-51.el5           
  libgcc.x86_64 0:4.1.2-51.el5            libgomp.x86_64 0:4.4.4-13.el5        
  libstdc++.i386 0:4.1.2-51.el5           libstdc++.x86_64 0:4.1.2-51.el5      
  popt.i386 0:1.10.2.3-22.el5             popt.x86_64 0:1.10.2.3-22.el5        
  rpm.x86_64 0:4.4.2.3-22.el5             rpm-libs.x86_64 0:4.4.2.3-22.el5     
  rpm-python.x86_64 0:4.4.2.3-22.el5     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package SysVinit.x86_64 0:2.86-17.el5 set to be updated
---> Package apr.i386 0:1.2.7-11.el5_6.5 set to be updated
---> Package apr.x86_64 0:1.2.7-11.el5_6.5 set to be updated
---> Package audit.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.i386 0:1.7.18-2.el5 set to be updated
---> Package audit-libs.x86_64 0:1.7.18-2.el5 set to be updated
---> Package audit-libs-python.x86_64 0:1.7.18-2.el5 set to be updated
---> Package authconfig.x86_64 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.x86_64 0:5.3.21-7.el5 set to be updated
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5 set to be updated
---> Package avahi.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.i386 0:0.6.16-10.el5_6 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package bash.x86_64 0:3.2-32.el5 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.x86_64 1:1.2.0-10.el5 set to be updated
---> Package coreutils.x86_64 0:5.97-34.el5 set to be updated
---> Package cpuspeed.x86_64 1:1.2.1-10.el5 set to be updated
---> Package crash.x86_64 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.x86_64 0:1.0.3-8.el5 set to be updated
---> Package cups.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.i386 1:1.3.7-26.el5_6.1 set to be updated
---> Package cups-libs.x86_64 1:1.3.7-26.el5_6.1 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.i386 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.x86_64 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.x86_64 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.x86_64 1:2.11-1.el5 set to be updated
---> Package dmraid.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.x86_64 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.x86_64 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.x86_64 0:1.39-33.el5 set to be updated
---> Package exim.x86_64 0:4.63-10.el5 set to be updated
---> Package finger.x86_64 0:0.17-33 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5 set to be updated
---> Package ghostscript.x86_64 0:8.70-6.el5 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc.x86_64 0:2.5-65 set to be updated
---> Package glibc-common.x86_64 0:2.5-65 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
---> Package gzip.x86_64 0:1.3.5-13.el5 set to be updated
---> Package hal.i386 0:0.5.8.1-62.el5 set to be updated
---> Package hal.x86_64 0:0.5.8.1-62.el5 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package hwdata.noarch 0:0.213.24-1.el5 set to be updated
---> Package initscripts.x86_64 0:8.45.38-2.el5 set to be updated
---> Package jwhois.x86_64 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.x86_64 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.1 set to be updated
---> Package krb5-libs.i386 0:1.6.1-62.el5 set to be updated
---> Package krb5-libs.x86_64 0:1.6.1-62.el5 set to be updated
---> Package krb5-workstation.x86_64 0:1.6.1-62.el5 set to be updated
---> Package ksh.x86_64 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.x86_64 0:1.2.57.1.26-1 set to be updated
---> Package less.x86_64 0:436-7.el5 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libhugetlbfs.x86_64 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 0:3.6-5.16 set to be updated
---> Package libicu.x86_64 0:3.6-5.16 set to be updated
---> Package libpng.i386 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.x86_64 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.x86_64 0:2.1.0-1.el5 set to be updated
---> Package libtiff.i386 0:3.8.2-7.el5_6.7 set to be updated
---> Package libtiff.x86_64 0:3.8.2-7.el5_6.7 set to be updated
---> Package libuser.x86_64 0:0.54.7-2.1.el5_5.2 set to be updated
---> Package libvolume_id.i386 0:095-14.27.el5 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5 set to be updated
---> Package libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.x86_64 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.x86_64 0:0.16-8.el5 set to be updated
---> Package man.x86_64 0:1.6d-2.el5 set to be updated
---> Package man-pages.noarch 0:2.39-17.el5 set to be updated
---> Package man-pages-ja.noarch 0:20060815-14.el5 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.x86_64 0:0.26-11.el5 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.x86_64 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.x86_64 1:1.0.9-54.el5 set to be updated
---> Package nscd.x86_64 0:2.5-65 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5 set to be updated
---> Package ntp.x86_64 0:4.2.2p1-15.el5 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssl.i686 0:0.9.8e-20.el5 set to be updated
---> Package openssl.x86_64 0:0.9.8e-20.el5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_6.4 set to be updated
---> Package pam_krb5.i386 0:2.2.14-21.el5 set to be updated
---> Package pam_krb5.x86_64 0:2.2.14-21.el5 set to be updated
---> Package pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.x86_64 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package parted.x86_64 0:1.8.1-28.el5 set to be updated
---> Package passwd.x86_64 0:0.73-2 set to be updated
---> Package patch.x86_64 0:2.5.4-31.el5 set to be updated
---> Package pciutils.x86_64 0:3.1.7-3.el5 set to be updated
---> Package pcre.x86_64 0:6.6-6.el5_6.1 set to be updated
---> Package perl.x86_64 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.x86_64 0:3.2.7-17.el5 set to be updated
---> Package psmisc.x86_64 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.x86_64 0:0.6-2.el5 set to be updated
---> Package python-numeric.x86_64 0:23.7-2.2.2.el5_6.1 set to be updated
---> Package python-urlgrabber.noarch 0:3.1.0-6.el5 set to be updated
---> Package quota.x86_64 1:3.13-5.el5 set to be updated
---> Package redhat-lsb.i386 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-lsb.x86_64 0:4.0-2.1.4.el5 set to be updated
---> Package redhat-release.x86_64 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.x86_64 0:5Server-41 set to be updated
---> Package rhn-check.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-client-tools.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhn-setup.noarch 0:0.4.20-56.el5 set to be updated
---> Package rhnlib.noarch 0:2.5.22-6.el5 set to be updated
---> Package rhnsd.x86_64 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.x86_64 1:2.0-4.el5 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.x86_64 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.x86_64 0:4.0.3-4.el5 set to be updated
---> Package sed.x86_64 0:4.1.5-8.el5 set to be updated
---> Package selinux-policy.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-devel.noarch 0:2.4.6-316.el5 set to be updated
---> Package selinux-policy-targeted.noarch 0:2.4.6-316.el5 set to be updated
---> Package shadow-utils.x86_64 2:4.0.17-18.el5_6.1 set to be updated
---> Package sos.noarch 0:1.7-9.54.el5 set to be updated
---> Package sudo.x86_64 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.x86_64 0:2.1.0-1.el5 set to be updated
---> Package system-config-lvm.noarch 0:1.1.5-9.el5 set to be updated
---> Package system-config-network.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-network-tui.noarch 0:1.3.99.19-2.el5 set to be updated
---> Package system-config-securitylevel.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.x86_64 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.x86_64 3:2.0.1-6.el5 set to be updated
---> Package tzdata.x86_64 0:2011h-2.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5 set to be updated
---> Package util-linux.x86_64 0:2.13-0.56.el5 set to be updated
---> Package vim-common.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.x86_64 2:7.0.109-7.el5 set to be updated
---> Package vnc.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.x86_64 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.x86_64 0:2.0.5-21.el5 set to be updated
---> Package w3m.x86_64 0:0.5.1-18.el5 set to be updated
---> Package xinetd.x86_64 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.x86_64 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.x86_64 0:1.9.2.22-1.el5_7 set to be updated
---> Package yum.noarch 0:3.2.22-37.el5 set to be updated
---> Package yum-fastestmirror.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
---> Package yum-security.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-updateonboot.noarch 0:1.1.16-16.el5 set to be updated
---> Package yum-utils.noarch 0:1.1.16-16.el5 set to be updated
---> Package zlib.i386 0:1.2.3-4.el5 set to be updated
---> Package zlib.x86_64 0:1.2.3-4.el5 set to be updated
--> Running transaction check
---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch   Version              Repository                   Size
================================================================================
Installing:
 kernel-xen       x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y  21 M
 kernel-xen-devel x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 5.6 M
Updating:
 SysVinit         x86_64 2.86-17.el5          rhui-us-east-rhel-server-1y 118 k
 apr              i386   1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 124 k
 apr              x86_64 1.2.7-11.el5_6.5     rhui-us-east-rhel-server-1y 120 k
 audit            x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y 365 k
 audit-libs       i386   1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs       x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  78 k
 audit-libs-python
                  x86_64 1.7.18-2.el5         rhui-us-east-rhel-server-1y  82 k
 authconfig       x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y 456 k
 authconfig-gtk   x86_64 5.3.21-7.el5         rhui-us-east-rhel-server-1y  47 k
 autofs           x86_64 1:5.0.1-0.rc2.156.el5
                                              rhui-us-east-rhel-server-1y 933 k
 avahi            i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 251 k
 avahi            x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y 258 k
 avahi-compat-libdns_sd
                  x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  24 k
 avahi-glib       i386   0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 avahi-glib       x86_64 0.6.16-10.el5_6      rhui-us-east-rhel-server-1y  15 k
 bash             x86_64 3.2-32.el5           rhui-us-east-rhel-server-1y 1.8 M
 bind-libs        x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 895 k
 bind-utils       x86_64 30:9.3.6-16.P1.el5   rhui-us-east-rhel-server-1y 178 k
 busybox          x86_64 1:1.2.0-10.el5       rhui-us-east-rhel-server-1y 1.2 M
 coreutils        x86_64 5.97-34.el5          rhui-us-east-rhel-server-1y 3.6 M
 cpuspeed         x86_64 1:1.2.1-10.el5       rhui-us-east-rhel-server-1y  33 k
 crash            x86_64 4.1.2-8.el5          rhui-us-east-rhel-server-1y 1.7 M
 cryptsetup-luks  x86_64 1.0.3-8.el5          rhui-us-east-rhel-server-1y 709 k
 cups             x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 3.1 M
 cups-libs        i386   1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 199 k
 cups-libs        x86_64 1:1.3.7-26.el5_6.1   rhui-us-east-rhel-server-1y 195 k
 curl             x86_64 7.15.5-9.el5_7.4     rhui-us-east-rhel-server-1y 231 k
 dbus             x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 234 k
 dbus-libs        i386   1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 124 k
 dbus-libs        x86_64 1.1.2-16.el5_7       rhui-us-east-rhel-server-1y 123 k
 device-mapper    i386   1.02.63-4.el5        rhui-us-east-rhel-server-1y 776 k
 device-mapper    x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y 807 k
 device-mapper-event
                  x86_64 1.02.63-4.el5        rhui-us-east-rhel-server-1y  23 k
 device-mapper-multipath
                  x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 3.0 M
 dhclient         x86_64 12:3.0.5-29.el5_7.1  rhui-us-east-rhel-server-1y 286 k
 dhcpv6-client    x86_64 1.0.10-20.el5        rhui-us-east-rhel-server-1y 124 k
 dmidecode        x86_64 1:2.11-1.el5         rhui-us-east-rhel-server-1y  78 k
 dmraid           x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y 745 k
 dmraid-events    x86_64 1.0.0.rc13-65.el5    rhui-us-east-rhel-server-1y  24 k
 e2fsprogs        x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 844 k
 e2fsprogs-libs   i386   1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 e2fsprogs-libs   x86_64 1.39-33.el5          rhui-us-east-rhel-server-1y 120 k
 exim             x86_64 4.63-10.el5          rhui-us-east-rhel-server-1y 1.2 M
 finger           x86_64 0.17-33              rhui-us-east-rhel-server-1y  21 k
 gdbm             x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y  28 k
 ghostscript      i386   8.70-6.el5           rhui-us-east-rhel-server-1y 9.0 M
 ghostscript      x86_64 8.70-6.el5           rhui-us-east-rhel-server-1y 8.9 M
 glibc            i686   2.5-65               rhui-us-east-rhel-server-1y 5.3 M
 glibc            x86_64 2.5-65               rhui-us-east-rhel-server-1y 4.8 M
 glibc-common     x86_64 2.5-65               rhui-us-east-rhel-server-1y  16 M
 glibc-devel      x86_64 2.5-65               rhui-us-east-rhel-server-1y 2.4 M
 glibc-headers    x86_64 2.5-65               rhui-us-east-rhel-server-1y 594 k
 gnome-vfs2       i386   2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.2 M
 gnome-vfs2       x86_64 2.16.2-8.el5         rhui-us-east-rhel-server-1y 1.3 M
 gzip             x86_64 1.3.5-13.el5         rhui-us-east-rhel-server-1y 104 k
 hal              i386   0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 391 k
 hal              x86_64 0.5.8.1-62.el5       rhui-us-east-rhel-server-1y 377 k
 httpd            x86_64 2.2.3-53.el5_7.1     rhui-us-east-rhel-server-1y 1.2 M
 hwdata           noarch 0.213.24-1.el5       rhui-us-east-rhel-server-1y 414 k
 initscripts      x86_64 8.45.38-2.el5        rhui-us-east-rhel-server-1y 1.6 M
 jwhois           x86_64 3.2.3-12.el5         rhui-us-east-rhel-server-1y  97 k
 kernel-headers   x86_64 2.6.18-274.3.1.el5   rhui-us-east-rhel-server-1y 1.3 M
 kexec-tools      x86_64 1.102pre-126.el5_6.6 rhui-us-east-rhel-server-1y 578 k
 kpartx           x86_64 0.4.7-46.el5_7.1     rhui-us-east-rhel-server-1y 440 k
 krb5-libs        i386   1.6.1-62.el5         rhui-us-east-rhel-server-1y 668 k
 krb5-libs        x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 680 k
 krb5-workstation x86_64 1.6.1-62.el5         rhui-us-east-rhel-server-1y 916 k
 ksh              x86_64 20100202-1.el5_6.6   rhui-us-east-rhel-server-1y 1.3 M
 kudzu            x86_64 1.2.57.1.26-1        rhui-us-east-rhel-server-1y 232 k
 less             x86_64 436-7.el5            rhui-us-east-rhel-server-1y 108 k
 libXfont         x86_64 1.2.2-1.0.4.el5_7    rhui-us-east-rhel-server-1y 245 k
 libgcj           x86_64 4.1.2-51.el5         rhui-us-east-rhel-server-1y  18 M
 libhugetlbfs     i386   1.3-8.2.el5          rhui-us-east-rhel-server-1y  40 k
 libhugetlbfs     x86_64 1.3-8.2.el5          rhui-us-east-rhel-server-1y  42 k
 libicu           i386   3.6-5.16             rhui-us-east-rhel-server-1y 5.3 M
 libicu           x86_64 3.6-5.16             rhui-us-east-rhel-server-1y 5.2 M
 libpng           i386   2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 241 k
 libpng           x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k
 libselinux       i386   1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  77 k
 libselinux       x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  78 k
 libselinux-python
                  x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  74 k
 libselinux-utils x86_64 1.33.4-5.7.el5       rhui-us-east-rhel-server-1y  56 k
 libsmbclient     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 917 k
 libsysfs         x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  46 k
 libtiff          i386   3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 308 k

Comment 33 Kedar Bidarkar 2011-09-13 11:21:19 UTC
 libtiff          x86_64 3.8.2-7.el5_6.7      rhui-us-east-rhel-server-1y 313 k
 libuser          x86_64 0.54.7-2.1.el5_5.2   rhui-us-east-rhel-server-1y 450 k
 libvolume_id     i386   095-14.27.el5        rhui-us-east-rhel-server-1y  44 k
 libvolume_id     x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y  42 k
 libxml2          i386   2.6.26-2.1.12        rhui-us-east-rhel-server-1y 795 k
 libxml2          x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 807 k
 libxml2-python   x86_64 2.6.26-2.1.12        rhui-us-east-rhel-server-1y 713 k
 logrotate        x86_64 3.7.4-12             rhui-us-east-rhel-server-1y  42 k
 logwatch         noarch 7.3-9.el5_6          rhui-us-east-rhel-server-1y 244 k
 lvm2             x86_64 2.02.84-6.el5_7.1    rhui-us-east-rhel-server-1y 3.1 M
 m2crypto         x86_64 0.16-8.el5           rhui-us-east-rhel-server-1y 498 k
 man              x86_64 1.6d-2.el5           rhui-us-east-rhel-server-1y 264 k
 man-pages        noarch 2.39-17.el5          rhui-us-east-rhel-server-1y 4.2 M
 man-pages-ja     noarch 20060815-14.el5      rhui-us-east-rhel-server-1y 4.9 M
 mkinitrd         x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 463 k
 mod_authz_ldap   x86_64 0.26-11.el5          rhui-us-east-rhel-server-1y  86 k
 mod_ssl          x86_64 1:2.2.3-53.el5_7.1   rhui-us-east-rhel-server-1y  94 k
 mysql            x86_64 5.0.77-4.el5_6.6     rhui-us-east-rhel-server-1y 4.8 M
 nash             x86_64 5.1.19.6-71.el5      rhui-us-east-rhel-server-1y 1.1 M
 net-snmp         x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k
 net-snmp-libs    x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M
 nfs-utils        x86_64 1:1.0.9-54.el5       rhui-us-east-rhel-server-1y 404 k
 nscd             x86_64 2.5-65               rhui-us-east-rhel-server-1y 169 k
 nspr             i386   4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 120 k
 nspr             x86_64 4.8.8-1.el5_7        rhui-us-east-rhel-server-1y 119 k
 nss              i386   3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss              x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.1 M
 nss-tools        x86_64 3.12.10-4.el5_7      rhui-us-east-rhel-server-1y 1.2 M
 nss_ldap         i386   253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 nss_ldap         x86_64 253-42.el5           rhui-us-east-rhel-server-1y 1.4 M
 ntp              x86_64 4.2.2p1-15.el5       rhui-us-east-rhel-server-1y 1.3 M
 openldap         i386   2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 296 k
 openldap         x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 304 k
 openldap-clients x86_64 2.3.43-12.el5_6.7    rhui-us-east-rhel-server-1y 223 k
 openssh          x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 289 k
 openssh-clients  x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 452 k
 openssh-server   x86_64 4.3p2-72.el5_7.5     rhui-us-east-rhel-server-1y 278 k
 openssl          i686   0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openssl          x86_64 0.9.8e-20.el5        rhui-us-east-rhel-server-1y 1.4 M
 openswan         x86_64 2.6.21-5.el5_6.4     rhui-us-east-rhel-server-1y 1.0 M
 pam_krb5         i386   2.2.14-21.el5        rhui-us-east-rhel-server-1y 150 k
 pam_krb5         x86_64 2.2.14-21.el5        rhui-us-east-rhel-server-1y 149 k
 pango            i386   1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 334 k
 pango            x86_64 1.14.9-8.el5_6.2     rhui-us-east-rhel-server-1y 338 k
 paps             x86_64 0.6.6-20.el5         rhui-us-east-rhel-server-1y  34 k
 parted           i386   1.8.1-28.el5         rhui-us-east-rhel-server-1y 541 k
 parted           x86_64 1.8.1-28.el5         rhui-us-east-rhel-server-1y 520 k
 passwd           x86_64 0.73-2               rhui-us-east-rhel-server-1y  21 k
 patch            x86_64 2.5.4-31.el5         rhui-us-east-rhel-server-1y  64 k
 pciutils         x86_64 3.1.7-3.el5          rhui-us-east-rhel-server-1y 112 k
 pcre             x86_64 6.6-6.el5_6.1        rhui-us-east-rhel-server-1y 118 k
 perl             x86_64 4:5.8.8-32.el5_6.3   rhui-us-east-rhel-server-1y  12 M
 poppler          x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y 3.0 M
 poppler-utils    x86_64 0.5.4-4.4.el5_6.17   rhui-us-east-rhel-server-1y  76 k
 postgresql       x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 2.9 M
 postgresql-libs  i386   8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-libs  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y 196 k
 postgresql-python
                  x86_64 8.1.23-1.el5_6.1     rhui-us-east-rhel-server-1y  56 k
 procps           x86_64 3.2.7-17.el5         rhui-us-east-rhel-server-1y 215 k
 psmisc           x86_64 22.2-7.el5_6.2       rhui-us-east-rhel-server-1y  62 k
 pyOpenSSL        x86_64 0.6-2.el5            rhui-us-east-rhel-server-1y 120 k
 python-numeric   x86_64 23.7-2.2.2.el5_6.1   rhui-us-east-rhel-server-1y 801 k
 python-urlgrabber
                  noarch 3.1.0-6.el5          rhui-us-east-rhel-server-1y 132 k
 quota            x86_64 1:3.13-5.el5         rhui-us-east-rhel-server-1y 348 k
 redhat-lsb       i386   4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  25 k
 redhat-lsb       x86_64 4.0-2.1.4.el5        rhui-us-east-rhel-server-1y  24 k
 redhat-release   x86_64 5Server-5.7.0.3      rhui-us-east-rhel-server-1y  62 k
 redhat-release-notes
                  x86_64 5Server-41           rhui-us-east-rhel-server-1y 371 k
 rhn-check        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y  42 k
 rhn-client-tools noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 924 k
 rhn-setup        noarch 0.4.20-56.el5        rhui-us-east-rhel-server-1y 114 k
 rhnlib           noarch 2.5.22-6.el5         rhui-us-east-rhel-server-1y  70 k
 rhnsd            x86_64 4.7.0-10.el5         rhui-us-east-rhel-server-1y  34 k
 rng-utils        x86_64 1:2.0-4.el5          rhui-us-east-rhel-server-1y  17 k
 rsync            x86_64 3.0.6-4.el5_7.1      rhui-us-east-rhel-server-1y 347 k
 rsyslog          x86_64 3.22.1-3.el5_6.1     rhui-us-east-rhel-server-1y 381 k
 ruby             x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 276 k
 ruby-irb         x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y  69 k
 ruby-libs        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 1.6 M
 ruby-rdoc        x86_64 1.8.5-19.el5_6.1     rhui-us-east-rhel-server-1y 135 k
 samba-client     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 5.7 M
 samba-common     x86_64 3.0.33-3.29.el5_7.4  rhui-us-east-rhel-server-1y 6.8 M
 screen           x86_64 4.0.3-4.el5          rhui-us-east-rhel-server-1y 571 k
 sed              x86_64 4.1.5-8.el5          rhui-us-east-rhel-server-1y 178 k
 selinux-policy   noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 420 k
 selinux-policy-devel
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 446 k
 selinux-policy-targeted
                  noarch 2.4.6-316.el5        rhui-us-east-rhel-server-1y 1.3 M
 shadow-utils     x86_64 2:4.0.17-18.el5_6.1  rhui-us-east-rhel-server-1y 1.1 M
 sos              noarch 1.7-9.54.el5         rhui-us-east-rhel-server-1y 151 k
 sudo             x86_64 1.7.2p1-10.el5       rhui-us-east-rhel-server-1y 354 k
 sysfsutils       x86_64 2.1.0-1.el5          rhui-us-east-rhel-server-1y  40 k
 system-config-lvm
                  noarch 1.1.5-9.el5          rhui-us-east-rhel-server-1y 690 k
 system-config-network
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 424 k
 system-config-network-tui
                  noarch 1.3.99.19-2.el5      rhui-us-east-rhel-server-1y 1.8 M
 system-config-securitylevel
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 280 k
 system-config-securitylevel-tui
                  x86_64 1.6.29.1-6.el5       rhui-us-east-rhel-server-1y 254 k
 tmpwatch         x86_64 2.9.7-1.1.el5.5      rhui-us-east-rhel-server-1y  19 k
 traceroute       x86_64 3:2.0.1-6.el5        rhui-us-east-rhel-server-1y  41 k
 tzdata           x86_64 2011h-2.el5          rhui-us-east-rhel-server-1y 781 k
 udev             x86_64 095-14.27.el5        rhui-us-east-rhel-server-1y 2.4 M
 util-linux       x86_64 2.13-0.56.el5        rhui-us-east-rhel-server-1y 1.8 M
 vim-common       x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 6.4 M
 vim-enhanced     x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 1.3 M
 vim-minimal      x86_64 2:7.0.109-7.el5      rhui-us-east-rhel-server-1y 333 k
 vnc              x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 159 k
 vnc-server       x86_64 4.1.2-14.el5_6.6     rhui-us-east-rhel-server-1y 2.0 M
 vsftpd           x86_64 2.0.5-21.el5         rhui-us-east-rhel-server-1y 140 k
 w3m              x86_64 0.5.1-18.el5         rhui-us-east-rhel-server-1y 1.1 M
 xinetd           x86_64 2:2.3.14-13.el5      rhui-us-east-rhel-server-1y 126 k
 xorg-x11-font-utils
                  x86_64 1:7.1-3              rhui-us-east-rhel-server-1y  79 k
 xorg-x11-xfs     x86_64 1:1.0.2-5.el5_6.1    rhui-us-east-rhel-server-1y  73 k
 xulrunner        x86_64 1.9.2.22-1.el5_7     rhui-us-east-rhel-server-1y  11 M
 yum              noarch 3.2.22-37.el5        rhui-us-east-rhel-server-1y 1.0 M
 yum-fastestmirror
                  noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  19 k
 yum-rhn-plugin   noarch 0.5.4-22.el5_7.2     rhui-us-east-rhel-server-1y  63 k
 yum-security     noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  25 k
 yum-updateonboot noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  13 k
 yum-utils        noarch 1.1.16-16.el5        rhui-us-east-rhel-server-1y  71 k
 zlib             i386   1.2.3-4.el5          rhui-us-east-rhel-server-1y  51 k
 zlib             x86_64 1.2.3-4.el5          rhui-us-east-rhel-server-1y  52 k
Installing for dependencies:
 iscsi-initiator-utils
                  x86_64 6.2.0.872-10.el5     rhui-us-east-rhel-server-1y 1.0 M

Transaction Summary
================================================================================
Install       3 Package(s)
Upgrade     205 Package(s)

Total download size: 260 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.5 MB/s | 260 MB     02:51     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/413 

  Updating       : tzdata                                                 2/413 

  Updating       : glibc-common                                           3/413 

  Updating       : glibc                                                  4/413 

  Updating       : bash                                                   5/413 

  Updating       : libselinux                                             6/413 

  Updating       : zlib                                                   7/413 

  Updating       : coreutils                                              8/413 

  Updating       : device-mapper                                          9/413 

  Updating       : e2fsprogs-libs                                        10/413 

  Updating       : krb5-libs                                             11/413 

  Updating       : openssl                                               12/413 

  Updating       : openldap                                              13/413 

  Updating       : audit-libs                                            14/413 

  Updating       : shadow-utils                                          15/413 

  Updating       : sed                                                   16/413 

  Updating       : nspr                                                  17/413 

  Updating       : nss                                                   18/413 

  Updating       : udev                                                  19/413 

  Updating       : util-linux                                            20/413 

  Updating       : procps                                                21/413 

  Updating       : pango                                                 22/413 

  Updating       : psmisc                                                23/413 

  Updating       : postgresql-libs                                       24/413 

  Updating       : libpng                                                25/413 

  Updating       : libXfont                                              26/413 

  Updating       : libxml2                                               27/413 

  Updating       : SysVinit                                              28/413 

  Updating       : cryptsetup-luks                                       29/413 

  Updating       : kpartx                                                30/413 

  Updating       : libtiff                                               31/413 

  Updating       : cups-libs                                             32/413 

  Updating       : libvolume_id                                          33/413 

  Updating       : pcre                                                  34/413 

  Updating       : libsysfs                                              35/413 

  Updating       : gdbm                                                  36/413 

  Updating       : perl                                                  37/413 

  Updating       : libxml2-python                                        38/413 

  Updating       : nscd                                                  39/413 

  Updating       : m2crypto                                              40/413 

  Updating       : e2fsprogs                                             41/413 

  Updating       : logrotate                                             42/413 

  Updating       : patch                                                 43/413 

  Updating       : less                                                  44/413 

  Updating       : gzip                                                  45/413 

  Updating       : man                                                   46/413 

  Updating       : dmidecode                                             47/413 

  Updating       : mysql                                                 48/413 

  Updating       : ruby-libs                                             49/413 

  Updating       : ruby                                                  50/413 

  Updating       : poppler                                               51/413 

  Updating       : libuser                                               52/413 

  Updating       : passwd                                                53/413 

  Updating       : net-snmp-libs                                         54/413 

  Updating       : bind-libs                                             55/413 

  Updating       : apr                                                   56/413 

  Updating       : poppler-utils                                         57/413 

  Updating       : rsyslog                                               58/413 

  Updating       : xorg-x11-font-utils                                   59/413 

  Updating       : device-mapper-multipath                               60/413 

  Updating       : paps                                                  61/413 

  Updating       : tmpwatch                                              62/413 

  Updating       : pyOpenSSL                                             63/413 

  Updating       : device-mapper-event                                   64/413 

  Updating       : lvm2                                                  65/413 

  Updating       : vim-minimal                                           66/413 

  Updating       : libselinux-utils                                      67/413 

  Updating       : pciutils                                              68/413 

  Updating       : rhnlib                                                69/413 

  Updating       : python-urlgrabber                                     70/413 

  Updating       : yum                                                   71/413 

  Updating       : selinux-policy                                        72/413 

  Updating       : redhat-release                                        73/413 

  Updating       : initscripts                                           74/413 

  Updating       : httpd                                                 75/413 

  Updating       : exim                                                  76/413 

  Updating       : openssh                                               77/413 

  Updating       : redhat-lsb                                            78/413 

  Updating       : kernel-headers                                        79/413 

  Updating       : glibc-headers                                         80/413 

  Updating       : busybox                                               81/413 

  Updating       : system-config-securitylevel-tui                       82/413 

  Updating       : nss_ldap                                              83/413 

  Updating       : ghostscript                                           84/413 

  Updating       : libgcj                                                85/413 

  Updating       : authconfig                                            86/413 

  Updating       : libsmbclient                                          87/413 

  Updating       : samba-common                                          88/413 

  Updating       : curl                                                  89/413 

  Installing     : iscsi-initiator-utils                                 90/413 

  Updating       : pam_krb5                                              91/413 

  Updating       : parted                                                92/413 

  Updating       : vim-common                                            93/413 

  Updating       : libicu                                                94/413 

  Updating       : ruby-irb                                              95/413 

  Updating       : nash                                                  96/413 

  Updating       : vim-enhanced                                          97/413 

  Updating       : samba-client                                          98/413 

  Updating       : kexec-tools                                           99/413 

  Updating       : openssh-clients                                      100/413 

  Updating       : openssh-server                                       101/413 

  Updating       : mod_authz_ldap                                       102/413 

  Updating       : mod_ssl                                              103/413 

  Updating       : vsftpd                                               104/413 

  Updating       : postgresql                                           105/413 

  Updating       : vnc                                                  106/413 

  Updating       : xorg-x11-xfs                                         107/413 

  Updating       : quota                                                108/413 

  Updating       : dhclient                                             109/413 

  Updating       : rng-utils                                            110/413 

  Updating       : dhcpv6-client                                        111/413 

  Updating       : sudo                                                 112/413 

  Updating       : bind-utils                                           113/413 

  Updating       : net-snmp                                             114/413 

  Updating       : openswan                                             115/413 

  Updating       : sysfsutils                                           116/413 

  Updating       : autofs                                               117/413 

  Updating       : vnc-server                                           118/413 

  Updating       : postgresql-python                                    119/413 

  Updating       : krb5-workstation                                     120/413 

  Updating       : nfs-utils                                            121/413 

  Updating       : nss-tools                                            122/413 

  Updating       : screen                                               123/413 

  Updating       : audit-libs-python                                    124/413 

  Updating       : audit                                                125/413 

  Updating       : openldap-clients                                     126/413 

  Updating       : ksh                                                  127/413 

  Updating       : crash                                                128/413 

  Updating       : libselinux-python                                    129/413 

  Updating       : cpuspeed                                             130/413 

  Updating       : jwhois                                               131/413 

  Updating       : finger                                               132/413 

  Updating       : libhugetlbfs                                         133/413 

  Updating       : rsync                                                134/413 

  Updating       : python-numeric                                       135/413 

  Updating       : traceroute                                           136/413 

  Updating       : ruby-rdoc                                            137/413 

  Updating       : authconfig-gtk                                       138/413 

  Updating       : system-config-securitylevel                          139/413 

  Updating       : glibc-devel                                          140/413 

  Updating       : xinetd                                               141/413 

  Updating       : selinux-policy-devel                                 142/413 

  Updating       : selinux-policy-targeted                              143/413/sbin/restorecon reset /etc/rc.d/init.d/vsftpd context system_u:object_r:initrc_exec_t:s0->system_u:object_r:ftpd_initrc_exec_t:s0
/sbin/restorecon reset /etc/sysconfig/iptables context system_u:object_r:etc_runtime_t:s0->system_u:object_r:iptables_conf_t:s0
/sbin/restorecon reset /sbin/kpartx context system_u:object_r:sbin_t:s0->system_u:object_r:lvm_exec_t:s0
 

  Updating       : yum-updateonboot                                     144/413 

  Updating       : yum-security                                         145/413 

  Updating       : yum-fastestmirror                                    146/413 

  Updating       : yum-utils                                            147/413 

  Updating       : system-config-lvm                                    148/413 

  Updating       : sos                                                  149/413 

  Updating       : w3m                                                  150/413 

  Updating       : logwatch                                             151/413 

  Updating       : ntp                                                  152/413 

  Installing     : kernel-xen-devel                                     153/413 

  Updating       : man-pages                                            154/413 

  Updating       : man-pages-ja                                         155/413 

  Updating       : redhat-release-notes                                 156/413 

  Updating       : glibc                                                157/413 

  Updating       : zlib                                                 158/413 

  Updating       : libselinux                                           159/413 

  Updating       : device-mapper                                        160/413 

  Updating       : e2fsprogs-libs                                       161/413 

  Updating       : krb5-libs                                            162/413 

  Updating       : openssl                                              163/413 
warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew

  Updating       : libpng                                               164/413 

  Updating       : libtiff                                              165/413 

  Updating       : nspr                                                 166/413 

  Updating       : cups-libs                                            167/413 

  Updating       : openldap                                             168/413 

  Updating       : libxml2                                              169/413 

  Updating       : libvolume_id                                         170/413 

  Updating       : nss                                                  171/413 

  Updating       : nss_ldap                                             172/413 

  Updating       : ghostscript                                          173/413 

  Updating       : postgresql-libs                                      174/413 

  Updating       : pam_krb5                                             175/413 

  Updating       : apr                                                  176/413 

  Updating       : parted                                               177/413 

  Updating       : libicu                                               178/413 

  Updating       : pango                                                179/413 

  Updating       : audit-libs                                           180/413 

  Updating       : libhugetlbfs                                         181/413 

  Updating       : redhat-lsb                                           182/413 

  Updating       : dbus-libs                                            183/413 

  Updating       : dbus                                                 184/413 

  Updating       : avahi                                                185/413 

  Updating       : hal                                                  186/413 

  Updating       : dmraid                                               187/413 

  Updating       : avahi-compat-libdns_sd                               188/413 

  Updating       : avahi-glib                                           189/413 

  Updating       : gnome-vfs2                                           190/413 

  Updating       : cups                                                 191/413 

  Updating       : kudzu                                                192/413 

  Updating       : rhnsd                                                193/413 

  Updating       : dmraid-events                                        194/413 

  Updating       : rhn-client-tools                                     195/413 

  Updating       : yum-rhn-plugin                                       196/413 
warning: /etc/yum/pluginconf.d/rhnplugin.conf created as /etc/yum/pluginconf.d/rhnplugin.conf.rpmnew

  Updating       : rhn-setup                                            197/413 

  Updating       : rhn-check                                            198/413 

  Updating       : xulrunner                                            199/413 

  Updating       : mkinitrd                                             200/413 

  Updating       : dbus-libs                                            201/413 

  Updating       : system-config-network-tui                            202/413 

  Updating       : system-config-network                                203/413 

  Installing     : kernel-xen                                           204/413 

  Updating       : avahi                                                205/413 

  Updating       : avahi-glib                                           206/413 

  Updating       : hal                                                  207/413 

  Updating       : gnome-vfs2                                           208/413 

  Cleanup        : selinux-policy                                       209/413 

  Cleanup        : hwdata                                               210/413 

  Cleanup        : poppler                                              211/413 

  Cleanup        : finger                                               212/413 

  Cleanup        : psmisc                                               213/413 

  Cleanup        : yum-updateonboot                                     214/413 

  Cleanup        : dbus-libs                                            215/413 

  Cleanup        : authconfig-gtk                                       216/413 

  Cleanup        : libicu                                               217/413 

  Cleanup        : glibc                                                218/413 

  Cleanup        : passwd                                               219/413 

  Cleanup        : device-mapper-event                                  220/413 

  Cleanup        : openssh                                              221/413 

  Cleanup        : perl                                                 222/413 

  Cleanup        : apr                                                  223/413 

  Cleanup        : logrotate                                            224/413 

  Cleanup        : ghostscript                                          225/413 

  Cleanup        : libvolume_id                                         226/413 

  Cleanup        : sos                                                  227/413 

  Cleanup        : dmidecode                                            228/413 

  Cleanup        : mysql                                                229/413 

  Cleanup        : xinetd                                               230/413 

  Cleanup        : selinux-policy-devel                                 231/413 

  Cleanup        : yum-rhn-plugin                                       232/413 

  Cleanup        : httpd                                                233/413 

  Cleanup        : libvolume_id                                         234/413 

  Cleanup        : curl                                                 235/413 

  Cleanup        : glibc-devel                                          236/413 

  Cleanup        : libpng                                               237/413 

  Cleanup        : libselinux                                           238/413 

  Cleanup        : vsftpd                                               239/413 

  Cleanup        : libxml2-python                                       240/413 

  Cleanup        : redhat-release-notes                                 241/413 

  Cleanup        : xorg-x11-font-utils                                  242/413 

  Cleanup        : dbus-libs                                            243/413 

  Cleanup        : mod_authz_ldap                                       244/413 

  Cleanup        : libicu                                               245/413 

  Cleanup        : device-mapper                                        246/413 

  Cleanup        : postgresql                                           247/413 

  Cleanup        : parted                                               248/413 

  Cleanup        : authconfig                                           249/413 

  Cleanup        : avahi                                                250/413 

  Cleanup        : vnc                                                  251/413 

  Cleanup        : w3m                                                  252/413 

  Cleanup        : audit-libs-python                                    253/413 

  Cleanup        : krb5-workstation                                     254/413 

  Cleanup        : ruby-rdoc                                            255/413 

  Cleanup        : xulrunner                                            256/413 

  Cleanup        : nscd                                                 257/413 

  Cleanup        : pam_krb5                                             258/413 

  Cleanup        : openldap                                             259/413 

  Cleanup        : autofs                                               260/413 

  Cleanup        : gzip                                                 261/413 

  Cleanup        : avahi-compat-libdns_sd                               262/413 

  Cleanup        : glibc                                                263/413 

  Cleanup        : krb5-libs                                            264/413 

  Cleanup        : net-snmp-libs                                        265/413 

  Cleanup        : avahi-glib                                           266/413 

  Cleanup        : bind-libs                                            267/413 

  Cleanup        : zlib                                                 268/413 

  Cleanup        : libhugetlbfs                                         269/413 

  Cleanup        : udev                                                 270/413 

  Cleanup        : vim-enhanced                                         271/413 

  Cleanup        : poppler-utils                                        272/413 

  Cleanup        : bash                                                 273/413 

  Cleanup        : system-config-securitylevel-tui                      274/413 

  Cleanup        : openssl                                              275/413 

  Cleanup        : zlib                                                 276/413 

  Cleanup        : man-pages-ja                                         277/413 

  Cleanup        : parted                                               278/413 

  Cleanup        : audit                                                279/413 

  Cleanup        : nspr                                                 280/413 

  Cleanup        : libtiff                                              281/413 

  Cleanup        : pam_krb5                                             282/413 

  Cleanup        : libpng                                               283/413 

  Cleanup        : python-urlgrabber                                    284/413 

  Cleanup        : libXfont                                             285/413 

  Cleanup        : xorg-x11-xfs                                         286/413 

  Cleanup        : yum-security                                         287/413 

  Cleanup        : avahi-glib                                           288/413 

  Cleanup        : vim-minimal                                          289/413 

  Cleanup        : vnc-server                                           290/413 

  Cleanup        : man                                                  291/413 

  Cleanup        : crash                                                292/413 

  Cleanup        : system-config-network                                293/413 

  Cleanup        : libsmbclient                                         294/413 

  Cleanup        : man-pages                                            295/413 

  Cleanup        : busybox                                              296/413 

  Cleanup        : postgresql-libs                                      297/413 

  Cleanup        : yum-fastestmirror                                    298/413 

  Cleanup        : exim                                                 299/413 

  Cleanup        : pcre                                                 300/413 

  Cleanup        : e2fsprogs                                            301/413 

  Cleanup        : rhn-setup                                            302/413 

  Cleanup        : pango                                                303/413 

  Cleanup        : samba-client                                         304/413 

  Cleanup        : nss_ldap                                             305/413 

  Cleanup        : mod_ssl                                              306/413 

  Cleanup        : gnome-vfs2                                           307/413 

  Cleanup        : e2fsprogs-libs                                       308/413 

  Cleanup        : rhnlib                                               309/413 

  Cleanup        : quota                                                310/413 

  Cleanup        : audit-libs                                           311/413 

  Cleanup        : dmraid-events                                        312/413 

  Cleanup        : SysVinit                                             313/413 

  Cleanup        : lvm2                                                 314/413 

  Cleanup        : kpartx                                               315/413 

  Cleanup        : openssh-clients                                      316/413 

  Cleanup        : libtiff                                              317/413 

  Cleanup        : sysfsutils                                           318/413 

  Cleanup        : redhat-release                                       319/413 

  Cleanup        : libsysfs                                             320/413 

  Cleanup        : libhugetlbfs                                         321/413 

  Cleanup        : rsync                                                322/413 

  Cleanup        : ksh                                                  323/413 

  Cleanup        : nss                                                  324/413 

  Cleanup        : system-config-lvm                                    325/413 

  Cleanup        : logwatch                                             326/413 

  Cleanup        : postgresql-libs                                      327/413 

  Cleanup        : libselinux-utils                                     328/413 

  Cleanup        : gdbm                                                 329/413 

  Cleanup        : hal                                                  330/413 

  Cleanup        : pyOpenSSL                                            331/413 

  Cleanup        : openssh-server                                       332/413 

  Cleanup        : openldap                                             333/413 

  Cleanup        : rhnsd                                                334/413 

  Cleanup        : apr                                                  335/413 

  Cleanup        : yum-utils                                            336/413 

  Cleanup        : ntp                                                  337/413 

  Cleanup        : libselinux-python                                    338/413 

  Cleanup        : samba-common                                         339/413 

  Cleanup        : sudo                                                 340/413 

  Cleanup        : hal                                                  341/413 

  Cleanup        : nss-tools                                            342/413 

  Cleanup        : openssl                                              343/413 

  Cleanup        : python-numeric                                       344/413 

  Cleanup        : ruby-libs                                            345/413

Comment 34 Kedar Bidarkar 2011-09-13 11:21:24 UTC
  Cleanup        : krb5-libs                                            346/413 

  Cleanup        : nss_ldap                                             347/413 

  Cleanup        : tmpwatch                                             348/413 

  Cleanup        : nfs-utils                                            349/413 

  Cleanup        : libxml2                                              350/413 

  Cleanup        : libuser                                              351/413 

  Cleanup        : postgresql-python                                    352/413 

  Cleanup        : dhclient                                             353/413 

  Cleanup        : glibc-common                                         354/413 

  Cleanup        : cryptsetup-luks                                      355/413 

  Cleanup        : nspr                                                 356/413 

  Cleanup        : audit-libs                                           357/413 

  Cleanup        : redhat-lsb                                           358/413 

  Cleanup        : cpuspeed                                             359/413 

  Cleanup        : screen                                               360/413 

  Cleanup        : device-mapper-multipath                              361/413 

  Cleanup        : procps                                               362/413 

  Cleanup        : coreutils                                            363/413 

  Cleanup        : pciutils                                             364/413 

  Cleanup        : redhat-lsb                                           365/413 

  Cleanup        : openswan                                             366/413 

  Cleanup        : rsyslog                                              367/413 

  Cleanup        : patch                                                368/413 

  Cleanup        : bind-utils                                           369/413 

  Cleanup        : cups-libs                                            370/413 

  Cleanup        : rhn-check                                            371/413 

  Cleanup        : shadow-utils                                         372/413 

  Cleanup        : initscripts                                          373/413 

  Cleanup        : ruby-irb                                             374/413 

  Cleanup        : nash                                                 375/413 

  Cleanup        : net-snmp                                             376/413 

  Cleanup        : libgcj                                               377/413 

  Cleanup        : rng-utils                                            378/413 

  Cleanup        : e2fsprogs-libs                                       379/413 

  Cleanup        : sed                                                  380/413 

  Cleanup        : cups                                                 381/413 

  Cleanup        : nss                                                  382/413 

  Cleanup        : gnome-vfs2                                           383/413 

  Cleanup        : dbus                                                 384/413 

  Cleanup        : kernel-headers                                       385/413 

  Cleanup        : ruby                                                 386/413 

  Cleanup        : selinux-policy-targeted                              387/413 

  Cleanup        : less                                                 388/413 

  Cleanup        : paps                                                 389/413 

  Cleanup        : device-mapper                                        390/413 

  Cleanup        : tzdata                                               391/413 

  Cleanup        : libselinux                                           392/413 

  Cleanup        : dmraid                                               393/413 

  Cleanup        : cups-libs                                            394/413 

  Cleanup        : dhcpv6-client                                        395/413 

  Cleanup        : kudzu                                                396/413 

  Cleanup        : kexec-tools                                          397/413 

  Cleanup        : system-config-network-tui                            398/413 

  Cleanup        : openldap-clients                                     399/413 

  Cleanup        : system-config-securitylevel                          400/413 

  Cleanup        : rhn-client-tools                                     401/413 

  Cleanup        : jwhois                                               402/413 

  Cleanup        : mkinitrd                                             403/413 

  Cleanup        : yum                                                  404/413 

  Cleanup        : libxml2                                              405/413 

  Cleanup        : pango                                                406/413 

  Cleanup        : ghostscript                                          407/413 

  Cleanup        : avahi                                                408/413 

  Cleanup        : vim-common                                           409/413 

  Cleanup        : util-linux                                           410/413 

  Cleanup        : m2crypto                                             411/413 

  Cleanup        : traceroute                                           412/413 

  Cleanup        : glibc-headers                                        413/413 

Installed:
  kernel-xen.x86_64 0:2.6.18-274.3.1.el5                                        
  kernel-xen-devel.x86_64 0:2.6.18-274.3.1.el5                                  

Dependency Installed:
  iscsi-initiator-utils.x86_64 0:6.2.0.872-10.el5                               

Updated:
  SysVinit.x86_64 0:2.86-17.el5                                                 
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  apr.x86_64 0:1.2.7-11.el5_6.5                                                 
  audit.x86_64 0:1.7.18-2.el5                                                   
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs.x86_64 0:1.7.18-2.el5                                              
  audit-libs-python.x86_64 0:1.7.18-2.el5                                       
  authconfig.x86_64 0:5.3.21-7.el5                                              
  authconfig-gtk.x86_64 0:5.3.21-7.el5                                          
  autofs.x86_64 1:5.0.1-0.rc2.156.el5                                           
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi.x86_64 0:0.6.16-10.el5_6                                                
  avahi-compat-libdns_sd.x86_64 0:0.6.16-10.el5_6                               
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  avahi-glib.x86_64 0:0.6.16-10.el5_6                                           
  bash.x86_64 0:3.2-32.el5                                                      
  bind-libs.x86_64 30:9.3.6-16.P1.el5                                           
  bind-utils.x86_64 30:9.3.6-16.P1.el5                                          
  busybox.x86_64 1:1.2.0-10.el5                                                 
  coreutils.x86_64 0:5.97-34.el5                                                
  cpuspeed.x86_64 1:1.2.1-10.el5                                                
  crash.x86_64 0:4.1.2-8.el5                                                    
  cryptsetup-luks.x86_64 0:1.0.3-8.el5                                          
  cups.x86_64 1:1.3.7-26.el5_6.1                                                
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  cups-libs.x86_64 1:1.3.7-26.el5_6.1                                           
  curl.x86_64 0:7.15.5-9.el5_7.4                                                
  dbus.x86_64 0:1.1.2-16.el5_7                                                  
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  dbus-libs.x86_64 0:1.1.2-16.el5_7                                             
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper.x86_64 0:1.02.63-4.el5                                          
  device-mapper-event.x86_64 0:1.02.63-4.el5                                    
  device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.1                             
  dhclient.x86_64 12:3.0.5-29.el5_7.1                                           
  dhcpv6-client.x86_64 0:1.0.10-20.el5                                          
  dmidecode.x86_64 1:2.11-1.el5                                                 
  dmraid.x86_64 0:1.0.0.rc13-65.el5                                             
  dmraid-events.x86_64 0:1.0.0.rc13-65.el5                                      
  e2fsprogs.x86_64 0:1.39-33.el5                                                
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  e2fsprogs-libs.x86_64 0:1.39-33.el5                                           
  exim.x86_64 0:4.63-10.el5                                                     
  finger.x86_64 0:0.17-33                                                       
  gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1                                            
  ghostscript.i386 0:8.70-6.el5                                                 
  ghostscript.x86_64 0:8.70-6.el5                                               
  glibc.i686 0:2.5-65                                                           
  glibc.x86_64 0:2.5-65                                                         
  glibc-common.x86_64 0:2.5-65                                                  
  glibc-devel.x86_64 0:2.5-65                                                   
  glibc-headers.x86_64 0:2.5-65                                                 
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gnome-vfs2.x86_64 0:2.16.2-8.el5                                              
  gzip.x86_64 0:1.3.5-13.el5                                                    
  hal.i386 0:0.5.8.1-62.el5                                                     
  hal.x86_64 0:0.5.8.1-62.el5                                                   
  httpd.x86_64 0:2.2.3-53.el5_7.1                                               
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.x86_64 0:8.45.38-2.el5                                            
  jwhois.x86_64 0:3.2.3-12.el5                                                  
  kernel-headers.x86_64 0:2.6.18-274.3.1.el5                                    
  kexec-tools.x86_64 0:1.102pre-126.el5_6.6                                     
  kpartx.x86_64 0:0.4.7-46.el5_7.1                                              
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-libs.x86_64 0:1.6.1-62.el5                                               
  krb5-workstation.x86_64 0:1.6.1-62.el5                                        
  ksh.x86_64 0:20100202-1.el5_6.6                                               
  kudzu.x86_64 0:1.2.57.1.26-1                                                  
  less.x86_64 0:436-7.el5                                                       
  libXfont.x86_64 0:1.2.2-1.0.4.el5_7                                           
  libgcj.x86_64 0:4.1.2-51.el5                                                  
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libhugetlbfs.x86_64 0:1.3-8.2.el5                                             
  libicu.i386 0:3.6-5.16                                                        
  libicu.x86_64 0:3.6-5.16                                                      
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libpng.x86_64 2:1.2.10-7.1.el5_7.5                                            
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux.x86_64 0:1.33.4-5.7.el5                                            
  libselinux-python.x86_64 0:1.33.4-5.7.el5                                     
  libselinux-utils.x86_64 0:1.33.4-5.7.el5                                      
  libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4                                     
  libsysfs.x86_64 0:2.1.0-1.el5                                                 
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libtiff.x86_64 0:3.8.2-7.el5_6.7                                              
  libuser.x86_64 0:0.54.7-2.1.el5_5.2                                           
  libvolume_id.i386 0:095-14.27.el5                                             
  libvolume_id.x86_64 0:095-14.27.el5                                           
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2.x86_64 0:2.6.26-2.1.12                                                
  libxml2-python.x86_64 0:2.6.26-2.1.12                                         
  logrotate.x86_64 0:3.7.4-12                                                   
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.x86_64 0:2.02.84-6.el5_7.1                                               
  m2crypto.x86_64 0:0.16-8.el5                                                  
  man.x86_64 0:1.6d-2.el5                                                       
  man-pages.noarch 0:2.39-17.el5                                                
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.x86_64 0:5.1.19.6-71.el5                                             
  mod_authz_ldap.x86_64 0:0.26-11.el5                                           
  mod_ssl.x86_64 1:2.2.3-53.el5_7.1                                             
  mysql.x86_64 0:5.0.77-4.el5_6.6                                               
  nash.x86_64 0:5.1.19.6-71.el5                                                 
  net-snmp.x86_64 1:5.3.2.2-14.el5_7.1                                          
  net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1                                     
  nfs-utils.x86_64 1:1.0.9-54.el5                                               
  nscd.x86_64 0:2.5-65                                                          
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nspr.x86_64 0:4.8.8-1.el5_7                                                   
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss.x86_64 0:3.12.10-4.el5_7                                                  
  nss-tools.x86_64 0:3.12.10-4.el5_7                                            
  nss_ldap.i386 0:253-42.el5                                                    
  nss_ldap.x86_64 0:253-42.el5                                                  
  ntp.x86_64 0:4.2.2p1-15.el5                                                   
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap.x86_64 0:2.3.43-12.el5_6.7                                           
  openldap-clients.x86_64 0:2.3.43-12.el5_6.7                                   
  openssh.x86_64 0:4.3p2-72.el5_7.5                                             
  openssh-clients.x86_64 0:4.3p2-72.el5_7.5                                     
  openssh-server.x86_64 0:4.3p2-72.el5_7.5                                      
  openssl.i686 0:0.9.8e-20.el5                                                  
  openssl.x86_64 0:0.9.8e-20.el5                                                
  openswan.x86_64 0:2.6.21-5.el5_6.4                                            
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pam_krb5.x86_64 0:2.2.14-21.el5                                               
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  pango.x86_64 0:1.14.9-8.el5_6.2                                               
  paps.x86_64 0:0.6.6-20.el5                                                    
  parted.i386 0:1.8.1-28.el5                                                    
  parted.x86_64 0:1.8.1-28.el5                                                  
  passwd.x86_64 0:0.73-2                                                        
  patch.x86_64 0:2.5.4-31.el5                                                   
  pciutils.x86_64 0:3.1.7-3.el5                                                 
  pcre.x86_64 0:6.6-6.el5_6.1                                                   
  perl.x86_64 4:5.8.8-32.el5_6.3                                                
  poppler.x86_64 0:0.5.4-4.4.el5_6.17                                           
  poppler-utils.x86_64 0:0.5.4-4.4.el5_6.17                                     
  postgresql.x86_64 0:8.1.23-1.el5_6.1                                          
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-libs.x86_64 0:8.1.23-1.el5_6.1                                     
  postgresql-python.x86_64 0:8.1.23-1.el5_6.1                                   
  procps.x86_64 0:3.2.7-17.el5                                                  
  psmisc.x86_64 0:22.2-7.el5_6.2                                                
  pyOpenSSL.x86_64 0:0.6-2.el5                                                  
  python-numeric.x86_64 0:23.7-2.2.2.el5_6.1                                    
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.x86_64 1:3.13-5.el5                                                     
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-lsb.x86_64 0:4.0-2.1.4.el5                                             
  redhat-release.x86_64 0:5Server-5.7.0.3                                       
  redhat-release-notes.x86_64 0:5Server-41                                      
  rhn-check.noarch 0:0.4.20-56.el5                                              
  rhn-client-tools.noarch 0:0.4.20-56.el5                                       
  rhn-setup.noarch 0:0.4.20-56.el5                                              
  rhnlib.noarch 0:2.5.22-6.el5                                                  
  rhnsd.x86_64 0:4.7.0-10.el5                                                   
  rng-utils.x86_64 1:2.0-4.el5                                                  
  rsync.x86_64 0:3.0.6-4.el5_7.1                                                
  rsyslog.x86_64 0:3.22.1-3.el5_6.1                                             
  ruby.x86_64 0:1.8.5-19.el5_6.1                                                
  ruby-irb.x86_64 0:1.8.5-19.el5_6.1                                            
  ruby-libs.x86_64 0:1.8.5-19.el5_6.1                                           
  ruby-rdoc.x86_64 0:1.8.5-19.el5_6.1                                           
  samba-client.x86_64 0:3.0.33-3.29.el5_7.4                                     
  samba-common.x86_64 0:3.0.33-3.29.el5_7.4                                     
  screen.x86_64 0:4.0.3-4.el5                                                   
  sed.x86_64 0:4.1.5-8.el5                                                      
  selinux-policy.noarch 0:2.4.6-316.el5                                         
  selinux-policy-devel.noarch 0:2.4.6-316.el5                                   
  selinux-policy-targeted.noarch 0:2.4.6-316.el5                                
  shadow-utils.x86_64 2:4.0.17-18.el5_6.1                                       
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.x86_64 0:1.7.2p1-10.el5                                                  
  sysfsutils.x86_64 0:2.1.0-1.el5                                               
  system-config-lvm.noarch 0:1.1.5-9.el5                                        
  system-config-network.noarch 0:1.3.99.19-2.el5                                
  system-config-network-tui.noarch 0:1.3.99.19-2.el5                            
  system-config-securitylevel.x86_64 0:1.6.29.1-6.el5                           
  system-config-securitylevel-tui.x86_64 0:1.6.29.1-6.el5                       
  tmpwatch.x86_64 0:2.9.7-1.1.el5.5                                             
  traceroute.x86_64 3:2.0.1-6.el5                                               
  tzdata.x86_64 0:2011h-2.el5                                                   
  udev.x86_64 0:095-14.27.el5                                                   
  util-linux.x86_64 0:2.13-0.56.el5                                             
  vim-common.x86_64 2:7.0.109-7.el5                                             
  vim-enhanced.x86_64 2:7.0.109-7.el5                                           
  vim-minimal.x86_64 2:7.0.109-7.el5                                            
  vnc.x86_64 0:4.1.2-14.el5_6.6                                                 
  vnc-server.x86_64 0:4.1.2-14.el5_6.6                                          
  vsftpd.x86_64 0:2.0.5-21.el5                                                  
  w3m.x86_64 0:0.5.1-18.el5                                                     
  xinetd.x86_64 2:2.3.14-13.el5                                                 
  xorg-x11-font-utils.x86_64 1:7.1-3                                            
  xorg-x11-xfs.x86_64 1:1.0.2-5.el5_6.1                                         
  xulrunner.x86_64 0:1.9.2.22-1.el5_7                                           
  yum.noarch 0:3.2.22-37.el5                                                    
  yum-fastestmirror.noarch 0:1.1.16-16.el5                                      
  yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2                                      
  yum-security.noarch 0:1.1.16-16.el5                                           
  yum-updateonboot.noarch 0:1.1.16-16.el5                                       
  yum-utils.noarch 0:1.1.16-16.el5                                              
  zlib.i386 0:1.2.3-4.el5                                                       
  zlib.x86_64 0:1.2.3-4.el5                                                     

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
/etc/sysconfig/rh-cloud-firstboot FOUND
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  cat /etc/sysconfig/rh-cloud-firstboot
RESULT: RUN_FIRSTBOOT=NO 
EXPECTED RESULT: RUN_FIRSTBOOT=NO
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify nameserver ... 
######################################################################################
COMMAND:  /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4  | wc -l
RESULT: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify group file ... 
######################################################################################
COMMAND:  cat /etc/group | grep root:x:0
RESULT: root:x:0:root 
EXPECTED RESULT: root:x:0:root
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep bin:x:1
RESULT: bin:x:1:root,bin,daemon 
EXPECTED RESULT: bin:x:1:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep daemon:x:2
RESULT: daemon:x:2:root,bin,daemon 
EXPECTED RESULT: daemon:x:2:root,bin,daemon
RETURN CODE: 0
PASS
COMMAND:  cat /etc/group | grep nobody:x:99
RESULT: nobody:x:99: 
EXPECTED RESULT: nobody:x:99:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new passwd file ... 
######################################################################################
COMMAND:  cat /etc/passwd | grep root:x:0
RESULT: root:x:0:0:root:/root:/bin/bash 
EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep nobody:x:99
RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin 
EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin
RETURN CODE: 0
PASS
COMMAND:  cat /etc/passwd | grep sshd
RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin 
EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify runlevel ... 
######################################################################################
COMMAND:  cat /etc/inittab | grep id:
RESULT: id:3:initdefault: 
EXPECTED RESULT: id:3:initdefault:
RETURN CODE: 0
PASS
COMMAND:  cat /etc/inittab | grep si:
RESULT: si::sysinit:/etc/rc.d/rc.sysinit 
EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify new shells file ... 
######################################################################################
COMMAND:  cat /etc/shells | grep bash
RESULT: /bin/bash 
EXPECTED RESULT: /bin/bash
RETURN CODE: 0
PASS
COMMAND:  cat /etc/shells | grep nologin
RESULT: /sbin/nologin 
EXPECTED RESULT: /sbin/nologin
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify networking ... 
######################################################################################
COMMAND:  grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2
RESULT: yes 
EXPECTED RESULT: yes
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify device ... 
######################################################################################
COMMAND:  grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2
RESULT: eth0 
EXPECTED RESULT: eth0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
10   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
RETURN CODE: 0
COMMAND:  /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l 
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l
RESULT: 2 
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited |  wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd ...
######################################################################################
COMMAND:  chkconfig --list | grep sshd
RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: sshd           	0:off	1:off	2:on	3:on	4:on	5:on	6:off
RETURN CODE: 0
PASS
COMMAND:  /etc/init.d/sshd status | grep running | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify  chkconfig ... 
######################################################################################
COMMAND:  chkconfig --list | grep crond | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
COMMAND:  chkconfig --list | grep  iptables | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0

Comment 35 Kedar Bidarkar 2011-09-13 11:21:27 UTC
PASS
COMMAND:  chkconfig --list | grep yum-updatesd | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rsyslog | cut -f 5
RESULT: 3:on 
EXPECTED RESULT: 3:on
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rsyslog config ... 
######################################################################################
COMMAND:  md5sum /etc/rsyslog.conf | cut -f 1 -d  " "
RESULT: 15936b6fe4e8fadcea87b54de495f975 
EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd is on ... 
######################################################################################
COMMAND:  /sbin/chkconfig --list auditd | grep 3:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
COMMAND:  /sbin/chkconfig --list auditd | grep 5:on
RESULT: auditd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify audit.rules ... 
######################################################################################
COMMAND:  md5sum /etc/audit/audit.rules | cut -f 1 -d  " "
RESULT: f9869e1191838c461f5b9051c78a638d 
EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd.conf ... 
######################################################################################
COMMAND:  md5sum /etc/audit/auditd.conf | cut -f 1 -d  " "
RESULT: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... 
######################################################################################
COMMAND:  ls /etc/ld.so.conf.d/libc6-xen.conf
ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory
RESULT:  
EXPECTED RESULT: 2
RETURN CODE: 2
PASS
######################################################################################
# NEW TEST: ##test menu.lst ... 
######################################################################################
COMMAND:  file /boot/grub/menu.lst  | grep symbolic | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  file /boot/grub/menu.lst  | grep grub.conf | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
COMMAND:  cat /boot/grub/grub.conf  | grep "(hd0,0)" | wc -l
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify resize2fs ... 
######################################################################################
COMMAND: resize2fs -p /dev/sda1 15000M
resize2fs 1.39 (29-May-2006)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image

## Summary ##
FAILURES = 0
FAILED TESTS = 
LOG FILE = /root/valid/src/validate.log
## Summary ##

######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################

Comment 36 wes hayutin 2011-12-16 15:34:12 UTC
closing old bugs


Note You need to log in before you can comment on or make changes to this bug.