Bug 755490

Summary: ami-f73df29e 6.2 x86_64 us-east-1
Product: Cloud Image Validation Reporter: Kedar Bidarkar <kbidarka>
Component: imagesAssignee: wes hayutin <whayutin>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: RHEL6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-16 15:33:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Kedar Bidarkar 2011-11-21 10:06:51 UTC

Comment 1 Kedar Bidarkar 2011-11-21 10:14:12 UTC
IMAGE ID= ami-f73df29e_us-east-1_m1.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-184-73-38-155.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-2d39434e , Instance Type : m1.xlarge and Arch : x86_64 in the Region : us-east-1a
The Validate Signature is : Or4ZGHcT7Am8wYMKRXNstriA5FgCU+FXRnZdOkWTol6XJHzr4xDhkB4LF2fprVjGnPBsy8MOxAUh
THyIMGD7QORwzgkhYfvkRpzDdlWTxmSvvUdZVh10a1oIYSPxj6y2jEciv/yZvopNUJqqlSSA4kQ7
YPBq9cN5cjlm+o75FdA=
This is a Cloud Access image
/root/valid/src
ip-10-140-0-77
Red Hat Enterprise Linux Server release 6.2 Beta (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################
ami is a BETA
######################################################################################
# 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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/xvde1 | awk '{ print  }'
COMMAND:  echo ext4
RESULT: ext4 
EXPECTED RESULT: ext4
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5905712
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test failed
RESULT: test failed 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
test failed
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....L....  c /etc/pam.d/fingerprint-auth
....L....  c /etc/pam.d/password-auth
....L....  c /etc/pam.d/smartcard-auth
....L....  c /etc/pam.d/system-auth
.M...UG..    /var/run/abrt
.M.......    /var/cache/yum
    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: 6 
EXPECTED RESULT: 4
RETURN CODE: 0
FAIL2
6
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.2 
EXPECTED RESULT: 6.2
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
crash-trace-commandPackager    : Lai Jiangshan <laijs.com>
######################################################################################
# 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
SKIPPING TEST, BETA DETECTED
######################################################################################
# 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
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
repo id                                         repo name                 status
rhui-us-east-client-config-server-6             Red Hat Update Infrastruc 1
rhui-us-east-client-config-server-6-beta        Red Hat Update Infrastruc 0
rhui-us-east-rhel-server-releases               Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-beta          Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional      Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional-beta Red Hat Enterprise Linux  0
repolist: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories. 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories.
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases - None
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases-optional - None
Error: Package: systemtap-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: systemtap-runtime = 1.6-2.el6
           Installed: systemtap-runtime-1.6-4.el6.x86_64 (@koji-override-0/$releasever)
               systemtap-runtime = 1.6-4.el6
           Available: systemtap-runtime-1.2-9.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-9.el6
           Available: systemtap-runtime-1.2-11.el6_0.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-11.el6_0
           Available: systemtap-runtime-1.4-6.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6
           Available: systemtap-runtime-1.4-6.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.1
           Available: systemtap-runtime-1.4-6.el6_1.2.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.2
           Available: systemtap-runtime-1.4-6.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.3
           Available: systemtap-runtime-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               systemtap-runtime = 1.6-2.el6
Error: Package: rpm-build-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: rpm = 4.8.0-17.el6
           Installed: rpm-4.8.0-19.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-19.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
           Available: rpm-4.8.0-16.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-16.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6_1.1
           Available: rpm-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               rpm = 4.8.0-17.el6
Error: Package: glibc-2.12-1.43.el6.i686 (rhui-us-east-rhel-server-releases-beta)
           Requires: glibc-common = 2.12-1.43.el6
           Installed: glibc-common-2.12-1.45.el6.x86_64 (@koji-override-0/$releasever)
               glibc-common = 2.12-1.45.el6
           Available: glibc-common-2.12-1.7.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6
           Available: glibc-common-2.12-1.7.el6_0.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.3
           Available: glibc-common-2.12-1.7.el6_0.4.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.4
           Available: glibc-common-2.12-1.7.el6_0.5.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.5
           Available: glibc-common-2.12-1.25.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6
           Available: glibc-common-2.12-1.25.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6_1.3
           Available: glibc-common-2.12-1.43.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               glibc-common = 2.12-1.43.el6
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process
Package 1:make-3.81-19.el6.x86_64 already installed and latest version
Package patch-2.6-6.el6.x86_64 already installed and latest version
Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version
Package gettext-0.17-16.el6.x86_64 already installed and latest version
Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version
Package elfutils-0.152-1.el6.x86_64 already installed and latest version
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed
---> Package bison.x86_64 0:2.4.1-5.el6 will be installed
---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed
---> Package cscope.x86_64 0:15.6-6.el6 will be installed
---> Package ctags.x86_64 0:5.8-2.el6 will be installed
---> Package diffstat.x86_64 0:1.51-2.el6 will be installed
---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64
---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64
--> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed
---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed
--> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64
---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed
---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed
--> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch
---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed
---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed
---> Package rcs.x86_64 0:5.7-37.el6 will be installed
---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed
--> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
---> Package swig.x86_64 0:1.3.40-6.el6 will be installed
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed
---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed
---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed
--> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
--> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed
---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed
--> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64
---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed
---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed
---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed
---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed
--> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
--> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed
---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686
---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64
---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64
---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed
--> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
--> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed
---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed
---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed
---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed
---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed
---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Finished Dependency Resolution
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process Package 1:make-3.81-19.el6.x86_64 already installed and latest version Package patch-2.6-6.el6.x86_64 already installed and latest version Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version Package gettext-0.17-16.el6.x86_64 already installed and latest version Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version Package elfutils-0.152-1.el6.x86_64 already installed and latest version Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed ---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed ---> Package bison.x86_64 0:2.4.1-5.el6 will be installed ---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed ---> Package cscope.x86_64 0:15.6-6.el6 will be installed ---> Package ctags.x86_64 0:5.8-2.el6 will be installed ---> Package diffstat.x86_64 0:1.51-2.el6 will be installed ---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64 ---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64 --> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed ---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed --> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64 ---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed ---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed --> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch ---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed ---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed ---> Package rcs.x86_64 0:5.7-37.el6 will be installed ---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed --> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 ---> Package swig.x86_64 0:1.3.40-6.el6 will be installed ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed ---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 ---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed ---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed --> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 ---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64 ---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed ---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed ---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 --> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed ---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686 ---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64 ---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64 ---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed --> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 --> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 ---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 ---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed ---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed ---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed ---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed ---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Finished Dependency Resolution You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
Warning: RPMDB altered outside of yum.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"

Comment 2 Kedar Bidarkar 2011-11-21 10:14:15 UTC
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.4 MB/s |  15 MB     00:06     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    37/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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 ...

Comment 3 Kedar Bidarkar 2011-11-21 10:14:19 UTC
######################################################################################
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 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-184-73-38-155.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-2d39434e , Instance Type : m1.xlarge and Arch : x86_64 in the Region : us-east-1a
The Validate Signature is : Or4ZGHcT7Am8wYMKRXNstriA5FgCU+FXRnZdOkWTol6XJHzr4xDhkB4LF2fprVjGnPBsy8MOxAUh
THyIMGD7QORwzgkhYfvkRpzDdlWTxmSvvUdZVh10a1oIYSPxj6y2jEciv/yZvopNUJqqlSSA4kQ7
YPBq9cN5cjlm+o75FdA=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 4 Kedar Bidarkar 2011-11-21 10:17:01 UTC
IMAGE ID= ami-f73df29e_us-east-1_m1.large
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-19-33-22.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-8b3943e8 , Instance Type : m1.large and Arch : x86_64 in the Region : us-east-1b
The Validate Signature is : hD4nNKFuy2qtNE9ON71JbhwXaEDVW+v3FQvUQWR/kKKw86VsvTVs12ITJBa2NMQUD6hgc5qroDwp
iy1yb1hBSemY2s5hyAyZwJNFcy6a1/BGG6v6752Py+vzzGimgeZ4E2kgx380szX3P+iao31vbgm2
5FpGzlcSeyNEE0cM7zc=
This is a Cloud Access image
/root/valid/src
ip-10-80-94-193
Red Hat Enterprise Linux Server release 6.2 Beta (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################
ami is a BETA
######################################################################################
# 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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/xvde1 | awk '{ print  }'
COMMAND:  echo ext4
RESULT: ext4 
EXPECTED RESULT: ext4
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5905712
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test failed
RESULT: test failed 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
test failed
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....L....  c /etc/pam.d/fingerprint-auth
....L....  c /etc/pam.d/password-auth
....L....  c /etc/pam.d/smartcard-auth
....L....  c /etc/pam.d/system-auth
.M...UG..    /var/run/abrt
.M.......    /var/cache/yum
    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: 6 
EXPECTED RESULT: 4
RETURN CODE: 0
FAIL2
6
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.2 
EXPECTED RESULT: 6.2
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
crash-trace-commandPackager    : Lai Jiangshan <laijs.com>
######################################################################################
# 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
SKIPPING TEST, BETA DETECTED
######################################################################################
# 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
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
repo id                                         repo name                 status
rhui-us-east-client-config-server-6             Red Hat Update Infrastruc 1
rhui-us-east-client-config-server-6-beta        Red Hat Update Infrastruc 0
rhui-us-east-rhel-server-releases               Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-beta          Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional      Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional-beta Red Hat Enterprise Linux  0
repolist: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories. 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories.
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases - None
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases-optional - None
Error: Package: systemtap-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: systemtap-runtime = 1.6-2.el6
           Installed: systemtap-runtime-1.6-4.el6.x86_64 (@koji-override-0/$releasever)
               systemtap-runtime = 1.6-4.el6
           Available: systemtap-runtime-1.2-9.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-9.el6
           Available: systemtap-runtime-1.2-11.el6_0.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-11.el6_0
           Available: systemtap-runtime-1.4-6.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6
           Available: systemtap-runtime-1.4-6.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.1
           Available: systemtap-runtime-1.4-6.el6_1.2.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.2
           Available: systemtap-runtime-1.4-6.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.3
           Available: systemtap-runtime-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               systemtap-runtime = 1.6-2.el6
Error: Package: rpm-build-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: rpm = 4.8.0-17.el6
           Installed: rpm-4.8.0-19.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-19.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
           Available: rpm-4.8.0-16.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-16.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6_1.1
           Available: rpm-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               rpm = 4.8.0-17.el6
Error: Package: glibc-2.12-1.43.el6.i686 (rhui-us-east-rhel-server-releases-beta)
           Requires: glibc-common = 2.12-1.43.el6
           Installed: glibc-common-2.12-1.45.el6.x86_64 (@koji-override-0/$releasever)
               glibc-common = 2.12-1.45.el6
           Available: glibc-common-2.12-1.7.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6
           Available: glibc-common-2.12-1.7.el6_0.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.3
           Available: glibc-common-2.12-1.7.el6_0.4.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.4
           Available: glibc-common-2.12-1.7.el6_0.5.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.5
           Available: glibc-common-2.12-1.25.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6
           Available: glibc-common-2.12-1.25.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6_1.3
           Available: glibc-common-2.12-1.43.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               glibc-common = 2.12-1.43.el6
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process
Package 1:make-3.81-19.el6.x86_64 already installed and latest version
Package patch-2.6-6.el6.x86_64 already installed and latest version
Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version
Package gettext-0.17-16.el6.x86_64 already installed and latest version
Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version
Package elfutils-0.152-1.el6.x86_64 already installed and latest version
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed
---> Package bison.x86_64 0:2.4.1-5.el6 will be installed
---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed
---> Package cscope.x86_64 0:15.6-6.el6 will be installed
---> Package ctags.x86_64 0:5.8-2.el6 will be installed
---> Package diffstat.x86_64 0:1.51-2.el6 will be installed
---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64
---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64
--> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed
---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed
--> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64
---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed
---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed
--> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch
---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed
---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed
---> Package rcs.x86_64 0:5.7-37.el6 will be installed
---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed
--> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
---> Package swig.x86_64 0:1.3.40-6.el6 will be installed
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed
---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed
---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed
--> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
--> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed
---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed
--> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64
---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed
---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed
---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed
---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed
--> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
--> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed
---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686
---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64
---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64
---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed
--> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
--> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed
---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed
---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed
---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed
---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed
---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Finished Dependency Resolution
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process Package 1:make-3.81-19.el6.x86_64 already installed and latest version Package patch-2.6-6.el6.x86_64 already installed and latest version Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version Package gettext-0.17-16.el6.x86_64 already installed and latest version Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version Package elfutils-0.152-1.el6.x86_64 already installed and latest version Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed ---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed ---> Package bison.x86_64 0:2.4.1-5.el6 will be installed ---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed ---> Package cscope.x86_64 0:15.6-6.el6 will be installed ---> Package ctags.x86_64 0:5.8-2.el6 will be installed ---> Package diffstat.x86_64 0:1.51-2.el6 will be installed ---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64 ---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64 --> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed ---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed --> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64 ---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed ---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed --> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch ---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed ---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed ---> Package rcs.x86_64 0:5.7-37.el6 will be installed ---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed --> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 ---> Package swig.x86_64 0:1.3.40-6.el6 will be installed ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed ---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 ---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed ---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed --> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 ---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64 ---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed ---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed ---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 --> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed ---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686 ---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64 ---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64 ---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed --> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 --> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 ---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 ---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed ---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed ---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed ---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed ---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Finished Dependency Resolution You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
Warning: RPMDB altered outside of yum.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"

Comment 5 Kedar Bidarkar 2011-11-21 10:17:04 UTC
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.1 MB/s |  15 MB     00:07     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    37/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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 ...

Comment 6 Kedar Bidarkar 2011-11-21 10:17:07 UTC
######################################################################################
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 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-19-33-22.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-8b3943e8 , Instance Type : m1.large and Arch : x86_64 in the Region : us-east-1b
The Validate Signature is : hD4nNKFuy2qtNE9ON71JbhwXaEDVW+v3FQvUQWR/kKKw86VsvTVs12ITJBa2NMQUD6hgc5qroDwp
iy1yb1hBSemY2s5hyAyZwJNFcy6a1/BGG6v6752Py+vzzGimgeZ4E2kgx380szX3P+iao31vbgm2
5FpGzlcSeyNEE0cM7zc=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 7 Kedar Bidarkar 2011-11-21 10:17:22 UTC
IMAGE ID= ami-f73df29e_us-east-1_m2.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-19-8-75.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-053e4466 , Instance Type : m2.xlarge and Arch : x86_64 in the Region : us-east-1b
The Validate Signature is : F6AOmaYzpJ5oX200rCFwUt+JR/dCIThgWYyWOKfNadbdWIOKA8Qe5YPigS5sYpligVeWsuEIt+cW
EsbXIWDE+yLNgf/MBp38PG/816m68SPPmlWc7PuKSVuxRE0y2mitONDx/SJKZhtxYuAuoVVxtpbK
Gk82P134uTyC4oi21GQ=
This is a Cloud Access image
/root/valid/src
ip-10-10-237-140
Red Hat Enterprise Linux Server release 6.2 Beta (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################
ami is a BETA
######################################################################################
# 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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/xvde1 | awk '{ print  }'
COMMAND:  echo ext4
RESULT: ext4 
EXPECTED RESULT: ext4
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5905712
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test failed
RESULT: test failed 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
test failed
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....L....  c /etc/pam.d/fingerprint-auth
....L....  c /etc/pam.d/password-auth
....L....  c /etc/pam.d/smartcard-auth
....L....  c /etc/pam.d/system-auth
.M...UG..    /var/run/abrt
.M.......    /var/cache/yum
    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: 6 
EXPECTED RESULT: 4
RETURN CODE: 0
FAIL2
6
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.2 
EXPECTED RESULT: 6.2
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
crash-trace-commandPackager    : Lai Jiangshan <laijs.com>
######################################################################################
# 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
SKIPPING TEST, BETA DETECTED
######################################################################################
# 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
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
repo id                                         repo name                 status
rhui-us-east-client-config-server-6             Red Hat Update Infrastruc 1
rhui-us-east-client-config-server-6-beta        Red Hat Update Infrastruc 0
rhui-us-east-rhel-server-releases               Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-beta          Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional      Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional-beta Red Hat Enterprise Linux  0
repolist: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories. 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories.
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases - None
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases-optional - None
Error: Package: systemtap-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: systemtap-runtime = 1.6-2.el6
           Installed: systemtap-runtime-1.6-4.el6.x86_64 (@koji-override-0/$releasever)
               systemtap-runtime = 1.6-4.el6
           Available: systemtap-runtime-1.2-9.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-9.el6
           Available: systemtap-runtime-1.2-11.el6_0.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-11.el6_0
           Available: systemtap-runtime-1.4-6.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6
           Available: systemtap-runtime-1.4-6.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.1
           Available: systemtap-runtime-1.4-6.el6_1.2.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.2
           Available: systemtap-runtime-1.4-6.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.3
           Available: systemtap-runtime-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               systemtap-runtime = 1.6-2.el6
Error: Package: rpm-build-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: rpm = 4.8.0-17.el6
           Installed: rpm-4.8.0-19.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-19.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
           Available: rpm-4.8.0-16.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-16.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6_1.1
           Available: rpm-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               rpm = 4.8.0-17.el6
Error: Package: glibc-2.12-1.43.el6.i686 (rhui-us-east-rhel-server-releases-beta)
           Requires: glibc-common = 2.12-1.43.el6
           Installed: glibc-common-2.12-1.45.el6.x86_64 (@koji-override-0/$releasever)
               glibc-common = 2.12-1.45.el6
           Available: glibc-common-2.12-1.7.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6
           Available: glibc-common-2.12-1.7.el6_0.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.3
           Available: glibc-common-2.12-1.7.el6_0.4.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.4
           Available: glibc-common-2.12-1.7.el6_0.5.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.5
           Available: glibc-common-2.12-1.25.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6
           Available: glibc-common-2.12-1.25.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6_1.3
           Available: glibc-common-2.12-1.43.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               glibc-common = 2.12-1.43.el6
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process
Package 1:make-3.81-19.el6.x86_64 already installed and latest version
Package patch-2.6-6.el6.x86_64 already installed and latest version
Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version
Package gettext-0.17-16.el6.x86_64 already installed and latest version
Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version
Package elfutils-0.152-1.el6.x86_64 already installed and latest version
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed
---> Package bison.x86_64 0:2.4.1-5.el6 will be installed
---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed
---> Package cscope.x86_64 0:15.6-6.el6 will be installed
---> Package ctags.x86_64 0:5.8-2.el6 will be installed
---> Package diffstat.x86_64 0:1.51-2.el6 will be installed
---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64
---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64
--> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed
---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed
--> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64
---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed
---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed
--> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch
---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed
---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed
---> Package rcs.x86_64 0:5.7-37.el6 will be installed
---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed
--> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
---> Package swig.x86_64 0:1.3.40-6.el6 will be installed
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed
---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed
---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed
--> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
--> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed
---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed
--> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64
---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed
---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed
---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed
---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed
--> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
--> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed
---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686
---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64
---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64
---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed
--> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
--> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed
---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed
---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed
---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed
---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed
---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Finished Dependency Resolution
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process Package 1:make-3.81-19.el6.x86_64 already installed and latest version Package patch-2.6-6.el6.x86_64 already installed and latest version Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version Package gettext-0.17-16.el6.x86_64 already installed and latest version Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version Package elfutils-0.152-1.el6.x86_64 already installed and latest version Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed ---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed ---> Package bison.x86_64 0:2.4.1-5.el6 will be installed ---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed ---> Package cscope.x86_64 0:15.6-6.el6 will be installed ---> Package ctags.x86_64 0:5.8-2.el6 will be installed ---> Package diffstat.x86_64 0:1.51-2.el6 will be installed ---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64 ---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64 --> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed ---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed --> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64 ---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed ---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed --> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch ---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed ---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed ---> Package rcs.x86_64 0:5.7-37.el6 will be installed ---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed --> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 ---> Package swig.x86_64 0:1.3.40-6.el6 will be installed ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed ---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 ---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed ---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed --> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 ---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64 ---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed ---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed ---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 --> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed ---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686 ---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64 ---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64 ---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed --> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 --> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 ---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 ---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed ---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed ---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed ---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed ---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Finished Dependency Resolution You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
Warning: RPMDB altered outside of yum.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"

Comment 8 Kedar Bidarkar 2011-11-21 10:17:25 UTC
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.1 MB/s |  15 MB     00:07     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    37/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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 ...

Comment 9 Kedar Bidarkar 2011-11-21 10:17:28 UTC
######################################################################################
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 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-19-8-75.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-053e4466 , Instance Type : m2.xlarge and Arch : x86_64 in the Region : us-east-1b
The Validate Signature is : F6AOmaYzpJ5oX200rCFwUt+JR/dCIThgWYyWOKfNadbdWIOKA8Qe5YPigS5sYpligVeWsuEIt+cW
EsbXIWDE+yLNgf/MBp38PG/816m68SPPmlWc7PuKSVuxRE0y2mitONDx/SJKZhtxYuAuoVVxtpbK
Gk82P134uTyC4oi21GQ=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 10 Kedar Bidarkar 2011-11-21 10:18:25 UTC
IMAGE ID= ami-f73df29e_us-east-1_m2.2xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-19-54-153.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-673f4504 , Instance Type : m2.2xlarge and Arch : x86_64 in the Region : us-east-1b
The Validate Signature is : NPHf+KGkGoTRuk7DaZos7TDCpNlZNuhXBLsXSVYEWD1I+mYWgAEjp0iqaL3aaoAq2KNF49syo1yR
+Ba2i+1QODxQSRARM/Wjm8NIsXmzMyeZiwEWhFYI+G7Q/elPUL1DMWUZuBzsBFr5i+YxW2B4SPJ2
CZ+KBJ3oLbYDMdr3Yg0=
This is a Cloud Access image
/root/valid/src
ip-10-12-239-90
Red Hat Enterprise Linux Server release 6.2 Beta (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################
ami is a BETA
######################################################################################
# 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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/xvde1 | awk '{ print  }'
COMMAND:  echo ext4
RESULT: ext4 
EXPECTED RESULT: ext4
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5905712
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test failed
RESULT: test failed 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
test failed
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....L....  c /etc/pam.d/fingerprint-auth
....L....  c /etc/pam.d/password-auth
....L....  c /etc/pam.d/smartcard-auth
....L....  c /etc/pam.d/system-auth
.M...UG..    /var/run/abrt
.M.......    /var/cache/yum
    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: 6 
EXPECTED RESULT: 4
RETURN CODE: 0
FAIL2
6
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.2 
EXPECTED RESULT: 6.2
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
crash-trace-commandPackager    : Lai Jiangshan <laijs.com>
######################################################################################
# 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
SKIPPING TEST, BETA DETECTED
######################################################################################
# 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
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
repo id                                         repo name                 status
rhui-us-east-client-config-server-6             Red Hat Update Infrastruc 1
rhui-us-east-client-config-server-6-beta        Red Hat Update Infrastruc 0
rhui-us-east-rhel-server-releases               Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-beta          Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional      Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional-beta Red Hat Enterprise Linux  0
repolist: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories. 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories.
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases - None
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases-optional - None
Error: Package: systemtap-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: systemtap-runtime = 1.6-2.el6
           Installed: systemtap-runtime-1.6-4.el6.x86_64 (@koji-override-0/$releasever)
               systemtap-runtime = 1.6-4.el6
           Available: systemtap-runtime-1.2-9.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-9.el6
           Available: systemtap-runtime-1.2-11.el6_0.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-11.el6_0
           Available: systemtap-runtime-1.4-6.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6
           Available: systemtap-runtime-1.4-6.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.1
           Available: systemtap-runtime-1.4-6.el6_1.2.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.2
           Available: systemtap-runtime-1.4-6.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.3
           Available: systemtap-runtime-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               systemtap-runtime = 1.6-2.el6
Error: Package: rpm-build-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: rpm = 4.8.0-17.el6
           Installed: rpm-4.8.0-19.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-19.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
           Available: rpm-4.8.0-16.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-16.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6_1.1
           Available: rpm-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               rpm = 4.8.0-17.el6
Error: Package: glibc-2.12-1.43.el6.i686 (rhui-us-east-rhel-server-releases-beta)
           Requires: glibc-common = 2.12-1.43.el6
           Installed: glibc-common-2.12-1.45.el6.x86_64 (@koji-override-0/$releasever)
               glibc-common = 2.12-1.45.el6
           Available: glibc-common-2.12-1.7.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6
           Available: glibc-common-2.12-1.7.el6_0.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.3
           Available: glibc-common-2.12-1.7.el6_0.4.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.4
           Available: glibc-common-2.12-1.7.el6_0.5.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.5
           Available: glibc-common-2.12-1.25.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6
           Available: glibc-common-2.12-1.25.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6_1.3
           Available: glibc-common-2.12-1.43.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               glibc-common = 2.12-1.43.el6
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process
Package 1:make-3.81-19.el6.x86_64 already installed and latest version
Package patch-2.6-6.el6.x86_64 already installed and latest version
Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version
Package gettext-0.17-16.el6.x86_64 already installed and latest version
Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version
Package elfutils-0.152-1.el6.x86_64 already installed and latest version
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed
---> Package bison.x86_64 0:2.4.1-5.el6 will be installed
---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed
---> Package cscope.x86_64 0:15.6-6.el6 will be installed
---> Package ctags.x86_64 0:5.8-2.el6 will be installed
---> Package diffstat.x86_64 0:1.51-2.el6 will be installed
---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64
---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64
--> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed
---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed
--> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64
---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed
---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed
--> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch
---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed
---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed
---> Package rcs.x86_64 0:5.7-37.el6 will be installed
---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed
--> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
---> Package swig.x86_64 0:1.3.40-6.el6 will be installed
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed
---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed
---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed
--> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
--> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed
---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed
--> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64
---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed
---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed
---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed
---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed
--> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
--> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed
---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686
---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64
---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64
---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed
--> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
--> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed
---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed
---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed
---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed
---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed
---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Finished Dependency Resolution
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process Package 1:make-3.81-19.el6.x86_64 already installed and latest version Package patch-2.6-6.el6.x86_64 already installed and latest version Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version Package gettext-0.17-16.el6.x86_64 already installed and latest version Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version Package elfutils-0.152-1.el6.x86_64 already installed and latest version Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed ---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed ---> Package bison.x86_64 0:2.4.1-5.el6 will be installed ---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed ---> Package cscope.x86_64 0:15.6-6.el6 will be installed ---> Package ctags.x86_64 0:5.8-2.el6 will be installed ---> Package diffstat.x86_64 0:1.51-2.el6 will be installed ---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64 ---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64 --> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed ---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed --> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64 ---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed ---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed --> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch ---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed ---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed ---> Package rcs.x86_64 0:5.7-37.el6 will be installed ---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed --> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 ---> Package swig.x86_64 0:1.3.40-6.el6 will be installed ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed ---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 ---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed ---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed --> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 ---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64 ---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed ---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed ---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 --> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed ---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686 ---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64 ---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64 ---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed --> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 --> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 ---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 ---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed ---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed ---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed ---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed ---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Finished Dependency Resolution You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
Warning: RPMDB altered outside of yum.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"

Comment 11 Kedar Bidarkar 2011-11-21 10:18:28 UTC
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.2 MB/s |  15 MB     00:07     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                37/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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 ...

Comment 12 Kedar Bidarkar 2011-11-21 10:18:32 UTC
######################################################################################
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 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-19-54-153.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-673f4504 , Instance Type : m2.2xlarge and Arch : x86_64 in the Region : us-east-1b
The Validate Signature is : NPHf+KGkGoTRuk7DaZos7TDCpNlZNuhXBLsXSVYEWD1I+mYWgAEjp0iqaL3aaoAq2KNF49syo1yR
+Ba2i+1QODxQSRARM/Wjm8NIsXmzMyeZiwEWhFYI+G7Q/elPUL1DMWUZuBzsBFr5i+YxW2B4SPJ2
CZ+KBJ3oLbYDMdr3Yg0=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 13 Kedar Bidarkar 2011-11-21 10:20:08 UTC
IMAGE ID= ami-f73df29e_us-east-1_m2.4xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-17-104-81.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-b73f45d4 , Instance Type : m2.4xlarge and Arch : x86_64 in the Region : us-east-1a
The Validate Signature is : AQOq3I7kCASNbo1uwY9QDVaFGjsCNdMmcWMFLRVkxpHxNV6PpuWuja29f0Fan5Q0yeitTw02XfTm
CV95ShybTzMgzcAS2DmPzHAgk4kqQvTG2uXIMGJQGm7DTY7KVqgeBRumMCf9Ms83fecY2/RFhGAF
1ZOrN88BLOmaFJTPPjQ=
This is a Cloud Access image
/root/valid/src
ip-10-8-231-42
Red Hat Enterprise Linux Server release 6.2 Beta (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################
ami is a BETA
######################################################################################
# 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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/xvde1 | awk '{ print  }'
COMMAND:  echo ext4
RESULT: ext4 
EXPECTED RESULT: ext4
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5905712
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test failed
RESULT: test failed 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
test failed
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....L....  c /etc/pam.d/fingerprint-auth
....L....  c /etc/pam.d/password-auth
....L....  c /etc/pam.d/smartcard-auth
....L....  c /etc/pam.d/system-auth
.M...UG..    /var/run/abrt
.M.......    /var/cache/yum
    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: 6 
EXPECTED RESULT: 4
RETURN CODE: 0
FAIL2
6
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.2 
EXPECTED RESULT: 6.2
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
crash-trace-commandPackager    : Lai Jiangshan <laijs.com>
######################################################################################
# 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
SKIPPING TEST, BETA DETECTED
######################################################################################
# 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
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
repo id                                         repo name                 status
rhui-us-east-client-config-server-6             Red Hat Update Infrastruc 1
rhui-us-east-client-config-server-6-beta        Red Hat Update Infrastruc 0
rhui-us-east-rhel-server-releases               Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-beta          Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional      Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional-beta Red Hat Enterprise Linux  0
repolist: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories. 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories.
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases - None
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases-optional - None
Error: Package: systemtap-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: systemtap-runtime = 1.6-2.el6
           Installed: systemtap-runtime-1.6-4.el6.x86_64 (@koji-override-0/$releasever)
               systemtap-runtime = 1.6-4.el6
           Available: systemtap-runtime-1.2-9.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-9.el6
           Available: systemtap-runtime-1.2-11.el6_0.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-11.el6_0
           Available: systemtap-runtime-1.4-6.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6
           Available: systemtap-runtime-1.4-6.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.1
           Available: systemtap-runtime-1.4-6.el6_1.2.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.2
           Available: systemtap-runtime-1.4-6.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.3
           Available: systemtap-runtime-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               systemtap-runtime = 1.6-2.el6
Error: Package: rpm-build-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: rpm = 4.8.0-17.el6
           Installed: rpm-4.8.0-19.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-19.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
           Available: rpm-4.8.0-16.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-16.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6_1.1
           Available: rpm-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               rpm = 4.8.0-17.el6
Error: Package: glibc-2.12-1.43.el6.i686 (rhui-us-east-rhel-server-releases-beta)
           Requires: glibc-common = 2.12-1.43.el6
           Installed: glibc-common-2.12-1.45.el6.x86_64 (@koji-override-0/$releasever)
               glibc-common = 2.12-1.45.el6
           Available: glibc-common-2.12-1.7.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6
           Available: glibc-common-2.12-1.7.el6_0.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.3
           Available: glibc-common-2.12-1.7.el6_0.4.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.4
           Available: glibc-common-2.12-1.7.el6_0.5.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.5
           Available: glibc-common-2.12-1.25.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6
           Available: glibc-common-2.12-1.25.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6_1.3
           Available: glibc-common-2.12-1.43.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               glibc-common = 2.12-1.43.el6
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process
Package 1:make-3.81-19.el6.x86_64 already installed and latest version
Package patch-2.6-6.el6.x86_64 already installed and latest version
Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version
Package gettext-0.17-16.el6.x86_64 already installed and latest version
Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version
Package elfutils-0.152-1.el6.x86_64 already installed and latest version
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed
---> Package bison.x86_64 0:2.4.1-5.el6 will be installed
---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed
---> Package cscope.x86_64 0:15.6-6.el6 will be installed
---> Package ctags.x86_64 0:5.8-2.el6 will be installed
---> Package diffstat.x86_64 0:1.51-2.el6 will be installed
---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64
---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64
--> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed
---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed
--> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64
---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed
---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed
--> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch
---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed
---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed
---> Package rcs.x86_64 0:5.7-37.el6 will be installed
---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed
--> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
---> Package swig.x86_64 0:1.3.40-6.el6 will be installed
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed
---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed
---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed
--> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
--> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed
---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed
--> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64
---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed
---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed
---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed
---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed
--> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
--> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed
---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686
---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64
---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64
---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed
--> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
--> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed
---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed
---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed
---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed
---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed
---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Finished Dependency Resolution
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process Package 1:make-3.81-19.el6.x86_64 already installed and latest version Package patch-2.6-6.el6.x86_64 already installed and latest version Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version Package gettext-0.17-16.el6.x86_64 already installed and latest version Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version Package elfutils-0.152-1.el6.x86_64 already installed and latest version Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed ---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed ---> Package bison.x86_64 0:2.4.1-5.el6 will be installed ---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed ---> Package cscope.x86_64 0:15.6-6.el6 will be installed ---> Package ctags.x86_64 0:5.8-2.el6 will be installed ---> Package diffstat.x86_64 0:1.51-2.el6 will be installed ---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64 ---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64 --> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed ---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed --> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64 ---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed ---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed --> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch ---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed ---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed ---> Package rcs.x86_64 0:5.7-37.el6 will be installed ---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed --> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 ---> Package swig.x86_64 0:1.3.40-6.el6 will be installed ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed ---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 ---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed ---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed --> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 ---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64 ---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed ---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed ---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 --> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed ---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686 ---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64 ---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64 ---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed --> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 --> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 ---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 ---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed ---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed ---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed ---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed ---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Finished Dependency Resolution You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
Warning: RPMDB altered outside of yum.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"

Comment 14 Kedar Bidarkar 2011-11-21 10:20:11 UTC
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.5 MB/s |  15 MB     00:06     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    37/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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 ...

Comment 15 Kedar Bidarkar 2011-11-21 10:20:15 UTC
######################################################################################
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 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-17-104-81.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-b73f45d4 , Instance Type : m2.4xlarge and Arch : x86_64 in the Region : us-east-1a
The Validate Signature is : AQOq3I7kCASNbo1uwY9QDVaFGjsCNdMmcWMFLRVkxpHxNV6PpuWuja29f0Fan5Q0yeitTw02XfTm
CV95ShybTzMgzcAS2DmPzHAgk4kqQvTG2uXIMGJQGm7DTY7KVqgeBRumMCf9Ms83fecY2/RFhGAF
1ZOrN88BLOmaFJTPPjQ=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 16 Kedar Bidarkar 2011-11-21 10:20:35 UTC
IMAGE ID= ami-f73df29e_us-east-1_t1.micro
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-174-129-68-136.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-11394372 , Instance Type : t1.micro and Arch : x86_64 in the Region : us-east-1a
The Validate Signature is : gTO7LYIrd8Cs5OskubT2YB3vhGYWCK3fdyV9t2IyhIvB7aefEn5yV6qrAekLYHLKI3qkv4BVtP7d
ZjCj5/j1XGU4TwZUydU+0FlPGSSnZ1JPMOvh1VjeG6afxmuDyM8Gun9dx8Xi4IkvY6+0rejNWufG
Y+GrGoPXlbd56oqnoo8=
This is a Cloud Access image
/root/valid/src
domU-12-31-39-0A-32-BD
Red Hat Enterprise Linux Server release 6.2 Beta (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################
ami is a BETA
######################################################################################
# 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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/xvde1 | awk '{ print  }'
COMMAND:  echo ext4
RESULT: ext4 
EXPECTED RESULT: ext4
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5905712
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
COUNT = 0
COMMAND:  echo test failed
RESULT: test failed 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
test failed
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....L....  c /etc/pam.d/fingerprint-auth
....L....  c /etc/pam.d/password-auth
....L....  c /etc/pam.d/smartcard-auth
....L....  c /etc/pam.d/system-auth
.M...UG..    /var/run/abrt
.M.......    /var/cache/yum
    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: 6 
EXPECTED RESULT: 4
RETURN CODE: 0
FAIL2
6
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.2 
EXPECTED RESULT: 6.2
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
crash-trace-commandPackager    : Lai Jiangshan <laijs.com>
######################################################################################
# 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
SKIPPING TEST, BETA DETECTED
######################################################################################
# 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
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
repo id                                         repo name                 status
rhui-us-east-client-config-server-6             Red Hat Update Infrastruc 1
rhui-us-east-client-config-server-6-beta        Red Hat Update Infrastruc 0
rhui-us-east-rhel-server-releases               Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-beta          Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional      Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional-beta Red Hat Enterprise Linux  0
repolist: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories. 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories.
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases - None
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases-optional - None
Error: Package: systemtap-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: systemtap-runtime = 1.6-2.el6
           Installed: systemtap-runtime-1.6-4.el6.x86_64 (@koji-override-0/$releasever)
               systemtap-runtime = 1.6-4.el6
           Available: systemtap-runtime-1.2-9.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-9.el6
           Available: systemtap-runtime-1.2-11.el6_0.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-11.el6_0
           Available: systemtap-runtime-1.4-6.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6
           Available: systemtap-runtime-1.4-6.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.1
           Available: systemtap-runtime-1.4-6.el6_1.2.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.2
           Available: systemtap-runtime-1.4-6.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.3
           Available: systemtap-runtime-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               systemtap-runtime = 1.6-2.el6
Error: Package: rpm-build-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: rpm = 4.8.0-17.el6
           Installed: rpm-4.8.0-19.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-19.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
           Available: rpm-4.8.0-16.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-16.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6_1.1
           Available: rpm-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               rpm = 4.8.0-17.el6
Error: Package: glibc-2.12-1.43.el6.i686 (rhui-us-east-rhel-server-releases-beta)
           Requires: glibc-common = 2.12-1.43.el6
           Installed: glibc-common-2.12-1.45.el6.x86_64 (@koji-override-0/$releasever)
               glibc-common = 2.12-1.45.el6
           Available: glibc-common-2.12-1.7.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6
           Available: glibc-common-2.12-1.7.el6_0.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.3
           Available: glibc-common-2.12-1.7.el6_0.4.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.4
           Available: glibc-common-2.12-1.7.el6_0.5.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.5
           Available: glibc-common-2.12-1.25.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6
           Available: glibc-common-2.12-1.25.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6_1.3
           Available: glibc-common-2.12-1.43.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               glibc-common = 2.12-1.43.el6
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process
Package 1:make-3.81-19.el6.x86_64 already installed and latest version
Package patch-2.6-6.el6.x86_64 already installed and latest version
Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version
Package gettext-0.17-16.el6.x86_64 already installed and latest version
Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version
Package elfutils-0.152-1.el6.x86_64 already installed and latest version
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed
---> Package bison.x86_64 0:2.4.1-5.el6 will be installed
---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed
---> Package cscope.x86_64 0:15.6-6.el6 will be installed
---> Package ctags.x86_64 0:5.8-2.el6 will be installed
---> Package diffstat.x86_64 0:1.51-2.el6 will be installed
---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64
---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64
--> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed
---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed
--> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64
---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed
---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed
--> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch
---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed
---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed
---> Package rcs.x86_64 0:5.7-37.el6 will be installed
---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed
--> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
---> Package swig.x86_64 0:1.3.40-6.el6 will be installed
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed
---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed
---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed
--> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
--> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed
---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed
--> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64
---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed
---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed
---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed
---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed
--> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
--> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed
---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686
---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64
---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64
---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed
--> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
--> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed
---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed
---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed
---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed
---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed
---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Finished Dependency Resolution
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process Package 1:make-3.81-19.el6.x86_64 already installed and latest version Package patch-2.6-6.el6.x86_64 already installed and latest version Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version Package gettext-0.17-16.el6.x86_64 already installed and latest version Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version Package elfutils-0.152-1.el6.x86_64 already installed and latest version Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed ---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed ---> Package bison.x86_64 0:2.4.1-5.el6 will be installed ---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed ---> Package cscope.x86_64 0:15.6-6.el6 will be installed ---> Package ctags.x86_64 0:5.8-2.el6 will be installed ---> Package diffstat.x86_64 0:1.51-2.el6 will be installed ---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64 ---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64 --> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed ---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed --> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64 ---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed ---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed --> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch ---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed ---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed ---> Package rcs.x86_64 0:5.7-37.el6 will be installed ---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed --> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 ---> Package swig.x86_64 0:1.3.40-6.el6 will be installed ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed ---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 ---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed ---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed --> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 ---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64 ---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed ---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed ---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 --> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed ---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686 ---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64 ---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64 ---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed --> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 --> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 ---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 ---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed ---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed ---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed ---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed ---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Finished Dependency Resolution You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
Warning: RPMDB altered outside of yum.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies

Comment 17 Kedar Bidarkar 2011-11-21 10:20:38 UTC
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.6 MB/s |  15 MB     00:09     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    37/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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
######################################################################################

Comment 18 Kedar Bidarkar 2011-11-21 10:20:42 UTC
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-174-129-68-136.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-11394372 , Instance Type : t1.micro and Arch : x86_64 in the Region : us-east-1a
The Validate Signature is : gTO7LYIrd8Cs5OskubT2YB3vhGYWCK3fdyV9t2IyhIvB7aefEn5yV6qrAekLYHLKI3qkv4BVtP7d
ZjCj5/j1XGU4TwZUydU+0FlPGSSnZ1JPMOvh1VjeG6afxmuDyM8Gun9dx8Xi4IkvY6+0rejNWufG
Y+GrGoPXlbd56oqnoo8=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 19 Kedar Bidarkar 2011-11-21 10:21:14 UTC
IMAGE ID= ami-f73df29e_us-east-1_c1.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-19-10-156.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-253c4646 , Instance Type : c1.xlarge and Arch : x86_64 in the Region : us-east-1a
The Validate Signature is : Yek3Rsx0prlxbpbr000ae6d8K8g+kr5wOcOIl/jXg5WBldwItNffo5ElmK1qucyOoP1HkrsF80NG
2GOgk7w5TDCNecEeK8QzqA2jS2XrfqvCNS8h0JmXDW8IdqC7hI9ySqtfC/KQQFY20yHhK/x2A7i1
cSchQNXPaEX9tbqpCcQ=
This is a Cloud Access image
/root/valid/src
domU-12-31-39-10-34-41
Red Hat Enterprise Linux Server release 6.2 Beta (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################
ami is a BETA
######################################################################################
# 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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/xvde1 | awk '{ print  }'
COMMAND:  echo ext4
RESULT: ext4 
EXPECTED RESULT: ext4
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5905712
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test failed
RESULT: test failed 
EXPECTED RESULT: 1
RETURN CODE: 0
FAIL2
test failed
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....L....  c /etc/pam.d/fingerprint-auth
....L....  c /etc/pam.d/password-auth
....L....  c /etc/pam.d/smartcard-auth
....L....  c /etc/pam.d/system-auth
.M...UG..    /var/run/abrt
.M.......    /var/cache/yum
    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: 6 
EXPECTED RESULT: 4
RETURN CODE: 0
FAIL2
6
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.2 
EXPECTED RESULT: 6.2
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
crash-trace-commandPackager    : Lai Jiangshan <laijs.com>
######################################################################################
# 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
SKIPPING TEST, BETA DETECTED
######################################################################################
# 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
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
repo id                                         repo name                 status
rhui-us-east-client-config-server-6             Red Hat Update Infrastruc 1
rhui-us-east-client-config-server-6-beta        Red Hat Update Infrastruc 0
rhui-us-east-rhel-server-releases               Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-beta          Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional      Red Hat Enterprise Linux  0
rhui-us-east-rhel-server-releases-optional-beta Red Hat Enterprise Linux  0
repolist: 1 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories. 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories.
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional. Please verify its path and try again
RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rhui-us-east-rhel-server-releases-optional-beta. Please verify its path and try again
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/os/repodata/f837e96f8772de32cb81f37752b71e82681e6f9e-comps-rhel-x86_64-server-6.1.z.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases - None
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/dist/rhel/rhui/server/6/6Server/x86_64/optional/os/repodata/a13a785628391b912456f67e23c024ee7a172262-comps-rhel-x86_64-server-optional-6.xml.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
Failed to add groups file for repository: rhui-us-east-rhel-server-releases-optional - None
Error: Package: systemtap-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: systemtap-runtime = 1.6-2.el6
           Installed: systemtap-runtime-1.6-4.el6.x86_64 (@koji-override-0/$releasever)
               systemtap-runtime = 1.6-4.el6
           Available: systemtap-runtime-1.2-9.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-9.el6
           Available: systemtap-runtime-1.2-11.el6_0.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.2-11.el6_0
           Available: systemtap-runtime-1.4-6.el6.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6
           Available: systemtap-runtime-1.4-6.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.1
           Available: systemtap-runtime-1.4-6.el6_1.2.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.2
           Available: systemtap-runtime-1.4-6.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               systemtap-runtime = 1.4-6.el6_1.3
           Available: systemtap-runtime-1.6-2.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               systemtap-runtime = 1.6-2.el6
Error: Package: rpm-build-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
           Requires: rpm = 4.8.0-17.el6
           Installed: rpm-4.8.0-19.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-19.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
           Available: rpm-4.8.0-16.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-16.el6_1.1.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-16.el6_1.1
           Available: rpm-4.8.0-17.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               rpm = 4.8.0-17.el6
Error: Package: glibc-2.12-1.43.el6.i686 (rhui-us-east-rhel-server-releases-beta)
           Requires: glibc-common = 2.12-1.43.el6
           Installed: glibc-common-2.12-1.45.el6.x86_64 (@koji-override-0/$releasever)
               glibc-common = 2.12-1.45.el6
           Available: glibc-common-2.12-1.7.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6
           Available: glibc-common-2.12-1.7.el6_0.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.3
           Available: glibc-common-2.12-1.7.el6_0.4.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.4
           Available: glibc-common-2.12-1.7.el6_0.5.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.7.el6_0.5
           Available: glibc-common-2.12-1.25.el6.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6
           Available: glibc-common-2.12-1.25.el6_1.3.x86_64 (rhui-us-east-rhel-server-releases)
               glibc-common = 2.12-1.25.el6_1.3
           Available: glibc-common-2.12-1.43.el6.x86_64 (rhui-us-east-rhel-server-releases-beta)
               glibc-common = 2.12-1.43.el6
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Group Process
Package 1:make-3.81-19.el6.x86_64 already installed and latest version
Package patch-2.6-6.el6.x86_64 already installed and latest version
Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version
Package gettext-0.17-16.el6.x86_64 already installed and latest version
Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version
Package elfutils-0.152-1.el6.x86_64 already installed and latest version
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed
---> Package bison.x86_64 0:2.4.1-5.el6 will be installed
---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed
---> Package cscope.x86_64 0:15.6-6.el6 will be installed
---> Package ctags.x86_64 0:5.8-2.el6 will be installed
---> Package diffstat.x86_64 0:1.51-2.el6 will be installed
---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64
---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64
--> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed
---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed
--> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64
--> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64
---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed
---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed
--> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch
---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed
---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed
---> Package rcs.x86_64 0:5.7-37.el6 will be installed
---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed
--> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
--> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64
---> Package swig.x86_64 0:1.3.40-6.el6 will be installed
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed
---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed
---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed
--> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
--> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed
---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed
--> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
--> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64
---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64
--> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64
---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed
---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed
---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed
---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed
--> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
--> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64
---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed
---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686
---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64
--> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64
---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed
--> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64
---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed
--> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
--> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64
---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed
---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Running transaction check
---> Package glibc.i686 0:2.12-1.43.el6 will be installed
--> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686
---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed
---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed
---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed
---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed
---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64
---> Package systemtap.x86_64 0:1.6-2.el6 will be installed
--> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64
--> Finished Dependency Resolution
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager Updating certificate-based repositories. Setting up Group Process Package 1:make-3.81-19.el6.x86_64 already installed and latest version Package patch-2.6-6.el6.x86_64 already installed and latest version Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version Package gettext-0.17-16.el6.x86_64 already installed and latest version Package binutils-2.20.51.0.2-5.27.el6.x86_64 already installed and latest version Package elfutils-0.152-1.el6.x86_64 already installed and latest version Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed ---> Package automake.noarch 0:1.11.1-1.2.el6 will be installed ---> Package bison.x86_64 0:2.4.1-5.el6 will be installed ---> Package byacc.x86_64 0:1.9.20070509-6.1.el6 will be installed ---> Package cscope.x86_64 0:15.6-6.el6 will be installed ---> Package ctags.x86_64 0:5.8-2.el6 will be installed ---> Package diffstat.x86_64 0:1.51-2.el6 will be installed ---> Package doxygen.x86_64 1:1.6.1-6.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: cpp = 4.4.6-3.el6 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.6-3.el6.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.6-3.el6.x86_64 ---> Package gcc-c++.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.6-3.el6 for package: gcc-c++-4.4.6-3.el6.x86_64 --> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.6-3.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.6-3.el6 will be installed ---> Package git.x86_64 0:1.7.1-2.el6_0.1 will be installed --> Processing Dependency: perl-Git = 1.7.1-2.el6_0.1 for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Error) for package: git-1.7.1-2.el6_0.1.x86_64 --> Processing Dependency: perl(Git) for package: git-1.7.1-2.el6_0.1.x86_64 ---> Package indent.x86_64 0:2.2.10-5.1.el6 will be installed ---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed --> Processing Dependency: gettext-devel for package: intltool-0.41.0-1.1.el6.noarch ---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed ---> Package patchutils.x86_64 0:0.3.1-3.1.el6 will be installed ---> Package rcs.x86_64 0:5.7-37.el6 will be installed ---> Package redhat-rpm-config.noarch 0:9.0.3-34.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be installed --> Processing Dependency: apr >= 1.3.0 for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-2.el6_1.4.x86_64 ---> Package swig.x86_64 0:1.3.40-6.el6 will be installed ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Processing Dependency: kernel-devel for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be installed ---> Package apr-util.x86_64 0:1.3.9-3.el6_0.1 will be installed ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64 ---> Package cpp.x86_64 0:4.4.6-3.el6 will be installed ---> Package gettext-devel.x86_64 0:0.17-16.el6 will be installed --> Processing Dependency: gettext-libs = 0.17-16.el6 for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgcj_bc.so.1()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 --> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-16.el6.x86_64 ---> Package glibc-devel.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers = 2.12-1.43.el6 for package: glibc-devel-2.12-1.43.el6.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.43.el6.x86_64 ---> Package kernel-devel.x86_64 0:2.6.32-202.el6 will be installed ---> Package libstdc++-devel.x86_64 0:4.4.6-3.el6 will be installed ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed ---> Package neon.x86_64 0:0.29.3-1.2.el6 will be installed --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 --> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-1.2.el6.x86_64 ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed ---> Package perl-Git.noarch 0:1.7.1-2.el6_0.1 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.43.el6.i686 --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.43.el6.i686 ---> Package glibc-headers.x86_64 0:2.12-1.43.el6 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.43.el6.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.43.el6.x86_64 ---> Package libgcj.x86_64 0:4.4.6-3.el6 will be installed --> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.6-3.el6.x86_64 ---> Package libproxy.x86_64 0:0.3.0-2.el6 will be installed --> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 --> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.x86_64 ---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Running transaction check ---> Package glibc.i686 0:2.12-1.43.el6 will be installed --> Processing Dependency: glibc-common = 2.12-1.43.el6 for package: glibc-2.12-1.43.el6.i686 ---> Package kernel-headers.x86_64 0:2.6.32-202.el6 will be installed ---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed ---> Package libproxy-bin.x86_64 0:0.3.0-2.el6 will be installed ---> Package libproxy-python.x86_64 0:0.3.0-2.el6 will be installed ---> Package nss-softokn-freebl.i686 0:3.12.9-8.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-17.el6 will be installed --> Processing Dependency: rpm = 4.8.0-17.el6 for package: rpm-build-4.8.0-17.el6.x86_64 ---> Package systemtap.x86_64 0:1.6-2.el6 will be installed --> Processing Dependency: systemtap-runtime = 1.6-2.el6 for package: systemtap-1.6-2.el6.x86_64 --> Finished Dependency Resolution You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
Warning: RPMDB altered outside of yum.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"

Comment 20 Kedar Bidarkar 2011-11-21 10:21:18 UTC
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.4 MB/s |  15 MB     00:06     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    37/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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 ...

Comment 21 Kedar Bidarkar 2011-11-21 10:21:21 UTC
######################################################################################
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 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-19-10-156.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-253c4646 , Instance Type : c1.xlarge and Arch : x86_64 in the Region : us-east-1a
The Validate Signature is : Yek3Rsx0prlxbpbr000ae6d8K8g+kr5wOcOIl/jXg5WBldwItNffo5ElmK1qucyOoP1HkrsF80NG
2GOgk7w5TDCNecEeK8QzqA2jS2XrfqvCNS8h0JmXDW8IdqC7hI9ySqtfC/KQQFY20yHhK/x2A7i1
cSchQNXPaEX9tbqpCcQ=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 22 Kedar Bidarkar 2011-11-21 10:21:33 UTC
IMAGE ID= ami-f73df29e_us-east-1_m1.xlarge
###### 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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 15371864 > hwp MEMORY of 15000000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 23 Kedar Bidarkar 2011-11-21 10:21:37 UTC
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.4 MB/s |  15 MB     00:06     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    37/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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 ...

Comment 24 Kedar Bidarkar 2011-11-21 10:21:40 UTC
######################################################################################
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 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-184-73-38-155.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-2d39434e , Instance Type : m1.xlarge and Arch : x86_64 in the Region : us-east-1a
The Validate Signature is : Or4ZGHcT7Am8wYMKRXNstriA5FgCU+FXRnZdOkWTol6XJHzr4xDhkB4LF2fprVjGnPBsy8MOxAUh
THyIMGD7QORwzgkhYfvkRpzDdlWTxmSvvUdZVh10a1oIYSPxj6y2jEciv/yZvopNUJqqlSSA4kQ7
YPBq9cN5cjlm+o75FdA=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 25 Kedar Bidarkar 2011-11-21 10:24:22 UTC
IMAGE ID= ami-f73df29e_us-east-1_m1.large
###### 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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 7646264 > hwp MEMORY of 7500000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 26 Kedar Bidarkar 2011-11-21 10:24:25 UTC
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.1 MB/s |  15 MB     00:07     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    37/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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 ...

Comment 27 Kedar Bidarkar 2011-11-21 10:24:28 UTC
######################################################################################
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 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-19-33-22.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-8b3943e8 , Instance Type : m1.large and Arch : x86_64 in the Region : us-east-1b
The Validate Signature is : hD4nNKFuy2qtNE9ON71JbhwXaEDVW+v3FQvUQWR/kKKw86VsvTVs12ITJBa2NMQUD6hgc5qroDwp
iy1yb1hBSemY2s5hyAyZwJNFcy6a1/BGG6v6752Py+vzzGimgeZ4E2kgx380szX3P+iao31vbgm2
5FpGzlcSeyNEE0cM7zc=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 28 Kedar Bidarkar 2011-11-21 10:24:28 UTC
IMAGE ID= ami-f73df29e_us-east-1_m2.xlarge
###### 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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 17524360 > hwp MEMORY of 17100000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 29 Kedar Bidarkar 2011-11-21 10:24:34 UTC
Trying other mirror.
https://rhui2-cds01.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.1 MB/s |  15 MB     00:07     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    37/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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 ...

Comment 30 Kedar Bidarkar 2011-11-21 10:24:38 UTC
######################################################################################
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 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-19-8-75.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-053e4466 , Instance Type : m2.xlarge and Arch : x86_64 in the Region : us-east-1b
The Validate Signature is : F6AOmaYzpJ5oX200rCFwUt+JR/dCIThgWYyWOKfNadbdWIOKA8Qe5YPigS5sYpligVeWsuEIt+cW
EsbXIWDE+yLNgf/MBp38PG/816m68SPPmlWc7PuKSVuxRE0y2mitONDx/SJKZhtxYuAuoVVxtpbK
Gk82P134uTyC4oi21GQ=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 31 Kedar Bidarkar 2011-11-21 10:25:54 UTC
IMAGE ID= ami-f73df29e_us-east-1_m2.2xlarge
###### 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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 35128056 > hwp MEMORY of 34200000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 32 Kedar Bidarkar 2011-11-21 10:25:57 UTC
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.2 MB/s |  15 MB     00:07     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                37/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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 ...

Comment 33 Kedar Bidarkar 2011-11-21 10:26:01 UTC
######################################################################################
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 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-19-54-153.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-673f4504 , Instance Type : m2.2xlarge and Arch : x86_64 in the Region : us-east-1b
The Validate Signature is : NPHf+KGkGoTRuk7DaZos7TDCpNlZNuhXBLsXSVYEWD1I+mYWgAEjp0iqaL3aaoAq2KNF49syo1yR
+Ba2i+1QODxQSRARM/Wjm8NIsXmzMyeZiwEWhFYI+G7Q/elPUL1DMWUZuBzsBFr5i+YxW2B4SPJ2
CZ+KBJ3oLbYDMdr3Yg0=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 34 Kedar Bidarkar 2011-11-21 10:27:52 UTC
IMAGE ID= ami-f73df29e_us-east-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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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 604944 > hwp MEMORY of 600000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 35 Kedar Bidarkar 2011-11-21 10:27:56 UTC
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           1.6 MB/s |  15 MB     00:09     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    37/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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
######################################################################################

Comment 36 Kedar Bidarkar 2011-11-21 10:27:59 UTC
# NEW TEST: ## Verify iptables ... 
######################################################################################
COMMAND: /etc/init.d/iptables status | grep REJECT 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-174-129-68-136.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-11394372 , Instance Type : t1.micro and Arch : x86_64 in the Region : us-east-1a
The Validate Signature is : gTO7LYIrd8Cs5OskubT2YB3vhGYWCK3fdyV9t2IyhIvB7aefEn5yV6qrAekLYHLKI3qkv4BVtP7d
ZjCj5/j1XGU4TwZUydU+0FlPGSSnZ1JPMOvh1VjeG6afxmuDyM8Gun9dx8Xi4IkvY6+0rejNWufG
Y+GrGoPXlbd56oqnoo8=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 37 Kedar Bidarkar 2011-11-21 10:28:28 UTC
IMAGE ID= ami-f73df29e_us-east-1_c1.xlarge
###### 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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 7130492 > hwp MEMORY of 7000000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 38 Kedar Bidarkar 2011-11-21 10:28:29 UTC
IMAGE ID= ami-f73df29e_us-east-1_m2.4xlarge
###### 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 ... 
######################################################################################
RHEL VERSION IS 6
LATEST_RPM_KERNEL_VERSION=rpm -q kernel --last | head -n 1 |  cut -c 8-60 | cut -d ' ' -f 1
CURRENT_UNAME_KERNAL_VERSION=2.6.32-211.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-211.el6 
EXPECTED RESULT: 2.6.32-211.el6
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ... 
######################################################################################
COMMAND:  cat /boot/grub/menu.lst | grep 2.6.32-211.el6
RESULT: title RHEL6.2-20111019.2-Server-x86_64-starter-ec2 (2.6.32-211.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-211.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-211.el6.x86_64.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 70337244 > hwp MEMORY of 68400000
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.2
######################################################################################

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 39 Kedar Bidarkar 2011-11-21 10:28:31 UTC
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.4 MB/s |  15 MB     00:06     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    37/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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 ...

Comment 40 Kedar Bidarkar 2011-11-21 10:28:32 UTC
Trying other mirror.
https://rhui2-cds02.us-east-1.aws.ce.redhat.com/pulp/repos//content/beta/rhel/rhui/server/6/6Server/x86_64/os/repodata/productid.gz: [Errno 14] PYCURL ERROR 56 - "SSL read: errno -12192"
Trying other mirror.
RESULT: Loaded plugins: amazon-id, product-id, rhui-lb, security, subscription-manager
Updating certificate-based repositories.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package dmidecode.x86_64 1:2.11-2.el6 will be updated
---> Package dmidecode.x86_64 1:2.11-2.el6_1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.8 will be an update
---> Package perl.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6 will be updated
---> Package perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1 will be an update
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6 will be updated
---> Package perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1 will be an update
---> Package perl-CGI.x86_64 0:3.51-119.el6 will be updated
---> Package perl-CGI.x86_64 0:3.51-119.el6_1.1 will be an update
---> Package perl-CPAN.x86_64 0:1.9402-119.el6 will be updated
---> Package perl-CPAN.x86_64 0:1.9402-119.el6_1.1 will be an update
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6 will be updated
---> Package perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1 will be an update
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6 will be updated
---> Package perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1 will be an update
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6 will be updated
---> Package perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1 will be an update
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6 will be updated
---> Package perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1 will be an update
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6 will be updated
---> Package perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1 will be an update
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6 will be updated
---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1 will be an update
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6 will be updated
---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1 will be an update
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6 will be updated
---> Package perl-File-Fetch.x86_64 0:0.26-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6 will be updated
---> Package perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1 will be an update
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6 will be updated
---> Package perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1 will be an update
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6 will be updated
---> Package perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1 will be an update
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6 will be updated
---> Package perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1 will be an update
---> Package perl-Log-Message.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Log-Message.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6 will be updated
---> Package perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1 will be an update
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6 will be updated
---> Package perl-Module-Build.x86_64 1:0.3500-119.el6_1.1 will be an update
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6 will be updated
---> Package perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1 will be an update
---> Package perl-Module-Load.x86_64 1:0.16-119.el6 will be updated
---> Package perl-Module-Load.x86_64 1:0.16-119.el6_1.1 will be an update
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6 will be updated
---> Package perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1 will be an update
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6 will be updated
---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be an update
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6 will be updated
---> Package perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1 will be an update
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6 will be updated
---> Package perl-Package-Constants.x86_64 1:0.02-119.el6_1.1 will be an update
---> Package perl-Params-Check.x86_64 1:0.26-119.el6 will be updated
---> Package perl-Params-Check.x86_64 1:0.26-119.el6_1.1 will be an update
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6 will be updated
---> Package perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1 will be an update
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6 will be updated
---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be an update
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6 will be updated
---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be an update
---> Package perl-Term-UI.x86_64 0:0.20-119.el6 will be updated
---> Package perl-Term-UI.x86_64 0:0.20-119.el6_1.1 will be an update
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6 will be updated
---> Package perl-Test-Harness.x86_64 0:3.17-119.el6_1.1 will be an update
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6 will be updated
---> Package perl-Test-Simple.x86_64 0:0.92-119.el6_1.1 will be an update
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6 will be updated
---> Package perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1 will be an update
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6 will be updated
---> Package perl-Time-Piece.x86_64 0:1.15-119.el6_1.1 will be an update
---> Package perl-core.x86_64 0:5.10.1-119.el6 will be updated
---> Package perl-core.x86_64 0:5.10.1-119.el6_1.1 will be an update
---> Package perl-devel.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-devel.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-libs.x86_64 4:5.10.1-119.el6 will be updated
---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be an update
---> Package perl-parent.x86_64 1:0.221-119.el6 will be updated
---> Package perl-parent.x86_64 1:0.221-119.el6_1.1 will be an update
---> Package perl-version.x86_64 3:0.77-119.el6 will be updated
---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be an update
---> Package tzdata.noarch 0:2011h-3.el6 will be updated
---> Package tzdata.noarch 0:2011l-4.el6 will be an update
---> Package tzdata-java.noarch 0:2011h-3.el6 will be updated
---> Package tzdata-java.noarch 0:2011l-4.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package    Arch   Version              Repository                         Size
================================================================================
Updating:
 dmidecode  x86_64 1:2.11-2.el6_1       rhui-us-east-rhel-server-releases  71 k
 freetype   x86_64 2.3.11-6.el6_1.8     rhui-us-east-rhel-server-releases 359 k
 perl       x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases  10 M
 perl-Archive-Extract
            x86_64 1:0.38-119.el6_1.1   rhui-us-east-rhel-server-releases  38 k
 perl-Archive-Tar
            x86_64 1.58-119.el6_1.1     rhui-us-east-rhel-server-releases  70 k
 perl-CGI   x86_64 3.51-119.el6_1.1     rhui-us-east-rhel-server-releases 206 k
 perl-CPAN  x86_64 1.9402-119.el6_1.1   rhui-us-east-rhel-server-releases 244 k
 perl-CPANPLUS
            x86_64 0.88-119.el6_1.1     rhui-us-east-rhel-server-releases 304 k
 perl-Compress-Raw-Zlib
            x86_64 2.023-119.el6_1.1    rhui-us-east-rhel-server-releases  67 k
 perl-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  43 k
 perl-Digest-SHA
            x86_64 1:5.47-119.el6_1.1   rhui-us-east-rhel-server-releases  61 k
 perl-ExtUtils-CBuilder
            x86_64 1:0.27-119.el6_1.1   rhui-us-east-rhel-server-releases  45 k
 perl-ExtUtils-Embed
            x86_64 1.28-119.el6_1.1     rhui-us-east-rhel-server-releases  29 k
 perl-ExtUtils-MakeMaker
            x86_64 6.55-119.el6_1.1     rhui-us-east-rhel-server-releases 290 k
 perl-ExtUtils-ParseXS
            x86_64 1:2.2003.0-119.el6_1.1
                                        rhui-us-east-rhel-server-releases  42 k
 perl-File-Fetch
            x86_64 0.26-119.el6_1.1     rhui-us-east-rhel-server-releases  38 k
 perl-IO-Compress-Base
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases  66 k
 perl-IO-Compress-Zlib
            x86_64 2.020-119.el6_1.1    rhui-us-east-rhel-server-releases 133 k
 perl-IO-Zlib
            x86_64 1:1.09-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-IPC-Cmd
            x86_64 1:0.56-119.el6_1.1   rhui-us-east-rhel-server-releases  43 k
 perl-Locale-Maketext-Simple
            x86_64 1:0.18-119.el6_1.1   rhui-us-east-rhel-server-releases  28 k
 perl-Log-Message
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  44 k
 perl-Log-Message-Simple
            x86_64 0.04-119.el6_1.1     rhui-us-east-rhel-server-releases  26 k
 perl-Module-Build
            x86_64 1:0.3500-119.el6_1.1 rhui-us-east-rhel-server-releases 227 k
 perl-Module-CoreList
            x86_64 2.18-119.el6_1.1     rhui-us-east-rhel-server-releases  63 k
 perl-Module-Load
            x86_64 1:0.16-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Load-Conditional
            x86_64 0.30-119.el6_1.1     rhui-us-east-rhel-server-releases  32 k
 perl-Module-Loaded
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  25 k
 perl-Module-Pluggable
            x86_64 1:3.90-119.el6_1.1   rhui-us-east-rhel-server-releases  37 k
 perl-Object-Accessor
            x86_64 1:0.34-119.el6_1.1   rhui-us-east-rhel-server-releases  34 k
 perl-Package-Constants
            x86_64 1:0.02-119.el6_1.1   rhui-us-east-rhel-server-releases  24 k
 perl-Params-Check
            x86_64 1:0.26-119.el6_1.1   rhui-us-east-rhel-server-releases  33 k
 perl-Parse-CPAN-Meta
            x86_64 1:1.40-119.el6_1.1   rhui-us-east-rhel-server-releases  27 k
 perl-Pod-Escapes
            x86_64 1:1.04-119.el6_1.1   rhui-us-east-rhel-server-releases  30 k
 perl-Pod-Simple
            x86_64 1:3.13-119.el6_1.1   rhui-us-east-rhel-server-releases 209 k
 perl-Term-UI
            x86_64 0.20-119.el6_1.1     rhui-us-east-rhel-server-releases  37 k
 perl-Test-Harness
            x86_64 3.17-119.el6_1.1     rhui-us-east-rhel-server-releases 229 k
 perl-Test-Simple
            x86_64 0.92-119.el6_1.1     rhui-us-east-rhel-server-releases 110 k
 perl-Time-HiRes
            x86_64 4:1.9721-119.el6_1.1 rhui-us-east-rhel-server-releases  46 k
 perl-Time-Piece
            x86_64 1.15-119.el6_1.1     rhui-us-east-rhel-server-releases  44 k
 perl-core  x86_64 5.10.1-119.el6_1.1   rhui-us-east-rhel-server-releases  20 k
 perl-devel x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 420 k
 perl-libs  x86_64 4:5.10.1-119.el6_1.1 rhui-us-east-rhel-server-releases 575 k
 perl-parent
            x86_64 1:0.221-119.el6_1.1  rhui-us-east-rhel-server-releases  25 k
 perl-version
            x86_64 3:0.77-119.el6_1.1   rhui-us-east-rhel-server-releases  49 k
 tzdata     noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 437 k
 tzdata-java
            noarch 2011l-4.el6          rhui-us-east-rhel-server-releases 152 k

Transaction Summary
================================================================================
Upgrade      47 Package(s)

Total download size: 15 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           2.5 MB/s |  15 MB     00:06     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64                  1/94 

  Updating   : 3:perl-version-0.77-119.el6_1.1.x86_64                      2/94 

  Updating   : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64             3/94 

  Updating   : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64                   4/94 

  Updating   : 4:perl-libs-5.10.1-119.el6_1.1.x86_64                       5/94 

  Updating   : 4:perl-5.10.1-119.el6_1.1.x86_64                            6/94 

  Updating   : 1:perl-Locale-Maketext-Simple-0.18-119.el6_1.1.x86_64       7/94 

  Updating   : 1:perl-Params-Check-0.26-119.el6_1.1.x86_64                 8/94 

  Updating   : 1:perl-Module-Load-0.16-119.el6_1.1.x86_64                  9/94 

  Updating   : perl-Module-Load-Conditional-0.30-119.el6_1.1.x86_64       10/94 

  Updating   : 1:perl-IPC-Cmd-0.56-119.el6_1.1.x86_64                     11/94 

  Updating   : 1:perl-Log-Message-0.02-119.el6_1.1.x86_64                 12/94 

  Updating   : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6_1.1.x86_64        13/94 

  Updating   : perl-ExtUtils-MakeMaker-6.55-119.el6_1.1.x86_64            14/94 

  Updating   : 4:perl-devel-5.10.1-119.el6_1.1.x86_64                     15/94 

  Updating   : perl-Test-Harness-3.17-119.el6_1.1.x86_64                  16/94 

  Updating   : perl-Compress-Raw-Zlib-2.023-119.el6_1.1.x86_64            17/94 

  Updating   : 1:perl-Package-Constants-0.02-119.el6_1.1.x86_64           18/94 

  Updating   : perl-IO-Compress-Base-2.020-119.el6_1.1.x86_64             19/94 

  Updating   : perl-IO-Compress-Zlib-2.020-119.el6_1.1.x86_64             20/94 

  Updating   : perl-Compress-Zlib-2.020-119.el6_1.1.x86_64                21/94 

  Updating   : 1:perl-IO-Zlib-1.09-119.el6_1.1.x86_64                     22/94 

  Updating   : perl-Archive-Tar-1.58-119.el6_1.1.x86_64                   23/94 

  Updating   : 1:perl-ExtUtils-CBuilder-0.27-119.el6_1.1.x86_64           24/94 

  Updating   : perl-Log-Message-Simple-0.04-119.el6_1.1.x86_64            25/94 

  Updating   : perl-Term-UI-0.20-119.el6_1.1.x86_64                       26/94 

  Updating   : perl-File-Fetch-0.26-119.el6_1.1.x86_64                    27/94 

  Updating   : 1:perl-Archive-Extract-0.38-119.el6_1.1.x86_64             28/94 

  Updating   : 1:perl-Object-Accessor-0.34-119.el6_1.1.x86_64             29/94 

  Updating   : perl-Module-CoreList-2.18-119.el6_1.1.x86_64               30/94 

  Updating   : 1:perl-Digest-SHA-5.47-119.el6_1.1.x86_64                  31/94 

  Updating   : 1:perl-Module-Loaded-0.02-119.el6_1.1.x86_64               32/94 

  Updating   : perl-CPAN-1.9402-119.el6_1.1.x86_64                        33/94 

  Updating   : 1:perl-Module-Build-0.3500-119.el6_1.1.x86_64              34/94 

  Updating   : perl-Test-Simple-0.92-119.el6_1.1.x86_64                   35/94 

  Updating   : perl-ExtUtils-Embed-1.28-119.el6_1.1.x86_64                36/94 

  Updating   : perl-Time-Piece-1.15-119.el6_1.1.x86_64                    37/94 

  Updating   : 4:perl-Time-HiRes-1.9721-119.el6_1.1.x86_64                38/94 

  Updating   : 1:perl-Parse-CPAN-Meta-1.40-119.el6_1.1.x86_64             39/94 

  Updating   : perl-CPANPLUS-0.88-119.el6_1.1.x86_64                      40/94 

  Updating   : 1:perl-parent-0.221-119.el6_1.1.x86_64                     41/94 

  Updating   : perl-core-5.10.1-119.el6_1.1.x86_64                        42/94 

  Updating   : perl-CGI-3.51-119.el6_1.1.x86_64                           43/94 

  Updating   : freetype-2.3.11-6.el6_1.8.x86_64                           44/94 

  Updating   : tzdata-java-2011l-4.el6.noarch                             45/94 

  Updating   : tzdata-2011l-4.el6.noarch                                  46/94 

  Updating   : 1:dmidecode-2.11-2.el6_1.x86_64                            47/94 

  Cleanup    : perl-core-5.10.1-119.el6.x86_64                            48/94 

  Cleanup    : perl-CPANPLUS-0.88-119.el6.x86_64                          49/94 

  Cleanup    : 1:perl-Module-Build-0.3500-119.el6.x86_64                  50/94 

  Cleanup    : perl-Archive-Tar-1.58-119.el6.x86_64                       51/94 

  Cleanup    : 1:perl-Archive-Extract-0.38-119.el6.x86_64                 52/94 

  Cleanup    : perl-File-Fetch-0.26-119.el6.x86_64                        53/94 

  Cleanup    : perl-Term-UI-0.20-119.el6.x86_64                           54/94 

  Cleanup    : 1:perl-IPC-Cmd-0.56-119.el6.x86_64                         55/94 

  Cleanup    : perl-Module-Load-Conditional-0.30-119.el6.x86_64           56/94 

  Cleanup    : perl-CPAN-1.9402-119.el6.x86_64                            57/94 

  Cleanup    : perl-Log-Message-Simple-0.04-119.el6.x86_64                58/94 

  Cleanup    : 1:perl-Log-Message-0.02-119.el6.x86_64                     59/94 

  Cleanup    : 1:perl-IO-Zlib-1.09-119.el6.x86_64                         60/94 

  Cleanup    : perl-Compress-Zlib-2.020-119.el6.x86_64                    61/94 

  Cleanup    : perl-IO-Compress-Zlib-2.020-119.el6.x86_64                 62/94 

  Cleanup    : perl-Module-CoreList-2.18-119.el6.x86_64                   63/94 

  Cleanup    : 1:perl-Object-Accessor-0.34-119.el6.x86_64                 64/94 

  Cleanup    : 1:perl-Params-Check-0.26-119.el6.x86_64                    65/94 

  Cleanup    : 1:perl-ExtUtils-CBuilder-0.27-119.el6.x86_64               66/94 

  Cleanup    : perl-ExtUtils-Embed-1.28-119.el6.x86_64                    67/94 

  Cleanup    : perl-Test-Simple-0.92-119.el6.x86_64                       68/94 

  Cleanup    : perl-Test-Harness-3.17-119.el6.x86_64                      69/94 

  Cleanup    : perl-ExtUtils-MakeMaker-6.55-119.el6.x86_64                70/94 

  Cleanup    : 1:perl-ExtUtils-ParseXS-2.2003.0-119.el6.x86_64            71/94 

  Cleanup    : 4:perl-devel-5.10.1-119.el6.x86_64                         72/94 

  Cleanup    : 1:perl-Locale-Maketext-Simple-0.18-119.el6.x86_64          73/94 

  Cleanup    : perl-IO-Compress-Base-2.020-119.el6.x86_64                 74/94 

  Cleanup    : 1:perl-Module-Load-0.16-119.el6.x86_64                     75/94 

  Cleanup    : 1:perl-Package-Constants-0.02-119.el6.x86_64               76/94 

  Cleanup    : 1:perl-Module-Loaded-0.02-119.el6.x86_64                   77/94 

  Cleanup    : 1:perl-Parse-CPAN-Meta-1.40-119.el6.x86_64                 78/94 

  Cleanup    : 1:perl-parent-0.221-119.el6.x86_64                         79/94 

  Cleanup    : perl-CGI-3.51-119.el6.x86_64                               80/94 

  Cleanup    : tzdata-java-2011h-3.el6.noarch                             81/94 

  Cleanup    : tzdata-2011h-3.el6.noarch                                  82/94 

  Cleanup    : perl-Compress-Raw-Zlib-2.023-119.el6.x86_64                83/94 

  Cleanup    : 1:perl-Digest-SHA-5.47-119.el6.x86_64                      84/94 

  Cleanup    : perl-Time-Piece-1.15-119.el6.x86_64                        85/94 

  Cleanup    : 4:perl-Time-HiRes-1.9721-119.el6.x86_64                    86/94 

  Cleanup    : 1:perl-Module-Pluggable-3.90-119.el6.x86_64                87/94 

  Cleanup    : 1:perl-Pod-Escapes-1.04-119.el6.x86_64                     88/94 

  Cleanup    : 1:perl-Pod-Simple-3.13-119.el6.x86_64                      89/94 

  Cleanup    : 3:perl-version-0.77-119.el6.x86_64                         90/94 

  Cleanup    : 4:perl-libs-5.10.1-119.el6.x86_64                          91/94 

  Cleanup    : 4:perl-5.10.1-119.el6.x86_64                               92/94 

  Cleanup    : freetype-2.3.11-6.el6_1.6.x86_64                           93/94 

  Cleanup    : 1:dmidecode-2.11-2.el6.x86_64                              94/94 
Installed products updated.

Updated:
  dmidecode.x86_64 1:2.11-2.el6_1                                               
  freetype.x86_64 0:2.3.11-6.el6_1.8                                            
  perl.x86_64 4:5.10.1-119.el6_1.1                                              
  perl-Archive-Extract.x86_64 1:0.38-119.el6_1.1                                
  perl-Archive-Tar.x86_64 0:1.58-119.el6_1.1                                    
  perl-CGI.x86_64 0:3.51-119.el6_1.1                                            
  perl-CPAN.x86_64 0:1.9402-119.el6_1.1                                         
  perl-CPANPLUS.x86_64 0:0.88-119.el6_1.1                                       
  perl-Compress-Raw-Zlib.x86_64 0:2.023-119.el6_1.1                             
  perl-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                                 
  perl-Digest-SHA.x86_64 1:5.47-119.el6_1.1                                     
  perl-ExtUtils-CBuilder.x86_64 1:0.27-119.el6_1.1                              
  perl-ExtUtils-Embed.x86_64 0:1.28-119.el6_1.1                                 
  perl-ExtUtils-MakeMaker.x86_64 0:6.55-119.el6_1.1                             
  perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-119.el6_1.1                           
  perl-File-Fetch.x86_64 0:0.26-119.el6_1.1                                     
  perl-IO-Compress-Base.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Compress-Zlib.x86_64 0:2.020-119.el6_1.1                              
  perl-IO-Zlib.x86_64 1:1.09-119.el6_1.1                                        
  perl-IPC-Cmd.x86_64 1:0.56-119.el6_1.1                                        
  perl-Locale-Maketext-Simple.x86_64 1:0.18-119.el6_1.1                         
  perl-Log-Message.x86_64 1:0.02-119.el6_1.1                                    
  perl-Log-Message-Simple.x86_64 0:0.04-119.el6_1.1                             
  perl-Module-Build.x86_64 1:0.3500-119.el6_1.1                                 
  perl-Module-CoreList.x86_64 0:2.18-119.el6_1.1                                
  perl-Module-Load.x86_64 1:0.16-119.el6_1.1                                    
  perl-Module-Load-Conditional.x86_64 0:0.30-119.el6_1.1                        
  perl-Module-Loaded.x86_64 1:0.02-119.el6_1.1                                  
  perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1                               
  perl-Object-Accessor.x86_64 1:0.34-119.el6_1.1                                
  perl-Package-Constants.x86_64 1:0.02-119.el6_1.1                              
  perl-Params-Check.x86_64 1:0.26-119.el6_1.1                                   
  perl-Parse-CPAN-Meta.x86_64 1:1.40-119.el6_1.1                                
  perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1                                    
  perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1                                     
  perl-Term-UI.x86_64 0:0.20-119.el6_1.1                                        
  perl-Test-Harness.x86_64 0:3.17-119.el6_1.1                                   
  perl-Test-Simple.x86_64 0:0.92-119.el6_1.1                                    
  perl-Time-HiRes.x86_64 4:1.9721-119.el6_1.1                                   
  perl-Time-Piece.x86_64 0:1.15-119.el6_1.1                                     
  perl-core.x86_64 0:5.10.1-119.el6_1.1                                         
  perl-devel.x86_64 4:5.10.1-119.el6_1.1                                        
  perl-libs.x86_64 4:5.10.1-119.el6_1.1                                         
  perl-parent.x86_64 1:0.221-119.el6_1.1                                        
  perl-version.x86_64 3:0.77-119.el6_1.1                                        
  tzdata.noarch 0:2011l-4.el6                                                   
  tzdata-java.noarch 0:2011l-4.el6                                              

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
error: package zsh is not installed
RETURN CODE: 1
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
######################################################################################
# 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 ...

Comment 41 Kedar Bidarkar 2011-11-21 10:28:35 UTC
######################################################################################
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 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-19-10-156.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-253c4646 , Instance Type : c1.xlarge and Arch : x86_64 in the Region : us-east-1a
The Validate Signature is : Yek3Rsx0prlxbpbr000ae6d8K8g+kr5wOcOIl/jXg5WBldwItNffo5ElmK1qucyOoP1HkrsF80NG
2GOgk7w5TDCNecEeK8QzqA2jS2XrfqvCNS8h0JmXDW8IdqC7hI9ySqtfC/KQQFY20yHhK/x2A7i1
cSchQNXPaEX9tbqpCcQ=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 42 Kedar Bidarkar 2011-11-21 10:28:37 UTC
######################################################################################
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 
5    REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibited 
1    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
######################################################################################
# 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
######################################################################################
# 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: dd356958ca9c4e779f7fac13dde3c1b5 
EXPECTED RESULT: dd356958ca9c4e779f7fac13dde3c1b5
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: e1886162554c18906df2ecd258aa4794 
EXPECTED RESULT: e1886162554c18906df2ecd258aa4794
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: d4d43637708e30418c30003e212f76fc 
EXPECTED RESULT: d4d43637708e30418c30003e212f76fc
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: cannot access /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/xvde1 15000M
resize2fs 1.41.12 (17-May-2010)
RETURN CODE: 0
COMMAND:  df -h | grep 15G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND:  echo 1
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-17-104-81.compute-1.amazonaws.com with Image Id : ami-f73df29e, is launched with Instance Id : i-b73f45d4 , Instance Type : m2.4xlarge and Arch : x86_64 in the Region : us-east-1a
The Validate Signature is : AQOq3I7kCASNbo1uwY9QDVaFGjsCNdMmcWMFLRVkxpHxNV6PpuWuja29f0Fan5Q0yeitTw02XfTm
CV95ShybTzMgzcAS2DmPzHAgk4kqQvTG2uXIMGJQGm7DTY7KVqgeBRumMCf9Ms83fecY2/RFhGAF
1ZOrN88BLOmaFJTPPjQ=
This is a Cloud Access image

## Summary ##
FAILURES = 6
FAILED TESTS = ## Verify no missing packages ... ## Verify RPMs ... ## Search zsh... ## install zsh ... ## List available groups.. ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 43 Kedar Bidarkar 2011-11-21 11:06:57 UTC
Missing packages test


For RHEL 6.1 repos :

We have the following packages,

abrt-plugin-logger
abrt-plugin-rhtsupport
abrt-plugin-sosreport

But for RHEL 6.2 repos, the above packages are missing and hence the FAILURE

for the missing packages test.


Please let us know if this is intentional.

Comment 44 wes hayutin 2011-12-16 15:33:53 UTC
closing old bugs