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

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


Attachments (Terms of Use)

Description Kedar Bidarkar 2011-09-15 09:00:50 UTC

Comment 1 Kedar Bidarkar 2011-09-15 09:13:49 UTC
IMAGE ID= ami-c7c69b82_us-west-1_c1.medium
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This Host => ec2-50-18-2-15.us-west-1.compute.amazonaws.com with Image Id : ami-c7c69b82, is launched with Instance Id : i-95c814d2 , Instance Type : c1.medium and Arch : i386 in the Region : us-west-1b
This is a Hourly image
The Validate Signature is : Lk0yF1vIzKgQ0WtPwWBL9cxPjiBHy8sClPJJQ5cS6n0u0irfU6gIiyblyZUSaIjP8OVC5lU/+VOn
oYLl69rjbuwo7LQQP8hN+lx2wazh/Q+SOdci2qLvQZyHIh59Yp6MuksX2LLm0g7PrAm7Re7UAyuz
d0jhbFoCAceAH6FUwM4=
/root/valid/src
ip-10-160-243-10
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, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-us-west-client-config-server-5: rhui2-cds01.us-west-1.aws.ce.redhat.com
 * rhui-us-west-rhel-server: rhui2-cds01.us-west-1.aws.ce.redhat.com
repo id                             repo name                     status
rhui-us-west-client-config-server-5 Red Hat Update Infrastructure enabled:     0
rhui-us-west-rhel-server            Red Hat Enterprise Linux Serv enabled: 9,169
repolist: 9,169 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-us-west-client-config-server-5: rhui2-cds01.us-west-1.aws.ce.redhat.com
 * rhui-us-west-rhel-server: rhui2-cds01.us-west-1.aws.ce.redhat.com
================================= 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, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-us-west-client-config-server-5: rhui2-cds01.us-west-1.aws.ce.redhat.com
 * rhui-us-west-rhel-server: rhui2-cds01.us-west-1.aws.ce.redhat.com
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, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-us-west-client-config-server-5: rhui2-cds01.us-west-1.aws.ce.redhat.com
 * rhui-us-west-rhel-server: rhui2-cds01.us-west-1.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
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: gnome-python2-gconf for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb 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: libasm.so.1 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130) for package: elfutils
--> Processing Dependency: libdw.so.1 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122) 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++ = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++-devel = 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 = 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-libs = 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: libcspi.so.0 for package: pyspi
--> Processing Dependency: libspi.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: libXxf86misc.so.1 for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6 for package: xorg-x11-server-utils
--> Processing Dependency: libXfontcache.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-us-west-rhel-server 646 k
 automake             noarch 1.9.6-2.3.el5       rhui-us-west-rhel-server 476 k
 automake14           noarch 1.4p6-13.el5.1      rhui-us-west-rhel-server 200 k
 automake15           noarch 1.5-16.el5.2        rhui-us-west-rhel-server 230 k
 automake16           noarch 1.6.3-8.el5.1       rhui-us-west-rhel-server 241 k
 automake17           noarch 1.7.9-7.el5.2       rhui-us-west-rhel-server 278 k
 bison                i386   2.3-2.1             rhui-us-west-rhel-server 536 k
 byacc                i386   1.9-29.2.2          rhui-us-west-rhel-server  38 k
 cscope               i386   15.5-15.1.el5_3.1   rhui-us-west-rhel-server 136 k
 ctags                i386   5.6-1.1             rhui-us-west-rhel-server 127 k
 cvs                  i386   1.11.22-7.el5       rhui-us-west-rhel-server 725 k
 dev86                i386   0.16.17-2.2         rhui-us-west-rhel-server 372 k
 diffstat             i386   1.41-1.2.3.el5      rhui-us-west-rhel-server  18 k
 dogtail              noarch 0.6.1-4.el5         rhui-us-west-rhel-server 172 k
 doxygen              i386   1:1.4.7-1.1         rhui-us-west-rhel-server 2.3 M
 elfutils             i386   0.137-3.el5         rhui-us-west-rhel-server 228 k
 flex                 i386   2.5.4a-41.fc6       rhui-us-west-rhel-server 124 k
 gcc-c++              i386   4.1.2-51.el5        rhui-us-west-rhel-server 3.4 M
 gcc-gfortran         i386   4.1.2-51.el5        rhui-us-west-rhel-server 3.1 M
 gdb                  i386   7.0.1-37.el5_7.1    rhui-us-west-rhel-server 2.4 M
 indent               i386   2.2.9-14.fc6        rhui-us-west-rhel-server  93 k
 libtool              i386   1.5.22-7.el5_4      rhui-us-west-rhel-server 667 k
 ltrace               i386   0.5-13.45svn.el5    rhui-us-west-rhel-server  61 k
 oprofile             i386   0.9.4-15.el5        rhui-us-west-rhel-server 2.7 M
 patchutils           i386   0.2.31-2.2.2        rhui-us-west-rhel-server 109 k
 pstack               i386   1.2-7.2.2           rhui-us-west-rhel-server 4.6 k
 python-ldap          i386   2.2.0-2.1           rhui-us-west-rhel-server 122 k
 rcs                  i386   5.7-30.1            rhui-us-west-rhel-server 332 k
 redhat-rpm-config    noarch 8.0.45-32.el5       rhui-us-west-rhel-server  54 k
 rpm-build            i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 302 k
 splint               i386   3.1.1-16.el5        rhui-us-west-rhel-server 1.5 M
 strace               i386   4.5.18-5.el5_5.5    rhui-us-west-rhel-server 172 k
 swig                 i386   1.3.29-2.el5        rhui-us-west-rhel-server 2.9 M
 systemtap            i386   1.3-9.el5           rhui-us-west-rhel-server 2.5 M
 texinfo              i386   4.8-14.el5          rhui-us-west-rhel-server 753 k
 valgrind             i386   1:3.5.0-5.el5       rhui-us-west-rhel-server  20 M
Updating:
 gcc                  i386   4.1.2-51.el5        rhui-us-west-rhel-server 5.2 M
 gettext              i386   0.17-1.el5          rhui-us-west-rhel-server 2.4 M
 python               i386   2.4.3-44.el5        rhui-us-west-rhel-server  57 k
 subversion           i386   1.6.11-7.el5_6.4    rhui-us-west-rhel-server 3.1 M
Installing for dependencies:
 at-spi               i386   1.7.11-3.el5        rhui-us-west-rhel-server 290 k
 elfutils-libs        i386   0.137-3.el5         rhui-us-west-rhel-server 193 k
 gnome-python2-gconf  i386   2.16.0-1.fc6        rhui-us-west-rhel-server  32 k
 imake                i386   1.0.2-3             rhui-us-west-rhel-server 318 k
 libXTrap             i386   1.0.0-3.1           rhui-us-west-rhel-server  23 k

Comment 2 Kedar Bidarkar 2011-09-15 09:13:52 UTC
 libXevie             i386   1.0.1-3.1           rhui-us-west-rhel-server  14 k
 libXfontcache        i386   1.0.2-3.1           rhui-us-west-rhel-server 9.7 k
 libXxf86misc         i386   1.0.1-3.1           rhui-us-west-rhel-server  12 k
 libgfortran          i386   4.1.2-51.el5        rhui-us-west-rhel-server 232 k
 libstdc++-devel      i386   4.1.2-51.el5        rhui-us-west-rhel-server 2.8 M
 pyspi                i386   0.6.1-1.el5         rhui-us-west-rhel-server  79 k
 python-libs          i386   2.4.3-44.el5        rhui-us-west-rhel-server 5.8 M
 systemtap-runtime    i386   1.3-9.el5           rhui-us-west-rhel-server  93 k
 xorg-x11-server-Xvfb i386   1.1.1-48.76.el5_6.4 rhui-us-west-rhel-server 1.6 M
 xorg-x11-server-utils
                      i386   7.1-5.el5_6.2       rhui-us-west-rhel-server 164 k
 xorg-x11-xinit       i386   1.0.2-15.el5        rhui-us-west-rhel-server  26 k
Updating for dependencies:
 cpp                  i386   4.1.2-51.el5        rhui-us-west-rhel-server 2.7 M
 libgcc               i386   4.1.2-51.el5        rhui-us-west-rhel-server  96 k
 libstdc++            i386   4.1.2-51.el5        rhui-us-west-rhel-server 363 k
 popt                 i386   1.10.2.3-22.el5     rhui-us-west-rhel-server  75 k
 rpm                  i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 1.2 M
 rpm-libs             i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 928 k
 rpm-python           i386   4.4.2.3-22.el5      rhui-us-west-rhel-server  60 k

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

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

Comment 3 Kedar Bidarkar 2011-09-15 09:13:55 UTC
 ruby                i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server 276 k
 ruby-irb            i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server  69 k
 ruby-libs           i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server 1.6 M
 ruby-rdoc           i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server 135 k
 samba-client        i386   3.0.33-3.29.el5_7.4  rhui-us-west-rhel-server 5.7 M
 samba-common        i386   3.0.33-3.29.el5_7.4  rhui-us-west-rhel-server 6.7 M
 screen              i386   4.0.3-4.el5          rhui-us-west-rhel-server 559 k
 sed                 i386   4.1.5-8.el5          rhui-us-west-rhel-server 176 k
 selinux-policy      noarch 2.4.6-316.el5        rhui-us-west-rhel-server 420 k
 selinux-policy-devel
                     noarch 2.4.6-316.el5        rhui-us-west-rhel-server 446 k
 selinux-policy-targeted
                     noarch 2.4.6-316.el5        rhui-us-west-rhel-server 1.3 M
 shadow-utils        i386   2:4.0.17-18.el5_6.1  rhui-us-west-rhel-server 1.0 M
 sos                 noarch 1.7-9.54.el5         rhui-us-west-rhel-server 151 k
 sudo                i386   1.7.2p1-10.el5       rhui-us-west-rhel-server 348 k
 sysfsutils          i386   2.1.0-1.el5          rhui-us-west-rhel-server  39 k
 system-config-lvm   noarch 1.1.5-9.el5          rhui-us-west-rhel-server 690 k
 system-config-network
                     noarch 1.3.99.19-2.el5      rhui-us-west-rhel-server 424 k
 system-config-network-tui
                     noarch 1.3.99.19-2.el5      rhui-us-west-rhel-server 1.8 M
 system-config-securitylevel
                     i386   1.6.29.1-6.el5       rhui-us-west-rhel-server 280 k
 system-config-securitylevel-tui
                     i386   1.6.29.1-6.el5       rhui-us-west-rhel-server 254 k
 tmpwatch            i386   2.9.7-1.1.el5.5      rhui-us-west-rhel-server  19 k
 traceroute          i386   3:2.0.1-6.el5        rhui-us-west-rhel-server  40 k
 tzdata              i386   2011h-2.el5          rhui-us-west-rhel-server 781 k
 udev                i386   095-14.27.el5        rhui-us-west-rhel-server 2.4 M
 util-linux          i386   2.13-0.56.el5        rhui-us-west-rhel-server 1.8 M
 vim-common          i386   2:7.0.109-7.el5      rhui-us-west-rhel-server 6.4 M
 vim-enhanced        i386   2:7.0.109-7.el5      rhui-us-west-rhel-server 1.2 M
 vim-minimal         i386   2:7.0.109-7.el5      rhui-us-west-rhel-server 310 k
 vnc                 i386   4.1.2-14.el5_6.6     rhui-us-west-rhel-server 160 k
 vnc-server          i386   4.1.2-14.el5_6.6     rhui-us-west-rhel-server 2.0 M
 vsftpd              i386   2.0.5-21.el5         rhui-us-west-rhel-server 142 k
 w3m                 i386   0.5.1-18.el5         rhui-us-west-rhel-server 1.1 M
 xinetd              i386   2:2.3.14-13.el5      rhui-us-west-rhel-server 125 k
 xorg-x11-font-utils i386   1:7.1-3              rhui-us-west-rhel-server  76 k
 xorg-x11-xfs        i386   1:1.0.2-5.el5_6.1    rhui-us-west-rhel-server  69 k
 xulrunner           i386   1.9.2.22-1.el5_7     rhui-us-west-rhel-server  12 M
 yum                 noarch 3.2.22-37.el5        rhui-us-west-rhel-server 1.0 M
 yum-fastestmirror   noarch 1.1.16-16.el5        rhui-us-west-rhel-server  19 k
 yum-rhn-plugin      noarch 0.5.4-22.el5_7.1     rhui-us-west-rhel-server  63 k
 yum-security        noarch 1.1.16-16.el5        rhui-us-west-rhel-server  25 k
 yum-updateonboot    noarch 1.1.16-16.el5        rhui-us-west-rhel-server  13 k
 yum-utils           noarch 1.1.16-16.el5        rhui-us-west-rhel-server  71 k
 zlib                i386   1.2.3-4.el5          rhui-us-west-rhel-server  51 k
Installing for dependencies:
 iscsi-initiator-utils
                     i386   6.2.0.872-10.el5     rhui-us-west-rhel-server 974 k

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

Total download size: 225 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.7 MB/s | 225 MB     00:48     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/351 

  Updating       : tzdata                                                 2/351 

  Updating       : glibc-common                                           3/351 

  Updating       : kernel-headers                                         4/351 

  Updating       : busybox                                                5/351 

  Updating       : nash                                                   6/351 

  Updating       : redhat-release-notes                                   7/351 

  Updating       : man-pages-ja                                           8/351 

  Updating       : man-pages                                              9/351 

  Updating       : glibc                                                 10/351 

  Updating       : bash                                                  11/351 

  Updating       : libselinux                                            12/351 

  Updating       : zlib                                                  13/351 

  Updating       : coreutils                                             14/351 

  Updating       : device-mapper                                         15/351 

  Updating       : e2fsprogs-libs                                        16/351 

  Updating       : krb5-libs                                             17/351 

  Updating       : openssl                                               18/351 

  Updating       : openldap                                              19/351 

  Updating       : audit-libs                                            20/351 

  Updating       : shadow-utils                                          21/351 

  Updating       : sed                                                   22/351 

  Updating       : nss                                                   23/351 

  Updating       : pango                                                 24/351 

  Updating       : udev                                                  25/351 

  Updating       : util-linux                                            26/351 

  Updating       : postgresql-libs                                       27/351 

  Updating       : libXfont                                              28/351 

  Updating       : libxml2                                               29/351 

  Updating       : procps                                                30/351 

  Updating       : psmisc                                                31/351 

  Updating       : kpartx                                                32/351 

  Updating       : libpng                                                33/351 

  Updating       : libtiff                                               34/351 

  Updating       : cups-libs                                             35/351 

  Updating       : libsysfs                                              36/351 

  Updating       : pcre                                                  37/351 

  Updating       : gdbm                                                  38/351 

  Updating       : perl                                                  39/351 

  Updating       : libxml2-python                                        40/351 

  Updating       : m2crypto                                              41/351 

  Updating       : e2fsprogs                                             42/351 

  Updating       : logrotate                                             43/351 

  Updating       : SysVinit                                              44/351 

  Updating       : less                                                  45/351 

  Updating       : gzip                                                  46/351 

  Updating       : mysql                                                 47/351 

  Updating       : ruby-libs                                             48/351 

  Updating       : ruby                                                  49/351 

  Updating       : poppler                                               50/351 

  Updating       : libuser                                               51/351 

  Updating       : net-snmp-libs                                         52/351 

  Updating       : bind-libs                                             53/351 

  Updating       : apr                                                   54/351 

  Updating       : cryptsetup-luks                                       55/351 

  Updating       : libvolume_id                                          56/351 

  Updating       : passwd                                                57/351 

  Updating       : poppler-utils                                         58/351 

  Updating       : man                                                   59/351 

  Updating       : rsyslog                                               60/351 

  Updating       : xorg-x11-font-utils                                   61/351 

  Updating       : device-mapper-multipath                               62/351 

  Updating       : paps                                                  63/351 

  Updating       : tmpwatch                                              64/351 

  Updating       : nscd                                                  65/351 

  Updating       : pyOpenSSL                                             66/351 

  Updating       : device-mapper-event                                   67/351 

  Updating       : lvm2                                                  68/351 

  Updating       : vim-minimal                                           69/351 

  Updating       : libselinux-utils                                      70/351 

  Updating       : patch                                                 71/351 

  Updating       : pciutils                                              72/351 

  Updating       : dmidecode                                             73/351 

  Updating       : system-config-securitylevel-tui                       74/351 

  Updating       : nss_ldap                                              75/351 

  Updating       : ghostscript                                           76/351 

  Updating       : libgcj                                                77/351 

  Updating       : authconfig                                            78/351 

  Updating       : libsmbclient                                          79/351 

  Updating       : samba-common                                          80/351 

  Updating       : curl                                                  81/351 

  Installing     : iscsi-initiator-utils                                 82/351 

  Updating       : pam_krb5                                              83/351 

  Updating       : parted                                                84/351 

  Updating       : libgomp                                               85/351 

  Updating       : vim-common                                            86/351 

  Updating       : libicu                                                87/351 

  Updating       : vim-enhanced                                          88/351 

  Updating       : samba-client                                          89/351 

  Updating       : sudo                                                  90/351 

  Updating       : bind-utils                                            91/351 

  Updating       : net-snmp                                              92/351 

  Updating       : openswan                                              93/351 

  Updating       : sysfsutils                                            94/351 

  Updating       : autofs                                                95/351 

  Updating       : vnc-server                                            96/351 

  Updating       : postgresql-python                                     97/351 

  Updating       : krb5-workstation                                      98/351 

  Updating       : nfs-utils                                             99/351 

  Updating       : nss-tools                                            100/351 

  Updating       : kexec-tools                                          101/351 

  Updating       : screen                                               102/351 

  Updating       : audit-libs-python                                    103/351 

  Updating       : audit                                                104/351 

  Updating       : openldap-clients                                     105/351 

  Updating       : ksh                                                  106/351 

  Updating       : crash                                                107/351 

  Updating       : libselinux-python                                    108/351 

  Updating       : jwhois                                               109/351 

  Updating       : cpuspeed                                             110/351 

  Updating       : traceroute                                           111/351 

  Updating       : python-numeric                                       112/351 

  Updating       : finger                                               113/351 

  Updating       : libhugetlbfs                                         114/351 

  Updating       : rsync                                                115/351 

  Updating       : rhnlib                                               116/351 

  Updating       : python-urlgrabber                                    117/351 

  Updating       : yum                                                  118/351 

  Updating       : selinux-policy                                       119/351 

  Updating       : glibc-headers                                        120/351 

  Updating       : redhat-release                                       121/351 

  Updating       : ruby-irb                                             122/351 

  Updating       : ruby-rdoc                                            123/351 

  Updating       : glibc-devel                                          124/351 

  Updating       : selinux-policy-devel                                 125/351 

  Updating       : selinux-policy-targeted                              126/351/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                                     127/351 

  Updating       : yum-security                                         128/351 

  Updating       : yum-fastestmirror                                    129/351 

  Updating       : yum-utils                                            130/351 

  Updating       : authconfig-gtk                                       131/351 

  Updating       : system-config-securitylevel                          132/351 

  Updating       : system-config-lvm                                    133/351 

  Updating       : sos                                                  134/351 

  Updating       : logwatch                                             135/351 

  Updating       : w3m                                                  136/351 

  Updating       : ntp                                                  137/351 

  Installing     : kernel-xen-devel                                     138/351 

  Updating       : initscripts                                          139/351 

  Updating       : httpd                                                140/351 

  Updating       : exim                                                 141/351 

  Updating       : openssh                                              142/351 

  Updating       : openssh-server                                       143/351 

  Updating       : openssh-clients                                      144/351 

  Updating       : mod_ssl                                              145/351 

  Updating       : mod_authz_ldap                                       146/351 

  Updating       : quota                                                147/351 

  Updating       : rng-utils                                            148/351 

  Updating       : dhcpv6-client                                        149/351 

  Updating       : dhclient                                             150/351 

  Updating       : xorg-x11-xfs                                         151/351 

  Updating       : vnc                                                  152/351 

  Updating       : postgresql                                           153/351 

  Updating       : vsftpd                                               154/351 

  Updating       : redhat-lsb                                           155/351 

  Updating       : xinetd                                               156/351 

  Updating       : dbus-libs                                            157/351 

  Updating       : dbus                                                 158/351 

  Updating       : avahi                                                159/351 

  Updating       : hal                                                  160/351 

  Updating       : dmraid                                               161/351 

  Updating       : avahi-compat-libdns_sd                               162/351 

  Updating       : avahi-glib                                           163/351 

  Updating       : gnome-vfs2                                           164/351 

  Updating       : kudzu                                                165/351 

  Updating       : dmraid-events                                        166/351 

  Updating       : xulrunner                                            167/351 

  Updating       : cups                                                 168/351 

  Updating       : mkinitrd                                             169/351 

  Updating       : system-config-network-tui                            170/351 

  Updating       : system-config-network                                171/351 

  Installing     : kernel-xen                                           172/351 

  Updating       : rhn-client-tools                                     173/351 

  Updating       : rhn-setup                                            174/351 

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

  Updating       : rhn-check                                            176/351 

  Updating       : rhnsd                                                177/351 

  Cleanup        : selinux-policy                                       178/351 

  Cleanup        : hwdata                                               179/351 

  Cleanup        : less                                                 180/351 

  Cleanup        : yum-updateonboot                                     181/351 

  Cleanup        : audit-libs-python                                    182/351 

  Cleanup        : dbus-libs                                            183/351 

  Cleanup        : initscripts                                          184/351 

  Cleanup        : libicu                                               185/351 

  Cleanup        : glibc                                                186/351 

  Cleanup        : apr                                                  187/351 

  Cleanup        : nash                                                 188/351 

  Cleanup        : e2fsprogs                                            189/351 

  Cleanup        : quota                                                190/351 

  Cleanup        : libsysfs                                             191/351 

  Cleanup        : man-pages                                            192/351 

  Cleanup        : selinux-policy-devel                                 193/351 

  Cleanup        : vnc-server                                           194/351 

  Cleanup        : jwhois                                               195/351 

  Cleanup        : libvolume_id                                         196/351 

  Cleanup        : kexec-tools                                          197/351 

  Cleanup        : bind-utils                                           198/351 

  Cleanup        : psmisc                                               199/351 

  Cleanup        : libselinux                                           200/351 

  Cleanup        : rng-utils                                            201/351 

  Cleanup        : net-snmp                                             202/351 

  Cleanup        : libgomp                                              203/351 

  Cleanup        : dhcpv6-client                                        204/351 

  Cleanup        : device-mapper                                        205/351 

  Cleanup        : gzip                                                 206/351 

  Cleanup        : curl                                                 207/351 

  Cleanup        : parted                                               208/351 

  Cleanup        : logrotate                                            209/351 

  Cleanup        : avahi                                                210/351 

  Cleanup        : device-mapper-multipath                              211/351 

  Cleanup        : avahi-compat-libdns_sd                               212/351 

  Cleanup        : dhclient                                             213/351 

  Cleanup        : glibc-headers                                        214/351 

  Cleanup        : vim-minimal                                          215/351 

  Cleanup        : traceroute                                           216/351 

  Cleanup        : libXfont                                             217/351 

  Cleanup        : pam_krb5                                             218/351 

  Cleanup        : openssh-server                                       219/351 

  Cleanup        : openldap                                             220/351 

  Cleanup        : libselinux-utils                                     221/351 

  Cleanup        : shadow-utils                                         222/351 

  Cleanup        : ksh                                                  223/351 

  Cleanup        : dmidecode                                            224/351 

  Cleanup        : krb5-libs                                            225/351 

  Cleanup        : poppler                                              226/351 

  Cleanup        : xinetd                                               227/351 

  Cleanup        : libselinux-python                                    228/351 

  Cleanup        : busybox                                              229/351 

  Cleanup        : m2crypto                                             230/351 

  Cleanup        : authconfig                                           231/351 

  Cleanup        : ruby-libs                                            232/351 

  Cleanup        : glibc-common                                         233/351 

  Cleanup        : openldap-clients                                     234/351 

  Cleanup        : authconfig-gtk                                       235/351 

  Cleanup        : python-numeric                                       236/351 

  Cleanup        : ntp                                                  237/351 

  Cleanup        : mysql                                                238/351 

  Cleanup        : mod_ssl                                              239/351 

  Cleanup        : libsmbclient                                         240/351 

  Cleanup        : tmpwatch                                             241/351 

  Cleanup        : man-pages-ja                                         242/351 

  Cleanup        : rsyslog                                              243/351 

  Cleanup        : net-snmp-libs                                        244/351 

  Cleanup        : mkinitrd                                             245/351 

  Cleanup        : ruby-irb                                             246/351 

  Cleanup        : libxml2-python                                       247/351 

  Cleanup        : kudzu                                                248/351 

  Cleanup        : libpng                                               249/351 

  Cleanup        : vim-common                                           250/351 

  Cleanup        : python-urlgrabber                                    251/351 

  Cleanup        : exim                                                 252/351 

  Cleanup        : yum-security                                         253/351 

  Cleanup        : krb5-workstation                                     254/351 

  Cleanup        : dmraid                                               255/351 

  Cleanup        : nscd                                                 256/351 

  Cleanup        : sos                                                  257/351 

  Cleanup        : finger                                               258/351 

  Cleanup        : xorg-x11-xfs                                         259/351 

  Cleanup        : lvm2                                                 260/351 

  Cleanup        : openssh-clients                                      261/351 

  Cleanup        : system-config-network                                262/351 

  Cleanup        : dbus                                                 263/351 

  Cleanup        : util-linux                                           264/351 

  Cleanup        : vnc                                                  265/351 

  Cleanup        : paps                                                 266/351 

  Cleanup        : postgresql-libs                                      267/351 

  Cleanup        : yum-fastestmirror                                    268/351 

  Cleanup        : cryptsetup-luks                                      269/351 

  Cleanup        : openswan                                             270/351 

  Cleanup        : cpuspeed                                             271/351 

  Cleanup        : httpd                                                272/351 

  Cleanup        : rhn-setup                                            273/351 

  Cleanup        : yum-rhn-plugin                                       274/351 

  Cleanup        : ruby                                                 275/351 

  Cleanup        : pango                                                276/351 

  Cleanup        : poppler-utils                                        277/351 

  Cleanup        : e2fsprogs-libs                                       278/351 

  Cleanup        : rhnlib                                               279/351 

  Cleanup        : system-config-securitylevel                          280/351 

  Cleanup        : samba-common                                         281/351 

  Cleanup        : procps                                               282/351 

  Cleanup        : SysVinit                                             283/351 

  Cleanup        : nfs-utils                                            284/351 

  Cleanup        : libtiff                                              285/351 

  Cleanup        : perl                                                 286/351 

  Cleanup        : libhugetlbfs                                         287/351 

  Cleanup        : bash                                                 288/351 

  Cleanup        : system-config-lvm                                    289/351 

  Cleanup        : ruby-rdoc                                            290/351 

  Cleanup        : kernel-headers                                       291/351 

  Cleanup        : logwatch                                             292/351 

  Cleanup        : xorg-x11-font-utils                                  293/351 

  Cleanup        : postgresql-python                                    294/351 

  Cleanup        : nss                                                  295/351 

  Cleanup        : postgresql                                           296/351 

  Cleanup        : vsftpd                                               297/351 

  Cleanup        : vim-enhanced                                         298/351 

  Cleanup        : pcre                                                 299/351 

  Cleanup        : yum-utils                                            300/351 

  Cleanup        : gdbm                                                 301/351 

  Cleanup        : crash                                                302/351 

  Cleanup        : sysfsutils                                           303/351 

  Cleanup        : openssl                                              304/351 

  Cleanup        : bind-libs                                            305/351 

  Cleanup        : cups                                                 306/351 

  Cleanup        : nss_ldap                                             307/351 

  Cleanup        : redhat-release-notes                                 308/351 

  Cleanup        : zlib                                                 309/351 

  Cleanup        : glibc-devel                                          310/351 

  Cleanup        : autofs                                               311/351 

  Cleanup        : audit-libs                                           312/351 

  Cleanup        : rsync                                                313/351 

  Cleanup        : pciutils                                             314/351 

  Cleanup        : redhat-lsb                                           315/351 

  Cleanup        : man                                                  316/351 

  Cleanup        : audit                                                317/351 

  Cleanup        : system-config-securitylevel-tui                      318/351 

  Cleanup        : rhn-check                                            319/351 

  Cleanup        : udev                                                 320/351 

  Cleanup        : nss-tools                                            321/351 

  Cleanup        : coreutils                                            322/351 

  Cleanup        : w3m                                                  323/351 

  Cleanup        : sed                                                  324/351 

  Cleanup        : kpartx                                               325/351 

  Cleanup        : samba-client                                         326/351 

  Cleanup        : sudo                                                 327/351 

  Cleanup        : patch                                                328/351 

  Cleanup        : gnome-vfs2                                           329/351 

  Cleanup        : redhat-release                                       330/351 

  Cleanup        : dmraid-events                                        331/351 

  Cleanup        : tzdata                                               332/351 

  Cleanup        : screen                                               333/351 

  Cleanup        : selinux-policy-targeted                              334/351 

  Cleanup        : avahi-glib                                           335/351 

  Cleanup        : libuser                                              336/351 

  Cleanup        : cups-libs                                            337/351 

  Cleanup        : rhnsd                                                338/351 

  Cleanup        : device-mapper-event                                  339/351 

  Cleanup        : system-config-network-tui                            340/351 

  Cleanup        : rhn-client-tools                                     341/351 

  Cleanup        : passwd                                               342/351 

  Cleanup        : yum                                                  343/351 

  Cleanup        : libxml2                                              344/351 

  Cleanup        : libgcj                                               345/351 

  Cleanup        : ghostscript                                          346/351 

  Cleanup        : pyOpenSSL                                            347/351 

  Cleanup        : openssh                                              348/351 

  Cleanup        : xulrunner                                            349/351 

  Cleanup        : hal                                                  350/351 

  Cleanup        : mod_authz_ldap                                       351/351 

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                                                 
  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

Comment 4 Kedar Bidarkar 2011-09-15 09:14:02 UTC
  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                                                            
  nss.i386 0:3.12.8-4.el5_6                                                     
  nss-tools.i386 0:3.12.8-4.el5_6                                               
  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.1                                      
  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 Host => ec2-50-18-2-15.us-west-1.compute.amazonaws.com with Image Id : ami-c7c69b82, is launched with Instance Id : i-95c814d2 , Instance Type : c1.medium and Arch : i386 in the Region : us-west-1b
This is a Hourly image
The Validate Signature is : Lk0yF1vIzKgQ0WtPwWBL9cxPjiBHy8sClPJJQ5cS6n0u0irfU6gIiyblyZUSaIjP8OVC5lU/+VOn
oYLl69rjbuwo7LQQP8hN+lx2wazh/Q+SOdci2qLvQZyHIh59Yp6MuksX2LLm0g7PrAm7Re7UAyuz
d0jhbFoCAceAH6FUwM4=

## 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 09:21:07 UTC
IMAGE ID= ami-c7c69b82_us-west-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 Host =>  with Image Id : ami-c7c69b82, is launched with Instance Id : i-95c814d2 , Instance Type : c1.medium and Arch : i386 in the Region : us-west-1b
This is a Hourly image
The Validate Signature is : Lk0yF1vIzKgQ0WtPwWBL9cxPjiBHy8sClPJJQ5cS6n0u0irfU6gIiyblyZUSaIjP8OVC5lU/+VOn
oYLl69rjbuwo7LQQP8hN+lx2wazh/Q+SOdci2qLvQZyHIh59Yp6MuksX2LLm0g7PrAm7Re7UAyuz
d0jhbFoCAceAH6FUwM4=
hostname

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

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

Comment 6 Kedar Bidarkar 2011-09-15 09:21:09 UTC
 libXevie             i386   1.0.1-3.1           rhui-us-west-rhel-server  14 k
 libXfontcache        i386   1.0.2-3.1           rhui-us-west-rhel-server 9.7 k
 libXxf86misc         i386   1.0.1-3.1           rhui-us-west-rhel-server  12 k
 libgfortran          i386   4.1.2-51.el5        rhui-us-west-rhel-server 232 k
 libstdc++-devel      i386   4.1.2-51.el5        rhui-us-west-rhel-server 2.8 M
 pyspi                i386   0.6.1-1.el5         rhui-us-west-rhel-server  79 k
 python-libs          i386   2.4.3-44.el5        rhui-us-west-rhel-server 5.8 M
 systemtap-runtime    i386   1.3-9.el5           rhui-us-west-rhel-server  93 k
 xorg-x11-server-Xvfb i386   1.1.1-48.76.el5_6.4 rhui-us-west-rhel-server 1.6 M
 xorg-x11-server-utils
                      i386   7.1-5.el5_6.2       rhui-us-west-rhel-server 164 k
 xorg-x11-xinit       i386   1.0.2-15.el5        rhui-us-west-rhel-server  26 k
Updating for dependencies:
 cpp                  i386   4.1.2-51.el5        rhui-us-west-rhel-server 2.7 M
 libgcc               i386   4.1.2-51.el5        rhui-us-west-rhel-server  96 k
 libstdc++            i386   4.1.2-51.el5        rhui-us-west-rhel-server 363 k
 popt                 i386   1.10.2.3-22.el5     rhui-us-west-rhel-server  75 k
 rpm                  i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 1.2 M
 rpm-libs             i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 928 k
 rpm-python           i386   4.4.2.3-22.el5      rhui-us-west-rhel-server  60 k

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

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

Comment 7 Kedar Bidarkar 2011-09-15 09:21:12 UTC
 ruby                i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server 276 k
 ruby-irb            i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server  69 k
 ruby-libs           i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server 1.6 M
 ruby-rdoc           i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server 135 k
 samba-client        i386   3.0.33-3.29.el5_7.4  rhui-us-west-rhel-server 5.7 M
 samba-common        i386   3.0.33-3.29.el5_7.4  rhui-us-west-rhel-server 6.7 M
 screen              i386   4.0.3-4.el5          rhui-us-west-rhel-server 559 k
 sed                 i386   4.1.5-8.el5          rhui-us-west-rhel-server 176 k
 selinux-policy      noarch 2.4.6-316.el5        rhui-us-west-rhel-server 420 k
 selinux-policy-devel
                     noarch 2.4.6-316.el5        rhui-us-west-rhel-server 446 k
 selinux-policy-targeted
                     noarch 2.4.6-316.el5        rhui-us-west-rhel-server 1.3 M
 shadow-utils        i386   2:4.0.17-18.el5_6.1  rhui-us-west-rhel-server 1.0 M
 sos                 noarch 1.7-9.54.el5         rhui-us-west-rhel-server 151 k
 sudo                i386   1.7.2p1-10.el5       rhui-us-west-rhel-server 348 k
 sysfsutils          i386   2.1.0-1.el5          rhui-us-west-rhel-server  39 k
 system-config-lvm   noarch 1.1.5-9.el5          rhui-us-west-rhel-server 690 k
 system-config-network
                     noarch 1.3.99.19-2.el5      rhui-us-west-rhel-server 424 k
 system-config-network-tui
                     noarch 1.3.99.19-2.el5      rhui-us-west-rhel-server 1.8 M
 system-config-securitylevel
                     i386   1.6.29.1-6.el5       rhui-us-west-rhel-server 280 k
 system-config-securitylevel-tui
                     i386   1.6.29.1-6.el5       rhui-us-west-rhel-server 254 k
 tmpwatch            i386   2.9.7-1.1.el5.5      rhui-us-west-rhel-server  19 k
 traceroute          i386   3:2.0.1-6.el5        rhui-us-west-rhel-server  40 k
 tzdata              i386   2011h-2.el5          rhui-us-west-rhel-server 781 k
 udev                i386   095-14.27.el5        rhui-us-west-rhel-server 2.4 M
 util-linux          i386   2.13-0.56.el5        rhui-us-west-rhel-server 1.8 M
 vim-common          i386   2:7.0.109-7.el5      rhui-us-west-rhel-server 6.4 M
 vim-enhanced        i386   2:7.0.109-7.el5      rhui-us-west-rhel-server 1.2 M
 vim-minimal         i386   2:7.0.109-7.el5      rhui-us-west-rhel-server 310 k
 vnc                 i386   4.1.2-14.el5_6.6     rhui-us-west-rhel-server 160 k
 vnc-server          i386   4.1.2-14.el5_6.6     rhui-us-west-rhel-server 2.0 M
 vsftpd              i386   2.0.5-21.el5         rhui-us-west-rhel-server 142 k
 w3m                 i386   0.5.1-18.el5         rhui-us-west-rhel-server 1.1 M
 xinetd              i386   2:2.3.14-13.el5      rhui-us-west-rhel-server 125 k
 xorg-x11-font-utils i386   1:7.1-3              rhui-us-west-rhel-server  76 k
 xorg-x11-xfs        i386   1:1.0.2-5.el5_6.1    rhui-us-west-rhel-server  69 k
 xulrunner           i386   1.9.2.22-1.el5_7     rhui-us-west-rhel-server  12 M
 yum                 noarch 3.2.22-37.el5        rhui-us-west-rhel-server 1.0 M
 yum-fastestmirror   noarch 1.1.16-16.el5        rhui-us-west-rhel-server  19 k
 yum-rhn-plugin      noarch 0.5.4-22.el5_7.1     rhui-us-west-rhel-server  63 k
 yum-security        noarch 1.1.16-16.el5        rhui-us-west-rhel-server  25 k
 yum-updateonboot    noarch 1.1.16-16.el5        rhui-us-west-rhel-server  13 k
 yum-utils           noarch 1.1.16-16.el5        rhui-us-west-rhel-server  71 k
 zlib                i386   1.2.3-4.el5          rhui-us-west-rhel-server  51 k
Installing for dependencies:
 iscsi-initiator-utils
                     i386   6.2.0.872-10.el5     rhui-us-west-rhel-server 974 k

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

Total download size: 225 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.7 MB/s | 225 MB     00:48     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/351 

  Updating       : tzdata                                                 2/351 

  Updating       : glibc-common                                           3/351 

  Updating       : kernel-headers                                         4/351 

  Updating       : busybox                                                5/351 

  Updating       : nash                                                   6/351 

  Updating       : redhat-release-notes                                   7/351 

  Updating       : man-pages-ja                                           8/351 

  Updating       : man-pages                                              9/351 

  Updating       : glibc                                                 10/351 

  Updating       : bash                                                  11/351 

  Updating       : libselinux                                            12/351 

  Updating       : zlib                                                  13/351 

  Updating       : coreutils                                             14/351 

  Updating       : device-mapper                                         15/351 

  Updating       : e2fsprogs-libs                                        16/351 

  Updating       : krb5-libs                                             17/351 

  Updating       : openssl                                               18/351 

  Updating       : openldap                                              19/351 

  Updating       : audit-libs                                            20/351 

  Updating       : shadow-utils                                          21/351 

  Updating       : sed                                                   22/351 

  Updating       : nss                                                   23/351 

  Updating       : pango                                                 24/351 

  Updating       : udev                                                  25/351 

  Updating       : util-linux                                            26/351 

  Updating       : postgresql-libs                                       27/351 

  Updating       : libXfont                                              28/351 

  Updating       : libxml2                                               29/351 

  Updating       : procps                                                30/351 

  Updating       : psmisc                                                31/351 

  Updating       : kpartx                                                32/351 

  Updating       : libpng                                                33/351 

  Updating       : libtiff                                               34/351 

  Updating       : cups-libs                                             35/351 

  Updating       : libsysfs                                              36/351 

  Updating       : pcre                                                  37/351 

  Updating       : gdbm                                                  38/351 

  Updating       : perl                                                  39/351 

  Updating       : libxml2-python                                        40/351 

  Updating       : m2crypto                                              41/351 

  Updating       : e2fsprogs                                             42/351 

  Updating       : logrotate                                             43/351 

  Updating       : SysVinit                                              44/351 

  Updating       : less                                                  45/351 

  Updating       : gzip                                                  46/351 

  Updating       : mysql                                                 47/351 

  Updating       : ruby-libs                                             48/351 

  Updating       : ruby                                                  49/351 

  Updating       : poppler                                               50/351 

  Updating       : libuser                                               51/351 

  Updating       : net-snmp-libs                                         52/351 

  Updating       : bind-libs                                             53/351 

  Updating       : apr                                                   54/351 

  Updating       : cryptsetup-luks                                       55/351 

  Updating       : libvolume_id                                          56/351 

  Updating       : passwd                                                57/351 

  Updating       : poppler-utils                                         58/351 

  Updating       : man                                                   59/351 

  Updating       : rsyslog                                               60/351 

  Updating       : xorg-x11-font-utils                                   61/351 

  Updating       : device-mapper-multipath                               62/351 

  Updating       : paps                                                  63/351 

  Updating       : tmpwatch                                              64/351 

  Updating       : nscd                                                  65/351 

  Updating       : pyOpenSSL                                             66/351 

  Updating       : device-mapper-event                                   67/351 

  Updating       : lvm2                                                  68/351 

  Updating       : vim-minimal                                           69/351 

  Updating       : libselinux-utils                                      70/351 

  Updating       : patch                                                 71/351 

  Updating       : pciutils                                              72/351 

  Updating       : dmidecode                                             73/351 

  Updating       : system-config-securitylevel-tui                       74/351 

  Updating       : nss_ldap                                              75/351 

  Updating       : ghostscript                                           76/351 

  Updating       : libgcj                                                77/351 

  Updating       : authconfig                                            78/351 

  Updating       : libsmbclient                                          79/351 

  Updating       : samba-common                                          80/351 

  Updating       : curl                                                  81/351 

  Installing     : iscsi-initiator-utils                                 82/351 

  Updating       : pam_krb5                                              83/351 

  Updating       : parted                                                84/351 

  Updating       : libgomp                                               85/351 

  Updating       : vim-common                                            86/351 

  Updating       : libicu                                                87/351 

  Updating       : vim-enhanced                                          88/351 

  Updating       : samba-client                                          89/351 

  Updating       : sudo                                                  90/351 

  Updating       : bind-utils                                            91/351 

  Updating       : net-snmp                                              92/351 

  Updating       : openswan                                              93/351 

  Updating       : sysfsutils                                            94/351 

  Updating       : autofs                                                95/351 

  Updating       : vnc-server                                            96/351 

  Updating       : postgresql-python                                     97/351 

  Updating       : krb5-workstation                                      98/351 

  Updating       : nfs-utils                                             99/351 

  Updating       : nss-tools                                            100/351 

  Updating       : kexec-tools                                          101/351 

  Updating       : screen                                               102/351 

  Updating       : audit-libs-python                                    103/351 

  Updating       : audit                                                104/351 

  Updating       : openldap-clients                                     105/351 

  Updating       : ksh                                                  106/351 

  Updating       : crash                                                107/351 

  Updating       : libselinux-python                                    108/351 

  Updating       : jwhois                                               109/351 

  Updating       : cpuspeed                                             110/351 

  Updating       : traceroute                                           111/351 

  Updating       : python-numeric                                       112/351 

  Updating       : finger                                               113/351 

  Updating       : libhugetlbfs                                         114/351 

  Updating       : rsync                                                115/351 

  Updating       : rhnlib                                               116/351 

  Updating       : python-urlgrabber                                    117/351 

  Updating       : yum                                                  118/351 

  Updating       : selinux-policy                                       119/351 

  Updating       : glibc-headers                                        120/351 

  Updating       : redhat-release                                       121/351 

  Updating       : ruby-irb                                             122/351 

  Updating       : ruby-rdoc                                            123/351 

  Updating       : glibc-devel                                          124/351 

  Updating       : selinux-policy-devel                                 125/351 

  Updating       : selinux-policy-targeted                              126/351/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                                     127/351 

  Updating       : yum-security                                         128/351 

  Updating       : yum-fastestmirror                                    129/351 

  Updating       : yum-utils                                            130/351 

  Updating       : authconfig-gtk                                       131/351 

  Updating       : system-config-securitylevel                          132/351 

  Updating       : system-config-lvm                                    133/351 

  Updating       : sos                                                  134/351 

  Updating       : logwatch                                             135/351 

  Updating       : w3m                                                  136/351 

  Updating       : ntp                                                  137/351 

  Installing     : kernel-xen-devel                                     138/351 

  Updating       : initscripts                                          139/351 

  Updating       : httpd                                                140/351 

  Updating       : exim                                                 141/351 

  Updating       : openssh                                              142/351 

  Updating       : openssh-server                                       143/351 

  Updating       : openssh-clients                                      144/351 

  Updating       : mod_ssl                                              145/351 

  Updating       : mod_authz_ldap                                       146/351 

  Updating       : quota                                                147/351 

  Updating       : rng-utils                                            148/351 

  Updating       : dhcpv6-client                                        149/351 

  Updating       : dhclient                                             150/351 

  Updating       : xorg-x11-xfs                                         151/351 

  Updating       : vnc                                                  152/351 

  Updating       : postgresql                                           153/351 

  Updating       : vsftpd                                               154/351 

  Updating       : redhat-lsb                                           155/351 

  Updating       : xinetd                                               156/351 

  Updating       : dbus-libs                                            157/351 

  Updating       : dbus                                                 158/351 

  Updating       : avahi                                                159/351 

  Updating       : hal                                                  160/351 

  Updating       : dmraid                                               161/351 

  Updating       : avahi-compat-libdns_sd                               162/351 

  Updating       : avahi-glib                                           163/351 

  Updating       : gnome-vfs2                                           164/351 

  Updating       : kudzu                                                165/351 

  Updating       : dmraid-events                                        166/351 

  Updating       : xulrunner                                            167/351 

  Updating       : cups                                                 168/351 

  Updating       : mkinitrd                                             169/351 

  Updating       : system-config-network-tui                            170/351 

  Updating       : system-config-network                                171/351 

  Installing     : kernel-xen                                           172/351 

  Updating       : rhn-client-tools                                     173/351 

  Updating       : rhn-setup                                            174/351 

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

  Updating       : rhn-check                                            176/351 

  Updating       : rhnsd                                                177/351 

  Cleanup        : selinux-policy                                       178/351 

  Cleanup        : hwdata                                               179/351 

  Cleanup        : less                                                 180/351 

  Cleanup        : yum-updateonboot                                     181/351 

  Cleanup        : audit-libs-python                                    182/351 

  Cleanup        : dbus-libs                                            183/351 

  Cleanup        : initscripts                                          184/351 

  Cleanup        : libicu                                               185/351 

  Cleanup        : glibc                                                186/351 

  Cleanup        : apr                                                  187/351 

  Cleanup        : nash                                                 188/351 

  Cleanup        : e2fsprogs                                            189/351 

  Cleanup        : quota                                                190/351 

  Cleanup        : libsysfs                                             191/351 

  Cleanup        : man-pages                                            192/351 

  Cleanup        : selinux-policy-devel                                 193/351 

  Cleanup        : vnc-server                                           194/351 

  Cleanup        : jwhois                                               195/351 

  Cleanup        : libvolume_id                                         196/351 

  Cleanup        : kexec-tools                                          197/351 

  Cleanup        : bind-utils                                           198/351 

  Cleanup        : psmisc                                               199/351 

  Cleanup        : libselinux                                           200/351 

  Cleanup        : rng-utils                                            201/351 

  Cleanup        : net-snmp                                             202/351 

  Cleanup        : libgomp                                              203/351 

  Cleanup        : dhcpv6-client                                        204/351 

  Cleanup        : device-mapper                                        205/351 

  Cleanup        : gzip                                                 206/351 

  Cleanup        : curl                                                 207/351 

  Cleanup        : parted                                               208/351 

  Cleanup        : logrotate                                            209/351 

  Cleanup        : avahi                                                210/351 

  Cleanup        : device-mapper-multipath                              211/351 

  Cleanup        : avahi-compat-libdns_sd                               212/351 

  Cleanup        : dhclient                                             213/351 

  Cleanup        : glibc-headers                                        214/351 

  Cleanup        : vim-minimal                                          215/351 

  Cleanup        : traceroute                                           216/351 

  Cleanup        : libXfont                                             217/351 

  Cleanup        : pam_krb5                                             218/351 

  Cleanup        : openssh-server                                       219/351 

  Cleanup        : openldap                                             220/351 

  Cleanup        : libselinux-utils                                     221/351 

  Cleanup        : shadow-utils                                         222/351 

  Cleanup        : ksh                                                  223/351 

  Cleanup        : dmidecode                                            224/351 

  Cleanup        : krb5-libs                                            225/351 

  Cleanup        : poppler                                              226/351 

  Cleanup        : xinetd                                               227/351 

  Cleanup        : libselinux-python                                    228/351 

  Cleanup        : busybox                                              229/351 

  Cleanup        : m2crypto                                             230/351 

  Cleanup        : authconfig                                           231/351 

  Cleanup        : ruby-libs                                            232/351 

  Cleanup        : glibc-common                                         233/351 

  Cleanup        : openldap-clients                                     234/351 

  Cleanup        : authconfig-gtk                                       235/351 

  Cleanup        : python-numeric                                       236/351 

  Cleanup        : ntp                                                  237/351 

  Cleanup        : mysql                                                238/351 

  Cleanup        : mod_ssl                                              239/351 

  Cleanup        : libsmbclient                                         240/351 

  Cleanup        : tmpwatch                                             241/351 

  Cleanup        : man-pages-ja                                         242/351 

  Cleanup        : rsyslog                                              243/351 

  Cleanup        : net-snmp-libs                                        244/351 

  Cleanup        : mkinitrd                                             245/351 

  Cleanup        : ruby-irb                                             246/351 

  Cleanup        : libxml2-python                                       247/351 

  Cleanup        : kudzu                                                248/351 

  Cleanup        : libpng                                               249/351 

  Cleanup        : vim-common                                           250/351 

  Cleanup        : python-urlgrabber                                    251/351 

  Cleanup        : exim                                                 252/351 

  Cleanup        : yum-security                                         253/351 

  Cleanup        : krb5-workstation                                     254/351 

  Cleanup        : dmraid                                               255/351 

  Cleanup        : nscd                                                 256/351 

  Cleanup        : sos                                                  257/351 

  Cleanup        : finger                                               258/351 

  Cleanup        : xorg-x11-xfs                                         259/351 

  Cleanup        : lvm2                                                 260/351 

  Cleanup        : openssh-clients                                      261/351 

  Cleanup        : system-config-network                                262/351 

  Cleanup        : dbus                                                 263/351 

  Cleanup        : util-linux                                           264/351 

  Cleanup        : vnc                                                  265/351 

  Cleanup        : paps                                                 266/351 

  Cleanup        : postgresql-libs                                      267/351 

  Cleanup        : yum-fastestmirror                                    268/351 

  Cleanup        : cryptsetup-luks                                      269/351 

  Cleanup        : openswan                                             270/351 

  Cleanup        : cpuspeed                                             271/351 

  Cleanup        : httpd                                                272/351 

  Cleanup        : rhn-setup                                            273/351 

  Cleanup        : yum-rhn-plugin                                       274/351 

  Cleanup        : ruby                                                 275/351 

  Cleanup        : pango                                                276/351 

  Cleanup        : poppler-utils                                        277/351 

  Cleanup        : e2fsprogs-libs                                       278/351 

  Cleanup        : rhnlib                                               279/351 

  Cleanup        : system-config-securitylevel                          280/351 

  Cleanup        : samba-common                                         281/351 

  Cleanup        : procps                                               282/351 

  Cleanup        : SysVinit                                             283/351 

  Cleanup        : nfs-utils                                            284/351 

  Cleanup        : libtiff                                              285/351 

  Cleanup        : perl                                                 286/351 

  Cleanup        : libhugetlbfs                                         287/351 

  Cleanup        : bash                                                 288/351 

  Cleanup        : system-config-lvm                                    289/351 

  Cleanup        : ruby-rdoc                                            290/351 

  Cleanup        : kernel-headers                                       291/351 

  Cleanup        : logwatch                                             292/351 

  Cleanup        : xorg-x11-font-utils                                  293/351 

  Cleanup        : postgresql-python                                    294/351 

  Cleanup        : nss                                                  295/351 

  Cleanup        : postgresql                                           296/351 

  Cleanup        : vsftpd                                               297/351 

  Cleanup        : vim-enhanced                                         298/351 

  Cleanup        : pcre                                                 299/351 

  Cleanup        : yum-utils                                            300/351 

  Cleanup        : gdbm                                                 301/351 

  Cleanup        : crash                                                302/351 

  Cleanup        : sysfsutils                                           303/351 

  Cleanup        : openssl                                              304/351 

  Cleanup        : bind-libs                                            305/351 

  Cleanup        : cups                                                 306/351 

  Cleanup        : nss_ldap                                             307/351 

  Cleanup        : redhat-release-notes                                 308/351 

  Cleanup        : zlib                                                 309/351 

  Cleanup        : glibc-devel                                          310/351 

  Cleanup        : autofs                                               311/351 

  Cleanup        : audit-libs                                           312/351 

  Cleanup        : rsync                                                313/351 

  Cleanup        : pciutils                                             314/351 

  Cleanup        : redhat-lsb                                           315/351 

  Cleanup        : man                                                  316/351 

  Cleanup        : audit                                                317/351 

  Cleanup        : system-config-securitylevel-tui                      318/351 

  Cleanup        : rhn-check                                            319/351 

  Cleanup        : udev                                                 320/351 

  Cleanup        : nss-tools                                            321/351 

  Cleanup        : coreutils                                            322/351 

  Cleanup        : w3m                                                  323/351 

  Cleanup        : sed                                                  324/351 

  Cleanup        : kpartx                                               325/351 

  Cleanup        : samba-client                                         326/351 

  Cleanup        : sudo                                                 327/351 

  Cleanup        : patch                                                328/351 

  Cleanup        : gnome-vfs2                                           329/351 

  Cleanup        : redhat-release                                       330/351 

  Cleanup        : dmraid-events                                        331/351 

  Cleanup        : tzdata                                               332/351 

  Cleanup        : screen                                               333/351 

  Cleanup        : selinux-policy-targeted                              334/351 

  Cleanup        : avahi-glib                                           335/351 

  Cleanup        : libuser                                              336/351 

  Cleanup        : cups-libs                                            337/351 

  Cleanup        : rhnsd                                                338/351 

  Cleanup        : device-mapper-event                                  339/351 

  Cleanup        : system-config-network-tui                            340/351 

  Cleanup        : rhn-client-tools                                     341/351 

  Cleanup        : passwd                                               342/351 

  Cleanup        : yum                                                  343/351 

  Cleanup        : libxml2                                              344/351 

  Cleanup        : libgcj                                               345/351 

  Cleanup        : ghostscript                                          346/351 

  Cleanup        : pyOpenSSL                                            347/351 

  Cleanup        : openssh                                              348/351 

  Cleanup        : xulrunner                                            349/351 

  Cleanup        : hal                                                  350/351 

  Cleanup        : mod_authz_ldap                                       351/351 

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                                                 
  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

Comment 8 Kedar Bidarkar 2011-09-15 09:21:15 UTC
  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                                                            
  nss.i386 0:3.12.8-4.el5_6                                                     
  nss-tools.i386 0:3.12.8-4.el5_6                                               
  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.1                                      
  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 Host => ec2-50-18-2-15.us-west-1.compute.amazonaws.com with Image Id : ami-c7c69b82, is launched with Instance Id : i-95c814d2 , Instance Type : c1.medium and Arch : i386 in the Region : us-west-1b
This is a Hourly image
The Validate Signature is : Lk0yF1vIzKgQ0WtPwWBL9cxPjiBHy8sClPJJQ5cS6n0u0irfU6gIiyblyZUSaIjP8OVC5lU/+VOn
oYLl69rjbuwo7LQQP8hN+lx2wazh/Q+SOdci2qLvQZyHIh59Yp6MuksX2LLm0g7PrAm7Re7UAyuz
d0jhbFoCAceAH6FUwM4=

## 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 09:21:23 UTC
IMAGE ID= ami-c7c69b82_us-west-1_m1.small
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This Host => ec2-50-18-30-16.us-west-1.compute.amazonaws.com with Image Id : ami-c7c69b82, is launched with Instance Id : i-adc814ea , Instance Type : m1.small and Arch : i386 in the Region : us-west-1b
This is a Hourly image
The Validate Signature is : KP7MqRBStDLaXAmuKvmwjht1m3GDbPXvpjH1vBOkCxNpR7Zn8XYzyAP9lNHohquav9xy3fBfXHbP
C8viL0V19JaKUu4R7GN2hshnlKhl5ChI+uVthgQIID7ikAU4LDPw5uarJF0M8vOXWbtOTar7selK
zUV9hVqsdifDX1aCEQ0=
/root/valid/src
ip-10-166-223-167
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, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-us-west-client-config-server-5: rhui2-cds01.us-west-1.aws.ce.redhat.com
 * rhui-us-west-rhel-server: rhui2-cds01.us-west-1.aws.ce.redhat.com
repo id                             repo name                     status
rhui-us-west-client-config-server-5 Red Hat Update Infrastructure enabled:     0
rhui-us-west-rhel-server            Red Hat Enterprise Linux Serv enabled: 9,169
repolist: 9,169 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-us-west-client-config-server-5: rhui2-cds01.us-west-1.aws.ce.redhat.com
 * rhui-us-west-rhel-server: rhui2-cds01.us-west-1.aws.ce.redhat.com
================================= 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, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-us-west-client-config-server-5: rhui2-cds01.us-west-1.aws.ce.redhat.com
 * rhui-us-west-rhel-server: rhui2-cds01.us-west-1.aws.ce.redhat.com
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, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-us-west-client-config-server-5: rhui2-cds01.us-west-1.aws.ce.redhat.com
 * rhui-us-west-rhel-server: rhui2-cds01.us-west-1.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
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: gnome-python2-gconf for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb 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: libasm.so.1 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130) for package: elfutils
--> Processing Dependency: libdw.so.1 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122) 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++ = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++-devel = 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 = 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-libs = 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: libcspi.so.0 for package: pyspi
--> Processing Dependency: libspi.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: libXxf86misc.so.1 for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6 for package: xorg-x11-server-utils
--> Processing Dependency: libXfontcache.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-us-west-rhel-server 646 k
 automake             noarch 1.9.6-2.3.el5       rhui-us-west-rhel-server 476 k
 automake14           noarch 1.4p6-13.el5.1      rhui-us-west-rhel-server 200 k
 automake15           noarch 1.5-16.el5.2        rhui-us-west-rhel-server 230 k
 automake16           noarch 1.6.3-8.el5.1       rhui-us-west-rhel-server 241 k
 automake17           noarch 1.7.9-7.el5.2       rhui-us-west-rhel-server 278 k
 bison                i386   2.3-2.1             rhui-us-west-rhel-server 536 k
 byacc                i386   1.9-29.2.2          rhui-us-west-rhel-server  38 k
 cscope               i386   15.5-15.1.el5_3.1   rhui-us-west-rhel-server 136 k
 ctags                i386   5.6-1.1             rhui-us-west-rhel-server 127 k
 cvs                  i386   1.11.22-7.el5       rhui-us-west-rhel-server 725 k
 dev86                i386   0.16.17-2.2         rhui-us-west-rhel-server 372 k
 diffstat             i386   1.41-1.2.3.el5      rhui-us-west-rhel-server  18 k
 dogtail              noarch 0.6.1-4.el5         rhui-us-west-rhel-server 172 k
 doxygen              i386   1:1.4.7-1.1         rhui-us-west-rhel-server 2.3 M
 elfutils             i386   0.137-3.el5         rhui-us-west-rhel-server 228 k
 flex                 i386   2.5.4a-41.fc6       rhui-us-west-rhel-server 124 k
 gcc-c++              i386   4.1.2-51.el5        rhui-us-west-rhel-server 3.4 M
 gcc-gfortran         i386   4.1.2-51.el5        rhui-us-west-rhel-server 3.1 M
 gdb                  i386   7.0.1-37.el5_7.1    rhui-us-west-rhel-server 2.4 M
 indent               i386   2.2.9-14.fc6        rhui-us-west-rhel-server  93 k
 libtool              i386   1.5.22-7.el5_4      rhui-us-west-rhel-server 667 k
 ltrace               i386   0.5-13.45svn.el5    rhui-us-west-rhel-server  61 k
 oprofile             i386   0.9.4-15.el5        rhui-us-west-rhel-server 2.7 M
 patchutils           i386   0.2.31-2.2.2        rhui-us-west-rhel-server 109 k
 pstack               i386   1.2-7.2.2           rhui-us-west-rhel-server 4.6 k
 python-ldap          i386   2.2.0-2.1           rhui-us-west-rhel-server 122 k
 rcs                  i386   5.7-30.1            rhui-us-west-rhel-server 332 k
 redhat-rpm-config    noarch 8.0.45-32.el5       rhui-us-west-rhel-server  54 k
 rpm-build            i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 302 k
 splint               i386   3.1.1-16.el5        rhui-us-west-rhel-server 1.5 M
 strace               i386   4.5.18-5.el5_5.5    rhui-us-west-rhel-server 172 k
 swig                 i386   1.3.29-2.el5        rhui-us-west-rhel-server 2.9 M
 systemtap            i386   1.3-9.el5           rhui-us-west-rhel-server 2.5 M
 texinfo              i386   4.8-14.el5          rhui-us-west-rhel-server 753 k
 valgrind             i386   1:3.5.0-5.el5       rhui-us-west-rhel-server  20 M
Updating:
 gcc                  i386   4.1.2-51.el5        rhui-us-west-rhel-server 5.2 M
 gettext              i386   0.17-1.el5          rhui-us-west-rhel-server 2.4 M
 python               i386   2.4.3-44.el5        rhui-us-west-rhel-server  57 k
 subversion           i386   1.6.11-7.el5_6.4    rhui-us-west-rhel-server 3.1 M
Installing for dependencies:
 at-spi               i386   1.7.11-3.el5        rhui-us-west-rhel-server 290 k
 elfutils-libs        i386   0.137-3.el5         rhui-us-west-rhel-server 193 k
 gnome-python2-gconf  i386   2.16.0-1.fc6        rhui-us-west-rhel-server  32 k
 imake                i386   1.0.2-3             rhui-us-west-rhel-server 318 k
 libXTrap             i386   1.0.0-3.1           rhui-us-west-rhel-server  23 k

Comment 10 Kedar Bidarkar 2011-09-15 09:21:27 UTC
 libXevie             i386   1.0.1-3.1           rhui-us-west-rhel-server  14 k
 libXfontcache        i386   1.0.2-3.1           rhui-us-west-rhel-server 9.7 k
 libXxf86misc         i386   1.0.1-3.1           rhui-us-west-rhel-server  12 k
 libgfortran          i386   4.1.2-51.el5        rhui-us-west-rhel-server 232 k
 libstdc++-devel      i386   4.1.2-51.el5        rhui-us-west-rhel-server 2.8 M
 pyspi                i386   0.6.1-1.el5         rhui-us-west-rhel-server  79 k
 python-libs          i386   2.4.3-44.el5        rhui-us-west-rhel-server 5.8 M
 systemtap-runtime    i386   1.3-9.el5           rhui-us-west-rhel-server  93 k
 xorg-x11-server-Xvfb i386   1.1.1-48.76.el5_6.4 rhui-us-west-rhel-server 1.6 M
 xorg-x11-server-utils
                      i386   7.1-5.el5_6.2       rhui-us-west-rhel-server 164 k
 xorg-x11-xinit       i386   1.0.2-15.el5        rhui-us-west-rhel-server  26 k
Updating for dependencies:
 cpp                  i386   4.1.2-51.el5        rhui-us-west-rhel-server 2.7 M
 libgcc               i386   4.1.2-51.el5        rhui-us-west-rhel-server  96 k
 libstdc++            i386   4.1.2-51.el5        rhui-us-west-rhel-server 363 k
 popt                 i386   1.10.2.3-22.el5     rhui-us-west-rhel-server  75 k
 rpm                  i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 1.2 M
 rpm-libs             i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 928 k
 rpm-python           i386   4.4.2.3-22.el5      rhui-us-west-rhel-server  60 k

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

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

Comment 11 Kedar Bidarkar 2011-09-15 09:21:30 UTC
 ruby                i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server 276 k
 ruby-irb            i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server  69 k
 ruby-libs           i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server 1.6 M
 ruby-rdoc           i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server 135 k
 samba-client        i386   3.0.33-3.29.el5_7.4  rhui-us-west-rhel-server 5.7 M
 samba-common        i386   3.0.33-3.29.el5_7.4  rhui-us-west-rhel-server 6.7 M
 screen              i386   4.0.3-4.el5          rhui-us-west-rhel-server 559 k
 sed                 i386   4.1.5-8.el5          rhui-us-west-rhel-server 176 k
 selinux-policy      noarch 2.4.6-316.el5        rhui-us-west-rhel-server 420 k
 selinux-policy-devel
                     noarch 2.4.6-316.el5        rhui-us-west-rhel-server 446 k
 selinux-policy-targeted
                     noarch 2.4.6-316.el5        rhui-us-west-rhel-server 1.3 M
 shadow-utils        i386   2:4.0.17-18.el5_6.1  rhui-us-west-rhel-server 1.0 M
 sos                 noarch 1.7-9.54.el5         rhui-us-west-rhel-server 151 k
 sudo                i386   1.7.2p1-10.el5       rhui-us-west-rhel-server 348 k
 sysfsutils          i386   2.1.0-1.el5          rhui-us-west-rhel-server  39 k
 system-config-lvm   noarch 1.1.5-9.el5          rhui-us-west-rhel-server 690 k
 system-config-network
                     noarch 1.3.99.19-2.el5      rhui-us-west-rhel-server 424 k
 system-config-network-tui
                     noarch 1.3.99.19-2.el5      rhui-us-west-rhel-server 1.8 M
 system-config-securitylevel
                     i386   1.6.29.1-6.el5       rhui-us-west-rhel-server 280 k
 system-config-securitylevel-tui
                     i386   1.6.29.1-6.el5       rhui-us-west-rhel-server 254 k
 tmpwatch            i386   2.9.7-1.1.el5.5      rhui-us-west-rhel-server  19 k
 traceroute          i386   3:2.0.1-6.el5        rhui-us-west-rhel-server  40 k
 tzdata              i386   2011h-2.el5          rhui-us-west-rhel-server 781 k
 udev                i386   095-14.27.el5        rhui-us-west-rhel-server 2.4 M
 util-linux          i386   2.13-0.56.el5        rhui-us-west-rhel-server 1.8 M
 vim-common          i386   2:7.0.109-7.el5      rhui-us-west-rhel-server 6.4 M
 vim-enhanced        i386   2:7.0.109-7.el5      rhui-us-west-rhel-server 1.2 M
 vim-minimal         i386   2:7.0.109-7.el5      rhui-us-west-rhel-server 310 k
 vnc                 i386   4.1.2-14.el5_6.6     rhui-us-west-rhel-server 160 k
 vnc-server          i386   4.1.2-14.el5_6.6     rhui-us-west-rhel-server 2.0 M
 vsftpd              i386   2.0.5-21.el5         rhui-us-west-rhel-server 142 k
 w3m                 i386   0.5.1-18.el5         rhui-us-west-rhel-server 1.1 M
 xinetd              i386   2:2.3.14-13.el5      rhui-us-west-rhel-server 125 k
 xorg-x11-font-utils i386   1:7.1-3              rhui-us-west-rhel-server  76 k
 xorg-x11-xfs        i386   1:1.0.2-5.el5_6.1    rhui-us-west-rhel-server  69 k
 xulrunner           i386   1.9.2.22-1.el5_7     rhui-us-west-rhel-server  12 M
 yum                 noarch 3.2.22-37.el5        rhui-us-west-rhel-server 1.0 M
 yum-fastestmirror   noarch 1.1.16-16.el5        rhui-us-west-rhel-server  19 k
 yum-rhn-plugin      noarch 0.5.4-22.el5_7.1     rhui-us-west-rhel-server  63 k
 yum-security        noarch 1.1.16-16.el5        rhui-us-west-rhel-server  25 k
 yum-updateonboot    noarch 1.1.16-16.el5        rhui-us-west-rhel-server  13 k
 yum-utils           noarch 1.1.16-16.el5        rhui-us-west-rhel-server  71 k
 zlib                i386   1.2.3-4.el5          rhui-us-west-rhel-server  51 k
Installing for dependencies:
 iscsi-initiator-utils
                     i386   6.2.0.872-10.el5     rhui-us-west-rhel-server 974 k

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

Total download size: 225 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.2 MB/s | 225 MB     00:52     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/351 

  Updating       : tzdata                                                 2/351 

  Updating       : glibc-common                                           3/351 

  Updating       : kernel-headers                                         4/351 

  Updating       : busybox                                                5/351 

  Updating       : nash                                                   6/351 

  Updating       : redhat-release-notes                                   7/351 

  Updating       : man-pages-ja                                           8/351 

  Updating       : man-pages                                              9/351 

  Updating       : glibc                                                 10/351 

  Updating       : bash                                                  11/351 

  Updating       : libselinux                                            12/351 

  Updating       : zlib                                                  13/351 

  Updating       : coreutils                                             14/351 

  Updating       : device-mapper                                         15/351 

  Updating       : e2fsprogs-libs                                        16/351 

  Updating       : krb5-libs                                             17/351 

  Updating       : openssl                                               18/351 

  Updating       : openldap                                              19/351 

  Updating       : audit-libs                                            20/351 

  Updating       : shadow-utils                                          21/351 

  Updating       : sed                                                   22/351 

  Updating       : nss                                                   23/351 

  Updating       : pango                                                 24/351 

  Updating       : udev                                                  25/351 

  Updating       : util-linux                                            26/351 

  Updating       : postgresql-libs                                       27/351 

  Updating       : libXfont                                              28/351 

  Updating       : libxml2                                               29/351 

  Updating       : procps                                                30/351 

  Updating       : psmisc                                                31/351 

  Updating       : kpartx                                                32/351 

  Updating       : libpng                                                33/351 

  Updating       : libtiff                                               34/351 

  Updating       : cups-libs                                             35/351 

  Updating       : libsysfs                                              36/351 

  Updating       : pcre                                                  37/351 

  Updating       : gdbm                                                  38/351 

  Updating       : perl                                                  39/351 

  Updating       : libxml2-python                                        40/351 

  Updating       : m2crypto                                              41/351 

  Updating       : e2fsprogs                                             42/351 

  Updating       : logrotate                                             43/351 

  Updating       : SysVinit                                              44/351 

  Updating       : less                                                  45/351 

  Updating       : gzip                                                  46/351 

  Updating       : mysql                                                 47/351 

  Updating       : ruby-libs                                             48/351 

  Updating       : ruby                                                  49/351 

  Updating       : poppler                                               50/351 

  Updating       : libuser                                               51/351 

  Updating       : net-snmp-libs                                         52/351 

  Updating       : bind-libs                                             53/351 

  Updating       : apr                                                   54/351 

  Updating       : cryptsetup-luks                                       55/351 

  Updating       : libvolume_id                                          56/351 

  Updating       : passwd                                                57/351 

  Updating       : poppler-utils                                         58/351 

  Updating       : man                                                   59/351 

  Updating       : rsyslog                                               60/351 

  Updating       : xorg-x11-font-utils                                   61/351 

  Updating       : device-mapper-multipath                               62/351 

  Updating       : paps                                                  63/351 

  Updating       : tmpwatch                                              64/351 

  Updating       : nscd                                                  65/351 

  Updating       : pyOpenSSL                                             66/351 

  Updating       : device-mapper-event                                   67/351 

  Updating       : lvm2                                                  68/351 

  Updating       : vim-minimal                                           69/351 

  Updating       : libselinux-utils                                      70/351 

  Updating       : patch                                                 71/351 

  Updating       : pciutils                                              72/351 

  Updating       : dmidecode                                             73/351 

  Updating       : system-config-securitylevel-tui                       74/351 

  Updating       : nss_ldap                                              75/351 

  Updating       : ghostscript                                           76/351 

  Updating       : libgcj                                                77/351 

  Updating       : authconfig                                            78/351 

  Updating       : libsmbclient                                          79/351 

  Updating       : samba-common                                          80/351 

  Updating       : curl                                                  81/351 

  Installing     : iscsi-initiator-utils                                 82/351 

  Updating       : pam_krb5                                              83/351 

  Updating       : parted                                                84/351 

  Updating       : libgomp                                               85/351 

  Updating       : vim-common                                            86/351 

  Updating       : libicu                                                87/351 

  Updating       : vim-enhanced                                          88/351 

  Updating       : samba-client                                          89/351 

  Updating       : sudo                                                  90/351 

  Updating       : bind-utils                                            91/351 

  Updating       : net-snmp                                              92/351 

  Updating       : openswan                                              93/351 

  Updating       : sysfsutils                                            94/351 

  Updating       : autofs                                                95/351 

  Updating       : vnc-server                                            96/351 

  Updating       : postgresql-python                                     97/351 

  Updating       : krb5-workstation                                      98/351 

  Updating       : nfs-utils                                             99/351 

  Updating       : nss-tools                                            100/351 

  Updating       : kexec-tools                                          101/351 

  Updating       : screen                                               102/351 

  Updating       : audit-libs-python                                    103/351 

  Updating       : audit                                                104/351 

  Updating       : openldap-clients                                     105/351 

  Updating       : ksh                                                  106/351 

  Updating       : crash                                                107/351 

  Updating       : libselinux-python                                    108/351 

  Updating       : jwhois                                               109/351 

  Updating       : cpuspeed                                             110/351 

  Updating       : traceroute                                           111/351 

  Updating       : python-numeric                                       112/351 

  Updating       : finger                                               113/351 

  Updating       : libhugetlbfs                                         114/351 

  Updating       : rsync                                                115/351 

  Updating       : rhnlib                                               116/351 

  Updating       : python-urlgrabber                                    117/351 

  Updating       : yum                                                  118/351 

  Updating       : selinux-policy                                       119/351 

  Updating       : glibc-headers                                        120/351 

  Updating       : redhat-release                                       121/351 

  Updating       : ruby-irb                                             122/351 

  Updating       : ruby-rdoc                                            123/351 

  Updating       : glibc-devel                                          124/351 

  Updating       : selinux-policy-devel                                 125/351 

  Updating       : selinux-policy-targeted                              126/351/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                                     127/351 

  Updating       : yum-security                                         128/351 

  Updating       : yum-fastestmirror                                    129/351 

  Updating       : yum-utils                                            130/351 

  Updating       : authconfig-gtk                                       131/351 

  Updating       : system-config-securitylevel                          132/351 

  Updating       : system-config-lvm                                    133/351 

  Updating       : sos                                                  134/351 

  Updating       : logwatch                                             135/351 

  Updating       : w3m                                                  136/351 

  Updating       : ntp                                                  137/351 

  Installing     : kernel-xen-devel                                     138/351 

  Updating       : initscripts                                          139/351 

  Updating       : httpd                                                140/351 

  Updating       : exim                                                 141/351 

  Updating       : openssh                                              142/351 

  Updating       : openssh-server                                       143/351 

  Updating       : openssh-clients                                      144/351 

  Updating       : mod_ssl                                              145/351 

  Updating       : mod_authz_ldap                                       146/351 

  Updating       : quota                                                147/351 

  Updating       : rng-utils                                            148/351 

  Updating       : dhcpv6-client                                        149/351 

  Updating       : dhclient                                             150/351 

  Updating       : xorg-x11-xfs                                         151/351 

  Updating       : vnc                                                  152/351 

  Updating       : postgresql                                           153/351 

  Updating       : vsftpd                                               154/351 

  Updating       : redhat-lsb                                           155/351 

  Updating       : xinetd                                               156/351 

  Updating       : dbus-libs                                            157/351 

  Updating       : dbus                                                 158/351 

  Updating       : avahi                                                159/351 

  Updating       : hal                                                  160/351 

  Updating       : dmraid                                               161/351 

  Updating       : avahi-compat-libdns_sd                               162/351 

  Updating       : avahi-glib                                           163/351 

  Updating       : gnome-vfs2                                           164/351 

  Updating       : kudzu                                                165/351 

  Updating       : dmraid-events                                        166/351 

  Updating       : xulrunner                                            167/351 

  Updating       : cups                                                 168/351 

  Updating       : mkinitrd                                             169/351 

  Updating       : system-config-network-tui                            170/351 

  Updating       : system-config-network                                171/351 

  Installing     : kernel-xen                                           172/351 

  Updating       : rhn-client-tools                                     173/351 

  Updating       : rhn-setup                                            174/351 

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

  Updating       : rhn-check                                            176/351 

  Updating       : rhnsd                                                177/351 

  Cleanup        : selinux-policy                                       178/351 

  Cleanup        : hwdata                                               179/351 

  Cleanup        : less                                                 180/351 

  Cleanup        : yum-updateonboot                                     181/351 

  Cleanup        : audit-libs-python                                    182/351 

  Cleanup        : dbus-libs                                            183/351 

  Cleanup        : initscripts                                          184/351 

  Cleanup        : libicu                                               185/351 

  Cleanup        : glibc                                                186/351 

  Cleanup        : apr                                                  187/351 

  Cleanup        : nash                                                 188/351 

  Cleanup        : e2fsprogs                                            189/351 

  Cleanup        : quota                                                190/351 

  Cleanup        : libsysfs                                             191/351 

  Cleanup        : man-pages                                            192/351 

  Cleanup        : selinux-policy-devel                                 193/351 

  Cleanup        : vnc-server                                           194/351 

  Cleanup        : jwhois                                               195/351 

  Cleanup        : libvolume_id                                         196/351 

  Cleanup        : kexec-tools                                          197/351 

  Cleanup        : bind-utils                                           198/351 

  Cleanup        : psmisc                                               199/351 

  Cleanup        : libselinux                                           200/351 

  Cleanup        : rng-utils                                            201/351 

  Cleanup        : net-snmp                                             202/351 

  Cleanup        : libgomp                                              203/351 

  Cleanup        : dhcpv6-client                                        204/351 

  Cleanup        : device-mapper                                        205/351 

  Cleanup        : gzip                                                 206/351 

  Cleanup        : curl                                                 207/351 

  Cleanup        : parted                                               208/351 

  Cleanup        : logrotate                                            209/351 

  Cleanup        : avahi                                                210/351 

  Cleanup        : device-mapper-multipath                              211/351 

  Cleanup        : avahi-compat-libdns_sd                               212/351 

  Cleanup        : dhclient                                             213/351 

  Cleanup        : glibc-headers                                        214/351 

  Cleanup        : vim-minimal                                          215/351 

  Cleanup        : traceroute                                           216/351 

  Cleanup        : libXfont                                             217/351 

  Cleanup        : pam_krb5                                             218/351 

  Cleanup        : openssh-server                                       219/351 

  Cleanup        : openldap                                             220/351 

  Cleanup        : libselinux-utils                                     221/351 

  Cleanup        : shadow-utils                                         222/351 

  Cleanup        : ksh                                                  223/351 

  Cleanup        : dmidecode                                            224/351 

  Cleanup        : krb5-libs                                            225/351 

  Cleanup        : poppler                                              226/351 

  Cleanup        : xinetd                                               227/351 

  Cleanup        : libselinux-python                                    228/351 

  Cleanup        : busybox                                              229/351 

  Cleanup        : m2crypto                                             230/351 

  Cleanup        : authconfig                                           231/351 

  Cleanup        : ruby-libs                                            232/351 

  Cleanup        : glibc-common                                         233/351 

  Cleanup        : openldap-clients                                     234/351 

  Cleanup        : authconfig-gtk                                       235/351 

  Cleanup        : python-numeric                                       236/351 

  Cleanup        : ntp                                                  237/351 

  Cleanup        : mysql                                                238/351 

  Cleanup        : mod_ssl                                              239/351 

  Cleanup        : libsmbclient                                         240/351 

  Cleanup        : tmpwatch                                             241/351 

  Cleanup        : man-pages-ja                                         242/351 

  Cleanup        : rsyslog                                              243/351 

  Cleanup        : net-snmp-libs                                        244/351 

  Cleanup        : mkinitrd                                             245/351 

  Cleanup        : ruby-irb                                             246/351 

  Cleanup        : libxml2-python                                       247/351 

  Cleanup        : kudzu                                                248/351 

  Cleanup        : libpng                                               249/351 

  Cleanup        : vim-common                                           250/351 

  Cleanup        : python-urlgrabber                                    251/351 

  Cleanup        : exim                                                 252/351 

  Cleanup        : yum-security                                         253/351 

  Cleanup        : krb5-workstation                                     254/351 

  Cleanup        : dmraid                                               255/351 

  Cleanup        : nscd                                                 256/351 

  Cleanup        : sos                                                  257/351 

  Cleanup        : finger                                               258/351 

  Cleanup        : xorg-x11-xfs                                         259/351 

  Cleanup        : lvm2                                                 260/351 

  Cleanup        : openssh-clients                                      261/351 

  Cleanup        : system-config-network                                262/351 

  Cleanup        : dbus                                                 263/351 

  Cleanup        : util-linux                                           264/351 

  Cleanup        : vnc                                                  265/351 

  Cleanup        : paps                                                 266/351 

  Cleanup        : postgresql-libs                                      267/351 

  Cleanup        : yum-fastestmirror                                    268/351 

  Cleanup        : cryptsetup-luks                                      269/351 

  Cleanup        : openswan                                             270/351 

  Cleanup        : cpuspeed                                             271/351 

  Cleanup        : httpd                                                272/351 

  Cleanup        : rhn-setup                                            273/351 

  Cleanup        : yum-rhn-plugin                                       274/351 

  Cleanup        : ruby                                                 275/351 

  Cleanup        : pango                                                276/351 

  Cleanup        : poppler-utils                                        277/351 

  Cleanup        : e2fsprogs-libs                                       278/351 

  Cleanup        : rhnlib                                               279/351 

  Cleanup        : system-config-securitylevel                          280/351 

  Cleanup        : samba-common                                         281/351 

  Cleanup        : procps                                               282/351 

  Cleanup        : SysVinit                                             283/351 

  Cleanup        : nfs-utils                                            284/351 

  Cleanup        : libtiff                                              285/351 

  Cleanup        : perl                                                 286/351 

  Cleanup        : libhugetlbfs                                         287/351 

  Cleanup        : bash                                                 288/351 

  Cleanup        : system-config-lvm                                    289/351 

  Cleanup        : ruby-rdoc                                            290/351 

  Cleanup        : kernel-headers                                       291/351 

  Cleanup        : logwatch                                             292/351 

  Cleanup        : xorg-x11-font-utils                                  293/351 

  Cleanup        : postgresql-python                                    294/351 

  Cleanup        : nss                                                  295/351 

  Cleanup        : postgresql                                           296/351 

  Cleanup        : vsftpd                                               297/351 

  Cleanup        : vim-enhanced                                         298/351 

  Cleanup        : pcre                                                 299/351 

  Cleanup        : yum-utils                                            300/351 

  Cleanup        : gdbm                                                 301/351 

  Cleanup        : crash                                                302/351 

  Cleanup        : sysfsutils                                           303/351 

  Cleanup        : openssl                                              304/351 

  Cleanup        : bind-libs                                            305/351 

  Cleanup        : cups                                                 306/351 

  Cleanup        : nss_ldap                                             307/351 

  Cleanup        : redhat-release-notes                                 308/351 

  Cleanup        : zlib                                                 309/351 

  Cleanup        : glibc-devel                                          310/351 

  Cleanup        : autofs                                               311/351 

  Cleanup        : audit-libs                                           312/351 

  Cleanup        : rsync                                                313/351 

  Cleanup        : pciutils                                             314/351 

  Cleanup        : redhat-lsb                                           315/351 

  Cleanup        : man                                                  316/351 

  Cleanup        : audit                                                317/351 

  Cleanup        : system-config-securitylevel-tui                      318/351 

  Cleanup        : rhn-check                                            319/351 

  Cleanup        : udev                                                 320/351 

  Cleanup        : nss-tools                                            321/351 

  Cleanup        : coreutils                                            322/351 

  Cleanup        : w3m                                                  323/351 

  Cleanup        : sed                                                  324/351 

  Cleanup        : kpartx                                               325/351 

  Cleanup        : samba-client                                         326/351 

  Cleanup        : sudo                                                 327/351 

  Cleanup        : patch                                                328/351 

  Cleanup        : gnome-vfs2                                           329/351 

  Cleanup        : redhat-release                                       330/351 

  Cleanup        : dmraid-events                                        331/351 

  Cleanup        : tzdata                                               332/351 

  Cleanup        : screen                                               333/351 

  Cleanup        : selinux-policy-targeted                              334/351 

  Cleanup        : avahi-glib                                           335/351 

  Cleanup        : libuser                                              336/351 

  Cleanup        : cups-libs                                            337/351 

  Cleanup        : rhnsd                                                338/351 

  Cleanup        : device-mapper-event                                  339/351 

  Cleanup        : system-config-network-tui                            340/351 

  Cleanup        : rhn-client-tools                                     341/351 

  Cleanup        : passwd                                               342/351 

  Cleanup        : yum                                                  343/351 

  Cleanup        : libxml2                                              344/351 

  Cleanup        : libgcj                                               345/351 

  Cleanup        : ghostscript                                          346/351 

  Cleanup        : pyOpenSSL                                            347/351 

  Cleanup        : openssh                                              348/351 

  Cleanup        : xulrunner                                            349/351 

  Cleanup        : hal                                                  350/351 

  Cleanup        : mod_authz_ldap                                       351/351 

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                                                 
  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

Comment 12 Kedar Bidarkar 2011-09-15 09:21:33 UTC
  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                                                            
  nss.i386 0:3.12.8-4.el5_6                                                     
  nss-tools.i386 0:3.12.8-4.el5_6                                               
  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.1                                      
  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 Host => ec2-50-18-30-16.us-west-1.compute.amazonaws.com with Image Id : ami-c7c69b82, is launched with Instance Id : i-adc814ea , Instance Type : m1.small and Arch : i386 in the Region : us-west-1b
This is a Hourly image
The Validate Signature is : KP7MqRBStDLaXAmuKvmwjht1m3GDbPXvpjH1vBOkCxNpR7Zn8XYzyAP9lNHohquav9xy3fBfXHbP
C8viL0V19JaKUu4R7GN2hshnlKhl5ChI+uVthgQIID7ikAU4LDPw5uarJF0M8vOXWbtOTar7selK
zUV9hVqsdifDX1aCEQ0=

## 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 09:29:03 UTC
IMAGE ID= ami-c7c69b82_us-west-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 Host =>  with Image Id : ami-c7c69b82, is launched with Instance Id : i-adc814ea , Instance Type : m1.small and Arch : i386 in the Region : us-west-1b
This is a Hourly image
The Validate Signature is : KP7MqRBStDLaXAmuKvmwjht1m3GDbPXvpjH1vBOkCxNpR7Zn8XYzyAP9lNHohquav9xy3fBfXHbP
C8viL0V19JaKUu4R7GN2hshnlKhl5ChI+uVthgQIID7ikAU4LDPw5uarJF0M8vOXWbtOTar7selK
zUV9hVqsdifDX1aCEQ0=
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 09:29:06 UTC
 libXevie             i386   1.0.1-3.1           rhui-us-west-rhel-server  14 k
 libXfontcache        i386   1.0.2-3.1           rhui-us-west-rhel-server 9.7 k
 libXxf86misc         i386   1.0.1-3.1           rhui-us-west-rhel-server  12 k
 libgfortran          i386   4.1.2-51.el5        rhui-us-west-rhel-server 232 k
 libstdc++-devel      i386   4.1.2-51.el5        rhui-us-west-rhel-server 2.8 M
 pyspi                i386   0.6.1-1.el5         rhui-us-west-rhel-server  79 k
 python-libs          i386   2.4.3-44.el5        rhui-us-west-rhel-server 5.8 M
 systemtap-runtime    i386   1.3-9.el5           rhui-us-west-rhel-server  93 k
 xorg-x11-server-Xvfb i386   1.1.1-48.76.el5_6.4 rhui-us-west-rhel-server 1.6 M
 xorg-x11-server-utils
                      i386   7.1-5.el5_6.2       rhui-us-west-rhel-server 164 k
 xorg-x11-xinit       i386   1.0.2-15.el5        rhui-us-west-rhel-server  26 k
Updating for dependencies:
 cpp                  i386   4.1.2-51.el5        rhui-us-west-rhel-server 2.7 M
 libgcc               i386   4.1.2-51.el5        rhui-us-west-rhel-server  96 k
 libstdc++            i386   4.1.2-51.el5        rhui-us-west-rhel-server 363 k
 popt                 i386   1.10.2.3-22.el5     rhui-us-west-rhel-server  75 k
 rpm                  i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 1.2 M
 rpm-libs             i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 928 k
 rpm-python           i386   4.4.2.3-22.el5      rhui-us-west-rhel-server  60 k

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

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

Comment 15 Kedar Bidarkar 2011-09-15 09:29:09 UTC
 ruby                i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server 276 k
 ruby-irb            i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server  69 k
 ruby-libs           i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server 1.6 M
 ruby-rdoc           i386   1.8.5-19.el5_6.1     rhui-us-west-rhel-server 135 k
 samba-client        i386   3.0.33-3.29.el5_7.4  rhui-us-west-rhel-server 5.7 M
 samba-common        i386   3.0.33-3.29.el5_7.4  rhui-us-west-rhel-server 6.7 M
 screen              i386   4.0.3-4.el5          rhui-us-west-rhel-server 559 k
 sed                 i386   4.1.5-8.el5          rhui-us-west-rhel-server 176 k
 selinux-policy      noarch 2.4.6-316.el5        rhui-us-west-rhel-server 420 k
 selinux-policy-devel
                     noarch 2.4.6-316.el5        rhui-us-west-rhel-server 446 k
 selinux-policy-targeted
                     noarch 2.4.6-316.el5        rhui-us-west-rhel-server 1.3 M
 shadow-utils        i386   2:4.0.17-18.el5_6.1  rhui-us-west-rhel-server 1.0 M
 sos                 noarch 1.7-9.54.el5         rhui-us-west-rhel-server 151 k
 sudo                i386   1.7.2p1-10.el5       rhui-us-west-rhel-server 348 k
 sysfsutils          i386   2.1.0-1.el5          rhui-us-west-rhel-server  39 k
 system-config-lvm   noarch 1.1.5-9.el5          rhui-us-west-rhel-server 690 k
 system-config-network
                     noarch 1.3.99.19-2.el5      rhui-us-west-rhel-server 424 k
 system-config-network-tui
                     noarch 1.3.99.19-2.el5      rhui-us-west-rhel-server 1.8 M
 system-config-securitylevel
                     i386   1.6.29.1-6.el5       rhui-us-west-rhel-server 280 k
 system-config-securitylevel-tui
                     i386   1.6.29.1-6.el5       rhui-us-west-rhel-server 254 k
 tmpwatch            i386   2.9.7-1.1.el5.5      rhui-us-west-rhel-server  19 k
 traceroute          i386   3:2.0.1-6.el5        rhui-us-west-rhel-server  40 k
 tzdata              i386   2011h-2.el5          rhui-us-west-rhel-server 781 k
 udev                i386   095-14.27.el5        rhui-us-west-rhel-server 2.4 M
 util-linux          i386   2.13-0.56.el5        rhui-us-west-rhel-server 1.8 M
 vim-common          i386   2:7.0.109-7.el5      rhui-us-west-rhel-server 6.4 M
 vim-enhanced        i386   2:7.0.109-7.el5      rhui-us-west-rhel-server 1.2 M
 vim-minimal         i386   2:7.0.109-7.el5      rhui-us-west-rhel-server 310 k
 vnc                 i386   4.1.2-14.el5_6.6     rhui-us-west-rhel-server 160 k
 vnc-server          i386   4.1.2-14.el5_6.6     rhui-us-west-rhel-server 2.0 M
 vsftpd              i386   2.0.5-21.el5         rhui-us-west-rhel-server 142 k
 w3m                 i386   0.5.1-18.el5         rhui-us-west-rhel-server 1.1 M
 xinetd              i386   2:2.3.14-13.el5      rhui-us-west-rhel-server 125 k
 xorg-x11-font-utils i386   1:7.1-3              rhui-us-west-rhel-server  76 k
 xorg-x11-xfs        i386   1:1.0.2-5.el5_6.1    rhui-us-west-rhel-server  69 k
 xulrunner           i386   1.9.2.22-1.el5_7     rhui-us-west-rhel-server  12 M
 yum                 noarch 3.2.22-37.el5        rhui-us-west-rhel-server 1.0 M
 yum-fastestmirror   noarch 1.1.16-16.el5        rhui-us-west-rhel-server  19 k
 yum-rhn-plugin      noarch 0.5.4-22.el5_7.1     rhui-us-west-rhel-server  63 k
 yum-security        noarch 1.1.16-16.el5        rhui-us-west-rhel-server  25 k
 yum-updateonboot    noarch 1.1.16-16.el5        rhui-us-west-rhel-server  13 k
 yum-utils           noarch 1.1.16-16.el5        rhui-us-west-rhel-server  71 k
 zlib                i386   1.2.3-4.el5          rhui-us-west-rhel-server  51 k
Installing for dependencies:
 iscsi-initiator-utils
                     i386   6.2.0.872-10.el5     rhui-us-west-rhel-server 974 k

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

Total download size: 225 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           4.2 MB/s | 225 MB     00:52     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating       : hwdata                                                 1/351 

  Updating       : tzdata                                                 2/351 

  Updating       : glibc-common                                           3/351 

  Updating       : kernel-headers                                         4/351 

  Updating       : busybox                                                5/351 

  Updating       : nash                                                   6/351 

  Updating       : redhat-release-notes                                   7/351 

  Updating       : man-pages-ja                                           8/351 

  Updating       : man-pages                                              9/351 

  Updating       : glibc                                                 10/351 

  Updating       : bash                                                  11/351 

  Updating       : libselinux                                            12/351 

  Updating       : zlib                                                  13/351 

  Updating       : coreutils                                             14/351 

  Updating       : device-mapper                                         15/351 

  Updating       : e2fsprogs-libs                                        16/351 

  Updating       : krb5-libs                                             17/351 

  Updating       : openssl                                               18/351 

  Updating       : openldap                                              19/351 

  Updating       : audit-libs                                            20/351 

  Updating       : shadow-utils                                          21/351 

  Updating       : sed                                                   22/351 

  Updating       : nss                                                   23/351 

  Updating       : pango                                                 24/351 

  Updating       : udev                                                  25/351 

  Updating       : util-linux                                            26/351 

  Updating       : postgresql-libs                                       27/351 

  Updating       : libXfont                                              28/351 

  Updating       : libxml2                                               29/351 

  Updating       : procps                                                30/351 

  Updating       : psmisc                                                31/351 

  Updating       : kpartx                                                32/351 

  Updating       : libpng                                                33/351 

  Updating       : libtiff                                               34/351 

  Updating       : cups-libs                                             35/351 

  Updating       : libsysfs                                              36/351 

  Updating       : pcre                                                  37/351 

  Updating       : gdbm                                                  38/351 

  Updating       : perl                                                  39/351 

  Updating       : libxml2-python                                        40/351 

  Updating       : m2crypto                                              41/351 

  Updating       : e2fsprogs                                             42/351 

  Updating       : logrotate                                             43/351 

  Updating       : SysVinit                                              44/351 

  Updating       : less                                                  45/351 

  Updating       : gzip                                                  46/351 

  Updating       : mysql                                                 47/351 

  Updating       : ruby-libs                                             48/351 

  Updating       : ruby                                                  49/351 

  Updating       : poppler                                               50/351 

  Updating       : libuser                                               51/351 

  Updating       : net-snmp-libs                                         52/351 

  Updating       : bind-libs                                             53/351 

  Updating       : apr                                                   54/351 

  Updating       : cryptsetup-luks                                       55/351 

  Updating       : libvolume_id                                          56/351 

  Updating       : passwd                                                57/351 

  Updating       : poppler-utils                                         58/351 

  Updating       : man                                                   59/351 

  Updating       : rsyslog                                               60/351 

  Updating       : xorg-x11-font-utils                                   61/351 

  Updating       : device-mapper-multipath                               62/351 

  Updating       : paps                                                  63/351 

  Updating       : tmpwatch                                              64/351 

  Updating       : nscd                                                  65/351 

  Updating       : pyOpenSSL                                             66/351 

  Updating       : device-mapper-event                                   67/351 

  Updating       : lvm2                                                  68/351 

  Updating       : vim-minimal                                           69/351 

  Updating       : libselinux-utils                                      70/351 

  Updating       : patch                                                 71/351 

  Updating       : pciutils                                              72/351 

  Updating       : dmidecode                                             73/351 

  Updating       : system-config-securitylevel-tui                       74/351 

  Updating       : nss_ldap                                              75/351 

  Updating       : ghostscript                                           76/351 

  Updating       : libgcj                                                77/351 

  Updating       : authconfig                                            78/351 

  Updating       : libsmbclient                                          79/351 

  Updating       : samba-common                                          80/351 

  Updating       : curl                                                  81/351 

  Installing     : iscsi-initiator-utils                                 82/351 

  Updating       : pam_krb5                                              83/351 

  Updating       : parted                                                84/351 

  Updating       : libgomp                                               85/351 

  Updating       : vim-common                                            86/351 

  Updating       : libicu                                                87/351 

  Updating       : vim-enhanced                                          88/351 

  Updating       : samba-client                                          89/351 

  Updating       : sudo                                                  90/351 

  Updating       : bind-utils                                            91/351 

  Updating       : net-snmp                                              92/351 

  Updating       : openswan                                              93/351 

  Updating       : sysfsutils                                            94/351 

  Updating       : autofs                                                95/351 

  Updating       : vnc-server                                            96/351 

  Updating       : postgresql-python                                     97/351 

  Updating       : krb5-workstation                                      98/351 

  Updating       : nfs-utils                                             99/351 

  Updating       : nss-tools                                            100/351 

  Updating       : kexec-tools                                          101/351 

  Updating       : screen                                               102/351 

  Updating       : audit-libs-python                                    103/351 

  Updating       : audit                                                104/351 

  Updating       : openldap-clients                                     105/351 

  Updating       : ksh                                                  106/351 

  Updating       : crash                                                107/351 

  Updating       : libselinux-python                                    108/351 

  Updating       : jwhois                                               109/351 

  Updating       : cpuspeed                                             110/351 

  Updating       : traceroute                                           111/351 

  Updating       : python-numeric                                       112/351 

  Updating       : finger                                               113/351 

  Updating       : libhugetlbfs                                         114/351 

  Updating       : rsync                                                115/351 

  Updating       : rhnlib                                               116/351 

  Updating       : python-urlgrabber                                    117/351 

  Updating       : yum                                                  118/351 

  Updating       : selinux-policy                                       119/351 

  Updating       : glibc-headers                                        120/351 

  Updating       : redhat-release                                       121/351 

  Updating       : ruby-irb                                             122/351 

  Updating       : ruby-rdoc                                            123/351 

  Updating       : glibc-devel                                          124/351 

  Updating       : selinux-policy-devel                                 125/351 

  Updating       : selinux-policy-targeted                              126/351/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                                     127/351 

  Updating       : yum-security                                         128/351 

  Updating       : yum-fastestmirror                                    129/351 

  Updating       : yum-utils                                            130/351 

  Updating       : authconfig-gtk                                       131/351 

  Updating       : system-config-securitylevel                          132/351 

  Updating       : system-config-lvm                                    133/351 

  Updating       : sos                                                  134/351 

  Updating       : logwatch                                             135/351 

  Updating       : w3m                                                  136/351 

  Updating       : ntp                                                  137/351 

  Installing     : kernel-xen-devel                                     138/351 

  Updating       : initscripts                                          139/351 

  Updating       : httpd                                                140/351 

  Updating       : exim                                                 141/351 

  Updating       : openssh                                              142/351 

  Updating       : openssh-server                                       143/351 

  Updating       : openssh-clients                                      144/351 

  Updating       : mod_ssl                                              145/351 

  Updating       : mod_authz_ldap                                       146/351 

  Updating       : quota                                                147/351 

  Updating       : rng-utils                                            148/351 

  Updating       : dhcpv6-client                                        149/351 

  Updating       : dhclient                                             150/351 

  Updating       : xorg-x11-xfs                                         151/351 

  Updating       : vnc                                                  152/351 

  Updating       : postgresql                                           153/351 

  Updating       : vsftpd                                               154/351 

  Updating       : redhat-lsb                                           155/351 

  Updating       : xinetd                                               156/351 

  Updating       : dbus-libs                                            157/351 

  Updating       : dbus                                                 158/351 

  Updating       : avahi                                                159/351 

  Updating       : hal                                                  160/351 

  Updating       : dmraid                                               161/351 

  Updating       : avahi-compat-libdns_sd                               162/351 

  Updating       : avahi-glib                                           163/351 

  Updating       : gnome-vfs2                                           164/351 

  Updating       : kudzu                                                165/351 

  Updating       : dmraid-events                                        166/351 

  Updating       : xulrunner                                            167/351 

  Updating       : cups                                                 168/351 

  Updating       : mkinitrd                                             169/351 

  Updating       : system-config-network-tui                            170/351 

  Updating       : system-config-network                                171/351 

  Installing     : kernel-xen                                           172/351 

  Updating       : rhn-client-tools                                     173/351 

  Updating       : rhn-setup                                            174/351 

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

  Updating       : rhn-check                                            176/351 

  Updating       : rhnsd                                                177/351 

  Cleanup        : selinux-policy                                       178/351 

  Cleanup        : hwdata                                               179/351 

  Cleanup        : less                                                 180/351 

  Cleanup        : yum-updateonboot                                     181/351 

  Cleanup        : audit-libs-python                                    182/351 

  Cleanup        : dbus-libs                                            183/351 

  Cleanup        : initscripts                                          184/351 

  Cleanup        : libicu                                               185/351 

  Cleanup        : glibc                                                186/351 

  Cleanup        : apr                                                  187/351 

  Cleanup        : nash                                                 188/351 

  Cleanup        : e2fsprogs                                            189/351 

  Cleanup        : quota                                                190/351 

  Cleanup        : libsysfs                                             191/351 

  Cleanup        : man-pages                                            192/351 

  Cleanup        : selinux-policy-devel                                 193/351 

  Cleanup        : vnc-server                                           194/351 

  Cleanup        : jwhois                                               195/351 

  Cleanup        : libvolume_id                                         196/351 

  Cleanup        : kexec-tools                                          197/351 

  Cleanup        : bind-utils                                           198/351 

  Cleanup        : psmisc                                               199/351 

  Cleanup        : libselinux                                           200/351 

  Cleanup        : rng-utils                                            201/351 

  Cleanup        : net-snmp                                             202/351 

  Cleanup        : libgomp                                              203/351 

  Cleanup        : dhcpv6-client                                        204/351 

  Cleanup        : device-mapper                                        205/351 

  Cleanup        : gzip                                                 206/351 

  Cleanup        : curl                                                 207/351 

  Cleanup        : parted                                               208/351 

  Cleanup        : logrotate                                            209/351 

  Cleanup        : avahi                                                210/351 

  Cleanup        : device-mapper-multipath                              211/351 

  Cleanup        : avahi-compat-libdns_sd                               212/351 

  Cleanup        : dhclient                                             213/351 

  Cleanup        : glibc-headers                                        214/351 

  Cleanup        : vim-minimal                                          215/351 

  Cleanup        : traceroute                                           216/351 

  Cleanup        : libXfont                                             217/351 

  Cleanup        : pam_krb5                                             218/351 

  Cleanup        : openssh-server                                       219/351 

  Cleanup        : openldap                                             220/351 

  Cleanup        : libselinux-utils                                     221/351 

  Cleanup        : shadow-utils                                         222/351 

  Cleanup        : ksh                                                  223/351 

  Cleanup        : dmidecode                                            224/351 

  Cleanup        : krb5-libs                                            225/351 

  Cleanup        : poppler                                              226/351 

  Cleanup        : xinetd                                               227/351 

  Cleanup        : libselinux-python                                    228/351 

  Cleanup        : busybox                                              229/351 

  Cleanup        : m2crypto                                             230/351 

  Cleanup        : authconfig                                           231/351 

  Cleanup        : ruby-libs                                            232/351 

  Cleanup        : glibc-common                                         233/351 

  Cleanup        : openldap-clients                                     234/351 

  Cleanup        : authconfig-gtk                                       235/351 

  Cleanup        : python-numeric                                       236/351 

  Cleanup        : ntp                                                  237/351 

  Cleanup        : mysql                                                238/351 

  Cleanup        : mod_ssl                                              239/351 

  Cleanup        : libsmbclient                                         240/351 

  Cleanup        : tmpwatch                                             241/351 

  Cleanup        : man-pages-ja                                         242/351 

  Cleanup        : rsyslog                                              243/351 

  Cleanup        : net-snmp-libs                                        244/351 

  Cleanup        : mkinitrd                                             245/351 

  Cleanup        : ruby-irb                                             246/351 

  Cleanup        : libxml2-python                                       247/351 

  Cleanup        : kudzu                                                248/351 

  Cleanup        : libpng                                               249/351 

  Cleanup        : vim-common                                           250/351 

  Cleanup        : python-urlgrabber                                    251/351 

  Cleanup        : exim                                                 252/351 

  Cleanup        : yum-security                                         253/351 

  Cleanup        : krb5-workstation                                     254/351 

  Cleanup        : dmraid                                               255/351 

  Cleanup        : nscd                                                 256/351 

  Cleanup        : sos                                                  257/351 

  Cleanup        : finger                                               258/351 

  Cleanup        : xorg-x11-xfs                                         259/351 

  Cleanup        : lvm2                                                 260/351 

  Cleanup        : openssh-clients                                      261/351 

  Cleanup        : system-config-network                                262/351 

  Cleanup        : dbus                                                 263/351 

  Cleanup        : util-linux                                           264/351 

  Cleanup        : vnc                                                  265/351 

  Cleanup        : paps                                                 266/351 

  Cleanup        : postgresql-libs                                      267/351 

  Cleanup        : yum-fastestmirror                                    268/351 

  Cleanup        : cryptsetup-luks                                      269/351 

  Cleanup        : openswan                                             270/351 

  Cleanup        : cpuspeed                                             271/351 

  Cleanup        : httpd                                                272/351 

  Cleanup        : rhn-setup                                            273/351 

  Cleanup        : yum-rhn-plugin                                       274/351 

  Cleanup        : ruby                                                 275/351 

  Cleanup        : pango                                                276/351 

  Cleanup        : poppler-utils                                        277/351 

  Cleanup        : e2fsprogs-libs                                       278/351 

  Cleanup        : rhnlib                                               279/351 

  Cleanup        : system-config-securitylevel                          280/351 

  Cleanup        : samba-common                                         281/351 

  Cleanup        : procps                                               282/351 

  Cleanup        : SysVinit                                             283/351 

  Cleanup        : nfs-utils                                            284/351 

  Cleanup        : libtiff                                              285/351 

  Cleanup        : perl                                                 286/351 

  Cleanup        : libhugetlbfs                                         287/351 

  Cleanup        : bash                                                 288/351 

  Cleanup        : system-config-lvm                                    289/351 

  Cleanup        : ruby-rdoc                                            290/351 

  Cleanup        : kernel-headers                                       291/351 

  Cleanup        : logwatch                                             292/351 

  Cleanup        : xorg-x11-font-utils                                  293/351 

  Cleanup        : postgresql-python                                    294/351 

  Cleanup        : nss                                                  295/351 

  Cleanup        : postgresql                                           296/351 

  Cleanup        : vsftpd                                               297/351 

  Cleanup        : vim-enhanced                                         298/351 

  Cleanup        : pcre                                                 299/351 

  Cleanup        : yum-utils                                            300/351 

  Cleanup        : gdbm                                                 301/351 

  Cleanup        : crash                                                302/351 

  Cleanup        : sysfsutils                                           303/351 

  Cleanup        : openssl                                              304/351 

  Cleanup        : bind-libs                                            305/351 

  Cleanup        : cups                                                 306/351 

  Cleanup        : nss_ldap                                             307/351 

  Cleanup        : redhat-release-notes                                 308/351 

  Cleanup        : zlib                                                 309/351 

  Cleanup        : glibc-devel                                          310/351 

  Cleanup        : autofs                                               311/351 

  Cleanup        : audit-libs                                           312/351 

  Cleanup        : rsync                                                313/351 

  Cleanup        : pciutils                                             314/351 

  Cleanup        : redhat-lsb                                           315/351 

  Cleanup        : man                                                  316/351 

  Cleanup        : audit                                                317/351 

  Cleanup        : system-config-securitylevel-tui                      318/351 

  Cleanup        : rhn-check                                            319/351 

  Cleanup        : udev                                                 320/351 

  Cleanup        : nss-tools                                            321/351 

  Cleanup        : coreutils                                            322/351 

  Cleanup        : w3m                                                  323/351 

  Cleanup        : sed                                                  324/351 

  Cleanup        : kpartx                                               325/351 

  Cleanup        : samba-client                                         326/351 

  Cleanup        : sudo                                                 327/351 

  Cleanup        : patch                                                328/351 

  Cleanup        : gnome-vfs2                                           329/351 

  Cleanup        : redhat-release                                       330/351 

  Cleanup        : dmraid-events                                        331/351 

  Cleanup        : tzdata                                               332/351 

  Cleanup        : screen                                               333/351 

  Cleanup        : selinux-policy-targeted                              334/351 

  Cleanup        : avahi-glib                                           335/351 

  Cleanup        : libuser                                              336/351 

  Cleanup        : cups-libs                                            337/351 

  Cleanup        : rhnsd                                                338/351 

  Cleanup        : device-mapper-event                                  339/351 

  Cleanup        : system-config-network-tui                            340/351 

  Cleanup        : rhn-client-tools                                     341/351 

  Cleanup        : passwd                                               342/351 

  Cleanup        : yum                                                  343/351 

  Cleanup        : libxml2                                              344/351 

  Cleanup        : libgcj                                               345/351 

  Cleanup        : ghostscript                                          346/351 

  Cleanup        : pyOpenSSL                                            347/351 

  Cleanup        : openssh                                              348/351 

  Cleanup        : xulrunner                                            349/351 

  Cleanup        : hal                                                  350/351 

  Cleanup        : mod_authz_ldap                                       351/351 

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                                                 
  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

Comment 16 Kedar Bidarkar 2011-09-15 09:29:12 UTC
  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                                                            
  nss.i386 0:3.12.8-4.el5_6                                                     
  nss-tools.i386 0:3.12.8-4.el5_6                                               
  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.1                                      
  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 Host => ec2-50-18-30-16.us-west-1.compute.amazonaws.com with Image Id : ami-c7c69b82, is launched with Instance Id : i-adc814ea , Instance Type : m1.small and Arch : i386 in the Region : us-west-1b
This is a Hourly image
The Validate Signature is : KP7MqRBStDLaXAmuKvmwjht1m3GDbPXvpjH1vBOkCxNpR7Zn8XYzyAP9lNHohquav9xy3fBfXHbP
C8viL0V19JaKUu4R7GN2hshnlKhl5ChI+uVthgQIID7ikAU4LDPw5uarJF0M8vOXWbtOTar7selK
zUV9hVqsdifDX1aCEQ0=

## 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 09:31:15 UTC
IMAGE ID= ami-c7c69b82_us-west-1_t1.micro
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This Host => ec2-50-18-69-232.us-west-1.compute.amazonaws.com with Image Id : ami-c7c69b82, is launched with Instance Id : i-a3c814e4 , Instance Type : t1.micro and Arch : i386 in the Region : us-west-1b
This is a Hourly image
The Validate Signature is : NRBZAz0PXNVgJ9T59e7+jh9jZCsZ62JjotiLPcPMMwBKix4LMEIC5PgO6/CsM9DkY6K4SVvHTiJs
lN12KOInsZUGT46omzivoZMcoMvHYPcv0PlegtwfDeuhIW6aY6MgyxAkIamFKtJl32JUlI2zw+l2
bUtD0gQDwUVver7tGZg=
/root/valid/src
ip-10-160-86-36
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, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-us-west-client-config-server-5: rhui2-cds01.us-west-1.aws.ce.redhat.com
 * rhui-us-west-rhel-server: rhui2-cds01.us-west-1.aws.ce.redhat.com
repo id                             repo name                     status
rhui-us-west-client-config-server-5 Red Hat Update Infrastructure enabled:     0
rhui-us-west-rhel-server            Red Hat Enterprise Linux Serv enabled: 9,169
repolist: 9,169 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-us-west-client-config-server-5: rhui2-cds01.us-west-1.aws.ce.redhat.com
 * rhui-us-west-rhel-server: rhui2-cds01.us-west-1.aws.ce.redhat.com
================================= 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, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
 * rhui-us-west-client-config-server-5: rhui2-cds01.us-west-1.aws.ce.redhat.com
 * rhui-us-west-rhel-server: rhui2-cds01.us-west-1.aws.ce.redhat.com
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, rhui-lb, security
Loading mirror speeds from cached hostfile
 * rhui-us-west-client-config-server-5: rhui2-cds01.us-west-1.aws.ce.redhat.com
 * rhui-us-west-rhel-server: rhui2-cds01.us-west-1.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
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: gnome-python2-gconf for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb 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: libasm.so.1 for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130) for package: elfutils
--> Processing Dependency: libdw.so.1 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122) 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++ = 4.1.2-51.el5 for package: gcc-c++
--> Processing Dependency: libstdc++-devel = 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 = 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-libs = 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: libcspi.so.0 for package: pyspi
--> Processing Dependency: libspi.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: libXxf86misc.so.1 for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6 for package: xorg-x11-server-utils
--> Processing Dependency: libXfontcache.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-us-west-rhel-server 646 k
 automake             noarch 1.9.6-2.3.el5       rhui-us-west-rhel-server 476 k
 automake14           noarch 1.4p6-13.el5.1      rhui-us-west-rhel-server 200 k
 automake15           noarch 1.5-16.el5.2        rhui-us-west-rhel-server 230 k
 automake16           noarch 1.6.3-8.el5.1       rhui-us-west-rhel-server 241 k
 automake17           noarch 1.7.9-7.el5.2       rhui-us-west-rhel-server 278 k
 bison                i386   2.3-2.1             rhui-us-west-rhel-server 536 k
 byacc                i386   1.9-29.2.2          rhui-us-west-rhel-server  38 k
 cscope               i386   15.5-15.1.el5_3.1   rhui-us-west-rhel-server 136 k
 ctags                i386   5.6-1.1             rhui-us-west-rhel-server 127 k
 cvs                  i386   1.11.22-7.el5       rhui-us-west-rhel-server 725 k
 dev86                i386   0.16.17-2.2         rhui-us-west-rhel-server 372 k
 diffstat             i386   1.41-1.2.3.el5      rhui-us-west-rhel-server  18 k
 dogtail              noarch 0.6.1-4.el5         rhui-us-west-rhel-server 172 k
 doxygen              i386   1:1.4.7-1.1         rhui-us-west-rhel-server 2.3 M
 elfutils             i386   0.137-3.el5         rhui-us-west-rhel-server 228 k
 flex                 i386   2.5.4a-41.fc6       rhui-us-west-rhel-server 124 k
 gcc-c++              i386   4.1.2-51.el5        rhui-us-west-rhel-server 3.4 M
 gcc-gfortran         i386   4.1.2-51.el5        rhui-us-west-rhel-server 3.1 M
 gdb                  i386   7.0.1-37.el5_7.1    rhui-us-west-rhel-server 2.4 M
 indent               i386   2.2.9-14.fc6        rhui-us-west-rhel-server  93 k
 libtool              i386   1.5.22-7.el5_4      rhui-us-west-rhel-server 667 k
 ltrace               i386   0.5-13.45svn.el5    rhui-us-west-rhel-server  61 k
 oprofile             i386   0.9.4-15.el5        rhui-us-west-rhel-server 2.7 M
 patchutils           i386   0.2.31-2.2.2        rhui-us-west-rhel-server 109 k
 pstack               i386   1.2-7.2.2           rhui-us-west-rhel-server 4.6 k
 python-ldap          i386   2.2.0-2.1           rhui-us-west-rhel-server 122 k
 rcs                  i386   5.7-30.1            rhui-us-west-rhel-server 332 k
 redhat-rpm-config    noarch 8.0.45-32.el5       rhui-us-west-rhel-server  54 k
 rpm-build            i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 302 k
 splint               i386   3.1.1-16.el5        rhui-us-west-rhel-server 1.5 M
 strace               i386   4.5.18-5.el5_5.5    rhui-us-west-rhel-server 172 k
 swig                 i386   1.3.29-2.el5        rhui-us-west-rhel-server 2.9 M
 systemtap            i386   1.3-9.el5           rhui-us-west-rhel-server 2.5 M
 texinfo              i386   4.8-14.el5          rhui-us-west-rhel-server 753 k
 valgrind             i386   1:3.5.0-5.el5       rhui-us-west-rhel-server  20 M
Updating:
 gcc                  i386   4.1.2-51.el5        rhui-us-west-rhel-server 5.2 M
 gettext              i386   0.17-1.el5          rhui-us-west-rhel-server 2.4 M
 python               i386   2.4.3-44.el5        rhui-us-west-rhel-server  57 k
 subversion           i386   1.6.11-7.el5_6.4    rhui-us-west-rhel-server 3.1 M
Installing for dependencies:
 at-spi               i386   1.7.11-3.el5        rhui-us-west-rhel-server 290 k
 elfutils-libs        i386   0.137-3.el5         rhui-us-west-rhel-server 193 k
 gnome-python2-gconf  i386   2.16.0-1.fc6        rhui-us-west-rhel-server  32 k
 imake                i386   1.0.2-3             rhui-us-west-rhel-server 318 k
 libXTrap             i386   1.0.0-3.1           rhui-us-west-rhel-server  23 k
 libXevie             i386   1.0.1-3.1           rhui-us-west-rhel-server  14 k
 libXfontcache        i386   1.0.2-3.1           rhui-us-west-rhel-server 9.7 k
 libXxf86misc         i386   1.0.1-3.1           rhui-us-west-rhel-server  12 k
 libgfortran          i386   4.1.2-51.el5        rhui-us-west-rhel-server 232 k
 libstdc++-devel      i386   4.1.2-51.el5        rhui-us-west-rhel-server 2.8 M
 pyspi                i386   0.6.1-1.el5         rhui-us-west-rhel-server  79 k
 python-libs          i386   2.4.3-44.el5        rhui-us-west-rhel-server 5.8 M
 systemtap-runtime    i386   1.3-9.el5           rhui-us-west-rhel-server  93 k
 xorg-x11-server-Xvfb i386   1.1.1-48.76.el5_6.4 rhui-us-west-rhel-server 1.6 M
 xorg-x11-server-utils
                      i386   7.1-5.el5_6.2       rhui-us-west-rhel-server 164 k
 xorg-x11-xinit       i386   1.0.2-15.el5        rhui-us-west-rhel-server  26 k
Updating for dependencies:
 cpp                  i386   4.1.2-51.el5        rhui-us-west-rhel-server 2.7 M
 libgcc               i386   4.1.2-51.el5        rhui-us-west-rhel-server  96 k
 libstdc++            i386   4.1.2-51.el5        rhui-us-west-rhel-server 363 k
 popt                 i386   1.10.2.3-22.el5     rhui-us-west-rhel-server  75 k

Comment 18 Kedar Bidarkar 2011-09-15 09:31:18 UTC
 rpm                  i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 1.2 M
 rpm-libs             i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 928 k
 rpm-python           i386   4.4.2.3-22.el5      rhui-us-west-rhel-server  60 k

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

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

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

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

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

  Updating       : hwdata                                                 1/351 

  Updating       : tzdata                                                 2/351 

  Updating       : glibc-common                                           3/351 

  Updating       : kernel-headers                                         4/351 

  Updating       : busybox                                                5/351 

  Updating       : nash                                                   6/351 

  Updating       : redhat-release-notes                                   7/351 

  Updating       : man-pages-ja                                           8/351 

  Updating       : man-pages                                              9/351 

  Updating       : glibc                                                 10/351 

  Updating       : bash                                                  11/351 

  Updating       : libselinux                                            12/351 

  Updating       : zlib                                                  13/351 

  Updating       : coreutils                                             14/351 

  Updating       : device-mapper                                         15/351 

  Updating       : e2fsprogs-libs                                        16/351 

  Updating       : krb5-libs                                             17/351 

  Updating       : openssl                                               18/351 

  Updating       : openldap                                              19/351 

  Updating       : audit-libs                                            20/351 

  Updating       : shadow-utils                                          21/351 

  Updating       : sed                                                   22/351 

  Updating       : nss                                                   23/351 

  Updating       : pango                                                 24/351 

  Updating       : udev                                                  25/351 

  Updating       : util-linux                                            26/351 

  Updating       : postgresql-libs                                       27/351 

  Updating       : libXfont                                              28/351 

  Updating       : libxml2                                               29/351 

  Updating       : procps                                                30/351 

  Updating       : psmisc                                                31/351 

  Updating       : kpartx                                                32/351 

  Updating       : libpng                                                33/351 

  Updating       : libtiff                                               34/351 

  Updating       : cups-libs                                             35/351 

  Updating       : libsysfs                                              36/351 

  Updating       : pcre                                                  37/351 

  Updating       : gdbm                                                  38/351 

  Updating       : perl                                                  39/351 

  Updating       : libxml2-python                                        40/351 

  Updating       : m2crypto                                              41/351 

  Updating       : e2fsprogs                                             42/351 

  Updating       : logrotate                                             43/351 

  Updating       : SysVinit                                              44/351 

  Updating       : less                                                  45/351 

  Updating       : gzip                                                  46/351 

  Updating       : mysql                                                 47/351 

  Updating       : ruby-libs                                             48/351 

  Updating       : ruby                                                  49/351 

  Updating       : poppler                                               50/351 

  Updating       : libuser                                               51/351 

  Updating       : net-snmp-libs                                         52/351 

  Updating       : bind-libs                                             53/351 

  Updating       : apr                                                   54/351 

  Updating       : cryptsetup-luks                                       55/351 

  Updating       : libvolume_id                                          56/351 

  Updating       : passwd                                                57/351 

  Updating       : poppler-utils                                         58/351 

  Updating       : man                                                   59/351 

  Updating       : rsyslog                                               60/351 

  Updating       : xorg-x11-font-utils                                   61/351 

  Updating       : device-mapper-multipath                               62/351 

  Updating       : paps                                                  63/351 

  Updating       : tmpwatch                                              64/351 

  Updating       : nscd                                                  65/351 

  Updating       : pyOpenSSL                                             66/351 

  Updating       : device-mapper-event                                   67/351 

  Updating       : lvm2                                                  68/351 

  Updating       : vim-minimal                                           69/351 

  Updating       : libselinux-utils                                      70/351 

  Updating       : patch                                                 71/351 

  Updating       : pciutils                                              72/351 

  Updating       : dmidecode                                             73/351 

  Updating       : system-config-securitylevel-tui                       74/351 

  Updating       : nss_ldap                                              75/351 

  Updating       : ghostscript                                           76/351 

  Updating       : libgcj                                                77/351 

  Updating       : authconfig                                            78/351 

  Updating       : libsmbclient                                          79/351 

  Updating       : samba-common                                          80/351 

  Updating       : curl                                                  81/351 

  Installing     : iscsi-initiator-utils                                 82/351 

  Updating       : pam_krb5                                              83/351 

  Updating       : parted                                                84/351 

  Updating       : libgomp                                               85/351 

  Updating       : vim-common                                            86/351 

  Updating       : libicu                                                87/351 

  Updating       : vim-enhanced                                          88/351 

  Updating       : samba-client                                          89/351 

  Updating       : sudo                                                  90/351 

  Updating       : bind-utils                                            91/351 

  Updating       : net-snmp                                              92/351 

  Updating       : openswan                                              93/351 

  Updating       : sysfsutils                                            94/351 

  Updating       : autofs                                                95/351 

  Updating       : vnc-server                                            96/351 

  Updating       : postgresql-python                                     97/351 

  Updating       : krb5-workstation                                      98/351 

  Updating       : nfs-utils                                             99/351 

  Updating       : nss-tools                                            100/351 

  Updating       : kexec-tools                                          101/351 

  Updating       : screen                                               102/351 

  Updating       : audit-libs-python                                    103/351 

  Updating       : audit                                                104/351 

  Updating       : openldap-clients                                     105/351 

  Updating       : ksh                                                  106/351 

  Updating       : crash                                                107/351 

  Updating       : libselinux-python                                    108/351 

  Updating       : jwhois                                               109/351 

  Updating       : cpuspeed                                             110/351 

  Updating       : traceroute                                           111/351 

  Updating       : python-numeric                                       112/351 

  Updating       : finger                                               113/351 

  Updating       : libhugetlbfs                                         114/351 

  Updating       : rsync                                                115/351 

  Updating       : rhnlib                                               116/351 

  Updating       : python-urlgrabber                                    117/351 

  Updating       : yum                                                  118/351 

  Updating       : selinux-policy                                       119/351 

  Updating       : glibc-headers                                        120/351 

  Updating       : redhat-release                                       121/351 

  Updating       : ruby-irb                                             122/351 

  Updating       : ruby-rdoc                                            123/351 

  Updating       : glibc-devel                                          124/351 

  Updating       : selinux-policy-devel                                 125/351 

  Updating       : selinux-policy-targeted                              126/351/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                                     127/351 

  Updating       : yum-security                                         128/351 

  Updating       : yum-fastestmirror                                    129/351 

  Updating       : yum-utils                                            130/351 

  Updating       : authconfig-gtk                                       131/351 

  Updating       : system-config-securitylevel                          132/351 

  Updating       : system-config-lvm                                    133/351 

  Updating       : sos                                                  134/351 

  Updating       : logwatch                                             135/351 

  Updating       : w3m                                                  136/351 

  Updating       : ntp                                                  137/351 

  Installing     : kernel-xen-devel                                     138/351 

  Updating       : initscripts                                          139/351 

  Updating       : httpd                                                140/351 

  Updating       : exim                                                 141/351 

  Updating       : openssh                                              142/351 

  Updating       : openssh-server                                       143/351 

  Updating       : openssh-clients                                      144/351 

  Updating       : mod_ssl                                              145/351 

  Updating       : mod_authz_ldap                                       146/351 

  Updating       : quota                                                147/351 

  Updating       : rng-utils                                            148/351 

  Updating       : dhcpv6-client                                        149/351 

  Updating       : dhclient                                             150/351 

  Updating       : xorg-x11-xfs                                         151/351 

  Updating       : vnc                                                  152/351 

  Updating       : postgresql                                           153/351 

  Updating       : vsftpd                                               154/351 

  Updating       : redhat-lsb                                           155/351 

  Updating       : xinetd                                               156/351 

  Updating       : dbus-libs                                            157/351 

  Updating       : dbus                                                 158/351 

  Updating       : avahi                                                159/351 

  Updating       : hal                                                  160/351 

  Updating       : dmraid                                               161/351 

  Updating       : avahi-compat-libdns_sd                               162/351 

  Updating       : avahi-glib                                           163/351 

  Updating       : gnome-vfs2                                           164/351 

  Updating       : kudzu                                                165/351 

  Updating       : dmraid-events                                        166/351 

  Updating       : xulrunner                                            167/351 

  Updating       : cups                                                 168/351 

  Updating       : mkinitrd                                             169/351 

  Updating       : system-config-network-tui                            170/351 

  Updating       : system-config-network                                171/351 

  Installing     : kernel-xen                                           172/351 

  Updating       : rhn-client-tools                                     173/351 

  Updating       : rhn-setup                                            174/351 

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

  Updating       : rhn-check                                            176/351 

  Updating       : rhnsd                                                177/351 

  Cleanup        : selinux-policy                                       178/351 

  Cleanup        : hwdata                                               179/351 

  Cleanup        : less                                                 180/351 

  Cleanup        : yum-updateonboot                                     181/351 

  Cleanup        : audit-libs-python                                    182/351 

  Cleanup        : dbus-libs                                            183/351 

  Cleanup        : initscripts                                          184/351 

  Cleanup        : libicu                                               185/351 

  Cleanup        : glibc                                                186/351 

  Cleanup        : apr                                                  187/351 

  Cleanup        : nash                                                 188/351 

  Cleanup        : e2fsprogs                                            189/351 

  Cleanup        : quota                                                190/351 

  Cleanup        : libsysfs                                             191/351 

  Cleanup        : man-pages                                            192/351 

  Cleanup        : selinux-policy-devel                                 193/351 

  Cleanup        : vnc-server                                           194/351 

  Cleanup        : jwhois                                               195/351 

  Cleanup        : libvolume_id                                         196/351 

  Cleanup        : kexec-tools                                          197/351 

  Cleanup        : bind-utils                                           198/351 

  Cleanup        : psmisc                                               199/351 

  Cleanup        : libselinux                                           200/351 

  Cleanup        : rng-utils                                            201/351 

  Cleanup        : net-snmp                                             202/351 

  Cleanup        : libgomp                                              203/351 

  Cleanup        : dhcpv6-client                                        204/351 

  Cleanup        : device-mapper                                        205/351 

  Cleanup        : gzip                                                 206/351 

  Cleanup        : curl                                                 207/351 

  Cleanup        : parted                                               208/351 

  Cleanup        : logrotate                                            209/351 

  Cleanup        : avahi                                                210/351 

  Cleanup        : device-mapper-multipath                              211/351 

  Cleanup        : avahi-compat-libdns_sd                               212/351 

  Cleanup        : dhclient                                             213/351 

  Cleanup        : glibc-headers                                        214/351 

  Cleanup        : vim-minimal                                          215/351 

  Cleanup        : traceroute                                           216/351 

  Cleanup        : pam_krb5                                             217/351 

  Cleanup        : openssh-server                                       218/351 

  Cleanup        : cups                                                 219/351 

  Cleanup        : openldap                                             220/351 

  Cleanup        : libselinux-utils                                     221/351 

  Cleanup        : shadow-utils                                         222/351 

  Cleanup        : ksh                                                  223/351 

  Cleanup        : dmidecode                                            224/351 

  Cleanup        : krb5-libs                                            225/351 

  Cleanup        : poppler                                              226/351 

  Cleanup        : xinetd                                               227/351 

  Cleanup        : libselinux-python                                    228/351 

  Cleanup        : busybox                                              229/351 

  Cleanup        : m2crypto                                             230/351 

  Cleanup        : authconfig                                           231/351 

  Cleanup        : ruby-libs                                            232/351 

  Cleanup        : glibc-common                                         233/351 

  Cleanup        : openldap-clients                                     234/351 

  Cleanup        : authconfig-gtk                                       235/351 

  Cleanup        : python-numeric                                       236/351 

  Cleanup        : ntp                                                  237/351 

  Cleanup        : mysql                                                238/351 

  Cleanup        : mod_ssl                                              239/351 

  Cleanup        : libsmbclient                                         240/351 

  Cleanup        : tmpwatch                                             241/351 

  Cleanup        : man-pages-ja                                         242/351 

  Cleanup        : rsyslog                                              243/351 

  Cleanup        : net-snmp-libs                                        244/351 

  Cleanup        : mkinitrd                                             245/351 

  Cleanup        : ruby-irb                                             246/351 

  Cleanup        : libxml2-python                                       247/351 

  Cleanup        : kudzu                                                248/351 

  Cleanup        : libpng                                               249/351 

  Cleanup        : vim-common                                           250/351 

  Cleanup        : python-urlgrabber                                    251/351 

  Cleanup        : exim                                                 252/351 

  Cleanup        : yum-security                                         253/351 

  Cleanup        : krb5-workstation                                     254/351 

  Cleanup        : dmraid                                               255/351 

  Cleanup        : nscd                                                 256/351 

  Cleanup        : sos                                                  257/351 

  Cleanup        : finger                                               258/351 

  Cleanup        : xorg-x11-xfs                                         259/351 

  Cleanup        : lvm2                                                 260/351 

  Cleanup        : openssh-clients                                      261/351 

  Cleanup        : system-config-network                                262/351 

  Cleanup        : dbus                                                 263/351 

  Cleanup        : util-linux                                           264/351 

  Cleanup        : vnc                                                  265/351 

  Cleanup        : paps                                                 266/351 

  Cleanup        : postgresql-libs                                      267/351 

  Cleanup        : yum-fastestmirror                                    268/351 

  Cleanup        : cryptsetup-luks                                      269/351 

  Cleanup        : openswan                                             270/351 

  Cleanup        : cpuspeed                                             271/351 

  Cleanup        : httpd                                                272/351 

  Cleanup        : rhn-setup                                            273/351 

  Cleanup        : yum-rhn-plugin                                       274/351 

  Cleanup        : ruby                                                 275/351 

  Cleanup        : pango                                                276/351 

  Cleanup        : poppler-utils                                        277/351 

  Cleanup        : e2fsprogs-libs                                       278/351 

  Cleanup        : rhnlib                                               279/351 

  Cleanup        : bash                                                 280/351 

  Cleanup        : system-config-securitylevel                          281/351 

  Cleanup        : samba-common                                         282/351 

  Cleanup        : procps                                               283/351 

  Cleanup        : SysVinit                                             284/351 

  Cleanup        : nfs-utils                                            285/351 

  Cleanup        : libtiff                                              286/351 

  Cleanup        : perl                                                 287/351 

  Cleanup        : libhugetlbfs                                         288/351 

  Cleanup        : system-config-lvm                                    289/351 

  Cleanup        : ruby-rdoc                                            290/351 

  Cleanup        : kernel-headers                                       291/351 

  Cleanup        : logwatch                                             292/351 

  Cleanup        : xorg-x11-font-utils                                  293/351 

  Cleanup        : postgresql-python                                    294/351 

  Cleanup        : nss                                                  295/351 

  Cleanup        : postgresql                                           296/351 

  Cleanup        : vsftpd                                               297/351 

  Cleanup        : vim-enhanced                                         298/351 

  Cleanup        : pcre                                                 299/351 

  Cleanup        : yum-utils                                            300/351 

  Cleanup        : gdbm                                                 301/351 

  Cleanup        : crash                                                302/351 

  Cleanup        : sysfsutils                                           303/351 

  Cleanup        : openssl                                              304/351 

  Cleanup        : bind-libs                                            305/351 

  Cleanup        : libXfont                                             306/351 

  Cleanup        : nss_ldap                                             307/351 

  Cleanup        : redhat-release-notes                                 308/351 

  Cleanup        : zlib                                                 309/351 

  Cleanup        : glibc-devel                                          310/351 

  Cleanup        : autofs                                               311/351 

  Cleanup        : audit-libs                                           312/351 

  Cleanup        : rsync                                                313/351 

  Cleanup        : pciutils                                             314/351 

  Cleanup        : redhat-lsb                                           315/351 

  Cleanup        : man                                                  316/351 

  Cleanup        : audit                                                317/351 

  Cleanup        : system-config-securitylevel-tui                      318/351 

  Cleanup        : rhn-check                                            319/351 

  Cleanup        : udev                                                 320/351 

  Cleanup        : nss-tools                                            321/351 

  Cleanup        : coreutils                                            322/351 

  Cleanup        : w3m                                                  323/351 

  Cleanup        : sed                                                  324/351 

  Cleanup        : kpartx                                               325/351 

  Cleanup        : samba-client                                         326/351 

  Cleanup        : sudo                                                 327/351 

  Cleanup        : patch                                                328/351 

  Cleanup        : gnome-vfs2                                           329/351 

  Cleanup        : redhat-release                                       330/351 

  Cleanup        : dmraid-events                                        331/351 

  Cleanup        : tzdata                                               332/351 

  Cleanup        : screen                                               333/351 

  Cleanup        : selinux-policy-targeted                              334/351 

  Cleanup        : avahi-glib                                           335/351 

  Cleanup        : libuser                                              336/351 

  Cleanup        : cups-libs                                            337/351 

  Cleanup        : rhnsd                                                338/351 

  Cleanup        : device-mapper-event                                  339/351 

  Cleanup        : system-config-network-tui                            340/351 

  Cleanup        : rhn-client-tools                                     341/351 

  Cleanup        : passwd                                               342/351 

  Cleanup        : yum                                                  343/351 

  Cleanup        : libxml2                                              344/351 

  Cleanup        : libgcj                                               345/351 

  Cleanup        : ghostscript                                          346/351 

  Cleanup        : pyOpenSSL                                            347/351 

  Cleanup        : openssh                                              348/351 

  Cleanup        : xulrunner                                            349/351 

  Cleanup        : hal                                                  350/351 

  Cleanup        : mod_authz_ldap                                       351/351 

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                                                 
  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

Comment 20 Kedar Bidarkar 2011-09-15 09:31:24 UTC
  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                                                            
  nss.i386 0:3.12.8-4.el5_6                                                     
  nss-tools.i386 0:3.12.8-4.el5_6                                               
  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.1                                      
  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 Host => ec2-50-18-69-232.us-west-1.compute.amazonaws.com with Image Id : ami-c7c69b82, is launched with Instance Id : i-a3c814e4 , Instance Type : t1.micro and Arch : i386 in the Region : us-west-1b
This is a Hourly image
The Validate Signature is : NRBZAz0PXNVgJ9T59e7+jh9jZCsZ62JjotiLPcPMMwBKix4LMEIC5PgO6/CsM9DkY6K4SVvHTiJs
lN12KOInsZUGT46omzivoZMcoMvHYPcv0PlegtwfDeuhIW6aY6MgyxAkIamFKtJl32JUlI2zw+l2
bUtD0gQDwUVver7tGZg=

## 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 09:38:46 UTC
IMAGE ID= ami-c7c69b82_us-west-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 Host =>  with Image Id : ami-c7c69b82, is launched with Instance Id : i-a3c814e4 , Instance Type : t1.micro and Arch : i386 in the Region : us-west-1b
This is a Hourly image
The Validate Signature is : NRBZAz0PXNVgJ9T59e7+jh9jZCsZ62JjotiLPcPMMwBKix4LMEIC5PgO6/CsM9DkY6K4SVvHTiJs
lN12KOInsZUGT46omzivoZMcoMvHYPcv0PlegtwfDeuhIW6aY6MgyxAkIamFKtJl32JUlI2zw+l2
bUtD0gQDwUVver7tGZg=
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 09:38:49 UTC
 rpm                  i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 1.2 M
 rpm-libs             i386   4.4.2.3-22.el5      rhui-us-west-rhel-server 928 k
 rpm-python           i386   4.4.2.3-22.el5      rhui-us-west-rhel-server  60 k

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

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

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

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

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

  Updating       : hwdata                                                 1/351 

  Updating       : tzdata                                                 2/351 

  Updating       : glibc-common                                           3/351 

  Updating       : kernel-headers                                         4/351 

  Updating       : busybox                                                5/351 

  Updating       : nash                                                   6/351 

  Updating       : redhat-release-notes                                   7/351 

  Updating       : man-pages-ja                                           8/351 

  Updating       : man-pages                                              9/351 

  Updating       : glibc                                                 10/351 

  Updating       : bash                                                  11/351 

  Updating       : libselinux                                            12/351 

  Updating       : zlib                                                  13/351 

  Updating       : coreutils                                             14/351 

  Updating       : device-mapper                                         15/351 

  Updating       : e2fsprogs-libs                                        16/351 

  Updating       : krb5-libs                                             17/351 

  Updating       : openssl                                               18/351 

  Updating       : openldap                                              19/351 

  Updating       : audit-libs                                            20/351 

  Updating       : shadow-utils                                          21/351 

  Updating       : sed                                                   22/351 

  Updating       : nss                                                   23/351 

  Updating       : pango                                                 24/351 

  Updating       : udev                                                  25/351 

  Updating       : util-linux                                            26/351 

  Updating       : postgresql-libs                                       27/351 

  Updating       : libXfont                                              28/351 

  Updating       : libxml2                                               29/351 

  Updating       : procps                                                30/351 

  Updating       : psmisc                                                31/351 

  Updating       : kpartx                                                32/351 

  Updating       : libpng                                                33/351 

  Updating       : libtiff                                               34/351 

  Updating       : cups-libs                                             35/351 

  Updating       : libsysfs                                              36/351 

  Updating       : pcre                                                  37/351 

  Updating       : gdbm                                                  38/351 

  Updating       : perl                                                  39/351 

  Updating       : libxml2-python                                        40/351 

  Updating       : m2crypto                                              41/351 

  Updating       : e2fsprogs                                             42/351 

  Updating       : logrotate                                             43/351 

  Updating       : SysVinit                                              44/351 

  Updating       : less                                                  45/351 

  Updating       : gzip                                                  46/351 

  Updating       : mysql                                                 47/351 

  Updating       : ruby-libs                                             48/351 

  Updating       : ruby                                                  49/351 

  Updating       : poppler                                               50/351 

  Updating       : libuser                                               51/351 

  Updating       : net-snmp-libs                                         52/351 

  Updating       : bind-libs                                             53/351 

  Updating       : apr                                                   54/351 

  Updating       : cryptsetup-luks                                       55/351 

  Updating       : libvolume_id                                          56/351 

  Updating       : passwd                                                57/351 

  Updating       : poppler-utils                                         58/351 

  Updating       : man                                                   59/351 

  Updating       : rsyslog                                               60/351 

  Updating       : xorg-x11-font-utils                                   61/351 

  Updating       : device-mapper-multipath                               62/351 

  Updating       : paps                                                  63/351 

  Updating       : tmpwatch                                              64/351 

  Updating       : nscd                                                  65/351 

  Updating       : pyOpenSSL                                             66/351 

  Updating       : device-mapper-event                                   67/351 

  Updating       : lvm2                                                  68/351 

  Updating       : vim-minimal                                           69/351 

  Updating       : libselinux-utils                                      70/351 

  Updating       : patch                                                 71/351 

  Updating       : pciutils                                              72/351 

  Updating       : dmidecode                                             73/351 

  Updating       : system-config-securitylevel-tui                       74/351 

  Updating       : nss_ldap                                              75/351 

  Updating       : ghostscript                                           76/351 

  Updating       : libgcj                                                77/351 

  Updating       : authconfig                                            78/351 

  Updating       : libsmbclient                                          79/351 

  Updating       : samba-common                                          80/351 

  Updating       : curl                                                  81/351 

  Installing     : iscsi-initiator-utils                                 82/351 

  Updating       : pam_krb5                                              83/351 

  Updating       : parted                                                84/351 

  Updating       : libgomp                                               85/351 

  Updating       : vim-common                                            86/351 

  Updating       : libicu                                                87/351 

  Updating       : vim-enhanced                                          88/351 

  Updating       : samba-client                                          89/351 

  Updating       : sudo                                                  90/351 

  Updating       : bind-utils                                            91/351 

  Updating       : net-snmp                                              92/351 

  Updating       : openswan                                              93/351 

  Updating       : sysfsutils                                            94/351 

  Updating       : autofs                                                95/351 

  Updating       : vnc-server                                            96/351 

  Updating       : postgresql-python                                     97/351 

  Updating       : krb5-workstation                                      98/351 

  Updating       : nfs-utils                                             99/351 

  Updating       : nss-tools                                            100/351 

  Updating       : kexec-tools                                          101/351 

  Updating       : screen                                               102/351 

  Updating       : audit-libs-python                                    103/351 

  Updating       : audit                                                104/351 

  Updating       : openldap-clients                                     105/351 

  Updating       : ksh                                                  106/351 

  Updating       : crash                                                107/351 

  Updating       : libselinux-python                                    108/351 

  Updating       : jwhois                                               109/351 

  Updating       : cpuspeed                                             110/351 

  Updating       : traceroute                                           111/351 

  Updating       : python-numeric                                       112/351 

  Updating       : finger                                               113/351 

  Updating       : libhugetlbfs                                         114/351 

  Updating       : rsync                                                115/351 

  Updating       : rhnlib                                               116/351 

  Updating       : python-urlgrabber                                    117/351 

  Updating       : yum                                                  118/351 

  Updating       : selinux-policy                                       119/351 

  Updating       : glibc-headers                                        120/351 

  Updating       : redhat-release                                       121/351 

  Updating       : ruby-irb                                             122/351 

  Updating       : ruby-rdoc                                            123/351 

  Updating       : glibc-devel                                          124/351 

  Updating       : selinux-policy-devel                                 125/351 

  Updating       : selinux-policy-targeted                              126/351/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                                     127/351 

  Updating       : yum-security                                         128/351 

  Updating       : yum-fastestmirror                                    129/351 

  Updating       : yum-utils                                            130/351 

  Updating       : authconfig-gtk                                       131/351 

  Updating       : system-config-securitylevel                          132/351 

  Updating       : system-config-lvm                                    133/351 

  Updating       : sos                                                  134/351 

  Updating       : logwatch                                             135/351 

  Updating       : w3m                                                  136/351 

  Updating       : ntp                                                  137/351 

  Installing     : kernel-xen-devel                                     138/351 

  Updating       : initscripts                                          139/351 

  Updating       : httpd                                                140/351 

  Updating       : exim                                                 141/351 

  Updating       : openssh                                              142/351 

  Updating       : openssh-server                                       143/351 

  Updating       : openssh-clients                                      144/351 

  Updating       : mod_ssl                                              145/351 

  Updating       : mod_authz_ldap                                       146/351 

  Updating       : quota                                                147/351 

  Updating       : rng-utils                                            148/351 

  Updating       : dhcpv6-client                                        149/351 

  Updating       : dhclient                                             150/351 

  Updating       : xorg-x11-xfs                                         151/351 

  Updating       : vnc                                                  152/351 

  Updating       : postgresql                                           153/351 

  Updating       : vsftpd                                               154/351 

  Updating       : redhat-lsb                                           155/351 

  Updating       : xinetd                                               156/351 

  Updating       : dbus-libs                                            157/351 

  Updating       : dbus                                                 158/351 

  Updating       : avahi                                                159/351 

  Updating       : hal                                                  160/351 

  Updating       : dmraid                                               161/351 

  Updating       : avahi-compat-libdns_sd                               162/351 

  Updating       : avahi-glib                                           163/351 

  Updating       : gnome-vfs2                                           164/351 

  Updating       : kudzu                                                165/351 

  Updating       : dmraid-events                                        166/351 

  Updating       : xulrunner                                            167/351 

  Updating       : cups                                                 168/351 

  Updating       : mkinitrd                                             169/351 

  Updating       : system-config-network-tui                            170/351 

  Updating       : system-config-network                                171/351 

  Installing     : kernel-xen                                           172/351 

  Updating       : rhn-client-tools                                     173/351 

  Updating       : rhn-setup                                            174/351 

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

  Updating       : rhn-check                                            176/351 

  Updating       : rhnsd                                                177/351 

  Cleanup        : selinux-policy                                       178/351 

  Cleanup        : hwdata                                               179/351 

  Cleanup        : less                                                 180/351 

  Cleanup        : yum-updateonboot                                     181/351 

  Cleanup        : audit-libs-python                                    182/351 

  Cleanup        : dbus-libs                                            183/351 

  Cleanup        : initscripts                                          184/351 

  Cleanup        : libicu                                               185/351 

  Cleanup        : glibc                                                186/351 

  Cleanup        : apr                                                  187/351 

  Cleanup        : nash                                                 188/351 

  Cleanup        : e2fsprogs                                            189/351 

  Cleanup        : quota                                                190/351 

  Cleanup        : libsysfs                                             191/351 

  Cleanup        : man-pages                                            192/351 

  Cleanup        : selinux-policy-devel                                 193/351 

  Cleanup        : vnc-server                                           194/351 

  Cleanup        : jwhois                                               195/351 

  Cleanup        : libvolume_id                                         196/351 

  Cleanup        : kexec-tools                                          197/351 

  Cleanup        : bind-utils                                           198/351 

  Cleanup        : psmisc                                               199/351 

  Cleanup        : libselinux                                           200/351 

  Cleanup        : rng-utils                                            201/351 

  Cleanup        : net-snmp                                             202/351 

  Cleanup        : libgomp                                              203/351 

  Cleanup        : dhcpv6-client                                        204/351 

  Cleanup        : device-mapper                                        205/351 

  Cleanup        : gzip                                                 206/351 

  Cleanup        : curl                                                 207/351 

  Cleanup        : parted                                               208/351 

  Cleanup        : logrotate                                            209/351 

  Cleanup        : avahi                                                210/351 

  Cleanup        : device-mapper-multipath                              211/351 

  Cleanup        : avahi-compat-libdns_sd                               212/351 

  Cleanup        : dhclient                                             213/351 

  Cleanup        : glibc-headers                                        214/351 

  Cleanup        : vim-minimal                                          215/351 

  Cleanup        : traceroute                                           216/351 

  Cleanup        : pam_krb5                                             217/351 

  Cleanup        : openssh-server                                       218/351 

  Cleanup        : cups                                                 219/351 

  Cleanup        : openldap                                             220/351 

  Cleanup        : libselinux-utils                                     221/351 

  Cleanup        : shadow-utils                                         222/351 

  Cleanup        : ksh                                                  223/351 

  Cleanup        : dmidecode                                            224/351 

  Cleanup        : krb5-libs                                            225/351 

  Cleanup        : poppler                                              226/351 

  Cleanup        : xinetd                                               227/351 

  Cleanup        : libselinux-python                                    228/351 

  Cleanup        : busybox                                              229/351 

  Cleanup        : m2crypto                                             230/351 

  Cleanup        : authconfig                                           231/351 

  Cleanup        : ruby-libs                                            232/351 

  Cleanup        : glibc-common                                         233/351 

  Cleanup        : openldap-clients                                     234/351 

  Cleanup        : authconfig-gtk                                       235/351 

  Cleanup        : python-numeric                                       236/351 

  Cleanup        : ntp                                                  237/351 

  Cleanup        : mysql                                                238/351 

  Cleanup        : mod_ssl                                              239/351 

  Cleanup        : libsmbclient                                         240/351 

  Cleanup        : tmpwatch                                             241/351 

  Cleanup        : man-pages-ja                                         242/351 

  Cleanup        : rsyslog                                              243/351 

  Cleanup        : net-snmp-libs                                        244/351 

  Cleanup        : mkinitrd                                             245/351 

  Cleanup        : ruby-irb                                             246/351 

  Cleanup        : libxml2-python                                       247/351 

  Cleanup        : kudzu                                                248/351 

  Cleanup        : libpng                                               249/351 

  Cleanup        : vim-common                                           250/351 

  Cleanup        : python-urlgrabber                                    251/351 

  Cleanup        : exim                                                 252/351 

  Cleanup        : yum-security                                         253/351 

  Cleanup        : krb5-workstation                                     254/351 

  Cleanup        : dmraid                                               255/351 

  Cleanup        : nscd                                                 256/351 

  Cleanup        : sos                                                  257/351 

  Cleanup        : finger                                               258/351 

  Cleanup        : xorg-x11-xfs                                         259/351 

  Cleanup        : lvm2                                                 260/351 

  Cleanup        : openssh-clients                                      261/351 

  Cleanup        : system-config-network                                262/351 

  Cleanup        : dbus                                                 263/351 

  Cleanup        : util-linux                                           264/351 

  Cleanup        : vnc                                                  265/351 

  Cleanup        : paps                                                 266/351 

  Cleanup        : postgresql-libs                                      267/351 

  Cleanup        : yum-fastestmirror                                    268/351 

  Cleanup        : cryptsetup-luks                                      269/351 

  Cleanup        : openswan                                             270/351 

  Cleanup        : cpuspeed                                             271/351 

  Cleanup        : httpd                                                272/351 

  Cleanup        : rhn-setup                                            273/351 

  Cleanup        : yum-rhn-plugin                                       274/351 

  Cleanup        : ruby                                                 275/351 

  Cleanup        : pango                                                276/351 

  Cleanup        : poppler-utils                                        277/351 

  Cleanup        : e2fsprogs-libs                                       278/351 

  Cleanup        : rhnlib                                               279/351 

  Cleanup        : bash                                                 280/351 

  Cleanup        : system-config-securitylevel                          281/351 

  Cleanup        : samba-common                                         282/351 

  Cleanup        : procps                                               283/351 

  Cleanup        : SysVinit                                             284/351 

  Cleanup        : nfs-utils                                            285/351 

  Cleanup        : libtiff                                              286/351 

  Cleanup        : perl                                                 287/351 

  Cleanup        : libhugetlbfs                                         288/351 

  Cleanup        : system-config-lvm                                    289/351 

  Cleanup        : ruby-rdoc                                            290/351 

  Cleanup        : kernel-headers                                       291/351 

  Cleanup        : logwatch                                             292/351 

  Cleanup        : xorg-x11-font-utils                                  293/351 

  Cleanup        : postgresql-python                                    294/351 

  Cleanup        : nss                                                  295/351 

  Cleanup        : postgresql                                           296/351 

  Cleanup        : vsftpd                                               297/351 

  Cleanup        : vim-enhanced                                         298/351 

  Cleanup        : pcre                                                 299/351 

  Cleanup        : yum-utils                                            300/351 

  Cleanup        : gdbm                                                 301/351 

  Cleanup        : crash                                                302/351 

  Cleanup        : sysfsutils                                           303/351 

  Cleanup        : openssl                                              304/351 

  Cleanup        : bind-libs                                            305/351 

  Cleanup        : libXfont                                             306/351 

  Cleanup        : nss_ldap                                             307/351 

  Cleanup        : redhat-release-notes                                 308/351 

  Cleanup        : zlib                                                 309/351 

  Cleanup        : glibc-devel                                          310/351 

  Cleanup        : autofs                                               311/351 

  Cleanup        : audit-libs                                           312/351 

  Cleanup        : rsync                                                313/351 

  Cleanup        : pciutils                                             314/351 

  Cleanup        : redhat-lsb                                           315/351 

  Cleanup        : man                                                  316/351 

  Cleanup        : audit                                                317/351 

  Cleanup        : system-config-securitylevel-tui                      318/351 

  Cleanup        : rhn-check                                            319/351 

  Cleanup        : udev                                                 320/351 

  Cleanup        : nss-tools                                            321/351 

  Cleanup        : coreutils                                            322/351 

  Cleanup        : w3m                                                  323/351 

  Cleanup        : sed                                                  324/351 

  Cleanup        : kpartx                                               325/351 

  Cleanup        : samba-client                                         326/351 

  Cleanup        : sudo                                                 327/351 

  Cleanup        : patch                                                328/351 

  Cleanup        : gnome-vfs2                                           329/351 

  Cleanup        : redhat-release                                       330/351 

  Cleanup        : dmraid-events                                        331/351 

  Cleanup        : tzdata                                               332/351 

  Cleanup        : screen                                               333/351 

  Cleanup        : selinux-policy-targeted                              334/351 

  Cleanup        : avahi-glib                                           335/351 

  Cleanup        : libuser                                              336/351 

  Cleanup        : cups-libs                                            337/351 

  Cleanup        : rhnsd                                                338/351 

  Cleanup        : device-mapper-event                                  339/351 

  Cleanup        : system-config-network-tui                            340/351 

  Cleanup        : rhn-client-tools                                     341/351 

  Cleanup        : passwd                                               342/351 

  Cleanup        : yum                                                  343/351 

  Cleanup        : libxml2                                              344/351 

  Cleanup        : libgcj                                               345/351 

  Cleanup        : ghostscript                                          346/351 

  Cleanup        : pyOpenSSL                                            347/351 

  Cleanup        : openssh                                              348/351 

  Cleanup        : xulrunner                                            349/351 

  Cleanup        : hal                                                  350/351 

  Cleanup        : mod_authz_ldap                                       351/351 

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                                                 
  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

Comment 24 Kedar Bidarkar 2011-09-15 09:38:55 UTC
  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                                                            
  nss.i386 0:3.12.8-4.el5_6                                                     
  nss-tools.i386 0:3.12.8-4.el5_6                                               
  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.1                                      
  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 Host => ec2-50-18-69-232.us-west-1.compute.amazonaws.com with Image Id : ami-c7c69b82, is launched with Instance Id : i-a3c814e4 , Instance Type : t1.micro and Arch : i386 in the Region : us-west-1b
This is a Hourly image
The Validate Signature is : NRBZAz0PXNVgJ9T59e7+jh9jZCsZ62JjotiLPcPMMwBKix4LMEIC5PgO6/CsM9DkY6K4SVvHTiJs
lN12KOInsZUGT46omzivoZMcoMvHYPcv0PlegtwfDeuhIW6aY6MgyxAkIamFKtJl32JUlI2zw+l2
bUtD0gQDwUVver7tGZg=

## 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:34:24 UTC
closing old bugs


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