Bug 738641

Summary: ami-0684ff54 5.5 i386 ap-southeast-1
Product: Cloud Image Validation Reporter: Kedar Bidarkar <kbidarka>
Component: imagesAssignee: wes hayutin <whayutin>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: RHEL5.5   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-16 15:27:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kedar Bidarkar 2011-09-15 13:07:30 UTC

Comment 1 Kedar Bidarkar 2011-09-15 13:19:38 UTC
IMAGE ID= ami-0684ff54_ap-southeast-1_c1.medium
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
ip-10-130-115-196
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-i386-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 ... 
######################################################################################
COMMAND:  /sbin/swapoff /dev/sda3 && /sbin/swapon /dev/sda3
RESULT:  
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
free | grep Swap | awk '{print }'
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# 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-ap-se-rhel-server-1y Red Hat Enterprise Linux Server 5 (RPMs enabled: 9,180
repolist: 9,180 
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.i386 : A powerful interactive shell
zsh-html.i386 : 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.i386 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.i386 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.i386 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.i386 0:2.3-2.1 set to be updated
---> Package byacc.i386 0:1.9-29.2.2 set to be updated
---> Package cscope.i386 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.i386 0:5.6-1.1 set to be updated
---> Package cvs.i386 0:1.11.22-7.el5 set to be updated
---> Package dev86.i386 0:0.16.17-2.2 set to be updated
---> Package diffstat.i386 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.i386 1:1.4.7-1.1 set to be updated
---> Package elfutils.i386 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-i386 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0) for package: elfutils
--> Processing Dependency: libdw.so.1 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130) for package: elfutils
--> Processing Dependency: libasm.so.1 for package: elfutils
---> Package flex.i386 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.i386 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++.i386 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.i386 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 for package: gcc-gfortran
---> Package gdb.i386 0:7.0.1-37.el5_7.1 set to be updated
--> Processing Dependency: python-libs-i386 >= 2.4.3-32.el5 for package: gdb
---> Package gettext.i386 0:0.17-1.el5 set to be updated
---> Package indent.i386 0:2.2.9-14.fc6 set to be updated
---> Package libtool.i386 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.i386 0:0.5-13.45svn.el5 set to be updated
---> Package oprofile.i386 0:0.9.4-15.el5 set to be updated
---> Package patchutils.i386 0:0.2.31-2.2.2 set to be updated
---> Package pstack.i386 0:1.2-7.2.2 set to be updated
---> Package python-ldap.i386 0:2.2.0-2.1 set to be updated
---> Package rcs.i386 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.i386 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: popt = 1.10.2.3-22.el5 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5 for package: rpm-build
---> Package splint.i386 0:3.1.1-16.el5 set to be updated
---> Package strace.i386 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 swig.i386 0:1.3.29-2.el5 set to be updated
---> Package systemtap.i386 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
---> Package texinfo.i386 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package cpp.i386 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.i386 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.i386 0:2.16.0-1.fc6 set to be updated
---> Package imake.i386 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.i386 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 pyspi.i386 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libspi.so.0 for package: pyspi
--> Processing Dependency: libcspi.so.0 for package: pyspi
---> Package python-libs.i386 0:2.4.3-44.el5 set to be updated
---> Package rpm.i386 0:4.4.2.3-22.el5 set to be updated
---> Package rpm-libs.i386 0:4.4.2.3-22.el5 set to be updated
---> Package systemtap-runtime.i386 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.i386 0:1.1.1-48.76.el5_6.4 set to be updated
---> Package xorg-x11-xinit.i386 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.i386 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: libXevie.so.1 for package: at-spi
---> Package rpm-python.i386 0:4.4.2.3-22.el5 set to be updated
---> Package xorg-x11-server-utils.i386 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1 for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6 for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1 for package: xorg-x11-server-utils
--> Running transaction check
---> Package libXTrap.i386 0:1.0.0-3.1 set to be updated
---> Package libXevie.i386 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.i386 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.i386 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.i386 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-ap-se-rhel-server-1y 646 k
 automake              noarch 1.9.6-2.3.el5     rhui-ap-se-rhel-server-1y 476 k
 automake14            noarch 1.4p6-13.el5.1    rhui-ap-se-rhel-server-1y 200 k
 automake15            noarch 1.5-16.el5.2      rhui-ap-se-rhel-server-1y 230 k
 automake16            noarch 1.6.3-8.el5.1     rhui-ap-se-rhel-server-1y 241 k
 automake17            noarch 1.7.9-7.el5.2     rhui-ap-se-rhel-server-1y 278 k
 bison                 i386   2.3-2.1           rhui-ap-se-rhel-server-1y 536 k
 byacc                 i386   1.9-29.2.2        rhui-ap-se-rhel-server-1y  38 k
 cscope                i386   15.5-15.1.el5_3.1 rhui-ap-se-rhel-server-1y 136 k
 ctags                 i386   5.6-1.1           rhui-ap-se-rhel-server-1y 127 k
 cvs                   i386   1.11.22-7.el5     rhui-ap-se-rhel-server-1y 725 k
 dev86                 i386   0.16.17-2.2       rhui-ap-se-rhel-server-1y 372 k
 diffstat              i386   1.41-1.2.3.el5    rhui-ap-se-rhel-server-1y  18 k
 dogtail               noarch 0.6.1-4.el5       rhui-ap-se-rhel-server-1y 172 k
 doxygen               i386   1:1.4.7-1.1       rhui-ap-se-rhel-server-1y 2.3 M
 elfutils              i386   0.137-3.el5       rhui-ap-se-rhel-server-1y 228 k
 flex                  i386   2.5.4a-41.fc6     rhui-ap-se-rhel-server-1y 124 k
 gcc-c++               i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 3.4 M
 gcc-gfortran          i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 3.1 M
 gdb                   i386   7.0.1-37.el5_7.1  rhui-ap-se-rhel-server-1y 2.4 M
 indent                i386   2.2.9-14.fc6      rhui-ap-se-rhel-server-1y  93 k
 libtool               i386   1.5.22-7.el5_4    rhui-ap-se-rhel-server-1y 667 k
 ltrace                i386   0.5-13.45svn.el5  rhui-ap-se-rhel-server-1y  61 k
 oprofile              i386   0.9.4-15.el5      rhui-ap-se-rhel-server-1y 2.7 M
 patchutils            i386   0.2.31-2.2.2      rhui-ap-se-rhel-server-1y 109 k
 pstack                i386   1.2-7.2.2         rhui-ap-se-rhel-server-1y 4.6 k
 python-ldap           i386   2.2.0-2.1         rhui-ap-se-rhel-server-1y 122 k
 rcs                   i386   5.7-30.1          rhui-ap-se-rhel-server-1y 332 k
 redhat-rpm-config     noarch 8.0.45-32.el5     rhui-ap-se-rhel-server-1y  54 k
 rpm-build             i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 302 k
 splint                i386   3.1.1-16.el5      rhui-ap-se-rhel-server-1y 1.5 M
 strace                i386   4.5.18-5.el5_5.5  rhui-ap-se-rhel-server-1y 172 k
 swig                  i386   1.3.29-2.el5      rhui-ap-se-rhel-server-1y 2.9 M
 systemtap             i386   1.3-9.el5         rhui-ap-se-rhel-server-1y 2.5 M
 texinfo               i386   4.8-14.el5        rhui-ap-se-rhel-server-1y 753 k
 valgrind              i386   1:3.5.0-5.el5     rhui-ap-se-rhel-server-1y  20 M
Updating:
 gcc                   i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 5.2 M
 gettext               i386   0.17-1.el5        rhui-ap-se-rhel-server-1y 2.4 M
 python                i386   2.4.3-44.el5      rhui-ap-se-rhel-server-1y  57 k
 subversion            i386   1.6.11-7.el5_6.4  rhui-ap-se-rhel-server-1y 3.1 M
Installing for dependencies:
 at-spi                i386   1.7.11-3.el5      rhui-ap-se-rhel-server-1y 290 k
 elfutils-libs         i386   0.137-3.el5       rhui-ap-se-rhel-server-1y 193 k
 gnome-python2-gconf   i386   2.16.0-1.fc6      rhui-ap-se-rhel-server-1y  32 k
 imake                 i386   1.0.2-3           rhui-ap-se-rhel-server-1y 318 k
 libXTrap              i386   1.0.0-3.1         rhui-ap-se-rhel-server-1y  23 k
 libXevie              i386   1.0.1-3.1         rhui-ap-se-rhel-server-1y  14 k
 libXfontcache         i386   1.0.2-3.1         rhui-ap-se-rhel-server-1y 9.7 k
 libXxf86misc          i386   1.0.1-3.1         rhui-ap-se-rhel-server-1y  12 k
 libgfortran           i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 232 k
 libstdc++-devel       i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 2.8 M
 pyspi                 i386   0.6.1-1.el5       rhui-ap-se-rhel-server-1y  79 k
 python-libs           i386   2.4.3-44.el5      rhui-ap-se-rhel-server-1y 5.8 M
 systemtap-runtime     i386   1.3-9.el5         rhui-ap-se-rhel-server-1y  93 k
 xorg-x11-server-Xvfb  i386   1.1.1-48.76.el5_6.4
                                                rhui-ap-se-rhel-server-1y 1.6 M
 xorg-x11-server-utils i386   7.1-5.el5_6.2     rhui-ap-se-rhel-server-1y 164 k
 xorg-x11-xinit        i386   1.0.2-15.el5      rhui-ap-se-rhel-server-1y  26 k
Updating for dependencies:

Comment 2 Kedar Bidarkar 2011-09-15 13:19:44 UTC
 cpp                   i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 2.7 M
 libgcc                i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y  96 k
 libstdc++             i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 363 k
 popt                  i386   1.10.2.3-22.el5   rhui-ap-se-rhel-server-1y  75 k
 rpm                   i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 1.2 M
 rpm-libs              i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 928 k
 rpm-python            i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y  60 k

Transaction Summary
================================================================================
Install      52 Package(s)
Upgrade      11 Package(s)

Total download size: 75 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.5 MB/s |  75 MB     00:21     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : libgcc                                                  1/74 

  Updating       : popt                                                    2/74 

  Updating       : libstdc++                                               3/74 

  Updating       : cpp                                                     4/74 

  Updating       : gcc                                                     5/74 

  Installing     : libgfortran                                             6/74 

  Installing     : libXTrap                                                7/74 

  Installing     : elfutils-libs                                           8/74 

  Installing     : elfutils                                                9/74 

  Installing     : libXfontcache                                          10/74 

  Installing     : libXxf86misc                                           11/74 

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

  Installing     : xorg-x11-xinit                                         13/74 

  Installing     : xorg-x11-server-Xvfb                                   14/74 

  Installing     : imake                                                  15/74 

  Installing     : libXevie                                               16/74 

  Installing     : at-spi                                                 17/74 

  Installing     : gcc-gfortran                                           18/74 

  Installing     : swig                                                   19/74 

  Installing     : doxygen                                                20/74 

  Installing     : oprofile                                               21/74 

  Installing     : texinfo                                                22/74 

  Installing     : splint                                                 23/74 

  Installing     : cvs                                                    24/74 

  Installing     : cscope                                                 25/74 

  Installing     : ltrace                                                 26/74 

  Installing     : strace                                                 27/74 

  Installing     : flex                                                   28/74 

  Installing     : indent                                                 29/74 

  Installing     : valgrind                                               30/74 

  Installing     : dev86                                                  31/74 

  Installing     : bison                                                  32/74 

  Installing     : diffstat                                               33/74 

  Installing     : byacc                                                  34/74 

  Installing     : patchutils                                             35/74 

  Installing     : rcs                                                    36/74 

  Installing     : ctags                                                  37/74 

  Installing     : autoconf                                               38/74 

  Installing     : automake                                               39/74 

  Installing     : libstdc++-devel                                        40/74 

  Installing     : systemtap-runtime                                      41/74 

  Installing     : libtool                                                42/74 

  Installing     : automake17                                             43/74 

  Installing     : automake14                                             44/74 

  Installing     : automake15                                             45/74 

  Installing     : redhat-rpm-config                                      46/74 

  Installing     : automake16                                             47/74 

  Installing     : gcc-c++                                                48/74 

  Updating       : python                                                 49/74 

  Updating       : rpm-libs                                               50/74 

  Installing     : python-libs                                            51/74 

  Updating       : rpm                                                    52/74 

  Updating       : rpm-python                                             53/74 

  Installing     : gdb                                                    54/74 

  Installing     : pyspi                                                  55/74 

  Installing     : gnome-python2-gconf                                    56/74 

  Updating       : subversion                                             57/74 

  Installing     : rpm-build                                              58/74 

  Updating       : gettext                                                59/74 

  Installing     : python-ldap                                            60/74 

  Installing     : dogtail                                                61/74 

  Installing     : pstack                                                 62/74 

  Installing     : systemtap                                              63/74 

  Cleanup        : libgcc                                                 64/74 

  Cleanup        : gettext                                                65/74 

  Cleanup        : cpp                                                    66/74 

  Cleanup        : libstdc++                                              67/74 

  Cleanup        : rpm                                                    68/74 

  Cleanup        : rpm-python                                             69/74 

  Cleanup        : popt                                                   70/74 

  Cleanup        : subversion                                             71/74 

  Cleanup        : python                                                 72/74 

  Cleanup        : rpm-libs                                               73/74 

  Cleanup        : gcc                                                    74/74 

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.i386 0:2.3-2.1                       byacc.i386 0:1.9-29.2.2            
  cscope.i386 0:15.5-15.1.el5_3.1            ctags.i386 0:5.6-1.1               
  cvs.i386 0:1.11.22-7.el5                   dev86.i386 0:0.16.17-2.2           
  diffstat.i386 0:1.41-1.2.3.el5             dogtail.noarch 0:0.6.1-4.el5       
  doxygen.i386 1:1.4.7-1.1                   elfutils.i386 0:0.137-3.el5        
  flex.i386 0:2.5.4a-41.fc6                  gcc-c++.i386 0:4.1.2-51.el5        
  gcc-gfortran.i386 0:4.1.2-51.el5           gdb.i386 0:7.0.1-37.el5_7.1        
  indent.i386 0:2.2.9-14.fc6                 libtool.i386 0:1.5.22-7.el5_4      
  ltrace.i386 0:0.5-13.45svn.el5             oprofile.i386 0:0.9.4-15.el5       
  patchutils.i386 0:0.2.31-2.2.2             pstack.i386 0:1.2-7.2.2            
  python-ldap.i386 0:2.2.0-2.1               rcs.i386 0:5.7-30.1                
  redhat-rpm-config.noarch 0:8.0.45-32.el5   rpm-build.i386 0:4.4.2.3-22.el5    
  splint.i386 0:3.1.1-16.el5                 strace.i386 0:4.5.18-5.el5_5.5     
  swig.i386 0:1.3.29-2.el5                   systemtap.i386 0:1.3-9.el5         
  texinfo.i386 0:4.8-14.el5                  valgrind.i386 1:3.5.0-5.el5        

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

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

Dependency Updated:
  cpp.i386 0:4.1.2-51.el5                 libgcc.i386 0:4.1.2-51.el5           
  libstdc++.i386 0:4.1.2-51.el5           popt.i386 0:1.10.2.3-22.el5          
  rpm.i386 0:4.4.2.3-22.el5               rpm-libs.i386 0:4.4.2.3-22.el5       
  rpm-python.i386 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.i386 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 audit.i386 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-python.i386 0:1.7.18-2.el5 set to be updated
---> Package authconfig.i386 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.i386 0:5.3.21-7.el5 set to be updated
---> Package autofs.i386 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-compat-libdns_sd.i386 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 bash.i386 0:3.2-32.el5 set to be updated
---> Package bind-libs.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.i386 1:1.2.0-10.el5 set to be updated
---> Package coreutils.i386 0:5.97-34.el5 set to be updated
---> Package cpuspeed.i386 1:1.2.1-10.el5 set to be updated
---> Package crash.i386 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.i386 0:1.0.3-8.el5 set to be updated
---> Package cups.i386 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 curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.i386 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 device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.i386 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.i386 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.i386 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.i386 1:2.11-1.el5 set to be updated
---> Package dmraid.i386 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.i386 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package exim.i386 0:4.63-10.el5 set to be updated
---> Package finger.i386 0:0.17-33 set to be updated
---> Package gdbm.i386 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5_7.3 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc-common.i386 0:2.5-65 set to be updated
---> Package glibc-devel.i386 0:2.5-65 set to be updated
---> Package glibc-headers.i386 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gzip.i386 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 httpd.i386 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.i386 0:8.45.38-2.el5 set to be updated
---> Package jwhois.i386 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.i386 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.i686 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.i686 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.i386 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.i386 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-workstation.i386 0:1.6.1-62.el5 set to be updated
---> Package ksh.i386 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.i386 0:1.2.57.1.26-1 set to be updated
---> Package less.i386 0:436-7.el5 set to be updated
---> Package libXfont.i386 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.i386 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 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 libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.i386 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 libuser.i386 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 libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.i386 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.i386 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.i386 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.i386 0:0.16-8.el5 set to be updated
---> Package man.i386 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.i386 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.i386 0:0.26-11.el5 set to be updated
---> Package mod_ssl.i386 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.i386 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.i386 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.i386 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.i386 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.i386 1:1.0.9-54.el5 set to be updated
---> Package nscd.i386 0:2.5-65 set to be updated
---> Package nspr.i386 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-tools.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package ntp.i386 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-clients.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.i386 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.i386 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.i386 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 openswan.i386 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 pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.i386 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package passwd.i386 0:0.73-2 set to be updated
---> Package patch.i386 0:2.5.4-31.el5 set to be updated
---> Package pciutils.i386 0:3.1.7-3.el5 set to be updated
---> Package pcre.i386 0:6.6-6.el5_6.1 set to be updated
---> Package perl.i386 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.i386 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.i386 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.i386 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-python.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.i386 0:3.2.7-17.el5 set to be updated
---> Package psmisc.i386 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.i386 0:0.6-2.el5 set to be updated
---> Package python-numeric.i386 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.i386 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-release.i386 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.i386 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.i386 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.i386 1:2.0-4.el5 set to be updated
---> Package rsync.i386 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.i386 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.i386 0:4.0.3-4.el5 set to be updated
---> Package sed.i386 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.i386 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.i386 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.i386 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.i386 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.i386 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.i386 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.i386 3:2.0.1-6.el5 set to be updated
---> Package tzdata.i386 0:2011h-2.el5 set to be updated
---> Package udev.i386 0:095-14.27.el5 set to be updated
---> Package util-linux.i386 0:2.13-0.56.el5 set to be updated
---> Package vim-common.i386 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.i386 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.i386 2:7.0.109-7.el5 set to be updated
---> Package vnc.i386 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.i386 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.i386 0:2.0.5-21.el5 set to be updated
---> Package w3m.i386 0:0.5.1-18.el5 set to be updated
---> Package xinetd.i386 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.i386 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.i386 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.i386 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
--> Running transaction check
---> Package iscsi-initiator-utils.i386 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version               Repository                 Size
================================================================================
Installing:
 kernel-xen        i686   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y  20 M
 kernel-xen-devel  i686   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y 5.6 M
Updating:
 SysVinit          i386   2.86-17.el5           rhui-ap-se-rhel-server-1y 113 k
 apr               i386   1.2.7-11.el5_6.5      rhui-ap-se-rhel-server-1y 124 k
 audit             i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y 363 k
 audit-libs        i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y  78 k
 audit-libs-python i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y  79 k
 authconfig        i386   5.3.21-7.el5          rhui-ap-se-rhel-server-1y 456 k
 authconfig-gtk    i386   5.3.21-7.el5          rhui-ap-se-rhel-server-1y  47 k
 autofs            i386   1:5.0.1-0.rc2.156.el5 rhui-ap-se-rhel-server-1y 918 k
 avahi             i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y 251 k
 avahi-compat-libdns_sd
                   i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y  23 k
 avahi-glib        i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y  15 k
 bash              i386   3.2-32.el5            rhui-ap-se-rhel-server-1y 1.8 M
 bind-libs         i386   30:9.3.6-16.P1.el5    rhui-ap-se-rhel-server-1y 862 k
 bind-utils        i386   30:9.3.6-16.P1.el5    rhui-ap-se-rhel-server-1y 173 k
 busybox           i386   1:1.2.0-10.el5        rhui-ap-se-rhel-server-1y 1.1 M
 coreutils         i386   5.97-34.el5           rhui-ap-se-rhel-server-1y 3.6 M
 cpuspeed          i386   1:1.2.1-10.el5        rhui-ap-se-rhel-server-1y  32 k
 crash             i386   4.1.2-8.el5           rhui-ap-se-rhel-server-1y 1.6 M
 cryptsetup-luks   i386   1.0.3-8.el5           rhui-ap-se-rhel-server-1y 716 k
 cups              i386   1:1.3.7-26.el5_6.1    rhui-ap-se-rhel-server-1y 3.1 M
 cups-libs         i386   1:1.3.7-26.el5_6.1    rhui-ap-se-rhel-server-1y 199 k
 curl              i386   7.15.5-9.el5_7.4      rhui-ap-se-rhel-server-1y 234 k
 dbus              i386   1.1.2-16.el5_7        rhui-ap-se-rhel-server-1y 235 k
 dbus-libs         i386   1.1.2-16.el5_7        rhui-ap-se-rhel-server-1y 124 k
 device-mapper     i386   1.02.63-4.el5         rhui-ap-se-rhel-server-1y 776 k
 device-mapper-event
                   i386   1.02.63-4.el5         rhui-ap-se-rhel-server-1y  22 k
 device-mapper-multipath
                   i386   0.4.7-46.el5_7.1      rhui-ap-se-rhel-server-1y 2.8 M
 dhclient          i386   12:3.0.5-29.el5_7.1   rhui-ap-se-rhel-server-1y 281 k
 dhcpv6-client     i386   1.0.10-20.el5         rhui-ap-se-rhel-server-1y 124 k
 dmidecode         i386   1:2.11-1.el5          rhui-ap-se-rhel-server-1y  78 k
 dmraid            i386   1.0.0.rc13-65.el5     rhui-ap-se-rhel-server-1y 738 k
 dmraid-events     i386   1.0.0.rc13-65.el5     rhui-ap-se-rhel-server-1y  24 k
 e2fsprogs         i386   1.39-33.el5           rhui-ap-se-rhel-server-1y 827 k
 e2fsprogs-libs    i386   1.39-33.el5           rhui-ap-se-rhel-server-1y 120 k
 exim              i386   4.63-10.el5           rhui-ap-se-rhel-server-1y 1.2 M
 finger            i386   0.17-33               rhui-ap-se-rhel-server-1y  21 k
 gdbm              i386   1.8.0-26.2.1.el5_6.1  rhui-ap-se-rhel-server-1y  28 k
 ghostscript       i386   8.70-6.el5_7.3        rhui-ap-se-rhel-server-1y 9.0 M
 glibc             i686   2.5-65                rhui-ap-se-rhel-server-1y 5.3 M
 glibc-common      i386   2.5-65                rhui-ap-se-rhel-server-1y  16 M
 glibc-devel       i386   2.5-65                rhui-ap-se-rhel-server-1y 2.0 M
 glibc-headers     i386   2.5-65                rhui-ap-se-rhel-server-1y 604 k
 gnome-vfs2        i386   2.16.2-8.el5          rhui-ap-se-rhel-server-1y 1.2 M
 gzip              i386   1.3.5-13.el5          rhui-ap-se-rhel-server-1y 102 k
 hal               i386   0.5.8.1-62.el5        rhui-ap-se-rhel-server-1y 391 k
 httpd             i386   2.2.3-53.el5_7.1      rhui-ap-se-rhel-server-1y 1.2 M
 hwdata            noarch 0.213.24-1.el5        rhui-ap-se-rhel-server-1y 414 k
 initscripts       i386   8.45.38-2.el5         rhui-ap-se-rhel-server-1y 1.6 M
 jwhois            i386   3.2.3-12.el5          rhui-ap-se-rhel-server-1y  97 k
 kernel-headers    i386   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y 1.2 M
 kexec-tools       i386   1.102pre-126.el5_6.6  rhui-ap-se-rhel-server-1y 560 k
 kpartx            i386   0.4.7-46.el5_7.1      rhui-ap-se-rhel-server-1y 425 k
 krb5-libs         i386   1.6.1-62.el5          rhui-ap-se-rhel-server-1y 668 k
 krb5-workstation  i386   1.6.1-62.el5          rhui-ap-se-rhel-server-1y 887 k
 ksh               i386   20100202-1.el5_6.6    rhui-ap-se-rhel-server-1y 1.2 M
 kudzu             i386   1.2.57.1.26-1         rhui-ap-se-rhel-server-1y 236 k
 less              i386   436-7.el5             rhui-ap-se-rhel-server-1y 106 k
 libXfont          i386   1.2.2-1.0.4.el5_7     rhui-ap-se-rhel-server-1y 240 k
 libgcj            i386   4.1.2-51.el5          rhui-ap-se-rhel-server-1y  16 M
 libgomp           i386   4.4.4-13.el5          rhui-ap-se-rhel-server-1y  72 k
 libhugetlbfs      i386   1.3-8.2.el5           rhui-ap-se-rhel-server-1y  40 k
 libicu            i386   3.6-5.16              rhui-ap-se-rhel-server-1y 5.3 M
 libpng            i386   2:1.2.10-7.1.el5_7.5  rhui-ap-se-rhel-server-1y 241 k
 libselinux        i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  77 k
 libselinux-python i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  73 k
 libselinux-utils  i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  55 k
 libsmbclient      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 908 k
 libsysfs          i386   2.1.0-1.el5           rhui-ap-se-rhel-server-1y  47 k
 libtiff           i386   3.8.2-7.el5_6.7       rhui-ap-se-rhel-server-1y 308 k
 libuser           i386   0.54.7-2.1.el5_5.2    rhui-ap-se-rhel-server-1y 438 k
 libvolume_id      i386   095-14.27.el5         rhui-ap-se-rhel-server-1y  44 k
 libxml2           i386   2.6.26-2.1.12         rhui-ap-se-rhel-server-1y 795 k
 libxml2-python    i386   2.6.26-2.1.12         rhui-ap-se-rhel-server-1y 702 k
 logrotate         i386   3.7.4-12              rhui-ap-se-rhel-server-1y  42 k
 logwatch          noarch 7.3-9.el5_6           rhui-ap-se-rhel-server-1y 244 k
 lvm2              i386   2.02.84-6.el5_7.1     rhui-ap-se-rhel-server-1y 2.9 M
 m2crypto          i386   0.16-8.el5            rhui-ap-se-rhel-server-1y 494 k
 man               i386   1.6d-2.el5            rhui-ap-se-rhel-server-1y 262 k
 man-pages         noarch 2.39-17.el5           rhui-ap-se-rhel-server-1y 4.2 M
 man-pages-ja      noarch 20060815-14.el5       rhui-ap-se-rhel-server-1y 4.9 M
 mkinitrd          i386   5.1.19.6-71.el5       rhui-ap-se-rhel-server-1y 474 k
 mod_authz_ldap    i386   0.26-11.el5           rhui-ap-se-rhel-server-1y  85 k
 mod_ssl           i386   1:2.2.3-53.el5_7.1    rhui-ap-se-rhel-server-1y  93 k
 mysql             i386   5.0.77-4.el5_6.6      rhui-ap-se-rhel-server-1y 4.8 M
 nash              i386   5.1.19.6-71.el5       rhui-ap-se-rhel-server-1y 1.1 M
 net-snmp          i386   1:5.3.2.2-14.el5_7.1  rhui-ap-se-rhel-server-1y 702 k
 net-snmp-libs     i386   1:5.3.2.2-14.el5_7.1  rhui-ap-se-rhel-server-1y 1.3 M
 nfs-utils         i386   1:1.0.9-54.el5        rhui-ap-se-rhel-server-1y 397 k
 nscd              i386   2.5-65                rhui-ap-se-rhel-server-1y 169 k
 nspr              i386   4.8.8-1.el5_7         rhui-ap-se-rhel-server-1y 120 k
 nss               i386   3.12.10-4.el5_7       rhui-ap-se-rhel-server-1y 1.1 M
 nss-tools         i386   3.12.10-4.el5_7       rhui-ap-se-rhel-server-1y 1.2 M
 nss_ldap          i386   253-42.el5            rhui-ap-se-rhel-server-1y 1.4 M
 ntp               i386   4.2.2p1-15.el5        rhui-ap-se-rhel-server-1y 1.3 M
 openldap          i386   2.3.43-12.el5_6.7     rhui-ap-se-rhel-server-1y 296 k
 openldap-clients  i386   2.3.43-12.el5_6.7     rhui-ap-se-rhel-server-1y 217 k
 openssh           i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 289 k
 openssh-clients   i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 452 k
 openssh-server    i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 273 k
 openssl           i686   0.9.8e-20.el5         rhui-ap-se-rhel-server-1y 1.4 M
 openswan          i386   2.6.21-5.el5_6.4      rhui-ap-se-rhel-server-1y 1.0 M
 pam_krb5          i386   2.2.14-21.el5         rhui-ap-se-rhel-server-1y 150 k
 pango             i386   1.14.9-8.el5_6.2      rhui-ap-se-rhel-server-1y 334 k
 paps              i386   0.6.6-20.el5          rhui-ap-se-rhel-server-1y  33 k
 parted            i386   1.8.1-28.el5          rhui-ap-se-rhel-server-1y 541 k
 passwd            i386   0.73-2                rhui-ap-se-rhel-server-1y  20 k
 patch             i386   2.5.4-31.el5          rhui-ap-se-rhel-server-1y  65 k
 pciutils          i386   3.1.7-3.el5           rhui-ap-se-rhel-server-1y 114 k
 pcre              i386   6.6-6.el5_6.1         rhui-ap-se-rhel-server-1y 117 k
 perl              i386   4:5.8.8-32.el5_6.3    rhui-ap-se-rhel-server-1y  12 M
 poppler           i386   0.5.4-4.4.el5_6.17    rhui-ap-se-rhel-server-1y 3.0 M
 poppler-utils     i386   0.5.4-4.4.el5_6.17    rhui-ap-se-rhel-server-1y  73 k
 postgresql        i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y 2.9 M
 postgresql-libs   i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y 196 k
 postgresql-python i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y  55 k
 procps            i386   3.2.7-17.el5          rhui-ap-se-rhel-server-1y 212 k
 psmisc            i386   22.2-7.el5_6.2        rhui-ap-se-rhel-server-1y  61 k
 pyOpenSSL         i386   0.6-2.el5             rhui-ap-se-rhel-server-1y 128 k
 python-numeric    i386   23.7-2.2.2.el5_6.1    rhui-ap-se-rhel-server-1y 748 k
 python-urlgrabber noarch 3.1.0-6.el5           rhui-ap-se-rhel-server-1y 132 k
 quota             i386   1:3.13-5.el5          rhui-ap-se-rhel-server-1y 359 k
 redhat-lsb        i386   4.0-2.1.4.el5         rhui-ap-se-rhel-server-1y  25 k
 redhat-release    i386   5Server-5.7.0.3       rhui-ap-se-rhel-server-1y  62 k
 redhat-release-notes
                   i386   5Server-41            rhui-ap-se-rhel-server-1y 370 k
 rhn-check         noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y  42 k
 rhn-client-tools  noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y 924 k
 rhn-setup         noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y 114 k
 rhnlib            noarch 2.5.22-6.el5          rhui-ap-se-rhel-server-1y  70 k
 rhnsd             i386   4.7.0-10.el5          rhui-ap-se-rhel-server-1y  34 k
 rng-utils         i386   1:2.0-4.el5           rhui-ap-se-rhel-server-1y  16 k
 rsync             i386   3.0.6-4.el5_7.1       rhui-ap-se-rhel-server-1y 338 k
 rsyslog           i386   3.22.1-3.el5_6.1      rhui-ap-se-rhel-server-1y 380 k
 ruby              i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 276 k
 ruby-irb          i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y  69 k
 ruby-libs         i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 1.6 M
 ruby-rdoc         i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 135 k
 samba-client      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 5.7 M
 samba-common      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 6.7 M
 screen            i386   4.0.3-4.el5           rhui-ap-se-rhel-server-1y 559 k
 sed               i386   4.1.5-8.el5           rhui-ap-se-rhel-server-1y 176 k
 selinux-policy    noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 420 k
 selinux-policy-devel
                   noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 446 k
 selinux-policy-targeted
                   noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 1.3 M

Comment 3 Kedar Bidarkar 2011-09-15 13:19:52 UTC
 shadow-utils      i386   2:4.0.17-18.el5_6.1   rhui-ap-se-rhel-server-1y 1.0 M
 sos               noarch 1.7-9.54.el5          rhui-ap-se-rhel-server-1y 151 k
 sudo              i386   1.7.2p1-10.el5        rhui-ap-se-rhel-server-1y 348 k
 sysfsutils        i386   2.1.0-1.el5           rhui-ap-se-rhel-server-1y  39 k
 system-config-lvm noarch 1.1.5-9.el5           rhui-ap-se-rhel-server-1y 690 k
 system-config-network
                   noarch 1.3.99.19-2.el5       rhui-ap-se-rhel-server-1y 424 k
 system-config-network-tui
                   noarch 1.3.99.19-2.el5       rhui-ap-se-rhel-server-1y 1.8 M
 system-config-securitylevel
                   i386   1.6.29.1-6.el5        rhui-ap-se-rhel-server-1y 280 k
 system-config-securitylevel-tui
                   i386   1.6.29.1-6.el5        rhui-ap-se-rhel-server-1y 254 k
 tmpwatch          i386   2.9.7-1.1.el5.5       rhui-ap-se-rhel-server-1y  19 k
 traceroute        i386   3:2.0.1-6.el5         rhui-ap-se-rhel-server-1y  40 k
 tzdata            i386   2011h-2.el5           rhui-ap-se-rhel-server-1y 781 k
 udev              i386   095-14.27.el5         rhui-ap-se-rhel-server-1y 2.4 M
 util-linux        i386   2.13-0.56.el5         rhui-ap-se-rhel-server-1y 1.8 M
 vim-common        i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 6.4 M
 vim-enhanced      i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 1.2 M
 vim-minimal       i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 310 k
 vnc               i386   4.1.2-14.el5_6.6      rhui-ap-se-rhel-server-1y 160 k
 vnc-server        i386   4.1.2-14.el5_6.6      rhui-ap-se-rhel-server-1y 2.0 M
 vsftpd            i386   2.0.5-21.el5          rhui-ap-se-rhel-server-1y 142 k
 w3m               i386   0.5.1-18.el5          rhui-ap-se-rhel-server-1y 1.1 M
 xinetd            i386   2:2.3.14-13.el5       rhui-ap-se-rhel-server-1y 125 k
 xorg-x11-font-utils
                   i386   1:7.1-3               rhui-ap-se-rhel-server-1y  76 k
 xorg-x11-xfs      i386   1:1.0.2-5.el5_6.1     rhui-ap-se-rhel-server-1y  69 k
 xulrunner         i386   1.9.2.22-1.el5_7      rhui-ap-se-rhel-server-1y  12 M
 yum               noarch 3.2.22-37.el5         rhui-ap-se-rhel-server-1y 1.0 M
 yum-fastestmirror noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  19 k
 yum-rhn-plugin    noarch 0.5.4-22.el5_7.2      rhui-ap-se-rhel-server-1y  63 k
 yum-security      noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  25 k
 yum-updateonboot  noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  13 k
 yum-utils         noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  71 k
 zlib              i386   1.2.3-4.el5           rhui-ap-se-rhel-server-1y  51 k
Installing for dependencies:
 iscsi-initiator-utils
                   i386   6.2.0.872-10.el5      rhui-ap-se-rhel-server-1y 974 k

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

Total download size: 225 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.7 MB/s | 225 MB     01:01     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/353 

  Updating       : tzdata                                                 2/353 

  Updating       : glibc-common                                           3/353 

  Updating       : kernel-headers                                         4/353 

  Updating       : busybox                                                5/353 

  Updating       : nash                                                   6/353 

  Updating       : redhat-release-notes                                   7/353 

  Updating       : man-pages-ja                                           8/353 

  Updating       : man-pages                                              9/353 

  Updating       : glibc                                                 10/353 

  Updating       : bash                                                  11/353 

  Updating       : libselinux                                            12/353 

  Updating       : zlib                                                  13/353 

  Updating       : coreutils                                             14/353 

  Updating       : device-mapper                                         15/353 

  Updating       : e2fsprogs-libs                                        16/353 

  Updating       : krb5-libs                                             17/353 

  Updating       : openssl                                               18/353 

  Updating       : openldap                                              19/353 

  Updating       : audit-libs                                            20/353 

  Updating       : shadow-utils                                          21/353 

  Updating       : sed                                                   22/353 

  Updating       : nspr                                                  23/353 

  Updating       : nss                                                   24/353 

  Updating       : pango                                                 25/353 

  Updating       : udev                                                  26/353 

  Updating       : util-linux                                            27/353 

  Updating       : postgresql-libs                                       28/353 

  Updating       : libXfont                                              29/353 

  Updating       : libxml2                                               30/353 

  Updating       : procps                                                31/353 

  Updating       : psmisc                                                32/353 

  Updating       : kpartx                                                33/353 

  Updating       : libpng                                                34/353 

  Updating       : libtiff                                               35/353 

  Updating       : cups-libs                                             36/353 

  Updating       : libsysfs                                              37/353 

  Updating       : pcre                                                  38/353 

  Updating       : gdbm                                                  39/353 

  Updating       : perl                                                  40/353 

  Updating       : libxml2-python                                        41/353 

  Updating       : m2crypto                                              42/353 

  Updating       : e2fsprogs                                             43/353 

  Updating       : logrotate                                             44/353 

  Updating       : SysVinit                                              45/353 

  Updating       : less                                                  46/353 

  Updating       : gzip                                                  47/353 

  Updating       : mysql                                                 48/353 

  Updating       : ruby-libs                                             49/353 

  Updating       : ruby                                                  50/353 

  Updating       : poppler                                               51/353 

  Updating       : libuser                                               52/353 

  Updating       : net-snmp-libs                                         53/353 

  Updating       : bind-libs                                             54/353 

  Updating       : apr                                                   55/353 

  Updating       : cryptsetup-luks                                       56/353 

  Updating       : libvolume_id                                          57/353 

  Updating       : passwd                                                58/353 

  Updating       : poppler-utils                                         59/353 

  Updating       : man                                                   60/353 

  Updating       : rsyslog                                               61/353 

  Updating       : xorg-x11-font-utils                                   62/353 

  Updating       : device-mapper-multipath                               63/353 

  Updating       : paps                                                  64/353 

  Updating       : tmpwatch                                              65/353 

  Updating       : nscd                                                  66/353 

  Updating       : pyOpenSSL                                             67/353 

  Updating       : device-mapper-event                                   68/353 

  Updating       : lvm2                                                  69/353 

  Updating       : vim-minimal                                           70/353 

  Updating       : libselinux-utils                                      71/353 

  Updating       : patch                                                 72/353 

  Updating       : pciutils                                              73/353 

  Updating       : dmidecode                                             74/353 

  Updating       : system-config-securitylevel-tui                       75/353 

  Updating       : nss_ldap                                              76/353 

  Updating       : ghostscript                                           77/353 

  Updating       : libgcj                                                78/353 

  Updating       : authconfig                                            79/353 

  Updating       : libsmbclient                                          80/353 

  Updating       : samba-common                                          81/353 

  Updating       : curl                                                  82/353 

  Installing     : iscsi-initiator-utils                                 83/353 

  Updating       : pam_krb5                                              84/353 

  Updating       : parted                                                85/353 

  Updating       : libgomp                                               86/353 

  Updating       : vim-common                                            87/353 

  Updating       : libicu                                                88/353 

  Updating       : vim-enhanced                                          89/353 

  Updating       : samba-client                                          90/353 

  Updating       : sudo                                                  91/353 

  Updating       : bind-utils                                            92/353 

  Updating       : net-snmp                                              93/353 

  Updating       : openswan                                              94/353 

  Updating       : sysfsutils                                            95/353 

  Updating       : autofs                                                96/353 

  Updating       : vnc-server                                            97/353 

  Updating       : postgresql-python                                     98/353 

  Updating       : krb5-workstation                                      99/353 

  Updating       : nfs-utils                                            100/353 

  Updating       : nss-tools                                            101/353 

  Updating       : kexec-tools                                          102/353 

  Updating       : screen                                               103/353 

  Updating       : audit-libs-python                                    104/353 

  Updating       : audit                                                105/353 

  Updating       : openldap-clients                                     106/353 

  Updating       : ksh                                                  107/353 

  Updating       : crash                                                108/353 

  Updating       : libselinux-python                                    109/353 

  Updating       : jwhois                                               110/353 

  Updating       : cpuspeed                                             111/353 

  Updating       : traceroute                                           112/353 

  Updating       : python-numeric                                       113/353 

  Updating       : finger                                               114/353 

  Updating       : libhugetlbfs                                         115/353 

  Updating       : rsync                                                116/353 

  Updating       : rhnlib                                               117/353 

  Updating       : python-urlgrabber                                    118/353 

  Updating       : yum                                                  119/353 

  Updating       : selinux-policy                                       120/353 

  Updating       : glibc-headers                                        121/353 

  Updating       : redhat-release                                       122/353 

  Updating       : ruby-irb                                             123/353 

  Updating       : ruby-rdoc                                            124/353 

  Updating       : glibc-devel                                          125/353 

  Updating       : selinux-policy-devel                                 126/353 

  Updating       : selinux-policy-targeted                              127/353/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                                     128/353 

  Updating       : yum-security                                         129/353 

  Updating       : yum-fastestmirror                                    130/353 

  Updating       : yum-utils                                            131/353 

  Updating       : authconfig-gtk                                       132/353 

  Updating       : system-config-securitylevel                          133/353 

  Updating       : system-config-lvm                                    134/353 

  Updating       : sos                                                  135/353 

  Updating       : logwatch                                             136/353 

  Updating       : w3m                                                  137/353 

  Updating       : ntp                                                  138/353 

  Installing     : kernel-xen-devel                                     139/353 

  Updating       : initscripts                                          140/353 

  Updating       : httpd                                                141/353 

  Updating       : exim                                                 142/353 

  Updating       : openssh                                              143/353 

  Updating       : openssh-server                                       144/353 

  Updating       : openssh-clients                                      145/353 

  Updating       : mod_ssl                                              146/353 

  Updating       : mod_authz_ldap                                       147/353 

  Updating       : quota                                                148/353 

  Updating       : rng-utils                                            149/353 

  Updating       : dhcpv6-client                                        150/353 

  Updating       : dhclient                                             151/353 

  Updating       : xorg-x11-xfs                                         152/353 

  Updating       : vnc                                                  153/353 

  Updating       : postgresql                                           154/353 

  Updating       : vsftpd                                               155/353 

  Updating       : redhat-lsb                                           156/353 

  Updating       : xinetd                                               157/353 

  Updating       : dbus-libs                                            158/353 

  Updating       : dbus                                                 159/353 

  Updating       : avahi                                                160/353 

  Updating       : hal                                                  161/353 

  Updating       : dmraid                                               162/353 

  Updating       : avahi-compat-libdns_sd                               163/353 

  Updating       : avahi-glib                                           164/353 

  Updating       : gnome-vfs2                                           165/353 

  Updating       : kudzu                                                166/353 

  Updating       : dmraid-events                                        167/353 

  Updating       : xulrunner                                            168/353 

  Updating       : cups                                                 169/353 

  Updating       : mkinitrd                                             170/353 

  Updating       : system-config-network-tui                            171/353 

  Updating       : system-config-network                                172/353 

  Installing     : kernel-xen                                           173/353 

  Updating       : rhn-client-tools                                     174/353 

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

  Updating       : rhn-setup                                            176/353 

  Updating       : rhn-check                                            177/353 

  Updating       : rhnsd                                                178/353 

  Cleanup        : selinux-policy                                       179/353 

  Cleanup        : hwdata                                               180/353 

  Cleanup        : less                                                 181/353 

  Cleanup        : yum-updateonboot                                     182/353 

  Cleanup        : audit-libs-python                                    183/353 

  Cleanup        : dbus-libs                                            184/353 

  Cleanup        : initscripts                                          185/353 

  Cleanup        : libicu                                               186/353 

  Cleanup        : glibc                                                187/353 

  Cleanup        : apr                                                  188/353 

  Cleanup        : nash                                                 189/353 

  Cleanup        : e2fsprogs                                            190/353 

  Cleanup        : quota                                                191/353 

  Cleanup        : rsyslog                                              192/353 

  Cleanup        : libsysfs                                             193/353 

  Cleanup        : man-pages                                            194/353 

  Cleanup        : selinux-policy-devel                                 195/353 

  Cleanup        : yum-rhn-plugin                                       196/353 

  Cleanup        : vnc-server                                           197/353 

  Cleanup        : jwhois                                               198/353 

  Cleanup        : libvolume_id                                         199/353 

  Cleanup        : kexec-tools                                          200/353 

  Cleanup        : bind-utils                                           201/353 

  Cleanup        : psmisc                                               202/353 

  Cleanup        : libselinux                                           203/353 

  Cleanup        : rng-utils                                            204/353 

  Cleanup        : net-snmp                                             205/353 

  Cleanup        : libgomp                                              206/353 

  Cleanup        : dhcpv6-client                                        207/353 

  Cleanup        : device-mapper                                        208/353 

  Cleanup        : gzip                                                 209/353 

  Cleanup        : curl                                                 210/353 

  Cleanup        : parted                                               211/353 

  Cleanup        : logrotate                                            212/353 

  Cleanup        : avahi                                                213/353 

  Cleanup        : device-mapper-multipath                              214/353 

  Cleanup        : avahi-compat-libdns_sd                               215/353 

  Cleanup        : dhclient                                             216/353 

  Cleanup        : glibc-headers                                        217/353 

  Cleanup        : vim-minimal                                          218/353 

  Cleanup        : traceroute                                           219/353 

  Cleanup        : libXfont                                             220/353 

  Cleanup        : pam_krb5                                             221/353 

  Cleanup        : openssh-server                                       222/353 

  Cleanup        : openldap                                             223/353 

  Cleanup        : libselinux-utils                                     224/353 

  Cleanup        : shadow-utils                                         225/353 

  Cleanup        : ksh                                                  226/353 

  Cleanup        : dmidecode                                            227/353 

  Cleanup        : krb5-libs                                            228/353 

  Cleanup        : poppler                                              229/353 

  Cleanup        : xinetd                                               230/353 

  Cleanup        : libselinux-python                                    231/353 

  Cleanup        : busybox                                              232/353 

  Cleanup        : m2crypto                                             233/353 

  Cleanup        : authconfig                                           234/353 

  Cleanup        : ruby-libs                                            235/353 

  Cleanup        : glibc-common                                         236/353 

  Cleanup        : openldap-clients                                     237/353 

  Cleanup        : authconfig-gtk                                       238/353 

  Cleanup        : python-numeric                                       239/353 

  Cleanup        : ntp                                                  240/353 

  Cleanup        : mysql                                                241/353 

  Cleanup        : mod_ssl                                              242/353 

  Cleanup        : libsmbclient                                         243/353 

  Cleanup        : tmpwatch                                             244/353 

  Cleanup        : man-pages-ja                                         245/353 

  Cleanup        : nspr                                                 246/353 

  Cleanup        : net-snmp-libs                                        247/353 

  Cleanup        : mkinitrd                                             248/353 

  Cleanup        : ruby-irb                                             249/353 

  Cleanup        : libxml2-python                                       250/353 

  Cleanup        : kudzu                                                251/353 

  Cleanup        : libpng                                               252/353 

  Cleanup        : vim-common                                           253/353 

  Cleanup        : python-urlgrabber                                    254/353 

  Cleanup        : exim                                                 255/353 

  Cleanup        : yum-security                                         256/353 

  Cleanup        : krb5-workstation                                     257/353 

  Cleanup        : dmraid                                               258/353 

  Cleanup        : nscd                                                 259/353 

  Cleanup        : sos                                                  260/353 

  Cleanup        : finger                                               261/353 

  Cleanup        : xorg-x11-xfs                                         262/353 

  Cleanup        : lvm2                                                 263/353 

  Cleanup        : ghostscript                                          264/353 

  Cleanup        : openssh-clients                                      265/353 

  Cleanup        : system-config-network                                266/353 

  Cleanup        : dbus                                                 267/353 

  Cleanup        : util-linux                                           268/353 

  Cleanup        : vnc                                                  269/353 

  Cleanup        : paps                                                 270/353 

  Cleanup        : postgresql-libs                                      271/353 

  Cleanup        : yum-fastestmirror                                    272/353 

  Cleanup        : cryptsetup-luks                                      273/353 

  Cleanup        : openswan                                             274/353 

  Cleanup        : cpuspeed                                             275/353 

  Cleanup        : httpd                                                276/353 

  Cleanup        : rhn-setup                                            277/353 

  Cleanup        : ruby                                                 278/353 

  Cleanup        : pango                                                279/353 

  Cleanup        : poppler-utils                                        280/353 

  Cleanup        : e2fsprogs-libs                                       281/353 

  Cleanup        : rhnlib                                               282/353 

  Cleanup        : system-config-securitylevel                          283/353 

  Cleanup        : samba-common                                         284/353 

  Cleanup        : procps                                               285/353 

  Cleanup        : SysVinit                                             286/353 

  Cleanup        : nfs-utils                                            287/353 

  Cleanup        : libtiff                                              288/353 

  Cleanup        : perl                                                 289/353 

  Cleanup        : libhugetlbfs                                         290/353 

  Cleanup        : bash                                                 291/353 

  Cleanup        : system-config-lvm                                    292/353 

  Cleanup        : ruby-rdoc                                            293/353 

  Cleanup        : kernel-headers                                       294/353 

  Cleanup        : logwatch                                             295/353 

  Cleanup        : xorg-x11-font-utils                                  296/353 

  Cleanup        : postgresql-python                                    297/353 

  Cleanup        : postgresql                                           298/353 

  Cleanup        : vsftpd                                               299/353 

  Cleanup        : vim-enhanced                                         300/353 

  Cleanup        : pcre                                                 301/353 

  Cleanup        : yum-utils                                            302/353 

  Cleanup        : gdbm                                                 303/353 

  Cleanup        : crash                                                304/353 

  Cleanup        : sysfsutils                                           305/353 

  Cleanup        : openssl                                              306/353 

  Cleanup        : bind-libs                                            307/353 

  Cleanup        : cups                                                 308/353 

  Cleanup        : nss_ldap                                             309/353 

  Cleanup        : redhat-release-notes                                 310/353 

  Cleanup        : zlib                                                 311/353 

  Cleanup        : glibc-devel                                          312/353 

  Cleanup        : autofs                                               313/353 

  Cleanup        : audit-libs                                           314/353 

  Cleanup        : rsync                                                315/353 

  Cleanup        : nss-tools                                            316/353 

  Cleanup        : pciutils                                             317/353 

  Cleanup        : redhat-lsb                                           318/353 

  Cleanup        : man                                                  319/353 

  Cleanup        : audit                                                320/353 

  Cleanup        : system-config-securitylevel-tui                      321/353 

  Cleanup        : rhn-check                                            322/353 

  Cleanup        : udev                                                 323/353 

  Cleanup        : coreutils                                            324/353 

  Cleanup        : w3m                                                  325/353 

  Cleanup        : sed                                                  326/353 

  Cleanup        : kpartx                                               327/353 

  Cleanup        : samba-client                                         328/353 

  Cleanup        : sudo                                                 329/353 

  Cleanup        : patch                                                330/353 

  Cleanup        : nss                                                  331/353 

  Cleanup        : gnome-vfs2                                           332/353 

  Cleanup        : redhat-release                                       333/353 

  Cleanup        : dmraid-events                                        334/353 

  Cleanup        : tzdata                                               335/353 

  Cleanup        : screen                                               336/353 

  Cleanup        : selinux-policy-targeted                              337/353 

  Cleanup        : avahi-glib                                           338/353 

  Cleanup        : libuser                                              339/353 

  Cleanup        : cups-libs                                            340/353 

  Cleanup        : rhnsd                                                341/353 

  Cleanup        : device-mapper-event                                  342/353 

  Cleanup        : system-config-network-tui                            343/353 

  Cleanup        : rhn-client-tools                                     344/353 

  Cleanup        : passwd                                               345/353 

  Cleanup        : yum                                                  346/353 

  Cleanup        : libxml2                                              347/353 

  Cleanup        : libgcj                                               348/353 

  Cleanup        : pyOpenSSL                                            349/353 

  Cleanup        : openssh                                              350/353 

  Cleanup        : xulrunner                                            351/353 

  Cleanup        : hal                                                  352/353 

  Cleanup        : mod_authz_ldap                                       353/353 

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

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

Updated:
  SysVinit.i386 0:2.86-17.el5                                                   
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  audit.i386 0:1.7.18-2.el5                                                     
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs-python.i386 0:1.7.18-2.el5                                         
  authconfig.i386 0:5.3.21-7.el5                                                
  authconfig-gtk.i386 0:5.3.21-7.el5                                            
  autofs.i386 1:5.0.1-0.rc2.156.el5                                             
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi-compat-libdns_sd.i386 0:0.6.16-10.el5_6                                 
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  bash.i386 0:3.2-32.el5                                                        
  bind-libs.i386 30:9.3.6-16.P1.el5                                             
  bind-utils.i386 30:9.3.6-16.P1.el5                                            
  busybox.i386 1:1.2.0-10.el5                                                   
  coreutils.i386 0:5.97-34.el5                                                  
  cpuspeed.i386 1:1.2.1-10.el5                                                  
  crash.i386 0:4.1.2-8.el5                                                      
  cryptsetup-luks.i386 0:1.0.3-8.el5                                            
  cups.i386 1:1.3.7-26.el5_6.1                                                  
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  dbus.i386 0:1.1.2-16.el5_7                                                    
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper-event.i386 0:1.02.63-4.el5                                      
  device-mapper-multipath.i386 0:0.4.7-46.el5_7.1                               
  dhclient.i386 12:3.0.5-29.el5_7.1                                             
  dhcpv6-client.i386 0:1.0.10-20.el5                                            
  dmidecode.i386 1:2.11-1.el5                                                   
  dmraid.i386 0:1.0.0.rc13-65.el5                                               
  dmraid-events.i386 0:1.0.0.rc13-65.el5                                        
  e2fsprogs.i386 0:1.39-33.el5                                                  
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  exim.i386 0:4.63-10.el5                                                       
  finger.i386 0:0.17-33                                                         
  gdbm.i386 0:1.8.0-26.2.1.el5_6.1                                              
  ghostscript.i386 0:8.70-6.el5_7.3                                             
  glibc.i686 0:2.5-65                                                           
  glibc-common.i386 0:2.5-65                                                    
  glibc-devel.i386 0:2.5-65                                                     
  glibc-headers.i386 0:2.5-65                                                   
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gzip.i386 0:1.3.5-13.el5                                                      
  hal.i386 0:0.5.8.1-62.el5                                                     
  httpd.i386 0:2.2.3-53.el5_7.1                                                 
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.i386 0:8.45.38-2.el5                                              
  jwhois.i386 0:3.2.3-12.el5                                                    
  kernel-headers.i386 0:2.6.18-274.3.1.el5                                      
  kexec-tools.i386 0:1.102pre-126.el5_6.6                                       
  kpartx.i386 0:0.4.7-46.el5_7.1                                                
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-workstation.i386 0:1.6.1-62.el5                                          
  ksh.i386 0:20100202-1.el5_6.6                                                 
  kudzu.i386 0:1.2.57.1.26-1                                                    
  less.i386 0:436-7.el5                                                         
  libXfont.i386 0:1.2.2-1.0.4.el5_7                                             
  libgcj.i386 0:4.1.2-51.el5                                                    
  libgomp.i386 0:4.4.4-13.el5                                                   
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libicu.i386 0:3.6-5.16                                                        
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux-python.i386 0:1.33.4-5.7.el5                                       
  libselinux-utils.i386 0:1.33.4-5.7.el5                                        
  libsmbclient.i386 0:3.0.33-3.29.el5_7.4                                       
  libsysfs.i386 0:2.1.0-1.el5                                                   
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libuser.i386 0:0.54.7-2.1.el5_5.2                                             
  libvolume_id.i386 0:095-14.27.el5                                             
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2-python.i386 0:2.6.26-2.1.12                                           
  logrotate.i386 0:3.7.4-12                                                     
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.i386 0:2.02.84-6.el5_7.1                                                 
  m2crypto.i386 0:0.16-8.el5                                                    
  man.i386 0:1.6d-2.el5                                                         
  man-pages.noarch 0:2.39-17.el5

Comment 4 Kedar Bidarkar 2011-09-15 13:19:58 UTC
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.i386 0:5.1.19.6-71.el5                                               
  mod_authz_ldap.i386 0:0.26-11.el5                                             
  mod_ssl.i386 1:2.2.3-53.el5_7.1                                               
  mysql.i386 0:5.0.77-4.el5_6.6                                                 
  nash.i386 0:5.1.19.6-71.el5                                                   
  net-snmp.i386 1:5.3.2.2-14.el5_7.1                                            
  net-snmp-libs.i386 1:5.3.2.2-14.el5_7.1                                       
  nfs-utils.i386 1:1.0.9-54.el5                                                 
  nscd.i386 0:2.5-65                                                            
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss-tools.i386 0:3.12.10-4.el5_7                                              
  nss_ldap.i386 0:253-42.el5                                                    
  ntp.i386 0:4.2.2p1-15.el5                                                     
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap-clients.i386 0:2.3.43-12.el5_6.7                                     
  openssh.i386 0:4.3p2-72.el5_7.5                                               
  openssh-clients.i386 0:4.3p2-72.el5_7.5                                       
  openssh-server.i386 0:4.3p2-72.el5_7.5                                        
  openssl.i686 0:0.9.8e-20.el5                                                  
  openswan.i386 0:2.6.21-5.el5_6.4                                              
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  paps.i386 0:0.6.6-20.el5                                                      
  parted.i386 0:1.8.1-28.el5                                                    
  passwd.i386 0:0.73-2                                                          
  patch.i386 0:2.5.4-31.el5                                                     
  pciutils.i386 0:3.1.7-3.el5                                                   
  pcre.i386 0:6.6-6.el5_6.1                                                     
  perl.i386 4:5.8.8-32.el5_6.3                                                  
  poppler.i386 0:0.5.4-4.4.el5_6.17                                             
  poppler-utils.i386 0:0.5.4-4.4.el5_6.17                                       
  postgresql.i386 0:8.1.23-1.el5_6.1                                            
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-python.i386 0:8.1.23-1.el5_6.1                                     
  procps.i386 0:3.2.7-17.el5                                                    
  psmisc.i386 0:22.2-7.el5_6.2                                                  
  pyOpenSSL.i386 0:0.6-2.el5                                                    
  python-numeric.i386 0:23.7-2.2.2.el5_6.1                                      
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.i386 1:3.13-5.el5                                                       
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-release.i386 0:5Server-5.7.0.3                                         
  redhat-release-notes.i386 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.i386 0:4.7.0-10.el5                                                     
  rng-utils.i386 1:2.0-4.el5                                                    
  rsync.i386 0:3.0.6-4.el5_7.1                                                  
  rsyslog.i386 0:3.22.1-3.el5_6.1                                               
  ruby.i386 0:1.8.5-19.el5_6.1                                                  
  ruby-irb.i386 0:1.8.5-19.el5_6.1                                              
  ruby-libs.i386 0:1.8.5-19.el5_6.1                                             
  ruby-rdoc.i386 0:1.8.5-19.el5_6.1                                             
  samba-client.i386 0:3.0.33-3.29.el5_7.4                                       
  samba-common.i386 0:3.0.33-3.29.el5_7.4                                       
  screen.i386 0:4.0.3-4.el5                                                     
  sed.i386 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.i386 2:4.0.17-18.el5_6.1                                         
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.i386 0:1.7.2p1-10.el5                                                    
  sysfsutils.i386 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.i386 0:1.6.29.1-6.el5                             
  system-config-securitylevel-tui.i386 0:1.6.29.1-6.el5                         
  tmpwatch.i386 0:2.9.7-1.1.el5.5                                               
  traceroute.i386 3:2.0.1-6.el5                                                 
  tzdata.i386 0:2011h-2.el5                                                     
  udev.i386 0:095-14.27.el5                                                     
  util-linux.i386 0:2.13-0.56.el5                                               
  vim-common.i386 2:7.0.109-7.el5                                               
  vim-enhanced.i386 2:7.0.109-7.el5                                             
  vim-minimal.i386 2:7.0.109-7.el5                                              
  vnc.i386 0:4.1.2-14.el5_6.6                                                   
  vnc-server.i386 0:4.1.2-14.el5_6.6                                            
  vsftpd.i386 0:2.0.5-21.el5                                                    
  w3m.i386 0:0.5.1-18.el5                                                       
  xinetd.i386 2:2.3.14-13.el5                                                   
  xorg-x11-font-utils.i386 1:7.1-3                                              
  xorg-x11-xfs.i386 1:1.0.2-5.el5_6.1                                           
  xulrunner.i386 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                                                       

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 OFF ... 
######################################################################################
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
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 5 Kedar Bidarkar 2011-09-15 13:25:48 UTC
IMAGE ID= ami-0684ff54_ap-southeast-1_m1.small
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
ip-10-136-117-107
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-i386-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 ... 
######################################################################################
COMMAND:  /sbin/swapoff /dev/sda3 && /sbin/swapon /dev/sda3
RESULT:  
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
free | grep Swap | awk '{print }'
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# 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-ap-se-rhel-server-1y Red Hat Enterprise Linux Server 5 (RPMs enabled: 9,180
repolist: 9,180 
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.i386 : A powerful interactive shell
zsh-html.i386 : 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.i386 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.i386 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.i386 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.i386 0:2.3-2.1 set to be updated
---> Package byacc.i386 0:1.9-29.2.2 set to be updated
---> Package cscope.i386 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.i386 0:5.6-1.1 set to be updated
---> Package cvs.i386 0:1.11.22-7.el5 set to be updated
---> Package dev86.i386 0:0.16.17-2.2 set to be updated
---> Package diffstat.i386 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.i386 1:1.4.7-1.1 set to be updated
---> Package elfutils.i386 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-i386 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0) for package: elfutils
--> Processing Dependency: libdw.so.1 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130) for package: elfutils
--> Processing Dependency: libasm.so.1 for package: elfutils
---> Package flex.i386 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.i386 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++.i386 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.i386 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 for package: gcc-gfortran
---> Package gdb.i386 0:7.0.1-37.el5_7.1 set to be updated
--> Processing Dependency: python-libs-i386 >= 2.4.3-32.el5 for package: gdb
---> Package gettext.i386 0:0.17-1.el5 set to be updated
---> Package indent.i386 0:2.2.9-14.fc6 set to be updated
---> Package libtool.i386 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.i386 0:0.5-13.45svn.el5 set to be updated
---> Package oprofile.i386 0:0.9.4-15.el5 set to be updated
---> Package patchutils.i386 0:0.2.31-2.2.2 set to be updated
---> Package pstack.i386 0:1.2-7.2.2 set to be updated
---> Package python-ldap.i386 0:2.2.0-2.1 set to be updated
---> Package rcs.i386 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.i386 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: popt = 1.10.2.3-22.el5 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5 for package: rpm-build
---> Package splint.i386 0:3.1.1-16.el5 set to be updated
---> Package strace.i386 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 swig.i386 0:1.3.29-2.el5 set to be updated
---> Package systemtap.i386 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
---> Package texinfo.i386 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package cpp.i386 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.i386 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.i386 0:2.16.0-1.fc6 set to be updated
---> Package imake.i386 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.i386 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 pyspi.i386 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libspi.so.0 for package: pyspi
--> Processing Dependency: libcspi.so.0 for package: pyspi
---> Package python-libs.i386 0:2.4.3-44.el5 set to be updated
---> Package rpm.i386 0:4.4.2.3-22.el5 set to be updated
---> Package rpm-libs.i386 0:4.4.2.3-22.el5 set to be updated
---> Package systemtap-runtime.i386 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.i386 0:1.1.1-48.76.el5_6.4 set to be updated
---> Package xorg-x11-xinit.i386 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.i386 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: libXevie.so.1 for package: at-spi
---> Package rpm-python.i386 0:4.4.2.3-22.el5 set to be updated
---> Package xorg-x11-server-utils.i386 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1 for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6 for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1 for package: xorg-x11-server-utils
--> Running transaction check
---> Package libXTrap.i386 0:1.0.0-3.1 set to be updated
---> Package libXevie.i386 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.i386 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.i386 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.i386 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-ap-se-rhel-server-1y 646 k
 automake              noarch 1.9.6-2.3.el5     rhui-ap-se-rhel-server-1y 476 k
 automake14            noarch 1.4p6-13.el5.1    rhui-ap-se-rhel-server-1y 200 k
 automake15            noarch 1.5-16.el5.2      rhui-ap-se-rhel-server-1y 230 k
 automake16            noarch 1.6.3-8.el5.1     rhui-ap-se-rhel-server-1y 241 k
 automake17            noarch 1.7.9-7.el5.2     rhui-ap-se-rhel-server-1y 278 k
 bison                 i386   2.3-2.1           rhui-ap-se-rhel-server-1y 536 k
 byacc                 i386   1.9-29.2.2        rhui-ap-se-rhel-server-1y  38 k
 cscope                i386   15.5-15.1.el5_3.1 rhui-ap-se-rhel-server-1y 136 k
 ctags                 i386   5.6-1.1           rhui-ap-se-rhel-server-1y 127 k
 cvs                   i386   1.11.22-7.el5     rhui-ap-se-rhel-server-1y 725 k
 dev86                 i386   0.16.17-2.2       rhui-ap-se-rhel-server-1y 372 k
 diffstat              i386   1.41-1.2.3.el5    rhui-ap-se-rhel-server-1y  18 k
 dogtail               noarch 0.6.1-4.el5       rhui-ap-se-rhel-server-1y 172 k
 doxygen               i386   1:1.4.7-1.1       rhui-ap-se-rhel-server-1y 2.3 M
 elfutils              i386   0.137-3.el5       rhui-ap-se-rhel-server-1y 228 k
 flex                  i386   2.5.4a-41.fc6     rhui-ap-se-rhel-server-1y 124 k
 gcc-c++               i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 3.4 M
 gcc-gfortran          i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 3.1 M
 gdb                   i386   7.0.1-37.el5_7.1  rhui-ap-se-rhel-server-1y 2.4 M
 indent                i386   2.2.9-14.fc6      rhui-ap-se-rhel-server-1y  93 k
 libtool               i386   1.5.22-7.el5_4    rhui-ap-se-rhel-server-1y 667 k
 ltrace                i386   0.5-13.45svn.el5  rhui-ap-se-rhel-server-1y  61 k
 oprofile              i386   0.9.4-15.el5      rhui-ap-se-rhel-server-1y 2.7 M
 patchutils            i386   0.2.31-2.2.2      rhui-ap-se-rhel-server-1y 109 k
 pstack                i386   1.2-7.2.2         rhui-ap-se-rhel-server-1y 4.6 k
 python-ldap           i386   2.2.0-2.1         rhui-ap-se-rhel-server-1y 122 k
 rcs                   i386   5.7-30.1          rhui-ap-se-rhel-server-1y 332 k
 redhat-rpm-config     noarch 8.0.45-32.el5     rhui-ap-se-rhel-server-1y  54 k
 rpm-build             i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 302 k
 splint                i386   3.1.1-16.el5      rhui-ap-se-rhel-server-1y 1.5 M
 strace                i386   4.5.18-5.el5_5.5  rhui-ap-se-rhel-server-1y 172 k
 swig                  i386   1.3.29-2.el5      rhui-ap-se-rhel-server-1y 2.9 M
 systemtap             i386   1.3-9.el5         rhui-ap-se-rhel-server-1y 2.5 M
 texinfo               i386   4.8-14.el5        rhui-ap-se-rhel-server-1y 753 k
 valgrind              i386   1:3.5.0-5.el5     rhui-ap-se-rhel-server-1y  20 M
Updating:
 gcc                   i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 5.2 M
 gettext               i386   0.17-1.el5        rhui-ap-se-rhel-server-1y 2.4 M
 python                i386   2.4.3-44.el5      rhui-ap-se-rhel-server-1y  57 k
 subversion            i386   1.6.11-7.el5_6.4  rhui-ap-se-rhel-server-1y 3.1 M
Installing for dependencies:
 at-spi                i386   1.7.11-3.el5      rhui-ap-se-rhel-server-1y 290 k
 elfutils-libs         i386   0.137-3.el5       rhui-ap-se-rhel-server-1y 193 k
 gnome-python2-gconf   i386   2.16.0-1.fc6      rhui-ap-se-rhel-server-1y  32 k
 imake                 i386   1.0.2-3           rhui-ap-se-rhel-server-1y 318 k
 libXTrap              i386   1.0.0-3.1         rhui-ap-se-rhel-server-1y  23 k
 libXevie              i386   1.0.1-3.1         rhui-ap-se-rhel-server-1y  14 k
 libXfontcache         i386   1.0.2-3.1         rhui-ap-se-rhel-server-1y 9.7 k
 libXxf86misc          i386   1.0.1-3.1         rhui-ap-se-rhel-server-1y  12 k
 libgfortran           i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 232 k
 libstdc++-devel       i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 2.8 M
 pyspi                 i386   0.6.1-1.el5       rhui-ap-se-rhel-server-1y  79 k
 python-libs           i386   2.4.3-44.el5      rhui-ap-se-rhel-server-1y 5.8 M
 systemtap-runtime     i386   1.3-9.el5         rhui-ap-se-rhel-server-1y  93 k
 xorg-x11-server-Xvfb  i386   1.1.1-48.76.el5_6.4
                                                rhui-ap-se-rhel-server-1y 1.6 M
 xorg-x11-server-utils i386   7.1-5.el5_6.2     rhui-ap-se-rhel-server-1y 164 k
 xorg-x11-xinit        i386   1.0.2-15.el5      rhui-ap-se-rhel-server-1y  26 k
Updating for dependencies:

Comment 6 Kedar Bidarkar 2011-09-15 13:25:54 UTC
 cpp                   i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 2.7 M
 libgcc                i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y  96 k
 libstdc++             i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 363 k
 popt                  i386   1.10.2.3-22.el5   rhui-ap-se-rhel-server-1y  75 k
 rpm                   i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 1.2 M
 rpm-libs              i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 928 k
 rpm-python            i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y  60 k

Transaction Summary
================================================================================
Install      52 Package(s)
Upgrade      11 Package(s)

Total download size: 75 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.4 MB/s |  75 MB     00:22     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : libgcc                                                  1/74 

  Updating       : popt                                                    2/74 

  Updating       : libstdc++                                               3/74 

  Updating       : cpp                                                     4/74 

  Updating       : gcc                                                     5/74 

  Installing     : libgfortran                                             6/74 

  Installing     : libXTrap                                                7/74 

  Installing     : elfutils-libs                                           8/74 

  Installing     : elfutils                                                9/74 

  Installing     : libXfontcache                                          10/74 

  Installing     : libXxf86misc                                           11/74 

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

  Installing     : xorg-x11-xinit                                         13/74 

  Installing     : xorg-x11-server-Xvfb                                   14/74 

  Installing     : imake                                                  15/74 

  Installing     : libXevie                                               16/74 

  Installing     : at-spi                                                 17/74 

  Installing     : gcc-gfortran                                           18/74 

  Installing     : swig                                                   19/74 

  Installing     : doxygen                                                20/74 

  Installing     : oprofile                                               21/74 

  Installing     : texinfo                                                22/74 

  Installing     : splint                                                 23/74 

  Installing     : cvs                                                    24/74 

  Installing     : cscope                                                 25/74 

  Installing     : ltrace                                                 26/74 

  Installing     : strace                                                 27/74 

  Installing     : flex                                                   28/74 

  Installing     : indent                                                 29/74 

  Installing     : valgrind                                               30/74 

  Installing     : dev86                                                  31/74 

  Installing     : bison                                                  32/74 

  Installing     : diffstat                                               33/74 

  Installing     : byacc                                                  34/74 

  Installing     : patchutils                                             35/74 

  Installing     : rcs                                                    36/74 

  Installing     : ctags                                                  37/74 

  Installing     : autoconf                                               38/74 

  Installing     : automake                                               39/74 

  Installing     : libstdc++-devel                                        40/74 

  Installing     : systemtap-runtime                                      41/74 

  Installing     : libtool                                                42/74 

  Installing     : automake17                                             43/74 

  Installing     : automake14                                             44/74 

  Installing     : automake15                                             45/74 

  Installing     : redhat-rpm-config                                      46/74 

  Installing     : automake16                                             47/74 

  Installing     : gcc-c++                                                48/74 

  Updating       : python                                                 49/74 

  Updating       : rpm-libs                                               50/74 

  Installing     : python-libs                                            51/74 

  Updating       : rpm                                                    52/74 

  Updating       : rpm-python                                             53/74 

  Installing     : gdb                                                    54/74 

  Installing     : pyspi                                                  55/74 

  Installing     : gnome-python2-gconf                                    56/74 

  Updating       : subversion                                             57/74 

  Installing     : rpm-build                                              58/74 

  Updating       : gettext                                                59/74 

  Installing     : python-ldap                                            60/74 

  Installing     : dogtail                                                61/74 

  Installing     : pstack                                                 62/74 

  Installing     : systemtap                                              63/74 

  Cleanup        : libgcc                                                 64/74 

  Cleanup        : gettext                                                65/74 

  Cleanup        : cpp                                                    66/74 

  Cleanup        : libstdc++                                              67/74 

  Cleanup        : rpm                                                    68/74 

  Cleanup        : rpm-python                                             69/74 

  Cleanup        : popt                                                   70/74 

  Cleanup        : subversion                                             71/74 

  Cleanup        : python                                                 72/74 

  Cleanup        : rpm-libs                                               73/74 

  Cleanup        : gcc                                                    74/74 

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.i386 0:2.3-2.1                       byacc.i386 0:1.9-29.2.2            
  cscope.i386 0:15.5-15.1.el5_3.1            ctags.i386 0:5.6-1.1               
  cvs.i386 0:1.11.22-7.el5                   dev86.i386 0:0.16.17-2.2           
  diffstat.i386 0:1.41-1.2.3.el5             dogtail.noarch 0:0.6.1-4.el5       
  doxygen.i386 1:1.4.7-1.1                   elfutils.i386 0:0.137-3.el5        
  flex.i386 0:2.5.4a-41.fc6                  gcc-c++.i386 0:4.1.2-51.el5        
  gcc-gfortran.i386 0:4.1.2-51.el5           gdb.i386 0:7.0.1-37.el5_7.1        
  indent.i386 0:2.2.9-14.fc6                 libtool.i386 0:1.5.22-7.el5_4      
  ltrace.i386 0:0.5-13.45svn.el5             oprofile.i386 0:0.9.4-15.el5       
  patchutils.i386 0:0.2.31-2.2.2             pstack.i386 0:1.2-7.2.2            
  python-ldap.i386 0:2.2.0-2.1               rcs.i386 0:5.7-30.1                
  redhat-rpm-config.noarch 0:8.0.45-32.el5   rpm-build.i386 0:4.4.2.3-22.el5    
  splint.i386 0:3.1.1-16.el5                 strace.i386 0:4.5.18-5.el5_5.5     
  swig.i386 0:1.3.29-2.el5                   systemtap.i386 0:1.3-9.el5         
  texinfo.i386 0:4.8-14.el5                  valgrind.i386 1:3.5.0-5.el5        

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

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

Dependency Updated:
  cpp.i386 0:4.1.2-51.el5                 libgcc.i386 0:4.1.2-51.el5           
  libstdc++.i386 0:4.1.2-51.el5           popt.i386 0:1.10.2.3-22.el5          
  rpm.i386 0:4.4.2.3-22.el5               rpm-libs.i386 0:4.4.2.3-22.el5       
  rpm-python.i386 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.i386 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 audit.i386 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-python.i386 0:1.7.18-2.el5 set to be updated
---> Package authconfig.i386 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.i386 0:5.3.21-7.el5 set to be updated
---> Package autofs.i386 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-compat-libdns_sd.i386 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 bash.i386 0:3.2-32.el5 set to be updated
---> Package bind-libs.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.i386 1:1.2.0-10.el5 set to be updated
---> Package coreutils.i386 0:5.97-34.el5 set to be updated
---> Package cpuspeed.i386 1:1.2.1-10.el5 set to be updated
---> Package crash.i386 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.i386 0:1.0.3-8.el5 set to be updated
---> Package cups.i386 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 curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.i386 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 device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.i386 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.i386 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.i386 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.i386 1:2.11-1.el5 set to be updated
---> Package dmraid.i386 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.i386 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package exim.i386 0:4.63-10.el5 set to be updated
---> Package finger.i386 0:0.17-33 set to be updated
---> Package gdbm.i386 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5_7.3 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc-common.i386 0:2.5-65 set to be updated
---> Package glibc-devel.i386 0:2.5-65 set to be updated
---> Package glibc-headers.i386 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gzip.i386 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 httpd.i386 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.i386 0:8.45.38-2.el5 set to be updated
---> Package jwhois.i386 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.i386 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.i686 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.i686 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.i386 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.i386 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-workstation.i386 0:1.6.1-62.el5 set to be updated
---> Package ksh.i386 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.i386 0:1.2.57.1.26-1 set to be updated
---> Package less.i386 0:436-7.el5 set to be updated
---> Package libXfont.i386 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.i386 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 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 libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.i386 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 libuser.i386 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 libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.i386 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.i386 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.i386 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.i386 0:0.16-8.el5 set to be updated
---> Package man.i386 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.i386 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.i386 0:0.26-11.el5 set to be updated
---> Package mod_ssl.i386 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.i386 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.i386 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.i386 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.i386 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.i386 1:1.0.9-54.el5 set to be updated
---> Package nscd.i386 0:2.5-65 set to be updated
---> Package nspr.i386 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-tools.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package ntp.i386 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-clients.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.i386 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.i386 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.i386 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 openswan.i386 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 pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.i386 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package passwd.i386 0:0.73-2 set to be updated
---> Package patch.i386 0:2.5.4-31.el5 set to be updated
---> Package pciutils.i386 0:3.1.7-3.el5 set to be updated
---> Package pcre.i386 0:6.6-6.el5_6.1 set to be updated
---> Package perl.i386 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.i386 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.i386 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.i386 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-python.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.i386 0:3.2.7-17.el5 set to be updated
---> Package psmisc.i386 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.i386 0:0.6-2.el5 set to be updated
---> Package python-numeric.i386 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.i386 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-release.i386 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.i386 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.i386 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.i386 1:2.0-4.el5 set to be updated
---> Package rsync.i386 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.i386 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.i386 0:4.0.3-4.el5 set to be updated
---> Package sed.i386 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.i386 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.i386 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.i386 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.i386 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.i386 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.i386 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.i386 3:2.0.1-6.el5 set to be updated
---> Package tzdata.i386 0:2011h-2.el5 set to be updated
---> Package udev.i386 0:095-14.27.el5 set to be updated
---> Package util-linux.i386 0:2.13-0.56.el5 set to be updated
---> Package vim-common.i386 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.i386 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.i386 2:7.0.109-7.el5 set to be updated
---> Package vnc.i386 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.i386 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.i386 0:2.0.5-21.el5 set to be updated
---> Package w3m.i386 0:0.5.1-18.el5 set to be updated
---> Package xinetd.i386 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.i386 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.i386 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.i386 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
--> Running transaction check
---> Package iscsi-initiator-utils.i386 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version               Repository                 Size
================================================================================
Installing:
 kernel-xen        i686   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y  20 M
 kernel-xen-devel  i686   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y 5.6 M
Updating:
 SysVinit          i386   2.86-17.el5           rhui-ap-se-rhel-server-1y 113 k
 apr               i386   1.2.7-11.el5_6.5      rhui-ap-se-rhel-server-1y 124 k
 audit             i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y 363 k
 audit-libs        i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y  78 k
 audit-libs-python i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y  79 k
 authconfig        i386   5.3.21-7.el5          rhui-ap-se-rhel-server-1y 456 k
 authconfig-gtk    i386   5.3.21-7.el5          rhui-ap-se-rhel-server-1y  47 k
 autofs            i386   1:5.0.1-0.rc2.156.el5 rhui-ap-se-rhel-server-1y 918 k
 avahi             i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y 251 k
 avahi-compat-libdns_sd
                   i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y  23 k
 avahi-glib        i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y  15 k
 bash              i386   3.2-32.el5            rhui-ap-se-rhel-server-1y 1.8 M
 bind-libs         i386   30:9.3.6-16.P1.el5    rhui-ap-se-rhel-server-1y 862 k
 bind-utils        i386   30:9.3.6-16.P1.el5    rhui-ap-se-rhel-server-1y 173 k
 busybox           i386   1:1.2.0-10.el5        rhui-ap-se-rhel-server-1y 1.1 M
 coreutils         i386   5.97-34.el5           rhui-ap-se-rhel-server-1y 3.6 M
 cpuspeed          i386   1:1.2.1-10.el5        rhui-ap-se-rhel-server-1y  32 k
 crash             i386   4.1.2-8.el5           rhui-ap-se-rhel-server-1y 1.6 M
 cryptsetup-luks   i386   1.0.3-8.el5           rhui-ap-se-rhel-server-1y 716 k
 cups              i386   1:1.3.7-26.el5_6.1    rhui-ap-se-rhel-server-1y 3.1 M
 cups-libs         i386   1:1.3.7-26.el5_6.1    rhui-ap-se-rhel-server-1y 199 k
 curl              i386   7.15.5-9.el5_7.4      rhui-ap-se-rhel-server-1y 234 k
 dbus              i386   1.1.2-16.el5_7        rhui-ap-se-rhel-server-1y 235 k
 dbus-libs         i386   1.1.2-16.el5_7        rhui-ap-se-rhel-server-1y 124 k
 device-mapper     i386   1.02.63-4.el5         rhui-ap-se-rhel-server-1y 776 k
 device-mapper-event
                   i386   1.02.63-4.el5         rhui-ap-se-rhel-server-1y  22 k
 device-mapper-multipath
                   i386   0.4.7-46.el5_7.1      rhui-ap-se-rhel-server-1y 2.8 M
 dhclient          i386   12:3.0.5-29.el5_7.1   rhui-ap-se-rhel-server-1y 281 k
 dhcpv6-client     i386   1.0.10-20.el5         rhui-ap-se-rhel-server-1y 124 k
 dmidecode         i386   1:2.11-1.el5          rhui-ap-se-rhel-server-1y  78 k
 dmraid            i386   1.0.0.rc13-65.el5     rhui-ap-se-rhel-server-1y 738 k
 dmraid-events     i386   1.0.0.rc13-65.el5     rhui-ap-se-rhel-server-1y  24 k
 e2fsprogs         i386   1.39-33.el5           rhui-ap-se-rhel-server-1y 827 k
 e2fsprogs-libs    i386   1.39-33.el5           rhui-ap-se-rhel-server-1y 120 k
 exim              i386   4.63-10.el5           rhui-ap-se-rhel-server-1y 1.2 M
 finger            i386   0.17-33               rhui-ap-se-rhel-server-1y  21 k
 gdbm              i386   1.8.0-26.2.1.el5_6.1  rhui-ap-se-rhel-server-1y  28 k
 ghostscript       i386   8.70-6.el5_7.3        rhui-ap-se-rhel-server-1y 9.0 M
 glibc             i686   2.5-65                rhui-ap-se-rhel-server-1y 5.3 M
 glibc-common      i386   2.5-65                rhui-ap-se-rhel-server-1y  16 M
 glibc-devel       i386   2.5-65                rhui-ap-se-rhel-server-1y 2.0 M
 glibc-headers     i386   2.5-65                rhui-ap-se-rhel-server-1y 604 k
 gnome-vfs2        i386   2.16.2-8.el5          rhui-ap-se-rhel-server-1y 1.2 M
 gzip              i386   1.3.5-13.el5          rhui-ap-se-rhel-server-1y 102 k
 hal               i386   0.5.8.1-62.el5        rhui-ap-se-rhel-server-1y 391 k
 httpd             i386   2.2.3-53.el5_7.1      rhui-ap-se-rhel-server-1y 1.2 M
 hwdata            noarch 0.213.24-1.el5        rhui-ap-se-rhel-server-1y 414 k
 initscripts       i386   8.45.38-2.el5         rhui-ap-se-rhel-server-1y 1.6 M
 jwhois            i386   3.2.3-12.el5          rhui-ap-se-rhel-server-1y  97 k
 kernel-headers    i386   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y 1.2 M
 kexec-tools       i386   1.102pre-126.el5_6.6  rhui-ap-se-rhel-server-1y 560 k
 kpartx            i386   0.4.7-46.el5_7.1      rhui-ap-se-rhel-server-1y 425 k
 krb5-libs         i386   1.6.1-62.el5          rhui-ap-se-rhel-server-1y 668 k
 krb5-workstation  i386   1.6.1-62.el5          rhui-ap-se-rhel-server-1y 887 k
 ksh               i386   20100202-1.el5_6.6    rhui-ap-se-rhel-server-1y 1.2 M
 kudzu             i386   1.2.57.1.26-1         rhui-ap-se-rhel-server-1y 236 k
 less              i386   436-7.el5             rhui-ap-se-rhel-server-1y 106 k
 libXfont          i386   1.2.2-1.0.4.el5_7     rhui-ap-se-rhel-server-1y 240 k
 libgcj            i386   4.1.2-51.el5          rhui-ap-se-rhel-server-1y  16 M
 libgomp           i386   4.4.4-13.el5          rhui-ap-se-rhel-server-1y  72 k
 libhugetlbfs      i386   1.3-8.2.el5           rhui-ap-se-rhel-server-1y  40 k
 libicu            i386   3.6-5.16              rhui-ap-se-rhel-server-1y 5.3 M
 libpng            i386   2:1.2.10-7.1.el5_7.5  rhui-ap-se-rhel-server-1y 241 k
 libselinux        i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  77 k
 libselinux-python i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  73 k
 libselinux-utils  i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  55 k
 libsmbclient      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 908 k
 libsysfs          i386   2.1.0-1.el5           rhui-ap-se-rhel-server-1y  47 k
 libtiff           i386   3.8.2-7.el5_6.7       rhui-ap-se-rhel-server-1y 308 k
 libuser           i386   0.54.7-2.1.el5_5.2    rhui-ap-se-rhel-server-1y 438 k
 libvolume_id      i386   095-14.27.el5         rhui-ap-se-rhel-server-1y  44 k
 libxml2           i386   2.6.26-2.1.12         rhui-ap-se-rhel-server-1y 795 k
 libxml2-python    i386   2.6.26-2.1.12         rhui-ap-se-rhel-server-1y 702 k
 logrotate         i386   3.7.4-12              rhui-ap-se-rhel-server-1y  42 k
 logwatch          noarch 7.3-9.el5_6           rhui-ap-se-rhel-server-1y 244 k
 lvm2              i386   2.02.84-6.el5_7.1     rhui-ap-se-rhel-server-1y 2.9 M
 m2crypto          i386   0.16-8.el5            rhui-ap-se-rhel-server-1y 494 k
 man               i386   1.6d-2.el5            rhui-ap-se-rhel-server-1y 262 k
 man-pages         noarch 2.39-17.el5           rhui-ap-se-rhel-server-1y 4.2 M
 man-pages-ja      noarch 20060815-14.el5       rhui-ap-se-rhel-server-1y 4.9 M
 mkinitrd          i386   5.1.19.6-71.el5       rhui-ap-se-rhel-server-1y 474 k
 mod_authz_ldap    i386   0.26-11.el5           rhui-ap-se-rhel-server-1y  85 k
 mod_ssl           i386   1:2.2.3-53.el5_7.1    rhui-ap-se-rhel-server-1y  93 k
 mysql             i386   5.0.77-4.el5_6.6      rhui-ap-se-rhel-server-1y 4.8 M
 nash              i386   5.1.19.6-71.el5       rhui-ap-se-rhel-server-1y 1.1 M
 net-snmp          i386   1:5.3.2.2-14.el5_7.1  rhui-ap-se-rhel-server-1y 702 k
 net-snmp-libs     i386   1:5.3.2.2-14.el5_7.1  rhui-ap-se-rhel-server-1y 1.3 M
 nfs-utils         i386   1:1.0.9-54.el5        rhui-ap-se-rhel-server-1y 397 k
 nscd              i386   2.5-65                rhui-ap-se-rhel-server-1y 169 k
 nspr              i386   4.8.8-1.el5_7         rhui-ap-se-rhel-server-1y 120 k
 nss               i386   3.12.10-4.el5_7       rhui-ap-se-rhel-server-1y 1.1 M
 nss-tools         i386   3.12.10-4.el5_7       rhui-ap-se-rhel-server-1y 1.2 M
 nss_ldap          i386   253-42.el5            rhui-ap-se-rhel-server-1y 1.4 M
 ntp               i386   4.2.2p1-15.el5        rhui-ap-se-rhel-server-1y 1.3 M
 openldap          i386   2.3.43-12.el5_6.7     rhui-ap-se-rhel-server-1y 296 k
 openldap-clients  i386   2.3.43-12.el5_6.7     rhui-ap-se-rhel-server-1y 217 k
 openssh           i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 289 k
 openssh-clients   i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 452 k
 openssh-server    i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 273 k
 openssl           i686   0.9.8e-20.el5         rhui-ap-se-rhel-server-1y 1.4 M
 openswan          i386   2.6.21-5.el5_6.4      rhui-ap-se-rhel-server-1y 1.0 M
 pam_krb5          i386   2.2.14-21.el5         rhui-ap-se-rhel-server-1y 150 k
 pango             i386   1.14.9-8.el5_6.2      rhui-ap-se-rhel-server-1y 334 k
 paps              i386   0.6.6-20.el5          rhui-ap-se-rhel-server-1y  33 k
 parted            i386   1.8.1-28.el5          rhui-ap-se-rhel-server-1y 541 k
 passwd            i386   0.73-2                rhui-ap-se-rhel-server-1y  20 k
 patch             i386   2.5.4-31.el5          rhui-ap-se-rhel-server-1y  65 k
 pciutils          i386   3.1.7-3.el5           rhui-ap-se-rhel-server-1y 114 k
 pcre              i386   6.6-6.el5_6.1         rhui-ap-se-rhel-server-1y 117 k
 perl              i386   4:5.8.8-32.el5_6.3    rhui-ap-se-rhel-server-1y  12 M
 poppler           i386   0.5.4-4.4.el5_6.17    rhui-ap-se-rhel-server-1y 3.0 M
 poppler-utils     i386   0.5.4-4.4.el5_6.17    rhui-ap-se-rhel-server-1y  73 k
 postgresql        i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y 2.9 M
 postgresql-libs   i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y 196 k
 postgresql-python i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y  55 k
 procps            i386   3.2.7-17.el5          rhui-ap-se-rhel-server-1y 212 k
 psmisc            i386   22.2-7.el5_6.2        rhui-ap-se-rhel-server-1y  61 k
 pyOpenSSL         i386   0.6-2.el5             rhui-ap-se-rhel-server-1y 128 k
 python-numeric    i386   23.7-2.2.2.el5_6.1    rhui-ap-se-rhel-server-1y 748 k
 python-urlgrabber noarch 3.1.0-6.el5           rhui-ap-se-rhel-server-1y 132 k
 quota             i386   1:3.13-5.el5          rhui-ap-se-rhel-server-1y 359 k
 redhat-lsb        i386   4.0-2.1.4.el5         rhui-ap-se-rhel-server-1y  25 k
 redhat-release    i386   5Server-5.7.0.3       rhui-ap-se-rhel-server-1y  62 k
 redhat-release-notes
                   i386   5Server-41            rhui-ap-se-rhel-server-1y 370 k
 rhn-check         noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y  42 k
 rhn-client-tools  noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y 924 k
 rhn-setup         noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y 114 k
 rhnlib            noarch 2.5.22-6.el5          rhui-ap-se-rhel-server-1y  70 k
 rhnsd             i386   4.7.0-10.el5          rhui-ap-se-rhel-server-1y  34 k
 rng-utils         i386   1:2.0-4.el5           rhui-ap-se-rhel-server-1y  16 k
 rsync             i386   3.0.6-4.el5_7.1       rhui-ap-se-rhel-server-1y 338 k
 rsyslog           i386   3.22.1-3.el5_6.1      rhui-ap-se-rhel-server-1y 380 k
 ruby              i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 276 k
 ruby-irb          i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y  69 k
 ruby-libs         i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 1.6 M
 ruby-rdoc         i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 135 k
 samba-client      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 5.7 M
 samba-common      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 6.7 M
 screen            i386   4.0.3-4.el5           rhui-ap-se-rhel-server-1y 559 k
 sed               i386   4.1.5-8.el5           rhui-ap-se-rhel-server-1y 176 k
 selinux-policy    noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 420 k
 selinux-policy-devel
                   noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 446 k
 selinux-policy-targeted
                   noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 1.3 M

Comment 7 Kedar Bidarkar 2011-09-15 13:26:00 UTC
 shadow-utils      i386   2:4.0.17-18.el5_6.1   rhui-ap-se-rhel-server-1y 1.0 M
 sos               noarch 1.7-9.54.el5          rhui-ap-se-rhel-server-1y 151 k
 sudo              i386   1.7.2p1-10.el5        rhui-ap-se-rhel-server-1y 348 k
 sysfsutils        i386   2.1.0-1.el5           rhui-ap-se-rhel-server-1y  39 k
 system-config-lvm noarch 1.1.5-9.el5           rhui-ap-se-rhel-server-1y 690 k
 system-config-network
                   noarch 1.3.99.19-2.el5       rhui-ap-se-rhel-server-1y 424 k
 system-config-network-tui
                   noarch 1.3.99.19-2.el5       rhui-ap-se-rhel-server-1y 1.8 M
 system-config-securitylevel
                   i386   1.6.29.1-6.el5        rhui-ap-se-rhel-server-1y 280 k
 system-config-securitylevel-tui
                   i386   1.6.29.1-6.el5        rhui-ap-se-rhel-server-1y 254 k
 tmpwatch          i386   2.9.7-1.1.el5.5       rhui-ap-se-rhel-server-1y  19 k
 traceroute        i386   3:2.0.1-6.el5         rhui-ap-se-rhel-server-1y  40 k
 tzdata            i386   2011h-2.el5           rhui-ap-se-rhel-server-1y 781 k
 udev              i386   095-14.27.el5         rhui-ap-se-rhel-server-1y 2.4 M
 util-linux        i386   2.13-0.56.el5         rhui-ap-se-rhel-server-1y 1.8 M
 vim-common        i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 6.4 M
 vim-enhanced      i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 1.2 M
 vim-minimal       i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 310 k
 vnc               i386   4.1.2-14.el5_6.6      rhui-ap-se-rhel-server-1y 160 k
 vnc-server        i386   4.1.2-14.el5_6.6      rhui-ap-se-rhel-server-1y 2.0 M
 vsftpd            i386   2.0.5-21.el5          rhui-ap-se-rhel-server-1y 142 k
 w3m               i386   0.5.1-18.el5          rhui-ap-se-rhel-server-1y 1.1 M
 xinetd            i386   2:2.3.14-13.el5       rhui-ap-se-rhel-server-1y 125 k
 xorg-x11-font-utils
                   i386   1:7.1-3               rhui-ap-se-rhel-server-1y  76 k
 xorg-x11-xfs      i386   1:1.0.2-5.el5_6.1     rhui-ap-se-rhel-server-1y  69 k
 xulrunner         i386   1.9.2.22-1.el5_7      rhui-ap-se-rhel-server-1y  12 M
 yum               noarch 3.2.22-37.el5         rhui-ap-se-rhel-server-1y 1.0 M
 yum-fastestmirror noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  19 k
 yum-rhn-plugin    noarch 0.5.4-22.el5_7.2      rhui-ap-se-rhel-server-1y  63 k
 yum-security      noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  25 k
 yum-updateonboot  noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  13 k
 yum-utils         noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  71 k
 zlib              i386   1.2.3-4.el5           rhui-ap-se-rhel-server-1y  51 k
Installing for dependencies:
 iscsi-initiator-utils
                   i386   6.2.0.872-10.el5      rhui-ap-se-rhel-server-1y 974 k

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

Total download size: 225 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.4 MB/s | 225 MB     01:07     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/353 

  Updating       : tzdata                                                 2/353 

  Updating       : glibc-common                                           3/353 

  Updating       : kernel-headers                                         4/353 

  Updating       : busybox                                                5/353 

  Updating       : nash                                                   6/353 

  Updating       : redhat-release-notes                                   7/353 

  Updating       : man-pages-ja                                           8/353 

  Updating       : man-pages                                              9/353 

  Updating       : glibc                                                 10/353 

  Updating       : bash                                                  11/353 

  Updating       : libselinux                                            12/353 

  Updating       : zlib                                                  13/353 

  Updating       : coreutils                                             14/353 

  Updating       : device-mapper                                         15/353 

  Updating       : e2fsprogs-libs                                        16/353 

  Updating       : krb5-libs                                             17/353 

  Updating       : openssl                                               18/353 

  Updating       : openldap                                              19/353 

  Updating       : audit-libs                                            20/353 

  Updating       : shadow-utils                                          21/353 

  Updating       : sed                                                   22/353 

  Updating       : nspr                                                  23/353 

  Updating       : nss                                                   24/353 

  Updating       : pango                                                 25/353 

  Updating       : udev                                                  26/353 

  Updating       : util-linux                                            27/353 

  Updating       : postgresql-libs                                       28/353 

  Updating       : libXfont                                              29/353 

  Updating       : libxml2                                               30/353 

  Updating       : procps                                                31/353 

  Updating       : psmisc                                                32/353 

  Updating       : kpartx                                                33/353 

  Updating       : libpng                                                34/353 

  Updating       : libtiff                                               35/353 

  Updating       : cups-libs                                             36/353 

  Updating       : libsysfs                                              37/353 

  Updating       : pcre                                                  38/353 

  Updating       : gdbm                                                  39/353 

  Updating       : perl                                                  40/353 

  Updating       : libxml2-python                                        41/353 

  Updating       : m2crypto                                              42/353 

  Updating       : e2fsprogs                                             43/353 

  Updating       : logrotate                                             44/353 

  Updating       : SysVinit                                              45/353 

  Updating       : less                                                  46/353 

  Updating       : gzip                                                  47/353 

  Updating       : mysql                                                 48/353 

  Updating       : ruby-libs                                             49/353 

  Updating       : ruby                                                  50/353 

  Updating       : poppler                                               51/353 

  Updating       : libuser                                               52/353 

  Updating       : net-snmp-libs                                         53/353 

  Updating       : bind-libs                                             54/353 

  Updating       : apr                                                   55/353 

  Updating       : cryptsetup-luks                                       56/353 

  Updating       : libvolume_id                                          57/353 

  Updating       : passwd                                                58/353 

  Updating       : poppler-utils                                         59/353 

  Updating       : man                                                   60/353 

  Updating       : rsyslog                                               61/353 

  Updating       : xorg-x11-font-utils                                   62/353 

  Updating       : device-mapper-multipath                               63/353 

  Updating       : paps                                                  64/353 

  Updating       : tmpwatch                                              65/353 

  Updating       : nscd                                                  66/353 

  Updating       : pyOpenSSL                                             67/353 

  Updating       : device-mapper-event                                   68/353 

  Updating       : lvm2                                                  69/353 

  Updating       : vim-minimal                                           70/353 

  Updating       : libselinux-utils                                      71/353 

  Updating       : patch                                                 72/353 

  Updating       : pciutils                                              73/353 

  Updating       : dmidecode                                             74/353 

  Updating       : system-config-securitylevel-tui                       75/353 

  Updating       : nss_ldap                                              76/353 

  Updating       : ghostscript                                           77/353 

  Updating       : libgcj                                                78/353 

  Updating       : authconfig                                            79/353 

  Updating       : libsmbclient                                          80/353 

  Updating       : samba-common                                          81/353 

  Updating       : curl                                                  82/353 

  Installing     : iscsi-initiator-utils                                 83/353 

  Updating       : pam_krb5                                              84/353 

  Updating       : parted                                                85/353 

  Updating       : libgomp                                               86/353 

  Updating       : vim-common                                            87/353 

  Updating       : libicu                                                88/353 

  Updating       : vim-enhanced                                          89/353 

  Updating       : samba-client                                          90/353 

  Updating       : sudo                                                  91/353 

  Updating       : bind-utils                                            92/353 

  Updating       : net-snmp                                              93/353 

  Updating       : openswan                                              94/353 

  Updating       : sysfsutils                                            95/353 

  Updating       : autofs                                                96/353 

  Updating       : vnc-server                                            97/353 

  Updating       : postgresql-python                                     98/353 

  Updating       : krb5-workstation                                      99/353 

  Updating       : nfs-utils                                            100/353 

  Updating       : nss-tools                                            101/353 

  Updating       : kexec-tools                                          102/353 

  Updating       : screen                                               103/353 

  Updating       : audit-libs-python                                    104/353 

  Updating       : audit                                                105/353 

  Updating       : openldap-clients                                     106/353 

  Updating       : ksh                                                  107/353 

  Updating       : crash                                                108/353 

  Updating       : libselinux-python                                    109/353 

  Updating       : jwhois                                               110/353 

  Updating       : cpuspeed                                             111/353 

  Updating       : traceroute                                           112/353 

  Updating       : python-numeric                                       113/353 

  Updating       : finger                                               114/353 

  Updating       : libhugetlbfs                                         115/353 

  Updating       : rsync                                                116/353 

  Updating       : rhnlib                                               117/353 

  Updating       : python-urlgrabber                                    118/353 

  Updating       : yum                                                  119/353 

  Updating       : selinux-policy                                       120/353 

  Updating       : glibc-headers                                        121/353 

  Updating       : redhat-release                                       122/353 

  Updating       : ruby-irb                                             123/353 

  Updating       : ruby-rdoc                                            124/353 

  Updating       : glibc-devel                                          125/353 

  Updating       : selinux-policy-devel                                 126/353 

  Updating       : selinux-policy-targeted                              127/353/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                                     128/353 

  Updating       : yum-security                                         129/353 

  Updating       : yum-fastestmirror                                    130/353 

  Updating       : yum-utils                                            131/353 

  Updating       : authconfig-gtk                                       132/353 

  Updating       : system-config-securitylevel                          133/353 

  Updating       : system-config-lvm                                    134/353 

  Updating       : sos                                                  135/353 

  Updating       : logwatch                                             136/353 

  Updating       : w3m                                                  137/353 

  Updating       : ntp                                                  138/353 

  Installing     : kernel-xen-devel                                     139/353 

  Updating       : initscripts                                          140/353 

  Updating       : httpd                                                141/353 

  Updating       : exim                                                 142/353 

  Updating       : openssh                                              143/353 

  Updating       : openssh-server                                       144/353 

  Updating       : openssh-clients                                      145/353 

  Updating       : mod_ssl                                              146/353 

  Updating       : mod_authz_ldap                                       147/353 

  Updating       : quota                                                148/353 

  Updating       : rng-utils                                            149/353 

  Updating       : dhcpv6-client                                        150/353 

  Updating       : dhclient                                             151/353 

  Updating       : xorg-x11-xfs                                         152/353 

  Updating       : vnc                                                  153/353 

  Updating       : postgresql                                           154/353 

  Updating       : vsftpd                                               155/353 

  Updating       : redhat-lsb                                           156/353 

  Updating       : xinetd                                               157/353 

  Updating       : dbus-libs                                            158/353 

  Updating       : dbus                                                 159/353 

  Updating       : avahi                                                160/353 

  Updating       : hal                                                  161/353 

  Updating       : dmraid                                               162/353 

  Updating       : avahi-compat-libdns_sd                               163/353 

  Updating       : avahi-glib                                           164/353 

  Updating       : gnome-vfs2                                           165/353 

  Updating       : kudzu                                                166/353 

  Updating       : dmraid-events                                        167/353 

  Updating       : xulrunner                                            168/353 

  Updating       : cups                                                 169/353 

  Updating       : mkinitrd                                             170/353 

  Updating       : system-config-network-tui                            171/353 

  Updating       : system-config-network                                172/353 

  Installing     : kernel-xen                                           173/353 

  Updating       : rhn-client-tools                                     174/353 

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

  Updating       : rhn-setup                                            176/353 

  Updating       : rhn-check                                            177/353 

  Updating       : rhnsd                                                178/353 

  Cleanup        : selinux-policy                                       179/353 

  Cleanup        : hwdata                                               180/353 

  Cleanup        : less                                                 181/353 

  Cleanup        : yum-updateonboot                                     182/353 

  Cleanup        : audit-libs-python                                    183/353 

  Cleanup        : dbus-libs                                            184/353 

  Cleanup        : initscripts                                          185/353 

  Cleanup        : libicu                                               186/353 

  Cleanup        : glibc                                                187/353 

  Cleanup        : apr                                                  188/353 

  Cleanup        : nash                                                 189/353 

  Cleanup        : e2fsprogs                                            190/353 

  Cleanup        : quota                                                191/353 

  Cleanup        : rsyslog                                              192/353 

  Cleanup        : libsysfs                                             193/353 

  Cleanup        : man-pages                                            194/353 

  Cleanup        : selinux-policy-devel                                 195/353 

  Cleanup        : yum-rhn-plugin                                       196/353 

  Cleanup        : vnc-server                                           197/353 

  Cleanup        : jwhois                                               198/353 

  Cleanup        : libvolume_id                                         199/353 

  Cleanup        : kexec-tools                                          200/353 

  Cleanup        : bind-utils                                           201/353 

  Cleanup        : psmisc                                               202/353 

  Cleanup        : libselinux                                           203/353 

  Cleanup        : rng-utils                                            204/353 

  Cleanup        : net-snmp                                             205/353 

  Cleanup        : libgomp                                              206/353 

  Cleanup        : dhcpv6-client                                        207/353 

  Cleanup        : device-mapper                                        208/353 

  Cleanup        : gzip                                                 209/353 

  Cleanup        : curl                                                 210/353 

  Cleanup        : parted                                               211/353 

  Cleanup        : logrotate                                            212/353 

  Cleanup        : avahi                                                213/353 

  Cleanup        : device-mapper-multipath                              214/353 

  Cleanup        : avahi-compat-libdns_sd                               215/353 

  Cleanup        : dhclient                                             216/353 

  Cleanup        : glibc-headers                                        217/353 

  Cleanup        : vim-minimal                                          218/353 

  Cleanup        : traceroute                                           219/353 

  Cleanup        : libXfont                                             220/353 

  Cleanup        : pam_krb5                                             221/353 

  Cleanup        : openssh-server                                       222/353 

  Cleanup        : openldap                                             223/353 

  Cleanup        : libselinux-utils                                     224/353 

  Cleanup        : shadow-utils                                         225/353 

  Cleanup        : ksh                                                  226/353 

  Cleanup        : dmidecode                                            227/353 

  Cleanup        : krb5-libs                                            228/353 

  Cleanup        : poppler                                              229/353 

  Cleanup        : xinetd                                               230/353 

  Cleanup        : libselinux-python                                    231/353 

  Cleanup        : busybox                                              232/353 

  Cleanup        : m2crypto                                             233/353 

  Cleanup        : authconfig                                           234/353 

  Cleanup        : ruby-libs                                            235/353 

  Cleanup        : glibc-common                                         236/353 

  Cleanup        : openldap-clients                                     237/353 

  Cleanup        : authconfig-gtk                                       238/353 

  Cleanup        : python-numeric                                       239/353 

  Cleanup        : ntp                                                  240/353 

  Cleanup        : mysql                                                241/353 

  Cleanup        : mod_ssl                                              242/353 

  Cleanup        : libsmbclient                                         243/353 

  Cleanup        : tmpwatch                                             244/353 

  Cleanup        : man-pages-ja                                         245/353 

  Cleanup        : nspr                                                 246/353 

  Cleanup        : net-snmp-libs                                        247/353 

  Cleanup        : mkinitrd                                             248/353 

  Cleanup        : ruby-irb                                             249/353 

  Cleanup        : libxml2-python                                       250/353 

  Cleanup        : kudzu                                                251/353 

  Cleanup        : libpng                                               252/353 

  Cleanup        : vim-common                                           253/353 

  Cleanup        : python-urlgrabber                                    254/353 

  Cleanup        : exim                                                 255/353 

  Cleanup        : yum-security                                         256/353 

  Cleanup        : krb5-workstation                                     257/353 

  Cleanup        : dmraid                                               258/353 

  Cleanup        : nscd                                                 259/353 

  Cleanup        : sos                                                  260/353 

  Cleanup        : finger                                               261/353 

  Cleanup        : xorg-x11-xfs                                         262/353 

  Cleanup        : lvm2                                                 263/353 

  Cleanup        : ghostscript                                          264/353 

  Cleanup        : openssh-clients                                      265/353 

  Cleanup        : system-config-network                                266/353 

  Cleanup        : dbus                                                 267/353 

  Cleanup        : util-linux                                           268/353 

  Cleanup        : vnc                                                  269/353 

  Cleanup        : paps                                                 270/353 

  Cleanup        : postgresql-libs                                      271/353 

  Cleanup        : yum-fastestmirror                                    272/353 

  Cleanup        : cryptsetup-luks                                      273/353 

  Cleanup        : openswan                                             274/353 

  Cleanup        : cpuspeed                                             275/353 

  Cleanup        : httpd                                                276/353 

  Cleanup        : rhn-setup                                            277/353 

  Cleanup        : ruby                                                 278/353 

  Cleanup        : pango                                                279/353 

  Cleanup        : poppler-utils                                        280/353 

  Cleanup        : e2fsprogs-libs                                       281/353 

  Cleanup        : rhnlib                                               282/353 

  Cleanup        : system-config-securitylevel                          283/353 

  Cleanup        : samba-common                                         284/353 

  Cleanup        : procps                                               285/353 

  Cleanup        : SysVinit                                             286/353 

  Cleanup        : nfs-utils                                            287/353 

  Cleanup        : libtiff                                              288/353 

  Cleanup        : perl                                                 289/353 

  Cleanup        : libhugetlbfs                                         290/353 

  Cleanup        : bash                                                 291/353 

  Cleanup        : system-config-lvm                                    292/353 

  Cleanup        : ruby-rdoc                                            293/353 

  Cleanup        : kernel-headers                                       294/353 

  Cleanup        : logwatch                                             295/353 

  Cleanup        : xorg-x11-font-utils                                  296/353 

  Cleanup        : postgresql-python                                    297/353 

  Cleanup        : postgresql                                           298/353 

  Cleanup        : vsftpd                                               299/353 

  Cleanup        : vim-enhanced                                         300/353 

  Cleanup        : pcre                                                 301/353 

  Cleanup        : yum-utils                                            302/353 

  Cleanup        : gdbm                                                 303/353 

  Cleanup        : crash                                                304/353 

  Cleanup        : sysfsutils                                           305/353 

  Cleanup        : openssl                                              306/353 

  Cleanup        : bind-libs                                            307/353 

  Cleanup        : cups                                                 308/353 

  Cleanup        : nss_ldap                                             309/353 

  Cleanup        : redhat-release-notes                                 310/353 

  Cleanup        : zlib                                                 311/353 

  Cleanup        : glibc-devel                                          312/353 

  Cleanup        : autofs                                               313/353 

  Cleanup        : audit-libs                                           314/353 

  Cleanup        : rsync                                                315/353 

  Cleanup        : nss-tools                                            316/353 

  Cleanup        : pciutils                                             317/353 

  Cleanup        : redhat-lsb                                           318/353 

  Cleanup        : man                                                  319/353 

  Cleanup        : audit                                                320/353 

  Cleanup        : system-config-securitylevel-tui                      321/353 

  Cleanup        : rhn-check                                            322/353 

  Cleanup        : udev                                                 323/353 

  Cleanup        : coreutils                                            324/353 

  Cleanup        : w3m                                                  325/353 

  Cleanup        : sed                                                  326/353 

  Cleanup        : kpartx                                               327/353 

  Cleanup        : samba-client                                         328/353 

  Cleanup        : sudo                                                 329/353 

  Cleanup        : patch                                                330/353 

  Cleanup        : nss                                                  331/353 

  Cleanup        : gnome-vfs2                                           332/353 

  Cleanup        : redhat-release                                       333/353 

  Cleanup        : dmraid-events                                        334/353 

  Cleanup        : tzdata                                               335/353 

  Cleanup        : screen                                               336/353 

  Cleanup        : selinux-policy-targeted                              337/353 

  Cleanup        : avahi-glib                                           338/353 

  Cleanup        : libuser                                              339/353 

  Cleanup        : cups-libs                                            340/353 

  Cleanup        : rhnsd                                                341/353 

  Cleanup        : device-mapper-event                                  342/353 

  Cleanup        : system-config-network-tui                            343/353 

  Cleanup        : rhn-client-tools                                     344/353 

  Cleanup        : passwd                                               345/353 

  Cleanup        : yum                                                  346/353 

  Cleanup        : libxml2                                              347/353 

  Cleanup        : libgcj                                               348/353 

  Cleanup        : pyOpenSSL                                            349/353 

  Cleanup        : openssh                                              350/353 

  Cleanup        : xulrunner                                            351/353 

  Cleanup        : hal                                                  352/353 

  Cleanup        : mod_authz_ldap                                       353/353 

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

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

Updated:
  SysVinit.i386 0:2.86-17.el5                                                   
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  audit.i386 0:1.7.18-2.el5                                                     
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs-python.i386 0:1.7.18-2.el5                                         
  authconfig.i386 0:5.3.21-7.el5                                                
  authconfig-gtk.i386 0:5.3.21-7.el5                                            
  autofs.i386 1:5.0.1-0.rc2.156.el5                                             
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi-compat-libdns_sd.i386 0:0.6.16-10.el5_6                                 
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  bash.i386 0:3.2-32.el5                                                        
  bind-libs.i386 30:9.3.6-16.P1.el5                                             
  bind-utils.i386 30:9.3.6-16.P1.el5                                            
  busybox.i386 1:1.2.0-10.el5                                                   
  coreutils.i386 0:5.97-34.el5                                                  
  cpuspeed.i386 1:1.2.1-10.el5                                                  
  crash.i386 0:4.1.2-8.el5                                                      
  cryptsetup-luks.i386 0:1.0.3-8.el5                                            
  cups.i386 1:1.3.7-26.el5_6.1                                                  
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  dbus.i386 0:1.1.2-16.el5_7                                                    
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper-event.i386 0:1.02.63-4.el5                                      
  device-mapper-multipath.i386 0:0.4.7-46.el5_7.1                               
  dhclient.i386 12:3.0.5-29.el5_7.1                                             
  dhcpv6-client.i386 0:1.0.10-20.el5                                            
  dmidecode.i386 1:2.11-1.el5                                                   
  dmraid.i386 0:1.0.0.rc13-65.el5                                               
  dmraid-events.i386 0:1.0.0.rc13-65.el5                                        
  e2fsprogs.i386 0:1.39-33.el5                                                  
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  exim.i386 0:4.63-10.el5                                                       
  finger.i386 0:0.17-33                                                         
  gdbm.i386 0:1.8.0-26.2.1.el5_6.1                                              
  ghostscript.i386 0:8.70-6.el5_7.3                                             
  glibc.i686 0:2.5-65                                                           
  glibc-common.i386 0:2.5-65                                                    
  glibc-devel.i386 0:2.5-65                                                     
  glibc-headers.i386 0:2.5-65                                                   
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gzip.i386 0:1.3.5-13.el5                                                      
  hal.i386 0:0.5.8.1-62.el5                                                     
  httpd.i386 0:2.2.3-53.el5_7.1                                                 
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.i386 0:8.45.38-2.el5                                              
  jwhois.i386 0:3.2.3-12.el5                                                    
  kernel-headers.i386 0:2.6.18-274.3.1.el5                                      
  kexec-tools.i386 0:1.102pre-126.el5_6.6                                       
  kpartx.i386 0:0.4.7-46.el5_7.1                                                
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-workstation.i386 0:1.6.1-62.el5                                          
  ksh.i386 0:20100202-1.el5_6.6                                                 
  kudzu.i386 0:1.2.57.1.26-1                                                    
  less.i386 0:436-7.el5                                                         
  libXfont.i386 0:1.2.2-1.0.4.el5_7                                             
  libgcj.i386 0:4.1.2-51.el5                                                    
  libgomp.i386 0:4.4.4-13.el5                                                   
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libicu.i386 0:3.6-5.16                                                        
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux-python.i386 0:1.33.4-5.7.el5                                       
  libselinux-utils.i386 0:1.33.4-5.7.el5                                        
  libsmbclient.i386 0:3.0.33-3.29.el5_7.4                                       
  libsysfs.i386 0:2.1.0-1.el5                                                   
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libuser.i386 0:0.54.7-2.1.el5_5.2                                             
  libvolume_id.i386 0:095-14.27.el5                                             
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2-python.i386 0:2.6.26-2.1.12                                           
  logrotate.i386 0:3.7.4-12                                                     
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.i386 0:2.02.84-6.el5_7.1                                                 
  m2crypto.i386 0:0.16-8.el5                                                    
  man.i386 0:1.6d-2.el5                                                         
  man-pages.noarch 0:2.39-17.el5

Comment 8 Kedar Bidarkar 2011-09-15 13:26:06 UTC
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.i386 0:5.1.19.6-71.el5                                               
  mod_authz_ldap.i386 0:0.26-11.el5                                             
  mod_ssl.i386 1:2.2.3-53.el5_7.1                                               
  mysql.i386 0:5.0.77-4.el5_6.6                                                 
  nash.i386 0:5.1.19.6-71.el5                                                   
  net-snmp.i386 1:5.3.2.2-14.el5_7.1                                            
  net-snmp-libs.i386 1:5.3.2.2-14.el5_7.1                                       
  nfs-utils.i386 1:1.0.9-54.el5                                                 
  nscd.i386 0:2.5-65                                                            
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss-tools.i386 0:3.12.10-4.el5_7                                              
  nss_ldap.i386 0:253-42.el5                                                    
  ntp.i386 0:4.2.2p1-15.el5                                                     
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap-clients.i386 0:2.3.43-12.el5_6.7                                     
  openssh.i386 0:4.3p2-72.el5_7.5                                               
  openssh-clients.i386 0:4.3p2-72.el5_7.5                                       
  openssh-server.i386 0:4.3p2-72.el5_7.5                                        
  openssl.i686 0:0.9.8e-20.el5                                                  
  openswan.i386 0:2.6.21-5.el5_6.4                                              
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  paps.i386 0:0.6.6-20.el5                                                      
  parted.i386 0:1.8.1-28.el5                                                    
  passwd.i386 0:0.73-2                                                          
  patch.i386 0:2.5.4-31.el5                                                     
  pciutils.i386 0:3.1.7-3.el5                                                   
  pcre.i386 0:6.6-6.el5_6.1                                                     
  perl.i386 4:5.8.8-32.el5_6.3                                                  
  poppler.i386 0:0.5.4-4.4.el5_6.17                                             
  poppler-utils.i386 0:0.5.4-4.4.el5_6.17                                       
  postgresql.i386 0:8.1.23-1.el5_6.1                                            
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-python.i386 0:8.1.23-1.el5_6.1                                     
  procps.i386 0:3.2.7-17.el5                                                    
  psmisc.i386 0:22.2-7.el5_6.2                                                  
  pyOpenSSL.i386 0:0.6-2.el5                                                    
  python-numeric.i386 0:23.7-2.2.2.el5_6.1                                      
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.i386 1:3.13-5.el5                                                       
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-release.i386 0:5Server-5.7.0.3                                         
  redhat-release-notes.i386 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.i386 0:4.7.0-10.el5                                                     
  rng-utils.i386 1:2.0-4.el5                                                    
  rsync.i386 0:3.0.6-4.el5_7.1                                                  
  rsyslog.i386 0:3.22.1-3.el5_6.1                                               
  ruby.i386 0:1.8.5-19.el5_6.1                                                  
  ruby-irb.i386 0:1.8.5-19.el5_6.1                                              
  ruby-libs.i386 0:1.8.5-19.el5_6.1                                             
  ruby-rdoc.i386 0:1.8.5-19.el5_6.1                                             
  samba-client.i386 0:3.0.33-3.29.el5_7.4                                       
  samba-common.i386 0:3.0.33-3.29.el5_7.4                                       
  screen.i386 0:4.0.3-4.el5                                                     
  sed.i386 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.i386 2:4.0.17-18.el5_6.1                                         
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.i386 0:1.7.2p1-10.el5                                                    
  sysfsutils.i386 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.i386 0:1.6.29.1-6.el5                             
  system-config-securitylevel-tui.i386 0:1.6.29.1-6.el5                         
  tmpwatch.i386 0:2.9.7-1.1.el5.5                                               
  traceroute.i386 3:2.0.1-6.el5                                                 
  tzdata.i386 0:2011h-2.el5                                                     
  udev.i386 0:095-14.27.el5                                                     
  util-linux.i386 0:2.13-0.56.el5                                               
  vim-common.i386 2:7.0.109-7.el5                                               
  vim-enhanced.i386 2:7.0.109-7.el5                                             
  vim-minimal.i386 2:7.0.109-7.el5                                              
  vnc.i386 0:4.1.2-14.el5_6.6                                                   
  vnc-server.i386 0:4.1.2-14.el5_6.6                                            
  vsftpd.i386 0:2.0.5-21.el5                                                    
  w3m.i386 0:0.5.1-18.el5                                                       
  xinetd.i386 2:2.3.14-13.el5                                                   
  xorg-x11-font-utils.i386 1:7.1-3                                              
  xorg-x11-xfs.i386 1:1.0.2-5.el5_6.1                                           
  xulrunner.i386 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                                                       

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 OFF ... 
######################################################################################
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
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 9 Kedar Bidarkar 2011-09-15 13:27:05 UTC
IMAGE ID= ami-0684ff54_ap-southeast-1_c1.medium
###### TEST KERNEL AFTER REBOOT ####  
######################################################################################
# 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: ## 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-274.3.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.3.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.3.1 
EXPECTED RESULT: 2.6.18-274.3.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-274.3.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.3.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-274.3.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-274.3.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: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 1781944 > hwp MEMORY of 1700000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
hostname

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

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

Comment 10 Kedar Bidarkar 2011-09-15 13:27:10 UTC
 cpp                   i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 2.7 M
 libgcc                i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y  96 k
 libstdc++             i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 363 k
 popt                  i386   1.10.2.3-22.el5   rhui-ap-se-rhel-server-1y  75 k
 rpm                   i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 1.2 M
 rpm-libs              i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 928 k
 rpm-python            i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y  60 k

Transaction Summary
================================================================================
Install      52 Package(s)
Upgrade      11 Package(s)

Total download size: 75 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.5 MB/s |  75 MB     00:21     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : libgcc                                                  1/74 

  Updating       : popt                                                    2/74 

  Updating       : libstdc++                                               3/74 

  Updating       : cpp                                                     4/74 

  Updating       : gcc                                                     5/74 

  Installing     : libgfortran                                             6/74 

  Installing     : libXTrap                                                7/74 

  Installing     : elfutils-libs                                           8/74 

  Installing     : elfutils                                                9/74 

  Installing     : libXfontcache                                          10/74 

  Installing     : libXxf86misc                                           11/74 

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

  Installing     : xorg-x11-xinit                                         13/74 

  Installing     : xorg-x11-server-Xvfb                                   14/74 

  Installing     : imake                                                  15/74 

  Installing     : libXevie                                               16/74 

  Installing     : at-spi                                                 17/74 

  Installing     : gcc-gfortran                                           18/74 

  Installing     : swig                                                   19/74 

  Installing     : doxygen                                                20/74 

  Installing     : oprofile                                               21/74 

  Installing     : texinfo                                                22/74 

  Installing     : splint                                                 23/74 

  Installing     : cvs                                                    24/74 

  Installing     : cscope                                                 25/74 

  Installing     : ltrace                                                 26/74 

  Installing     : strace                                                 27/74 

  Installing     : flex                                                   28/74 

  Installing     : indent                                                 29/74 

  Installing     : valgrind                                               30/74 

  Installing     : dev86                                                  31/74 

  Installing     : bison                                                  32/74 

  Installing     : diffstat                                               33/74 

  Installing     : byacc                                                  34/74 

  Installing     : patchutils                                             35/74 

  Installing     : rcs                                                    36/74 

  Installing     : ctags                                                  37/74 

  Installing     : autoconf                                               38/74 

  Installing     : automake                                               39/74 

  Installing     : libstdc++-devel                                        40/74 

  Installing     : systemtap-runtime                                      41/74 

  Installing     : libtool                                                42/74 

  Installing     : automake17                                             43/74 

  Installing     : automake14                                             44/74 

  Installing     : automake15                                             45/74 

  Installing     : redhat-rpm-config                                      46/74 

  Installing     : automake16                                             47/74 

  Installing     : gcc-c++                                                48/74 

  Updating       : python                                                 49/74 

  Updating       : rpm-libs                                               50/74 

  Installing     : python-libs                                            51/74 

  Updating       : rpm                                                    52/74 

  Updating       : rpm-python                                             53/74 

  Installing     : gdb                                                    54/74 

  Installing     : pyspi                                                  55/74 

  Installing     : gnome-python2-gconf                                    56/74 

  Updating       : subversion                                             57/74 

  Installing     : rpm-build                                              58/74 

  Updating       : gettext                                                59/74 

  Installing     : python-ldap                                            60/74 

  Installing     : dogtail                                                61/74 

  Installing     : pstack                                                 62/74 

  Installing     : systemtap                                              63/74 

  Cleanup        : libgcc                                                 64/74 

  Cleanup        : gettext                                                65/74 

  Cleanup        : cpp                                                    66/74 

  Cleanup        : libstdc++                                              67/74 

  Cleanup        : rpm                                                    68/74 

  Cleanup        : rpm-python                                             69/74 

  Cleanup        : popt                                                   70/74 

  Cleanup        : subversion                                             71/74 

  Cleanup        : python                                                 72/74 

  Cleanup        : rpm-libs                                               73/74 

  Cleanup        : gcc                                                    74/74 

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.i386 0:2.3-2.1                       byacc.i386 0:1.9-29.2.2            
  cscope.i386 0:15.5-15.1.el5_3.1            ctags.i386 0:5.6-1.1               
  cvs.i386 0:1.11.22-7.el5                   dev86.i386 0:0.16.17-2.2           
  diffstat.i386 0:1.41-1.2.3.el5             dogtail.noarch 0:0.6.1-4.el5       
  doxygen.i386 1:1.4.7-1.1                   elfutils.i386 0:0.137-3.el5        
  flex.i386 0:2.5.4a-41.fc6                  gcc-c++.i386 0:4.1.2-51.el5        
  gcc-gfortran.i386 0:4.1.2-51.el5           gdb.i386 0:7.0.1-37.el5_7.1        
  indent.i386 0:2.2.9-14.fc6                 libtool.i386 0:1.5.22-7.el5_4      
  ltrace.i386 0:0.5-13.45svn.el5             oprofile.i386 0:0.9.4-15.el5       
  patchutils.i386 0:0.2.31-2.2.2             pstack.i386 0:1.2-7.2.2            
  python-ldap.i386 0:2.2.0-2.1               rcs.i386 0:5.7-30.1                
  redhat-rpm-config.noarch 0:8.0.45-32.el5   rpm-build.i386 0:4.4.2.3-22.el5    
  splint.i386 0:3.1.1-16.el5                 strace.i386 0:4.5.18-5.el5_5.5     
  swig.i386 0:1.3.29-2.el5                   systemtap.i386 0:1.3-9.el5         
  texinfo.i386 0:4.8-14.el5                  valgrind.i386 1:3.5.0-5.el5        

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

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

Dependency Updated:
  cpp.i386 0:4.1.2-51.el5                 libgcc.i386 0:4.1.2-51.el5           
  libstdc++.i386 0:4.1.2-51.el5           popt.i386 0:1.10.2.3-22.el5          
  rpm.i386 0:4.4.2.3-22.el5               rpm-libs.i386 0:4.4.2.3-22.el5       
  rpm-python.i386 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.i386 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 audit.i386 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-python.i386 0:1.7.18-2.el5 set to be updated
---> Package authconfig.i386 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.i386 0:5.3.21-7.el5 set to be updated
---> Package autofs.i386 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-compat-libdns_sd.i386 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 bash.i386 0:3.2-32.el5 set to be updated
---> Package bind-libs.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.i386 1:1.2.0-10.el5 set to be updated
---> Package coreutils.i386 0:5.97-34.el5 set to be updated
---> Package cpuspeed.i386 1:1.2.1-10.el5 set to be updated
---> Package crash.i386 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.i386 0:1.0.3-8.el5 set to be updated
---> Package cups.i386 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 curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.i386 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 device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.i386 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.i386 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.i386 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.i386 1:2.11-1.el5 set to be updated
---> Package dmraid.i386 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.i386 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package exim.i386 0:4.63-10.el5 set to be updated
---> Package finger.i386 0:0.17-33 set to be updated
---> Package gdbm.i386 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5_7.3 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc-common.i386 0:2.5-65 set to be updated
---> Package glibc-devel.i386 0:2.5-65 set to be updated
---> Package glibc-headers.i386 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gzip.i386 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 httpd.i386 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.i386 0:8.45.38-2.el5 set to be updated
---> Package jwhois.i386 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.i386 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.i686 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.i686 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.i386 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.i386 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-workstation.i386 0:1.6.1-62.el5 set to be updated
---> Package ksh.i386 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.i386 0:1.2.57.1.26-1 set to be updated
---> Package less.i386 0:436-7.el5 set to be updated
---> Package libXfont.i386 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.i386 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 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 libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.i386 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 libuser.i386 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 libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.i386 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.i386 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.i386 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.i386 0:0.16-8.el5 set to be updated
---> Package man.i386 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.i386 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.i386 0:0.26-11.el5 set to be updated
---> Package mod_ssl.i386 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.i386 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.i386 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.i386 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.i386 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.i386 1:1.0.9-54.el5 set to be updated
---> Package nscd.i386 0:2.5-65 set to be updated
---> Package nspr.i386 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-tools.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package ntp.i386 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-clients.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.i386 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.i386 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.i386 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 openswan.i386 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 pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.i386 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package passwd.i386 0:0.73-2 set to be updated
---> Package patch.i386 0:2.5.4-31.el5 set to be updated
---> Package pciutils.i386 0:3.1.7-3.el5 set to be updated
---> Package pcre.i386 0:6.6-6.el5_6.1 set to be updated
---> Package perl.i386 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.i386 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.i386 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.i386 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-python.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.i386 0:3.2.7-17.el5 set to be updated
---> Package psmisc.i386 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.i386 0:0.6-2.el5 set to be updated
---> Package python-numeric.i386 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.i386 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-release.i386 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.i386 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.i386 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.i386 1:2.0-4.el5 set to be updated
---> Package rsync.i386 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.i386 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.i386 0:4.0.3-4.el5 set to be updated
---> Package sed.i386 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.i386 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.i386 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.i386 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.i386 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.i386 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.i386 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.i386 3:2.0.1-6.el5 set to be updated
---> Package tzdata.i386 0:2011h-2.el5 set to be updated
---> Package udev.i386 0:095-14.27.el5 set to be updated
---> Package util-linux.i386 0:2.13-0.56.el5 set to be updated
---> Package vim-common.i386 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.i386 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.i386 2:7.0.109-7.el5 set to be updated
---> Package vnc.i386 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.i386 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.i386 0:2.0.5-21.el5 set to be updated
---> Package w3m.i386 0:0.5.1-18.el5 set to be updated
---> Package xinetd.i386 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.i386 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.i386 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.i386 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
--> Running transaction check
---> Package iscsi-initiator-utils.i386 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version               Repository                 Size
================================================================================
Installing:
 kernel-xen        i686   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y  20 M
 kernel-xen-devel  i686   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y 5.6 M
Updating:
 SysVinit          i386   2.86-17.el5           rhui-ap-se-rhel-server-1y 113 k
 apr               i386   1.2.7-11.el5_6.5      rhui-ap-se-rhel-server-1y 124 k
 audit             i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y 363 k
 audit-libs        i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y  78 k
 audit-libs-python i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y  79 k
 authconfig        i386   5.3.21-7.el5          rhui-ap-se-rhel-server-1y 456 k
 authconfig-gtk    i386   5.3.21-7.el5          rhui-ap-se-rhel-server-1y  47 k
 autofs            i386   1:5.0.1-0.rc2.156.el5 rhui-ap-se-rhel-server-1y 918 k
 avahi             i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y 251 k
 avahi-compat-libdns_sd
                   i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y  23 k
 avahi-glib        i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y  15 k
 bash              i386   3.2-32.el5            rhui-ap-se-rhel-server-1y 1.8 M
 bind-libs         i386   30:9.3.6-16.P1.el5    rhui-ap-se-rhel-server-1y 862 k
 bind-utils        i386   30:9.3.6-16.P1.el5    rhui-ap-se-rhel-server-1y 173 k
 busybox           i386   1:1.2.0-10.el5        rhui-ap-se-rhel-server-1y 1.1 M
 coreutils         i386   5.97-34.el5           rhui-ap-se-rhel-server-1y 3.6 M
 cpuspeed          i386   1:1.2.1-10.el5        rhui-ap-se-rhel-server-1y  32 k
 crash             i386   4.1.2-8.el5           rhui-ap-se-rhel-server-1y 1.6 M
 cryptsetup-luks   i386   1.0.3-8.el5           rhui-ap-se-rhel-server-1y 716 k
 cups              i386   1:1.3.7-26.el5_6.1    rhui-ap-se-rhel-server-1y 3.1 M
 cups-libs         i386   1:1.3.7-26.el5_6.1    rhui-ap-se-rhel-server-1y 199 k
 curl              i386   7.15.5-9.el5_7.4      rhui-ap-se-rhel-server-1y 234 k
 dbus              i386   1.1.2-16.el5_7        rhui-ap-se-rhel-server-1y 235 k
 dbus-libs         i386   1.1.2-16.el5_7        rhui-ap-se-rhel-server-1y 124 k
 device-mapper     i386   1.02.63-4.el5         rhui-ap-se-rhel-server-1y 776 k
 device-mapper-event
                   i386   1.02.63-4.el5         rhui-ap-se-rhel-server-1y  22 k
 device-mapper-multipath
                   i386   0.4.7-46.el5_7.1      rhui-ap-se-rhel-server-1y 2.8 M
 dhclient          i386   12:3.0.5-29.el5_7.1   rhui-ap-se-rhel-server-1y 281 k
 dhcpv6-client     i386   1.0.10-20.el5         rhui-ap-se-rhel-server-1y 124 k
 dmidecode         i386   1:2.11-1.el5          rhui-ap-se-rhel-server-1y  78 k
 dmraid            i386   1.0.0.rc13-65.el5     rhui-ap-se-rhel-server-1y 738 k
 dmraid-events     i386   1.0.0.rc13-65.el5     rhui-ap-se-rhel-server-1y  24 k
 e2fsprogs         i386   1.39-33.el5           rhui-ap-se-rhel-server-1y 827 k
 e2fsprogs-libs    i386   1.39-33.el5           rhui-ap-se-rhel-server-1y 120 k
 exim              i386   4.63-10.el5           rhui-ap-se-rhel-server-1y 1.2 M
 finger            i386   0.17-33               rhui-ap-se-rhel-server-1y  21 k
 gdbm              i386   1.8.0-26.2.1.el5_6.1  rhui-ap-se-rhel-server-1y  28 k
 ghostscript       i386   8.70-6.el5_7.3        rhui-ap-se-rhel-server-1y 9.0 M
 glibc             i686   2.5-65                rhui-ap-se-rhel-server-1y 5.3 M
 glibc-common      i386   2.5-65                rhui-ap-se-rhel-server-1y  16 M
 glibc-devel       i386   2.5-65                rhui-ap-se-rhel-server-1y 2.0 M
 glibc-headers     i386   2.5-65                rhui-ap-se-rhel-server-1y 604 k
 gnome-vfs2        i386   2.16.2-8.el5          rhui-ap-se-rhel-server-1y 1.2 M
 gzip              i386   1.3.5-13.el5          rhui-ap-se-rhel-server-1y 102 k
 hal               i386   0.5.8.1-62.el5        rhui-ap-se-rhel-server-1y 391 k
 httpd             i386   2.2.3-53.el5_7.1      rhui-ap-se-rhel-server-1y 1.2 M
 hwdata            noarch 0.213.24-1.el5        rhui-ap-se-rhel-server-1y 414 k
 initscripts       i386   8.45.38-2.el5         rhui-ap-se-rhel-server-1y 1.6 M
 jwhois            i386   3.2.3-12.el5          rhui-ap-se-rhel-server-1y  97 k
 kernel-headers    i386   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y 1.2 M
 kexec-tools       i386   1.102pre-126.el5_6.6  rhui-ap-se-rhel-server-1y 560 k
 kpartx            i386   0.4.7-46.el5_7.1      rhui-ap-se-rhel-server-1y 425 k
 krb5-libs         i386   1.6.1-62.el5          rhui-ap-se-rhel-server-1y 668 k
 krb5-workstation  i386   1.6.1-62.el5          rhui-ap-se-rhel-server-1y 887 k
 ksh               i386   20100202-1.el5_6.6    rhui-ap-se-rhel-server-1y 1.2 M
 kudzu             i386   1.2.57.1.26-1         rhui-ap-se-rhel-server-1y 236 k
 less              i386   436-7.el5             rhui-ap-se-rhel-server-1y 106 k
 libXfont          i386   1.2.2-1.0.4.el5_7     rhui-ap-se-rhel-server-1y 240 k
 libgcj            i386   4.1.2-51.el5          rhui-ap-se-rhel-server-1y  16 M
 libgomp           i386   4.4.4-13.el5          rhui-ap-se-rhel-server-1y  72 k
 libhugetlbfs      i386   1.3-8.2.el5           rhui-ap-se-rhel-server-1y  40 k
 libicu            i386   3.6-5.16              rhui-ap-se-rhel-server-1y 5.3 M
 libpng            i386   2:1.2.10-7.1.el5_7.5  rhui-ap-se-rhel-server-1y 241 k
 libselinux        i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  77 k
 libselinux-python i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  73 k
 libselinux-utils  i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  55 k
 libsmbclient      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 908 k
 libsysfs          i386   2.1.0-1.el5           rhui-ap-se-rhel-server-1y  47 k
 libtiff           i386   3.8.2-7.el5_6.7       rhui-ap-se-rhel-server-1y 308 k
 libuser           i386   0.54.7-2.1.el5_5.2    rhui-ap-se-rhel-server-1y 438 k
 libvolume_id      i386   095-14.27.el5         rhui-ap-se-rhel-server-1y  44 k
 libxml2           i386   2.6.26-2.1.12         rhui-ap-se-rhel-server-1y 795 k
 libxml2-python    i386   2.6.26-2.1.12         rhui-ap-se-rhel-server-1y 702 k
 logrotate         i386   3.7.4-12              rhui-ap-se-rhel-server-1y  42 k
 logwatch          noarch 7.3-9.el5_6           rhui-ap-se-rhel-server-1y 244 k
 lvm2              i386   2.02.84-6.el5_7.1     rhui-ap-se-rhel-server-1y 2.9 M
 m2crypto          i386   0.16-8.el5            rhui-ap-se-rhel-server-1y 494 k
 man               i386   1.6d-2.el5            rhui-ap-se-rhel-server-1y 262 k
 man-pages         noarch 2.39-17.el5           rhui-ap-se-rhel-server-1y 4.2 M
 man-pages-ja      noarch 20060815-14.el5       rhui-ap-se-rhel-server-1y 4.9 M
 mkinitrd          i386   5.1.19.6-71.el5       rhui-ap-se-rhel-server-1y 474 k
 mod_authz_ldap    i386   0.26-11.el5           rhui-ap-se-rhel-server-1y  85 k
 mod_ssl           i386   1:2.2.3-53.el5_7.1    rhui-ap-se-rhel-server-1y  93 k
 mysql             i386   5.0.77-4.el5_6.6      rhui-ap-se-rhel-server-1y 4.8 M
 nash              i386   5.1.19.6-71.el5       rhui-ap-se-rhel-server-1y 1.1 M
 net-snmp          i386   1:5.3.2.2-14.el5_7.1  rhui-ap-se-rhel-server-1y 702 k
 net-snmp-libs     i386   1:5.3.2.2-14.el5_7.1  rhui-ap-se-rhel-server-1y 1.3 M
 nfs-utils         i386   1:1.0.9-54.el5        rhui-ap-se-rhel-server-1y 397 k
 nscd              i386   2.5-65                rhui-ap-se-rhel-server-1y 169 k
 nspr              i386   4.8.8-1.el5_7         rhui-ap-se-rhel-server-1y 120 k
 nss               i386   3.12.10-4.el5_7       rhui-ap-se-rhel-server-1y 1.1 M
 nss-tools         i386   3.12.10-4.el5_7       rhui-ap-se-rhel-server-1y 1.2 M
 nss_ldap          i386   253-42.el5            rhui-ap-se-rhel-server-1y 1.4 M
 ntp               i386   4.2.2p1-15.el5        rhui-ap-se-rhel-server-1y 1.3 M
 openldap          i386   2.3.43-12.el5_6.7     rhui-ap-se-rhel-server-1y 296 k
 openldap-clients  i386   2.3.43-12.el5_6.7     rhui-ap-se-rhel-server-1y 217 k
 openssh           i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 289 k
 openssh-clients   i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 452 k
 openssh-server    i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 273 k
 openssl           i686   0.9.8e-20.el5         rhui-ap-se-rhel-server-1y 1.4 M
 openswan          i386   2.6.21-5.el5_6.4      rhui-ap-se-rhel-server-1y 1.0 M
 pam_krb5          i386   2.2.14-21.el5         rhui-ap-se-rhel-server-1y 150 k
 pango             i386   1.14.9-8.el5_6.2      rhui-ap-se-rhel-server-1y 334 k
 paps              i386   0.6.6-20.el5          rhui-ap-se-rhel-server-1y  33 k
 parted            i386   1.8.1-28.el5          rhui-ap-se-rhel-server-1y 541 k
 passwd            i386   0.73-2                rhui-ap-se-rhel-server-1y  20 k
 patch             i386   2.5.4-31.el5          rhui-ap-se-rhel-server-1y  65 k
 pciutils          i386   3.1.7-3.el5           rhui-ap-se-rhel-server-1y 114 k
 pcre              i386   6.6-6.el5_6.1         rhui-ap-se-rhel-server-1y 117 k
 perl              i386   4:5.8.8-32.el5_6.3    rhui-ap-se-rhel-server-1y  12 M
 poppler           i386   0.5.4-4.4.el5_6.17    rhui-ap-se-rhel-server-1y 3.0 M
 poppler-utils     i386   0.5.4-4.4.el5_6.17    rhui-ap-se-rhel-server-1y  73 k
 postgresql        i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y 2.9 M
 postgresql-libs   i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y 196 k
 postgresql-python i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y  55 k
 procps            i386   3.2.7-17.el5          rhui-ap-se-rhel-server-1y 212 k
 psmisc            i386   22.2-7.el5_6.2        rhui-ap-se-rhel-server-1y  61 k
 pyOpenSSL         i386   0.6-2.el5             rhui-ap-se-rhel-server-1y 128 k
 python-numeric    i386   23.7-2.2.2.el5_6.1    rhui-ap-se-rhel-server-1y 748 k
 python-urlgrabber noarch 3.1.0-6.el5           rhui-ap-se-rhel-server-1y 132 k
 quota             i386   1:3.13-5.el5          rhui-ap-se-rhel-server-1y 359 k
 redhat-lsb        i386   4.0-2.1.4.el5         rhui-ap-se-rhel-server-1y  25 k
 redhat-release    i386   5Server-5.7.0.3       rhui-ap-se-rhel-server-1y  62 k
 redhat-release-notes
                   i386   5Server-41            rhui-ap-se-rhel-server-1y 370 k
 rhn-check         noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y  42 k
 rhn-client-tools  noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y 924 k
 rhn-setup         noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y 114 k
 rhnlib            noarch 2.5.22-6.el5          rhui-ap-se-rhel-server-1y  70 k
 rhnsd             i386   4.7.0-10.el5          rhui-ap-se-rhel-server-1y  34 k
 rng-utils         i386   1:2.0-4.el5           rhui-ap-se-rhel-server-1y  16 k
 rsync             i386   3.0.6-4.el5_7.1       rhui-ap-se-rhel-server-1y 338 k
 rsyslog           i386   3.22.1-3.el5_6.1      rhui-ap-se-rhel-server-1y 380 k
 ruby              i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 276 k
 ruby-irb          i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y  69 k
 ruby-libs         i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 1.6 M
 ruby-rdoc         i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 135 k
 samba-client      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 5.7 M
 samba-common      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 6.7 M
 screen            i386   4.0.3-4.el5           rhui-ap-se-rhel-server-1y 559 k
 sed               i386   4.1.5-8.el5           rhui-ap-se-rhel-server-1y 176 k
 selinux-policy    noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 420 k
 selinux-policy-devel
                   noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 446 k
 selinux-policy-targeted
                   noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 1.3 M

Comment 11 Kedar Bidarkar 2011-09-15 13:27:16 UTC
 shadow-utils      i386   2:4.0.17-18.el5_6.1   rhui-ap-se-rhel-server-1y 1.0 M
 sos               noarch 1.7-9.54.el5          rhui-ap-se-rhel-server-1y 151 k
 sudo              i386   1.7.2p1-10.el5        rhui-ap-se-rhel-server-1y 348 k
 sysfsutils        i386   2.1.0-1.el5           rhui-ap-se-rhel-server-1y  39 k
 system-config-lvm noarch 1.1.5-9.el5           rhui-ap-se-rhel-server-1y 690 k
 system-config-network
                   noarch 1.3.99.19-2.el5       rhui-ap-se-rhel-server-1y 424 k
 system-config-network-tui
                   noarch 1.3.99.19-2.el5       rhui-ap-se-rhel-server-1y 1.8 M
 system-config-securitylevel
                   i386   1.6.29.1-6.el5        rhui-ap-se-rhel-server-1y 280 k
 system-config-securitylevel-tui
                   i386   1.6.29.1-6.el5        rhui-ap-se-rhel-server-1y 254 k
 tmpwatch          i386   2.9.7-1.1.el5.5       rhui-ap-se-rhel-server-1y  19 k
 traceroute        i386   3:2.0.1-6.el5         rhui-ap-se-rhel-server-1y  40 k
 tzdata            i386   2011h-2.el5           rhui-ap-se-rhel-server-1y 781 k
 udev              i386   095-14.27.el5         rhui-ap-se-rhel-server-1y 2.4 M
 util-linux        i386   2.13-0.56.el5         rhui-ap-se-rhel-server-1y 1.8 M
 vim-common        i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 6.4 M
 vim-enhanced      i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 1.2 M
 vim-minimal       i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 310 k
 vnc               i386   4.1.2-14.el5_6.6      rhui-ap-se-rhel-server-1y 160 k
 vnc-server        i386   4.1.2-14.el5_6.6      rhui-ap-se-rhel-server-1y 2.0 M
 vsftpd            i386   2.0.5-21.el5          rhui-ap-se-rhel-server-1y 142 k
 w3m               i386   0.5.1-18.el5          rhui-ap-se-rhel-server-1y 1.1 M
 xinetd            i386   2:2.3.14-13.el5       rhui-ap-se-rhel-server-1y 125 k
 xorg-x11-font-utils
                   i386   1:7.1-3               rhui-ap-se-rhel-server-1y  76 k
 xorg-x11-xfs      i386   1:1.0.2-5.el5_6.1     rhui-ap-se-rhel-server-1y  69 k
 xulrunner         i386   1.9.2.22-1.el5_7      rhui-ap-se-rhel-server-1y  12 M
 yum               noarch 3.2.22-37.el5         rhui-ap-se-rhel-server-1y 1.0 M
 yum-fastestmirror noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  19 k
 yum-rhn-plugin    noarch 0.5.4-22.el5_7.2      rhui-ap-se-rhel-server-1y  63 k
 yum-security      noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  25 k
 yum-updateonboot  noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  13 k
 yum-utils         noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  71 k
 zlib              i386   1.2.3-4.el5           rhui-ap-se-rhel-server-1y  51 k
Installing for dependencies:
 iscsi-initiator-utils
                   i386   6.2.0.872-10.el5      rhui-ap-se-rhel-server-1y 974 k

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

Total download size: 225 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.7 MB/s | 225 MB     01:01     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/353 

  Updating       : tzdata                                                 2/353 

  Updating       : glibc-common                                           3/353 

  Updating       : kernel-headers                                         4/353 

  Updating       : busybox                                                5/353 

  Updating       : nash                                                   6/353 

  Updating       : redhat-release-notes                                   7/353 

  Updating       : man-pages-ja                                           8/353 

  Updating       : man-pages                                              9/353 

  Updating       : glibc                                                 10/353 

  Updating       : bash                                                  11/353 

  Updating       : libselinux                                            12/353 

  Updating       : zlib                                                  13/353 

  Updating       : coreutils                                             14/353 

  Updating       : device-mapper                                         15/353 

  Updating       : e2fsprogs-libs                                        16/353 

  Updating       : krb5-libs                                             17/353 

  Updating       : openssl                                               18/353 

  Updating       : openldap                                              19/353 

  Updating       : audit-libs                                            20/353 

  Updating       : shadow-utils                                          21/353 

  Updating       : sed                                                   22/353 

  Updating       : nspr                                                  23/353 

  Updating       : nss                                                   24/353 

  Updating       : pango                                                 25/353 

  Updating       : udev                                                  26/353 

  Updating       : util-linux                                            27/353 

  Updating       : postgresql-libs                                       28/353 

  Updating       : libXfont                                              29/353 

  Updating       : libxml2                                               30/353 

  Updating       : procps                                                31/353 

  Updating       : psmisc                                                32/353 

  Updating       : kpartx                                                33/353 

  Updating       : libpng                                                34/353 

  Updating       : libtiff                                               35/353 

  Updating       : cups-libs                                             36/353 

  Updating       : libsysfs                                              37/353 

  Updating       : pcre                                                  38/353 

  Updating       : gdbm                                                  39/353 

  Updating       : perl                                                  40/353 

  Updating       : libxml2-python                                        41/353 

  Updating       : m2crypto                                              42/353 

  Updating       : e2fsprogs                                             43/353 

  Updating       : logrotate                                             44/353 

  Updating       : SysVinit                                              45/353 

  Updating       : less                                                  46/353 

  Updating       : gzip                                                  47/353 

  Updating       : mysql                                                 48/353 

  Updating       : ruby-libs                                             49/353 

  Updating       : ruby                                                  50/353 

  Updating       : poppler                                               51/353 

  Updating       : libuser                                               52/353 

  Updating       : net-snmp-libs                                         53/353 

  Updating       : bind-libs                                             54/353 

  Updating       : apr                                                   55/353 

  Updating       : cryptsetup-luks                                       56/353 

  Updating       : libvolume_id                                          57/353 

  Updating       : passwd                                                58/353 

  Updating       : poppler-utils                                         59/353 

  Updating       : man                                                   60/353 

  Updating       : rsyslog                                               61/353 

  Updating       : xorg-x11-font-utils                                   62/353 

  Updating       : device-mapper-multipath                               63/353 

  Updating       : paps                                                  64/353 

  Updating       : tmpwatch                                              65/353 

  Updating       : nscd                                                  66/353 

  Updating       : pyOpenSSL                                             67/353 

  Updating       : device-mapper-event                                   68/353 

  Updating       : lvm2                                                  69/353 

  Updating       : vim-minimal                                           70/353 

  Updating       : libselinux-utils                                      71/353 

  Updating       : patch                                                 72/353 

  Updating       : pciutils                                              73/353 

  Updating       : dmidecode                                             74/353 

  Updating       : system-config-securitylevel-tui                       75/353 

  Updating       : nss_ldap                                              76/353 

  Updating       : ghostscript                                           77/353 

  Updating       : libgcj                                                78/353 

  Updating       : authconfig                                            79/353 

  Updating       : libsmbclient                                          80/353 

  Updating       : samba-common                                          81/353 

  Updating       : curl                                                  82/353 

  Installing     : iscsi-initiator-utils                                 83/353 

  Updating       : pam_krb5                                              84/353 

  Updating       : parted                                                85/353 

  Updating       : libgomp                                               86/353 

  Updating       : vim-common                                            87/353 

  Updating       : libicu                                                88/353 

  Updating       : vim-enhanced                                          89/353 

  Updating       : samba-client                                          90/353 

  Updating       : sudo                                                  91/353 

  Updating       : bind-utils                                            92/353 

  Updating       : net-snmp                                              93/353 

  Updating       : openswan                                              94/353 

  Updating       : sysfsutils                                            95/353 

  Updating       : autofs                                                96/353 

  Updating       : vnc-server                                            97/353 

  Updating       : postgresql-python                                     98/353 

  Updating       : krb5-workstation                                      99/353 

  Updating       : nfs-utils                                            100/353 

  Updating       : nss-tools                                            101/353 

  Updating       : kexec-tools                                          102/353 

  Updating       : screen                                               103/353 

  Updating       : audit-libs-python                                    104/353 

  Updating       : audit                                                105/353 

  Updating       : openldap-clients                                     106/353 

  Updating       : ksh                                                  107/353 

  Updating       : crash                                                108/353 

  Updating       : libselinux-python                                    109/353 

  Updating       : jwhois                                               110/353 

  Updating       : cpuspeed                                             111/353 

  Updating       : traceroute                                           112/353 

  Updating       : python-numeric                                       113/353 

  Updating       : finger                                               114/353 

  Updating       : libhugetlbfs                                         115/353 

  Updating       : rsync                                                116/353 

  Updating       : rhnlib                                               117/353 

  Updating       : python-urlgrabber                                    118/353 

  Updating       : yum                                                  119/353 

  Updating       : selinux-policy                                       120/353 

  Updating       : glibc-headers                                        121/353 

  Updating       : redhat-release                                       122/353 

  Updating       : ruby-irb                                             123/353 

  Updating       : ruby-rdoc                                            124/353 

  Updating       : glibc-devel                                          125/353 

  Updating       : selinux-policy-devel                                 126/353 

  Updating       : selinux-policy-targeted                              127/353/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                                     128/353 

  Updating       : yum-security                                         129/353 

  Updating       : yum-fastestmirror                                    130/353 

  Updating       : yum-utils                                            131/353 

  Updating       : authconfig-gtk                                       132/353 

  Updating       : system-config-securitylevel                          133/353 

  Updating       : system-config-lvm                                    134/353 

  Updating       : sos                                                  135/353 

  Updating       : logwatch                                             136/353 

  Updating       : w3m                                                  137/353 

  Updating       : ntp                                                  138/353 

  Installing     : kernel-xen-devel                                     139/353 

  Updating       : initscripts                                          140/353 

  Updating       : httpd                                                141/353 

  Updating       : exim                                                 142/353 

  Updating       : openssh                                              143/353 

  Updating       : openssh-server                                       144/353 

  Updating       : openssh-clients                                      145/353 

  Updating       : mod_ssl                                              146/353 

  Updating       : mod_authz_ldap                                       147/353 

  Updating       : quota                                                148/353 

  Updating       : rng-utils                                            149/353 

  Updating       : dhcpv6-client                                        150/353 

  Updating       : dhclient                                             151/353 

  Updating       : xorg-x11-xfs                                         152/353 

  Updating       : vnc                                                  153/353 

  Updating       : postgresql                                           154/353 

  Updating       : vsftpd                                               155/353 

  Updating       : redhat-lsb                                           156/353 

  Updating       : xinetd                                               157/353 

  Updating       : dbus-libs                                            158/353 

  Updating       : dbus                                                 159/353 

  Updating       : avahi                                                160/353 

  Updating       : hal                                                  161/353 

  Updating       : dmraid                                               162/353 

  Updating       : avahi-compat-libdns_sd                               163/353 

  Updating       : avahi-glib                                           164/353 

  Updating       : gnome-vfs2                                           165/353 

  Updating       : kudzu                                                166/353 

  Updating       : dmraid-events                                        167/353 

  Updating       : xulrunner                                            168/353 

  Updating       : cups                                                 169/353 

  Updating       : mkinitrd                                             170/353 

  Updating       : system-config-network-tui                            171/353 

  Updating       : system-config-network                                172/353 

  Installing     : kernel-xen                                           173/353 

  Updating       : rhn-client-tools                                     174/353 

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

  Updating       : rhn-setup                                            176/353 

  Updating       : rhn-check                                            177/353 

  Updating       : rhnsd                                                178/353 

  Cleanup        : selinux-policy                                       179/353 

  Cleanup        : hwdata                                               180/353 

  Cleanup        : less                                                 181/353 

  Cleanup        : yum-updateonboot                                     182/353 

  Cleanup        : audit-libs-python                                    183/353 

  Cleanup        : dbus-libs                                            184/353 

  Cleanup        : initscripts                                          185/353 

  Cleanup        : libicu                                               186/353 

  Cleanup        : glibc                                                187/353 

  Cleanup        : apr                                                  188/353 

  Cleanup        : nash                                                 189/353 

  Cleanup        : e2fsprogs                                            190/353 

  Cleanup        : quota                                                191/353 

  Cleanup        : rsyslog                                              192/353 

  Cleanup        : libsysfs                                             193/353 

  Cleanup        : man-pages                                            194/353 

  Cleanup        : selinux-policy-devel                                 195/353 

  Cleanup        : yum-rhn-plugin                                       196/353 

  Cleanup        : vnc-server                                           197/353 

  Cleanup        : jwhois                                               198/353 

  Cleanup        : libvolume_id                                         199/353 

  Cleanup        : kexec-tools                                          200/353 

  Cleanup        : bind-utils                                           201/353 

  Cleanup        : psmisc                                               202/353 

  Cleanup        : libselinux                                           203/353 

  Cleanup        : rng-utils                                            204/353 

  Cleanup        : net-snmp                                             205/353 

  Cleanup        : libgomp                                              206/353 

  Cleanup        : dhcpv6-client                                        207/353 

  Cleanup        : device-mapper                                        208/353 

  Cleanup        : gzip                                                 209/353 

  Cleanup        : curl                                                 210/353 

  Cleanup        : parted                                               211/353 

  Cleanup        : logrotate                                            212/353 

  Cleanup        : avahi                                                213/353 

  Cleanup        : device-mapper-multipath                              214/353 

  Cleanup        : avahi-compat-libdns_sd                               215/353 

  Cleanup        : dhclient                                             216/353 

  Cleanup        : glibc-headers                                        217/353 

  Cleanup        : vim-minimal                                          218/353 

  Cleanup        : traceroute                                           219/353 

  Cleanup        : libXfont                                             220/353 

  Cleanup        : pam_krb5                                             221/353 

  Cleanup        : openssh-server                                       222/353 

  Cleanup        : openldap                                             223/353 

  Cleanup        : libselinux-utils                                     224/353 

  Cleanup        : shadow-utils                                         225/353 

  Cleanup        : ksh                                                  226/353 

  Cleanup        : dmidecode                                            227/353 

  Cleanup        : krb5-libs                                            228/353 

  Cleanup        : poppler                                              229/353 

  Cleanup        : xinetd                                               230/353 

  Cleanup        : libselinux-python                                    231/353 

  Cleanup        : busybox                                              232/353 

  Cleanup        : m2crypto                                             233/353 

  Cleanup        : authconfig                                           234/353 

  Cleanup        : ruby-libs                                            235/353 

  Cleanup        : glibc-common                                         236/353 

  Cleanup        : openldap-clients                                     237/353 

  Cleanup        : authconfig-gtk                                       238/353 

  Cleanup        : python-numeric                                       239/353 

  Cleanup        : ntp                                                  240/353 

  Cleanup        : mysql                                                241/353 

  Cleanup        : mod_ssl                                              242/353 

  Cleanup        : libsmbclient                                         243/353 

  Cleanup        : tmpwatch                                             244/353 

  Cleanup        : man-pages-ja                                         245/353 

  Cleanup        : nspr                                                 246/353 

  Cleanup        : net-snmp-libs                                        247/353 

  Cleanup        : mkinitrd                                             248/353 

  Cleanup        : ruby-irb                                             249/353 

  Cleanup        : libxml2-python                                       250/353 

  Cleanup        : kudzu                                                251/353 

  Cleanup        : libpng                                               252/353 

  Cleanup        : vim-common                                           253/353 

  Cleanup        : python-urlgrabber                                    254/353 

  Cleanup        : exim                                                 255/353 

  Cleanup        : yum-security                                         256/353 

  Cleanup        : krb5-workstation                                     257/353 

  Cleanup        : dmraid                                               258/353 

  Cleanup        : nscd                                                 259/353 

  Cleanup        : sos                                                  260/353 

  Cleanup        : finger                                               261/353 

  Cleanup        : xorg-x11-xfs                                         262/353 

  Cleanup        : lvm2                                                 263/353 

  Cleanup        : ghostscript                                          264/353 

  Cleanup        : openssh-clients                                      265/353 

  Cleanup        : system-config-network                                266/353 

  Cleanup        : dbus                                                 267/353 

  Cleanup        : util-linux                                           268/353 

  Cleanup        : vnc                                                  269/353 

  Cleanup        : paps                                                 270/353 

  Cleanup        : postgresql-libs                                      271/353 

  Cleanup        : yum-fastestmirror                                    272/353 

  Cleanup        : cryptsetup-luks                                      273/353 

  Cleanup        : openswan                                             274/353 

  Cleanup        : cpuspeed                                             275/353 

  Cleanup        : httpd                                                276/353 

  Cleanup        : rhn-setup                                            277/353 

  Cleanup        : ruby                                                 278/353 

  Cleanup        : pango                                                279/353 

  Cleanup        : poppler-utils                                        280/353 

  Cleanup        : e2fsprogs-libs                                       281/353 

  Cleanup        : rhnlib                                               282/353 

  Cleanup        : system-config-securitylevel                          283/353 

  Cleanup        : samba-common                                         284/353 

  Cleanup        : procps                                               285/353 

  Cleanup        : SysVinit                                             286/353 

  Cleanup        : nfs-utils                                            287/353 

  Cleanup        : libtiff                                              288/353 

  Cleanup        : perl                                                 289/353 

  Cleanup        : libhugetlbfs                                         290/353 

  Cleanup        : bash                                                 291/353 

  Cleanup        : system-config-lvm                                    292/353 

  Cleanup        : ruby-rdoc                                            293/353 

  Cleanup        : kernel-headers                                       294/353 

  Cleanup        : logwatch                                             295/353 

  Cleanup        : xorg-x11-font-utils                                  296/353 

  Cleanup        : postgresql-python                                    297/353 

  Cleanup        : postgresql                                           298/353 

  Cleanup        : vsftpd                                               299/353 

  Cleanup        : vim-enhanced                                         300/353 

  Cleanup        : pcre                                                 301/353 

  Cleanup        : yum-utils                                            302/353 

  Cleanup        : gdbm                                                 303/353 

  Cleanup        : crash                                                304/353 

  Cleanup        : sysfsutils                                           305/353 

  Cleanup        : openssl                                              306/353 

  Cleanup        : bind-libs                                            307/353 

  Cleanup        : cups                                                 308/353 

  Cleanup        : nss_ldap                                             309/353 

  Cleanup        : redhat-release-notes                                 310/353 

  Cleanup        : zlib                                                 311/353 

  Cleanup        : glibc-devel                                          312/353 

  Cleanup        : autofs                                               313/353 

  Cleanup        : audit-libs                                           314/353 

  Cleanup        : rsync                                                315/353 

  Cleanup        : nss-tools                                            316/353 

  Cleanup        : pciutils                                             317/353 

  Cleanup        : redhat-lsb                                           318/353 

  Cleanup        : man                                                  319/353 

  Cleanup        : audit                                                320/353 

  Cleanup        : system-config-securitylevel-tui                      321/353 

  Cleanup        : rhn-check                                            322/353 

  Cleanup        : udev                                                 323/353 

  Cleanup        : coreutils                                            324/353 

  Cleanup        : w3m                                                  325/353 

  Cleanup        : sed                                                  326/353 

  Cleanup        : kpartx                                               327/353 

  Cleanup        : samba-client                                         328/353 

  Cleanup        : sudo                                                 329/353 

  Cleanup        : patch                                                330/353 

  Cleanup        : nss                                                  331/353 

  Cleanup        : gnome-vfs2                                           332/353 

  Cleanup        : redhat-release                                       333/353 

  Cleanup        : dmraid-events                                        334/353 

  Cleanup        : tzdata                                               335/353 

  Cleanup        : screen                                               336/353 

  Cleanup        : selinux-policy-targeted                              337/353 

  Cleanup        : avahi-glib                                           338/353 

  Cleanup        : libuser                                              339/353 

  Cleanup        : cups-libs                                            340/353 

  Cleanup        : rhnsd                                                341/353 

  Cleanup        : device-mapper-event                                  342/353 

  Cleanup        : system-config-network-tui                            343/353 

  Cleanup        : rhn-client-tools                                     344/353 

  Cleanup        : passwd                                               345/353 

  Cleanup        : yum                                                  346/353 

  Cleanup        : libxml2                                              347/353 

  Cleanup        : libgcj                                               348/353 

  Cleanup        : pyOpenSSL                                            349/353 

  Cleanup        : openssh                                              350/353 

  Cleanup        : xulrunner                                            351/353 

  Cleanup        : hal                                                  352/353 

  Cleanup        : mod_authz_ldap                                       353/353 

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

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

Updated:
  SysVinit.i386 0:2.86-17.el5                                                   
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  audit.i386 0:1.7.18-2.el5                                                     
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs-python.i386 0:1.7.18-2.el5                                         
  authconfig.i386 0:5.3.21-7.el5                                                
  authconfig-gtk.i386 0:5.3.21-7.el5                                            
  autofs.i386 1:5.0.1-0.rc2.156.el5                                             
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi-compat-libdns_sd.i386 0:0.6.16-10.el5_6                                 
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  bash.i386 0:3.2-32.el5                                                        
  bind-libs.i386 30:9.3.6-16.P1.el5                                             
  bind-utils.i386 30:9.3.6-16.P1.el5                                            
  busybox.i386 1:1.2.0-10.el5                                                   
  coreutils.i386 0:5.97-34.el5                                                  
  cpuspeed.i386 1:1.2.1-10.el5                                                  
  crash.i386 0:4.1.2-8.el5                                                      
  cryptsetup-luks.i386 0:1.0.3-8.el5                                            
  cups.i386 1:1.3.7-26.el5_6.1                                                  
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  dbus.i386 0:1.1.2-16.el5_7                                                    
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper-event.i386 0:1.02.63-4.el5                                      
  device-mapper-multipath.i386 0:0.4.7-46.el5_7.1                               
  dhclient.i386 12:3.0.5-29.el5_7.1                                             
  dhcpv6-client.i386 0:1.0.10-20.el5                                            
  dmidecode.i386 1:2.11-1.el5                                                   
  dmraid.i386 0:1.0.0.rc13-65.el5                                               
  dmraid-events.i386 0:1.0.0.rc13-65.el5                                        
  e2fsprogs.i386 0:1.39-33.el5                                                  
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  exim.i386 0:4.63-10.el5                                                       
  finger.i386 0:0.17-33                                                         
  gdbm.i386 0:1.8.0-26.2.1.el5_6.1                                              
  ghostscript.i386 0:8.70-6.el5_7.3                                             
  glibc.i686 0:2.5-65                                                           
  glibc-common.i386 0:2.5-65                                                    
  glibc-devel.i386 0:2.5-65                                                     
  glibc-headers.i386 0:2.5-65                                                   
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gzip.i386 0:1.3.5-13.el5                                                      
  hal.i386 0:0.5.8.1-62.el5                                                     
  httpd.i386 0:2.2.3-53.el5_7.1                                                 
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.i386 0:8.45.38-2.el5                                              
  jwhois.i386 0:3.2.3-12.el5                                                    
  kernel-headers.i386 0:2.6.18-274.3.1.el5                                      
  kexec-tools.i386 0:1.102pre-126.el5_6.6                                       
  kpartx.i386 0:0.4.7-46.el5_7.1                                                
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-workstation.i386 0:1.6.1-62.el5                                          
  ksh.i386 0:20100202-1.el5_6.6                                                 
  kudzu.i386 0:1.2.57.1.26-1                                                    
  less.i386 0:436-7.el5                                                         
  libXfont.i386 0:1.2.2-1.0.4.el5_7                                             
  libgcj.i386 0:4.1.2-51.el5                                                    
  libgomp.i386 0:4.4.4-13.el5                                                   
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libicu.i386 0:3.6-5.16                                                        
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux-python.i386 0:1.33.4-5.7.el5                                       
  libselinux-utils.i386 0:1.33.4-5.7.el5                                        
  libsmbclient.i386 0:3.0.33-3.29.el5_7.4                                       
  libsysfs.i386 0:2.1.0-1.el5                                                   
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libuser.i386 0:0.54.7-2.1.el5_5.2                                             
  libvolume_id.i386 0:095-14.27.el5                                             
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2-python.i386 0:2.6.26-2.1.12                                           
  logrotate.i386 0:3.7.4-12                                                     
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.i386 0:2.02.84-6.el5_7.1                                                 
  m2crypto.i386 0:0.16-8.el5                                                    
  man.i386 0:1.6d-2.el5                                                         
  man-pages.noarch 0:2.39-17.el5

Comment 12 Kedar Bidarkar 2011-09-15 13:27:21 UTC
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.i386 0:5.1.19.6-71.el5                                               
  mod_authz_ldap.i386 0:0.26-11.el5                                             
  mod_ssl.i386 1:2.2.3-53.el5_7.1                                               
  mysql.i386 0:5.0.77-4.el5_6.6                                                 
  nash.i386 0:5.1.19.6-71.el5                                                   
  net-snmp.i386 1:5.3.2.2-14.el5_7.1                                            
  net-snmp-libs.i386 1:5.3.2.2-14.el5_7.1                                       
  nfs-utils.i386 1:1.0.9-54.el5                                                 
  nscd.i386 0:2.5-65                                                            
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss-tools.i386 0:3.12.10-4.el5_7                                              
  nss_ldap.i386 0:253-42.el5                                                    
  ntp.i386 0:4.2.2p1-15.el5                                                     
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap-clients.i386 0:2.3.43-12.el5_6.7                                     
  openssh.i386 0:4.3p2-72.el5_7.5                                               
  openssh-clients.i386 0:4.3p2-72.el5_7.5                                       
  openssh-server.i386 0:4.3p2-72.el5_7.5                                        
  openssl.i686 0:0.9.8e-20.el5                                                  
  openswan.i386 0:2.6.21-5.el5_6.4                                              
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  paps.i386 0:0.6.6-20.el5                                                      
  parted.i386 0:1.8.1-28.el5                                                    
  passwd.i386 0:0.73-2                                                          
  patch.i386 0:2.5.4-31.el5                                                     
  pciutils.i386 0:3.1.7-3.el5                                                   
  pcre.i386 0:6.6-6.el5_6.1                                                     
  perl.i386 4:5.8.8-32.el5_6.3                                                  
  poppler.i386 0:0.5.4-4.4.el5_6.17                                             
  poppler-utils.i386 0:0.5.4-4.4.el5_6.17                                       
  postgresql.i386 0:8.1.23-1.el5_6.1                                            
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-python.i386 0:8.1.23-1.el5_6.1                                     
  procps.i386 0:3.2.7-17.el5                                                    
  psmisc.i386 0:22.2-7.el5_6.2                                                  
  pyOpenSSL.i386 0:0.6-2.el5                                                    
  python-numeric.i386 0:23.7-2.2.2.el5_6.1                                      
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.i386 1:3.13-5.el5                                                       
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-release.i386 0:5Server-5.7.0.3                                         
  redhat-release-notes.i386 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.i386 0:4.7.0-10.el5                                                     
  rng-utils.i386 1:2.0-4.el5                                                    
  rsync.i386 0:3.0.6-4.el5_7.1                                                  
  rsyslog.i386 0:3.22.1-3.el5_6.1                                               
  ruby.i386 0:1.8.5-19.el5_6.1                                                  
  ruby-irb.i386 0:1.8.5-19.el5_6.1                                              
  ruby-libs.i386 0:1.8.5-19.el5_6.1                                             
  ruby-rdoc.i386 0:1.8.5-19.el5_6.1                                             
  samba-client.i386 0:3.0.33-3.29.el5_7.4                                       
  samba-common.i386 0:3.0.33-3.29.el5_7.4                                       
  screen.i386 0:4.0.3-4.el5                                                     
  sed.i386 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.i386 2:4.0.17-18.el5_6.1                                         
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.i386 0:1.7.2p1-10.el5                                                    
  sysfsutils.i386 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.i386 0:1.6.29.1-6.el5                             
  system-config-securitylevel-tui.i386 0:1.6.29.1-6.el5                         
  tmpwatch.i386 0:2.9.7-1.1.el5.5                                               
  traceroute.i386 3:2.0.1-6.el5                                                 
  tzdata.i386 0:2011h-2.el5                                                     
  udev.i386 0:095-14.27.el5                                                     
  util-linux.i386 0:2.13-0.56.el5                                               
  vim-common.i386 2:7.0.109-7.el5                                               
  vim-enhanced.i386 2:7.0.109-7.el5                                             
  vim-minimal.i386 2:7.0.109-7.el5                                              
  vnc.i386 0:4.1.2-14.el5_6.6                                                   
  vnc-server.i386 0:4.1.2-14.el5_6.6                                            
  vsftpd.i386 0:2.0.5-21.el5                                                    
  w3m.i386 0:0.5.1-18.el5                                                       
  xinetd.i386 2:2.3.14-13.el5                                                   
  xorg-x11-font-utils.i386 1:7.1-3                                              
  xorg-x11-xfs.i386 1:1.0.2-5.el5_6.1                                           
  xulrunner.i386 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                                                       

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 OFF ... 
######################################################################################
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
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 13 Kedar Bidarkar 2011-09-15 13:34:19 UTC
IMAGE ID= ami-0684ff54_ap-southeast-1_m1.small
###### TEST KERNEL AFTER REBOOT ####  
######################################################################################
# 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: ## 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-274.3.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.3.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.3.1 
EXPECTED RESULT: 2.6.18-274.3.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-274.3.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.3.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-274.3.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-274.3.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: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 1740984 > hwp MEMORY of 1700000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
hostname

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

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

Comment 14 Kedar Bidarkar 2011-09-15 13:34:26 UTC
 cpp                   i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 2.7 M
 libgcc                i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y  96 k
 libstdc++             i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 363 k
 popt                  i386   1.10.2.3-22.el5   rhui-ap-se-rhel-server-1y  75 k
 rpm                   i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 1.2 M
 rpm-libs              i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 928 k
 rpm-python            i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y  60 k

Transaction Summary
================================================================================
Install      52 Package(s)
Upgrade      11 Package(s)

Total download size: 75 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.4 MB/s |  75 MB     00:22     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : libgcc                                                  1/74 

  Updating       : popt                                                    2/74 

  Updating       : libstdc++                                               3/74 

  Updating       : cpp                                                     4/74 

  Updating       : gcc                                                     5/74 

  Installing     : libgfortran                                             6/74 

  Installing     : libXTrap                                                7/74 

  Installing     : elfutils-libs                                           8/74 

  Installing     : elfutils                                                9/74 

  Installing     : libXfontcache                                          10/74 

  Installing     : libXxf86misc                                           11/74 

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

  Installing     : xorg-x11-xinit                                         13/74 

  Installing     : xorg-x11-server-Xvfb                                   14/74 

  Installing     : imake                                                  15/74 

  Installing     : libXevie                                               16/74 

  Installing     : at-spi                                                 17/74 

  Installing     : gcc-gfortran                                           18/74 

  Installing     : swig                                                   19/74 

  Installing     : doxygen                                                20/74 

  Installing     : oprofile                                               21/74 

  Installing     : texinfo                                                22/74 

  Installing     : splint                                                 23/74 

  Installing     : cvs                                                    24/74 

  Installing     : cscope                                                 25/74 

  Installing     : ltrace                                                 26/74 

  Installing     : strace                                                 27/74 

  Installing     : flex                                                   28/74 

  Installing     : indent                                                 29/74 

  Installing     : valgrind                                               30/74 

  Installing     : dev86                                                  31/74 

  Installing     : bison                                                  32/74 

  Installing     : diffstat                                               33/74 

  Installing     : byacc                                                  34/74 

  Installing     : patchutils                                             35/74 

  Installing     : rcs                                                    36/74 

  Installing     : ctags                                                  37/74 

  Installing     : autoconf                                               38/74 

  Installing     : automake                                               39/74 

  Installing     : libstdc++-devel                                        40/74 

  Installing     : systemtap-runtime                                      41/74 

  Installing     : libtool                                                42/74 

  Installing     : automake17                                             43/74 

  Installing     : automake14                                             44/74 

  Installing     : automake15                                             45/74 

  Installing     : redhat-rpm-config                                      46/74 

  Installing     : automake16                                             47/74 

  Installing     : gcc-c++                                                48/74 

  Updating       : python                                                 49/74 

  Updating       : rpm-libs                                               50/74 

  Installing     : python-libs                                            51/74 

  Updating       : rpm                                                    52/74 

  Updating       : rpm-python                                             53/74 

  Installing     : gdb                                                    54/74 

  Installing     : pyspi                                                  55/74 

  Installing     : gnome-python2-gconf                                    56/74 

  Updating       : subversion                                             57/74 

  Installing     : rpm-build                                              58/74 

  Updating       : gettext                                                59/74 

  Installing     : python-ldap                                            60/74 

  Installing     : dogtail                                                61/74 

  Installing     : pstack                                                 62/74 

  Installing     : systemtap                                              63/74 

  Cleanup        : libgcc                                                 64/74 

  Cleanup        : gettext                                                65/74 

  Cleanup        : cpp                                                    66/74 

  Cleanup        : libstdc++                                              67/74 

  Cleanup        : rpm                                                    68/74 

  Cleanup        : rpm-python                                             69/74 

  Cleanup        : popt                                                   70/74 

  Cleanup        : subversion                                             71/74 

  Cleanup        : python                                                 72/74 

  Cleanup        : rpm-libs                                               73/74 

  Cleanup        : gcc                                                    74/74 

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.i386 0:2.3-2.1                       byacc.i386 0:1.9-29.2.2            
  cscope.i386 0:15.5-15.1.el5_3.1            ctags.i386 0:5.6-1.1               
  cvs.i386 0:1.11.22-7.el5                   dev86.i386 0:0.16.17-2.2           
  diffstat.i386 0:1.41-1.2.3.el5             dogtail.noarch 0:0.6.1-4.el5       
  doxygen.i386 1:1.4.7-1.1                   elfutils.i386 0:0.137-3.el5        
  flex.i386 0:2.5.4a-41.fc6                  gcc-c++.i386 0:4.1.2-51.el5        
  gcc-gfortran.i386 0:4.1.2-51.el5           gdb.i386 0:7.0.1-37.el5_7.1        
  indent.i386 0:2.2.9-14.fc6                 libtool.i386 0:1.5.22-7.el5_4      
  ltrace.i386 0:0.5-13.45svn.el5             oprofile.i386 0:0.9.4-15.el5       
  patchutils.i386 0:0.2.31-2.2.2             pstack.i386 0:1.2-7.2.2            
  python-ldap.i386 0:2.2.0-2.1               rcs.i386 0:5.7-30.1                
  redhat-rpm-config.noarch 0:8.0.45-32.el5   rpm-build.i386 0:4.4.2.3-22.el5    
  splint.i386 0:3.1.1-16.el5                 strace.i386 0:4.5.18-5.el5_5.5     
  swig.i386 0:1.3.29-2.el5                   systemtap.i386 0:1.3-9.el5         
  texinfo.i386 0:4.8-14.el5                  valgrind.i386 1:3.5.0-5.el5        

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

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

Dependency Updated:
  cpp.i386 0:4.1.2-51.el5                 libgcc.i386 0:4.1.2-51.el5           
  libstdc++.i386 0:4.1.2-51.el5           popt.i386 0:1.10.2.3-22.el5          
  rpm.i386 0:4.4.2.3-22.el5               rpm-libs.i386 0:4.4.2.3-22.el5       
  rpm-python.i386 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.i386 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 audit.i386 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-python.i386 0:1.7.18-2.el5 set to be updated
---> Package authconfig.i386 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.i386 0:5.3.21-7.el5 set to be updated
---> Package autofs.i386 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-compat-libdns_sd.i386 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 bash.i386 0:3.2-32.el5 set to be updated
---> Package bind-libs.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.i386 1:1.2.0-10.el5 set to be updated
---> Package coreutils.i386 0:5.97-34.el5 set to be updated
---> Package cpuspeed.i386 1:1.2.1-10.el5 set to be updated
---> Package crash.i386 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.i386 0:1.0.3-8.el5 set to be updated
---> Package cups.i386 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 curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.i386 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 device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.i386 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.i386 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.i386 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.i386 1:2.11-1.el5 set to be updated
---> Package dmraid.i386 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.i386 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package exim.i386 0:4.63-10.el5 set to be updated
---> Package finger.i386 0:0.17-33 set to be updated
---> Package gdbm.i386 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5_7.3 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc-common.i386 0:2.5-65 set to be updated
---> Package glibc-devel.i386 0:2.5-65 set to be updated
---> Package glibc-headers.i386 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gzip.i386 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 httpd.i386 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.i386 0:8.45.38-2.el5 set to be updated
---> Package jwhois.i386 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.i386 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.i686 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.i686 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.i386 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.i386 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-workstation.i386 0:1.6.1-62.el5 set to be updated
---> Package ksh.i386 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.i386 0:1.2.57.1.26-1 set to be updated
---> Package less.i386 0:436-7.el5 set to be updated
---> Package libXfont.i386 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.i386 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 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 libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.i386 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 libuser.i386 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 libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.i386 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.i386 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.i386 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.i386 0:0.16-8.el5 set to be updated
---> Package man.i386 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.i386 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.i386 0:0.26-11.el5 set to be updated
---> Package mod_ssl.i386 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.i386 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.i386 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.i386 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.i386 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.i386 1:1.0.9-54.el5 set to be updated
---> Package nscd.i386 0:2.5-65 set to be updated
---> Package nspr.i386 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-tools.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package ntp.i386 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-clients.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.i386 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.i386 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.i386 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 openswan.i386 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 pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.i386 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package passwd.i386 0:0.73-2 set to be updated
---> Package patch.i386 0:2.5.4-31.el5 set to be updated
---> Package pciutils.i386 0:3.1.7-3.el5 set to be updated
---> Package pcre.i386 0:6.6-6.el5_6.1 set to be updated
---> Package perl.i386 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.i386 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.i386 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.i386 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-python.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.i386 0:3.2.7-17.el5 set to be updated
---> Package psmisc.i386 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.i386 0:0.6-2.el5 set to be updated
---> Package python-numeric.i386 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.i386 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-release.i386 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.i386 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.i386 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.i386 1:2.0-4.el5 set to be updated
---> Package rsync.i386 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.i386 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.i386 0:4.0.3-4.el5 set to be updated
---> Package sed.i386 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.i386 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.i386 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.i386 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.i386 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.i386 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.i386 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.i386 3:2.0.1-6.el5 set to be updated
---> Package tzdata.i386 0:2011h-2.el5 set to be updated
---> Package udev.i386 0:095-14.27.el5 set to be updated
---> Package util-linux.i386 0:2.13-0.56.el5 set to be updated
---> Package vim-common.i386 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.i386 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.i386 2:7.0.109-7.el5 set to be updated
---> Package vnc.i386 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.i386 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.i386 0:2.0.5-21.el5 set to be updated
---> Package w3m.i386 0:0.5.1-18.el5 set to be updated
---> Package xinetd.i386 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.i386 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.i386 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.i386 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
--> Running transaction check
---> Package iscsi-initiator-utils.i386 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version               Repository                 Size
================================================================================
Installing:
 kernel-xen        i686   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y  20 M
 kernel-xen-devel  i686   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y 5.6 M
Updating:
 SysVinit          i386   2.86-17.el5           rhui-ap-se-rhel-server-1y 113 k
 apr               i386   1.2.7-11.el5_6.5      rhui-ap-se-rhel-server-1y 124 k
 audit             i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y 363 k
 audit-libs        i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y  78 k
 audit-libs-python i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y  79 k
 authconfig        i386   5.3.21-7.el5          rhui-ap-se-rhel-server-1y 456 k
 authconfig-gtk    i386   5.3.21-7.el5          rhui-ap-se-rhel-server-1y  47 k
 autofs            i386   1:5.0.1-0.rc2.156.el5 rhui-ap-se-rhel-server-1y 918 k
 avahi             i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y 251 k
 avahi-compat-libdns_sd
                   i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y  23 k
 avahi-glib        i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y  15 k
 bash              i386   3.2-32.el5            rhui-ap-se-rhel-server-1y 1.8 M
 bind-libs         i386   30:9.3.6-16.P1.el5    rhui-ap-se-rhel-server-1y 862 k
 bind-utils        i386   30:9.3.6-16.P1.el5    rhui-ap-se-rhel-server-1y 173 k
 busybox           i386   1:1.2.0-10.el5        rhui-ap-se-rhel-server-1y 1.1 M
 coreutils         i386   5.97-34.el5           rhui-ap-se-rhel-server-1y 3.6 M
 cpuspeed          i386   1:1.2.1-10.el5        rhui-ap-se-rhel-server-1y  32 k
 crash             i386   4.1.2-8.el5           rhui-ap-se-rhel-server-1y 1.6 M
 cryptsetup-luks   i386   1.0.3-8.el5           rhui-ap-se-rhel-server-1y 716 k
 cups              i386   1:1.3.7-26.el5_6.1    rhui-ap-se-rhel-server-1y 3.1 M
 cups-libs         i386   1:1.3.7-26.el5_6.1    rhui-ap-se-rhel-server-1y 199 k
 curl              i386   7.15.5-9.el5_7.4      rhui-ap-se-rhel-server-1y 234 k
 dbus              i386   1.1.2-16.el5_7        rhui-ap-se-rhel-server-1y 235 k
 dbus-libs         i386   1.1.2-16.el5_7        rhui-ap-se-rhel-server-1y 124 k
 device-mapper     i386   1.02.63-4.el5         rhui-ap-se-rhel-server-1y 776 k
 device-mapper-event
                   i386   1.02.63-4.el5         rhui-ap-se-rhel-server-1y  22 k
 device-mapper-multipath
                   i386   0.4.7-46.el5_7.1      rhui-ap-se-rhel-server-1y 2.8 M
 dhclient          i386   12:3.0.5-29.el5_7.1   rhui-ap-se-rhel-server-1y 281 k
 dhcpv6-client     i386   1.0.10-20.el5         rhui-ap-se-rhel-server-1y 124 k
 dmidecode         i386   1:2.11-1.el5          rhui-ap-se-rhel-server-1y  78 k
 dmraid            i386   1.0.0.rc13-65.el5     rhui-ap-se-rhel-server-1y 738 k
 dmraid-events     i386   1.0.0.rc13-65.el5     rhui-ap-se-rhel-server-1y  24 k
 e2fsprogs         i386   1.39-33.el5           rhui-ap-se-rhel-server-1y 827 k
 e2fsprogs-libs    i386   1.39-33.el5           rhui-ap-se-rhel-server-1y 120 k
 exim              i386   4.63-10.el5           rhui-ap-se-rhel-server-1y 1.2 M
 finger            i386   0.17-33               rhui-ap-se-rhel-server-1y  21 k
 gdbm              i386   1.8.0-26.2.1.el5_6.1  rhui-ap-se-rhel-server-1y  28 k
 ghostscript       i386   8.70-6.el5_7.3        rhui-ap-se-rhel-server-1y 9.0 M
 glibc             i686   2.5-65                rhui-ap-se-rhel-server-1y 5.3 M
 glibc-common      i386   2.5-65                rhui-ap-se-rhel-server-1y  16 M
 glibc-devel       i386   2.5-65                rhui-ap-se-rhel-server-1y 2.0 M
 glibc-headers     i386   2.5-65                rhui-ap-se-rhel-server-1y 604 k
 gnome-vfs2        i386   2.16.2-8.el5          rhui-ap-se-rhel-server-1y 1.2 M
 gzip              i386   1.3.5-13.el5          rhui-ap-se-rhel-server-1y 102 k
 hal               i386   0.5.8.1-62.el5        rhui-ap-se-rhel-server-1y 391 k
 httpd             i386   2.2.3-53.el5_7.1      rhui-ap-se-rhel-server-1y 1.2 M
 hwdata            noarch 0.213.24-1.el5        rhui-ap-se-rhel-server-1y 414 k
 initscripts       i386   8.45.38-2.el5         rhui-ap-se-rhel-server-1y 1.6 M
 jwhois            i386   3.2.3-12.el5          rhui-ap-se-rhel-server-1y  97 k
 kernel-headers    i386   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y 1.2 M
 kexec-tools       i386   1.102pre-126.el5_6.6  rhui-ap-se-rhel-server-1y 560 k
 kpartx            i386   0.4.7-46.el5_7.1      rhui-ap-se-rhel-server-1y 425 k
 krb5-libs         i386   1.6.1-62.el5          rhui-ap-se-rhel-server-1y 668 k
 krb5-workstation  i386   1.6.1-62.el5          rhui-ap-se-rhel-server-1y 887 k
 ksh               i386   20100202-1.el5_6.6    rhui-ap-se-rhel-server-1y 1.2 M
 kudzu             i386   1.2.57.1.26-1         rhui-ap-se-rhel-server-1y 236 k
 less              i386   436-7.el5             rhui-ap-se-rhel-server-1y 106 k
 libXfont          i386   1.2.2-1.0.4.el5_7     rhui-ap-se-rhel-server-1y 240 k
 libgcj            i386   4.1.2-51.el5          rhui-ap-se-rhel-server-1y  16 M
 libgomp           i386   4.4.4-13.el5          rhui-ap-se-rhel-server-1y  72 k
 libhugetlbfs      i386   1.3-8.2.el5           rhui-ap-se-rhel-server-1y  40 k
 libicu            i386   3.6-5.16              rhui-ap-se-rhel-server-1y 5.3 M
 libpng            i386   2:1.2.10-7.1.el5_7.5  rhui-ap-se-rhel-server-1y 241 k
 libselinux        i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  77 k
 libselinux-python i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  73 k
 libselinux-utils  i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  55 k
 libsmbclient      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 908 k
 libsysfs          i386   2.1.0-1.el5           rhui-ap-se-rhel-server-1y  47 k
 libtiff           i386   3.8.2-7.el5_6.7       rhui-ap-se-rhel-server-1y 308 k
 libuser           i386   0.54.7-2.1.el5_5.2    rhui-ap-se-rhel-server-1y 438 k
 libvolume_id      i386   095-14.27.el5         rhui-ap-se-rhel-server-1y  44 k
 libxml2           i386   2.6.26-2.1.12         rhui-ap-se-rhel-server-1y 795 k
 libxml2-python    i386   2.6.26-2.1.12         rhui-ap-se-rhel-server-1y 702 k
 logrotate         i386   3.7.4-12              rhui-ap-se-rhel-server-1y  42 k
 logwatch          noarch 7.3-9.el5_6           rhui-ap-se-rhel-server-1y 244 k
 lvm2              i386   2.02.84-6.el5_7.1     rhui-ap-se-rhel-server-1y 2.9 M
 m2crypto          i386   0.16-8.el5            rhui-ap-se-rhel-server-1y 494 k
 man               i386   1.6d-2.el5            rhui-ap-se-rhel-server-1y 262 k
 man-pages         noarch 2.39-17.el5           rhui-ap-se-rhel-server-1y 4.2 M
 man-pages-ja      noarch 20060815-14.el5       rhui-ap-se-rhel-server-1y 4.9 M
 mkinitrd          i386   5.1.19.6-71.el5       rhui-ap-se-rhel-server-1y 474 k
 mod_authz_ldap    i386   0.26-11.el5           rhui-ap-se-rhel-server-1y  85 k
 mod_ssl           i386   1:2.2.3-53.el5_7.1    rhui-ap-se-rhel-server-1y  93 k
 mysql             i386   5.0.77-4.el5_6.6      rhui-ap-se-rhel-server-1y 4.8 M
 nash              i386   5.1.19.6-71.el5       rhui-ap-se-rhel-server-1y 1.1 M
 net-snmp          i386   1:5.3.2.2-14.el5_7.1  rhui-ap-se-rhel-server-1y 702 k
 net-snmp-libs     i386   1:5.3.2.2-14.el5_7.1  rhui-ap-se-rhel-server-1y 1.3 M
 nfs-utils         i386   1:1.0.9-54.el5        rhui-ap-se-rhel-server-1y 397 k
 nscd              i386   2.5-65                rhui-ap-se-rhel-server-1y 169 k
 nspr              i386   4.8.8-1.el5_7         rhui-ap-se-rhel-server-1y 120 k
 nss               i386   3.12.10-4.el5_7       rhui-ap-se-rhel-server-1y 1.1 M
 nss-tools         i386   3.12.10-4.el5_7       rhui-ap-se-rhel-server-1y 1.2 M
 nss_ldap          i386   253-42.el5            rhui-ap-se-rhel-server-1y 1.4 M
 ntp               i386   4.2.2p1-15.el5        rhui-ap-se-rhel-server-1y 1.3 M
 openldap          i386   2.3.43-12.el5_6.7     rhui-ap-se-rhel-server-1y 296 k
 openldap-clients  i386   2.3.43-12.el5_6.7     rhui-ap-se-rhel-server-1y 217 k
 openssh           i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 289 k
 openssh-clients   i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 452 k
 openssh-server    i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 273 k
 openssl           i686   0.9.8e-20.el5         rhui-ap-se-rhel-server-1y 1.4 M
 openswan          i386   2.6.21-5.el5_6.4      rhui-ap-se-rhel-server-1y 1.0 M
 pam_krb5          i386   2.2.14-21.el5         rhui-ap-se-rhel-server-1y 150 k
 pango             i386   1.14.9-8.el5_6.2      rhui-ap-se-rhel-server-1y 334 k
 paps              i386   0.6.6-20.el5          rhui-ap-se-rhel-server-1y  33 k
 parted            i386   1.8.1-28.el5          rhui-ap-se-rhel-server-1y 541 k
 passwd            i386   0.73-2                rhui-ap-se-rhel-server-1y  20 k
 patch             i386   2.5.4-31.el5          rhui-ap-se-rhel-server-1y  65 k
 pciutils          i386   3.1.7-3.el5           rhui-ap-se-rhel-server-1y 114 k
 pcre              i386   6.6-6.el5_6.1         rhui-ap-se-rhel-server-1y 117 k
 perl              i386   4:5.8.8-32.el5_6.3    rhui-ap-se-rhel-server-1y  12 M
 poppler           i386   0.5.4-4.4.el5_6.17    rhui-ap-se-rhel-server-1y 3.0 M
 poppler-utils     i386   0.5.4-4.4.el5_6.17    rhui-ap-se-rhel-server-1y  73 k
 postgresql        i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y 2.9 M
 postgresql-libs   i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y 196 k
 postgresql-python i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y  55 k
 procps            i386   3.2.7-17.el5          rhui-ap-se-rhel-server-1y 212 k
 psmisc            i386   22.2-7.el5_6.2        rhui-ap-se-rhel-server-1y  61 k
 pyOpenSSL         i386   0.6-2.el5             rhui-ap-se-rhel-server-1y 128 k
 python-numeric    i386   23.7-2.2.2.el5_6.1    rhui-ap-se-rhel-server-1y 748 k
 python-urlgrabber noarch 3.1.0-6.el5           rhui-ap-se-rhel-server-1y 132 k
 quota             i386   1:3.13-5.el5          rhui-ap-se-rhel-server-1y 359 k
 redhat-lsb        i386   4.0-2.1.4.el5         rhui-ap-se-rhel-server-1y  25 k
 redhat-release    i386   5Server-5.7.0.3       rhui-ap-se-rhel-server-1y  62 k
 redhat-release-notes
                   i386   5Server-41            rhui-ap-se-rhel-server-1y 370 k
 rhn-check         noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y  42 k
 rhn-client-tools  noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y 924 k
 rhn-setup         noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y 114 k
 rhnlib            noarch 2.5.22-6.el5          rhui-ap-se-rhel-server-1y  70 k
 rhnsd             i386   4.7.0-10.el5          rhui-ap-se-rhel-server-1y  34 k
 rng-utils         i386   1:2.0-4.el5           rhui-ap-se-rhel-server-1y  16 k
 rsync             i386   3.0.6-4.el5_7.1       rhui-ap-se-rhel-server-1y 338 k
 rsyslog           i386   3.22.1-3.el5_6.1      rhui-ap-se-rhel-server-1y 380 k
 ruby              i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 276 k
 ruby-irb          i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y  69 k
 ruby-libs         i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 1.6 M
 ruby-rdoc         i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 135 k
 samba-client      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 5.7 M
 samba-common      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 6.7 M
 screen            i386   4.0.3-4.el5           rhui-ap-se-rhel-server-1y 559 k
 sed               i386   4.1.5-8.el5           rhui-ap-se-rhel-server-1y 176 k
 selinux-policy    noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 420 k
 selinux-policy-devel
                   noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 446 k
 selinux-policy-targeted
                   noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 1.3 M

Comment 15 Kedar Bidarkar 2011-09-15 13:34:31 UTC
 shadow-utils      i386   2:4.0.17-18.el5_6.1   rhui-ap-se-rhel-server-1y 1.0 M
 sos               noarch 1.7-9.54.el5          rhui-ap-se-rhel-server-1y 151 k
 sudo              i386   1.7.2p1-10.el5        rhui-ap-se-rhel-server-1y 348 k
 sysfsutils        i386   2.1.0-1.el5           rhui-ap-se-rhel-server-1y  39 k
 system-config-lvm noarch 1.1.5-9.el5           rhui-ap-se-rhel-server-1y 690 k
 system-config-network
                   noarch 1.3.99.19-2.el5       rhui-ap-se-rhel-server-1y 424 k
 system-config-network-tui
                   noarch 1.3.99.19-2.el5       rhui-ap-se-rhel-server-1y 1.8 M
 system-config-securitylevel
                   i386   1.6.29.1-6.el5        rhui-ap-se-rhel-server-1y 280 k
 system-config-securitylevel-tui
                   i386   1.6.29.1-6.el5        rhui-ap-se-rhel-server-1y 254 k
 tmpwatch          i386   2.9.7-1.1.el5.5       rhui-ap-se-rhel-server-1y  19 k
 traceroute        i386   3:2.0.1-6.el5         rhui-ap-se-rhel-server-1y  40 k
 tzdata            i386   2011h-2.el5           rhui-ap-se-rhel-server-1y 781 k
 udev              i386   095-14.27.el5         rhui-ap-se-rhel-server-1y 2.4 M
 util-linux        i386   2.13-0.56.el5         rhui-ap-se-rhel-server-1y 1.8 M
 vim-common        i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 6.4 M
 vim-enhanced      i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 1.2 M
 vim-minimal       i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 310 k
 vnc               i386   4.1.2-14.el5_6.6      rhui-ap-se-rhel-server-1y 160 k
 vnc-server        i386   4.1.2-14.el5_6.6      rhui-ap-se-rhel-server-1y 2.0 M
 vsftpd            i386   2.0.5-21.el5          rhui-ap-se-rhel-server-1y 142 k
 w3m               i386   0.5.1-18.el5          rhui-ap-se-rhel-server-1y 1.1 M
 xinetd            i386   2:2.3.14-13.el5       rhui-ap-se-rhel-server-1y 125 k
 xorg-x11-font-utils
                   i386   1:7.1-3               rhui-ap-se-rhel-server-1y  76 k
 xorg-x11-xfs      i386   1:1.0.2-5.el5_6.1     rhui-ap-se-rhel-server-1y  69 k
 xulrunner         i386   1.9.2.22-1.el5_7      rhui-ap-se-rhel-server-1y  12 M
 yum               noarch 3.2.22-37.el5         rhui-ap-se-rhel-server-1y 1.0 M
 yum-fastestmirror noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  19 k
 yum-rhn-plugin    noarch 0.5.4-22.el5_7.2      rhui-ap-se-rhel-server-1y  63 k
 yum-security      noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  25 k
 yum-updateonboot  noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  13 k
 yum-utils         noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  71 k
 zlib              i386   1.2.3-4.el5           rhui-ap-se-rhel-server-1y  51 k
Installing for dependencies:
 iscsi-initiator-utils
                   i386   6.2.0.872-10.el5      rhui-ap-se-rhel-server-1y 974 k

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

Total download size: 225 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           3.4 MB/s | 225 MB     01:07     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/353 

  Updating       : tzdata                                                 2/353 

  Updating       : glibc-common                                           3/353 

  Updating       : kernel-headers                                         4/353 

  Updating       : busybox                                                5/353 

  Updating       : nash                                                   6/353 

  Updating       : redhat-release-notes                                   7/353 

  Updating       : man-pages-ja                                           8/353 

  Updating       : man-pages                                              9/353 

  Updating       : glibc                                                 10/353 

  Updating       : bash                                                  11/353 

  Updating       : libselinux                                            12/353 

  Updating       : zlib                                                  13/353 

  Updating       : coreutils                                             14/353 

  Updating       : device-mapper                                         15/353 

  Updating       : e2fsprogs-libs                                        16/353 

  Updating       : krb5-libs                                             17/353 

  Updating       : openssl                                               18/353 

  Updating       : openldap                                              19/353 

  Updating       : audit-libs                                            20/353 

  Updating       : shadow-utils                                          21/353 

  Updating       : sed                                                   22/353 

  Updating       : nspr                                                  23/353 

  Updating       : nss                                                   24/353 

  Updating       : pango                                                 25/353 

  Updating       : udev                                                  26/353 

  Updating       : util-linux                                            27/353 

  Updating       : postgresql-libs                                       28/353 

  Updating       : libXfont                                              29/353 

  Updating       : libxml2                                               30/353 

  Updating       : procps                                                31/353 

  Updating       : psmisc                                                32/353 

  Updating       : kpartx                                                33/353 

  Updating       : libpng                                                34/353 

  Updating       : libtiff                                               35/353 

  Updating       : cups-libs                                             36/353 

  Updating       : libsysfs                                              37/353 

  Updating       : pcre                                                  38/353 

  Updating       : gdbm                                                  39/353 

  Updating       : perl                                                  40/353 

  Updating       : libxml2-python                                        41/353 

  Updating       : m2crypto                                              42/353 

  Updating       : e2fsprogs                                             43/353 

  Updating       : logrotate                                             44/353 

  Updating       : SysVinit                                              45/353 

  Updating       : less                                                  46/353 

  Updating       : gzip                                                  47/353 

  Updating       : mysql                                                 48/353 

  Updating       : ruby-libs                                             49/353 

  Updating       : ruby                                                  50/353 

  Updating       : poppler                                               51/353 

  Updating       : libuser                                               52/353 

  Updating       : net-snmp-libs                                         53/353 

  Updating       : bind-libs                                             54/353 

  Updating       : apr                                                   55/353 

  Updating       : cryptsetup-luks                                       56/353 

  Updating       : libvolume_id                                          57/353 

  Updating       : passwd                                                58/353 

  Updating       : poppler-utils                                         59/353 

  Updating       : man                                                   60/353 

  Updating       : rsyslog                                               61/353 

  Updating       : xorg-x11-font-utils                                   62/353 

  Updating       : device-mapper-multipath                               63/353 

  Updating       : paps                                                  64/353 

  Updating       : tmpwatch                                              65/353 

  Updating       : nscd                                                  66/353 

  Updating       : pyOpenSSL                                             67/353 

  Updating       : device-mapper-event                                   68/353 

  Updating       : lvm2                                                  69/353 

  Updating       : vim-minimal                                           70/353 

  Updating       : libselinux-utils                                      71/353 

  Updating       : patch                                                 72/353 

  Updating       : pciutils                                              73/353 

  Updating       : dmidecode                                             74/353 

  Updating       : system-config-securitylevel-tui                       75/353 

  Updating       : nss_ldap                                              76/353 

  Updating       : ghostscript                                           77/353 

  Updating       : libgcj                                                78/353 

  Updating       : authconfig                                            79/353 

  Updating       : libsmbclient                                          80/353 

  Updating       : samba-common                                          81/353 

  Updating       : curl                                                  82/353 

  Installing     : iscsi-initiator-utils                                 83/353 

  Updating       : pam_krb5                                              84/353 

  Updating       : parted                                                85/353 

  Updating       : libgomp                                               86/353 

  Updating       : vim-common                                            87/353 

  Updating       : libicu                                                88/353 

  Updating       : vim-enhanced                                          89/353 

  Updating       : samba-client                                          90/353 

  Updating       : sudo                                                  91/353 

  Updating       : bind-utils                                            92/353 

  Updating       : net-snmp                                              93/353 

  Updating       : openswan                                              94/353 

  Updating       : sysfsutils                                            95/353 

  Updating       : autofs                                                96/353 

  Updating       : vnc-server                                            97/353 

  Updating       : postgresql-python                                     98/353 

  Updating       : krb5-workstation                                      99/353 

  Updating       : nfs-utils                                            100/353 

  Updating       : nss-tools                                            101/353 

  Updating       : kexec-tools                                          102/353 

  Updating       : screen                                               103/353 

  Updating       : audit-libs-python                                    104/353 

  Updating       : audit                                                105/353 

  Updating       : openldap-clients                                     106/353 

  Updating       : ksh                                                  107/353 

  Updating       : crash                                                108/353 

  Updating       : libselinux-python                                    109/353 

  Updating       : jwhois                                               110/353 

  Updating       : cpuspeed                                             111/353 

  Updating       : traceroute                                           112/353 

  Updating       : python-numeric                                       113/353 

  Updating       : finger                                               114/353 

  Updating       : libhugetlbfs                                         115/353 

  Updating       : rsync                                                116/353 

  Updating       : rhnlib                                               117/353 

  Updating       : python-urlgrabber                                    118/353 

  Updating       : yum                                                  119/353 

  Updating       : selinux-policy                                       120/353 

  Updating       : glibc-headers                                        121/353 

  Updating       : redhat-release                                       122/353 

  Updating       : ruby-irb                                             123/353 

  Updating       : ruby-rdoc                                            124/353 

  Updating       : glibc-devel                                          125/353 

  Updating       : selinux-policy-devel                                 126/353 

  Updating       : selinux-policy-targeted                              127/353/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                                     128/353 

  Updating       : yum-security                                         129/353 

  Updating       : yum-fastestmirror                                    130/353 

  Updating       : yum-utils                                            131/353 

  Updating       : authconfig-gtk                                       132/353 

  Updating       : system-config-securitylevel                          133/353 

  Updating       : system-config-lvm                                    134/353 

  Updating       : sos                                                  135/353 

  Updating       : logwatch                                             136/353 

  Updating       : w3m                                                  137/353 

  Updating       : ntp                                                  138/353 

  Installing     : kernel-xen-devel                                     139/353 

  Updating       : initscripts                                          140/353 

  Updating       : httpd                                                141/353 

  Updating       : exim                                                 142/353 

  Updating       : openssh                                              143/353 

  Updating       : openssh-server                                       144/353 

  Updating       : openssh-clients                                      145/353 

  Updating       : mod_ssl                                              146/353 

  Updating       : mod_authz_ldap                                       147/353 

  Updating       : quota                                                148/353 

  Updating       : rng-utils                                            149/353 

  Updating       : dhcpv6-client                                        150/353 

  Updating       : dhclient                                             151/353 

  Updating       : xorg-x11-xfs                                         152/353 

  Updating       : vnc                                                  153/353 

  Updating       : postgresql                                           154/353 

  Updating       : vsftpd                                               155/353 

  Updating       : redhat-lsb                                           156/353 

  Updating       : xinetd                                               157/353 

  Updating       : dbus-libs                                            158/353 

  Updating       : dbus                                                 159/353 

  Updating       : avahi                                                160/353 

  Updating       : hal                                                  161/353 

  Updating       : dmraid                                               162/353 

  Updating       : avahi-compat-libdns_sd                               163/353 

  Updating       : avahi-glib                                           164/353 

  Updating       : gnome-vfs2                                           165/353 

  Updating       : kudzu                                                166/353 

  Updating       : dmraid-events                                        167/353 

  Updating       : xulrunner                                            168/353 

  Updating       : cups                                                 169/353 

  Updating       : mkinitrd                                             170/353 

  Updating       : system-config-network-tui                            171/353 

  Updating       : system-config-network                                172/353 

  Installing     : kernel-xen                                           173/353 

  Updating       : rhn-client-tools                                     174/353 

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

  Updating       : rhn-setup                                            176/353 

  Updating       : rhn-check                                            177/353 

  Updating       : rhnsd                                                178/353 

  Cleanup        : selinux-policy                                       179/353 

  Cleanup        : hwdata                                               180/353 

  Cleanup        : less                                                 181/353 

  Cleanup        : yum-updateonboot                                     182/353 

  Cleanup        : audit-libs-python                                    183/353 

  Cleanup        : dbus-libs                                            184/353 

  Cleanup        : initscripts                                          185/353 

  Cleanup        : libicu                                               186/353 

  Cleanup        : glibc                                                187/353 

  Cleanup        : apr                                                  188/353 

  Cleanup        : nash                                                 189/353 

  Cleanup        : e2fsprogs                                            190/353 

  Cleanup        : quota                                                191/353 

  Cleanup        : rsyslog                                              192/353 

  Cleanup        : libsysfs                                             193/353 

  Cleanup        : man-pages                                            194/353 

  Cleanup        : selinux-policy-devel                                 195/353 

  Cleanup        : yum-rhn-plugin                                       196/353 

  Cleanup        : vnc-server                                           197/353 

  Cleanup        : jwhois                                               198/353 

  Cleanup        : libvolume_id                                         199/353 

  Cleanup        : kexec-tools                                          200/353 

  Cleanup        : bind-utils                                           201/353 

  Cleanup        : psmisc                                               202/353 

  Cleanup        : libselinux                                           203/353 

  Cleanup        : rng-utils                                            204/353 

  Cleanup        : net-snmp                                             205/353 

  Cleanup        : libgomp                                              206/353 

  Cleanup        : dhcpv6-client                                        207/353 

  Cleanup        : device-mapper                                        208/353 

  Cleanup        : gzip                                                 209/353 

  Cleanup        : curl                                                 210/353 

  Cleanup        : parted                                               211/353 

  Cleanup        : logrotate                                            212/353 

  Cleanup        : avahi                                                213/353 

  Cleanup        : device-mapper-multipath                              214/353 

  Cleanup        : avahi-compat-libdns_sd                               215/353 

  Cleanup        : dhclient                                             216/353 

  Cleanup        : glibc-headers                                        217/353 

  Cleanup        : vim-minimal                                          218/353 

  Cleanup        : traceroute                                           219/353 

  Cleanup        : libXfont                                             220/353 

  Cleanup        : pam_krb5                                             221/353 

  Cleanup        : openssh-server                                       222/353 

  Cleanup        : openldap                                             223/353 

  Cleanup        : libselinux-utils                                     224/353 

  Cleanup        : shadow-utils                                         225/353 

  Cleanup        : ksh                                                  226/353 

  Cleanup        : dmidecode                                            227/353 

  Cleanup        : krb5-libs                                            228/353 

  Cleanup        : poppler                                              229/353 

  Cleanup        : xinetd                                               230/353 

  Cleanup        : libselinux-python                                    231/353 

  Cleanup        : busybox                                              232/353 

  Cleanup        : m2crypto                                             233/353 

  Cleanup        : authconfig                                           234/353 

  Cleanup        : ruby-libs                                            235/353 

  Cleanup        : glibc-common                                         236/353 

  Cleanup        : openldap-clients                                     237/353 

  Cleanup        : authconfig-gtk                                       238/353 

  Cleanup        : python-numeric                                       239/353 

  Cleanup        : ntp                                                  240/353 

  Cleanup        : mysql                                                241/353 

  Cleanup        : mod_ssl                                              242/353 

  Cleanup        : libsmbclient                                         243/353 

  Cleanup        : tmpwatch                                             244/353 

  Cleanup        : man-pages-ja                                         245/353 

  Cleanup        : nspr                                                 246/353 

  Cleanup        : net-snmp-libs                                        247/353 

  Cleanup        : mkinitrd                                             248/353 

  Cleanup        : ruby-irb                                             249/353 

  Cleanup        : libxml2-python                                       250/353 

  Cleanup        : kudzu                                                251/353 

  Cleanup        : libpng                                               252/353 

  Cleanup        : vim-common                                           253/353 

  Cleanup        : python-urlgrabber                                    254/353 

  Cleanup        : exim                                                 255/353 

  Cleanup        : yum-security                                         256/353 

  Cleanup        : krb5-workstation                                     257/353 

  Cleanup        : dmraid                                               258/353 

  Cleanup        : nscd                                                 259/353 

  Cleanup        : sos                                                  260/353 

  Cleanup        : finger                                               261/353 

  Cleanup        : xorg-x11-xfs                                         262/353 

  Cleanup        : lvm2                                                 263/353 

  Cleanup        : ghostscript                                          264/353 

  Cleanup        : openssh-clients                                      265/353 

  Cleanup        : system-config-network                                266/353 

  Cleanup        : dbus                                                 267/353 

  Cleanup        : util-linux                                           268/353 

  Cleanup        : vnc                                                  269/353 

  Cleanup        : paps                                                 270/353 

  Cleanup        : postgresql-libs                                      271/353 

  Cleanup        : yum-fastestmirror                                    272/353 

  Cleanup        : cryptsetup-luks                                      273/353 

  Cleanup        : openswan                                             274/353 

  Cleanup        : cpuspeed                                             275/353 

  Cleanup        : httpd                                                276/353 

  Cleanup        : rhn-setup                                            277/353 

  Cleanup        : ruby                                                 278/353 

  Cleanup        : pango                                                279/353 

  Cleanup        : poppler-utils                                        280/353 

  Cleanup        : e2fsprogs-libs                                       281/353 

  Cleanup        : rhnlib                                               282/353 

  Cleanup        : system-config-securitylevel                          283/353 

  Cleanup        : samba-common                                         284/353 

  Cleanup        : procps                                               285/353 

  Cleanup        : SysVinit                                             286/353 

  Cleanup        : nfs-utils                                            287/353 

  Cleanup        : libtiff                                              288/353 

  Cleanup        : perl                                                 289/353 

  Cleanup        : libhugetlbfs                                         290/353 

  Cleanup        : bash                                                 291/353 

  Cleanup        : system-config-lvm                                    292/353 

  Cleanup        : ruby-rdoc                                            293/353 

  Cleanup        : kernel-headers                                       294/353 

  Cleanup        : logwatch                                             295/353 

  Cleanup        : xorg-x11-font-utils                                  296/353 

  Cleanup        : postgresql-python                                    297/353 

  Cleanup        : postgresql                                           298/353 

  Cleanup        : vsftpd                                               299/353 

  Cleanup        : vim-enhanced                                         300/353 

  Cleanup        : pcre                                                 301/353 

  Cleanup        : yum-utils                                            302/353 

  Cleanup        : gdbm                                                 303/353 

  Cleanup        : crash                                                304/353 

  Cleanup        : sysfsutils                                           305/353 

  Cleanup        : openssl                                              306/353 

  Cleanup        : bind-libs                                            307/353 

  Cleanup        : cups                                                 308/353 

  Cleanup        : nss_ldap                                             309/353 

  Cleanup        : redhat-release-notes                                 310/353 

  Cleanup        : zlib                                                 311/353 

  Cleanup        : glibc-devel                                          312/353 

  Cleanup        : autofs                                               313/353 

  Cleanup        : audit-libs                                           314/353 

  Cleanup        : rsync                                                315/353 

  Cleanup        : nss-tools                                            316/353 

  Cleanup        : pciutils                                             317/353 

  Cleanup        : redhat-lsb                                           318/353 

  Cleanup        : man                                                  319/353 

  Cleanup        : audit                                                320/353 

  Cleanup        : system-config-securitylevel-tui                      321/353 

  Cleanup        : rhn-check                                            322/353 

  Cleanup        : udev                                                 323/353 

  Cleanup        : coreutils                                            324/353 

  Cleanup        : w3m                                                  325/353 

  Cleanup        : sed                                                  326/353 

  Cleanup        : kpartx                                               327/353 

  Cleanup        : samba-client                                         328/353 

  Cleanup        : sudo                                                 329/353 

  Cleanup        : patch                                                330/353 

  Cleanup        : nss                                                  331/353 

  Cleanup        : gnome-vfs2                                           332/353 

  Cleanup        : redhat-release                                       333/353 

  Cleanup        : dmraid-events                                        334/353 

  Cleanup        : tzdata                                               335/353 

  Cleanup        : screen                                               336/353 

  Cleanup        : selinux-policy-targeted                              337/353 

  Cleanup        : avahi-glib                                           338/353 

  Cleanup        : libuser                                              339/353 

  Cleanup        : cups-libs                                            340/353 

  Cleanup        : rhnsd                                                341/353 

  Cleanup        : device-mapper-event                                  342/353 

  Cleanup        : system-config-network-tui                            343/353 

  Cleanup        : rhn-client-tools                                     344/353 

  Cleanup        : passwd                                               345/353 

  Cleanup        : yum                                                  346/353 

  Cleanup        : libxml2                                              347/353 

  Cleanup        : libgcj                                               348/353 

  Cleanup        : pyOpenSSL                                            349/353 

  Cleanup        : openssh                                              350/353 

  Cleanup        : xulrunner                                            351/353 

  Cleanup        : hal                                                  352/353 

  Cleanup        : mod_authz_ldap                                       353/353 

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

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

Updated:
  SysVinit.i386 0:2.86-17.el5                                                   
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  audit.i386 0:1.7.18-2.el5                                                     
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs-python.i386 0:1.7.18-2.el5                                         
  authconfig.i386 0:5.3.21-7.el5                                                
  authconfig-gtk.i386 0:5.3.21-7.el5                                            
  autofs.i386 1:5.0.1-0.rc2.156.el5                                             
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi-compat-libdns_sd.i386 0:0.6.16-10.el5_6                                 
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  bash.i386 0:3.2-32.el5                                                        
  bind-libs.i386 30:9.3.6-16.P1.el5                                             
  bind-utils.i386 30:9.3.6-16.P1.el5                                            
  busybox.i386 1:1.2.0-10.el5                                                   
  coreutils.i386 0:5.97-34.el5                                                  
  cpuspeed.i386 1:1.2.1-10.el5                                                  
  crash.i386 0:4.1.2-8.el5                                                      
  cryptsetup-luks.i386 0:1.0.3-8.el5                                            
  cups.i386 1:1.3.7-26.el5_6.1                                                  
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  dbus.i386 0:1.1.2-16.el5_7                                                    
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper-event.i386 0:1.02.63-4.el5                                      
  device-mapper-multipath.i386 0:0.4.7-46.el5_7.1                               
  dhclient.i386 12:3.0.5-29.el5_7.1                                             
  dhcpv6-client.i386 0:1.0.10-20.el5                                            
  dmidecode.i386 1:2.11-1.el5                                                   
  dmraid.i386 0:1.0.0.rc13-65.el5                                               
  dmraid-events.i386 0:1.0.0.rc13-65.el5                                        
  e2fsprogs.i386 0:1.39-33.el5                                                  
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  exim.i386 0:4.63-10.el5                                                       
  finger.i386 0:0.17-33                                                         
  gdbm.i386 0:1.8.0-26.2.1.el5_6.1                                              
  ghostscript.i386 0:8.70-6.el5_7.3                                             
  glibc.i686 0:2.5-65                                                           
  glibc-common.i386 0:2.5-65                                                    
  glibc-devel.i386 0:2.5-65                                                     
  glibc-headers.i386 0:2.5-65                                                   
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gzip.i386 0:1.3.5-13.el5                                                      
  hal.i386 0:0.5.8.1-62.el5                                                     
  httpd.i386 0:2.2.3-53.el5_7.1                                                 
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.i386 0:8.45.38-2.el5                                              
  jwhois.i386 0:3.2.3-12.el5                                                    
  kernel-headers.i386 0:2.6.18-274.3.1.el5                                      
  kexec-tools.i386 0:1.102pre-126.el5_6.6                                       
  kpartx.i386 0:0.4.7-46.el5_7.1                                                
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-workstation.i386 0:1.6.1-62.el5                                          
  ksh.i386 0:20100202-1.el5_6.6                                                 
  kudzu.i386 0:1.2.57.1.26-1                                                    
  less.i386 0:436-7.el5                                                         
  libXfont.i386 0:1.2.2-1.0.4.el5_7                                             
  libgcj.i386 0:4.1.2-51.el5                                                    
  libgomp.i386 0:4.4.4-13.el5                                                   
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libicu.i386 0:3.6-5.16                                                        
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux-python.i386 0:1.33.4-5.7.el5                                       
  libselinux-utils.i386 0:1.33.4-5.7.el5                                        
  libsmbclient.i386 0:3.0.33-3.29.el5_7.4                                       
  libsysfs.i386 0:2.1.0-1.el5                                                   
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libuser.i386 0:0.54.7-2.1.el5_5.2                                             
  libvolume_id.i386 0:095-14.27.el5                                             
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2-python.i386 0:2.6.26-2.1.12                                           
  logrotate.i386 0:3.7.4-12                                                     
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.i386 0:2.02.84-6.el5_7.1                                                 
  m2crypto.i386 0:0.16-8.el5                                                    
  man.i386 0:1.6d-2.el5                                                         
  man-pages.noarch 0:2.39-17.el5

Comment 16 Kedar Bidarkar 2011-09-15 13:34:38 UTC
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.i386 0:5.1.19.6-71.el5                                               
  mod_authz_ldap.i386 0:0.26-11.el5                                             
  mod_ssl.i386 1:2.2.3-53.el5_7.1                                               
  mysql.i386 0:5.0.77-4.el5_6.6                                                 
  nash.i386 0:5.1.19.6-71.el5                                                   
  net-snmp.i386 1:5.3.2.2-14.el5_7.1                                            
  net-snmp-libs.i386 1:5.3.2.2-14.el5_7.1                                       
  nfs-utils.i386 1:1.0.9-54.el5                                                 
  nscd.i386 0:2.5-65                                                            
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss-tools.i386 0:3.12.10-4.el5_7                                              
  nss_ldap.i386 0:253-42.el5                                                    
  ntp.i386 0:4.2.2p1-15.el5                                                     
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap-clients.i386 0:2.3.43-12.el5_6.7                                     
  openssh.i386 0:4.3p2-72.el5_7.5                                               
  openssh-clients.i386 0:4.3p2-72.el5_7.5                                       
  openssh-server.i386 0:4.3p2-72.el5_7.5                                        
  openssl.i686 0:0.9.8e-20.el5                                                  
  openswan.i386 0:2.6.21-5.el5_6.4                                              
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  paps.i386 0:0.6.6-20.el5                                                      
  parted.i386 0:1.8.1-28.el5                                                    
  passwd.i386 0:0.73-2                                                          
  patch.i386 0:2.5.4-31.el5                                                     
  pciutils.i386 0:3.1.7-3.el5                                                   
  pcre.i386 0:6.6-6.el5_6.1                                                     
  perl.i386 4:5.8.8-32.el5_6.3                                                  
  poppler.i386 0:0.5.4-4.4.el5_6.17                                             
  poppler-utils.i386 0:0.5.4-4.4.el5_6.17                                       
  postgresql.i386 0:8.1.23-1.el5_6.1                                            
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-python.i386 0:8.1.23-1.el5_6.1                                     
  procps.i386 0:3.2.7-17.el5                                                    
  psmisc.i386 0:22.2-7.el5_6.2                                                  
  pyOpenSSL.i386 0:0.6-2.el5                                                    
  python-numeric.i386 0:23.7-2.2.2.el5_6.1                                      
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.i386 1:3.13-5.el5                                                       
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-release.i386 0:5Server-5.7.0.3                                         
  redhat-release-notes.i386 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.i386 0:4.7.0-10.el5                                                     
  rng-utils.i386 1:2.0-4.el5                                                    
  rsync.i386 0:3.0.6-4.el5_7.1                                                  
  rsyslog.i386 0:3.22.1-3.el5_6.1                                               
  ruby.i386 0:1.8.5-19.el5_6.1                                                  
  ruby-irb.i386 0:1.8.5-19.el5_6.1                                              
  ruby-libs.i386 0:1.8.5-19.el5_6.1                                             
  ruby-rdoc.i386 0:1.8.5-19.el5_6.1                                             
  samba-client.i386 0:3.0.33-3.29.el5_7.4                                       
  samba-common.i386 0:3.0.33-3.29.el5_7.4                                       
  screen.i386 0:4.0.3-4.el5                                                     
  sed.i386 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.i386 2:4.0.17-18.el5_6.1                                         
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.i386 0:1.7.2p1-10.el5                                                    
  sysfsutils.i386 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.i386 0:1.6.29.1-6.el5                             
  system-config-securitylevel-tui.i386 0:1.6.29.1-6.el5                         
  tmpwatch.i386 0:2.9.7-1.1.el5.5                                               
  traceroute.i386 3:2.0.1-6.el5                                                 
  tzdata.i386 0:2011h-2.el5                                                     
  udev.i386 0:095-14.27.el5                                                     
  util-linux.i386 0:2.13-0.56.el5                                               
  vim-common.i386 2:7.0.109-7.el5                                               
  vim-enhanced.i386 2:7.0.109-7.el5                                             
  vim-minimal.i386 2:7.0.109-7.el5                                              
  vnc.i386 0:4.1.2-14.el5_6.6                                                   
  vnc-server.i386 0:4.1.2-14.el5_6.6                                            
  vsftpd.i386 0:2.0.5-21.el5                                                    
  w3m.i386 0:0.5.1-18.el5                                                       
  xinetd.i386 2:2.3.14-13.el5                                                   
  xorg-x11-font-utils.i386 1:7.1-3                                              
  xorg-x11-xfs.i386 1:1.0.2-5.el5_6.1                                           
  xulrunner.i386 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                                                       

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 OFF ... 
######################################################################################
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
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 17 Kedar Bidarkar 2011-09-15 13:36:45 UTC
IMAGE ID= ami-0684ff54_ap-southeast-1_t1.micro
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
ip-10-136-78-6
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-i386-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: ## /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-ap-se-rhel-server-1y Red Hat Enterprise Linux Server 5 (RPMs enabled: 9,180
repolist: 9,180 
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.i386 : A powerful interactive shell
zsh-html.i386 : 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.i386 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.i386 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.i386 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.i386 0:2.3-2.1 set to be updated
---> Package byacc.i386 0:1.9-29.2.2 set to be updated
---> Package cscope.i386 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.i386 0:5.6-1.1 set to be updated
---> Package cvs.i386 0:1.11.22-7.el5 set to be updated
---> Package dev86.i386 0:0.16.17-2.2 set to be updated
---> Package diffstat.i386 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.i386 1:1.4.7-1.1 set to be updated
---> Package elfutils.i386 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-i386 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0) for package: elfutils
--> Processing Dependency: libdw.so.1 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130) for package: elfutils
--> Processing Dependency: libasm.so.1 for package: elfutils
---> Package flex.i386 0:2.5.4a-41.fc6 set to be updated
---> Package gcc.i386 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++.i386 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.i386 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 for package: gcc-gfortran
---> Package gdb.i386 0:7.0.1-37.el5_7.1 set to be updated
--> Processing Dependency: python-libs-i386 >= 2.4.3-32.el5 for package: gdb
---> Package gettext.i386 0:0.17-1.el5 set to be updated
---> Package indent.i386 0:2.2.9-14.fc6 set to be updated
---> Package libtool.i386 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.i386 0:0.5-13.45svn.el5 set to be updated
---> Package oprofile.i386 0:0.9.4-15.el5 set to be updated
---> Package patchutils.i386 0:0.2.31-2.2.2 set to be updated
---> Package pstack.i386 0:1.2-7.2.2 set to be updated
---> Package python-ldap.i386 0:2.2.0-2.1 set to be updated
---> Package rcs.i386 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.i386 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: popt = 1.10.2.3-22.el5 for package: rpm-build
--> Processing Dependency: rpm = 4.4.2.3-22.el5 for package: rpm-build
---> Package splint.i386 0:3.1.1-16.el5 set to be updated
---> Package strace.i386 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 swig.i386 0:1.3.29-2.el5 set to be updated
---> Package systemtap.i386 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
---> Package texinfo.i386 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package cpp.i386 0:4.1.2-51.el5 set to be updated
---> Package elfutils-libs.i386 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.i386 0:2.16.0-1.fc6 set to be updated
---> Package imake.i386 0:1.0.2-3 set to be updated
---> Package libgcc.i386 0:4.1.2-51.el5 set to be updated
---> Package libgfortran.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++.i386 0:4.1.2-51.el5 set to be updated
---> Package libstdc++-devel.i386 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 pyspi.i386 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libspi.so.0 for package: pyspi
--> Processing Dependency: libcspi.so.0 for package: pyspi
---> Package python-libs.i386 0:2.4.3-44.el5 set to be updated
---> Package rpm.i386 0:4.4.2.3-22.el5 set to be updated
---> Package rpm-libs.i386 0:4.4.2.3-22.el5 set to be updated
---> Package systemtap-runtime.i386 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.i386 0:1.1.1-48.76.el5_6.4 set to be updated
---> Package xorg-x11-xinit.i386 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.i386 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: libXevie.so.1 for package: at-spi
---> Package rpm-python.i386 0:4.4.2.3-22.el5 set to be updated
---> Package xorg-x11-server-utils.i386 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1 for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6 for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1 for package: xorg-x11-server-utils
--> Running transaction check
---> Package libXTrap.i386 0:1.0.0-3.1 set to be updated
---> Package libXevie.i386 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.i386 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.i386 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.i386 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-ap-se-rhel-server-1y 646 k
 automake              noarch 1.9.6-2.3.el5     rhui-ap-se-rhel-server-1y 476 k
 automake14            noarch 1.4p6-13.el5.1    rhui-ap-se-rhel-server-1y 200 k
 automake15            noarch 1.5-16.el5.2      rhui-ap-se-rhel-server-1y 230 k
 automake16            noarch 1.6.3-8.el5.1     rhui-ap-se-rhel-server-1y 241 k
 automake17            noarch 1.7.9-7.el5.2     rhui-ap-se-rhel-server-1y 278 k
 bison                 i386   2.3-2.1           rhui-ap-se-rhel-server-1y 536 k
 byacc                 i386   1.9-29.2.2        rhui-ap-se-rhel-server-1y  38 k
 cscope                i386   15.5-15.1.el5_3.1 rhui-ap-se-rhel-server-1y 136 k
 ctags                 i386   5.6-1.1           rhui-ap-se-rhel-server-1y 127 k
 cvs                   i386   1.11.22-7.el5     rhui-ap-se-rhel-server-1y 725 k
 dev86                 i386   0.16.17-2.2       rhui-ap-se-rhel-server-1y 372 k
 diffstat              i386   1.41-1.2.3.el5    rhui-ap-se-rhel-server-1y  18 k
 dogtail               noarch 0.6.1-4.el5       rhui-ap-se-rhel-server-1y 172 k
 doxygen               i386   1:1.4.7-1.1       rhui-ap-se-rhel-server-1y 2.3 M
 elfutils              i386   0.137-3.el5       rhui-ap-se-rhel-server-1y 228 k
 flex                  i386   2.5.4a-41.fc6     rhui-ap-se-rhel-server-1y 124 k
 gcc-c++               i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 3.4 M
 gcc-gfortran          i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 3.1 M
 gdb                   i386   7.0.1-37.el5_7.1  rhui-ap-se-rhel-server-1y 2.4 M
 indent                i386   2.2.9-14.fc6      rhui-ap-se-rhel-server-1y  93 k
 libtool               i386   1.5.22-7.el5_4    rhui-ap-se-rhel-server-1y 667 k
 ltrace                i386   0.5-13.45svn.el5  rhui-ap-se-rhel-server-1y  61 k
 oprofile              i386   0.9.4-15.el5      rhui-ap-se-rhel-server-1y 2.7 M
 patchutils            i386   0.2.31-2.2.2      rhui-ap-se-rhel-server-1y 109 k
 pstack                i386   1.2-7.2.2         rhui-ap-se-rhel-server-1y 4.6 k
 python-ldap           i386   2.2.0-2.1         rhui-ap-se-rhel-server-1y 122 k
 rcs                   i386   5.7-30.1          rhui-ap-se-rhel-server-1y 332 k
 redhat-rpm-config     noarch 8.0.45-32.el5     rhui-ap-se-rhel-server-1y  54 k
 rpm-build             i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 302 k
 splint                i386   3.1.1-16.el5      rhui-ap-se-rhel-server-1y 1.5 M
 strace                i386   4.5.18-5.el5_5.5  rhui-ap-se-rhel-server-1y 172 k
 swig                  i386   1.3.29-2.el5      rhui-ap-se-rhel-server-1y 2.9 M
 systemtap             i386   1.3-9.el5         rhui-ap-se-rhel-server-1y 2.5 M
 texinfo               i386   4.8-14.el5        rhui-ap-se-rhel-server-1y 753 k
 valgrind              i386   1:3.5.0-5.el5     rhui-ap-se-rhel-server-1y  20 M
Updating:
 gcc                   i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 5.2 M
 gettext               i386   0.17-1.el5        rhui-ap-se-rhel-server-1y 2.4 M
 python                i386   2.4.3-44.el5      rhui-ap-se-rhel-server-1y  57 k
 subversion            i386   1.6.11-7.el5_6.4  rhui-ap-se-rhel-server-1y 3.1 M
Installing for dependencies:
 at-spi                i386   1.7.11-3.el5      rhui-ap-se-rhel-server-1y 290 k
 elfutils-libs         i386   0.137-3.el5       rhui-ap-se-rhel-server-1y 193 k
 gnome-python2-gconf   i386   2.16.0-1.fc6      rhui-ap-se-rhel-server-1y  32 k
 imake                 i386   1.0.2-3           rhui-ap-se-rhel-server-1y 318 k
 libXTrap              i386   1.0.0-3.1         rhui-ap-se-rhel-server-1y  23 k
 libXevie              i386   1.0.1-3.1         rhui-ap-se-rhel-server-1y  14 k
 libXfontcache         i386   1.0.2-3.1         rhui-ap-se-rhel-server-1y 9.7 k
 libXxf86misc          i386   1.0.1-3.1         rhui-ap-se-rhel-server-1y  12 k
 libgfortran           i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 232 k
 libstdc++-devel       i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 2.8 M
 pyspi                 i386   0.6.1-1.el5       rhui-ap-se-rhel-server-1y  79 k
 python-libs           i386   2.4.3-44.el5      rhui-ap-se-rhel-server-1y 5.8 M
 systemtap-runtime     i386   1.3-9.el5         rhui-ap-se-rhel-server-1y  93 k
 xorg-x11-server-Xvfb  i386   1.1.1-48.76.el5_6.4
                                                rhui-ap-se-rhel-server-1y 1.6 M
 xorg-x11-server-utils i386   7.1-5.el5_6.2     rhui-ap-se-rhel-server-1y 164 k
 xorg-x11-xinit        i386   1.0.2-15.el5      rhui-ap-se-rhel-server-1y  26 k
Updating for dependencies:
 cpp                   i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 2.7 M
 libgcc                i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y  96 k
 libstdc++             i386   4.1.2-51.el5      rhui-ap-se-rhel-server-1y 363 k
 popt                  i386   1.10.2.3-22.el5   rhui-ap-se-rhel-server-1y  75 k
 rpm                   i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 1.2 M
 rpm-libs              i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y 928 k
 rpm-python            i386   4.4.2.3-22.el5    rhui-ap-se-rhel-server-1y  60 k

Transaction Summary
================================================================================
Install      52 Package(s)
Upgrade      11 Package(s)

Total download size: 75 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.0 MB/s |  75 MB     00:37

Comment 18 Kedar Bidarkar 2011-09-15 13:36:51 UTC
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : libgcc                                                  1/74 

  Updating       : popt                                                    2/74 

  Updating       : libstdc++                                               3/74 

  Updating       : cpp                                                     4/74 

  Updating       : gcc                                                     5/74 

  Installing     : libgfortran                                             6/74 

  Installing     : libXTrap                                                7/74 

  Installing     : elfutils-libs                                           8/74 

  Installing     : elfutils                                                9/74 

  Installing     : libXfontcache                                          10/74 

  Installing     : libXxf86misc                                           11/74 

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

  Installing     : xorg-x11-xinit                                         13/74 

  Installing     : xorg-x11-server-Xvfb                                   14/74 

  Installing     : imake                                                  15/74 

  Installing     : libXevie                                               16/74 

  Installing     : at-spi                                                 17/74 

  Installing     : gcc-gfortran                                           18/74 

  Installing     : swig                                                   19/74 

  Installing     : doxygen                                                20/74 

  Installing     : oprofile                                               21/74 

  Installing     : texinfo                                                22/74 

  Installing     : splint                                                 23/74 

  Installing     : cvs                                                    24/74 

  Installing     : cscope                                                 25/74 

  Installing     : ltrace                                                 26/74 

  Installing     : strace                                                 27/74 

  Installing     : flex                                                   28/74 

  Installing     : indent                                                 29/74 

  Installing     : valgrind                                               30/74 

  Installing     : dev86                                                  31/74 

  Installing     : bison                                                  32/74 

  Installing     : diffstat                                               33/74 

  Installing     : byacc                                                  34/74 

  Installing     : patchutils                                             35/74 

  Installing     : rcs                                                    36/74 

  Installing     : ctags                                                  37/74 

  Installing     : autoconf                                               38/74 

  Installing     : automake                                               39/74 

  Installing     : libstdc++-devel                                        40/74 

  Installing     : systemtap-runtime                                      41/74 

  Installing     : libtool                                                42/74 

  Installing     : automake17                                             43/74 

  Installing     : automake14                                             44/74 

  Installing     : automake15                                             45/74 

  Installing     : redhat-rpm-config                                      46/74 

  Installing     : automake16                                             47/74 

  Installing     : gcc-c++                                                48/74 

  Updating       : python                                                 49/74 

  Updating       : rpm-libs                                               50/74 

  Installing     : python-libs                                            51/74 

  Updating       : rpm                                                    52/74 

  Updating       : rpm-python                                             53/74 

  Installing     : gdb                                                    54/74 

  Installing     : pyspi                                                  55/74 

  Installing     : gnome-python2-gconf                                    56/74 

  Updating       : subversion                                             57/74 

  Installing     : rpm-build                                              58/74 

  Updating       : gettext                                                59/74 

  Installing     : python-ldap                                            60/74 

  Installing     : dogtail                                                61/74 

  Installing     : pstack                                                 62/74 

  Installing     : systemtap                                              63/74 

  Cleanup        : libgcc                                                 64/74 

  Cleanup        : gettext                                                65/74 

  Cleanup        : cpp                                                    66/74 

  Cleanup        : libstdc++                                              67/74 

  Cleanup        : rpm                                                    68/74 

  Cleanup        : rpm-python                                             69/74 

  Cleanup        : popt                                                   70/74 

  Cleanup        : subversion                                             71/74 

  Cleanup        : python                                                 72/74 

  Cleanup        : rpm-libs                                               73/74 

  Cleanup        : gcc                                                    74/74 

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.i386 0:2.3-2.1                       byacc.i386 0:1.9-29.2.2            
  cscope.i386 0:15.5-15.1.el5_3.1            ctags.i386 0:5.6-1.1               
  cvs.i386 0:1.11.22-7.el5                   dev86.i386 0:0.16.17-2.2           
  diffstat.i386 0:1.41-1.2.3.el5             dogtail.noarch 0:0.6.1-4.el5       
  doxygen.i386 1:1.4.7-1.1                   elfutils.i386 0:0.137-3.el5        
  flex.i386 0:2.5.4a-41.fc6                  gcc-c++.i386 0:4.1.2-51.el5        
  gcc-gfortran.i386 0:4.1.2-51.el5           gdb.i386 0:7.0.1-37.el5_7.1        
  indent.i386 0:2.2.9-14.fc6                 libtool.i386 0:1.5.22-7.el5_4      
  ltrace.i386 0:0.5-13.45svn.el5             oprofile.i386 0:0.9.4-15.el5       
  patchutils.i386 0:0.2.31-2.2.2             pstack.i386 0:1.2-7.2.2            
  python-ldap.i386 0:2.2.0-2.1               rcs.i386 0:5.7-30.1                
  redhat-rpm-config.noarch 0:8.0.45-32.el5   rpm-build.i386 0:4.4.2.3-22.el5    
  splint.i386 0:3.1.1-16.el5                 strace.i386 0:4.5.18-5.el5_5.5     
  swig.i386 0:1.3.29-2.el5                   systemtap.i386 0:1.3-9.el5         
  texinfo.i386 0:4.8-14.el5                  valgrind.i386 1:3.5.0-5.el5        

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

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

Dependency Updated:
  cpp.i386 0:4.1.2-51.el5                 libgcc.i386 0:4.1.2-51.el5           
  libstdc++.i386 0:4.1.2-51.el5           popt.i386 0:1.10.2.3-22.el5          
  rpm.i386 0:4.4.2.3-22.el5               rpm-libs.i386 0:4.4.2.3-22.el5       
  rpm-python.i386 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.i386 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 audit.i386 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-python.i386 0:1.7.18-2.el5 set to be updated
---> Package authconfig.i386 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.i386 0:5.3.21-7.el5 set to be updated
---> Package autofs.i386 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-compat-libdns_sd.i386 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 bash.i386 0:3.2-32.el5 set to be updated
---> Package bind-libs.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.i386 1:1.2.0-10.el5 set to be updated
---> Package coreutils.i386 0:5.97-34.el5 set to be updated
---> Package cpuspeed.i386 1:1.2.1-10.el5 set to be updated
---> Package crash.i386 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.i386 0:1.0.3-8.el5 set to be updated
---> Package cups.i386 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 curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.i386 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 device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.i386 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.i386 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.i386 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.i386 1:2.11-1.el5 set to be updated
---> Package dmraid.i386 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.i386 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package exim.i386 0:4.63-10.el5 set to be updated
---> Package finger.i386 0:0.17-33 set to be updated
---> Package gdbm.i386 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5_7.3 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc-common.i386 0:2.5-65 set to be updated
---> Package glibc-devel.i386 0:2.5-65 set to be updated
---> Package glibc-headers.i386 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gzip.i386 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 httpd.i386 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.i386 0:8.45.38-2.el5 set to be updated
---> Package jwhois.i386 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.i386 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.i686 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.i686 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.i386 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.i386 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-workstation.i386 0:1.6.1-62.el5 set to be updated
---> Package ksh.i386 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.i386 0:1.2.57.1.26-1 set to be updated
---> Package less.i386 0:436-7.el5 set to be updated
---> Package libXfont.i386 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.i386 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 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 libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.i386 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 libuser.i386 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 libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.i386 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.i386 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.i386 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.i386 0:0.16-8.el5 set to be updated
---> Package man.i386 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.i386 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.i386 0:0.26-11.el5 set to be updated
---> Package mod_ssl.i386 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.i386 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.i386 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.i386 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.i386 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.i386 1:1.0.9-54.el5 set to be updated
---> Package nscd.i386 0:2.5-65 set to be updated
---> Package nspr.i386 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-tools.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package ntp.i386 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-clients.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.i386 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.i386 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.i386 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 openswan.i386 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 pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.i386 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package passwd.i386 0:0.73-2 set to be updated
---> Package patch.i386 0:2.5.4-31.el5 set to be updated
---> Package pciutils.i386 0:3.1.7-3.el5 set to be updated
---> Package pcre.i386 0:6.6-6.el5_6.1 set to be updated
---> Package perl.i386 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.i386 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.i386 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.i386 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-python.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.i386 0:3.2.7-17.el5 set to be updated
---> Package psmisc.i386 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.i386 0:0.6-2.el5 set to be updated
---> Package python-numeric.i386 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.i386 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-release.i386 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.i386 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.i386 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.i386 1:2.0-4.el5 set to be updated
---> Package rsync.i386 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.i386 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.i386 0:4.0.3-4.el5 set to be updated
---> Package sed.i386 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.i386 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.i386 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.i386 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.i386 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.i386 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.i386 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.i386 3:2.0.1-6.el5 set to be updated
---> Package tzdata.i386 0:2011h-2.el5 set to be updated
---> Package udev.i386 0:095-14.27.el5 set to be updated
---> Package util-linux.i386 0:2.13-0.56.el5 set to be updated
---> Package vim-common.i386 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.i386 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.i386 2:7.0.109-7.el5 set to be updated
---> Package vnc.i386 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.i386 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.i386 0:2.0.5-21.el5 set to be updated
---> Package w3m.i386 0:0.5.1-18.el5 set to be updated
---> Package xinetd.i386 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.i386 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.i386 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.i386 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
--> Running transaction check
---> Package iscsi-initiator-utils.i386 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version               Repository                 Size
================================================================================
Installing:
 kernel-xen        i686   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y  20 M
 kernel-xen-devel  i686   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y 5.6 M
Updating:
 SysVinit          i386   2.86-17.el5           rhui-ap-se-rhel-server-1y 113 k
 apr               i386   1.2.7-11.el5_6.5      rhui-ap-se-rhel-server-1y 124 k
 audit             i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y 363 k
 audit-libs        i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y  78 k
 audit-libs-python i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y  79 k
 authconfig        i386   5.3.21-7.el5          rhui-ap-se-rhel-server-1y 456 k
 authconfig-gtk    i386   5.3.21-7.el5          rhui-ap-se-rhel-server-1y  47 k
 autofs            i386   1:5.0.1-0.rc2.156.el5 rhui-ap-se-rhel-server-1y 918 k
 avahi             i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y 251 k
 avahi-compat-libdns_sd
                   i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y  23 k
 avahi-glib        i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y  15 k
 bash              i386   3.2-32.el5            rhui-ap-se-rhel-server-1y 1.8 M
 bind-libs         i386   30:9.3.6-16.P1.el5    rhui-ap-se-rhel-server-1y 862 k
 bind-utils        i386   30:9.3.6-16.P1.el5    rhui-ap-se-rhel-server-1y 173 k
 busybox           i386   1:1.2.0-10.el5        rhui-ap-se-rhel-server-1y 1.1 M
 coreutils         i386   5.97-34.el5           rhui-ap-se-rhel-server-1y 3.6 M
 cpuspeed          i386   1:1.2.1-10.el5        rhui-ap-se-rhel-server-1y  32 k
 crash             i386   4.1.2-8.el5           rhui-ap-se-rhel-server-1y 1.6 M
 cryptsetup-luks   i386   1.0.3-8.el5           rhui-ap-se-rhel-server-1y 716 k
 cups              i386   1:1.3.7-26.el5_6.1    rhui-ap-se-rhel-server-1y 3.1 M
 cups-libs         i386   1:1.3.7-26.el5_6.1    rhui-ap-se-rhel-server-1y 199 k
 curl              i386   7.15.5-9.el5_7.4      rhui-ap-se-rhel-server-1y 234 k
 dbus              i386   1.1.2-16.el5_7        rhui-ap-se-rhel-server-1y 235 k
 dbus-libs         i386   1.1.2-16.el5_7        rhui-ap-se-rhel-server-1y 124 k
 device-mapper     i386   1.02.63-4.el5         rhui-ap-se-rhel-server-1y 776 k
 device-mapper-event
                   i386   1.02.63-4.el5         rhui-ap-se-rhel-server-1y  22 k
 device-mapper-multipath
                   i386   0.4.7-46.el5_7.1      rhui-ap-se-rhel-server-1y 2.8 M
 dhclient          i386   12:3.0.5-29.el5_7.1   rhui-ap-se-rhel-server-1y 281 k
 dhcpv6-client     i386   1.0.10-20.el5         rhui-ap-se-rhel-server-1y 124 k
 dmidecode         i386   1:2.11-1.el5          rhui-ap-se-rhel-server-1y  78 k
 dmraid            i386   1.0.0.rc13-65.el5     rhui-ap-se-rhel-server-1y 738 k
 dmraid-events     i386   1.0.0.rc13-65.el5     rhui-ap-se-rhel-server-1y  24 k
 e2fsprogs         i386   1.39-33.el5           rhui-ap-se-rhel-server-1y 827 k
 e2fsprogs-libs    i386   1.39-33.el5           rhui-ap-se-rhel-server-1y 120 k
 exim              i386   4.63-10.el5           rhui-ap-se-rhel-server-1y 1.2 M
 finger            i386   0.17-33               rhui-ap-se-rhel-server-1y  21 k
 gdbm              i386   1.8.0-26.2.1.el5_6.1  rhui-ap-se-rhel-server-1y  28 k
 ghostscript       i386   8.70-6.el5_7.3        rhui-ap-se-rhel-server-1y 9.0 M
 glibc             i686   2.5-65                rhui-ap-se-rhel-server-1y 5.3 M
 glibc-common      i386   2.5-65                rhui-ap-se-rhel-server-1y  16 M
 glibc-devel       i386   2.5-65                rhui-ap-se-rhel-server-1y 2.0 M
 glibc-headers     i386   2.5-65                rhui-ap-se-rhel-server-1y 604 k
 gnome-vfs2        i386   2.16.2-8.el5          rhui-ap-se-rhel-server-1y 1.2 M
 gzip              i386   1.3.5-13.el5          rhui-ap-se-rhel-server-1y 102 k
 hal               i386   0.5.8.1-62.el5        rhui-ap-se-rhel-server-1y 391 k
 httpd             i386   2.2.3-53.el5_7.1      rhui-ap-se-rhel-server-1y 1.2 M
 hwdata            noarch 0.213.24-1.el5        rhui-ap-se-rhel-server-1y 414 k
 initscripts       i386   8.45.38-2.el5         rhui-ap-se-rhel-server-1y 1.6 M
 jwhois            i386   3.2.3-12.el5          rhui-ap-se-rhel-server-1y  97 k
 kernel-headers    i386   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y 1.2 M
 kexec-tools       i386   1.102pre-126.el5_6.6  rhui-ap-se-rhel-server-1y 560 k
 kpartx            i386   0.4.7-46.el5_7.1      rhui-ap-se-rhel-server-1y 425 k
 krb5-libs         i386   1.6.1-62.el5          rhui-ap-se-rhel-server-1y 668 k
 krb5-workstation  i386   1.6.1-62.el5          rhui-ap-se-rhel-server-1y 887 k
 ksh               i386   20100202-1.el5_6.6    rhui-ap-se-rhel-server-1y 1.2 M
 kudzu             i386   1.2.57.1.26-1         rhui-ap-se-rhel-server-1y 236 k
 less              i386   436-7.el5             rhui-ap-se-rhel-server-1y 106 k
 libXfont          i386   1.2.2-1.0.4.el5_7     rhui-ap-se-rhel-server-1y 240 k
 libgcj            i386   4.1.2-51.el5          rhui-ap-se-rhel-server-1y  16 M
 libgomp           i386   4.4.4-13.el5          rhui-ap-se-rhel-server-1y  72 k
 libhugetlbfs      i386   1.3-8.2.el5           rhui-ap-se-rhel-server-1y  40 k
 libicu            i386   3.6-5.16              rhui-ap-se-rhel-server-1y 5.3 M
 libpng            i386   2:1.2.10-7.1.el5_7.5  rhui-ap-se-rhel-server-1y 241 k
 libselinux        i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  77 k
 libselinux-python i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  73 k
 libselinux-utils  i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  55 k
 libsmbclient      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 908 k
 libsysfs          i386   2.1.0-1.el5           rhui-ap-se-rhel-server-1y  47 k
 libtiff           i386   3.8.2-7.el5_6.7       rhui-ap-se-rhel-server-1y 308 k
 libuser           i386   0.54.7-2.1.el5_5.2    rhui-ap-se-rhel-server-1y 438 k
 libvolume_id      i386   095-14.27.el5         rhui-ap-se-rhel-server-1y  44 k
 libxml2           i386   2.6.26-2.1.12         rhui-ap-se-rhel-server-1y 795 k
 libxml2-python    i386   2.6.26-2.1.12         rhui-ap-se-rhel-server-1y 702 k
 logrotate         i386   3.7.4-12              rhui-ap-se-rhel-server-1y  42 k
 logwatch          noarch 7.3-9.el5_6           rhui-ap-se-rhel-server-1y 244 k
 lvm2              i386   2.02.84-6.el5_7.1     rhui-ap-se-rhel-server-1y 2.9 M
 m2crypto          i386   0.16-8.el5            rhui-ap-se-rhel-server-1y 494 k
 man               i386   1.6d-2.el5            rhui-ap-se-rhel-server-1y 262 k
 man-pages         noarch 2.39-17.el5           rhui-ap-se-rhel-server-1y 4.2 M
 man-pages-ja      noarch 20060815-14.el5       rhui-ap-se-rhel-server-1y 4.9 M
 mkinitrd          i386   5.1.19.6-71.el5       rhui-ap-se-rhel-server-1y 474 k
 mod_authz_ldap    i386   0.26-11.el5           rhui-ap-se-rhel-server-1y  85 k
 mod_ssl           i386   1:2.2.3-53.el5_7.1    rhui-ap-se-rhel-server-1y  93 k
 mysql             i386   5.0.77-4.el5_6.6      rhui-ap-se-rhel-server-1y 4.8 M
 nash              i386   5.1.19.6-71.el5       rhui-ap-se-rhel-server-1y 1.1 M
 net-snmp          i386   1:5.3.2.2-14.el5_7.1  rhui-ap-se-rhel-server-1y 702 k
 net-snmp-libs     i386   1:5.3.2.2-14.el5_7.1  rhui-ap-se-rhel-server-1y 1.3 M
 nfs-utils         i386   1:1.0.9-54.el5        rhui-ap-se-rhel-server-1y 397 k
 nscd              i386   2.5-65                rhui-ap-se-rhel-server-1y 169 k
 nspr              i386   4.8.8-1.el5_7         rhui-ap-se-rhel-server-1y 120 k
 nss               i386   3.12.10-4.el5_7       rhui-ap-se-rhel-server-1y 1.1 M
 nss-tools         i386   3.12.10-4.el5_7       rhui-ap-se-rhel-server-1y 1.2 M
 nss_ldap          i386   253-42.el5            rhui-ap-se-rhel-server-1y 1.4 M
 ntp               i386   4.2.2p1-15.el5        rhui-ap-se-rhel-server-1y 1.3 M
 openldap          i386   2.3.43-12.el5_6.7     rhui-ap-se-rhel-server-1y 296 k
 openldap-clients  i386   2.3.43-12.el5_6.7     rhui-ap-se-rhel-server-1y 217 k
 openssh           i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 289 k
 openssh-clients   i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 452 k
 openssh-server    i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 273 k
 openssl           i686   0.9.8e-20.el5         rhui-ap-se-rhel-server-1y 1.4 M
 openswan          i386   2.6.21-5.el5_6.4      rhui-ap-se-rhel-server-1y 1.0 M
 pam_krb5          i386   2.2.14-21.el5         rhui-ap-se-rhel-server-1y 150 k
 pango             i386   1.14.9-8.el5_6.2      rhui-ap-se-rhel-server-1y 334 k
 paps              i386   0.6.6-20.el5          rhui-ap-se-rhel-server-1y  33 k
 parted            i386   1.8.1-28.el5          rhui-ap-se-rhel-server-1y 541 k
 passwd            i386   0.73-2                rhui-ap-se-rhel-server-1y  20 k
 patch             i386   2.5.4-31.el5          rhui-ap-se-rhel-server-1y  65 k
 pciutils          i386   3.1.7-3.el5           rhui-ap-se-rhel-server-1y 114 k
 pcre              i386   6.6-6.el5_6.1         rhui-ap-se-rhel-server-1y 117 k
 perl              i386   4:5.8.8-32.el5_6.3    rhui-ap-se-rhel-server-1y  12 M
 poppler           i386   0.5.4-4.4.el5_6.17    rhui-ap-se-rhel-server-1y 3.0 M
 poppler-utils     i386   0.5.4-4.4.el5_6.17    rhui-ap-se-rhel-server-1y  73 k
 postgresql        i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y 2.9 M
 postgresql-libs   i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y 196 k
 postgresql-python i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y  55 k
 procps            i386   3.2.7-17.el5          rhui-ap-se-rhel-server-1y 212 k
 psmisc            i386   22.2-7.el5_6.2        rhui-ap-se-rhel-server-1y  61 k
 pyOpenSSL         i386   0.6-2.el5             rhui-ap-se-rhel-server-1y 128 k
 python-numeric    i386   23.7-2.2.2.el5_6.1    rhui-ap-se-rhel-server-1y 748 k
 python-urlgrabber noarch 3.1.0-6.el5           rhui-ap-se-rhel-server-1y 132 k
 quota             i386   1:3.13-5.el5          rhui-ap-se-rhel-server-1y 359 k
 redhat-lsb        i386   4.0-2.1.4.el5         rhui-ap-se-rhel-server-1y  25 k
 redhat-release    i386   5Server-5.7.0.3       rhui-ap-se-rhel-server-1y  62 k
 redhat-release-notes
                   i386   5Server-41            rhui-ap-se-rhel-server-1y 370 k
 rhn-check         noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y  42 k
 rhn-client-tools  noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y 924 k
 rhn-setup         noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y 114 k
 rhnlib            noarch 2.5.22-6.el5          rhui-ap-se-rhel-server-1y  70 k
 rhnsd             i386   4.7.0-10.el5          rhui-ap-se-rhel-server-1y  34 k
 rng-utils         i386   1:2.0-4.el5           rhui-ap-se-rhel-server-1y  16 k
 rsync             i386   3.0.6-4.el5_7.1       rhui-ap-se-rhel-server-1y 338 k
 rsyslog           i386   3.22.1-3.el5_6.1      rhui-ap-se-rhel-server-1y 380 k
 ruby              i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 276 k
 ruby-irb          i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y  69 k
 ruby-libs         i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 1.6 M
 ruby-rdoc         i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 135 k
 samba-client      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 5.7 M
 samba-common      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 6.7 M
 screen            i386   4.0.3-4.el5           rhui-ap-se-rhel-server-1y 559 k
 sed               i386   4.1.5-8.el5           rhui-ap-se-rhel-server-1y 176 k
 selinux-policy    noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 420 k
 selinux-policy-devel
                   noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 446 k
 selinux-policy-targeted
                   noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 1.3 M
 shadow-utils      i386   2:4.0.17-18.el5_6.1   rhui-ap-se-rhel-server-1y 1.0 M
 sos               noarch 1.7-9.54.el5          rhui-ap-se-rhel-server-1y 151 k
 sudo              i386   1.7.2p1-10.el5        rhui-ap-se-rhel-server-1y 348 k
 sysfsutils        i386   2.1.0-1.el5           rhui-ap-se-rhel-server-1y  39 k
 system-config-lvm noarch 1.1.5-9.el5           rhui-ap-se-rhel-server-1y 690 k
 system-config-network
                   noarch 1.3.99.19-2.el5       rhui-ap-se-rhel-server-1y 424 k
 system-config-network-tui
                   noarch 1.3.99.19-2.el5       rhui-ap-se-rhel-server-1y 1.8 M
 system-config-securitylevel
                   i386   1.6.29.1-6.el5        rhui-ap-se-rhel-server-1y 280 k
 system-config-securitylevel-tui
                   i386   1.6.29.1-6.el5        rhui-ap-se-rhel-server-1y 254 k
 tmpwatch          i386   2.9.7-1.1.el5.5       rhui-ap-se-rhel-server-1y  19 k
 traceroute        i386   3:2.0.1-6.el5         rhui-ap-se-rhel-server-1y  40 k
 tzdata            i386   2011h-2.el5           rhui-ap-se-rhel-server-1y 781 k
 udev              i386   095-14.27.el5         rhui-ap-se-rhel-server-1y 2.4 M

Comment 19 Kedar Bidarkar 2011-09-15 13:36:56 UTC
 util-linux        i386   2.13-0.56.el5         rhui-ap-se-rhel-server-1y 1.8 M
 vim-common        i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 6.4 M
 vim-enhanced      i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 1.2 M
 vim-minimal       i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 310 k
 vnc               i386   4.1.2-14.el5_6.6      rhui-ap-se-rhel-server-1y 160 k
 vnc-server        i386   4.1.2-14.el5_6.6      rhui-ap-se-rhel-server-1y 2.0 M
 vsftpd            i386   2.0.5-21.el5          rhui-ap-se-rhel-server-1y 142 k
 w3m               i386   0.5.1-18.el5          rhui-ap-se-rhel-server-1y 1.1 M
 xinetd            i386   2:2.3.14-13.el5       rhui-ap-se-rhel-server-1y 125 k
 xorg-x11-font-utils
                   i386   1:7.1-3               rhui-ap-se-rhel-server-1y  76 k
 xorg-x11-xfs      i386   1:1.0.2-5.el5_6.1     rhui-ap-se-rhel-server-1y  69 k
 xulrunner         i386   1.9.2.22-1.el5_7      rhui-ap-se-rhel-server-1y  12 M
 yum               noarch 3.2.22-37.el5         rhui-ap-se-rhel-server-1y 1.0 M
 yum-fastestmirror noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  19 k
 yum-rhn-plugin    noarch 0.5.4-22.el5_7.2      rhui-ap-se-rhel-server-1y  63 k
 yum-security      noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  25 k
 yum-updateonboot  noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  13 k
 yum-utils         noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  71 k
 zlib              i386   1.2.3-4.el5           rhui-ap-se-rhel-server-1y  51 k
Installing for dependencies:
 iscsi-initiator-utils
                   i386   6.2.0.872-10.el5      rhui-ap-se-rhel-server-1y 974 k

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

Total download size: 225 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.7 MB/s | 225 MB     02:15     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/353 

  Updating       : tzdata                                                 2/353 

  Updating       : glibc-common                                           3/353 

  Updating       : kernel-headers                                         4/353 

  Updating       : busybox                                                5/353 

  Updating       : nash                                                   6/353 

  Updating       : redhat-release-notes                                   7/353 

  Updating       : man-pages-ja                                           8/353 

  Updating       : man-pages                                              9/353 

  Updating       : glibc                                                 10/353 

  Updating       : bash                                                  11/353 

  Updating       : libselinux                                            12/353 

  Updating       : zlib                                                  13/353 

  Updating       : coreutils                                             14/353 

  Updating       : device-mapper                                         15/353 

  Updating       : e2fsprogs-libs                                        16/353 

  Updating       : krb5-libs                                             17/353 

  Updating       : openssl                                               18/353 

  Updating       : openldap                                              19/353 

  Updating       : audit-libs                                            20/353 

  Updating       : shadow-utils                                          21/353 

  Updating       : sed                                                   22/353 

  Updating       : nspr                                                  23/353 

  Updating       : nss                                                   24/353 

  Updating       : pango                                                 25/353 

  Updating       : udev                                                  26/353 

  Updating       : util-linux                                            27/353 

  Updating       : postgresql-libs                                       28/353 

  Updating       : libXfont                                              29/353 

  Updating       : libxml2                                               30/353 

  Updating       : procps                                                31/353 

  Updating       : psmisc                                                32/353 

  Updating       : kpartx                                                33/353 

  Updating       : libpng                                                34/353 

  Updating       : libtiff                                               35/353 

  Updating       : cups-libs                                             36/353 

  Updating       : libsysfs                                              37/353 

  Updating       : pcre                                                  38/353 

  Updating       : gdbm                                                  39/353 

  Updating       : perl                                                  40/353 

  Updating       : libxml2-python                                        41/353 

  Updating       : m2crypto                                              42/353 

  Updating       : e2fsprogs                                             43/353 

  Updating       : logrotate                                             44/353 

  Updating       : SysVinit                                              45/353 

  Updating       : less                                                  46/353 

  Updating       : gzip                                                  47/353 

  Updating       : mysql                                                 48/353 

  Updating       : ruby-libs                                             49/353 

  Updating       : ruby                                                  50/353 

  Updating       : poppler                                               51/353 

  Updating       : libuser                                               52/353 

  Updating       : net-snmp-libs                                         53/353 

  Updating       : bind-libs                                             54/353 

  Updating       : apr                                                   55/353 

  Updating       : cryptsetup-luks                                       56/353 

  Updating       : libvolume_id                                          57/353 

  Updating       : passwd                                                58/353 

  Updating       : poppler-utils                                         59/353 

  Updating       : man                                                   60/353 

  Updating       : rsyslog                                               61/353 

  Updating       : xorg-x11-font-utils                                   62/353 

  Updating       : device-mapper-multipath                               63/353 

  Updating       : paps                                                  64/353 

  Updating       : tmpwatch                                              65/353 

  Updating       : nscd                                                  66/353 

  Updating       : pyOpenSSL                                             67/353 

  Updating       : device-mapper-event                                   68/353 

  Updating       : lvm2                                                  69/353 

  Updating       : vim-minimal                                           70/353 

  Updating       : libselinux-utils                                      71/353 

  Updating       : patch                                                 72/353 

  Updating       : pciutils                                              73/353 

  Updating       : dmidecode                                             74/353 

  Updating       : system-config-securitylevel-tui                       75/353 

  Updating       : nss_ldap                                              76/353 

  Updating       : ghostscript                                           77/353 

  Updating       : libgcj                                                78/353 

  Updating       : authconfig                                            79/353 

  Updating       : libsmbclient                                          80/353 

  Updating       : samba-common                                          81/353 

  Updating       : curl                                                  82/353 

  Installing     : iscsi-initiator-utils                                 83/353 

  Updating       : pam_krb5                                              84/353 

  Updating       : parted                                                85/353 

  Updating       : libgomp                                               86/353 

  Updating       : vim-common                                            87/353 

  Updating       : libicu                                                88/353 

  Updating       : vim-enhanced                                          89/353 

  Updating       : samba-client                                          90/353 

  Updating       : sudo                                                  91/353 

  Updating       : bind-utils                                            92/353 

  Updating       : net-snmp                                              93/353 

  Updating       : openswan                                              94/353 

  Updating       : sysfsutils                                            95/353 

  Updating       : autofs                                                96/353 

  Updating       : vnc-server                                            97/353 

  Updating       : postgresql-python                                     98/353 

  Updating       : krb5-workstation                                      99/353 

  Updating       : nfs-utils                                            100/353 

  Updating       : nss-tools                                            101/353 

  Updating       : kexec-tools                                          102/353 

  Updating       : screen                                               103/353 

  Updating       : audit-libs-python                                    104/353 

  Updating       : audit                                                105/353 

  Updating       : openldap-clients                                     106/353 

  Updating       : ksh                                                  107/353 

  Updating       : crash                                                108/353 

  Updating       : libselinux-python                                    109/353 

  Updating       : jwhois                                               110/353 

  Updating       : cpuspeed                                             111/353 

  Updating       : traceroute                                           112/353 

  Updating       : python-numeric                                       113/353 

  Updating       : finger                                               114/353 

  Updating       : libhugetlbfs                                         115/353 

  Updating       : rsync                                                116/353 

  Updating       : rhnlib                                               117/353 

  Updating       : python-urlgrabber                                    118/353 

  Updating       : yum                                                  119/353 

  Updating       : selinux-policy                                       120/353 

  Updating       : glibc-headers                                        121/353 

  Updating       : redhat-release                                       122/353 

  Updating       : ruby-irb                                             123/353 

  Updating       : ruby-rdoc                                            124/353 

  Updating       : glibc-devel                                          125/353 

  Updating       : selinux-policy-devel                                 126/353 

  Updating       : selinux-policy-targeted                              127/353/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                                     128/353 

  Updating       : yum-security                                         129/353 

  Updating       : yum-fastestmirror                                    130/353 

  Updating       : yum-utils                                            131/353 

  Updating       : authconfig-gtk                                       132/353 

  Updating       : system-config-securitylevel                          133/353 

  Updating       : system-config-lvm                                    134/353 

  Updating       : sos                                                  135/353 

  Updating       : logwatch                                             136/353 

  Updating       : w3m                                                  137/353 

  Updating       : ntp                                                  138/353 

  Installing     : kernel-xen-devel                                     139/353 

  Updating       : initscripts                                          140/353 

  Updating       : httpd                                                141/353 

  Updating       : exim                                                 142/353 

  Updating       : openssh                                              143/353 

  Updating       : openssh-server                                       144/353 

  Updating       : openssh-clients                                      145/353 

  Updating       : mod_ssl                                              146/353 

  Updating       : mod_authz_ldap                                       147/353 

  Updating       : quota                                                148/353 

  Updating       : rng-utils                                            149/353 

  Updating       : dhcpv6-client                                        150/353 

  Updating       : dhclient                                             151/353 

  Updating       : xorg-x11-xfs                                         152/353 

  Updating       : vnc                                                  153/353 

  Updating       : postgresql                                           154/353 

  Updating       : vsftpd                                               155/353 

  Updating       : redhat-lsb                                           156/353 

  Updating       : xinetd                                               157/353 

  Updating       : dbus-libs                                            158/353 

  Updating       : dbus                                                 159/353 

  Updating       : avahi                                                160/353 

  Updating       : hal                                                  161/353 

  Updating       : dmraid                                               162/353 

  Updating       : avahi-compat-libdns_sd                               163/353 

  Updating       : avahi-glib                                           164/353 

  Updating       : gnome-vfs2                                           165/353 

  Updating       : kudzu                                                166/353 

  Updating       : dmraid-events                                        167/353 

  Updating       : xulrunner                                            168/353 

  Updating       : cups                                                 169/353 

  Updating       : mkinitrd                                             170/353 

  Updating       : system-config-network-tui                            171/353 

  Updating       : system-config-network                                172/353 

  Installing     : kernel-xen                                           173/353 

  Updating       : rhn-client-tools                                     174/353 

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

  Updating       : rhn-setup                                            176/353 

  Updating       : rhn-check                                            177/353 

  Updating       : rhnsd                                                178/353 

  Cleanup        : selinux-policy                                       179/353 

  Cleanup        : hwdata                                               180/353 

  Cleanup        : less                                                 181/353 

  Cleanup        : yum-updateonboot                                     182/353 

  Cleanup        : audit-libs-python                                    183/353 

  Cleanup        : dbus-libs                                            184/353 

  Cleanup        : initscripts                                          185/353 

  Cleanup        : libicu                                               186/353 

  Cleanup        : glibc                                                187/353 

  Cleanup        : apr                                                  188/353 

  Cleanup        : nash                                                 189/353 

  Cleanup        : e2fsprogs                                            190/353 

  Cleanup        : quota                                                191/353 

  Cleanup        : rsyslog                                              192/353 

  Cleanup        : libsysfs                                             193/353 

  Cleanup        : man-pages                                            194/353 

  Cleanup        : selinux-policy-devel                                 195/353 

  Cleanup        : yum-rhn-plugin                                       196/353 

  Cleanup        : vnc-server                                           197/353 

  Cleanup        : jwhois                                               198/353 

  Cleanup        : libvolume_id                                         199/353 

  Cleanup        : kexec-tools                                          200/353 

  Cleanup        : bind-utils                                           201/353 

  Cleanup        : psmisc                                               202/353 

  Cleanup        : libselinux                                           203/353 

  Cleanup        : rng-utils                                            204/353 

  Cleanup        : net-snmp                                             205/353 

  Cleanup        : libgomp                                              206/353 

  Cleanup        : dhcpv6-client                                        207/353 

  Cleanup        : device-mapper                                        208/353 

  Cleanup        : gzip                                                 209/353 

  Cleanup        : curl                                                 210/353 

  Cleanup        : parted                                               211/353 

  Cleanup        : logrotate                                            212/353 

  Cleanup        : avahi                                                213/353 

  Cleanup        : device-mapper-multipath                              214/353 

  Cleanup        : avahi-compat-libdns_sd                               215/353 

  Cleanup        : dhclient                                             216/353 

  Cleanup        : glibc-headers                                        217/353 

  Cleanup        : vim-minimal                                          218/353 

  Cleanup        : traceroute                                           219/353 

  Cleanup        : libXfont                                             220/353 

  Cleanup        : pam_krb5                                             221/353 

  Cleanup        : openssh-server                                       222/353 

  Cleanup        : openldap                                             223/353 

  Cleanup        : libselinux-utils                                     224/353 

  Cleanup        : shadow-utils                                         225/353 

  Cleanup        : ksh                                                  226/353 

  Cleanup        : dmidecode                                            227/353 

  Cleanup        : krb5-libs                                            228/353 

  Cleanup        : poppler                                              229/353 

  Cleanup        : xinetd                                               230/353 

  Cleanup        : libselinux-python                                    231/353 

  Cleanup        : busybox                                              232/353 

  Cleanup        : m2crypto                                             233/353 

  Cleanup        : authconfig                                           234/353 

  Cleanup        : ruby-libs                                            235/353 

  Cleanup        : glibc-common                                         236/353 

  Cleanup        : openldap-clients                                     237/353 

  Cleanup        : authconfig-gtk                                       238/353 

  Cleanup        : python-numeric                                       239/353 

  Cleanup        : ntp                                                  240/353 

  Cleanup        : mysql                                                241/353 

  Cleanup        : mod_ssl                                              242/353 

  Cleanup        : libsmbclient                                         243/353 

  Cleanup        : tmpwatch                                             244/353 

  Cleanup        : man-pages-ja                                         245/353 

  Cleanup        : nspr                                                 246/353 

  Cleanup        : net-snmp-libs                                        247/353 

  Cleanup        : mkinitrd                                             248/353 

  Cleanup        : ruby-irb                                             249/353 

  Cleanup        : libxml2-python                                       250/353 

  Cleanup        : kudzu                                                251/353 

  Cleanup        : libpng                                               252/353 

  Cleanup        : vim-common                                           253/353 

  Cleanup        : python-urlgrabber                                    254/353 

  Cleanup        : exim                                                 255/353 

  Cleanup        : yum-security                                         256/353 

  Cleanup        : krb5-workstation                                     257/353 

  Cleanup        : dmraid                                               258/353 

  Cleanup        : nscd                                                 259/353 

  Cleanup        : sos                                                  260/353 

  Cleanup        : finger                                               261/353 

  Cleanup        : xorg-x11-xfs                                         262/353 

  Cleanup        : lvm2                                                 263/353 

  Cleanup        : ghostscript                                          264/353 

  Cleanup        : openssh-clients                                      265/353 

  Cleanup        : system-config-network                                266/353 

  Cleanup        : dbus                                                 267/353 

  Cleanup        : util-linux                                           268/353 

  Cleanup        : vnc                                                  269/353 

  Cleanup        : paps                                                 270/353 

  Cleanup        : postgresql-libs                                      271/353 

  Cleanup        : yum-fastestmirror                                    272/353 

  Cleanup        : cryptsetup-luks                                      273/353 

  Cleanup        : openswan                                             274/353 

  Cleanup        : cpuspeed                                             275/353 

  Cleanup        : httpd                                                276/353 

  Cleanup        : rhn-setup                                            277/353 

  Cleanup        : ruby                                                 278/353 

  Cleanup        : pango                                                279/353 

  Cleanup        : poppler-utils                                        280/353 

  Cleanup        : e2fsprogs-libs                                       281/353 

  Cleanup        : rhnlib                                               282/353 

  Cleanup        : system-config-securitylevel                          283/353 

  Cleanup        : samba-common                                         284/353 

  Cleanup        : procps                                               285/353 

  Cleanup        : SysVinit                                             286/353 

  Cleanup        : nfs-utils                                            287/353 

  Cleanup        : libtiff                                              288/353 

  Cleanup        : perl                                                 289/353 

  Cleanup        : libhugetlbfs                                         290/353 

  Cleanup        : bash                                                 291/353 

  Cleanup        : system-config-lvm                                    292/353 

  Cleanup        : ruby-rdoc                                            293/353 

  Cleanup        : kernel-headers                                       294/353 

  Cleanup        : logwatch                                             295/353 

  Cleanup        : xorg-x11-font-utils                                  296/353 

  Cleanup        : postgresql-python                                    297/353 

  Cleanup        : postgresql                                           298/353 

  Cleanup        : vsftpd                                               299/353 

  Cleanup        : vim-enhanced                                         300/353 

  Cleanup        : pcre                                                 301/353 

  Cleanup        : yum-utils                                            302/353 

  Cleanup        : gdbm                                                 303/353 

  Cleanup        : crash                                                304/353 

  Cleanup        : sysfsutils                                           305/353 

  Cleanup        : openssl                                              306/353 

  Cleanup        : bind-libs                                            307/353 

  Cleanup        : cups                                                 308/353 

  Cleanup        : nss_ldap                                             309/353 

  Cleanup        : redhat-release-notes                                 310/353 

  Cleanup        : zlib                                                 311/353 

  Cleanup        : glibc-devel                                          312/353 

  Cleanup        : autofs                                               313/353 

  Cleanup        : audit-libs                                           314/353 

  Cleanup        : rsync                                                315/353 

  Cleanup        : nss-tools                                            316/353 

  Cleanup        : pciutils                                             317/353 

  Cleanup        : redhat-lsb                                           318/353 

  Cleanup        : man                                                  319/353 

  Cleanup        : audit                                                320/353 

  Cleanup        : system-config-securitylevel-tui                      321/353 

  Cleanup        : rhn-check                                            322/353 

  Cleanup        : udev                                                 323/353 

  Cleanup        : coreutils                                            324/353 

  Cleanup        : w3m                                                  325/353 

  Cleanup        : sed                                                  326/353 

  Cleanup        : kpartx                                               327/353 

  Cleanup        : samba-client                                         328/353 

  Cleanup        : sudo                                                 329/353 

  Cleanup        : patch                                                330/353 

  Cleanup        : nss                                                  331/353 

  Cleanup        : gnome-vfs2                                           332/353 

  Cleanup        : redhat-release                                       333/353 

  Cleanup        : dmraid-events                                        334/353 

  Cleanup        : tzdata                                               335/353 

  Cleanup        : screen                                               336/353 

  Cleanup        : selinux-policy-targeted                              337/353 

  Cleanup        : avahi-glib                                           338/353 

  Cleanup        : libuser                                              339/353 

  Cleanup        : cups-libs                                            340/353 

  Cleanup        : rhnsd                                                341/353 

  Cleanup        : device-mapper-event                                  342/353 

  Cleanup        : system-config-network-tui                            343/353 

  Cleanup        : rhn-client-tools                                     344/353 

  Cleanup        : passwd                                               345/353 

  Cleanup        : yum                                                  346/353 

  Cleanup        : libxml2                                              347/353 

  Cleanup        : libgcj                                               348/353 

  Cleanup        : pyOpenSSL                                            349/353 

  Cleanup        : openssh                                              350/353 

  Cleanup        : xulrunner                                            351/353 

  Cleanup        : hal                                                  352/353 

  Cleanup        : mod_authz_ldap                                       353/353 

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

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

Updated:
  SysVinit.i386 0:2.86-17.el5                                                   
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  audit.i386 0:1.7.18-2.el5                                                     
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs-python.i386 0:1.7.18-2.el5                                         
  authconfig.i386 0:5.3.21-7.el5                                                
  authconfig-gtk.i386 0:5.3.21-7.el5                                            
  autofs.i386 1:5.0.1-0.rc2.156.el5                                             
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi-compat-libdns_sd.i386 0:0.6.16-10.el5_6                                 
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  bash.i386 0:3.2-32.el5                                                        
  bind-libs.i386 30:9.3.6-16.P1.el5                                             
  bind-utils.i386 30:9.3.6-16.P1.el5                                            
  busybox.i386 1:1.2.0-10.el5                                                   
  coreutils.i386 0:5.97-34.el5                                                  
  cpuspeed.i386 1:1.2.1-10.el5                                                  
  crash.i386 0:4.1.2-8.el5                                                      
  cryptsetup-luks.i386 0:1.0.3-8.el5                                            
  cups.i386 1:1.3.7-26.el5_6.1                                                  
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  dbus.i386 0:1.1.2-16.el5_7                                                    
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper-event.i386 0:1.02.63-4.el5                                      
  device-mapper-multipath.i386 0:0.4.7-46.el5_7.1                               
  dhclient.i386 12:3.0.5-29.el5_7.1                                             
  dhcpv6-client.i386 0:1.0.10-20.el5                                            
  dmidecode.i386 1:2.11-1.el5                                                   
  dmraid.i386 0:1.0.0.rc13-65.el5                                               
  dmraid-events.i386 0:1.0.0.rc13-65.el5                                        
  e2fsprogs.i386 0:1.39-33.el5                                                  
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  exim.i386 0:4.63-10.el5                                                       
  finger.i386 0:0.17-33                                                         
  gdbm.i386 0:1.8.0-26.2.1.el5_6.1                                              
  ghostscript.i386 0:8.70-6.el5_7.3                                             
  glibc.i686 0:2.5-65                                                           
  glibc-common.i386 0:2.5-65                                                    
  glibc-devel.i386 0:2.5-65                                                     
  glibc-headers.i386 0:2.5-65                                                   
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gzip.i386 0:1.3.5-13.el5                                                      
  hal.i386 0:0.5.8.1-62.el5                                                     
  httpd.i386 0:2.2.3-53.el5_7.1                                                 
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.i386 0:8.45.38-2.el5                                              
  jwhois.i386 0:3.2.3-12.el5                                                    
  kernel-headers.i386 0:2.6.18-274.3.1.el5                                      
  kexec-tools.i386 0:1.102pre-126.el5_6.6                                       
  kpartx.i386 0:0.4.7-46.el5_7.1                                                
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-workstation.i386 0:1.6.1-62.el5                                          
  ksh.i386 0:20100202-1.el5_6.6                                                 
  kudzu.i386 0:1.2.57.1.26-1                                                    
  less.i386 0:436-7.el5                                                         
  libXfont.i386 0:1.2.2-1.0.4.el5_7                                             
  libgcj.i386 0:4.1.2-51.el5                                                    
  libgomp.i386 0:4.4.4-13.el5                                                   
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libicu.i386 0:3.6-5.16                                                        
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux-python.i386 0:1.33.4-5.7.el5                                       
  libselinux-utils.i386 0:1.33.4-5.7.el5                                        
  libsmbclient.i386 0:3.0.33-3.29.el5_7.4                                       
  libsysfs.i386 0:2.1.0-1.el5                                                   
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libuser.i386 0:0.54.7-2.1.el5_5.2                                             
  libvolume_id.i386 0:095-14.27.el5                                             
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2-python.i386 0:2.6.26-2.1.12                                           
  logrotate.i386 0:3.7.4-12                                                     
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.i386 0:2.02.84-6.el5_7.1                                                 
  m2crypto.i386 0:0.16-8.el5                                                    
  man.i386 0:1.6d-2.el5                                                         
  man-pages.noarch 0:2.39-17.el5                                                
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.i386 0:5.1.19.6-71.el5                                               
  mod_authz_ldap.i386 0:0.26-11.el5                                             
  mod_ssl.i386 1:2.2.3-53.el5_7.1                                               
  mysql.i386 0:5.0.77-4.el5_6.6                                                 
  nash.i386 0:5.1.19.6-71.el5                                                   
  net-snmp.i386 1:5.3.2.2-14.el5_7.1                                            
  net-snmp-libs.i386 1:5.3.2.2-14.el5_7.1                                       
  nfs-utils.i386 1:1.0.9-54.el5                                                 
  nscd.i386 0:2.5-65                                                            
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss-tools.i386 0:3.12.10-4.el5_7                                              
  nss_ldap.i386 0:253-42.el5                                                    
  ntp.i386 0:4.2.2p1-15.el5                                                     
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap-clients.i386 0:2.3.43-12.el5_6.7

Comment 20 Kedar Bidarkar 2011-09-15 13:37:02 UTC
  openssh.i386 0:4.3p2-72.el5_7.5                                               
  openssh-clients.i386 0:4.3p2-72.el5_7.5                                       
  openssh-server.i386 0:4.3p2-72.el5_7.5                                        
  openssl.i686 0:0.9.8e-20.el5                                                  
  openswan.i386 0:2.6.21-5.el5_6.4                                              
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  paps.i386 0:0.6.6-20.el5                                                      
  parted.i386 0:1.8.1-28.el5                                                    
  passwd.i386 0:0.73-2                                                          
  patch.i386 0:2.5.4-31.el5                                                     
  pciutils.i386 0:3.1.7-3.el5                                                   
  pcre.i386 0:6.6-6.el5_6.1                                                     
  perl.i386 4:5.8.8-32.el5_6.3                                                  
  poppler.i386 0:0.5.4-4.4.el5_6.17                                             
  poppler-utils.i386 0:0.5.4-4.4.el5_6.17                                       
  postgresql.i386 0:8.1.23-1.el5_6.1                                            
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-python.i386 0:8.1.23-1.el5_6.1                                     
  procps.i386 0:3.2.7-17.el5                                                    
  psmisc.i386 0:22.2-7.el5_6.2                                                  
  pyOpenSSL.i386 0:0.6-2.el5                                                    
  python-numeric.i386 0:23.7-2.2.2.el5_6.1                                      
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.i386 1:3.13-5.el5                                                       
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-release.i386 0:5Server-5.7.0.3                                         
  redhat-release-notes.i386 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.i386 0:4.7.0-10.el5                                                     
  rng-utils.i386 1:2.0-4.el5                                                    
  rsync.i386 0:3.0.6-4.el5_7.1                                                  
  rsyslog.i386 0:3.22.1-3.el5_6.1                                               
  ruby.i386 0:1.8.5-19.el5_6.1                                                  
  ruby-irb.i386 0:1.8.5-19.el5_6.1                                              
  ruby-libs.i386 0:1.8.5-19.el5_6.1                                             
  ruby-rdoc.i386 0:1.8.5-19.el5_6.1                                             
  samba-client.i386 0:3.0.33-3.29.el5_7.4                                       
  samba-common.i386 0:3.0.33-3.29.el5_7.4                                       
  screen.i386 0:4.0.3-4.el5                                                     
  sed.i386 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.i386 2:4.0.17-18.el5_6.1                                         
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.i386 0:1.7.2p1-10.el5                                                    
  sysfsutils.i386 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.i386 0:1.6.29.1-6.el5                             
  system-config-securitylevel-tui.i386 0:1.6.29.1-6.el5                         
  tmpwatch.i386 0:2.9.7-1.1.el5.5                                               
  traceroute.i386 3:2.0.1-6.el5                                                 
  tzdata.i386 0:2011h-2.el5                                                     
  udev.i386 0:095-14.27.el5                                                     
  util-linux.i386 0:2.13-0.56.el5                                               
  vim-common.i386 2:7.0.109-7.el5                                               
  vim-enhanced.i386 2:7.0.109-7.el5                                             
  vim-minimal.i386 2:7.0.109-7.el5                                              
  vnc.i386 0:4.1.2-14.el5_6.6                                                   
  vnc-server.i386 0:4.1.2-14.el5_6.6                                            
  vsftpd.i386 0:2.0.5-21.el5                                                    
  w3m.i386 0:0.5.1-18.el5                                                       
  xinetd.i386 2:2.3.14-13.el5                                                   
  xorg-x11-font-utils.i386 1:7.1-3                                              
  xorg-x11-xfs.i386 1:1.0.2-5.el5_6.1                                           
  xulrunner.i386 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                                                       

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 OFF ... 
######################################################################################
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
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-15 13:44:40 UTC
IMAGE ID= ami-0684ff54_ap-southeast-1_t1.micro
###### TEST KERNEL AFTER REBOOT ####  
######################################################################################
# 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: ## 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-274.3.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.3.1
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.3.1 
EXPECTED RESULT: 2.6.18-274.3.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-274.3.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.3.1.el5xen)
        kernel /boot/vmlinuz-2.6.18-274.3.1.el5xen ro root=LABEL=/ 
        initrd /boot/initrd-2.6.18-274.3.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: ##Verify memory match hwp ... 
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 629944 > hwp MEMORY of 600000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
hostname

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

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

Comment 22 Kedar Bidarkar 2011-09-15 13:44:46 UTC
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : libgcc                                                  1/74 

  Updating       : popt                                                    2/74 

  Updating       : libstdc++                                               3/74 

  Updating       : cpp                                                     4/74 

  Updating       : gcc                                                     5/74 

  Installing     : libgfortran                                             6/74 

  Installing     : libXTrap                                                7/74 

  Installing     : elfutils-libs                                           8/74 

  Installing     : elfutils                                                9/74 

  Installing     : libXfontcache                                          10/74 

  Installing     : libXxf86misc                                           11/74 

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

  Installing     : xorg-x11-xinit                                         13/74 

  Installing     : xorg-x11-server-Xvfb                                   14/74 

  Installing     : imake                                                  15/74 

  Installing     : libXevie                                               16/74 

  Installing     : at-spi                                                 17/74 

  Installing     : gcc-gfortran                                           18/74 

  Installing     : swig                                                   19/74 

  Installing     : doxygen                                                20/74 

  Installing     : oprofile                                               21/74 

  Installing     : texinfo                                                22/74 

  Installing     : splint                                                 23/74 

  Installing     : cvs                                                    24/74 

  Installing     : cscope                                                 25/74 

  Installing     : ltrace                                                 26/74 

  Installing     : strace                                                 27/74 

  Installing     : flex                                                   28/74 

  Installing     : indent                                                 29/74 

  Installing     : valgrind                                               30/74 

  Installing     : dev86                                                  31/74 

  Installing     : bison                                                  32/74 

  Installing     : diffstat                                               33/74 

  Installing     : byacc                                                  34/74 

  Installing     : patchutils                                             35/74 

  Installing     : rcs                                                    36/74 

  Installing     : ctags                                                  37/74 

  Installing     : autoconf                                               38/74 

  Installing     : automake                                               39/74 

  Installing     : libstdc++-devel                                        40/74 

  Installing     : systemtap-runtime                                      41/74 

  Installing     : libtool                                                42/74 

  Installing     : automake17                                             43/74 

  Installing     : automake14                                             44/74 

  Installing     : automake15                                             45/74 

  Installing     : redhat-rpm-config                                      46/74 

  Installing     : automake16                                             47/74 

  Installing     : gcc-c++                                                48/74 

  Updating       : python                                                 49/74 

  Updating       : rpm-libs                                               50/74 

  Installing     : python-libs                                            51/74 

  Updating       : rpm                                                    52/74 

  Updating       : rpm-python                                             53/74 

  Installing     : gdb                                                    54/74 

  Installing     : pyspi                                                  55/74 

  Installing     : gnome-python2-gconf                                    56/74 

  Updating       : subversion                                             57/74 

  Installing     : rpm-build                                              58/74 

  Updating       : gettext                                                59/74 

  Installing     : python-ldap                                            60/74 

  Installing     : dogtail                                                61/74 

  Installing     : pstack                                                 62/74 

  Installing     : systemtap                                              63/74 

  Cleanup        : libgcc                                                 64/74 

  Cleanup        : gettext                                                65/74 

  Cleanup        : cpp                                                    66/74 

  Cleanup        : libstdc++                                              67/74 

  Cleanup        : rpm                                                    68/74 

  Cleanup        : rpm-python                                             69/74 

  Cleanup        : popt                                                   70/74 

  Cleanup        : subversion                                             71/74 

  Cleanup        : python                                                 72/74 

  Cleanup        : rpm-libs                                               73/74 

  Cleanup        : gcc                                                    74/74 

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.i386 0:2.3-2.1                       byacc.i386 0:1.9-29.2.2            
  cscope.i386 0:15.5-15.1.el5_3.1            ctags.i386 0:5.6-1.1               
  cvs.i386 0:1.11.22-7.el5                   dev86.i386 0:0.16.17-2.2           
  diffstat.i386 0:1.41-1.2.3.el5             dogtail.noarch 0:0.6.1-4.el5       
  doxygen.i386 1:1.4.7-1.1                   elfutils.i386 0:0.137-3.el5        
  flex.i386 0:2.5.4a-41.fc6                  gcc-c++.i386 0:4.1.2-51.el5        
  gcc-gfortran.i386 0:4.1.2-51.el5           gdb.i386 0:7.0.1-37.el5_7.1        
  indent.i386 0:2.2.9-14.fc6                 libtool.i386 0:1.5.22-7.el5_4      
  ltrace.i386 0:0.5-13.45svn.el5             oprofile.i386 0:0.9.4-15.el5       
  patchutils.i386 0:0.2.31-2.2.2             pstack.i386 0:1.2-7.2.2            
  python-ldap.i386 0:2.2.0-2.1               rcs.i386 0:5.7-30.1                
  redhat-rpm-config.noarch 0:8.0.45-32.el5   rpm-build.i386 0:4.4.2.3-22.el5    
  splint.i386 0:3.1.1-16.el5                 strace.i386 0:4.5.18-5.el5_5.5     
  swig.i386 0:1.3.29-2.el5                   systemtap.i386 0:1.3-9.el5         
  texinfo.i386 0:4.8-14.el5                  valgrind.i386 1:3.5.0-5.el5        

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

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

Dependency Updated:
  cpp.i386 0:4.1.2-51.el5                 libgcc.i386 0:4.1.2-51.el5           
  libstdc++.i386 0:4.1.2-51.el5           popt.i386 0:1.10.2.3-22.el5          
  rpm.i386 0:4.4.2.3-22.el5               rpm-libs.i386 0:4.4.2.3-22.el5       
  rpm-python.i386 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.i386 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 audit.i386 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-python.i386 0:1.7.18-2.el5 set to be updated
---> Package authconfig.i386 0:5.3.21-7.el5 set to be updated
---> Package authconfig-gtk.i386 0:5.3.21-7.el5 set to be updated
---> Package autofs.i386 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-compat-libdns_sd.i386 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 bash.i386 0:3.2-32.el5 set to be updated
---> Package bind-libs.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package bind-utils.i386 30:9.3.6-16.P1.el5 set to be updated
---> Package busybox.i386 1:1.2.0-10.el5 set to be updated
---> Package coreutils.i386 0:5.97-34.el5 set to be updated
---> Package cpuspeed.i386 1:1.2.1-10.el5 set to be updated
---> Package crash.i386 0:4.1.2-8.el5 set to be updated
---> Package cryptsetup-luks.i386 0:1.0.3-8.el5 set to be updated
---> Package cups.i386 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 curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.i386 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 device-mapper.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-event.i386 0:1.02.63-4.el5 set to be updated
---> Package device-mapper-multipath.i386 0:0.4.7-46.el5_7.1 set to be updated
---> Package dhclient.i386 12:3.0.5-29.el5_7.1 set to be updated
---> Package dhcpv6-client.i386 0:1.0.10-20.el5 set to be updated
---> Package dmidecode.i386 1:2.11-1.el5 set to be updated
---> Package dmraid.i386 0:1.0.0.rc13-65.el5 set to be updated
---> Package dmraid-events.i386 0:1.0.0.rc13-65.el5 set to be updated
---> Package e2fsprogs.i386 0:1.39-33.el5 set to be updated
---> Package e2fsprogs-libs.i386 0:1.39-33.el5 set to be updated
---> Package exim.i386 0:4.63-10.el5 set to be updated
---> Package finger.i386 0:0.17-33 set to be updated
---> Package gdbm.i386 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package ghostscript.i386 0:8.70-6.el5_7.3 set to be updated
---> Package glibc.i686 0:2.5-65 set to be updated
---> Package glibc-common.i386 0:2.5-65 set to be updated
---> Package glibc-devel.i386 0:2.5-65 set to be updated
---> Package glibc-headers.i386 0:2.5-65 set to be updated
---> Package gnome-vfs2.i386 0:2.16.2-8.el5 set to be updated
---> Package gzip.i386 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 httpd.i386 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.i386 0:8.45.38-2.el5 set to be updated
---> Package jwhois.i386 0:3.2.3-12.el5 set to be updated
---> Package kernel-headers.i386 0:2.6.18-274.3.1.el5 set to be updated
---> Package kernel-xen.i686 0:2.6.18-274.3.1.el5 set to be installed
---> Package kernel-xen-devel.i686 0:2.6.18-274.3.1.el5 set to be installed
---> Package kexec-tools.i386 0:1.102pre-126.el5_6.6 set to be updated
---> Package kpartx.i386 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-workstation.i386 0:1.6.1-62.el5 set to be updated
---> Package ksh.i386 0:20100202-1.el5_6.6 set to be updated
---> Package kudzu.i386 0:1.2.57.1.26-1 set to be updated
---> Package less.i386 0:436-7.el5 set to be updated
---> Package libXfont.i386 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libgcj.i386 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libhugetlbfs.i386 0:1.3-8.2.el5 set to be updated
---> Package libicu.i386 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 libselinux.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-python.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libselinux-utils.i386 0:1.33.4-5.7.el5 set to be updated
---> Package libsmbclient.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libsysfs.i386 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 libuser.i386 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 libxml2.i386 0:2.6.26-2.1.12 set to be updated
---> Package libxml2-python.i386 0:2.6.26-2.1.12 set to be updated
---> Package logrotate.i386 0:3.7.4-12 set to be updated
---> Package logwatch.noarch 0:7.3-9.el5_6 set to be updated
---> Package lvm2.i386 0:2.02.84-6.el5_7.1 set to be updated
---> Package m2crypto.i386 0:0.16-8.el5 set to be updated
---> Package man.i386 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.i386 0:5.1.19.6-71.el5 set to be updated
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package mod_authz_ldap.i386 0:0.26-11.el5 set to be updated
---> Package mod_ssl.i386 1:2.2.3-53.el5_7.1 set to be updated
---> Package mysql.i386 0:5.0.77-4.el5_6.6 set to be updated
---> Package nash.i386 0:5.1.19.6-71.el5 set to be updated
---> Package net-snmp.i386 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.i386 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nfs-utils.i386 1:1.0.9-54.el5 set to be updated
---> Package nscd.i386 0:2.5-65 set to be updated
---> Package nspr.i386 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-tools.i386 0:3.12.10-4.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5 set to be updated
---> Package ntp.i386 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-clients.i386 0:2.3.43-12.el5_6.7 set to be updated
---> Package openssh.i386 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.i386 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.i386 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 openswan.i386 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 pango.i386 0:1.14.9-8.el5_6.2 set to be updated
---> Package paps.i386 0:0.6.6-20.el5 set to be updated
---> Package parted.i386 0:1.8.1-28.el5 set to be updated
---> Package passwd.i386 0:0.73-2 set to be updated
---> Package patch.i386 0:2.5.4-31.el5 set to be updated
---> Package pciutils.i386 0:3.1.7-3.el5 set to be updated
---> Package pcre.i386 0:6.6-6.el5_6.1 set to be updated
---> Package perl.i386 4:5.8.8-32.el5_6.3 set to be updated
---> Package poppler.i386 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package poppler-utils.i386 0:0.5.4-4.4.el5_6.17 set to be updated
---> Package postgresql.i386 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-python.i386 0:8.1.23-1.el5_6.1 set to be updated
---> Package procps.i386 0:3.2.7-17.el5 set to be updated
---> Package psmisc.i386 0:22.2-7.el5_6.2 set to be updated
---> Package pyOpenSSL.i386 0:0.6-2.el5 set to be updated
---> Package python-numeric.i386 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.i386 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-release.i386 0:5Server-5.7.0.3 set to be updated
---> Package redhat-release-notes.i386 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.i386 0:4.7.0-10.el5 set to be updated
---> Package rng-utils.i386 1:2.0-4.el5 set to be updated
---> Package rsync.i386 0:3.0.6-4.el5_7.1 set to be updated
---> Package rsyslog.i386 0:3.22.1-3.el5_6.1 set to be updated
---> Package ruby.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-irb.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-libs.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package ruby-rdoc.i386 0:1.8.5-19.el5_6.1 set to be updated
---> Package samba-client.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.i386 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package screen.i386 0:4.0.3-4.el5 set to be updated
---> Package sed.i386 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.i386 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.i386 0:1.7.2p1-10.el5 set to be updated
---> Package sysfsutils.i386 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.i386 0:1.6.29.1-6.el5 set to be updated
---> Package system-config-securitylevel-tui.i386 0:1.6.29.1-6.el5 set to be updated
---> Package tmpwatch.i386 0:2.9.7-1.1.el5.5 set to be updated
---> Package traceroute.i386 3:2.0.1-6.el5 set to be updated
---> Package tzdata.i386 0:2011h-2.el5 set to be updated
---> Package udev.i386 0:095-14.27.el5 set to be updated
---> Package util-linux.i386 0:2.13-0.56.el5 set to be updated
---> Package vim-common.i386 2:7.0.109-7.el5 set to be updated
---> Package vim-enhanced.i386 2:7.0.109-7.el5 set to be updated
---> Package vim-minimal.i386 2:7.0.109-7.el5 set to be updated
---> Package vnc.i386 0:4.1.2-14.el5_6.6 set to be updated
---> Package vnc-server.i386 0:4.1.2-14.el5_6.6 set to be updated
---> Package vsftpd.i386 0:2.0.5-21.el5 set to be updated
---> Package w3m.i386 0:0.5.1-18.el5 set to be updated
---> Package xinetd.i386 2:2.3.14-13.el5 set to be updated
---> Package xorg-x11-font-utils.i386 1:7.1-3 set to be updated
---> Package xorg-x11-xfs.i386 1:1.0.2-5.el5_6.1 set to be updated
---> Package xulrunner.i386 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
--> Running transaction check
---> Package iscsi-initiator-utils.i386 0:6.2.0.872-10.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package           Arch   Version               Repository                 Size
================================================================================
Installing:
 kernel-xen        i686   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y  20 M
 kernel-xen-devel  i686   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y 5.6 M
Updating:
 SysVinit          i386   2.86-17.el5           rhui-ap-se-rhel-server-1y 113 k
 apr               i386   1.2.7-11.el5_6.5      rhui-ap-se-rhel-server-1y 124 k
 audit             i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y 363 k
 audit-libs        i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y  78 k
 audit-libs-python i386   1.7.18-2.el5          rhui-ap-se-rhel-server-1y  79 k
 authconfig        i386   5.3.21-7.el5          rhui-ap-se-rhel-server-1y 456 k
 authconfig-gtk    i386   5.3.21-7.el5          rhui-ap-se-rhel-server-1y  47 k
 autofs            i386   1:5.0.1-0.rc2.156.el5 rhui-ap-se-rhel-server-1y 918 k
 avahi             i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y 251 k
 avahi-compat-libdns_sd
                   i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y  23 k
 avahi-glib        i386   0.6.16-10.el5_6       rhui-ap-se-rhel-server-1y  15 k
 bash              i386   3.2-32.el5            rhui-ap-se-rhel-server-1y 1.8 M
 bind-libs         i386   30:9.3.6-16.P1.el5    rhui-ap-se-rhel-server-1y 862 k
 bind-utils        i386   30:9.3.6-16.P1.el5    rhui-ap-se-rhel-server-1y 173 k
 busybox           i386   1:1.2.0-10.el5        rhui-ap-se-rhel-server-1y 1.1 M
 coreutils         i386   5.97-34.el5           rhui-ap-se-rhel-server-1y 3.6 M
 cpuspeed          i386   1:1.2.1-10.el5        rhui-ap-se-rhel-server-1y  32 k
 crash             i386   4.1.2-8.el5           rhui-ap-se-rhel-server-1y 1.6 M
 cryptsetup-luks   i386   1.0.3-8.el5           rhui-ap-se-rhel-server-1y 716 k
 cups              i386   1:1.3.7-26.el5_6.1    rhui-ap-se-rhel-server-1y 3.1 M
 cups-libs         i386   1:1.3.7-26.el5_6.1    rhui-ap-se-rhel-server-1y 199 k
 curl              i386   7.15.5-9.el5_7.4      rhui-ap-se-rhel-server-1y 234 k
 dbus              i386   1.1.2-16.el5_7        rhui-ap-se-rhel-server-1y 235 k
 dbus-libs         i386   1.1.2-16.el5_7        rhui-ap-se-rhel-server-1y 124 k
 device-mapper     i386   1.02.63-4.el5         rhui-ap-se-rhel-server-1y 776 k
 device-mapper-event
                   i386   1.02.63-4.el5         rhui-ap-se-rhel-server-1y  22 k
 device-mapper-multipath
                   i386   0.4.7-46.el5_7.1      rhui-ap-se-rhel-server-1y 2.8 M
 dhclient          i386   12:3.0.5-29.el5_7.1   rhui-ap-se-rhel-server-1y 281 k
 dhcpv6-client     i386   1.0.10-20.el5         rhui-ap-se-rhel-server-1y 124 k
 dmidecode         i386   1:2.11-1.el5          rhui-ap-se-rhel-server-1y  78 k
 dmraid            i386   1.0.0.rc13-65.el5     rhui-ap-se-rhel-server-1y 738 k
 dmraid-events     i386   1.0.0.rc13-65.el5     rhui-ap-se-rhel-server-1y  24 k
 e2fsprogs         i386   1.39-33.el5           rhui-ap-se-rhel-server-1y 827 k
 e2fsprogs-libs    i386   1.39-33.el5           rhui-ap-se-rhel-server-1y 120 k
 exim              i386   4.63-10.el5           rhui-ap-se-rhel-server-1y 1.2 M
 finger            i386   0.17-33               rhui-ap-se-rhel-server-1y  21 k
 gdbm              i386   1.8.0-26.2.1.el5_6.1  rhui-ap-se-rhel-server-1y  28 k
 ghostscript       i386   8.70-6.el5_7.3        rhui-ap-se-rhel-server-1y 9.0 M
 glibc             i686   2.5-65                rhui-ap-se-rhel-server-1y 5.3 M
 glibc-common      i386   2.5-65                rhui-ap-se-rhel-server-1y  16 M
 glibc-devel       i386   2.5-65                rhui-ap-se-rhel-server-1y 2.0 M
 glibc-headers     i386   2.5-65                rhui-ap-se-rhel-server-1y 604 k
 gnome-vfs2        i386   2.16.2-8.el5          rhui-ap-se-rhel-server-1y 1.2 M
 gzip              i386   1.3.5-13.el5          rhui-ap-se-rhel-server-1y 102 k
 hal               i386   0.5.8.1-62.el5        rhui-ap-se-rhel-server-1y 391 k
 httpd             i386   2.2.3-53.el5_7.1      rhui-ap-se-rhel-server-1y 1.2 M
 hwdata            noarch 0.213.24-1.el5        rhui-ap-se-rhel-server-1y 414 k
 initscripts       i386   8.45.38-2.el5         rhui-ap-se-rhel-server-1y 1.6 M
 jwhois            i386   3.2.3-12.el5          rhui-ap-se-rhel-server-1y  97 k
 kernel-headers    i386   2.6.18-274.3.1.el5    rhui-ap-se-rhel-server-1y 1.2 M
 kexec-tools       i386   1.102pre-126.el5_6.6  rhui-ap-se-rhel-server-1y 560 k
 kpartx            i386   0.4.7-46.el5_7.1      rhui-ap-se-rhel-server-1y 425 k
 krb5-libs         i386   1.6.1-62.el5          rhui-ap-se-rhel-server-1y 668 k
 krb5-workstation  i386   1.6.1-62.el5          rhui-ap-se-rhel-server-1y 887 k
 ksh               i386   20100202-1.el5_6.6    rhui-ap-se-rhel-server-1y 1.2 M
 kudzu             i386   1.2.57.1.26-1         rhui-ap-se-rhel-server-1y 236 k
 less              i386   436-7.el5             rhui-ap-se-rhel-server-1y 106 k
 libXfont          i386   1.2.2-1.0.4.el5_7     rhui-ap-se-rhel-server-1y 240 k
 libgcj            i386   4.1.2-51.el5          rhui-ap-se-rhel-server-1y  16 M
 libgomp           i386   4.4.4-13.el5          rhui-ap-se-rhel-server-1y  72 k
 libhugetlbfs      i386   1.3-8.2.el5           rhui-ap-se-rhel-server-1y  40 k
 libicu            i386   3.6-5.16              rhui-ap-se-rhel-server-1y 5.3 M
 libpng            i386   2:1.2.10-7.1.el5_7.5  rhui-ap-se-rhel-server-1y 241 k
 libselinux        i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  77 k
 libselinux-python i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  73 k
 libselinux-utils  i386   1.33.4-5.7.el5        rhui-ap-se-rhel-server-1y  55 k
 libsmbclient      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 908 k
 libsysfs          i386   2.1.0-1.el5           rhui-ap-se-rhel-server-1y  47 k
 libtiff           i386   3.8.2-7.el5_6.7       rhui-ap-se-rhel-server-1y 308 k
 libuser           i386   0.54.7-2.1.el5_5.2    rhui-ap-se-rhel-server-1y 438 k
 libvolume_id      i386   095-14.27.el5         rhui-ap-se-rhel-server-1y  44 k
 libxml2           i386   2.6.26-2.1.12         rhui-ap-se-rhel-server-1y 795 k
 libxml2-python    i386   2.6.26-2.1.12         rhui-ap-se-rhel-server-1y 702 k
 logrotate         i386   3.7.4-12              rhui-ap-se-rhel-server-1y  42 k
 logwatch          noarch 7.3-9.el5_6           rhui-ap-se-rhel-server-1y 244 k
 lvm2              i386   2.02.84-6.el5_7.1     rhui-ap-se-rhel-server-1y 2.9 M
 m2crypto          i386   0.16-8.el5            rhui-ap-se-rhel-server-1y 494 k
 man               i386   1.6d-2.el5            rhui-ap-se-rhel-server-1y 262 k
 man-pages         noarch 2.39-17.el5           rhui-ap-se-rhel-server-1y 4.2 M
 man-pages-ja      noarch 20060815-14.el5       rhui-ap-se-rhel-server-1y 4.9 M
 mkinitrd          i386   5.1.19.6-71.el5       rhui-ap-se-rhel-server-1y 474 k
 mod_authz_ldap    i386   0.26-11.el5           rhui-ap-se-rhel-server-1y  85 k
 mod_ssl           i386   1:2.2.3-53.el5_7.1    rhui-ap-se-rhel-server-1y  93 k
 mysql             i386   5.0.77-4.el5_6.6      rhui-ap-se-rhel-server-1y 4.8 M
 nash              i386   5.1.19.6-71.el5       rhui-ap-se-rhel-server-1y 1.1 M
 net-snmp          i386   1:5.3.2.2-14.el5_7.1  rhui-ap-se-rhel-server-1y 702 k
 net-snmp-libs     i386   1:5.3.2.2-14.el5_7.1  rhui-ap-se-rhel-server-1y 1.3 M
 nfs-utils         i386   1:1.0.9-54.el5        rhui-ap-se-rhel-server-1y 397 k
 nscd              i386   2.5-65                rhui-ap-se-rhel-server-1y 169 k
 nspr              i386   4.8.8-1.el5_7         rhui-ap-se-rhel-server-1y 120 k
 nss               i386   3.12.10-4.el5_7       rhui-ap-se-rhel-server-1y 1.1 M
 nss-tools         i386   3.12.10-4.el5_7       rhui-ap-se-rhel-server-1y 1.2 M
 nss_ldap          i386   253-42.el5            rhui-ap-se-rhel-server-1y 1.4 M
 ntp               i386   4.2.2p1-15.el5        rhui-ap-se-rhel-server-1y 1.3 M
 openldap          i386   2.3.43-12.el5_6.7     rhui-ap-se-rhel-server-1y 296 k
 openldap-clients  i386   2.3.43-12.el5_6.7     rhui-ap-se-rhel-server-1y 217 k
 openssh           i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 289 k
 openssh-clients   i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 452 k
 openssh-server    i386   4.3p2-72.el5_7.5      rhui-ap-se-rhel-server-1y 273 k
 openssl           i686   0.9.8e-20.el5         rhui-ap-se-rhel-server-1y 1.4 M
 openswan          i386   2.6.21-5.el5_6.4      rhui-ap-se-rhel-server-1y 1.0 M
 pam_krb5          i386   2.2.14-21.el5         rhui-ap-se-rhel-server-1y 150 k
 pango             i386   1.14.9-8.el5_6.2      rhui-ap-se-rhel-server-1y 334 k
 paps              i386   0.6.6-20.el5          rhui-ap-se-rhel-server-1y  33 k
 parted            i386   1.8.1-28.el5          rhui-ap-se-rhel-server-1y 541 k
 passwd            i386   0.73-2                rhui-ap-se-rhel-server-1y  20 k
 patch             i386   2.5.4-31.el5          rhui-ap-se-rhel-server-1y  65 k
 pciutils          i386   3.1.7-3.el5           rhui-ap-se-rhel-server-1y 114 k
 pcre              i386   6.6-6.el5_6.1         rhui-ap-se-rhel-server-1y 117 k
 perl              i386   4:5.8.8-32.el5_6.3    rhui-ap-se-rhel-server-1y  12 M
 poppler           i386   0.5.4-4.4.el5_6.17    rhui-ap-se-rhel-server-1y 3.0 M
 poppler-utils     i386   0.5.4-4.4.el5_6.17    rhui-ap-se-rhel-server-1y  73 k
 postgresql        i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y 2.9 M
 postgresql-libs   i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y 196 k
 postgresql-python i386   8.1.23-1.el5_6.1      rhui-ap-se-rhel-server-1y  55 k
 procps            i386   3.2.7-17.el5          rhui-ap-se-rhel-server-1y 212 k
 psmisc            i386   22.2-7.el5_6.2        rhui-ap-se-rhel-server-1y  61 k
 pyOpenSSL         i386   0.6-2.el5             rhui-ap-se-rhel-server-1y 128 k
 python-numeric    i386   23.7-2.2.2.el5_6.1    rhui-ap-se-rhel-server-1y 748 k
 python-urlgrabber noarch 3.1.0-6.el5           rhui-ap-se-rhel-server-1y 132 k
 quota             i386   1:3.13-5.el5          rhui-ap-se-rhel-server-1y 359 k
 redhat-lsb        i386   4.0-2.1.4.el5         rhui-ap-se-rhel-server-1y  25 k
 redhat-release    i386   5Server-5.7.0.3       rhui-ap-se-rhel-server-1y  62 k
 redhat-release-notes
                   i386   5Server-41            rhui-ap-se-rhel-server-1y 370 k
 rhn-check         noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y  42 k
 rhn-client-tools  noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y 924 k
 rhn-setup         noarch 0.4.20-56.el5         rhui-ap-se-rhel-server-1y 114 k
 rhnlib            noarch 2.5.22-6.el5          rhui-ap-se-rhel-server-1y  70 k
 rhnsd             i386   4.7.0-10.el5          rhui-ap-se-rhel-server-1y  34 k
 rng-utils         i386   1:2.0-4.el5           rhui-ap-se-rhel-server-1y  16 k
 rsync             i386   3.0.6-4.el5_7.1       rhui-ap-se-rhel-server-1y 338 k
 rsyslog           i386   3.22.1-3.el5_6.1      rhui-ap-se-rhel-server-1y 380 k
 ruby              i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 276 k
 ruby-irb          i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y  69 k
 ruby-libs         i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 1.6 M
 ruby-rdoc         i386   1.8.5-19.el5_6.1      rhui-ap-se-rhel-server-1y 135 k
 samba-client      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 5.7 M
 samba-common      i386   3.0.33-3.29.el5_7.4   rhui-ap-se-rhel-server-1y 6.7 M
 screen            i386   4.0.3-4.el5           rhui-ap-se-rhel-server-1y 559 k
 sed               i386   4.1.5-8.el5           rhui-ap-se-rhel-server-1y 176 k
 selinux-policy    noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 420 k
 selinux-policy-devel
                   noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 446 k
 selinux-policy-targeted
                   noarch 2.4.6-316.el5         rhui-ap-se-rhel-server-1y 1.3 M
 shadow-utils      i386   2:4.0.17-18.el5_6.1   rhui-ap-se-rhel-server-1y 1.0 M
 sos               noarch 1.7-9.54.el5          rhui-ap-se-rhel-server-1y 151 k
 sudo              i386   1.7.2p1-10.el5        rhui-ap-se-rhel-server-1y 348 k
 sysfsutils        i386   2.1.0-1.el5           rhui-ap-se-rhel-server-1y  39 k
 system-config-lvm noarch 1.1.5-9.el5           rhui-ap-se-rhel-server-1y 690 k
 system-config-network
                   noarch 1.3.99.19-2.el5       rhui-ap-se-rhel-server-1y 424 k
 system-config-network-tui
                   noarch 1.3.99.19-2.el5       rhui-ap-se-rhel-server-1y 1.8 M
 system-config-securitylevel
                   i386   1.6.29.1-6.el5        rhui-ap-se-rhel-server-1y 280 k
 system-config-securitylevel-tui
                   i386   1.6.29.1-6.el5        rhui-ap-se-rhel-server-1y 254 k
 tmpwatch          i386   2.9.7-1.1.el5.5       rhui-ap-se-rhel-server-1y  19 k
 traceroute        i386   3:2.0.1-6.el5         rhui-ap-se-rhel-server-1y  40 k
 tzdata            i386   2011h-2.el5           rhui-ap-se-rhel-server-1y 781 k
 udev              i386   095-14.27.el5         rhui-ap-se-rhel-server-1y 2.4 M

Comment 23 Kedar Bidarkar 2011-09-15 13:44:51 UTC
 util-linux        i386   2.13-0.56.el5         rhui-ap-se-rhel-server-1y 1.8 M
 vim-common        i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 6.4 M
 vim-enhanced      i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 1.2 M
 vim-minimal       i386   2:7.0.109-7.el5       rhui-ap-se-rhel-server-1y 310 k
 vnc               i386   4.1.2-14.el5_6.6      rhui-ap-se-rhel-server-1y 160 k
 vnc-server        i386   4.1.2-14.el5_6.6      rhui-ap-se-rhel-server-1y 2.0 M
 vsftpd            i386   2.0.5-21.el5          rhui-ap-se-rhel-server-1y 142 k
 w3m               i386   0.5.1-18.el5          rhui-ap-se-rhel-server-1y 1.1 M
 xinetd            i386   2:2.3.14-13.el5       rhui-ap-se-rhel-server-1y 125 k
 xorg-x11-font-utils
                   i386   1:7.1-3               rhui-ap-se-rhel-server-1y  76 k
 xorg-x11-xfs      i386   1:1.0.2-5.el5_6.1     rhui-ap-se-rhel-server-1y  69 k
 xulrunner         i386   1.9.2.22-1.el5_7      rhui-ap-se-rhel-server-1y  12 M
 yum               noarch 3.2.22-37.el5         rhui-ap-se-rhel-server-1y 1.0 M
 yum-fastestmirror noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  19 k
 yum-rhn-plugin    noarch 0.5.4-22.el5_7.2      rhui-ap-se-rhel-server-1y  63 k
 yum-security      noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  25 k
 yum-updateonboot  noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  13 k
 yum-utils         noarch 1.1.16-16.el5         rhui-ap-se-rhel-server-1y  71 k
 zlib              i386   1.2.3-4.el5           rhui-ap-se-rhel-server-1y  51 k
Installing for dependencies:
 iscsi-initiator-utils
                   i386   6.2.0.872-10.el5      rhui-ap-se-rhel-server-1y 974 k

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

Total download size: 225 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.7 MB/s | 225 MB     02:15     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/353 

  Updating       : tzdata                                                 2/353 

  Updating       : glibc-common                                           3/353 

  Updating       : kernel-headers                                         4/353 

  Updating       : busybox                                                5/353 

  Updating       : nash                                                   6/353 

  Updating       : redhat-release-notes                                   7/353 

  Updating       : man-pages-ja                                           8/353 

  Updating       : man-pages                                              9/353 

  Updating       : glibc                                                 10/353 

  Updating       : bash                                                  11/353 

  Updating       : libselinux                                            12/353 

  Updating       : zlib                                                  13/353 

  Updating       : coreutils                                             14/353 

  Updating       : device-mapper                                         15/353 

  Updating       : e2fsprogs-libs                                        16/353 

  Updating       : krb5-libs                                             17/353 

  Updating       : openssl                                               18/353 

  Updating       : openldap                                              19/353 

  Updating       : audit-libs                                            20/353 

  Updating       : shadow-utils                                          21/353 

  Updating       : sed                                                   22/353 

  Updating       : nspr                                                  23/353 

  Updating       : nss                                                   24/353 

  Updating       : pango                                                 25/353 

  Updating       : udev                                                  26/353 

  Updating       : util-linux                                            27/353 

  Updating       : postgresql-libs                                       28/353 

  Updating       : libXfont                                              29/353 

  Updating       : libxml2                                               30/353 

  Updating       : procps                                                31/353 

  Updating       : psmisc                                                32/353 

  Updating       : kpartx                                                33/353 

  Updating       : libpng                                                34/353 

  Updating       : libtiff                                               35/353 

  Updating       : cups-libs                                             36/353 

  Updating       : libsysfs                                              37/353 

  Updating       : pcre                                                  38/353 

  Updating       : gdbm                                                  39/353 

  Updating       : perl                                                  40/353 

  Updating       : libxml2-python                                        41/353 

  Updating       : m2crypto                                              42/353 

  Updating       : e2fsprogs                                             43/353 

  Updating       : logrotate                                             44/353 

  Updating       : SysVinit                                              45/353 

  Updating       : less                                                  46/353 

  Updating       : gzip                                                  47/353 

  Updating       : mysql                                                 48/353 

  Updating       : ruby-libs                                             49/353 

  Updating       : ruby                                                  50/353 

  Updating       : poppler                                               51/353 

  Updating       : libuser                                               52/353 

  Updating       : net-snmp-libs                                         53/353 

  Updating       : bind-libs                                             54/353 

  Updating       : apr                                                   55/353 

  Updating       : cryptsetup-luks                                       56/353 

  Updating       : libvolume_id                                          57/353 

  Updating       : passwd                                                58/353 

  Updating       : poppler-utils                                         59/353 

  Updating       : man                                                   60/353 

  Updating       : rsyslog                                               61/353 

  Updating       : xorg-x11-font-utils                                   62/353 

  Updating       : device-mapper-multipath                               63/353 

  Updating       : paps                                                  64/353 

  Updating       : tmpwatch                                              65/353 

  Updating       : nscd                                                  66/353 

  Updating       : pyOpenSSL                                             67/353 

  Updating       : device-mapper-event                                   68/353 

  Updating       : lvm2                                                  69/353 

  Updating       : vim-minimal                                           70/353 

  Updating       : libselinux-utils                                      71/353 

  Updating       : patch                                                 72/353 

  Updating       : pciutils                                              73/353 

  Updating       : dmidecode                                             74/353 

  Updating       : system-config-securitylevel-tui                       75/353 

  Updating       : nss_ldap                                              76/353 

  Updating       : ghostscript                                           77/353 

  Updating       : libgcj                                                78/353 

  Updating       : authconfig                                            79/353 

  Updating       : libsmbclient                                          80/353 

  Updating       : samba-common                                          81/353 

  Updating       : curl                                                  82/353 

  Installing     : iscsi-initiator-utils                                 83/353 

  Updating       : pam_krb5                                              84/353 

  Updating       : parted                                                85/353 

  Updating       : libgomp                                               86/353 

  Updating       : vim-common                                            87/353 

  Updating       : libicu                                                88/353 

  Updating       : vim-enhanced                                          89/353 

  Updating       : samba-client                                          90/353 

  Updating       : sudo                                                  91/353 

  Updating       : bind-utils                                            92/353 

  Updating       : net-snmp                                              93/353 

  Updating       : openswan                                              94/353 

  Updating       : sysfsutils                                            95/353 

  Updating       : autofs                                                96/353 

  Updating       : vnc-server                                            97/353 

  Updating       : postgresql-python                                     98/353 

  Updating       : krb5-workstation                                      99/353 

  Updating       : nfs-utils                                            100/353 

  Updating       : nss-tools                                            101/353 

  Updating       : kexec-tools                                          102/353 

  Updating       : screen                                               103/353 

  Updating       : audit-libs-python                                    104/353 

  Updating       : audit                                                105/353 

  Updating       : openldap-clients                                     106/353 

  Updating       : ksh                                                  107/353 

  Updating       : crash                                                108/353 

  Updating       : libselinux-python                                    109/353 

  Updating       : jwhois                                               110/353 

  Updating       : cpuspeed                                             111/353 

  Updating       : traceroute                                           112/353 

  Updating       : python-numeric                                       113/353 

  Updating       : finger                                               114/353 

  Updating       : libhugetlbfs                                         115/353 

  Updating       : rsync                                                116/353 

  Updating       : rhnlib                                               117/353 

  Updating       : python-urlgrabber                                    118/353 

  Updating       : yum                                                  119/353 

  Updating       : selinux-policy                                       120/353 

  Updating       : glibc-headers                                        121/353 

  Updating       : redhat-release                                       122/353 

  Updating       : ruby-irb                                             123/353 

  Updating       : ruby-rdoc                                            124/353 

  Updating       : glibc-devel                                          125/353 

  Updating       : selinux-policy-devel                                 126/353 

  Updating       : selinux-policy-targeted                              127/353/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                                     128/353 

  Updating       : yum-security                                         129/353 

  Updating       : yum-fastestmirror                                    130/353 

  Updating       : yum-utils                                            131/353 

  Updating       : authconfig-gtk                                       132/353 

  Updating       : system-config-securitylevel                          133/353 

  Updating       : system-config-lvm                                    134/353 

  Updating       : sos                                                  135/353 

  Updating       : logwatch                                             136/353 

  Updating       : w3m                                                  137/353 

  Updating       : ntp                                                  138/353 

  Installing     : kernel-xen-devel                                     139/353 

  Updating       : initscripts                                          140/353 

  Updating       : httpd                                                141/353 

  Updating       : exim                                                 142/353 

  Updating       : openssh                                              143/353 

  Updating       : openssh-server                                       144/353 

  Updating       : openssh-clients                                      145/353 

  Updating       : mod_ssl                                              146/353 

  Updating       : mod_authz_ldap                                       147/353 

  Updating       : quota                                                148/353 

  Updating       : rng-utils                                            149/353 

  Updating       : dhcpv6-client                                        150/353 

  Updating       : dhclient                                             151/353 

  Updating       : xorg-x11-xfs                                         152/353 

  Updating       : vnc                                                  153/353 

  Updating       : postgresql                                           154/353 

  Updating       : vsftpd                                               155/353 

  Updating       : redhat-lsb                                           156/353 

  Updating       : xinetd                                               157/353 

  Updating       : dbus-libs                                            158/353 

  Updating       : dbus                                                 159/353 

  Updating       : avahi                                                160/353 

  Updating       : hal                                                  161/353 

  Updating       : dmraid                                               162/353 

  Updating       : avahi-compat-libdns_sd                               163/353 

  Updating       : avahi-glib                                           164/353 

  Updating       : gnome-vfs2                                           165/353 

  Updating       : kudzu                                                166/353 

  Updating       : dmraid-events                                        167/353 

  Updating       : xulrunner                                            168/353 

  Updating       : cups                                                 169/353 

  Updating       : mkinitrd                                             170/353 

  Updating       : system-config-network-tui                            171/353 

  Updating       : system-config-network                                172/353 

  Installing     : kernel-xen                                           173/353 

  Updating       : rhn-client-tools                                     174/353 

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

  Updating       : rhn-setup                                            176/353 

  Updating       : rhn-check                                            177/353 

  Updating       : rhnsd                                                178/353 

  Cleanup        : selinux-policy                                       179/353 

  Cleanup        : hwdata                                               180/353 

  Cleanup        : less                                                 181/353 

  Cleanup        : yum-updateonboot                                     182/353 

  Cleanup        : audit-libs-python                                    183/353 

  Cleanup        : dbus-libs                                            184/353 

  Cleanup        : initscripts                                          185/353 

  Cleanup        : libicu                                               186/353 

  Cleanup        : glibc                                                187/353 

  Cleanup        : apr                                                  188/353 

  Cleanup        : nash                                                 189/353 

  Cleanup        : e2fsprogs                                            190/353 

  Cleanup        : quota                                                191/353 

  Cleanup        : rsyslog                                              192/353 

  Cleanup        : libsysfs                                             193/353 

  Cleanup        : man-pages                                            194/353 

  Cleanup        : selinux-policy-devel                                 195/353 

  Cleanup        : yum-rhn-plugin                                       196/353 

  Cleanup        : vnc-server                                           197/353 

  Cleanup        : jwhois                                               198/353 

  Cleanup        : libvolume_id                                         199/353 

  Cleanup        : kexec-tools                                          200/353 

  Cleanup        : bind-utils                                           201/353 

  Cleanup        : psmisc                                               202/353 

  Cleanup        : libselinux                                           203/353 

  Cleanup        : rng-utils                                            204/353 

  Cleanup        : net-snmp                                             205/353 

  Cleanup        : libgomp                                              206/353 

  Cleanup        : dhcpv6-client                                        207/353 

  Cleanup        : device-mapper                                        208/353 

  Cleanup        : gzip                                                 209/353 

  Cleanup        : curl                                                 210/353 

  Cleanup        : parted                                               211/353 

  Cleanup        : logrotate                                            212/353 

  Cleanup        : avahi                                                213/353 

  Cleanup        : device-mapper-multipath                              214/353 

  Cleanup        : avahi-compat-libdns_sd                               215/353 

  Cleanup        : dhclient                                             216/353 

  Cleanup        : glibc-headers                                        217/353 

  Cleanup        : vim-minimal                                          218/353 

  Cleanup        : traceroute                                           219/353 

  Cleanup        : libXfont                                             220/353 

  Cleanup        : pam_krb5                                             221/353 

  Cleanup        : openssh-server                                       222/353 

  Cleanup        : openldap                                             223/353 

  Cleanup        : libselinux-utils                                     224/353 

  Cleanup        : shadow-utils                                         225/353 

  Cleanup        : ksh                                                  226/353 

  Cleanup        : dmidecode                                            227/353 

  Cleanup        : krb5-libs                                            228/353 

  Cleanup        : poppler                                              229/353 

  Cleanup        : xinetd                                               230/353 

  Cleanup        : libselinux-python                                    231/353 

  Cleanup        : busybox                                              232/353 

  Cleanup        : m2crypto                                             233/353 

  Cleanup        : authconfig                                           234/353 

  Cleanup        : ruby-libs                                            235/353 

  Cleanup        : glibc-common                                         236/353 

  Cleanup        : openldap-clients                                     237/353 

  Cleanup        : authconfig-gtk                                       238/353 

  Cleanup        : python-numeric                                       239/353 

  Cleanup        : ntp                                                  240/353 

  Cleanup        : mysql                                                241/353 

  Cleanup        : mod_ssl                                              242/353 

  Cleanup        : libsmbclient                                         243/353 

  Cleanup        : tmpwatch                                             244/353 

  Cleanup        : man-pages-ja                                         245/353 

  Cleanup        : nspr                                                 246/353 

  Cleanup        : net-snmp-libs                                        247/353 

  Cleanup        : mkinitrd                                             248/353 

  Cleanup        : ruby-irb                                             249/353 

  Cleanup        : libxml2-python                                       250/353 

  Cleanup        : kudzu                                                251/353 

  Cleanup        : libpng                                               252/353 

  Cleanup        : vim-common                                           253/353 

  Cleanup        : python-urlgrabber                                    254/353 

  Cleanup        : exim                                                 255/353 

  Cleanup        : yum-security                                         256/353 

  Cleanup        : krb5-workstation                                     257/353 

  Cleanup        : dmraid                                               258/353 

  Cleanup        : nscd                                                 259/353 

  Cleanup        : sos                                                  260/353 

  Cleanup        : finger                                               261/353 

  Cleanup        : xorg-x11-xfs                                         262/353 

  Cleanup        : lvm2                                                 263/353 

  Cleanup        : ghostscript                                          264/353 

  Cleanup        : openssh-clients                                      265/353 

  Cleanup        : system-config-network                                266/353 

  Cleanup        : dbus                                                 267/353 

  Cleanup        : util-linux                                           268/353 

  Cleanup        : vnc                                                  269/353 

  Cleanup        : paps                                                 270/353 

  Cleanup        : postgresql-libs                                      271/353 

  Cleanup        : yum-fastestmirror                                    272/353 

  Cleanup        : cryptsetup-luks                                      273/353 

  Cleanup        : openswan                                             274/353 

  Cleanup        : cpuspeed                                             275/353 

  Cleanup        : httpd                                                276/353 

  Cleanup        : rhn-setup                                            277/353 

  Cleanup        : ruby                                                 278/353 

  Cleanup        : pango                                                279/353 

  Cleanup        : poppler-utils                                        280/353 

  Cleanup        : e2fsprogs-libs                                       281/353 

  Cleanup        : rhnlib                                               282/353 

  Cleanup        : system-config-securitylevel                          283/353 

  Cleanup        : samba-common                                         284/353 

  Cleanup        : procps                                               285/353 

  Cleanup        : SysVinit                                             286/353 

  Cleanup        : nfs-utils                                            287/353 

  Cleanup        : libtiff                                              288/353 

  Cleanup        : perl                                                 289/353 

  Cleanup        : libhugetlbfs                                         290/353 

  Cleanup        : bash                                                 291/353 

  Cleanup        : system-config-lvm                                    292/353 

  Cleanup        : ruby-rdoc                                            293/353 

  Cleanup        : kernel-headers                                       294/353 

  Cleanup        : logwatch                                             295/353 

  Cleanup        : xorg-x11-font-utils                                  296/353 

  Cleanup        : postgresql-python                                    297/353 

  Cleanup        : postgresql                                           298/353 

  Cleanup        : vsftpd                                               299/353 

  Cleanup        : vim-enhanced                                         300/353 

  Cleanup        : pcre                                                 301/353 

  Cleanup        : yum-utils                                            302/353 

  Cleanup        : gdbm                                                 303/353 

  Cleanup        : crash                                                304/353 

  Cleanup        : sysfsutils                                           305/353 

  Cleanup        : openssl                                              306/353 

  Cleanup        : bind-libs                                            307/353 

  Cleanup        : cups                                                 308/353 

  Cleanup        : nss_ldap                                             309/353 

  Cleanup        : redhat-release-notes                                 310/353 

  Cleanup        : zlib                                                 311/353 

  Cleanup        : glibc-devel                                          312/353 

  Cleanup        : autofs                                               313/353 

  Cleanup        : audit-libs                                           314/353 

  Cleanup        : rsync                                                315/353 

  Cleanup        : nss-tools                                            316/353 

  Cleanup        : pciutils                                             317/353 

  Cleanup        : redhat-lsb                                           318/353 

  Cleanup        : man                                                  319/353 

  Cleanup        : audit                                                320/353 

  Cleanup        : system-config-securitylevel-tui                      321/353 

  Cleanup        : rhn-check                                            322/353 

  Cleanup        : udev                                                 323/353 

  Cleanup        : coreutils                                            324/353 

  Cleanup        : w3m                                                  325/353 

  Cleanup        : sed                                                  326/353 

  Cleanup        : kpartx                                               327/353 

  Cleanup        : samba-client                                         328/353 

  Cleanup        : sudo                                                 329/353 

  Cleanup        : patch                                                330/353 

  Cleanup        : nss                                                  331/353 

  Cleanup        : gnome-vfs2                                           332/353 

  Cleanup        : redhat-release                                       333/353 

  Cleanup        : dmraid-events                                        334/353 

  Cleanup        : tzdata                                               335/353 

  Cleanup        : screen                                               336/353 

  Cleanup        : selinux-policy-targeted                              337/353 

  Cleanup        : avahi-glib                                           338/353 

  Cleanup        : libuser                                              339/353 

  Cleanup        : cups-libs                                            340/353 

  Cleanup        : rhnsd                                                341/353 

  Cleanup        : device-mapper-event                                  342/353 

  Cleanup        : system-config-network-tui                            343/353 

  Cleanup        : rhn-client-tools                                     344/353 

  Cleanup        : passwd                                               345/353 

  Cleanup        : yum                                                  346/353 

  Cleanup        : libxml2                                              347/353 

  Cleanup        : libgcj                                               348/353 

  Cleanup        : pyOpenSSL                                            349/353 

  Cleanup        : openssh                                              350/353 

  Cleanup        : xulrunner                                            351/353 

  Cleanup        : hal                                                  352/353 

  Cleanup        : mod_authz_ldap                                       353/353 

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

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

Updated:
  SysVinit.i386 0:2.86-17.el5                                                   
  apr.i386 0:1.2.7-11.el5_6.5                                                   
  audit.i386 0:1.7.18-2.el5                                                     
  audit-libs.i386 0:1.7.18-2.el5                                                
  audit-libs-python.i386 0:1.7.18-2.el5                                         
  authconfig.i386 0:5.3.21-7.el5                                                
  authconfig-gtk.i386 0:5.3.21-7.el5                                            
  autofs.i386 1:5.0.1-0.rc2.156.el5                                             
  avahi.i386 0:0.6.16-10.el5_6                                                  
  avahi-compat-libdns_sd.i386 0:0.6.16-10.el5_6                                 
  avahi-glib.i386 0:0.6.16-10.el5_6                                             
  bash.i386 0:3.2-32.el5                                                        
  bind-libs.i386 30:9.3.6-16.P1.el5                                             
  bind-utils.i386 30:9.3.6-16.P1.el5                                            
  busybox.i386 1:1.2.0-10.el5                                                   
  coreutils.i386 0:5.97-34.el5                                                  
  cpuspeed.i386 1:1.2.1-10.el5                                                  
  crash.i386 0:4.1.2-8.el5                                                      
  cryptsetup-luks.i386 0:1.0.3-8.el5                                            
  cups.i386 1:1.3.7-26.el5_6.1                                                  
  cups-libs.i386 1:1.3.7-26.el5_6.1                                             
  curl.i386 0:7.15.5-9.el5_7.4                                                  
  dbus.i386 0:1.1.2-16.el5_7                                                    
  dbus-libs.i386 0:1.1.2-16.el5_7                                               
  device-mapper.i386 0:1.02.63-4.el5                                            
  device-mapper-event.i386 0:1.02.63-4.el5                                      
  device-mapper-multipath.i386 0:0.4.7-46.el5_7.1                               
  dhclient.i386 12:3.0.5-29.el5_7.1                                             
  dhcpv6-client.i386 0:1.0.10-20.el5                                            
  dmidecode.i386 1:2.11-1.el5                                                   
  dmraid.i386 0:1.0.0.rc13-65.el5                                               
  dmraid-events.i386 0:1.0.0.rc13-65.el5                                        
  e2fsprogs.i386 0:1.39-33.el5                                                  
  e2fsprogs-libs.i386 0:1.39-33.el5                                             
  exim.i386 0:4.63-10.el5                                                       
  finger.i386 0:0.17-33                                                         
  gdbm.i386 0:1.8.0-26.2.1.el5_6.1                                              
  ghostscript.i386 0:8.70-6.el5_7.3                                             
  glibc.i686 0:2.5-65                                                           
  glibc-common.i386 0:2.5-65                                                    
  glibc-devel.i386 0:2.5-65                                                     
  glibc-headers.i386 0:2.5-65                                                   
  gnome-vfs2.i386 0:2.16.2-8.el5                                                
  gzip.i386 0:1.3.5-13.el5                                                      
  hal.i386 0:0.5.8.1-62.el5                                                     
  httpd.i386 0:2.2.3-53.el5_7.1                                                 
  hwdata.noarch 0:0.213.24-1.el5                                                
  initscripts.i386 0:8.45.38-2.el5                                              
  jwhois.i386 0:3.2.3-12.el5                                                    
  kernel-headers.i386 0:2.6.18-274.3.1.el5                                      
  kexec-tools.i386 0:1.102pre-126.el5_6.6                                       
  kpartx.i386 0:0.4.7-46.el5_7.1                                                
  krb5-libs.i386 0:1.6.1-62.el5                                                 
  krb5-workstation.i386 0:1.6.1-62.el5                                          
  ksh.i386 0:20100202-1.el5_6.6                                                 
  kudzu.i386 0:1.2.57.1.26-1                                                    
  less.i386 0:436-7.el5                                                         
  libXfont.i386 0:1.2.2-1.0.4.el5_7                                             
  libgcj.i386 0:4.1.2-51.el5                                                    
  libgomp.i386 0:4.4.4-13.el5                                                   
  libhugetlbfs.i386 0:1.3-8.2.el5                                               
  libicu.i386 0:3.6-5.16                                                        
  libpng.i386 2:1.2.10-7.1.el5_7.5                                              
  libselinux.i386 0:1.33.4-5.7.el5                                              
  libselinux-python.i386 0:1.33.4-5.7.el5                                       
  libselinux-utils.i386 0:1.33.4-5.7.el5                                        
  libsmbclient.i386 0:3.0.33-3.29.el5_7.4                                       
  libsysfs.i386 0:2.1.0-1.el5                                                   
  libtiff.i386 0:3.8.2-7.el5_6.7                                                
  libuser.i386 0:0.54.7-2.1.el5_5.2                                             
  libvolume_id.i386 0:095-14.27.el5                                             
  libxml2.i386 0:2.6.26-2.1.12                                                  
  libxml2-python.i386 0:2.6.26-2.1.12                                           
  logrotate.i386 0:3.7.4-12                                                     
  logwatch.noarch 0:7.3-9.el5_6                                                 
  lvm2.i386 0:2.02.84-6.el5_7.1                                                 
  m2crypto.i386 0:0.16-8.el5                                                    
  man.i386 0:1.6d-2.el5                                                         
  man-pages.noarch 0:2.39-17.el5                                                
  man-pages-ja.noarch 0:20060815-14.el5                                         
  mkinitrd.i386 0:5.1.19.6-71.el5                                               
  mod_authz_ldap.i386 0:0.26-11.el5                                             
  mod_ssl.i386 1:2.2.3-53.el5_7.1                                               
  mysql.i386 0:5.0.77-4.el5_6.6                                                 
  nash.i386 0:5.1.19.6-71.el5                                                   
  net-snmp.i386 1:5.3.2.2-14.el5_7.1                                            
  net-snmp-libs.i386 1:5.3.2.2-14.el5_7.1                                       
  nfs-utils.i386 1:1.0.9-54.el5                                                 
  nscd.i386 0:2.5-65                                                            
  nspr.i386 0:4.8.8-1.el5_7                                                     
  nss.i386 0:3.12.10-4.el5_7                                                    
  nss-tools.i386 0:3.12.10-4.el5_7                                              
  nss_ldap.i386 0:253-42.el5                                                    
  ntp.i386 0:4.2.2p1-15.el5                                                     
  openldap.i386 0:2.3.43-12.el5_6.7                                             
  openldap-clients.i386 0:2.3.43-12.el5_6.7

Comment 24 Kedar Bidarkar 2011-09-15 13:44:58 UTC
  openssh.i386 0:4.3p2-72.el5_7.5                                               
  openssh-clients.i386 0:4.3p2-72.el5_7.5                                       
  openssh-server.i386 0:4.3p2-72.el5_7.5                                        
  openssl.i686 0:0.9.8e-20.el5                                                  
  openswan.i386 0:2.6.21-5.el5_6.4                                              
  pam_krb5.i386 0:2.2.14-21.el5                                                 
  pango.i386 0:1.14.9-8.el5_6.2                                                 
  paps.i386 0:0.6.6-20.el5                                                      
  parted.i386 0:1.8.1-28.el5                                                    
  passwd.i386 0:0.73-2                                                          
  patch.i386 0:2.5.4-31.el5                                                     
  pciutils.i386 0:3.1.7-3.el5                                                   
  pcre.i386 0:6.6-6.el5_6.1                                                     
  perl.i386 4:5.8.8-32.el5_6.3                                                  
  poppler.i386 0:0.5.4-4.4.el5_6.17                                             
  poppler-utils.i386 0:0.5.4-4.4.el5_6.17                                       
  postgresql.i386 0:8.1.23-1.el5_6.1                                            
  postgresql-libs.i386 0:8.1.23-1.el5_6.1                                       
  postgresql-python.i386 0:8.1.23-1.el5_6.1                                     
  procps.i386 0:3.2.7-17.el5                                                    
  psmisc.i386 0:22.2-7.el5_6.2                                                  
  pyOpenSSL.i386 0:0.6-2.el5                                                    
  python-numeric.i386 0:23.7-2.2.2.el5_6.1                                      
  python-urlgrabber.noarch 0:3.1.0-6.el5                                        
  quota.i386 1:3.13-5.el5                                                       
  redhat-lsb.i386 0:4.0-2.1.4.el5                                               
  redhat-release.i386 0:5Server-5.7.0.3                                         
  redhat-release-notes.i386 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.i386 0:4.7.0-10.el5                                                     
  rng-utils.i386 1:2.0-4.el5                                                    
  rsync.i386 0:3.0.6-4.el5_7.1                                                  
  rsyslog.i386 0:3.22.1-3.el5_6.1                                               
  ruby.i386 0:1.8.5-19.el5_6.1                                                  
  ruby-irb.i386 0:1.8.5-19.el5_6.1                                              
  ruby-libs.i386 0:1.8.5-19.el5_6.1                                             
  ruby-rdoc.i386 0:1.8.5-19.el5_6.1                                             
  samba-client.i386 0:3.0.33-3.29.el5_7.4                                       
  samba-common.i386 0:3.0.33-3.29.el5_7.4                                       
  screen.i386 0:4.0.3-4.el5                                                     
  sed.i386 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.i386 2:4.0.17-18.el5_6.1                                         
  sos.noarch 0:1.7-9.54.el5                                                     
  sudo.i386 0:1.7.2p1-10.el5                                                    
  sysfsutils.i386 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.i386 0:1.6.29.1-6.el5                             
  system-config-securitylevel-tui.i386 0:1.6.29.1-6.el5                         
  tmpwatch.i386 0:2.9.7-1.1.el5.5                                               
  traceroute.i386 3:2.0.1-6.el5                                                 
  tzdata.i386 0:2011h-2.el5                                                     
  udev.i386 0:095-14.27.el5                                                     
  util-linux.i386 0:2.13-0.56.el5                                               
  vim-common.i386 2:7.0.109-7.el5                                               
  vim-enhanced.i386 2:7.0.109-7.el5                                             
  vim-minimal.i386 2:7.0.109-7.el5                                              
  vnc.i386 0:4.1.2-14.el5_6.6                                                   
  vnc-server.i386 0:4.1.2-14.el5_6.6                                            
  vsftpd.i386 0:2.0.5-21.el5                                                    
  w3m.i386 0:0.5.1-18.el5                                                       
  xinetd.i386 2:2.3.14-13.el5                                                   
  xorg-x11-font-utils.i386 1:7.1-3                                              
  xorg-x11-xfs.i386 1:1.0.2-5.el5_6.1                                           
  xulrunner.i386 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                                                       

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 OFF ... 
######################################################################################
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
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 25 wes hayutin 2011-12-16 15:27:10 UTC
closing old bugs