Bug 734718 - ami-5e837b37 6.1 x86_64 us-east-1
Summary: ami-5e837b37 6.1 x86_64 us-east-1
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Cloud Image Validation
Classification: Red Hat
Component: images
Version: RHEL6.1
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jay Greguske
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-31 09:26 UTC by Kedar Bidarkar
Modified: 2011-08-31 16:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-31 16:11:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Kedar Bidarkar 2011-08-31 09:26:58 UTC

Comment 1 Kedar Bidarkar 2011-08-31 09:41:35 UTC
IMAGE ID= IGNOREami-5e837b37_us-east-1_m1.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This Host => ec2-107-20-31-177.compute-1.amazonaws.com with Image Id : ami-5e837b37, is launched with Instance Id : i-32a14652 , Instance Type : m1.xlarge and Arch : x86_64 in the Region : us-east-1a
This is a Hourly image
/root/valid/src
domU-12-31-39-04-0D-41
Red Hat Enterprise Linux Server release 6.1 (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.1
######################################################################################
######################################################################################
# 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-131.4.1.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-131.4.1.el6 
EXPECTED RESULT: 2.6.32-131.4.1.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-131.4.1.el6
RESULT: title RHEL-6.1-Starter-EBS-x86_64-4 (2.6.32-131.4.1.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-131.4.1.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-131.4.1.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=5904752
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_61 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....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.......    /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: 5 
EXPECTED RESULT: 5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.1 
EXPECTED RESULT: 6.1
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

Comment 2 Kedar Bidarkar 2011-08-31 09:41:38 UTC
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
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-fd431d51-4ae0493b 
EXPECTED RESULT: gpg-pubkey-fd431d51-4ae0493b
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* | sort -f | head -n 1
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, security
repo id                           repo name                               status
rhui-us-east-rhel-server-releases Red Hat Enterprise Linux Server 6 Relea 3,391
rhui-us-east-rhel-server-updates  Red Hat Enterprise Linux Server 6 Updat 5,292
repolist: 8,683 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, security
=============================== N/S Matched: zsh ===============================
zsh.x86_64 : A powerful interactive shell

  Name and summary matches only, use "search all" for everything. 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, security
Setting up Group Process
Installed Groups:
   Additional Development
   Base
   Compatibility libraries
   Console internet tools
   Desktop Platform
   Directory Client
   E-mail server
   Fonts
   Graphical Administration Tools
   Hardware monitoring utilities
   Java Platform
   Large Systems Performance
   Legacy UNIX compatibility
   Legacy X Window System compatibility
   Network file system client
   Networking Tools
   Performance Tools
   Perl Support
   PostgreSQL Database client
   PostgreSQL Database server
   SNMP Support
   Scientific support
   Server Platform
   Smart card support
   System administration tools
   Web Server
Installed Language Groups:
   Arabic Support [ar]
   Armenian Support [hy]
   French Support [fr]
   Georgian Support [ka]
   Hebrew Support [he]
   Inuktitut Support [iu]
   Italian Support [it]
   Japanese Support [ja]
   Korean Support [ko]
   Lao Support [lo]
   Polish Support [pl]
   Russian Support [ru]
   Spanish Support [es]
   Tajik Support [tg]
Available Groups:
   Backup Client
   Backup Server
   CIFS file server
   Client management tools
   Debugging Tools
   Desktop
   Desktop Debugging and Performance Tools
   Desktop Platform Development
   Development tools
   Dial-up Networking Support
   Directory Server
   Eclipse
   Emacs
   Enterprise Identity Server Base
   FCoE Storage Client
   FTP server
   General Purpose Desktop
   Graphics Creation Tools
   Infiniband Support
   Input Methods
   Internet Browser
   KDE Desktop
   Mainframe Access
   Messaging Client Support
   Messaging Server Support
   MySQL Database client
   MySQL Database server
   NFS file server
   Network Infrastructure Server
   Network Storage Server
   PHP Support
   Print Server
   Printing client
   Remote Desktop Clients
   Security Tools
   Server Platform Development
   Somali Support
   Storage Availability Tools
   System Management
   TeX support
   Technical Writing
   TurboGears application framework
   Virtualization
   Virtualization Client
   Virtualization Platform
   Virtualization Tools
   Web Servlet Engine
   Web-Based Enterprise Management
   X Window System
   iSCSI Storage Client
Available Language Groups:
   Afrikaans Support [af]
   Albanian Support [sq]
   Amazigh Support [ber]
   Assamese Support [as]
   Azerbaijani Support [az]
   Basque Support [eu]
   Belarusian Support [be]
   Bengali Support [bn]
   Bhutanese Support [dz]
   Brazilian Portuguese Support [pt_BR]
   Breton Support [br]
   Bulgarian Support [bg]
   Catalan Support [ca]
   Chhattisgarhi Support [hne]
   Chichewa Support [ny]
   Chinese Support [zh]
   Coptic Support [cop]
   Croatian Support [hr]
   Czech Support [cs]
   Danish Support [da]
   Dutch Support [nl]
   English (UK) Support [en_GB]
   Esperanto Support [eo]
   Estonian Support [et]
   Ethiopic Support [am]
   Faroese Support [fo]
   Fijian Support [fj]
   Filipino Support [fil]
   Finnish Support [fi]
   Frisian Support [fy]
   Friulian Support [fur]
   Gaelic Support [gd]
   Galician Support [gl]
   German Support [de]
   Greek Support [el]
   Gujarati Support [gu]
   Hiligaynon Support [hil]
   Hindi Support [hi]

Comment 3 Kedar Bidarkar 2011-08-31 09:41:42 UTC
   Hungarian Support [hu]
   Icelandic Support [is]
   Indonesian Support [id]
   Interlingua Support [ia]
   Irish Support [ga]
   Kannada Support [kn]
   Kashmiri Support [ks]
   Kashubian Support [csb]
   Kazakh Support [kk]
   Khmer Support [km]
   Kinyarwanda Support [rw]
   Konkani Support [kok]
   Kurdish Support [ku]
   Latin Support [la]
   Latvian Support [lv]
   Lithuanian Support [lt]
   Low Saxon Support [nds]
   Luxembourgish Support [lb]
   Macedonian Support [mk]
   Maithili Support [mai]
   Malagasy Support [mg]
   Malay Support [ms]
   Malayalam Support [ml]
   Maltese Support [mt]
   Manx Support [gv]
   Maori Support [mi]
   Marathi Support [mr]
   Mongolian Support [mn]
   Myanmar (Burmese) Support [my]
   Nepali Support [ne]
   Northern Sotho Support [nso]
   Norwegian Support [nb]
   Occitan Support [oc]
   Oriya Support [or]
   Persian Support [fa]
   Portuguese Support [pt]
   Punjabi Support [pa]
   Romanian Support [ro]
   Sanskrit Support [sa]
   Sardinian Support [sc]
   Serbian Support [sr]
   Sindhi Support [sd]
   Sinhala Support [si]
   Slovak Support [sk]
   Slovenian Support [sl]
   Southern Ndebele Support [nr]
   Southern Sotho Support [st]
   Swahili Support [sw]
   Swati Support [ss]
   Swedish Support [sv]
   Tagalog Support [tl]
   Tamil Support [ta]
   Telugu Support [te]
   Tetum Support [tet]
   Thai Support [th]
   Tibetan Support [bo]
   Tsonga Support [ts]
   Tswana Support [tn]
   Turkish Support [tr]
   Turkmen Support [tk]
   Ukrainian Support [uk]
   Upper Sorbian Support [hsb]
   Urdu Support [ur]
   Uzbek Support [uz]
   Venda Support [ve]
   Vietnamese Support [vi]
   Walloon Support [wa]
   Welsh Support [cy]
   Xhosa Support [xh]
   Zulu Support [zu]
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
Error: Package: rpm-build-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
           Requires: rpm = 4.8.0-12.el6
           Installed: rpm-4.8.0-16.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
RESULT: Loaded plugins: amazon-id, security
Setting up Group Process
Package gcc-4.4.5-6.el6.x86_64 already installed and latest version
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.20.el6.x86_64 already installed and latest version
Package matching elfutils-0.148-1.el6.x86_64 already installed. Checking for update.
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Package git-1.7.1-2.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-4.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed
---> 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-33.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update
---> Package swig.x86_64 0:1.3.40-5.el6 will be installed
---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed
--> Processing Dependency: systemtap-runtime = 1.4-6.el6_1.3 for package: systemtap-1.4-6.el6_1.3.x86_64
--> Running transaction check
---> 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: 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 libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64
---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated
---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.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, security Setting up Group Process Package gcc-4.4.5-6.el6.x86_64 already installed and latest version 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.20.el6.x86_64 already installed and latest version Package matching elfutils-0.148-1.el6.x86_64 already installed. Checking for update. Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Package git-1.7.1-2.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-4.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed ---> 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-33.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update ---> Package swig.x86_64 0:1.3.40-5.el6 will be installed ---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed --> Processing Dependency: systemtap-runtime = 1.4-6.el6_1.3 for package: systemtap-1.4-6.el6_1.3.x86_64 --> Running transaction check ---> 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: 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 libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64 ---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated ---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.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
RESULT: Loaded plugins: amazon-id, security
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6 will be updated
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be an update
---> Package bind-libs.x86_64 32:9.7.3-2.el6 will be updated
---> Package bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2 will be an update
---> Package bind-utils.x86_64 32:9.7.3-2.el6 will be updated
---> Package bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2 will be an update
---> Package cifs-utils.x86_64 0:4.8.1-2.el6 will be updated
---> Package cifs-utils.x86_64 0:4.8.1-2.el6_1.2 will be an update
---> Package curl.x86_64 0:7.19.7-26.el6 will be updated
---> Package curl.x86_64 0:7.19.7-26.el6_1.2 will be an update
---> Package dbus.x86_64 1:1.2.24-4.el6_0 will be updated
---> Package dbus.x86_64 1:1.2.24-5.el6_1 will be an update
---> Package dbus-libs.x86_64 1:1.2.24-4.el6_0 will be updated
---> Package dbus-libs.x86_64 1:1.2.24-5.el6_1 will be an update
---> Package dhclient.x86_64 12:4.1.1-19.P1.el6 will be updated
---> Package dhclient.x86_64 12:4.1.1-19.P1.el6_1.1 will be an update
---> Package foomatic.x86_64 0:4.0.4-1.el6 will be updated
---> Package foomatic.x86_64 0:4.0.4-1.el6_1.1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_0.2 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be an update
---> Package ghostscript.x86_64 0:8.70-11.el6 will be updated
---> Package ghostscript.x86_64 0:8.70-11.el6_1.2 will be an update
---> Package glibc.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-common.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-common.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-devel.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-devel.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-headers.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-headers.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package ipa-client.x86_64 0:2.0.0-23.el6 will be updated
---> Package ipa-client.x86_64 0:2.0.0-23.el6_1.1 will be an update
---> Package ipa-python.x86_64 0:2.0.0-23.el6 will be updated
---> Package ipa-python.x86_64 0:2.0.0-23.el6_1.1 will be an update
---> Package iwl5000-firmware.noarch 0:8.24.2.12-3.el6 will be updated
---> Package iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1 will be an update
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.7.el6 will be updated
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1 will be an update
---> Package kernel.x86_64 0:2.6.32-131.12.1.el6 will be installed
---> Package kernel-devel.x86_64 0:2.6.32-131.12.1.el6 will be installed
---> Package kernel-firmware.noarch 0:2.6.32-131.4.1.el6 will be updated
---> Package kernel-firmware.noarch 0:2.6.32-131.12.1.el6 will be an update
---> Package kernel-headers.x86_64 0:2.6.32-131.4.1.el6 will be updated
---> Package kernel-headers.x86_64 0:2.6.32-131.12.1.el6 will be an update
---> Package krb5-libs.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-libs.x86_64 0:1.9-9.el6_1.1 will be an update
---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1 will be an update

Comment 4 Kedar Bidarkar 2011-08-31 09:41:45 UTC
---> Package krb5-workstation.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-workstation.x86_64 0:1.9-9.el6_1.1 will be an update
---> Package libXfont.x86_64 0:1.4.1-1.el6 will be updated
---> Package libXfont.x86_64 0:1.4.1-2.el6_1 will be an update
---> Package libcurl.x86_64 0:7.19.7-26.el6 will be updated
---> Package libcurl.x86_64 0:7.19.7-26.el6_1.2 will be an update
---> Package libgcrypt.x86_64 0:1.4.5-5.el6 will be updated
---> Package libgcrypt.x86_64 0:1.4.5-5.el6_1.2 will be an update
---> Package libpng.x86_64 2:1.2.44-1.el6 will be updated
---> Package libpng.x86_64 2:1.2.46-1.el6_1 will be an update
---> Package libsndfile.x86_64 0:1.0.20-3.el6 will be updated
---> Package libsndfile.x86_64 0:1.0.20-3.el6_1.1 will be an update
---> Package mdadm.x86_64 0:3.2.1-1.el6 will be updated
---> Package mdadm.x86_64 0:3.2.2-1.el6_1.2 will be an update
---> Package mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6 will be updated
---> Package mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1 will be an update
---> Package nss_db.x86_64 0:2.2.3-0.3.pre1.el6 will be updated
---> Package nss_db.x86_64 0:2.2.3-0.3.pre1.el6_1.1 will be an update
---> Package openldap.x86_64 0:2.4.23-15.el6 will be updated
---> Package openldap.x86_64 0:2.4.23-15.el6_1.1 will be an update
---> Package openldap-clients.x86_64 0:2.4.23-15.el6 will be updated
---> Package openldap-clients.x86_64 0:2.4.23-15.el6_1.1 will be an update
---> Package openssh.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssh-clients.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh-clients.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssh-server.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh-server.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssl.x86_64 0:1.0.0-10.el6 will be updated
---> Package openssl.x86_64 0:1.0.0-10.el6_1.4 will be an update
---> Package openswan.x86_64 0:2.6.32-4.el6 will be updated
---> Package openswan.x86_64 0:2.6.32-4.el6_1.1 will be an update
---> Package perf.x86_64 0:2.6.32-131.4.1.el6 will be updated
---> Package perf.x86_64 0:2.6.32-131.12.1.el6 will be an update
---> Package python-dmidecode.x86_64 0:3.10.12-1.el6 will be updated
---> Package python-dmidecode.x86_64 0:3.10.12-1.el6_1.1 will be an update
---> Package rsyslog.x86_64 0:4.6.2-3.el6 will be updated
---> Package rsyslog.x86_64 0:4.6.2-3.el6_1.1 will be an update
---> Package samba-client.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-client.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package samba-common.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-common.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package samba-winbind-clients.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-winbind-clients.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package selinux-policy.noarch 0:3.7.19-93.el6 will be updated
---> Package selinux-policy.noarch 0:3.7.19-93.el6_1.7 will be an update
---> Package selinux-policy-targeted.noarch 0:3.7.19-93.el6 will be updated
---> Package selinux-policy-targeted.noarch 0:3.7.19-93.el6_1.7 will be an update
---> Package sssd.x86_64 0:1.5.1-34.el6 will be updated
---> Package sssd.x86_64 0:1.5.1-34.el6_1.3 will be an update
---> Package sssd-client.x86_64 0:1.5.1-34.el6 will be updated
---> Package sssd-client.x86_64 0:1.5.1-34.el6_1.3 will be an update
---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update
---> Package system-config-firewall-base.noarch 0:1.2.27-3.el6_0.2 will be updated
---> Package system-config-firewall-base.noarch 0:1.2.27-3.el6_1.3 will be an update
---> Package system-config-firewall-tui.noarch 0:1.2.27-3.el6_0.2 will be updated
---> Package system-config-firewall-tui.noarch 0:1.2.27-3.el6_1.3 will be an update
---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated
---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update
---> Package tzdata.noarch 0:2011g-1.el6 will be updated
---> Package tzdata.noarch 0:2011h-3.el6 will be an update
---> Package tzdata-java.noarch 0:2011g-1.el6 will be updated
---> Package tzdata-java.noarch 0:2011h-3.el6 will be an update
---> Package yum-rhn-plugin.noarch 0:0.9.1-26.el6 will be updated
---> Package yum-rhn-plugin.noarch 0:0.9.1-26.el6_1.1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package      Arch   Version             Repository                        Size
================================================================================
Installing:
 kernel       x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates  23 M
 kernel-devel x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 6.9 M
Updating:
 apr          x86_64 1.3.9-3.el6_1.2     rhui-us-east-rhel-server-updates 123 k
 bind-libs    x86_64 32:9.7.3-2.el6_1.P3.2
                                         rhui-us-east-rhel-server-updates 838 k
 bind-utils   x86_64 32:9.7.3-2.el6_1.P3.2
                                         rhui-us-east-rhel-server-updates 177 k
 cifs-utils   x86_64 4.8.1-2.el6_1.2     rhui-us-east-rhel-server-updates  42 k
 curl         x86_64 7.19.7-26.el6_1.2   rhui-us-east-rhel-server-updates 191 k
 dbus         x86_64 1:1.2.24-5.el6_1    rhui-us-east-rhel-server-updates 207 k
 dbus-libs    x86_64 1:1.2.24-5.el6_1    rhui-us-east-rhel-server-updates 126 k
 dhclient     x86_64 12:4.1.1-19.P1.el6_1.1
                                         rhui-us-east-rhel-server-updates 377 k
 foomatic     x86_64 4.0.4-1.el6_1.1     rhui-us-east-rhel-server-updates 251 k
 freetype     x86_64 2.3.11-6.el6_1.6    rhui-us-east-rhel-server-updates 358 k
 ghostscript  x86_64 8.70-11.el6_1.2     rhui-us-east-rhel-server-updates 4.4 M
 glibc        x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 3.8 M
 glibc-common x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates  14 M
 glibc-devel  x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 963 k
 glibc-headers
              x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 594 k
 ipa-client   x86_64 2.0.0-23.el6_1.1    rhui-us-east-rhel-server-updates  88 k
 ipa-python   x86_64 2.0.0-23.el6_1.1    rhui-us-east-rhel-server-updates 492 k
 iwl5000-firmware
              noarch 8.83.5.1_1-1.el6_1.1
                                         rhui-us-east-rhel-server-updates 270 k
 java-1.6.0-openjdk
              x86_64 1:1.6.0.0-1.39.1.9.8.el6_1
                                         rhui-us-east-rhel-server-updates  25 M
 kernel-firmware
              noarch 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 2.5 M
 kernel-headers
              x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 1.3 M
 krb5-libs    x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 705 k
 krb5-pkinit-openssl
              x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 102 k
 krb5-workstation
              x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 451 k
 libXfont     x86_64 1.4.1-2.el6_1       rhui-us-east-rhel-server-updates 128 k
 libcurl      x86_64 7.19.7-26.el6_1.2   rhui-us-east-rhel-server-updates 163 k
 libgcrypt    x86_64 1.4.5-5.el6_1.2     rhui-us-east-rhel-server-updates 228 k
 libpng       x86_64 2:1.2.46-1.el6_1    rhui-us-east-rhel-server-updates 180 k
 libsndfile   x86_64 1.0.20-3.el6_1.1    rhui-us-east-rhel-server-updates 223 k
 mdadm        x86_64 3.2.2-1.el6_1.2     rhui-us-east-rhel-server-updates 314 k
 mutt         x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1
                                         rhui-us-east-rhel-server-updates 1.2 M
 nss_db       x86_64 2.2.3-0.3.pre1.el6_1.1
                                         rhui-us-east-rhel-server-updates 662 k
 openldap     x86_64 2.4.23-15.el6_1.1   rhui-us-east-rhel-server-updates 254 k
 openldap-clients
              x86_64 2.4.23-15.el6_1.1   rhui-us-east-rhel-server-updates 158 k
 openssh      x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 233 k
 openssh-clients
              x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 355 k
 openssh-server
              x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 295 k
 openssl      x86_64 1.0.0-10.el6_1.4    rhui-us-east-rhel-server-updates 1.4 M
 openswan     x86_64 2.6.32-4.el6_1.1    rhui-us-east-rhel-server-updates 882 k
 perf         x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 998 k
 python-dmidecode
              x86_64 3.10.12-1.el6_1.1   rhui-us-east-rhel-server-updates  79 k
 rsyslog      x86_64 4.6.2-3.el6_1.1     rhui-us-east-rhel-server-updates 449 k
 samba-client x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates  11 M
 samba-common x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates  13 M
 samba-winbind-clients
              x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates 1.1 M
 selinux-policy
              noarch 3.7.19-93.el6_1.7   rhui-us-east-rhel-server-updates 742 k
 selinux-policy-targeted
              noarch 3.7.19-93.el6_1.7   rhui-us-east-rhel-server-updates 2.4 M
 sssd         x86_64 1.5.1-34.el6_1.3    rhui-us-east-rhel-server-updates 902 k
 sssd-client  x86_64 1.5.1-34.el6_1.3    rhui-us-east-rhel-server-updates  60 k
 subversion   x86_64 1.6.11-2.el6_1.4    rhui-us-east-rhel-server-updates 2.3 M
 system-config-firewall-base
              noarch 1.2.27-3.el6_1.3    rhui-us-east-rhel-server-updates 419 k
 system-config-firewall-tui
              noarch 1.2.27-3.el6_1.3    rhui-us-east-rhel-server-updates  37 k
 systemtap-runtime
              x86_64 1.4-6.el6_1.3       rhui-us-east-rhel-server-updates  89 k
 tzdata       noarch 2011h-3.el6         rhui-us-east-rhel-server-updates 439 k
 tzdata-java  noarch 2011h-3.el6         rhui-us-east-rhel-server-updates 151 k
 yum-rhn-plugin
              noarch 0.9.1-26.el6_1.1    rhui-us-east-rhel-server-updates  76 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade      56 Package(s)

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

  Updating   : kernel-firmware-2.6.32-131.12.1.el6.noarch                 1/114 

  Installing : kernel-2.6.32-131.12.1.el6.x86_64                          2/114 

  Updating   : system-config-firewall-base-1.2.27-3.el6_1.3.noarch        3/114 

  Updating   : selinux-policy-3.7.19-93.el6_1.7.noarch                    4/114 

  Updating   : kernel-headers-2.6.32-131.12.1.el6.x86_64                  5/114 

  Updating   : tzdata-java-2011h-3.el6.noarch                             6/114 

  Updating   : tzdata-2011h-3.el6.noarch                                  7/114 

  Updating   : glibc-common-2.12-1.25.el6_1.3.x86_64                      8/114 

  Updating   : glibc-2.12-1.25.el6_1.3.x86_64                             9/114 

  Updating   : krb5-libs-1.9-9.el6_1.1.x86_64                            10/114 

  Updating   : openldap-2.4.23-15.el6_1.1.x86_64                         11/114 

  Updating   : openssl-1.0.0-10.el6_1.4.x86_64                           12/114 

  Updating   : openssh-5.3p1-52.el6_1.2.x86_64                           13/114 

  Updating   : samba-winbind-clients-3.5.6-86.el6_1.4.x86_64             14/114 

  Updating   : libcurl-7.19.7-26.el6_1.2.x86_64                          15/114 

  Updating   : 2:libpng-1.2.46-1.el6_1.x86_64                            16/114 

  Updating   : 1:dbus-libs-1.2.24-5.el6_1.x86_64                         17/114 

  Updating   : freetype-2.3.11-6.el6_1.6.x86_64                          18/114 

  Updating   : ghostscript-8.70-11.el6_1.2.x86_64                        19/114 

  Updating   : samba-common-3.5.6-86.el6_1.4.x86_64                      20/114 

  Updating   : 32:bind-libs-9.7.3-2.el6_1.P3.2.x86_64                    21/114 

  Updating   : 32:bind-utils-9.7.3-2.el6_1.P3.2.x86_64                   22/114 

  Updating   : krb5-workstation-1.9-9.el6_1.1.x86_64                     23/114 

  Updating   : glibc-headers-2.12-1.25.el6_1.3.x86_64                    24/114 

  Updating   : ipa-python-2.0.0-23.el6_1.1.x86_64                        25/114 

  Updating   : sssd-client-1.5.1-34.el6_1.3.x86_64                       26/114 

  Updating   : sssd-1.5.1-34.el6_1.3.x86_64                              27/114 

  Updating   : apr-1.3.9-3.el6_1.2.x86_64                                28/114

Comment 5 Kedar Bidarkar 2011-08-31 09:41:48 UTC
  Updating   : subversion-1.6.11-2.el6_1.4.x86_64                        29/114 

  Updating   : ipa-client-2.0.0-23.el6_1.1.x86_64                        30/114 

  Updating   : glibc-devel-2.12-1.25.el6_1.3.x86_64                      31/114 

  Updating   : samba-client-3.5.6-86.el6_1.4.x86_64                      32/114 

  Updating   : foomatic-4.0.4-1.el6_1.1.x86_64                           33/114 

  Updating   : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.8.el6_1.x86_64      34/114 

  Updating   : libXfont-1.4.1-2.el6_1.x86_64                             35/114 

  Updating   : 1:dbus-1.2.24-5.el6_1.x86_64                              36/114 

  Updating   : curl-7.19.7-26.el6_1.2.x86_64                             37/114 

  Updating   : openssh-clients-5.3p1-52.el6_1.2.x86_64                   38/114 

  Updating   : openssh-server-5.3p1-52.el6_1.2.x86_64                    39/114 

  Updating   : krb5-pkinit-openssl-1.9-9.el6_1.1.x86_64                  40/114 

  Updating   : openldap-clients-2.4.23-15.el6_1.1.x86_64                 41/114 

  Updating   : 5:mutt-1.5.20-2.20091214hg736b6a.el6_1.1.x86_64           42/114 

  Updating   : cifs-utils-4.8.1-2.el6_1.2.x86_64                         43/114 

  Updating   : libgcrypt-1.4.5-5.el6_1.2.x86_64                          44/114 

  Updating   : nss_db-2.2.3-0.3.pre1.el6_1.1.x86_64                      45/114 

  Updating   : python-dmidecode-3.10.12-1.el6_1.1.x86_64                 46/114 

  Updating   : openswan-2.6.32-4.el6_1.1.x86_64                          47/114 

  Updating   : systemtap-runtime-1.4-6.el6_1.3.x86_64                    48/114 

  Updating   : mdadm-3.2.2-1.el6_1.2.x86_64                              49/114 

  Updating   : 12:dhclient-4.1.1-19.P1.el6_1.1.x86_64                    50/114 

  Updating   : rsyslog-4.6.2-3.el6_1.1.x86_64                            51/114 

  Updating   : libsndfile-1.0.20-3.el6_1.1.x86_64                        52/114 

  Updating   : perf-2.6.32-131.12.1.el6.x86_64                           53/114 

  Updating   : selinux-policy-targeted-3.7.19-93.el6_1.7.noarch          54/114 

  Updating   : system-config-firewall-tui-1.2.27-3.el6_1.3.noarch        55/114 

  Updating   : iwl5000-firmware-8.83.5.1_1-1.el6_1.1.noarch              56/114 

  Updating   : yum-rhn-plugin-0.9.1-26.el6_1.1.noarch                    57/114 

  Installing : kernel-devel-2.6.32-131.12.1.el6.x86_64                   58/114 

  Cleanup    : ipa-client-2.0.0-23.el6.x86_64                            59/114 

  Cleanup    : sssd-1.5.1-34.el6.x86_64                                  60/114 

  Cleanup    : samba-client-3.5.6-86.el6.x86_64                          61/114 

  Cleanup    : samba-common-3.5.6-86.el6.x86_64                          62/114 

  Cleanup    : 32:bind-utils-9.7.3-2.el6.x86_64                          63/114 

  Cleanup    : openssh-server-5.3p1-52.el6.x86_64                        64/114 

  Cleanup    : krb5-pkinit-openssl-1.9-9.el6.x86_64                      65/114 

  Cleanup    : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.7.el6.x86_64        66/114 

  Cleanup    : curl-7.19.7-26.el6.x86_64                                 67/114 

  Cleanup    : openssh-clients-5.3p1-52.el6.x86_64                       68/114 

  Cleanup    : glibc-devel-2.12-1.25.el6.x86_64                          69/114 

  Cleanup    : openldap-clients-2.4.23-15.el6.x86_64                     70/114 

  Cleanup    : openssh-5.3p1-52.el6.x86_64                               71/114 

  Cleanup    : libcurl-7.19.7-26.el6.x86_64                              72/114 

  Cleanup    : 32:bind-libs-9.7.3-2.el6.x86_64                           73/114 

  Cleanup    : samba-winbind-clients-3.5.6-86.el6.x86_64                 74/114 

  Cleanup    : krb5-workstation-1.9-9.el6.x86_64                         75/114 

  Cleanup    : 1:dbus-1.2.24-4.el6_0.x86_64                              76/114 

  Cleanup    : openssl-1.0.0-10.el6.x86_64                               77/114 

  Cleanup    : libXfont-1.4.1-1.el6.x86_64                               78/114 

  Cleanup    : cifs-utils-4.8.1-2.el6.x86_64                             79/114 

  Cleanup    : 5:mutt-1.5.20-2.20091214hg736b6a.el6.x86_64               80/114 

  Cleanup    : subversion-1.6.11-2.el6_0.3.x86_64                        81/114 

  Cleanup    : glibc-headers-2.12-1.25.el6.x86_64                        82/114 

  Cleanup    : foomatic-4.0.4-1.el6.x86_64                               83/114 

  Cleanup    : perf-2.6.32-131.4.1.el6.x86_64                            84/114 

  Cleanup    : selinux-policy-targeted-3.7.19-93.el6.noarch              85/114 

  Cleanup    : system-config-firewall-tui-1.2.27-3.el6_0.2.noarch        86/114 

  Cleanup    : ghostscript-8.70-11.el6.x86_64                            87/114 

  Cleanup    : krb5-libs-1.9-9.el6.x86_64                                88/114 

  Cleanup    : 2:libpng-1.2.44-1.el6.x86_64                              89/114 

  Cleanup    : apr-1.3.9-3.el6.x86_64                                    90/114 

  Cleanup    : freetype-2.3.11-6.el6_0.2.x86_64                          91/114 

  Cleanup    : 1:dbus-libs-1.2.24-4.el6_0.x86_64                         92/114 

  Cleanup    : openldap-2.4.23-15.el6.x86_64                             93/114 

  Cleanup    : sssd-client-1.5.1-34.el6.x86_64                           94/114 

  Cleanup    : ipa-python-2.0.0-23.el6.x86_64                            95/114 

  Cleanup    : libsndfile-1.0.20-3.el6.x86_64                            96/114 

  Cleanup    : rsyslog-4.6.2-3.el6.x86_64                                97/114 

  Cleanup    : 12:dhclient-4.1.1-19.P1.el6.x86_64                        98/114 

  Cleanup    : mdadm-3.2.1-1.el6.x86_64                                  99/114 

  Cleanup    : systemtap-runtime-1.4-6.el6.x86_64                       100/114 

  Cleanup    : openswan-2.6.32-4.el6.x86_64                             101/114 

  Cleanup    : python-dmidecode-3.10.12-1.el6.x86_64                    102/114 

  Cleanup    : nss_db-2.2.3-0.3.pre1.el6.x86_64                         103/114 

  Cleanup    : libgcrypt-1.4.5-5.el6.x86_64                             104/114 

  Cleanup    : system-config-firewall-base-1.2.27-3.el6_0.2.noarch      105/114 

  Cleanup    : selinux-policy-3.7.19-93.el6.noarch                      106/114 

  Cleanup    : kernel-headers-2.6.32-131.4.1.el6.x86_64                 107/114 

  Cleanup    : tzdata-java-2011g-1.el6.noarch                           108/114 

  Cleanup    : iwl5000-firmware-8.24.2.12-3.el6.noarch                  109/114 

  Cleanup    : kernel-firmware-2.6.32-131.4.1.el6.noarch                110/114 

  Cleanup    : yum-rhn-plugin-0.9.1-26.el6.noarch                       111/114 

  Cleanup    : glibc-common-2.12-1.25.el6.x86_64                        112/114 

  Cleanup    : glibc-2.12-1.25.el6.x86_64                               113/114 

  Cleanup    : tzdata-2011g-1.el6.noarch                                114/114 

Installed:
  kernel.x86_64 0:2.6.32-131.12.1.el6 kernel-devel.x86_64 0:2.6.32-131.12.1.el6

Updated:
  apr.x86_64 0:1.3.9-3.el6_1.2                                                  
  bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2                                        
  bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2                                       
  cifs-utils.x86_64 0:4.8.1-2.el6_1.2                                           
  curl.x86_64 0:7.19.7-26.el6_1.2                                               
  dbus.x86_64 1:1.2.24-5.el6_1                                                  
  dbus-libs.x86_64 1:1.2.24-5.el6_1                                             
  dhclient.x86_64 12:4.1.1-19.P1.el6_1.1                                        
  foomatic.x86_64 0:4.0.4-1.el6_1.1                                             
  freetype.x86_64 0:2.3.11-6.el6_1.6                                            
  ghostscript.x86_64 0:8.70-11.el6_1.2                                          
  glibc.x86_64 0:2.12-1.25.el6_1.3                                              
  glibc-common.x86_64 0:2.12-1.25.el6_1.3                                       
  glibc-devel.x86_64 0:2.12-1.25.el6_1.3                                        
  glibc-headers.x86_64 0:2.12-1.25.el6_1.3                                      
  ipa-client.x86_64 0:2.0.0-23.el6_1.1                                          
  ipa-python.x86_64 0:2.0.0-23.el6_1.1                                          
  iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1                                
  java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1                          
  kernel-firmware.noarch 0:2.6.32-131.12.1.el6                                  
  kernel-headers.x86_64 0:2.6.32-131.12.1.el6                                   
  krb5-libs.x86_64 0:1.9-9.el6_1.1                                              
  krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1                                    
  krb5-workstation.x86_64 0:1.9-9.el6_1.1                                       
  libXfont.x86_64 0:1.4.1-2.el6_1                                               
  libcurl.x86_64 0:7.19.7-26.el6_1.2                                            
  libgcrypt.x86_64 0:1.4.5-5.el6_1.2                                            
  libpng.x86_64 2:1.2.46-1.el6_1                                                
  libsndfile.x86_64 0:1.0.20-3.el6_1.1                                          
  mdadm.x86_64 0:3.2.2-1.el6_1.2                                                
  mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1                               
  nss_db.x86_64 0:2.2.3-0.3.pre1.el6_1.1                                        
  openldap.x86_64 0:2.4.23-15.el6_1.1                                           
  openldap-clients.x86_64 0:2.4.23-15.el6_1.1                                   
  openssh.x86_64 0:5.3p1-52.el6_1.2                                             
  openssh-clients.x86_64 0:5.3p1-52.el6_1.2                                     
  openssh-server.x86_64 0:5.3p1-52.el6_1.2                                      
  openssl.x86_64 0:1.0.0-10.el6_1.4                                             
  openswan.x86_64 0:2.6.32-4.el6_1.1                                            
  perf.x86_64 0:2.6.32-131.12.1.el6                                             
  python-dmidecode.x86_64 0:3.10.12-1.el6_1.1                                   
  rsyslog.x86_64 0:4.6.2-3.el6_1.1                                              
  samba-client.x86_64 0:3.5.6-86.el6_1.4                                        
  samba-common.x86_64 0:3.5.6-86.el6_1.4                                        
  samba-winbind-clients.x86_64 0:3.5.6-86.el6_1.4                               
  selinux-policy.noarch 0:3.7.19-93.el6_1.7                                     
  selinux-policy-targeted.noarch 0:3.7.19-93.el6_1.7                            
  sssd.x86_64 0:1.5.1-34.el6_1.3                                                
  sssd-client.x86_64 0:1.5.1-34.el6_1.3                                         
  subversion.x86_64 0:1.6.11-2.el6_1.4                                          
  system-config-firewall-base.noarch 0:1.2.27-3.el6_1.3                         
  system-config-firewall-tui.noarch 0:1.2.27-3.el6_1.3                          
  systemtap-runtime.x86_64 0:1.4-6.el6_1.3                                      
  tzdata.noarch 0:2011h-3.el6                                                   
  tzdata-java.noarch 0:2011h-3.el6                                              
  yum-rhn-plugin.noarch 0:0.9.1-26.el6_1.1                                      

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
cat: /root/.bash_history: No such file or directory
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1

Comment 6 Kedar Bidarkar 2011-08-31 09:41:52 UTC
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
######################################################################################
# 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: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################

Comment 7 Kedar Bidarkar 2011-08-31 09:41:55 UTC
# 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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 1
FAILED TESTS = ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 8 Kedar Bidarkar 2011-08-31 09:43:07 UTC
IMAGE ID= IGNOREami-5e837b37_us-east-1_m2.2xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This Host => ec2-50-19-207-123.compute-1.amazonaws.com with Image Id : ami-5e837b37, is launched with Instance Id : i-1ea0477e , Instance Type : m2.2xlarge and Arch : x86_64 in the Region : us-east-1b
This is a Hourly image
/root/valid/src
ip-10-102-57-78
Red Hat Enterprise Linux Server release 6.1 (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.1
######################################################################################
######################################################################################
# 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-131.4.1.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-131.4.1.el6 
EXPECTED RESULT: 2.6.32-131.4.1.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-131.4.1.el6
RESULT: title RHEL-6.1-Starter-EBS-x86_64-4 (2.6.32-131.4.1.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-131.4.1.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-131.4.1.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=5904752
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_61 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....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.......    /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: 5 
EXPECTED RESULT: 5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.1 
EXPECTED RESULT: 6.1
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

Comment 9 Kedar Bidarkar 2011-08-31 09:43:10 UTC
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
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-fd431d51-4ae0493b 
EXPECTED RESULT: gpg-pubkey-fd431d51-4ae0493b
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* | sort -f | head -n 1
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, security
repo id                           repo name                               status
rhui-us-east-rhel-server-releases Red Hat Enterprise Linux Server 6 Relea 3,391
rhui-us-east-rhel-server-updates  Red Hat Enterprise Linux Server 6 Updat 5,292
repolist: 8,683 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, security
=============================== N/S Matched: zsh ===============================
zsh.x86_64 : A powerful interactive shell

  Name and summary matches only, use "search all" for everything. 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, security
Setting up Group Process
Installed Groups:
   Additional Development
   Base
   Compatibility libraries
   Console internet tools
   Desktop Platform
   Directory Client
   E-mail server
   Fonts
   Graphical Administration Tools
   Hardware monitoring utilities
   Java Platform
   Large Systems Performance
   Legacy UNIX compatibility
   Legacy X Window System compatibility
   Network file system client
   Networking Tools
   Performance Tools
   Perl Support
   PostgreSQL Database client
   PostgreSQL Database server
   SNMP Support
   Scientific support
   Server Platform
   Smart card support
   System administration tools
   Web Server
Installed Language Groups:
   Arabic Support [ar]
   Armenian Support [hy]
   French Support [fr]
   Georgian Support [ka]
   Hebrew Support [he]
   Inuktitut Support [iu]
   Italian Support [it]
   Japanese Support [ja]
   Korean Support [ko]
   Lao Support [lo]
   Polish Support [pl]
   Russian Support [ru]
   Spanish Support [es]
   Tajik Support [tg]
Available Groups:
   Backup Client
   Backup Server
   CIFS file server
   Client management tools
   Debugging Tools
   Desktop
   Desktop Debugging and Performance Tools
   Desktop Platform Development
   Development tools
   Dial-up Networking Support
   Directory Server
   Eclipse
   Emacs
   Enterprise Identity Server Base
   FCoE Storage Client
   FTP server
   General Purpose Desktop
   Graphics Creation Tools
   Infiniband Support
   Input Methods
   Internet Browser
   KDE Desktop
   Mainframe Access
   Messaging Client Support
   Messaging Server Support
   MySQL Database client
   MySQL Database server
   NFS file server
   Network Infrastructure Server
   Network Storage Server
   PHP Support
   Print Server
   Printing client
   Remote Desktop Clients
   Security Tools
   Server Platform Development
   Somali Support
   Storage Availability Tools
   System Management
   TeX support
   Technical Writing
   TurboGears application framework
   Virtualization
   Virtualization Client
   Virtualization Platform
   Virtualization Tools
   Web Servlet Engine
   Web-Based Enterprise Management
   X Window System
   iSCSI Storage Client
Available Language Groups:
   Afrikaans Support [af]
   Albanian Support [sq]
   Amazigh Support [ber]
   Assamese Support [as]
   Azerbaijani Support [az]
   Basque Support [eu]
   Belarusian Support [be]
   Bengali Support [bn]
   Bhutanese Support [dz]
   Brazilian Portuguese Support [pt_BR]
   Breton Support [br]
   Bulgarian Support [bg]
   Catalan Support [ca]
   Chhattisgarhi Support [hne]
   Chichewa Support [ny]
   Chinese Support [zh]
   Coptic Support [cop]
   Croatian Support [hr]
   Czech Support [cs]
   Danish Support [da]
   Dutch Support [nl]
   English (UK) Support [en_GB]
   Esperanto Support [eo]
   Estonian Support [et]
   Ethiopic Support [am]
   Faroese Support [fo]
   Fijian Support [fj]
   Filipino Support [fil]
   Finnish Support [fi]
   Frisian Support [fy]
   Friulian Support [fur]
   Gaelic Support [gd]
   Galician Support [gl]
   German Support [de]
   Greek Support [el]
   Gujarati Support [gu]
   Hiligaynon Support [hil]
   Hindi Support [hi]

Comment 10 Kedar Bidarkar 2011-08-31 09:43:13 UTC
   Hungarian Support [hu]
   Icelandic Support [is]
   Indonesian Support [id]
   Interlingua Support [ia]
   Irish Support [ga]
   Kannada Support [kn]
   Kashmiri Support [ks]
   Kashubian Support [csb]
   Kazakh Support [kk]
   Khmer Support [km]
   Kinyarwanda Support [rw]
   Konkani Support [kok]
   Kurdish Support [ku]
   Latin Support [la]
   Latvian Support [lv]
   Lithuanian Support [lt]
   Low Saxon Support [nds]
   Luxembourgish Support [lb]
   Macedonian Support [mk]
   Maithili Support [mai]
   Malagasy Support [mg]
   Malay Support [ms]
   Malayalam Support [ml]
   Maltese Support [mt]
   Manx Support [gv]
   Maori Support [mi]
   Marathi Support [mr]
   Mongolian Support [mn]
   Myanmar (Burmese) Support [my]
   Nepali Support [ne]
   Northern Sotho Support [nso]
   Norwegian Support [nb]
   Occitan Support [oc]
   Oriya Support [or]
   Persian Support [fa]
   Portuguese Support [pt]
   Punjabi Support [pa]
   Romanian Support [ro]
   Sanskrit Support [sa]
   Sardinian Support [sc]
   Serbian Support [sr]
   Sindhi Support [sd]
   Sinhala Support [si]
   Slovak Support [sk]
   Slovenian Support [sl]
   Southern Ndebele Support [nr]
   Southern Sotho Support [st]
   Swahili Support [sw]
   Swati Support [ss]
   Swedish Support [sv]
   Tagalog Support [tl]
   Tamil Support [ta]
   Telugu Support [te]
   Tetum Support [tet]
   Thai Support [th]
   Tibetan Support [bo]
   Tsonga Support [ts]
   Tswana Support [tn]
   Turkish Support [tr]
   Turkmen Support [tk]
   Ukrainian Support [uk]
   Upper Sorbian Support [hsb]
   Urdu Support [ur]
   Uzbek Support [uz]
   Venda Support [ve]
   Vietnamese Support [vi]
   Walloon Support [wa]
   Welsh Support [cy]
   Xhosa Support [xh]
   Zulu Support [zu]
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
Error: Package: rpm-build-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
           Requires: rpm = 4.8.0-12.el6
           Installed: rpm-4.8.0-16.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
RESULT: Loaded plugins: amazon-id, security
Setting up Group Process
Package gcc-4.4.5-6.el6.x86_64 already installed and latest version
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.20.el6.x86_64 already installed and latest version
Package matching elfutils-0.148-1.el6.x86_64 already installed. Checking for update.
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Package git-1.7.1-2.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-4.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed
---> 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-33.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update
---> Package swig.x86_64 0:1.3.40-5.el6 will be installed
---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed
--> Processing Dependency: systemtap-runtime = 1.4-6.el6_1.3 for package: systemtap-1.4-6.el6_1.3.x86_64
--> Running transaction check
---> 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: 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 libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64
---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated
---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.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, security Setting up Group Process Package gcc-4.4.5-6.el6.x86_64 already installed and latest version 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.20.el6.x86_64 already installed and latest version Package matching elfutils-0.148-1.el6.x86_64 already installed. Checking for update. Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Package git-1.7.1-2.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-4.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed ---> 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-33.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update ---> Package swig.x86_64 0:1.3.40-5.el6 will be installed ---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed --> Processing Dependency: systemtap-runtime = 1.4-6.el6_1.3 for package: systemtap-1.4-6.el6_1.3.x86_64 --> Running transaction check ---> 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: 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 libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64 ---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated ---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.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
RESULT: Loaded plugins: amazon-id, security
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6 will be updated
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be an update
---> Package bind-libs.x86_64 32:9.7.3-2.el6 will be updated
---> Package bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2 will be an update
---> Package bind-utils.x86_64 32:9.7.3-2.el6 will be updated
---> Package bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2 will be an update
---> Package cifs-utils.x86_64 0:4.8.1-2.el6 will be updated
---> Package cifs-utils.x86_64 0:4.8.1-2.el6_1.2 will be an update
---> Package curl.x86_64 0:7.19.7-26.el6 will be updated
---> Package curl.x86_64 0:7.19.7-26.el6_1.2 will be an update
---> Package dbus.x86_64 1:1.2.24-4.el6_0 will be updated
---> Package dbus.x86_64 1:1.2.24-5.el6_1 will be an update
---> Package dbus-libs.x86_64 1:1.2.24-4.el6_0 will be updated
---> Package dbus-libs.x86_64 1:1.2.24-5.el6_1 will be an update
---> Package dhclient.x86_64 12:4.1.1-19.P1.el6 will be updated
---> Package dhclient.x86_64 12:4.1.1-19.P1.el6_1.1 will be an update
---> Package foomatic.x86_64 0:4.0.4-1.el6 will be updated
---> Package foomatic.x86_64 0:4.0.4-1.el6_1.1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_0.2 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be an update
---> Package ghostscript.x86_64 0:8.70-11.el6 will be updated
---> Package ghostscript.x86_64 0:8.70-11.el6_1.2 will be an update
---> Package glibc.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-common.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-common.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-devel.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-devel.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-headers.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-headers.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package ipa-client.x86_64 0:2.0.0-23.el6 will be updated
---> Package ipa-client.x86_64 0:2.0.0-23.el6_1.1 will be an update
---> Package ipa-python.x86_64 0:2.0.0-23.el6 will be updated
---> Package ipa-python.x86_64 0:2.0.0-23.el6_1.1 will be an update
---> Package iwl5000-firmware.noarch 0:8.24.2.12-3.el6 will be updated
---> Package iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1 will be an update
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.7.el6 will be updated
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1 will be an update
---> Package kernel.x86_64 0:2.6.32-131.12.1.el6 will be installed
---> Package kernel-devel.x86_64 0:2.6.32-131.12.1.el6 will be installed
---> Package kernel-firmware.noarch 0:2.6.32-131.4.1.el6 will be updated
---> Package kernel-firmware.noarch 0:2.6.32-131.12.1.el6 will be an update
---> Package kernel-headers.x86_64 0:2.6.32-131.4.1.el6 will be updated
---> Package kernel-headers.x86_64 0:2.6.32-131.12.1.el6 will be an update
---> Package krb5-libs.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-libs.x86_64 0:1.9-9.el6_1.1 will be an update
---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1 will be an update

Comment 11 Kedar Bidarkar 2011-08-31 09:43:17 UTC
---> Package krb5-workstation.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-workstation.x86_64 0:1.9-9.el6_1.1 will be an update
---> Package libXfont.x86_64 0:1.4.1-1.el6 will be updated
---> Package libXfont.x86_64 0:1.4.1-2.el6_1 will be an update
---> Package libcurl.x86_64 0:7.19.7-26.el6 will be updated
---> Package libcurl.x86_64 0:7.19.7-26.el6_1.2 will be an update
---> Package libgcrypt.x86_64 0:1.4.5-5.el6 will be updated
---> Package libgcrypt.x86_64 0:1.4.5-5.el6_1.2 will be an update
---> Package libpng.x86_64 2:1.2.44-1.el6 will be updated
---> Package libpng.x86_64 2:1.2.46-1.el6_1 will be an update
---> Package libsndfile.x86_64 0:1.0.20-3.el6 will be updated
---> Package libsndfile.x86_64 0:1.0.20-3.el6_1.1 will be an update
---> Package mdadm.x86_64 0:3.2.1-1.el6 will be updated
---> Package mdadm.x86_64 0:3.2.2-1.el6_1.2 will be an update
---> Package mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6 will be updated
---> Package mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1 will be an update
---> Package nss_db.x86_64 0:2.2.3-0.3.pre1.el6 will be updated
---> Package nss_db.x86_64 0:2.2.3-0.3.pre1.el6_1.1 will be an update
---> Package openldap.x86_64 0:2.4.23-15.el6 will be updated
---> Package openldap.x86_64 0:2.4.23-15.el6_1.1 will be an update
---> Package openldap-clients.x86_64 0:2.4.23-15.el6 will be updated
---> Package openldap-clients.x86_64 0:2.4.23-15.el6_1.1 will be an update
---> Package openssh.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssh-clients.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh-clients.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssh-server.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh-server.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssl.x86_64 0:1.0.0-10.el6 will be updated
---> Package openssl.x86_64 0:1.0.0-10.el6_1.4 will be an update
---> Package openswan.x86_64 0:2.6.32-4.el6 will be updated
---> Package openswan.x86_64 0:2.6.32-4.el6_1.1 will be an update
---> Package perf.x86_64 0:2.6.32-131.4.1.el6 will be updated
---> Package perf.x86_64 0:2.6.32-131.12.1.el6 will be an update
---> Package python-dmidecode.x86_64 0:3.10.12-1.el6 will be updated
---> Package python-dmidecode.x86_64 0:3.10.12-1.el6_1.1 will be an update
---> Package rsyslog.x86_64 0:4.6.2-3.el6 will be updated
---> Package rsyslog.x86_64 0:4.6.2-3.el6_1.1 will be an update
---> Package samba-client.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-client.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package samba-common.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-common.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package samba-winbind-clients.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-winbind-clients.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package selinux-policy.noarch 0:3.7.19-93.el6 will be updated
---> Package selinux-policy.noarch 0:3.7.19-93.el6_1.7 will be an update
---> Package selinux-policy-targeted.noarch 0:3.7.19-93.el6 will be updated
---> Package selinux-policy-targeted.noarch 0:3.7.19-93.el6_1.7 will be an update
---> Package sssd.x86_64 0:1.5.1-34.el6 will be updated
---> Package sssd.x86_64 0:1.5.1-34.el6_1.3 will be an update
---> Package sssd-client.x86_64 0:1.5.1-34.el6 will be updated
---> Package sssd-client.x86_64 0:1.5.1-34.el6_1.3 will be an update
---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update
---> Package system-config-firewall-base.noarch 0:1.2.27-3.el6_0.2 will be updated
---> Package system-config-firewall-base.noarch 0:1.2.27-3.el6_1.3 will be an update
---> Package system-config-firewall-tui.noarch 0:1.2.27-3.el6_0.2 will be updated
---> Package system-config-firewall-tui.noarch 0:1.2.27-3.el6_1.3 will be an update
---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated
---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update
---> Package tzdata.noarch 0:2011g-1.el6 will be updated
---> Package tzdata.noarch 0:2011h-3.el6 will be an update
---> Package tzdata-java.noarch 0:2011g-1.el6 will be updated
---> Package tzdata-java.noarch 0:2011h-3.el6 will be an update
---> Package yum-rhn-plugin.noarch 0:0.9.1-26.el6 will be updated
---> Package yum-rhn-plugin.noarch 0:0.9.1-26.el6_1.1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package      Arch   Version             Repository                        Size
================================================================================
Installing:
 kernel       x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates  23 M
 kernel-devel x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 6.9 M
Updating:
 apr          x86_64 1.3.9-3.el6_1.2     rhui-us-east-rhel-server-updates 123 k
 bind-libs    x86_64 32:9.7.3-2.el6_1.P3.2
                                         rhui-us-east-rhel-server-updates 838 k
 bind-utils   x86_64 32:9.7.3-2.el6_1.P3.2
                                         rhui-us-east-rhel-server-updates 177 k
 cifs-utils   x86_64 4.8.1-2.el6_1.2     rhui-us-east-rhel-server-updates  42 k
 curl         x86_64 7.19.7-26.el6_1.2   rhui-us-east-rhel-server-updates 191 k
 dbus         x86_64 1:1.2.24-5.el6_1    rhui-us-east-rhel-server-updates 207 k
 dbus-libs    x86_64 1:1.2.24-5.el6_1    rhui-us-east-rhel-server-updates 126 k
 dhclient     x86_64 12:4.1.1-19.P1.el6_1.1
                                         rhui-us-east-rhel-server-updates 377 k
 foomatic     x86_64 4.0.4-1.el6_1.1     rhui-us-east-rhel-server-updates 251 k
 freetype     x86_64 2.3.11-6.el6_1.6    rhui-us-east-rhel-server-updates 358 k
 ghostscript  x86_64 8.70-11.el6_1.2     rhui-us-east-rhel-server-updates 4.4 M
 glibc        x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 3.8 M
 glibc-common x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates  14 M
 glibc-devel  x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 963 k
 glibc-headers
              x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 594 k
 ipa-client   x86_64 2.0.0-23.el6_1.1    rhui-us-east-rhel-server-updates  88 k
 ipa-python   x86_64 2.0.0-23.el6_1.1    rhui-us-east-rhel-server-updates 492 k
 iwl5000-firmware
              noarch 8.83.5.1_1-1.el6_1.1
                                         rhui-us-east-rhel-server-updates 270 k
 java-1.6.0-openjdk
              x86_64 1:1.6.0.0-1.39.1.9.8.el6_1
                                         rhui-us-east-rhel-server-updates  25 M
 kernel-firmware
              noarch 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 2.5 M
 kernel-headers
              x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 1.3 M
 krb5-libs    x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 705 k
 krb5-pkinit-openssl
              x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 102 k
 krb5-workstation
              x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 451 k
 libXfont     x86_64 1.4.1-2.el6_1       rhui-us-east-rhel-server-updates 128 k
 libcurl      x86_64 7.19.7-26.el6_1.2   rhui-us-east-rhel-server-updates 163 k
 libgcrypt    x86_64 1.4.5-5.el6_1.2     rhui-us-east-rhel-server-updates 228 k
 libpng       x86_64 2:1.2.46-1.el6_1    rhui-us-east-rhel-server-updates 180 k
 libsndfile   x86_64 1.0.20-3.el6_1.1    rhui-us-east-rhel-server-updates 223 k
 mdadm        x86_64 3.2.2-1.el6_1.2     rhui-us-east-rhel-server-updates 314 k
 mutt         x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1
                                         rhui-us-east-rhel-server-updates 1.2 M
 nss_db       x86_64 2.2.3-0.3.pre1.el6_1.1
                                         rhui-us-east-rhel-server-updates 662 k
 openldap     x86_64 2.4.23-15.el6_1.1   rhui-us-east-rhel-server-updates 254 k
 openldap-clients
              x86_64 2.4.23-15.el6_1.1   rhui-us-east-rhel-server-updates 158 k
 openssh      x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 233 k
 openssh-clients
              x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 355 k
 openssh-server
              x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 295 k
 openssl      x86_64 1.0.0-10.el6_1.4    rhui-us-east-rhel-server-updates 1.4 M
 openswan     x86_64 2.6.32-4.el6_1.1    rhui-us-east-rhel-server-updates 882 k
 perf         x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 998 k
 python-dmidecode
              x86_64 3.10.12-1.el6_1.1   rhui-us-east-rhel-server-updates  79 k
 rsyslog      x86_64 4.6.2-3.el6_1.1     rhui-us-east-rhel-server-updates 449 k
 samba-client x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates  11 M
 samba-common x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates  13 M
 samba-winbind-clients
              x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates 1.1 M
 selinux-policy
              noarch 3.7.19-93.el6_1.7   rhui-us-east-rhel-server-updates 742 k
 selinux-policy-targeted
              noarch 3.7.19-93.el6_1.7   rhui-us-east-rhel-server-updates 2.4 M
 sssd         x86_64 1.5.1-34.el6_1.3    rhui-us-east-rhel-server-updates 902 k
 sssd-client  x86_64 1.5.1-34.el6_1.3    rhui-us-east-rhel-server-updates  60 k
 subversion   x86_64 1.6.11-2.el6_1.4    rhui-us-east-rhel-server-updates 2.3 M
 system-config-firewall-base
              noarch 1.2.27-3.el6_1.3    rhui-us-east-rhel-server-updates 419 k
 system-config-firewall-tui
              noarch 1.2.27-3.el6_1.3    rhui-us-east-rhel-server-updates  37 k
 systemtap-runtime
              x86_64 1.4-6.el6_1.3       rhui-us-east-rhel-server-updates  89 k
 tzdata       noarch 2011h-3.el6         rhui-us-east-rhel-server-updates 439 k
 tzdata-java  noarch 2011h-3.el6         rhui-us-east-rhel-server-updates 151 k
 yum-rhn-plugin
              noarch 0.9.1-26.el6_1.1    rhui-us-east-rhel-server-updates  76 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade      56 Package(s)

Total download size: 129 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           8.6 MB/s | 129 MB     00:14     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : kernel-firmware-2.6.32-131.12.1.el6.noarch                 1/114 

  Installing : kernel-2.6.32-131.12.1.el6.x86_64                          2/114 

  Updating   : system-config-firewall-base-1.2.27-3.el6_1.3.noarch        3/114 

  Updating   : selinux-policy-3.7.19-93.el6_1.7.noarch                    4/114 

  Updating   : kernel-headers-2.6.32-131.12.1.el6.x86_64                  5/114 

  Updating   : tzdata-java-2011h-3.el6.noarch                             6/114 

  Updating   : tzdata-2011h-3.el6.noarch                                  7/114 

  Updating   : glibc-common-2.12-1.25.el6_1.3.x86_64                      8/114 

  Updating   : glibc-2.12-1.25.el6_1.3.x86_64                             9/114 

  Updating   : krb5-libs-1.9-9.el6_1.1.x86_64                            10/114 

  Updating   : openldap-2.4.23-15.el6_1.1.x86_64                         11/114 

  Updating   : openssl-1.0.0-10.el6_1.4.x86_64                           12/114 

  Updating   : openssh-5.3p1-52.el6_1.2.x86_64                           13/114 

  Updating   : samba-winbind-clients-3.5.6-86.el6_1.4.x86_64             14/114 

  Updating   : libcurl-7.19.7-26.el6_1.2.x86_64                          15/114 

  Updating   : 2:libpng-1.2.46-1.el6_1.x86_64                            16/114 

  Updating   : 1:dbus-libs-1.2.24-5.el6_1.x86_64                         17/114 

  Updating   : freetype-2.3.11-6.el6_1.6.x86_64                          18/114 

  Updating   : ghostscript-8.70-11.el6_1.2.x86_64                        19/114 

  Updating   : samba-common-3.5.6-86.el6_1.4.x86_64                      20/114 

  Updating   : 32:bind-libs-9.7.3-2.el6_1.P3.2.x86_64                    21/114 

  Updating   : 32:bind-utils-9.7.3-2.el6_1.P3.2.x86_64                   22/114 

  Updating   : krb5-workstation-1.9-9.el6_1.1.x86_64                     23/114 

  Updating   : glibc-headers-2.12-1.25.el6_1.3.x86_64                    24/114 

  Updating   : ipa-python-2.0.0-23.el6_1.1.x86_64                        25/114 

  Updating   : sssd-client-1.5.1-34.el6_1.3.x86_64                       26/114 

  Updating   : sssd-1.5.1-34.el6_1.3.x86_64                              27/114 

  Updating   : apr-1.3.9-3.el6_1.2.x86_64                                28/114

Comment 12 Kedar Bidarkar 2011-08-31 09:43:20 UTC
  Updating   : subversion-1.6.11-2.el6_1.4.x86_64                        29/114 

  Updating   : ipa-client-2.0.0-23.el6_1.1.x86_64                        30/114 

  Updating   : glibc-devel-2.12-1.25.el6_1.3.x86_64                      31/114 

  Updating   : samba-client-3.5.6-86.el6_1.4.x86_64                      32/114 

  Updating   : foomatic-4.0.4-1.el6_1.1.x86_64                           33/114 

  Updating   : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.8.el6_1.x86_64      34/114 

  Updating   : libXfont-1.4.1-2.el6_1.x86_64                             35/114 

  Updating   : 1:dbus-1.2.24-5.el6_1.x86_64                              36/114 

  Updating   : curl-7.19.7-26.el6_1.2.x86_64                             37/114 

  Updating   : openssh-clients-5.3p1-52.el6_1.2.x86_64                   38/114 

  Updating   : openssh-server-5.3p1-52.el6_1.2.x86_64                    39/114 

  Updating   : krb5-pkinit-openssl-1.9-9.el6_1.1.x86_64                  40/114 

  Updating   : openldap-clients-2.4.23-15.el6_1.1.x86_64                 41/114 

  Updating   : 5:mutt-1.5.20-2.20091214hg736b6a.el6_1.1.x86_64           42/114 

  Updating   : cifs-utils-4.8.1-2.el6_1.2.x86_64                         43/114 

  Updating   : libgcrypt-1.4.5-5.el6_1.2.x86_64                          44/114 

  Updating   : nss_db-2.2.3-0.3.pre1.el6_1.1.x86_64                      45/114 

  Updating   : python-dmidecode-3.10.12-1.el6_1.1.x86_64                 46/114 

  Updating   : openswan-2.6.32-4.el6_1.1.x86_64                          47/114 

  Updating   : systemtap-runtime-1.4-6.el6_1.3.x86_64                    48/114 

  Updating   : mdadm-3.2.2-1.el6_1.2.x86_64                              49/114 

  Updating   : 12:dhclient-4.1.1-19.P1.el6_1.1.x86_64                    50/114 

  Updating   : rsyslog-4.6.2-3.el6_1.1.x86_64                            51/114 

  Updating   : libsndfile-1.0.20-3.el6_1.1.x86_64                        52/114 

  Updating   : perf-2.6.32-131.12.1.el6.x86_64                           53/114 

  Updating   : selinux-policy-targeted-3.7.19-93.el6_1.7.noarch          54/114 

  Updating   : system-config-firewall-tui-1.2.27-3.el6_1.3.noarch        55/114 

  Updating   : iwl5000-firmware-8.83.5.1_1-1.el6_1.1.noarch              56/114 

  Updating   : yum-rhn-plugin-0.9.1-26.el6_1.1.noarch                    57/114 

  Installing : kernel-devel-2.6.32-131.12.1.el6.x86_64                   58/114 

  Cleanup    : ipa-client-2.0.0-23.el6.x86_64                            59/114 

  Cleanup    : sssd-1.5.1-34.el6.x86_64                                  60/114 

  Cleanup    : samba-client-3.5.6-86.el6.x86_64                          61/114 

  Cleanup    : samba-common-3.5.6-86.el6.x86_64                          62/114 

  Cleanup    : 32:bind-utils-9.7.3-2.el6.x86_64                          63/114 

  Cleanup    : openssh-server-5.3p1-52.el6.x86_64                        64/114 

  Cleanup    : krb5-pkinit-openssl-1.9-9.el6.x86_64                      65/114 

  Cleanup    : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.7.el6.x86_64        66/114 

  Cleanup    : curl-7.19.7-26.el6.x86_64                                 67/114 

  Cleanup    : openssh-clients-5.3p1-52.el6.x86_64                       68/114 

  Cleanup    : glibc-devel-2.12-1.25.el6.x86_64                          69/114 

  Cleanup    : openldap-clients-2.4.23-15.el6.x86_64                     70/114 

  Cleanup    : openssh-5.3p1-52.el6.x86_64                               71/114 

  Cleanup    : libcurl-7.19.7-26.el6.x86_64                              72/114 

  Cleanup    : 32:bind-libs-9.7.3-2.el6.x86_64                           73/114 

  Cleanup    : samba-winbind-clients-3.5.6-86.el6.x86_64                 74/114 

  Cleanup    : krb5-workstation-1.9-9.el6.x86_64                         75/114 

  Cleanup    : 1:dbus-1.2.24-4.el6_0.x86_64                              76/114 

  Cleanup    : openssl-1.0.0-10.el6.x86_64                               77/114 

  Cleanup    : libXfont-1.4.1-1.el6.x86_64                               78/114 

  Cleanup    : cifs-utils-4.8.1-2.el6.x86_64                             79/114 

  Cleanup    : 5:mutt-1.5.20-2.20091214hg736b6a.el6.x86_64               80/114 

  Cleanup    : subversion-1.6.11-2.el6_0.3.x86_64                        81/114 

  Cleanup    : glibc-headers-2.12-1.25.el6.x86_64                        82/114 

  Cleanup    : foomatic-4.0.4-1.el6.x86_64                               83/114 

  Cleanup    : perf-2.6.32-131.4.1.el6.x86_64                            84/114 

  Cleanup    : selinux-policy-targeted-3.7.19-93.el6.noarch              85/114 

  Cleanup    : system-config-firewall-tui-1.2.27-3.el6_0.2.noarch        86/114 

  Cleanup    : ghostscript-8.70-11.el6.x86_64                            87/114 

  Cleanup    : krb5-libs-1.9-9.el6.x86_64                                88/114 

  Cleanup    : 2:libpng-1.2.44-1.el6.x86_64                              89/114 

  Cleanup    : apr-1.3.9-3.el6.x86_64                                    90/114 

  Cleanup    : freetype-2.3.11-6.el6_0.2.x86_64                          91/114 

  Cleanup    : 1:dbus-libs-1.2.24-4.el6_0.x86_64                         92/114 

  Cleanup    : openldap-2.4.23-15.el6.x86_64                             93/114 

  Cleanup    : sssd-client-1.5.1-34.el6.x86_64                           94/114 

  Cleanup    : ipa-python-2.0.0-23.el6.x86_64                            95/114 

  Cleanup    : libsndfile-1.0.20-3.el6.x86_64                            96/114 

  Cleanup    : rsyslog-4.6.2-3.el6.x86_64                                97/114 

  Cleanup    : 12:dhclient-4.1.1-19.P1.el6.x86_64                        98/114 

  Cleanup    : mdadm-3.2.1-1.el6.x86_64                                  99/114 

  Cleanup    : systemtap-runtime-1.4-6.el6.x86_64                       100/114 

  Cleanup    : openswan-2.6.32-4.el6.x86_64                             101/114 

  Cleanup    : python-dmidecode-3.10.12-1.el6.x86_64                    102/114 

  Cleanup    : nss_db-2.2.3-0.3.pre1.el6.x86_64                         103/114 

  Cleanup    : libgcrypt-1.4.5-5.el6.x86_64                             104/114 

  Cleanup    : system-config-firewall-base-1.2.27-3.el6_0.2.noarch      105/114 

  Cleanup    : selinux-policy-3.7.19-93.el6.noarch                      106/114 

  Cleanup    : kernel-headers-2.6.32-131.4.1.el6.x86_64                 107/114 

  Cleanup    : tzdata-java-2011g-1.el6.noarch                           108/114 

  Cleanup    : iwl5000-firmware-8.24.2.12-3.el6.noarch                  109/114 

  Cleanup    : kernel-firmware-2.6.32-131.4.1.el6.noarch                110/114 

  Cleanup    : yum-rhn-plugin-0.9.1-26.el6.noarch                       111/114 

  Cleanup    : glibc-common-2.12-1.25.el6.x86_64                        112/114 

  Cleanup    : glibc-2.12-1.25.el6.x86_64                               113/114 

  Cleanup    : tzdata-2011g-1.el6.noarch                                114/114 

Installed:
  kernel.x86_64 0:2.6.32-131.12.1.el6 kernel-devel.x86_64 0:2.6.32-131.12.1.el6

Updated:
  apr.x86_64 0:1.3.9-3.el6_1.2                                                  
  bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2                                        
  bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2                                       
  cifs-utils.x86_64 0:4.8.1-2.el6_1.2                                           
  curl.x86_64 0:7.19.7-26.el6_1.2                                               
  dbus.x86_64 1:1.2.24-5.el6_1                                                  
  dbus-libs.x86_64 1:1.2.24-5.el6_1                                             
  dhclient.x86_64 12:4.1.1-19.P1.el6_1.1                                        
  foomatic.x86_64 0:4.0.4-1.el6_1.1                                             
  freetype.x86_64 0:2.3.11-6.el6_1.6                                            
  ghostscript.x86_64 0:8.70-11.el6_1.2                                          
  glibc.x86_64 0:2.12-1.25.el6_1.3                                              
  glibc-common.x86_64 0:2.12-1.25.el6_1.3                                       
  glibc-devel.x86_64 0:2.12-1.25.el6_1.3                                        
  glibc-headers.x86_64 0:2.12-1.25.el6_1.3                                      
  ipa-client.x86_64 0:2.0.0-23.el6_1.1                                          
  ipa-python.x86_64 0:2.0.0-23.el6_1.1                                          
  iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1                                
  java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1                          
  kernel-firmware.noarch 0:2.6.32-131.12.1.el6                                  
  kernel-headers.x86_64 0:2.6.32-131.12.1.el6                                   
  krb5-libs.x86_64 0:1.9-9.el6_1.1                                              
  krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1                                    
  krb5-workstation.x86_64 0:1.9-9.el6_1.1                                       
  libXfont.x86_64 0:1.4.1-2.el6_1                                               
  libcurl.x86_64 0:7.19.7-26.el6_1.2                                            
  libgcrypt.x86_64 0:1.4.5-5.el6_1.2                                            
  libpng.x86_64 2:1.2.46-1.el6_1                                                
  libsndfile.x86_64 0:1.0.20-3.el6_1.1                                          
  mdadm.x86_64 0:3.2.2-1.el6_1.2                                                
  mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1                               
  nss_db.x86_64 0:2.2.3-0.3.pre1.el6_1.1                                        
  openldap.x86_64 0:2.4.23-15.el6_1.1                                           
  openldap-clients.x86_64 0:2.4.23-15.el6_1.1                                   
  openssh.x86_64 0:5.3p1-52.el6_1.2                                             
  openssh-clients.x86_64 0:5.3p1-52.el6_1.2                                     
  openssh-server.x86_64 0:5.3p1-52.el6_1.2                                      
  openssl.x86_64 0:1.0.0-10.el6_1.4                                             
  openswan.x86_64 0:2.6.32-4.el6_1.1                                            
  perf.x86_64 0:2.6.32-131.12.1.el6                                             
  python-dmidecode.x86_64 0:3.10.12-1.el6_1.1                                   
  rsyslog.x86_64 0:4.6.2-3.el6_1.1                                              
  samba-client.x86_64 0:3.5.6-86.el6_1.4                                        
  samba-common.x86_64 0:3.5.6-86.el6_1.4                                        
  samba-winbind-clients.x86_64 0:3.5.6-86.el6_1.4                               
  selinux-policy.noarch 0:3.7.19-93.el6_1.7                                     
  selinux-policy-targeted.noarch 0:3.7.19-93.el6_1.7                            
  sssd.x86_64 0:1.5.1-34.el6_1.3                                                
  sssd-client.x86_64 0:1.5.1-34.el6_1.3                                         
  subversion.x86_64 0:1.6.11-2.el6_1.4                                          
  system-config-firewall-base.noarch 0:1.2.27-3.el6_1.3                         
  system-config-firewall-tui.noarch 0:1.2.27-3.el6_1.3                          
  systemtap-runtime.x86_64 0:1.4-6.el6_1.3                                      
  tzdata.noarch 0:2011h-3.el6                                                   
  tzdata-java.noarch 0:2011h-3.el6                                              
  yum-rhn-plugin.noarch 0:0.9.1-26.el6_1.1                                      

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
cat: /root/.bash_history: No such file or directory
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1

Comment 13 Kedar Bidarkar 2011-08-31 09:43:23 UTC
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
######################################################################################
# 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: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################

Comment 14 Kedar Bidarkar 2011-08-31 09:43:26 UTC
# 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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 1
FAILED TESTS = ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 15 Kedar Bidarkar 2011-08-31 09:44:11 UTC
IMAGE ID= IGNOREami-5e837b37_us-east-1_m2.2xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This Host => ec2-50-16-61-41.compute-1.amazonaws.com with Image Id : ami-5e837b37, is launched with Instance Id : i-cea047ae , Instance Type : m2.2xlarge and Arch : x86_64 in the Region : us-east-1b
This is a Hourly image
/root/valid/src
ip-10-218-73-232
Red Hat Enterprise Linux Server release 6.1 (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.1
######################################################################################
######################################################################################
# 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-131.4.1.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-131.4.1.el6 
EXPECTED RESULT: 2.6.32-131.4.1.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-131.4.1.el6
RESULT: title RHEL-6.1-Starter-EBS-x86_64-4 (2.6.32-131.4.1.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-131.4.1.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-131.4.1.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=5904752
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_61 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....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.......    /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: 5 
EXPECTED RESULT: 5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.1 
EXPECTED RESULT: 6.1
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

Comment 16 Kedar Bidarkar 2011-08-31 09:44:14 UTC
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
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-fd431d51-4ae0493b 
EXPECTED RESULT: gpg-pubkey-fd431d51-4ae0493b
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* | sort -f | head -n 1
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, security
repo id                           repo name                               status
rhui-us-east-rhel-server-releases Red Hat Enterprise Linux Server 6 Relea 3,391
rhui-us-east-rhel-server-updates  Red Hat Enterprise Linux Server 6 Updat 5,292
repolist: 8,683 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, security
=============================== N/S Matched: zsh ===============================
zsh.x86_64 : A powerful interactive shell

  Name and summary matches only, use "search all" for everything. 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, security
Setting up Group Process
Installed Groups:
   Additional Development
   Base
   Compatibility libraries
   Console internet tools
   Desktop Platform
   Directory Client
   E-mail server
   Fonts
   Graphical Administration Tools
   Hardware monitoring utilities
   Java Platform
   Large Systems Performance
   Legacy UNIX compatibility
   Legacy X Window System compatibility
   Network file system client
   Networking Tools
   Performance Tools
   Perl Support
   PostgreSQL Database client
   PostgreSQL Database server
   SNMP Support
   Scientific support
   Server Platform
   Smart card support
   System administration tools
   Web Server
Installed Language Groups:
   Arabic Support [ar]
   Armenian Support [hy]
   French Support [fr]
   Georgian Support [ka]
   Hebrew Support [he]
   Inuktitut Support [iu]
   Italian Support [it]
   Japanese Support [ja]
   Korean Support [ko]
   Lao Support [lo]
   Polish Support [pl]
   Russian Support [ru]
   Spanish Support [es]
   Tajik Support [tg]
Available Groups:
   Backup Client
   Backup Server
   CIFS file server
   Client management tools
   Debugging Tools
   Desktop
   Desktop Debugging and Performance Tools
   Desktop Platform Development
   Development tools
   Dial-up Networking Support
   Directory Server
   Eclipse
   Emacs
   Enterprise Identity Server Base
   FCoE Storage Client
   FTP server
   General Purpose Desktop
   Graphics Creation Tools
   Infiniband Support
   Input Methods
   Internet Browser
   KDE Desktop
   Mainframe Access
   Messaging Client Support
   Messaging Server Support
   MySQL Database client
   MySQL Database server
   NFS file server
   Network Infrastructure Server
   Network Storage Server
   PHP Support
   Print Server
   Printing client
   Remote Desktop Clients
   Security Tools
   Server Platform Development
   Somali Support
   Storage Availability Tools
   System Management
   TeX support
   Technical Writing
   TurboGears application framework
   Virtualization
   Virtualization Client
   Virtualization Platform
   Virtualization Tools
   Web Servlet Engine
   Web-Based Enterprise Management
   X Window System
   iSCSI Storage Client
Available Language Groups:
   Afrikaans Support [af]
   Albanian Support [sq]
   Amazigh Support [ber]
   Assamese Support [as]
   Azerbaijani Support [az]
   Basque Support [eu]
   Belarusian Support [be]
   Bengali Support [bn]
   Bhutanese Support [dz]
   Brazilian Portuguese Support [pt_BR]
   Breton Support [br]
   Bulgarian Support [bg]
   Catalan Support [ca]
   Chhattisgarhi Support [hne]
   Chichewa Support [ny]
   Chinese Support [zh]
   Coptic Support [cop]
   Croatian Support [hr]
   Czech Support [cs]
   Danish Support [da]
   Dutch Support [nl]
   English (UK) Support [en_GB]
   Esperanto Support [eo]
   Estonian Support [et]
   Ethiopic Support [am]
   Faroese Support [fo]
   Fijian Support [fj]
   Filipino Support [fil]
   Finnish Support [fi]
   Frisian Support [fy]
   Friulian Support [fur]
   Gaelic Support [gd]
   Galician Support [gl]
   German Support [de]
   Greek Support [el]
   Gujarati Support [gu]
   Hiligaynon Support [hil]
   Hindi Support [hi]

Comment 17 Kedar Bidarkar 2011-08-31 09:44:18 UTC
   Hungarian Support [hu]
   Icelandic Support [is]
   Indonesian Support [id]
   Interlingua Support [ia]
   Irish Support [ga]
   Kannada Support [kn]
   Kashmiri Support [ks]
   Kashubian Support [csb]
   Kazakh Support [kk]
   Khmer Support [km]
   Kinyarwanda Support [rw]
   Konkani Support [kok]
   Kurdish Support [ku]
   Latin Support [la]
   Latvian Support [lv]
   Lithuanian Support [lt]
   Low Saxon Support [nds]
   Luxembourgish Support [lb]
   Macedonian Support [mk]
   Maithili Support [mai]
   Malagasy Support [mg]
   Malay Support [ms]
   Malayalam Support [ml]
   Maltese Support [mt]
   Manx Support [gv]
   Maori Support [mi]
   Marathi Support [mr]
   Mongolian Support [mn]
   Myanmar (Burmese) Support [my]
   Nepali Support [ne]
   Northern Sotho Support [nso]
   Norwegian Support [nb]
   Occitan Support [oc]
   Oriya Support [or]
   Persian Support [fa]
   Portuguese Support [pt]
   Punjabi Support [pa]
   Romanian Support [ro]
   Sanskrit Support [sa]
   Sardinian Support [sc]
   Serbian Support [sr]
   Sindhi Support [sd]
   Sinhala Support [si]
   Slovak Support [sk]
   Slovenian Support [sl]
   Southern Ndebele Support [nr]
   Southern Sotho Support [st]
   Swahili Support [sw]
   Swati Support [ss]
   Swedish Support [sv]
   Tagalog Support [tl]
   Tamil Support [ta]
   Telugu Support [te]
   Tetum Support [tet]
   Thai Support [th]
   Tibetan Support [bo]
   Tsonga Support [ts]
   Tswana Support [tn]
   Turkish Support [tr]
   Turkmen Support [tk]
   Ukrainian Support [uk]
   Upper Sorbian Support [hsb]
   Urdu Support [ur]
   Uzbek Support [uz]
   Venda Support [ve]
   Vietnamese Support [vi]
   Walloon Support [wa]
   Welsh Support [cy]
   Xhosa Support [xh]
   Zulu Support [zu]
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
Error: Package: rpm-build-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
           Requires: rpm = 4.8.0-12.el6
           Installed: rpm-4.8.0-16.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
RESULT: Loaded plugins: amazon-id, security
Setting up Group Process
Package gcc-4.4.5-6.el6.x86_64 already installed and latest version
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.20.el6.x86_64 already installed and latest version
Package matching elfutils-0.148-1.el6.x86_64 already installed. Checking for update.
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Package git-1.7.1-2.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-4.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed
---> 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-33.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update
---> Package swig.x86_64 0:1.3.40-5.el6 will be installed
---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed
--> Processing Dependency: systemtap-runtime = 1.4-6.el6_1.3 for package: systemtap-1.4-6.el6_1.3.x86_64
--> Running transaction check
---> 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: 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 libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64
---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated
---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.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, security Setting up Group Process Package gcc-4.4.5-6.el6.x86_64 already installed and latest version 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.20.el6.x86_64 already installed and latest version Package matching elfutils-0.148-1.el6.x86_64 already installed. Checking for update. Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Package git-1.7.1-2.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-4.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed ---> 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-33.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update ---> Package swig.x86_64 0:1.3.40-5.el6 will be installed ---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed --> Processing Dependency: systemtap-runtime = 1.4-6.el6_1.3 for package: systemtap-1.4-6.el6_1.3.x86_64 --> Running transaction check ---> 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: 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 libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64 ---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated ---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.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
RESULT: Loaded plugins: amazon-id, security
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6 will be updated
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be an update
---> Package bind-libs.x86_64 32:9.7.3-2.el6 will be updated
---> Package bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2 will be an update
---> Package bind-utils.x86_64 32:9.7.3-2.el6 will be updated
---> Package bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2 will be an update
---> Package cifs-utils.x86_64 0:4.8.1-2.el6 will be updated
---> Package cifs-utils.x86_64 0:4.8.1-2.el6_1.2 will be an update
---> Package curl.x86_64 0:7.19.7-26.el6 will be updated
---> Package curl.x86_64 0:7.19.7-26.el6_1.2 will be an update
---> Package dbus.x86_64 1:1.2.24-4.el6_0 will be updated
---> Package dbus.x86_64 1:1.2.24-5.el6_1 will be an update
---> Package dbus-libs.x86_64 1:1.2.24-4.el6_0 will be updated
---> Package dbus-libs.x86_64 1:1.2.24-5.el6_1 will be an update
---> Package dhclient.x86_64 12:4.1.1-19.P1.el6 will be updated
---> Package dhclient.x86_64 12:4.1.1-19.P1.el6_1.1 will be an update
---> Package foomatic.x86_64 0:4.0.4-1.el6 will be updated
---> Package foomatic.x86_64 0:4.0.4-1.el6_1.1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_0.2 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be an update
---> Package ghostscript.x86_64 0:8.70-11.el6 will be updated
---> Package ghostscript.x86_64 0:8.70-11.el6_1.2 will be an update
---> Package glibc.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-common.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-common.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-devel.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-devel.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-headers.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-headers.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package ipa-client.x86_64 0:2.0.0-23.el6 will be updated
---> Package ipa-client.x86_64 0:2.0.0-23.el6_1.1 will be an update
---> Package ipa-python.x86_64 0:2.0.0-23.el6 will be updated
---> Package ipa-python.x86_64 0:2.0.0-23.el6_1.1 will be an update
---> Package iwl5000-firmware.noarch 0:8.24.2.12-3.el6 will be updated
---> Package iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1 will be an update
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.7.el6 will be updated
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1 will be an update
---> Package kernel.x86_64 0:2.6.32-131.12.1.el6 will be installed
---> Package kernel-devel.x86_64 0:2.6.32-131.12.1.el6 will be installed
---> Package kernel-firmware.noarch 0:2.6.32-131.4.1.el6 will be updated
---> Package kernel-firmware.noarch 0:2.6.32-131.12.1.el6 will be an update
---> Package kernel-headers.x86_64 0:2.6.32-131.4.1.el6 will be updated
---> Package kernel-headers.x86_64 0:2.6.32-131.12.1.el6 will be an update
---> Package krb5-libs.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-libs.x86_64 0:1.9-9.el6_1.1 will be an update
---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1 will be an update

Comment 18 Kedar Bidarkar 2011-08-31 09:44:21 UTC
---> Package krb5-workstation.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-workstation.x86_64 0:1.9-9.el6_1.1 will be an update
---> Package libXfont.x86_64 0:1.4.1-1.el6 will be updated
---> Package libXfont.x86_64 0:1.4.1-2.el6_1 will be an update
---> Package libcurl.x86_64 0:7.19.7-26.el6 will be updated
---> Package libcurl.x86_64 0:7.19.7-26.el6_1.2 will be an update
---> Package libgcrypt.x86_64 0:1.4.5-5.el6 will be updated
---> Package libgcrypt.x86_64 0:1.4.5-5.el6_1.2 will be an update
---> Package libpng.x86_64 2:1.2.44-1.el6 will be updated
---> Package libpng.x86_64 2:1.2.46-1.el6_1 will be an update
---> Package libsndfile.x86_64 0:1.0.20-3.el6 will be updated
---> Package libsndfile.x86_64 0:1.0.20-3.el6_1.1 will be an update
---> Package mdadm.x86_64 0:3.2.1-1.el6 will be updated
---> Package mdadm.x86_64 0:3.2.2-1.el6_1.2 will be an update
---> Package mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6 will be updated
---> Package mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1 will be an update
---> Package nss_db.x86_64 0:2.2.3-0.3.pre1.el6 will be updated
---> Package nss_db.x86_64 0:2.2.3-0.3.pre1.el6_1.1 will be an update
---> Package openldap.x86_64 0:2.4.23-15.el6 will be updated
---> Package openldap.x86_64 0:2.4.23-15.el6_1.1 will be an update
---> Package openldap-clients.x86_64 0:2.4.23-15.el6 will be updated
---> Package openldap-clients.x86_64 0:2.4.23-15.el6_1.1 will be an update
---> Package openssh.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssh-clients.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh-clients.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssh-server.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh-server.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssl.x86_64 0:1.0.0-10.el6 will be updated
---> Package openssl.x86_64 0:1.0.0-10.el6_1.4 will be an update
---> Package openswan.x86_64 0:2.6.32-4.el6 will be updated
---> Package openswan.x86_64 0:2.6.32-4.el6_1.1 will be an update
---> Package perf.x86_64 0:2.6.32-131.4.1.el6 will be updated
---> Package perf.x86_64 0:2.6.32-131.12.1.el6 will be an update
---> Package python-dmidecode.x86_64 0:3.10.12-1.el6 will be updated
---> Package python-dmidecode.x86_64 0:3.10.12-1.el6_1.1 will be an update
---> Package rsyslog.x86_64 0:4.6.2-3.el6 will be updated
---> Package rsyslog.x86_64 0:4.6.2-3.el6_1.1 will be an update
---> Package samba-client.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-client.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package samba-common.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-common.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package samba-winbind-clients.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-winbind-clients.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package selinux-policy.noarch 0:3.7.19-93.el6 will be updated
---> Package selinux-policy.noarch 0:3.7.19-93.el6_1.7 will be an update
---> Package selinux-policy-targeted.noarch 0:3.7.19-93.el6 will be updated
---> Package selinux-policy-targeted.noarch 0:3.7.19-93.el6_1.7 will be an update
---> Package sssd.x86_64 0:1.5.1-34.el6 will be updated
---> Package sssd.x86_64 0:1.5.1-34.el6_1.3 will be an update
---> Package sssd-client.x86_64 0:1.5.1-34.el6 will be updated
---> Package sssd-client.x86_64 0:1.5.1-34.el6_1.3 will be an update
---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update
---> Package system-config-firewall-base.noarch 0:1.2.27-3.el6_0.2 will be updated
---> Package system-config-firewall-base.noarch 0:1.2.27-3.el6_1.3 will be an update
---> Package system-config-firewall-tui.noarch 0:1.2.27-3.el6_0.2 will be updated
---> Package system-config-firewall-tui.noarch 0:1.2.27-3.el6_1.3 will be an update
---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated
---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update
---> Package tzdata.noarch 0:2011g-1.el6 will be updated
---> Package tzdata.noarch 0:2011h-3.el6 will be an update
---> Package tzdata-java.noarch 0:2011g-1.el6 will be updated
---> Package tzdata-java.noarch 0:2011h-3.el6 will be an update
---> Package yum-rhn-plugin.noarch 0:0.9.1-26.el6 will be updated
---> Package yum-rhn-plugin.noarch 0:0.9.1-26.el6_1.1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package      Arch   Version             Repository                        Size
================================================================================
Installing:
 kernel       x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates  23 M
 kernel-devel x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 6.9 M
Updating:
 apr          x86_64 1.3.9-3.el6_1.2     rhui-us-east-rhel-server-updates 123 k
 bind-libs    x86_64 32:9.7.3-2.el6_1.P3.2
                                         rhui-us-east-rhel-server-updates 838 k
 bind-utils   x86_64 32:9.7.3-2.el6_1.P3.2
                                         rhui-us-east-rhel-server-updates 177 k
 cifs-utils   x86_64 4.8.1-2.el6_1.2     rhui-us-east-rhel-server-updates  42 k
 curl         x86_64 7.19.7-26.el6_1.2   rhui-us-east-rhel-server-updates 191 k
 dbus         x86_64 1:1.2.24-5.el6_1    rhui-us-east-rhel-server-updates 207 k
 dbus-libs    x86_64 1:1.2.24-5.el6_1    rhui-us-east-rhel-server-updates 126 k
 dhclient     x86_64 12:4.1.1-19.P1.el6_1.1
                                         rhui-us-east-rhel-server-updates 377 k
 foomatic     x86_64 4.0.4-1.el6_1.1     rhui-us-east-rhel-server-updates 251 k
 freetype     x86_64 2.3.11-6.el6_1.6    rhui-us-east-rhel-server-updates 358 k
 ghostscript  x86_64 8.70-11.el6_1.2     rhui-us-east-rhel-server-updates 4.4 M
 glibc        x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 3.8 M
 glibc-common x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates  14 M
 glibc-devel  x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 963 k
 glibc-headers
              x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 594 k
 ipa-client   x86_64 2.0.0-23.el6_1.1    rhui-us-east-rhel-server-updates  88 k
 ipa-python   x86_64 2.0.0-23.el6_1.1    rhui-us-east-rhel-server-updates 492 k
 iwl5000-firmware
              noarch 8.83.5.1_1-1.el6_1.1
                                         rhui-us-east-rhel-server-updates 270 k
 java-1.6.0-openjdk
              x86_64 1:1.6.0.0-1.39.1.9.8.el6_1
                                         rhui-us-east-rhel-server-updates  25 M
 kernel-firmware
              noarch 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 2.5 M
 kernel-headers
              x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 1.3 M
 krb5-libs    x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 705 k
 krb5-pkinit-openssl
              x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 102 k
 krb5-workstation
              x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 451 k
 libXfont     x86_64 1.4.1-2.el6_1       rhui-us-east-rhel-server-updates 128 k
 libcurl      x86_64 7.19.7-26.el6_1.2   rhui-us-east-rhel-server-updates 163 k
 libgcrypt    x86_64 1.4.5-5.el6_1.2     rhui-us-east-rhel-server-updates 228 k
 libpng       x86_64 2:1.2.46-1.el6_1    rhui-us-east-rhel-server-updates 180 k
 libsndfile   x86_64 1.0.20-3.el6_1.1    rhui-us-east-rhel-server-updates 223 k
 mdadm        x86_64 3.2.2-1.el6_1.2     rhui-us-east-rhel-server-updates 314 k
 mutt         x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1
                                         rhui-us-east-rhel-server-updates 1.2 M
 nss_db       x86_64 2.2.3-0.3.pre1.el6_1.1
                                         rhui-us-east-rhel-server-updates 662 k
 openldap     x86_64 2.4.23-15.el6_1.1   rhui-us-east-rhel-server-updates 254 k
 openldap-clients
              x86_64 2.4.23-15.el6_1.1   rhui-us-east-rhel-server-updates 158 k
 openssh      x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 233 k
 openssh-clients
              x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 355 k
 openssh-server
              x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 295 k
 openssl      x86_64 1.0.0-10.el6_1.4    rhui-us-east-rhel-server-updates 1.4 M
 openswan     x86_64 2.6.32-4.el6_1.1    rhui-us-east-rhel-server-updates 882 k
 perf         x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 998 k
 python-dmidecode
              x86_64 3.10.12-1.el6_1.1   rhui-us-east-rhel-server-updates  79 k
 rsyslog      x86_64 4.6.2-3.el6_1.1     rhui-us-east-rhel-server-updates 449 k
 samba-client x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates  11 M
 samba-common x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates  13 M
 samba-winbind-clients
              x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates 1.1 M
 selinux-policy
              noarch 3.7.19-93.el6_1.7   rhui-us-east-rhel-server-updates 742 k
 selinux-policy-targeted
              noarch 3.7.19-93.el6_1.7   rhui-us-east-rhel-server-updates 2.4 M
 sssd         x86_64 1.5.1-34.el6_1.3    rhui-us-east-rhel-server-updates 902 k
 sssd-client  x86_64 1.5.1-34.el6_1.3    rhui-us-east-rhel-server-updates  60 k
 subversion   x86_64 1.6.11-2.el6_1.4    rhui-us-east-rhel-server-updates 2.3 M
 system-config-firewall-base
              noarch 1.2.27-3.el6_1.3    rhui-us-east-rhel-server-updates 419 k
 system-config-firewall-tui
              noarch 1.2.27-3.el6_1.3    rhui-us-east-rhel-server-updates  37 k
 systemtap-runtime
              x86_64 1.4-6.el6_1.3       rhui-us-east-rhel-server-updates  89 k
 tzdata       noarch 2011h-3.el6         rhui-us-east-rhel-server-updates 439 k
 tzdata-java  noarch 2011h-3.el6         rhui-us-east-rhel-server-updates 151 k
 yum-rhn-plugin
              noarch 0.9.1-26.el6_1.1    rhui-us-east-rhel-server-updates  76 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade      56 Package(s)

Total download size: 129 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           6.0 MB/s | 129 MB     00:21     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : kernel-firmware-2.6.32-131.12.1.el6.noarch                 1/114 

  Installing : kernel-2.6.32-131.12.1.el6.x86_64                          2/114 

  Updating   : system-config-firewall-base-1.2.27-3.el6_1.3.noarch        3/114 

  Updating   : selinux-policy-3.7.19-93.el6_1.7.noarch                    4/114 

  Updating   : kernel-headers-2.6.32-131.12.1.el6.x86_64                  5/114 

  Updating   : tzdata-java-2011h-3.el6.noarch                             6/114 

  Updating   : tzdata-2011h-3.el6.noarch                                  7/114 

  Updating   : glibc-common-2.12-1.25.el6_1.3.x86_64                      8/114 

  Updating   : glibc-2.12-1.25.el6_1.3.x86_64                             9/114 

  Updating   : krb5-libs-1.9-9.el6_1.1.x86_64                            10/114 

  Updating   : openldap-2.4.23-15.el6_1.1.x86_64                         11/114 

  Updating   : openssl-1.0.0-10.el6_1.4.x86_64                           12/114 

  Updating   : openssh-5.3p1-52.el6_1.2.x86_64                           13/114 

  Updating   : samba-winbind-clients-3.5.6-86.el6_1.4.x86_64             14/114 

  Updating   : libcurl-7.19.7-26.el6_1.2.x86_64                          15/114 

  Updating   : 2:libpng-1.2.46-1.el6_1.x86_64                            16/114 

  Updating   : 1:dbus-libs-1.2.24-5.el6_1.x86_64                         17/114 

  Updating   : freetype-2.3.11-6.el6_1.6.x86_64                          18/114 

  Updating   : ghostscript-8.70-11.el6_1.2.x86_64                        19/114 

  Updating   : samba-common-3.5.6-86.el6_1.4.x86_64                      20/114 

  Updating   : 32:bind-libs-9.7.3-2.el6_1.P3.2.x86_64                    21/114 

  Updating   : 32:bind-utils-9.7.3-2.el6_1.P3.2.x86_64                   22/114 

  Updating   : krb5-workstation-1.9-9.el6_1.1.x86_64                     23/114 

  Updating   : glibc-headers-2.12-1.25.el6_1.3.x86_64                    24/114 

  Updating   : ipa-python-2.0.0-23.el6_1.1.x86_64                        25/114 

  Updating   : sssd-client-1.5.1-34.el6_1.3.x86_64                       26/114 

  Updating   : sssd-1.5.1-34.el6_1.3.x86_64                              27/114 

  Updating   : apr-1.3.9-3.el6_1.2.x86_64                                28/114

Comment 19 Kedar Bidarkar 2011-08-31 09:44:25 UTC
  Updating   : subversion-1.6.11-2.el6_1.4.x86_64                        29/114 

  Updating   : ipa-client-2.0.0-23.el6_1.1.x86_64                        30/114 

  Updating   : glibc-devel-2.12-1.25.el6_1.3.x86_64                      31/114 

  Updating   : samba-client-3.5.6-86.el6_1.4.x86_64                      32/114 

  Updating   : foomatic-4.0.4-1.el6_1.1.x86_64                           33/114 

  Updating   : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.8.el6_1.x86_64      34/114 

  Updating   : libXfont-1.4.1-2.el6_1.x86_64                             35/114 

  Updating   : 1:dbus-1.2.24-5.el6_1.x86_64                              36/114 

  Updating   : curl-7.19.7-26.el6_1.2.x86_64                             37/114 

  Updating   : openssh-clients-5.3p1-52.el6_1.2.x86_64                   38/114 

  Updating   : openssh-server-5.3p1-52.el6_1.2.x86_64                    39/114 

  Updating   : krb5-pkinit-openssl-1.9-9.el6_1.1.x86_64                  40/114 

  Updating   : openldap-clients-2.4.23-15.el6_1.1.x86_64                 41/114 

  Updating   : 5:mutt-1.5.20-2.20091214hg736b6a.el6_1.1.x86_64           42/114 

  Updating   : cifs-utils-4.8.1-2.el6_1.2.x86_64                         43/114 

  Updating   : libgcrypt-1.4.5-5.el6_1.2.x86_64                          44/114 

  Updating   : nss_db-2.2.3-0.3.pre1.el6_1.1.x86_64                      45/114 

  Updating   : python-dmidecode-3.10.12-1.el6_1.1.x86_64                 46/114 

  Updating   : openswan-2.6.32-4.el6_1.1.x86_64                          47/114 

  Updating   : systemtap-runtime-1.4-6.el6_1.3.x86_64                    48/114 

  Updating   : mdadm-3.2.2-1.el6_1.2.x86_64                              49/114 

  Updating   : 12:dhclient-4.1.1-19.P1.el6_1.1.x86_64                    50/114 

  Updating   : rsyslog-4.6.2-3.el6_1.1.x86_64                            51/114 

  Updating   : libsndfile-1.0.20-3.el6_1.1.x86_64                        52/114 

  Updating   : perf-2.6.32-131.12.1.el6.x86_64                           53/114 

  Updating   : selinux-policy-targeted-3.7.19-93.el6_1.7.noarch          54/114 

  Updating   : system-config-firewall-tui-1.2.27-3.el6_1.3.noarch        55/114 

  Updating   : iwl5000-firmware-8.83.5.1_1-1.el6_1.1.noarch              56/114 

  Updating   : yum-rhn-plugin-0.9.1-26.el6_1.1.noarch                    57/114 

  Installing : kernel-devel-2.6.32-131.12.1.el6.x86_64                   58/114 

  Cleanup    : ipa-client-2.0.0-23.el6.x86_64                            59/114 

  Cleanup    : sssd-1.5.1-34.el6.x86_64                                  60/114 

  Cleanup    : samba-client-3.5.6-86.el6.x86_64                          61/114 

  Cleanup    : samba-common-3.5.6-86.el6.x86_64                          62/114 

  Cleanup    : 32:bind-utils-9.7.3-2.el6.x86_64                          63/114 

  Cleanup    : openssh-server-5.3p1-52.el6.x86_64                        64/114 

  Cleanup    : krb5-pkinit-openssl-1.9-9.el6.x86_64                      65/114 

  Cleanup    : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.7.el6.x86_64        66/114 

  Cleanup    : curl-7.19.7-26.el6.x86_64                                 67/114 

  Cleanup    : openssh-clients-5.3p1-52.el6.x86_64                       68/114 

  Cleanup    : glibc-devel-2.12-1.25.el6.x86_64                          69/114 

  Cleanup    : openldap-clients-2.4.23-15.el6.x86_64                     70/114 

  Cleanup    : openssh-5.3p1-52.el6.x86_64                               71/114 

  Cleanup    : libcurl-7.19.7-26.el6.x86_64                              72/114 

  Cleanup    : 32:bind-libs-9.7.3-2.el6.x86_64                           73/114 

  Cleanup    : samba-winbind-clients-3.5.6-86.el6.x86_64                 74/114 

  Cleanup    : krb5-workstation-1.9-9.el6.x86_64                         75/114 

  Cleanup    : 1:dbus-1.2.24-4.el6_0.x86_64                              76/114 

  Cleanup    : openssl-1.0.0-10.el6.x86_64                               77/114 

  Cleanup    : libXfont-1.4.1-1.el6.x86_64                               78/114 

  Cleanup    : cifs-utils-4.8.1-2.el6.x86_64                             79/114 

  Cleanup    : 5:mutt-1.5.20-2.20091214hg736b6a.el6.x86_64               80/114 

  Cleanup    : subversion-1.6.11-2.el6_0.3.x86_64                        81/114 

  Cleanup    : glibc-headers-2.12-1.25.el6.x86_64                        82/114 

  Cleanup    : foomatic-4.0.4-1.el6.x86_64                               83/114 

  Cleanup    : perf-2.6.32-131.4.1.el6.x86_64                            84/114 

  Cleanup    : selinux-policy-targeted-3.7.19-93.el6.noarch              85/114 

  Cleanup    : system-config-firewall-tui-1.2.27-3.el6_0.2.noarch        86/114 

  Cleanup    : ghostscript-8.70-11.el6.x86_64                            87/114 

  Cleanup    : krb5-libs-1.9-9.el6.x86_64                                88/114 

  Cleanup    : 2:libpng-1.2.44-1.el6.x86_64                              89/114 

  Cleanup    : apr-1.3.9-3.el6.x86_64                                    90/114 

  Cleanup    : freetype-2.3.11-6.el6_0.2.x86_64                          91/114 

  Cleanup    : 1:dbus-libs-1.2.24-4.el6_0.x86_64                         92/114 

  Cleanup    : openldap-2.4.23-15.el6.x86_64                             93/114 

  Cleanup    : sssd-client-1.5.1-34.el6.x86_64                           94/114 

  Cleanup    : ipa-python-2.0.0-23.el6.x86_64                            95/114 

  Cleanup    : libsndfile-1.0.20-3.el6.x86_64                            96/114 

  Cleanup    : rsyslog-4.6.2-3.el6.x86_64                                97/114 

  Cleanup    : 12:dhclient-4.1.1-19.P1.el6.x86_64                        98/114 

  Cleanup    : mdadm-3.2.1-1.el6.x86_64                                  99/114 

  Cleanup    : systemtap-runtime-1.4-6.el6.x86_64                       100/114 

  Cleanup    : openswan-2.6.32-4.el6.x86_64                             101/114 

  Cleanup    : python-dmidecode-3.10.12-1.el6.x86_64                    102/114 

  Cleanup    : nss_db-2.2.3-0.3.pre1.el6.x86_64                         103/114 

  Cleanup    : libgcrypt-1.4.5-5.el6.x86_64                             104/114 

  Cleanup    : system-config-firewall-base-1.2.27-3.el6_0.2.noarch      105/114 

  Cleanup    : selinux-policy-3.7.19-93.el6.noarch                      106/114 

  Cleanup    : kernel-headers-2.6.32-131.4.1.el6.x86_64                 107/114 

  Cleanup    : tzdata-java-2011g-1.el6.noarch                           108/114 

  Cleanup    : iwl5000-firmware-8.24.2.12-3.el6.noarch                  109/114 

  Cleanup    : kernel-firmware-2.6.32-131.4.1.el6.noarch                110/114 

  Cleanup    : yum-rhn-plugin-0.9.1-26.el6.noarch                       111/114 

  Cleanup    : glibc-common-2.12-1.25.el6.x86_64                        112/114 

  Cleanup    : glibc-2.12-1.25.el6.x86_64                               113/114 

  Cleanup    : tzdata-2011g-1.el6.noarch                                114/114 

Installed:
  kernel.x86_64 0:2.6.32-131.12.1.el6 kernel-devel.x86_64 0:2.6.32-131.12.1.el6

Updated:
  apr.x86_64 0:1.3.9-3.el6_1.2                                                  
  bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2                                        
  bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2                                       
  cifs-utils.x86_64 0:4.8.1-2.el6_1.2                                           
  curl.x86_64 0:7.19.7-26.el6_1.2                                               
  dbus.x86_64 1:1.2.24-5.el6_1                                                  
  dbus-libs.x86_64 1:1.2.24-5.el6_1                                             
  dhclient.x86_64 12:4.1.1-19.P1.el6_1.1                                        
  foomatic.x86_64 0:4.0.4-1.el6_1.1                                             
  freetype.x86_64 0:2.3.11-6.el6_1.6                                            
  ghostscript.x86_64 0:8.70-11.el6_1.2                                          
  glibc.x86_64 0:2.12-1.25.el6_1.3                                              
  glibc-common.x86_64 0:2.12-1.25.el6_1.3                                       
  glibc-devel.x86_64 0:2.12-1.25.el6_1.3                                        
  glibc-headers.x86_64 0:2.12-1.25.el6_1.3                                      
  ipa-client.x86_64 0:2.0.0-23.el6_1.1                                          
  ipa-python.x86_64 0:2.0.0-23.el6_1.1                                          
  iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1                                
  java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1                          
  kernel-firmware.noarch 0:2.6.32-131.12.1.el6                                  
  kernel-headers.x86_64 0:2.6.32-131.12.1.el6                                   
  krb5-libs.x86_64 0:1.9-9.el6_1.1                                              
  krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1                                    
  krb5-workstation.x86_64 0:1.9-9.el6_1.1                                       
  libXfont.x86_64 0:1.4.1-2.el6_1                                               
  libcurl.x86_64 0:7.19.7-26.el6_1.2                                            
  libgcrypt.x86_64 0:1.4.5-5.el6_1.2                                            
  libpng.x86_64 2:1.2.46-1.el6_1                                                
  libsndfile.x86_64 0:1.0.20-3.el6_1.1                                          
  mdadm.x86_64 0:3.2.2-1.el6_1.2                                                
  mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1                               
  nss_db.x86_64 0:2.2.3-0.3.pre1.el6_1.1                                        
  openldap.x86_64 0:2.4.23-15.el6_1.1                                           
  openldap-clients.x86_64 0:2.4.23-15.el6_1.1                                   
  openssh.x86_64 0:5.3p1-52.el6_1.2                                             
  openssh-clients.x86_64 0:5.3p1-52.el6_1.2                                     
  openssh-server.x86_64 0:5.3p1-52.el6_1.2                                      
  openssl.x86_64 0:1.0.0-10.el6_1.4                                             
  openswan.x86_64 0:2.6.32-4.el6_1.1                                            
  perf.x86_64 0:2.6.32-131.12.1.el6                                             
  python-dmidecode.x86_64 0:3.10.12-1.el6_1.1                                   
  rsyslog.x86_64 0:4.6.2-3.el6_1.1                                              
  samba-client.x86_64 0:3.5.6-86.el6_1.4                                        
  samba-common.x86_64 0:3.5.6-86.el6_1.4                                        
  samba-winbind-clients.x86_64 0:3.5.6-86.el6_1.4                               
  selinux-policy.noarch 0:3.7.19-93.el6_1.7                                     
  selinux-policy-targeted.noarch 0:3.7.19-93.el6_1.7                            
  sssd.x86_64 0:1.5.1-34.el6_1.3                                                
  sssd-client.x86_64 0:1.5.1-34.el6_1.3                                         
  subversion.x86_64 0:1.6.11-2.el6_1.4                                          
  system-config-firewall-base.noarch 0:1.2.27-3.el6_1.3                         
  system-config-firewall-tui.noarch 0:1.2.27-3.el6_1.3                          
  systemtap-runtime.x86_64 0:1.4-6.el6_1.3                                      
  tzdata.noarch 0:2011h-3.el6                                                   
  tzdata-java.noarch 0:2011h-3.el6                                              
  yum-rhn-plugin.noarch 0:0.9.1-26.el6_1.1                                      

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
cat: /root/.bash_history: No such file or directory
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1

Comment 20 Kedar Bidarkar 2011-08-31 09:44:28 UTC
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
######################################################################################
# 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: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################

Comment 21 Kedar Bidarkar 2011-08-31 09:44:31 UTC
# 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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 1
FAILED TESTS = ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 22 Kedar Bidarkar 2011-08-31 09:44:45 UTC
IMAGE ID= IGNOREami-5e837b37_us-east-1_m1.large
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This Host => ec2-50-19-194-170.compute-1.amazonaws.com with Image Id : ami-5e837b37, is launched with Instance Id : i-44a04724 , Instance Type : m1.large and Arch : x86_64 in the Region : us-east-1a
This is a Hourly image
/root/valid/src
ip-10-72-118-170
Red Hat Enterprise Linux Server release 6.1 (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.1
######################################################################################
######################################################################################
# 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-131.4.1.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-131.4.1.el6 
EXPECTED RESULT: 2.6.32-131.4.1.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-131.4.1.el6
RESULT: title RHEL-6.1-Starter-EBS-x86_64-4 (2.6.32-131.4.1.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-131.4.1.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-131.4.1.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=5904752
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_61 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....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.......    /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: 5 
EXPECTED RESULT: 5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.1 
EXPECTED RESULT: 6.1
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

Comment 23 Kedar Bidarkar 2011-08-31 09:44:49 UTC
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
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-fd431d51-4ae0493b 
EXPECTED RESULT: gpg-pubkey-fd431d51-4ae0493b
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* | sort -f | head -n 1
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, security
repo id                           repo name                               status
rhui-us-east-rhel-server-releases Red Hat Enterprise Linux Server 6 Relea 3,391
rhui-us-east-rhel-server-updates  Red Hat Enterprise Linux Server 6 Updat 5,292
repolist: 8,683 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, security
=============================== N/S Matched: zsh ===============================
zsh.x86_64 : A powerful interactive shell

  Name and summary matches only, use "search all" for everything. 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, security
Setting up Group Process
Installed Groups:
   Additional Development
   Base
   Compatibility libraries
   Console internet tools
   Desktop Platform
   Directory Client
   E-mail server
   Fonts
   Graphical Administration Tools
   Hardware monitoring utilities
   Java Platform
   Large Systems Performance
   Legacy UNIX compatibility
   Legacy X Window System compatibility
   Network file system client
   Networking Tools
   Performance Tools
   Perl Support
   PostgreSQL Database client
   PostgreSQL Database server
   SNMP Support
   Scientific support
   Server Platform
   Smart card support
   System administration tools
   Web Server
Installed Language Groups:
   Arabic Support [ar]
   Armenian Support [hy]
   French Support [fr]
   Georgian Support [ka]
   Hebrew Support [he]
   Inuktitut Support [iu]
   Italian Support [it]
   Japanese Support [ja]
   Korean Support [ko]
   Lao Support [lo]
   Polish Support [pl]
   Russian Support [ru]
   Spanish Support [es]
   Tajik Support [tg]
Available Groups:
   Backup Client
   Backup Server
   CIFS file server
   Client management tools
   Debugging Tools
   Desktop
   Desktop Debugging and Performance Tools
   Desktop Platform Development
   Development tools
   Dial-up Networking Support
   Directory Server
   Eclipse
   Emacs
   Enterprise Identity Server Base
   FCoE Storage Client
   FTP server
   General Purpose Desktop
   Graphics Creation Tools
   Infiniband Support
   Input Methods
   Internet Browser
   KDE Desktop
   Mainframe Access
   Messaging Client Support
   Messaging Server Support
   MySQL Database client
   MySQL Database server
   NFS file server
   Network Infrastructure Server
   Network Storage Server
   PHP Support
   Print Server
   Printing client
   Remote Desktop Clients
   Security Tools
   Server Platform Development
   Somali Support
   Storage Availability Tools
   System Management
   TeX support
   Technical Writing
   TurboGears application framework
   Virtualization
   Virtualization Client
   Virtualization Platform
   Virtualization Tools
   Web Servlet Engine
   Web-Based Enterprise Management
   X Window System
   iSCSI Storage Client
Available Language Groups:
   Afrikaans Support [af]
   Albanian Support [sq]
   Amazigh Support [ber]
   Assamese Support [as]
   Azerbaijani Support [az]
   Basque Support [eu]
   Belarusian Support [be]
   Bengali Support [bn]
   Bhutanese Support [dz]
   Brazilian Portuguese Support [pt_BR]
   Breton Support [br]
   Bulgarian Support [bg]
   Catalan Support [ca]
   Chhattisgarhi Support [hne]
   Chichewa Support [ny]
   Chinese Support [zh]
   Coptic Support [cop]
   Croatian Support [hr]
   Czech Support [cs]
   Danish Support [da]
   Dutch Support [nl]
   English (UK) Support [en_GB]
   Esperanto Support [eo]
   Estonian Support [et]
   Ethiopic Support [am]
   Faroese Support [fo]
   Fijian Support [fj]
   Filipino Support [fil]
   Finnish Support [fi]
   Frisian Support [fy]
   Friulian Support [fur]
   Gaelic Support [gd]
   Galician Support [gl]
   German Support [de]
   Greek Support [el]
   Gujarati Support [gu]
   Hiligaynon Support [hil]
   Hindi Support [hi]

Comment 24 Kedar Bidarkar 2011-08-31 09:44:52 UTC
   Hungarian Support [hu]
   Icelandic Support [is]
   Indonesian Support [id]
   Interlingua Support [ia]
   Irish Support [ga]
   Kannada Support [kn]
   Kashmiri Support [ks]
   Kashubian Support [csb]
   Kazakh Support [kk]
   Khmer Support [km]
   Kinyarwanda Support [rw]
   Konkani Support [kok]
   Kurdish Support [ku]
   Latin Support [la]
   Latvian Support [lv]
   Lithuanian Support [lt]
   Low Saxon Support [nds]
   Luxembourgish Support [lb]
   Macedonian Support [mk]
   Maithili Support [mai]
   Malagasy Support [mg]
   Malay Support [ms]
   Malayalam Support [ml]
   Maltese Support [mt]
   Manx Support [gv]
   Maori Support [mi]
   Marathi Support [mr]
   Mongolian Support [mn]
   Myanmar (Burmese) Support [my]
   Nepali Support [ne]
   Northern Sotho Support [nso]
   Norwegian Support [nb]
   Occitan Support [oc]
   Oriya Support [or]
   Persian Support [fa]
   Portuguese Support [pt]
   Punjabi Support [pa]
   Romanian Support [ro]
   Sanskrit Support [sa]
   Sardinian Support [sc]
   Serbian Support [sr]
   Sindhi Support [sd]
   Sinhala Support [si]
   Slovak Support [sk]
   Slovenian Support [sl]
   Southern Ndebele Support [nr]
   Southern Sotho Support [st]
   Swahili Support [sw]
   Swati Support [ss]
   Swedish Support [sv]
   Tagalog Support [tl]
   Tamil Support [ta]
   Telugu Support [te]
   Tetum Support [tet]
   Thai Support [th]
   Tibetan Support [bo]
   Tsonga Support [ts]
   Tswana Support [tn]
   Turkish Support [tr]
   Turkmen Support [tk]
   Ukrainian Support [uk]
   Upper Sorbian Support [hsb]
   Urdu Support [ur]
   Uzbek Support [uz]
   Venda Support [ve]
   Vietnamese Support [vi]
   Walloon Support [wa]
   Welsh Support [cy]
   Xhosa Support [xh]
   Zulu Support [zu]
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
Error: Package: rpm-build-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
           Requires: rpm = 4.8.0-12.el6
           Installed: rpm-4.8.0-16.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
RESULT: Loaded plugins: amazon-id, security
Setting up Group Process
Package gcc-4.4.5-6.el6.x86_64 already installed and latest version
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.20.el6.x86_64 already installed and latest version
Package matching elfutils-0.148-1.el6.x86_64 already installed. Checking for update.
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Package git-1.7.1-2.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-4.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed
---> 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-33.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update
---> Package swig.x86_64 0:1.3.40-5.el6 will be installed
---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed
--> Processing Dependency: systemtap-runtime = 1.4-6.el6_1.3 for package: systemtap-1.4-6.el6_1.3.x86_64
--> Running transaction check
---> 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: 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 libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64
---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated
---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.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, security Setting up Group Process Package gcc-4.4.5-6.el6.x86_64 already installed and latest version 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.20.el6.x86_64 already installed and latest version Package matching elfutils-0.148-1.el6.x86_64 already installed. Checking for update. Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Package git-1.7.1-2.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-4.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed ---> 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-33.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update ---> Package swig.x86_64 0:1.3.40-5.el6 will be installed ---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed --> Processing Dependency: systemtap-runtime = 1.4-6.el6_1.3 for package: systemtap-1.4-6.el6_1.3.x86_64 --> Running transaction check ---> 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: 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 libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64 ---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated ---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.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
RESULT: Loaded plugins: amazon-id, security
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6 will be updated
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be an update
---> Package bind-libs.x86_64 32:9.7.3-2.el6 will be updated
---> Package bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2 will be an update
---> Package bind-utils.x86_64 32:9.7.3-2.el6 will be updated
---> Package bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2 will be an update
---> Package cifs-utils.x86_64 0:4.8.1-2.el6 will be updated
---> Package cifs-utils.x86_64 0:4.8.1-2.el6_1.2 will be an update
---> Package curl.x86_64 0:7.19.7-26.el6 will be updated
---> Package curl.x86_64 0:7.19.7-26.el6_1.2 will be an update
---> Package dbus.x86_64 1:1.2.24-4.el6_0 will be updated
---> Package dbus.x86_64 1:1.2.24-5.el6_1 will be an update
---> Package dbus-libs.x86_64 1:1.2.24-4.el6_0 will be updated
---> Package dbus-libs.x86_64 1:1.2.24-5.el6_1 will be an update
---> Package dhclient.x86_64 12:4.1.1-19.P1.el6 will be updated
---> Package dhclient.x86_64 12:4.1.1-19.P1.el6_1.1 will be an update
---> Package foomatic.x86_64 0:4.0.4-1.el6 will be updated
---> Package foomatic.x86_64 0:4.0.4-1.el6_1.1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_0.2 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be an update
---> Package ghostscript.x86_64 0:8.70-11.el6 will be updated
---> Package ghostscript.x86_64 0:8.70-11.el6_1.2 will be an update
---> Package glibc.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-common.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-common.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-devel.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-devel.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-headers.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-headers.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package ipa-client.x86_64 0:2.0.0-23.el6 will be updated
---> Package ipa-client.x86_64 0:2.0.0-23.el6_1.1 will be an update
---> Package ipa-python.x86_64 0:2.0.0-23.el6 will be updated
---> Package ipa-python.x86_64 0:2.0.0-23.el6_1.1 will be an update
---> Package iwl5000-firmware.noarch 0:8.24.2.12-3.el6 will be updated
---> Package iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1 will be an update
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.7.el6 will be updated
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1 will be an update
---> Package kernel.x86_64 0:2.6.32-131.12.1.el6 will be installed
---> Package kernel-devel.x86_64 0:2.6.32-131.12.1.el6 will be installed
---> Package kernel-firmware.noarch 0:2.6.32-131.4.1.el6 will be updated
---> Package kernel-firmware.noarch 0:2.6.32-131.12.1.el6 will be an update
---> Package kernel-headers.x86_64 0:2.6.32-131.4.1.el6 will be updated
---> Package kernel-headers.x86_64 0:2.6.32-131.12.1.el6 will be an update
---> Package krb5-libs.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-libs.x86_64 0:1.9-9.el6_1.1 will be an update
---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1 will be an update

Comment 25 Kedar Bidarkar 2011-08-31 09:44:55 UTC
---> Package krb5-workstation.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-workstation.x86_64 0:1.9-9.el6_1.1 will be an update
---> Package libXfont.x86_64 0:1.4.1-1.el6 will be updated
---> Package libXfont.x86_64 0:1.4.1-2.el6_1 will be an update
---> Package libcurl.x86_64 0:7.19.7-26.el6 will be updated
---> Package libcurl.x86_64 0:7.19.7-26.el6_1.2 will be an update
---> Package libgcrypt.x86_64 0:1.4.5-5.el6 will be updated
---> Package libgcrypt.x86_64 0:1.4.5-5.el6_1.2 will be an update
---> Package libpng.x86_64 2:1.2.44-1.el6 will be updated
---> Package libpng.x86_64 2:1.2.46-1.el6_1 will be an update
---> Package libsndfile.x86_64 0:1.0.20-3.el6 will be updated
---> Package libsndfile.x86_64 0:1.0.20-3.el6_1.1 will be an update
---> Package mdadm.x86_64 0:3.2.1-1.el6 will be updated
---> Package mdadm.x86_64 0:3.2.2-1.el6_1.2 will be an update
---> Package mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6 will be updated
---> Package mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1 will be an update
---> Package nss_db.x86_64 0:2.2.3-0.3.pre1.el6 will be updated
---> Package nss_db.x86_64 0:2.2.3-0.3.pre1.el6_1.1 will be an update
---> Package openldap.x86_64 0:2.4.23-15.el6 will be updated
---> Package openldap.x86_64 0:2.4.23-15.el6_1.1 will be an update
---> Package openldap-clients.x86_64 0:2.4.23-15.el6 will be updated
---> Package openldap-clients.x86_64 0:2.4.23-15.el6_1.1 will be an update
---> Package openssh.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssh-clients.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh-clients.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssh-server.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh-server.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssl.x86_64 0:1.0.0-10.el6 will be updated
---> Package openssl.x86_64 0:1.0.0-10.el6_1.4 will be an update
---> Package openswan.x86_64 0:2.6.32-4.el6 will be updated
---> Package openswan.x86_64 0:2.6.32-4.el6_1.1 will be an update
---> Package perf.x86_64 0:2.6.32-131.4.1.el6 will be updated
---> Package perf.x86_64 0:2.6.32-131.12.1.el6 will be an update
---> Package python-dmidecode.x86_64 0:3.10.12-1.el6 will be updated
---> Package python-dmidecode.x86_64 0:3.10.12-1.el6_1.1 will be an update
---> Package rsyslog.x86_64 0:4.6.2-3.el6 will be updated
---> Package rsyslog.x86_64 0:4.6.2-3.el6_1.1 will be an update
---> Package samba-client.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-client.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package samba-common.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-common.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package samba-winbind-clients.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-winbind-clients.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package selinux-policy.noarch 0:3.7.19-93.el6 will be updated
---> Package selinux-policy.noarch 0:3.7.19-93.el6_1.7 will be an update
---> Package selinux-policy-targeted.noarch 0:3.7.19-93.el6 will be updated
---> Package selinux-policy-targeted.noarch 0:3.7.19-93.el6_1.7 will be an update
---> Package sssd.x86_64 0:1.5.1-34.el6 will be updated
---> Package sssd.x86_64 0:1.5.1-34.el6_1.3 will be an update
---> Package sssd-client.x86_64 0:1.5.1-34.el6 will be updated
---> Package sssd-client.x86_64 0:1.5.1-34.el6_1.3 will be an update
---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update
---> Package system-config-firewall-base.noarch 0:1.2.27-3.el6_0.2 will be updated
---> Package system-config-firewall-base.noarch 0:1.2.27-3.el6_1.3 will be an update
---> Package system-config-firewall-tui.noarch 0:1.2.27-3.el6_0.2 will be updated
---> Package system-config-firewall-tui.noarch 0:1.2.27-3.el6_1.3 will be an update
---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated
---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update
---> Package tzdata.noarch 0:2011g-1.el6 will be updated
---> Package tzdata.noarch 0:2011h-3.el6 will be an update
---> Package tzdata-java.noarch 0:2011g-1.el6 will be updated
---> Package tzdata-java.noarch 0:2011h-3.el6 will be an update
---> Package yum-rhn-plugin.noarch 0:0.9.1-26.el6 will be updated
---> Package yum-rhn-plugin.noarch 0:0.9.1-26.el6_1.1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package      Arch   Version             Repository                        Size
================================================================================
Installing:
 kernel       x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates  23 M
 kernel-devel x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 6.9 M
Updating:
 apr          x86_64 1.3.9-3.el6_1.2     rhui-us-east-rhel-server-updates 123 k
 bind-libs    x86_64 32:9.7.3-2.el6_1.P3.2
                                         rhui-us-east-rhel-server-updates 838 k
 bind-utils   x86_64 32:9.7.3-2.el6_1.P3.2
                                         rhui-us-east-rhel-server-updates 177 k
 cifs-utils   x86_64 4.8.1-2.el6_1.2     rhui-us-east-rhel-server-updates  42 k
 curl         x86_64 7.19.7-26.el6_1.2   rhui-us-east-rhel-server-updates 191 k
 dbus         x86_64 1:1.2.24-5.el6_1    rhui-us-east-rhel-server-updates 207 k
 dbus-libs    x86_64 1:1.2.24-5.el6_1    rhui-us-east-rhel-server-updates 126 k
 dhclient     x86_64 12:4.1.1-19.P1.el6_1.1
                                         rhui-us-east-rhel-server-updates 377 k
 foomatic     x86_64 4.0.4-1.el6_1.1     rhui-us-east-rhel-server-updates 251 k
 freetype     x86_64 2.3.11-6.el6_1.6    rhui-us-east-rhel-server-updates 358 k
 ghostscript  x86_64 8.70-11.el6_1.2     rhui-us-east-rhel-server-updates 4.4 M
 glibc        x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 3.8 M
 glibc-common x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates  14 M
 glibc-devel  x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 963 k
 glibc-headers
              x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 594 k
 ipa-client   x86_64 2.0.0-23.el6_1.1    rhui-us-east-rhel-server-updates  88 k
 ipa-python   x86_64 2.0.0-23.el6_1.1    rhui-us-east-rhel-server-updates 492 k
 iwl5000-firmware
              noarch 8.83.5.1_1-1.el6_1.1
                                         rhui-us-east-rhel-server-updates 270 k
 java-1.6.0-openjdk
              x86_64 1:1.6.0.0-1.39.1.9.8.el6_1
                                         rhui-us-east-rhel-server-updates  25 M
 kernel-firmware
              noarch 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 2.5 M
 kernel-headers
              x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 1.3 M
 krb5-libs    x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 705 k
 krb5-pkinit-openssl
              x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 102 k
 krb5-workstation
              x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 451 k
 libXfont     x86_64 1.4.1-2.el6_1       rhui-us-east-rhel-server-updates 128 k
 libcurl      x86_64 7.19.7-26.el6_1.2   rhui-us-east-rhel-server-updates 163 k
 libgcrypt    x86_64 1.4.5-5.el6_1.2     rhui-us-east-rhel-server-updates 228 k
 libpng       x86_64 2:1.2.46-1.el6_1    rhui-us-east-rhel-server-updates 180 k
 libsndfile   x86_64 1.0.20-3.el6_1.1    rhui-us-east-rhel-server-updates 223 k
 mdadm        x86_64 3.2.2-1.el6_1.2     rhui-us-east-rhel-server-updates 314 k
 mutt         x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1
                                         rhui-us-east-rhel-server-updates 1.2 M
 nss_db       x86_64 2.2.3-0.3.pre1.el6_1.1
                                         rhui-us-east-rhel-server-updates 662 k
 openldap     x86_64 2.4.23-15.el6_1.1   rhui-us-east-rhel-server-updates 254 k
 openldap-clients
              x86_64 2.4.23-15.el6_1.1   rhui-us-east-rhel-server-updates 158 k
 openssh      x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 233 k
 openssh-clients
              x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 355 k
 openssh-server
              x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 295 k
 openssl      x86_64 1.0.0-10.el6_1.4    rhui-us-east-rhel-server-updates 1.4 M
 openswan     x86_64 2.6.32-4.el6_1.1    rhui-us-east-rhel-server-updates 882 k
 perf         x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 998 k
 python-dmidecode
              x86_64 3.10.12-1.el6_1.1   rhui-us-east-rhel-server-updates  79 k
 rsyslog      x86_64 4.6.2-3.el6_1.1     rhui-us-east-rhel-server-updates 449 k
 samba-client x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates  11 M
 samba-common x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates  13 M
 samba-winbind-clients
              x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates 1.1 M
 selinux-policy
              noarch 3.7.19-93.el6_1.7   rhui-us-east-rhel-server-updates 742 k
 selinux-policy-targeted
              noarch 3.7.19-93.el6_1.7   rhui-us-east-rhel-server-updates 2.4 M
 sssd         x86_64 1.5.1-34.el6_1.3    rhui-us-east-rhel-server-updates 902 k
 sssd-client  x86_64 1.5.1-34.el6_1.3    rhui-us-east-rhel-server-updates  60 k
 subversion   x86_64 1.6.11-2.el6_1.4    rhui-us-east-rhel-server-updates 2.3 M
 system-config-firewall-base
              noarch 1.2.27-3.el6_1.3    rhui-us-east-rhel-server-updates 419 k
 system-config-firewall-tui
              noarch 1.2.27-3.el6_1.3    rhui-us-east-rhel-server-updates  37 k
 systemtap-runtime
              x86_64 1.4-6.el6_1.3       rhui-us-east-rhel-server-updates  89 k
 tzdata       noarch 2011h-3.el6         rhui-us-east-rhel-server-updates 439 k
 tzdata-java  noarch 2011h-3.el6         rhui-us-east-rhel-server-updates 151 k
 yum-rhn-plugin
              noarch 0.9.1-26.el6_1.1    rhui-us-east-rhel-server-updates  76 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade      56 Package(s)

Total download size: 129 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           7.1 MB/s | 129 MB     00:18     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : kernel-firmware-2.6.32-131.12.1.el6.noarch                 1/114 

  Installing : kernel-2.6.32-131.12.1.el6.x86_64                          2/114 

  Updating   : system-config-firewall-base-1.2.27-3.el6_1.3.noarch        3/114 

  Updating   : selinux-policy-3.7.19-93.el6_1.7.noarch                    4/114 

  Updating   : kernel-headers-2.6.32-131.12.1.el6.x86_64                  5/114 

  Updating   : tzdata-java-2011h-3.el6.noarch                             6/114 

  Updating   : tzdata-2011h-3.el6.noarch                                  7/114 

  Updating   : glibc-common-2.12-1.25.el6_1.3.x86_64                      8/114 

  Updating   : glibc-2.12-1.25.el6_1.3.x86_64                             9/114 

  Updating   : krb5-libs-1.9-9.el6_1.1.x86_64                            10/114 

  Updating   : openldap-2.4.23-15.el6_1.1.x86_64                         11/114 

  Updating   : openssl-1.0.0-10.el6_1.4.x86_64                           12/114 

  Updating   : openssh-5.3p1-52.el6_1.2.x86_64                           13/114 

  Updating   : samba-winbind-clients-3.5.6-86.el6_1.4.x86_64             14/114 

  Updating   : libcurl-7.19.7-26.el6_1.2.x86_64                          15/114 

  Updating   : 2:libpng-1.2.46-1.el6_1.x86_64                            16/114 

  Updating   : 1:dbus-libs-1.2.24-5.el6_1.x86_64                         17/114 

  Updating   : freetype-2.3.11-6.el6_1.6.x86_64                          18/114 

  Updating   : ghostscript-8.70-11.el6_1.2.x86_64                        19/114 

  Updating   : samba-common-3.5.6-86.el6_1.4.x86_64                      20/114 

  Updating   : 32:bind-libs-9.7.3-2.el6_1.P3.2.x86_64                    21/114 

  Updating   : 32:bind-utils-9.7.3-2.el6_1.P3.2.x86_64                   22/114 

  Updating   : krb5-workstation-1.9-9.el6_1.1.x86_64                     23/114 

  Updating   : glibc-headers-2.12-1.25.el6_1.3.x86_64                    24/114 

  Updating   : ipa-python-2.0.0-23.el6_1.1.x86_64                        25/114 

  Updating   : sssd-client-1.5.1-34.el6_1.3.x86_64                       26/114 

  Updating   : sssd-1.5.1-34.el6_1.3.x86_64                              27/114 

  Updating   : apr-1.3.9-3.el6_1.2.x86_64                                28/114

Comment 26 Kedar Bidarkar 2011-08-31 09:44:59 UTC
  Updating   : subversion-1.6.11-2.el6_1.4.x86_64                        29/114 

  Updating   : ipa-client-2.0.0-23.el6_1.1.x86_64                        30/114 

  Updating   : glibc-devel-2.12-1.25.el6_1.3.x86_64                      31/114 

  Updating   : samba-client-3.5.6-86.el6_1.4.x86_64                      32/114 

  Updating   : foomatic-4.0.4-1.el6_1.1.x86_64                           33/114 

  Updating   : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.8.el6_1.x86_64      34/114 

  Updating   : libXfont-1.4.1-2.el6_1.x86_64                             35/114 

  Updating   : 1:dbus-1.2.24-5.el6_1.x86_64                              36/114 

  Updating   : curl-7.19.7-26.el6_1.2.x86_64                             37/114 

  Updating   : openssh-clients-5.3p1-52.el6_1.2.x86_64                   38/114 

  Updating   : openssh-server-5.3p1-52.el6_1.2.x86_64                    39/114 

  Updating   : krb5-pkinit-openssl-1.9-9.el6_1.1.x86_64                  40/114 

  Updating   : openldap-clients-2.4.23-15.el6_1.1.x86_64                 41/114 

  Updating   : 5:mutt-1.5.20-2.20091214hg736b6a.el6_1.1.x86_64           42/114 

  Updating   : cifs-utils-4.8.1-2.el6_1.2.x86_64                         43/114 

  Updating   : libgcrypt-1.4.5-5.el6_1.2.x86_64                          44/114 

  Updating   : nss_db-2.2.3-0.3.pre1.el6_1.1.x86_64                      45/114 

  Updating   : python-dmidecode-3.10.12-1.el6_1.1.x86_64                 46/114 

  Updating   : openswan-2.6.32-4.el6_1.1.x86_64                          47/114 

  Updating   : systemtap-runtime-1.4-6.el6_1.3.x86_64                    48/114 

  Updating   : mdadm-3.2.2-1.el6_1.2.x86_64                              49/114 

  Updating   : 12:dhclient-4.1.1-19.P1.el6_1.1.x86_64                    50/114 

  Updating   : rsyslog-4.6.2-3.el6_1.1.x86_64                            51/114 

  Updating   : libsndfile-1.0.20-3.el6_1.1.x86_64                        52/114 

  Updating   : perf-2.6.32-131.12.1.el6.x86_64                           53/114 

  Updating   : selinux-policy-targeted-3.7.19-93.el6_1.7.noarch          54/114 

  Updating   : system-config-firewall-tui-1.2.27-3.el6_1.3.noarch        55/114 

  Updating   : iwl5000-firmware-8.83.5.1_1-1.el6_1.1.noarch              56/114 

  Updating   : yum-rhn-plugin-0.9.1-26.el6_1.1.noarch                    57/114 

  Installing : kernel-devel-2.6.32-131.12.1.el6.x86_64                   58/114 

  Cleanup    : ipa-client-2.0.0-23.el6.x86_64                            59/114 

  Cleanup    : sssd-1.5.1-34.el6.x86_64                                  60/114 

  Cleanup    : samba-client-3.5.6-86.el6.x86_64                          61/114 

  Cleanup    : samba-common-3.5.6-86.el6.x86_64                          62/114 

  Cleanup    : 32:bind-utils-9.7.3-2.el6.x86_64                          63/114 

  Cleanup    : openssh-server-5.3p1-52.el6.x86_64                        64/114 

  Cleanup    : krb5-pkinit-openssl-1.9-9.el6.x86_64                      65/114 

  Cleanup    : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.7.el6.x86_64        66/114 

  Cleanup    : curl-7.19.7-26.el6.x86_64                                 67/114 

  Cleanup    : openssh-clients-5.3p1-52.el6.x86_64                       68/114 

  Cleanup    : glibc-devel-2.12-1.25.el6.x86_64                          69/114 

  Cleanup    : openldap-clients-2.4.23-15.el6.x86_64                     70/114 

  Cleanup    : openssh-5.3p1-52.el6.x86_64                               71/114 

  Cleanup    : libcurl-7.19.7-26.el6.x86_64                              72/114 

  Cleanup    : 32:bind-libs-9.7.3-2.el6.x86_64                           73/114 

  Cleanup    : samba-winbind-clients-3.5.6-86.el6.x86_64                 74/114 

  Cleanup    : krb5-workstation-1.9-9.el6.x86_64                         75/114 

  Cleanup    : 1:dbus-1.2.24-4.el6_0.x86_64                              76/114 

  Cleanup    : openssl-1.0.0-10.el6.x86_64                               77/114 

  Cleanup    : libXfont-1.4.1-1.el6.x86_64                               78/114 

  Cleanup    : cifs-utils-4.8.1-2.el6.x86_64                             79/114 

  Cleanup    : 5:mutt-1.5.20-2.20091214hg736b6a.el6.x86_64               80/114 

  Cleanup    : subversion-1.6.11-2.el6_0.3.x86_64                        81/114 

  Cleanup    : glibc-headers-2.12-1.25.el6.x86_64                        82/114 

  Cleanup    : foomatic-4.0.4-1.el6.x86_64                               83/114 

  Cleanup    : perf-2.6.32-131.4.1.el6.x86_64                            84/114 

  Cleanup    : selinux-policy-targeted-3.7.19-93.el6.noarch              85/114 

  Cleanup    : system-config-firewall-tui-1.2.27-3.el6_0.2.noarch        86/114 

  Cleanup    : ghostscript-8.70-11.el6.x86_64                            87/114 

  Cleanup    : krb5-libs-1.9-9.el6.x86_64                                88/114 

  Cleanup    : 2:libpng-1.2.44-1.el6.x86_64                              89/114 

  Cleanup    : apr-1.3.9-3.el6.x86_64                                    90/114 

  Cleanup    : freetype-2.3.11-6.el6_0.2.x86_64                          91/114 

  Cleanup    : 1:dbus-libs-1.2.24-4.el6_0.x86_64                         92/114 

  Cleanup    : openldap-2.4.23-15.el6.x86_64                             93/114 

  Cleanup    : sssd-client-1.5.1-34.el6.x86_64                           94/114 

  Cleanup    : ipa-python-2.0.0-23.el6.x86_64                            95/114 

  Cleanup    : libsndfile-1.0.20-3.el6.x86_64                            96/114 

  Cleanup    : rsyslog-4.6.2-3.el6.x86_64                                97/114 

  Cleanup    : 12:dhclient-4.1.1-19.P1.el6.x86_64                        98/114 

  Cleanup    : mdadm-3.2.1-1.el6.x86_64                                  99/114 

  Cleanup    : systemtap-runtime-1.4-6.el6.x86_64                       100/114 

  Cleanup    : openswan-2.6.32-4.el6.x86_64                             101/114 

  Cleanup    : python-dmidecode-3.10.12-1.el6.x86_64                    102/114 

  Cleanup    : nss_db-2.2.3-0.3.pre1.el6.x86_64                         103/114 

  Cleanup    : libgcrypt-1.4.5-5.el6.x86_64                             104/114 

  Cleanup    : system-config-firewall-base-1.2.27-3.el6_0.2.noarch      105/114 

  Cleanup    : selinux-policy-3.7.19-93.el6.noarch                      106/114 

  Cleanup    : kernel-headers-2.6.32-131.4.1.el6.x86_64                 107/114 

  Cleanup    : tzdata-java-2011g-1.el6.noarch                           108/114 

  Cleanup    : iwl5000-firmware-8.24.2.12-3.el6.noarch                  109/114 

  Cleanup    : kernel-firmware-2.6.32-131.4.1.el6.noarch                110/114 

  Cleanup    : yum-rhn-plugin-0.9.1-26.el6.noarch                       111/114 

  Cleanup    : glibc-common-2.12-1.25.el6.x86_64                        112/114 

  Cleanup    : glibc-2.12-1.25.el6.x86_64                               113/114 

  Cleanup    : tzdata-2011g-1.el6.noarch                                114/114 

Installed:
  kernel.x86_64 0:2.6.32-131.12.1.el6 kernel-devel.x86_64 0:2.6.32-131.12.1.el6

Updated:
  apr.x86_64 0:1.3.9-3.el6_1.2                                                  
  bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2                                        
  bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2                                       
  cifs-utils.x86_64 0:4.8.1-2.el6_1.2                                           
  curl.x86_64 0:7.19.7-26.el6_1.2                                               
  dbus.x86_64 1:1.2.24-5.el6_1                                                  
  dbus-libs.x86_64 1:1.2.24-5.el6_1                                             
  dhclient.x86_64 12:4.1.1-19.P1.el6_1.1                                        
  foomatic.x86_64 0:4.0.4-1.el6_1.1                                             
  freetype.x86_64 0:2.3.11-6.el6_1.6                                            
  ghostscript.x86_64 0:8.70-11.el6_1.2                                          
  glibc.x86_64 0:2.12-1.25.el6_1.3                                              
  glibc-common.x86_64 0:2.12-1.25.el6_1.3                                       
  glibc-devel.x86_64 0:2.12-1.25.el6_1.3                                        
  glibc-headers.x86_64 0:2.12-1.25.el6_1.3                                      
  ipa-client.x86_64 0:2.0.0-23.el6_1.1                                          
  ipa-python.x86_64 0:2.0.0-23.el6_1.1                                          
  iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1                                
  java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1                          
  kernel-firmware.noarch 0:2.6.32-131.12.1.el6                                  
  kernel-headers.x86_64 0:2.6.32-131.12.1.el6                                   
  krb5-libs.x86_64 0:1.9-9.el6_1.1                                              
  krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1                                    
  krb5-workstation.x86_64 0:1.9-9.el6_1.1                                       
  libXfont.x86_64 0:1.4.1-2.el6_1                                               
  libcurl.x86_64 0:7.19.7-26.el6_1.2                                            
  libgcrypt.x86_64 0:1.4.5-5.el6_1.2                                            
  libpng.x86_64 2:1.2.46-1.el6_1                                                
  libsndfile.x86_64 0:1.0.20-3.el6_1.1                                          
  mdadm.x86_64 0:3.2.2-1.el6_1.2                                                
  mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1                               
  nss_db.x86_64 0:2.2.3-0.3.pre1.el6_1.1                                        
  openldap.x86_64 0:2.4.23-15.el6_1.1                                           
  openldap-clients.x86_64 0:2.4.23-15.el6_1.1                                   
  openssh.x86_64 0:5.3p1-52.el6_1.2                                             
  openssh-clients.x86_64 0:5.3p1-52.el6_1.2                                     
  openssh-server.x86_64 0:5.3p1-52.el6_1.2                                      
  openssl.x86_64 0:1.0.0-10.el6_1.4                                             
  openswan.x86_64 0:2.6.32-4.el6_1.1                                            
  perf.x86_64 0:2.6.32-131.12.1.el6                                             
  python-dmidecode.x86_64 0:3.10.12-1.el6_1.1                                   
  rsyslog.x86_64 0:4.6.2-3.el6_1.1                                              
  samba-client.x86_64 0:3.5.6-86.el6_1.4                                        
  samba-common.x86_64 0:3.5.6-86.el6_1.4                                        
  samba-winbind-clients.x86_64 0:3.5.6-86.el6_1.4                               
  selinux-policy.noarch 0:3.7.19-93.el6_1.7                                     
  selinux-policy-targeted.noarch 0:3.7.19-93.el6_1.7                            
  sssd.x86_64 0:1.5.1-34.el6_1.3                                                
  sssd-client.x86_64 0:1.5.1-34.el6_1.3                                         
  subversion.x86_64 0:1.6.11-2.el6_1.4                                          
  system-config-firewall-base.noarch 0:1.2.27-3.el6_1.3                         
  system-config-firewall-tui.noarch 0:1.2.27-3.el6_1.3                          
  systemtap-runtime.x86_64 0:1.4-6.el6_1.3                                      
  tzdata.noarch 0:2011h-3.el6                                                   
  tzdata-java.noarch 0:2011h-3.el6                                              
  yum-rhn-plugin.noarch 0:0.9.1-26.el6_1.1                                      

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
cat: /root/.bash_history: No such file or directory
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1

Comment 27 Kedar Bidarkar 2011-08-31 09:45:02 UTC
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
######################################################################################
# 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: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################

Comment 28 Kedar Bidarkar 2011-08-31 09:45:05 UTC
# 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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 1
FAILED TESTS = ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 29 Kedar Bidarkar 2011-08-31 09:45:06 UTC
IMAGE ID= IGNOREami-5e837b37_us-east-1_m2.4xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This Host => ec2-50-17-177-61.compute-1.amazonaws.com with Image Id : ami-5e837b37, is launched with Instance Id : i-f6ac4b96 , Instance Type : m2.4xlarge and Arch : x86_64 in the Region : us-east-1b
This is a Hourly image
/root/valid/src
ip-10-84-5-174
Red Hat Enterprise Linux Server release 6.1 (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.1
######################################################################################
######################################################################################
# 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-131.4.1.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-131.4.1.el6 
EXPECTED RESULT: 2.6.32-131.4.1.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-131.4.1.el6
RESULT: title RHEL-6.1-Starter-EBS-x86_64-4 (2.6.32-131.4.1.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-131.4.1.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-131.4.1.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=5904752
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_61 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....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.......    /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: 5 
EXPECTED RESULT: 5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.1 
EXPECTED RESULT: 6.1
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

Comment 30 Kedar Bidarkar 2011-08-31 09:45:09 UTC
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
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-fd431d51-4ae0493b 
EXPECTED RESULT: gpg-pubkey-fd431d51-4ae0493b
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* | sort -f | head -n 1
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, security
repo id                           repo name                               status
rhui-us-east-rhel-server-releases Red Hat Enterprise Linux Server 6 Relea 3,391
rhui-us-east-rhel-server-updates  Red Hat Enterprise Linux Server 6 Updat 5,292
repolist: 8,683 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, security
=============================== N/S Matched: zsh ===============================
zsh.x86_64 : A powerful interactive shell

  Name and summary matches only, use "search all" for everything. 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, security
Setting up Group Process
Installed Groups:
   Additional Development
   Base
   Compatibility libraries
   Console internet tools
   Desktop Platform
   Directory Client
   E-mail server
   Fonts
   Graphical Administration Tools
   Hardware monitoring utilities
   Java Platform
   Large Systems Performance
   Legacy UNIX compatibility
   Legacy X Window System compatibility
   Network file system client
   Networking Tools
   Performance Tools
   Perl Support
   PostgreSQL Database client
   PostgreSQL Database server
   SNMP Support
   Scientific support
   Server Platform
   Smart card support
   System administration tools
   Web Server
Installed Language Groups:
   Arabic Support [ar]
   Armenian Support [hy]
   French Support [fr]
   Georgian Support [ka]
   Hebrew Support [he]
   Inuktitut Support [iu]
   Italian Support [it]
   Japanese Support [ja]
   Korean Support [ko]
   Lao Support [lo]
   Polish Support [pl]
   Russian Support [ru]
   Spanish Support [es]
   Tajik Support [tg]
Available Groups:
   Backup Client
   Backup Server
   CIFS file server
   Client management tools
   Debugging Tools
   Desktop
   Desktop Debugging and Performance Tools
   Desktop Platform Development
   Development tools
   Dial-up Networking Support
   Directory Server
   Eclipse
   Emacs
   Enterprise Identity Server Base
   FCoE Storage Client
   FTP server
   General Purpose Desktop
   Graphics Creation Tools
   Infiniband Support
   Input Methods
   Internet Browser
   KDE Desktop
   Mainframe Access
   Messaging Client Support
   Messaging Server Support
   MySQL Database client
   MySQL Database server
   NFS file server
   Network Infrastructure Server
   Network Storage Server
   PHP Support
   Print Server
   Printing client
   Remote Desktop Clients
   Security Tools
   Server Platform Development
   Somali Support
   Storage Availability Tools
   System Management
   TeX support
   Technical Writing
   TurboGears application framework
   Virtualization
   Virtualization Client
   Virtualization Platform
   Virtualization Tools
   Web Servlet Engine
   Web-Based Enterprise Management
   X Window System
   iSCSI Storage Client
Available Language Groups:
   Afrikaans Support [af]
   Albanian Support [sq]
   Amazigh Support [ber]
   Assamese Support [as]
   Azerbaijani Support [az]
   Basque Support [eu]
   Belarusian Support [be]
   Bengali Support [bn]
   Bhutanese Support [dz]
   Brazilian Portuguese Support [pt_BR]
   Breton Support [br]
   Bulgarian Support [bg]
   Catalan Support [ca]
   Chhattisgarhi Support [hne]
   Chichewa Support [ny]
   Chinese Support [zh]
   Coptic Support [cop]
   Croatian Support [hr]
   Czech Support [cs]
   Danish Support [da]
   Dutch Support [nl]
   English (UK) Support [en_GB]
   Esperanto Support [eo]
   Estonian Support [et]
   Ethiopic Support [am]
   Faroese Support [fo]
   Fijian Support [fj]
   Filipino Support [fil]
   Finnish Support [fi]
   Frisian Support [fy]
   Friulian Support [fur]
   Gaelic Support [gd]
   Galician Support [gl]
   German Support [de]
   Greek Support [el]
   Gujarati Support [gu]
   Hiligaynon Support [hil]
   Hindi Support [hi]

Comment 31 Kedar Bidarkar 2011-08-31 09:45:12 UTC
   Hungarian Support [hu]
   Icelandic Support [is]
   Indonesian Support [id]
   Interlingua Support [ia]
   Irish Support [ga]
   Kannada Support [kn]
   Kashmiri Support [ks]
   Kashubian Support [csb]
   Kazakh Support [kk]
   Khmer Support [km]
   Kinyarwanda Support [rw]
   Konkani Support [kok]
   Kurdish Support [ku]
   Latin Support [la]
   Latvian Support [lv]
   Lithuanian Support [lt]
   Low Saxon Support [nds]
   Luxembourgish Support [lb]
   Macedonian Support [mk]
   Maithili Support [mai]
   Malagasy Support [mg]
   Malay Support [ms]
   Malayalam Support [ml]
   Maltese Support [mt]
   Manx Support [gv]
   Maori Support [mi]
   Marathi Support [mr]
   Mongolian Support [mn]
   Myanmar (Burmese) Support [my]
   Nepali Support [ne]
   Northern Sotho Support [nso]
   Norwegian Support [nb]
   Occitan Support [oc]
   Oriya Support [or]
   Persian Support [fa]
   Portuguese Support [pt]
   Punjabi Support [pa]
   Romanian Support [ro]
   Sanskrit Support [sa]
   Sardinian Support [sc]
   Serbian Support [sr]
   Sindhi Support [sd]
   Sinhala Support [si]
   Slovak Support [sk]
   Slovenian Support [sl]
   Southern Ndebele Support [nr]
   Southern Sotho Support [st]
   Swahili Support [sw]
   Swati Support [ss]
   Swedish Support [sv]
   Tagalog Support [tl]
   Tamil Support [ta]
   Telugu Support [te]
   Tetum Support [tet]
   Thai Support [th]
   Tibetan Support [bo]
   Tsonga Support [ts]
   Tswana Support [tn]
   Turkish Support [tr]
   Turkmen Support [tk]
   Ukrainian Support [uk]
   Upper Sorbian Support [hsb]
   Urdu Support [ur]
   Uzbek Support [uz]
   Venda Support [ve]
   Vietnamese Support [vi]
   Walloon Support [wa]
   Welsh Support [cy]
   Xhosa Support [xh]
   Zulu Support [zu]
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
Error: Package: rpm-build-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
           Requires: rpm = 4.8.0-12.el6
           Installed: rpm-4.8.0-16.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
RESULT: Loaded plugins: amazon-id, security
Setting up Group Process
Package gcc-4.4.5-6.el6.x86_64 already installed and latest version
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.20.el6.x86_64 already installed and latest version
Package matching elfutils-0.148-1.el6.x86_64 already installed. Checking for update.
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Package git-1.7.1-2.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-4.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed
---> 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-33.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update
---> Package swig.x86_64 0:1.3.40-5.el6 will be installed
---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed
--> Processing Dependency: systemtap-runtime = 1.4-6.el6_1.3 for package: systemtap-1.4-6.el6_1.3.x86_64
--> Running transaction check
---> 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: 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 libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64
---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated
---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.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, security Setting up Group Process Package gcc-4.4.5-6.el6.x86_64 already installed and latest version 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.20.el6.x86_64 already installed and latest version Package matching elfutils-0.148-1.el6.x86_64 already installed. Checking for update. Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Package git-1.7.1-2.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-4.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed ---> 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-33.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update ---> Package swig.x86_64 0:1.3.40-5.el6 will be installed ---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed --> Processing Dependency: systemtap-runtime = 1.4-6.el6_1.3 for package: systemtap-1.4-6.el6_1.3.x86_64 --> Running transaction check ---> 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: 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 libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64 ---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated ---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.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
RESULT: Loaded plugins: amazon-id, security
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6 will be updated
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be an update
---> Package bind-libs.x86_64 32:9.7.3-2.el6 will be updated
---> Package bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2 will be an update
---> Package bind-utils.x86_64 32:9.7.3-2.el6 will be updated
---> Package bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2 will be an update
---> Package cifs-utils.x86_64 0:4.8.1-2.el6 will be updated
---> Package cifs-utils.x86_64 0:4.8.1-2.el6_1.2 will be an update
---> Package curl.x86_64 0:7.19.7-26.el6 will be updated
---> Package curl.x86_64 0:7.19.7-26.el6_1.2 will be an update
---> Package dbus.x86_64 1:1.2.24-4.el6_0 will be updated
---> Package dbus.x86_64 1:1.2.24-5.el6_1 will be an update
---> Package dbus-libs.x86_64 1:1.2.24-4.el6_0 will be updated
---> Package dbus-libs.x86_64 1:1.2.24-5.el6_1 will be an update
---> Package dhclient.x86_64 12:4.1.1-19.P1.el6 will be updated
---> Package dhclient.x86_64 12:4.1.1-19.P1.el6_1.1 will be an update
---> Package foomatic.x86_64 0:4.0.4-1.el6 will be updated
---> Package foomatic.x86_64 0:4.0.4-1.el6_1.1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_0.2 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be an update
---> Package ghostscript.x86_64 0:8.70-11.el6 will be updated
---> Package ghostscript.x86_64 0:8.70-11.el6_1.2 will be an update
---> Package glibc.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-common.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-common.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-devel.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-devel.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-headers.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-headers.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package ipa-client.x86_64 0:2.0.0-23.el6 will be updated
---> Package ipa-client.x86_64 0:2.0.0-23.el6_1.1 will be an update
---> Package ipa-python.x86_64 0:2.0.0-23.el6 will be updated
---> Package ipa-python.x86_64 0:2.0.0-23.el6_1.1 will be an update
---> Package iwl5000-firmware.noarch 0:8.24.2.12-3.el6 will be updated
---> Package iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1 will be an update
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.7.el6 will be updated
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1 will be an update
---> Package kernel.x86_64 0:2.6.32-131.12.1.el6 will be installed
---> Package kernel-devel.x86_64 0:2.6.32-131.12.1.el6 will be installed
---> Package kernel-firmware.noarch 0:2.6.32-131.4.1.el6 will be updated
---> Package kernel-firmware.noarch 0:2.6.32-131.12.1.el6 will be an update
---> Package kernel-headers.x86_64 0:2.6.32-131.4.1.el6 will be updated
---> Package kernel-headers.x86_64 0:2.6.32-131.12.1.el6 will be an update
---> Package krb5-libs.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-libs.x86_64 0:1.9-9.el6_1.1 will be an update
---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1 will be an update

Comment 32 Kedar Bidarkar 2011-08-31 09:45:15 UTC
---> Package krb5-workstation.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-workstation.x86_64 0:1.9-9.el6_1.1 will be an update
---> Package libXfont.x86_64 0:1.4.1-1.el6 will be updated
---> Package libXfont.x86_64 0:1.4.1-2.el6_1 will be an update
---> Package libcurl.x86_64 0:7.19.7-26.el6 will be updated
---> Package libcurl.x86_64 0:7.19.7-26.el6_1.2 will be an update
---> Package libgcrypt.x86_64 0:1.4.5-5.el6 will be updated
---> Package libgcrypt.x86_64 0:1.4.5-5.el6_1.2 will be an update
---> Package libpng.x86_64 2:1.2.44-1.el6 will be updated
---> Package libpng.x86_64 2:1.2.46-1.el6_1 will be an update
---> Package libsndfile.x86_64 0:1.0.20-3.el6 will be updated
---> Package libsndfile.x86_64 0:1.0.20-3.el6_1.1 will be an update
---> Package mdadm.x86_64 0:3.2.1-1.el6 will be updated
---> Package mdadm.x86_64 0:3.2.2-1.el6_1.2 will be an update
---> Package mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6 will be updated
---> Package mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1 will be an update
---> Package nss_db.x86_64 0:2.2.3-0.3.pre1.el6 will be updated
---> Package nss_db.x86_64 0:2.2.3-0.3.pre1.el6_1.1 will be an update
---> Package openldap.x86_64 0:2.4.23-15.el6 will be updated
---> Package openldap.x86_64 0:2.4.23-15.el6_1.1 will be an update
---> Package openldap-clients.x86_64 0:2.4.23-15.el6 will be updated
---> Package openldap-clients.x86_64 0:2.4.23-15.el6_1.1 will be an update
---> Package openssh.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssh-clients.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh-clients.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssh-server.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh-server.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssl.x86_64 0:1.0.0-10.el6 will be updated
---> Package openssl.x86_64 0:1.0.0-10.el6_1.4 will be an update
---> Package openswan.x86_64 0:2.6.32-4.el6 will be updated
---> Package openswan.x86_64 0:2.6.32-4.el6_1.1 will be an update
---> Package perf.x86_64 0:2.6.32-131.4.1.el6 will be updated
---> Package perf.x86_64 0:2.6.32-131.12.1.el6 will be an update
---> Package python-dmidecode.x86_64 0:3.10.12-1.el6 will be updated
---> Package python-dmidecode.x86_64 0:3.10.12-1.el6_1.1 will be an update
---> Package rsyslog.x86_64 0:4.6.2-3.el6 will be updated
---> Package rsyslog.x86_64 0:4.6.2-3.el6_1.1 will be an update
---> Package samba-client.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-client.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package samba-common.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-common.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package samba-winbind-clients.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-winbind-clients.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package selinux-policy.noarch 0:3.7.19-93.el6 will be updated
---> Package selinux-policy.noarch 0:3.7.19-93.el6_1.7 will be an update
---> Package selinux-policy-targeted.noarch 0:3.7.19-93.el6 will be updated
---> Package selinux-policy-targeted.noarch 0:3.7.19-93.el6_1.7 will be an update
---> Package sssd.x86_64 0:1.5.1-34.el6 will be updated
---> Package sssd.x86_64 0:1.5.1-34.el6_1.3 will be an update
---> Package sssd-client.x86_64 0:1.5.1-34.el6 will be updated
---> Package sssd-client.x86_64 0:1.5.1-34.el6_1.3 will be an update
---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update
---> Package system-config-firewall-base.noarch 0:1.2.27-3.el6_0.2 will be updated
---> Package system-config-firewall-base.noarch 0:1.2.27-3.el6_1.3 will be an update
---> Package system-config-firewall-tui.noarch 0:1.2.27-3.el6_0.2 will be updated
---> Package system-config-firewall-tui.noarch 0:1.2.27-3.el6_1.3 will be an update
---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated
---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update
---> Package tzdata.noarch 0:2011g-1.el6 will be updated
---> Package tzdata.noarch 0:2011h-3.el6 will be an update
---> Package tzdata-java.noarch 0:2011g-1.el6 will be updated
---> Package tzdata-java.noarch 0:2011h-3.el6 will be an update
---> Package yum-rhn-plugin.noarch 0:0.9.1-26.el6 will be updated
---> Package yum-rhn-plugin.noarch 0:0.9.1-26.el6_1.1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package      Arch   Version             Repository                        Size
================================================================================
Installing:
 kernel       x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates  23 M
 kernel-devel x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 6.9 M
Updating:
 apr          x86_64 1.3.9-3.el6_1.2     rhui-us-east-rhel-server-updates 123 k
 bind-libs    x86_64 32:9.7.3-2.el6_1.P3.2
                                         rhui-us-east-rhel-server-updates 838 k
 bind-utils   x86_64 32:9.7.3-2.el6_1.P3.2
                                         rhui-us-east-rhel-server-updates 177 k
 cifs-utils   x86_64 4.8.1-2.el6_1.2     rhui-us-east-rhel-server-updates  42 k
 curl         x86_64 7.19.7-26.el6_1.2   rhui-us-east-rhel-server-updates 191 k
 dbus         x86_64 1:1.2.24-5.el6_1    rhui-us-east-rhel-server-updates 207 k
 dbus-libs    x86_64 1:1.2.24-5.el6_1    rhui-us-east-rhel-server-updates 126 k
 dhclient     x86_64 12:4.1.1-19.P1.el6_1.1
                                         rhui-us-east-rhel-server-updates 377 k
 foomatic     x86_64 4.0.4-1.el6_1.1     rhui-us-east-rhel-server-updates 251 k
 freetype     x86_64 2.3.11-6.el6_1.6    rhui-us-east-rhel-server-updates 358 k
 ghostscript  x86_64 8.70-11.el6_1.2     rhui-us-east-rhel-server-updates 4.4 M
 glibc        x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 3.8 M
 glibc-common x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates  14 M
 glibc-devel  x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 963 k
 glibc-headers
              x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 594 k
 ipa-client   x86_64 2.0.0-23.el6_1.1    rhui-us-east-rhel-server-updates  88 k
 ipa-python   x86_64 2.0.0-23.el6_1.1    rhui-us-east-rhel-server-updates 492 k
 iwl5000-firmware
              noarch 8.83.5.1_1-1.el6_1.1
                                         rhui-us-east-rhel-server-updates 270 k
 java-1.6.0-openjdk
              x86_64 1:1.6.0.0-1.39.1.9.8.el6_1
                                         rhui-us-east-rhel-server-updates  25 M
 kernel-firmware
              noarch 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 2.5 M
 kernel-headers
              x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 1.3 M
 krb5-libs    x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 705 k
 krb5-pkinit-openssl
              x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 102 k
 krb5-workstation
              x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 451 k
 libXfont     x86_64 1.4.1-2.el6_1       rhui-us-east-rhel-server-updates 128 k
 libcurl      x86_64 7.19.7-26.el6_1.2   rhui-us-east-rhel-server-updates 163 k
 libgcrypt    x86_64 1.4.5-5.el6_1.2     rhui-us-east-rhel-server-updates 228 k
 libpng       x86_64 2:1.2.46-1.el6_1    rhui-us-east-rhel-server-updates 180 k
 libsndfile   x86_64 1.0.20-3.el6_1.1    rhui-us-east-rhel-server-updates 223 k
 mdadm        x86_64 3.2.2-1.el6_1.2     rhui-us-east-rhel-server-updates 314 k
 mutt         x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1
                                         rhui-us-east-rhel-server-updates 1.2 M
 nss_db       x86_64 2.2.3-0.3.pre1.el6_1.1
                                         rhui-us-east-rhel-server-updates 662 k
 openldap     x86_64 2.4.23-15.el6_1.1   rhui-us-east-rhel-server-updates 254 k
 openldap-clients
              x86_64 2.4.23-15.el6_1.1   rhui-us-east-rhel-server-updates 158 k
 openssh      x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 233 k
 openssh-clients
              x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 355 k
 openssh-server
              x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 295 k
 openssl      x86_64 1.0.0-10.el6_1.4    rhui-us-east-rhel-server-updates 1.4 M
 openswan     x86_64 2.6.32-4.el6_1.1    rhui-us-east-rhel-server-updates 882 k
 perf         x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 998 k
 python-dmidecode
              x86_64 3.10.12-1.el6_1.1   rhui-us-east-rhel-server-updates  79 k
 rsyslog      x86_64 4.6.2-3.el6_1.1     rhui-us-east-rhel-server-updates 449 k
 samba-client x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates  11 M
 samba-common x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates  13 M
 samba-winbind-clients
              x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates 1.1 M
 selinux-policy
              noarch 3.7.19-93.el6_1.7   rhui-us-east-rhel-server-updates 742 k
 selinux-policy-targeted
              noarch 3.7.19-93.el6_1.7   rhui-us-east-rhel-server-updates 2.4 M
 sssd         x86_64 1.5.1-34.el6_1.3    rhui-us-east-rhel-server-updates 902 k
 sssd-client  x86_64 1.5.1-34.el6_1.3    rhui-us-east-rhel-server-updates  60 k
 subversion   x86_64 1.6.11-2.el6_1.4    rhui-us-east-rhel-server-updates 2.3 M
 system-config-firewall-base
              noarch 1.2.27-3.el6_1.3    rhui-us-east-rhel-server-updates 419 k
 system-config-firewall-tui
              noarch 1.2.27-3.el6_1.3    rhui-us-east-rhel-server-updates  37 k
 systemtap-runtime
              x86_64 1.4-6.el6_1.3       rhui-us-east-rhel-server-updates  89 k
 tzdata       noarch 2011h-3.el6         rhui-us-east-rhel-server-updates 439 k
 tzdata-java  noarch 2011h-3.el6         rhui-us-east-rhel-server-updates 151 k
 yum-rhn-plugin
              noarch 0.9.1-26.el6_1.1    rhui-us-east-rhel-server-updates  76 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade      56 Package(s)

Total download size: 129 M
Downloading Packages:
--------------------------------------------------------------------------------
Total                                           8.8 MB/s | 129 MB     00:14     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating   : kernel-firmware-2.6.32-131.12.1.el6.noarch                 1/114 

  Installing : kernel-2.6.32-131.12.1.el6.x86_64                          2/114 

  Updating   : system-config-firewall-base-1.2.27-3.el6_1.3.noarch        3/114 

  Updating   : selinux-policy-3.7.19-93.el6_1.7.noarch                    4/114 

  Updating   : kernel-headers-2.6.32-131.12.1.el6.x86_64                  5/114 

  Updating   : tzdata-java-2011h-3.el6.noarch                             6/114 

  Updating   : tzdata-2011h-3.el6.noarch                                  7/114 

  Updating   : glibc-common-2.12-1.25.el6_1.3.x86_64                      8/114 

  Updating   : glibc-2.12-1.25.el6_1.3.x86_64                             9/114 

  Updating   : krb5-libs-1.9-9.el6_1.1.x86_64                            10/114 

  Updating   : openldap-2.4.23-15.el6_1.1.x86_64                         11/114 

  Updating   : openssl-1.0.0-10.el6_1.4.x86_64                           12/114 

  Updating   : openssh-5.3p1-52.el6_1.2.x86_64                           13/114 

  Updating   : samba-winbind-clients-3.5.6-86.el6_1.4.x86_64             14/114 

  Updating   : libcurl-7.19.7-26.el6_1.2.x86_64                          15/114 

  Updating   : 2:libpng-1.2.46-1.el6_1.x86_64                            16/114 

  Updating   : 1:dbus-libs-1.2.24-5.el6_1.x86_64                         17/114 

  Updating   : freetype-2.3.11-6.el6_1.6.x86_64                          18/114 

  Updating   : ghostscript-8.70-11.el6_1.2.x86_64                        19/114 

  Updating   : samba-common-3.5.6-86.el6_1.4.x86_64                      20/114 

  Updating   : 32:bind-libs-9.7.3-2.el6_1.P3.2.x86_64                    21/114 

  Updating   : 32:bind-utils-9.7.3-2.el6_1.P3.2.x86_64                   22/114 

  Updating   : krb5-workstation-1.9-9.el6_1.1.x86_64                     23/114 

  Updating   : glibc-headers-2.12-1.25.el6_1.3.x86_64                    24/114 

  Updating   : ipa-python-2.0.0-23.el6_1.1.x86_64                        25/114 

  Updating   : sssd-client-1.5.1-34.el6_1.3.x86_64                       26/114 

  Updating   : sssd-1.5.1-34.el6_1.3.x86_64                              27/114 

  Updating   : apr-1.3.9-3.el6_1.2.x86_64                                28/114

Comment 33 Kedar Bidarkar 2011-08-31 09:45:18 UTC
  Updating   : subversion-1.6.11-2.el6_1.4.x86_64                        29/114 

  Updating   : ipa-client-2.0.0-23.el6_1.1.x86_64                        30/114 

  Updating   : glibc-devel-2.12-1.25.el6_1.3.x86_64                      31/114 

  Updating   : samba-client-3.5.6-86.el6_1.4.x86_64                      32/114 

  Updating   : foomatic-4.0.4-1.el6_1.1.x86_64                           33/114 

  Updating   : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.8.el6_1.x86_64      34/114 

  Updating   : libXfont-1.4.1-2.el6_1.x86_64                             35/114 

  Updating   : 1:dbus-1.2.24-5.el6_1.x86_64                              36/114 

  Updating   : curl-7.19.7-26.el6_1.2.x86_64                             37/114 

  Updating   : openssh-clients-5.3p1-52.el6_1.2.x86_64                   38/114 

  Updating   : openssh-server-5.3p1-52.el6_1.2.x86_64                    39/114 

  Updating   : krb5-pkinit-openssl-1.9-9.el6_1.1.x86_64                  40/114 

  Updating   : openldap-clients-2.4.23-15.el6_1.1.x86_64                 41/114 

  Updating   : 5:mutt-1.5.20-2.20091214hg736b6a.el6_1.1.x86_64           42/114 

  Updating   : cifs-utils-4.8.1-2.el6_1.2.x86_64                         43/114 

  Updating   : libgcrypt-1.4.5-5.el6_1.2.x86_64                          44/114 

  Updating   : nss_db-2.2.3-0.3.pre1.el6_1.1.x86_64                      45/114 

  Updating   : python-dmidecode-3.10.12-1.el6_1.1.x86_64                 46/114 

  Updating   : openswan-2.6.32-4.el6_1.1.x86_64                          47/114 

  Updating   : systemtap-runtime-1.4-6.el6_1.3.x86_64                    48/114 

  Updating   : mdadm-3.2.2-1.el6_1.2.x86_64                              49/114 

  Updating   : 12:dhclient-4.1.1-19.P1.el6_1.1.x86_64                    50/114 

  Updating   : rsyslog-4.6.2-3.el6_1.1.x86_64                            51/114 

  Updating   : libsndfile-1.0.20-3.el6_1.1.x86_64                        52/114 

  Updating   : perf-2.6.32-131.12.1.el6.x86_64                           53/114 

  Updating   : selinux-policy-targeted-3.7.19-93.el6_1.7.noarch          54/114 

  Updating   : system-config-firewall-tui-1.2.27-3.el6_1.3.noarch        55/114 

  Updating   : iwl5000-firmware-8.83.5.1_1-1.el6_1.1.noarch              56/114 

  Updating   : yum-rhn-plugin-0.9.1-26.el6_1.1.noarch                    57/114 

  Installing : kernel-devel-2.6.32-131.12.1.el6.x86_64                   58/114 

  Cleanup    : ipa-client-2.0.0-23.el6.x86_64                            59/114 

  Cleanup    : sssd-1.5.1-34.el6.x86_64                                  60/114 

  Cleanup    : samba-client-3.5.6-86.el6.x86_64                          61/114 

  Cleanup    : samba-common-3.5.6-86.el6.x86_64                          62/114 

  Cleanup    : 32:bind-utils-9.7.3-2.el6.x86_64                          63/114 

  Cleanup    : openssh-server-5.3p1-52.el6.x86_64                        64/114 

  Cleanup    : krb5-pkinit-openssl-1.9-9.el6.x86_64                      65/114 

  Cleanup    : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.7.el6.x86_64        66/114 

  Cleanup    : curl-7.19.7-26.el6.x86_64                                 67/114 

  Cleanup    : openssh-clients-5.3p1-52.el6.x86_64                       68/114 

  Cleanup    : glibc-devel-2.12-1.25.el6.x86_64                          69/114 

  Cleanup    : openldap-clients-2.4.23-15.el6.x86_64                     70/114 

  Cleanup    : openssh-5.3p1-52.el6.x86_64                               71/114 

  Cleanup    : libcurl-7.19.7-26.el6.x86_64                              72/114 

  Cleanup    : 32:bind-libs-9.7.3-2.el6.x86_64                           73/114 

  Cleanup    : samba-winbind-clients-3.5.6-86.el6.x86_64                 74/114 

  Cleanup    : krb5-workstation-1.9-9.el6.x86_64                         75/114 

  Cleanup    : 1:dbus-1.2.24-4.el6_0.x86_64                              76/114 

  Cleanup    : openssl-1.0.0-10.el6.x86_64                               77/114 

  Cleanup    : libXfont-1.4.1-1.el6.x86_64                               78/114 

  Cleanup    : cifs-utils-4.8.1-2.el6.x86_64                             79/114 

  Cleanup    : 5:mutt-1.5.20-2.20091214hg736b6a.el6.x86_64               80/114 

  Cleanup    : subversion-1.6.11-2.el6_0.3.x86_64                        81/114 

  Cleanup    : glibc-headers-2.12-1.25.el6.x86_64                        82/114 

  Cleanup    : foomatic-4.0.4-1.el6.x86_64                               83/114 

  Cleanup    : perf-2.6.32-131.4.1.el6.x86_64                            84/114 

  Cleanup    : selinux-policy-targeted-3.7.19-93.el6.noarch              85/114 

  Cleanup    : system-config-firewall-tui-1.2.27-3.el6_0.2.noarch        86/114 

  Cleanup    : ghostscript-8.70-11.el6.x86_64                            87/114 

  Cleanup    : krb5-libs-1.9-9.el6.x86_64                                88/114 

  Cleanup    : 2:libpng-1.2.44-1.el6.x86_64                              89/114 

  Cleanup    : apr-1.3.9-3.el6.x86_64                                    90/114 

  Cleanup    : freetype-2.3.11-6.el6_0.2.x86_64                          91/114 

  Cleanup    : 1:dbus-libs-1.2.24-4.el6_0.x86_64                         92/114 

  Cleanup    : openldap-2.4.23-15.el6.x86_64                             93/114 

  Cleanup    : sssd-client-1.5.1-34.el6.x86_64                           94/114 

  Cleanup    : ipa-python-2.0.0-23.el6.x86_64                            95/114 

  Cleanup    : libsndfile-1.0.20-3.el6.x86_64                            96/114 

  Cleanup    : rsyslog-4.6.2-3.el6.x86_64                                97/114 

  Cleanup    : 12:dhclient-4.1.1-19.P1.el6.x86_64                        98/114 

  Cleanup    : mdadm-3.2.1-1.el6.x86_64                                  99/114 

  Cleanup    : systemtap-runtime-1.4-6.el6.x86_64                       100/114 

  Cleanup    : openswan-2.6.32-4.el6.x86_64                             101/114 

  Cleanup    : python-dmidecode-3.10.12-1.el6.x86_64                    102/114 

  Cleanup    : nss_db-2.2.3-0.3.pre1.el6.x86_64                         103/114 

  Cleanup    : libgcrypt-1.4.5-5.el6.x86_64                             104/114 

  Cleanup    : system-config-firewall-base-1.2.27-3.el6_0.2.noarch      105/114 

  Cleanup    : selinux-policy-3.7.19-93.el6.noarch                      106/114 

  Cleanup    : kernel-headers-2.6.32-131.4.1.el6.x86_64                 107/114 

  Cleanup    : tzdata-java-2011g-1.el6.noarch                           108/114 

  Cleanup    : iwl5000-firmware-8.24.2.12-3.el6.noarch                  109/114 

  Cleanup    : kernel-firmware-2.6.32-131.4.1.el6.noarch                110/114 

  Cleanup    : yum-rhn-plugin-0.9.1-26.el6.noarch                       111/114 

  Cleanup    : glibc-common-2.12-1.25.el6.x86_64                        112/114 

  Cleanup    : glibc-2.12-1.25.el6.x86_64                               113/114 

  Cleanup    : tzdata-2011g-1.el6.noarch                                114/114 

Installed:
  kernel.x86_64 0:2.6.32-131.12.1.el6 kernel-devel.x86_64 0:2.6.32-131.12.1.el6

Updated:
  apr.x86_64 0:1.3.9-3.el6_1.2                                                  
  bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2                                        
  bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2                                       
  cifs-utils.x86_64 0:4.8.1-2.el6_1.2                                           
  curl.x86_64 0:7.19.7-26.el6_1.2                                               
  dbus.x86_64 1:1.2.24-5.el6_1                                                  
  dbus-libs.x86_64 1:1.2.24-5.el6_1                                             
  dhclient.x86_64 12:4.1.1-19.P1.el6_1.1                                        
  foomatic.x86_64 0:4.0.4-1.el6_1.1                                             
  freetype.x86_64 0:2.3.11-6.el6_1.6                                            
  ghostscript.x86_64 0:8.70-11.el6_1.2                                          
  glibc.x86_64 0:2.12-1.25.el6_1.3                                              
  glibc-common.x86_64 0:2.12-1.25.el6_1.3                                       
  glibc-devel.x86_64 0:2.12-1.25.el6_1.3                                        
  glibc-headers.x86_64 0:2.12-1.25.el6_1.3                                      
  ipa-client.x86_64 0:2.0.0-23.el6_1.1                                          
  ipa-python.x86_64 0:2.0.0-23.el6_1.1                                          
  iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1                                
  java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1                          
  kernel-firmware.noarch 0:2.6.32-131.12.1.el6                                  
  kernel-headers.x86_64 0:2.6.32-131.12.1.el6                                   
  krb5-libs.x86_64 0:1.9-9.el6_1.1                                              
  krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1                                    
  krb5-workstation.x86_64 0:1.9-9.el6_1.1                                       
  libXfont.x86_64 0:1.4.1-2.el6_1                                               
  libcurl.x86_64 0:7.19.7-26.el6_1.2                                            
  libgcrypt.x86_64 0:1.4.5-5.el6_1.2                                            
  libpng.x86_64 2:1.2.46-1.el6_1                                                
  libsndfile.x86_64 0:1.0.20-3.el6_1.1                                          
  mdadm.x86_64 0:3.2.2-1.el6_1.2                                                
  mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1                               
  nss_db.x86_64 0:2.2.3-0.3.pre1.el6_1.1                                        
  openldap.x86_64 0:2.4.23-15.el6_1.1                                           
  openldap-clients.x86_64 0:2.4.23-15.el6_1.1                                   
  openssh.x86_64 0:5.3p1-52.el6_1.2                                             
  openssh-clients.x86_64 0:5.3p1-52.el6_1.2                                     
  openssh-server.x86_64 0:5.3p1-52.el6_1.2                                      
  openssl.x86_64 0:1.0.0-10.el6_1.4                                             
  openswan.x86_64 0:2.6.32-4.el6_1.1                                            
  perf.x86_64 0:2.6.32-131.12.1.el6                                             
  python-dmidecode.x86_64 0:3.10.12-1.el6_1.1                                   
  rsyslog.x86_64 0:4.6.2-3.el6_1.1                                              
  samba-client.x86_64 0:3.5.6-86.el6_1.4                                        
  samba-common.x86_64 0:3.5.6-86.el6_1.4                                        
  samba-winbind-clients.x86_64 0:3.5.6-86.el6_1.4                               
  selinux-policy.noarch 0:3.7.19-93.el6_1.7                                     
  selinux-policy-targeted.noarch 0:3.7.19-93.el6_1.7                            
  sssd.x86_64 0:1.5.1-34.el6_1.3                                                
  sssd-client.x86_64 0:1.5.1-34.el6_1.3                                         
  subversion.x86_64 0:1.6.11-2.el6_1.4                                          
  system-config-firewall-base.noarch 0:1.2.27-3.el6_1.3                         
  system-config-firewall-tui.noarch 0:1.2.27-3.el6_1.3                          
  systemtap-runtime.x86_64 0:1.4-6.el6_1.3                                      
  tzdata.noarch 0:2011h-3.el6                                                   
  tzdata-java.noarch 0:2011h-3.el6                                              
  yum-rhn-plugin.noarch 0:0.9.1-26.el6_1.1                                      

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
cat: /root/.bash_history: No such file or directory
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1

Comment 34 Kedar Bidarkar 2011-08-31 09:45:22 UTC
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
######################################################################################
# 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: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################

Comment 35 Kedar Bidarkar 2011-08-31 09:45:25 UTC
# 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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 1
FAILED TESTS = ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 36 Kedar Bidarkar 2011-08-31 09:46:21 UTC
IMAGE ID= IGNOREami-5e837b37_us-east-1_c1.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This Host => ec2-50-16-161-130.compute-1.amazonaws.com with Image Id : ami-5e837b37, is launched with Instance Id : i-82ac4be2 , Instance Type : c1.xlarge and Arch : x86_64 in the Region : us-east-1b
This is a Hourly image
/root/valid/src
ip-10-115-37-248
Red Hat Enterprise Linux Server release 6.1 (Santiago)
######################################################################################
# NEW TEST: The selected image has the version RHEL 6.1
######################################################################################
######################################################################################
# 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-131.4.1.el6
assert latest rpm kernel = uname -r
COMMAND:  uname -r | sed  's/\(.*\)......./\1/'
RESULT: 2.6.32-131.4.1.el6 
EXPECTED RESULT: 2.6.32-131.4.1.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-131.4.1.el6
RESULT: title RHEL-6.1-Starter-EBS-x86_64-4 (2.6.32-131.4.1.el6.x86_64)
        kernel /boot/vmlinuz-2.6.32-131.4.1.el6.x86_64 ro root=LABEL=_/ 
        initrd /boot/initramfs-2.6.32-131.4.1.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=5904752
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ... 
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ... 
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ... 
######################################################################################
COMMAND:  /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ... 
######################################################################################
COMMAND:  grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing 
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ... 
######################################################################################
COMMAND:  grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted 
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive 
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ... 
######################################################################################
COMMAND:  /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing 
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ... 
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_61 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND:  echo test passed
RESULT: test passed 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ... 
######################################################################################
....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.......    /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: 5 
EXPECTED RESULT: 5
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ... 
######################################################################################
COMMAND:  /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release-server | cut -d. -f1,2
RESULT: 6.1 
EXPECTED RESULT: 6.1
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

Comment 37 Kedar Bidarkar 2011-08-31 09:46:24 UTC
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
COMMAND:  rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-fd431d51-4ae0493b 
EXPECTED RESULT: gpg-pubkey-fd431d51-4ae0493b
RETURN CODE: 0
PASS
COMMAND:  rpm -qa gpg-pubkey* | sort -f | head -n 1
RESULT: gpg-pubkey-2fa658e0-45700c69 
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ... 
######################################################################################
COMMAND:  grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT:  0 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND:  /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, security
repo id                           repo name                               status
rhui-us-east-rhel-server-releases Red Hat Enterprise Linux Server 6 Relea 3,391
rhui-us-east-rhel-server-updates  Red Hat Enterprise Linux Server 6 Updat 5,292
repolist: 8,683 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, security
=============================== N/S Matched: zsh ===============================
zsh.x86_64 : A powerful interactive shell

  Name and summary matches only, use "search all" for everything. 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ... 
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh 
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, security
Setting up Group Process
Installed Groups:
   Additional Development
   Base
   Compatibility libraries
   Console internet tools
   Desktop Platform
   Directory Client
   E-mail server
   Fonts
   Graphical Administration Tools
   Hardware monitoring utilities
   Java Platform
   Large Systems Performance
   Legacy UNIX compatibility
   Legacy X Window System compatibility
   Network file system client
   Networking Tools
   Performance Tools
   Perl Support
   PostgreSQL Database client
   PostgreSQL Database server
   SNMP Support
   Scientific support
   Server Platform
   Smart card support
   System administration tools
   Web Server
Installed Language Groups:
   Arabic Support [ar]
   Armenian Support [hy]
   French Support [fr]
   Georgian Support [ka]
   Hebrew Support [he]
   Inuktitut Support [iu]
   Italian Support [it]
   Japanese Support [ja]
   Korean Support [ko]
   Lao Support [lo]
   Polish Support [pl]
   Russian Support [ru]
   Spanish Support [es]
   Tajik Support [tg]
Available Groups:
   Backup Client
   Backup Server
   CIFS file server
   Client management tools
   Debugging Tools
   Desktop
   Desktop Debugging and Performance Tools
   Desktop Platform Development
   Development tools
   Dial-up Networking Support
   Directory Server
   Eclipse
   Emacs
   Enterprise Identity Server Base
   FCoE Storage Client
   FTP server
   General Purpose Desktop
   Graphics Creation Tools
   Infiniband Support
   Input Methods
   Internet Browser
   KDE Desktop
   Mainframe Access
   Messaging Client Support
   Messaging Server Support
   MySQL Database client
   MySQL Database server
   NFS file server
   Network Infrastructure Server
   Network Storage Server
   PHP Support
   Print Server
   Printing client
   Remote Desktop Clients
   Security Tools
   Server Platform Development
   Somali Support
   Storage Availability Tools
   System Management
   TeX support
   Technical Writing
   TurboGears application framework
   Virtualization
   Virtualization Client
   Virtualization Platform
   Virtualization Tools
   Web Servlet Engine
   Web-Based Enterprise Management
   X Window System
   iSCSI Storage Client
Available Language Groups:
   Afrikaans Support [af]
   Albanian Support [sq]
   Amazigh Support [ber]
   Assamese Support [as]
   Azerbaijani Support [az]
   Basque Support [eu]
   Belarusian Support [be]
   Bengali Support [bn]
   Bhutanese Support [dz]
   Brazilian Portuguese Support [pt_BR]
   Breton Support [br]
   Bulgarian Support [bg]
   Catalan Support [ca]
   Chhattisgarhi Support [hne]
   Chichewa Support [ny]
   Chinese Support [zh]
   Coptic Support [cop]
   Croatian Support [hr]
   Czech Support [cs]
   Danish Support [da]
   Dutch Support [nl]
   English (UK) Support [en_GB]
   Esperanto Support [eo]
   Estonian Support [et]
   Ethiopic Support [am]
   Faroese Support [fo]
   Fijian Support [fj]
   Filipino Support [fil]
   Finnish Support [fi]
   Frisian Support [fy]
   Friulian Support [fur]
   Gaelic Support [gd]
   Galician Support [gl]
   German Support [de]
   Greek Support [el]
   Gujarati Support [gu]
   Hiligaynon Support [hil]
   Hindi Support [hi]

Comment 38 Kedar Bidarkar 2011-08-31 09:46:27 UTC
   Hungarian Support [hu]
   Icelandic Support [is]
   Indonesian Support [id]
   Interlingua Support [ia]
   Irish Support [ga]
   Kannada Support [kn]
   Kashmiri Support [ks]
   Kashubian Support [csb]
   Kazakh Support [kk]
   Khmer Support [km]
   Kinyarwanda Support [rw]
   Konkani Support [kok]
   Kurdish Support [ku]
   Latin Support [la]
   Latvian Support [lv]
   Lithuanian Support [lt]
   Low Saxon Support [nds]
   Luxembourgish Support [lb]
   Macedonian Support [mk]
   Maithili Support [mai]
   Malagasy Support [mg]
   Malay Support [ms]
   Malayalam Support [ml]
   Maltese Support [mt]
   Manx Support [gv]
   Maori Support [mi]
   Marathi Support [mr]
   Mongolian Support [mn]
   Myanmar (Burmese) Support [my]
   Nepali Support [ne]
   Northern Sotho Support [nso]
   Norwegian Support [nb]
   Occitan Support [oc]
   Oriya Support [or]
   Persian Support [fa]
   Portuguese Support [pt]
   Punjabi Support [pa]
   Romanian Support [ro]
   Sanskrit Support [sa]
   Sardinian Support [sc]
   Serbian Support [sr]
   Sindhi Support [sd]
   Sinhala Support [si]
   Slovak Support [sk]
   Slovenian Support [sl]
   Southern Ndebele Support [nr]
   Southern Sotho Support [st]
   Swahili Support [sw]
   Swati Support [ss]
   Swedish Support [sv]
   Tagalog Support [tl]
   Tamil Support [ta]
   Telugu Support [te]
   Tetum Support [tet]
   Thai Support [th]
   Tibetan Support [bo]
   Tsonga Support [ts]
   Tswana Support [tn]
   Turkish Support [tr]
   Turkmen Support [tk]
   Ukrainian Support [uk]
   Upper Sorbian Support [hsb]
   Urdu Support [ur]
   Uzbek Support [uz]
   Venda Support [ve]
   Vietnamese Support [vi]
   Walloon Support [wa]
   Welsh Support [cy]
   Xhosa Support [xh]
   Zulu Support [zu]
Done 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND:  /usr/bin/yum -y groupinstall 'Development tools'
Error: Package: rpm-build-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
           Requires: rpm = 4.8.0-12.el6
           Installed: rpm-4.8.0-16.el6.x86_64 (@koji-override-0/$releasever)
               rpm = 4.8.0-16.el6
           Available: rpm-4.8.0-12.el6.x86_64 (rhui-us-east-rhel-server-releases)
               rpm = 4.8.0-12.el6
RESULT: Loaded plugins: amazon-id, security
Setting up Group Process
Package gcc-4.4.5-6.el6.x86_64 already installed and latest version
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.20.el6.x86_64 already installed and latest version
Package matching elfutils-0.148-1.el6.x86_64 already installed. Checking for update.
Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version
Package git-1.7.1-2.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-4.el6 will be installed
---> Package flex.x86_64 0:2.5.35-8.el6 will be installed
---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed
--> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64
---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed
---> 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-33.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64
---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update
---> Package swig.x86_64 0:1.3.40-5.el6 will be installed
---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed
--> Processing Dependency: systemtap-runtime = 1.4-6.el6_1.3 for package: systemtap-1.4-6.el6_1.3.x86_64
--> Running transaction check
---> 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: 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 libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64
---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated
---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update
--> Running transaction check
---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed
---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed
--> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.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, security Setting up Group Process Package gcc-4.4.5-6.el6.x86_64 already installed and latest version 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.20.el6.x86_64 already installed and latest version Package matching elfutils-0.148-1.el6.x86_64 already installed. Checking for update. Package cvs-1.11.23-11.el6_0.1.x86_64 already installed and latest version Package git-1.7.1-2.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-4.el6 will be installed ---> Package flex.x86_64 0:2.5.35-8.el6 will be installed ---> Package gcc-c++.x86_64 0:4.4.5-6.el6 will be installed --> Processing Dependency: libstdc++-devel = 4.4.5-6.el6 for package: gcc-c++-4.4.5-6.el6.x86_64 ---> Package gcc-gfortran.x86_64 0:4.4.5-6.el6 will be installed ---> 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-33.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64 ---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated ---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update ---> Package swig.x86_64 0:1.3.40-5.el6 will be installed ---> Package systemtap.x86_64 0:1.4-6.el6_1.3 will be installed --> Processing Dependency: systemtap-runtime = 1.4-6.el6_1.3 for package: systemtap-1.4-6.el6_1.3.x86_64 --> Running transaction check ---> 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: 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 libstdc++-devel.x86_64 0:4.4.5-6.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.el6.x86_64 ---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated ---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update --> Running transaction check ---> Package gettext-libs.x86_64 0:0.17-16.el6 will be installed ---> Package rpm-build.x86_64 0:4.8.0-12.el6 will be installed --> Processing Dependency: rpm = 4.8.0-12.el6 for package: rpm-build-4.8.0-12.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
RESULT: Loaded plugins: amazon-id, security
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package apr.x86_64 0:1.3.9-3.el6 will be updated
---> Package apr.x86_64 0:1.3.9-3.el6_1.2 will be an update
---> Package bind-libs.x86_64 32:9.7.3-2.el6 will be updated
---> Package bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2 will be an update
---> Package bind-utils.x86_64 32:9.7.3-2.el6 will be updated
---> Package bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2 will be an update
---> Package cifs-utils.x86_64 0:4.8.1-2.el6 will be updated
---> Package cifs-utils.x86_64 0:4.8.1-2.el6_1.2 will be an update
---> Package curl.x86_64 0:7.19.7-26.el6 will be updated
---> Package curl.x86_64 0:7.19.7-26.el6_1.2 will be an update
---> Package dbus.x86_64 1:1.2.24-4.el6_0 will be updated
---> Package dbus.x86_64 1:1.2.24-5.el6_1 will be an update
---> Package dbus-libs.x86_64 1:1.2.24-4.el6_0 will be updated
---> Package dbus-libs.x86_64 1:1.2.24-5.el6_1 will be an update
---> Package dhclient.x86_64 12:4.1.1-19.P1.el6 will be updated
---> Package dhclient.x86_64 12:4.1.1-19.P1.el6_1.1 will be an update
---> Package foomatic.x86_64 0:4.0.4-1.el6 will be updated
---> Package foomatic.x86_64 0:4.0.4-1.el6_1.1 will be an update
---> Package freetype.x86_64 0:2.3.11-6.el6_0.2 will be updated
---> Package freetype.x86_64 0:2.3.11-6.el6_1.6 will be an update
---> Package ghostscript.x86_64 0:8.70-11.el6 will be updated
---> Package ghostscript.x86_64 0:8.70-11.el6_1.2 will be an update
---> Package glibc.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-common.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-common.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-devel.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-devel.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package glibc-headers.x86_64 0:2.12-1.25.el6 will be updated
---> Package glibc-headers.x86_64 0:2.12-1.25.el6_1.3 will be an update
---> Package ipa-client.x86_64 0:2.0.0-23.el6 will be updated
---> Package ipa-client.x86_64 0:2.0.0-23.el6_1.1 will be an update
---> Package ipa-python.x86_64 0:2.0.0-23.el6 will be updated
---> Package ipa-python.x86_64 0:2.0.0-23.el6_1.1 will be an update
---> Package iwl5000-firmware.noarch 0:8.24.2.12-3.el6 will be updated
---> Package iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1 will be an update
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.7.el6 will be updated
---> Package java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1 will be an update
---> Package kernel.x86_64 0:2.6.32-131.12.1.el6 will be installed
---> Package kernel-devel.x86_64 0:2.6.32-131.12.1.el6 will be installed
---> Package kernel-firmware.noarch 0:2.6.32-131.4.1.el6 will be updated
---> Package kernel-firmware.noarch 0:2.6.32-131.12.1.el6 will be an update
---> Package kernel-headers.x86_64 0:2.6.32-131.4.1.el6 will be updated
---> Package kernel-headers.x86_64 0:2.6.32-131.12.1.el6 will be an update
---> Package krb5-libs.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-libs.x86_64 0:1.9-9.el6_1.1 will be an update
---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1 will be an update

Comment 39 Kedar Bidarkar 2011-08-31 09:46:30 UTC
---> Package krb5-workstation.x86_64 0:1.9-9.el6 will be updated
---> Package krb5-workstation.x86_64 0:1.9-9.el6_1.1 will be an update
---> Package libXfont.x86_64 0:1.4.1-1.el6 will be updated
---> Package libXfont.x86_64 0:1.4.1-2.el6_1 will be an update
---> Package libcurl.x86_64 0:7.19.7-26.el6 will be updated
---> Package libcurl.x86_64 0:7.19.7-26.el6_1.2 will be an update
---> Package libgcrypt.x86_64 0:1.4.5-5.el6 will be updated
---> Package libgcrypt.x86_64 0:1.4.5-5.el6_1.2 will be an update
---> Package libpng.x86_64 2:1.2.44-1.el6 will be updated
---> Package libpng.x86_64 2:1.2.46-1.el6_1 will be an update
---> Package libsndfile.x86_64 0:1.0.20-3.el6 will be updated
---> Package libsndfile.x86_64 0:1.0.20-3.el6_1.1 will be an update
---> Package mdadm.x86_64 0:3.2.1-1.el6 will be updated
---> Package mdadm.x86_64 0:3.2.2-1.el6_1.2 will be an update
---> Package mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6 will be updated
---> Package mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1 will be an update
---> Package nss_db.x86_64 0:2.2.3-0.3.pre1.el6 will be updated
---> Package nss_db.x86_64 0:2.2.3-0.3.pre1.el6_1.1 will be an update
---> Package openldap.x86_64 0:2.4.23-15.el6 will be updated
---> Package openldap.x86_64 0:2.4.23-15.el6_1.1 will be an update
---> Package openldap-clients.x86_64 0:2.4.23-15.el6 will be updated
---> Package openldap-clients.x86_64 0:2.4.23-15.el6_1.1 will be an update
---> Package openssh.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssh-clients.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh-clients.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssh-server.x86_64 0:5.3p1-52.el6 will be updated
---> Package openssh-server.x86_64 0:5.3p1-52.el6_1.2 will be an update
---> Package openssl.x86_64 0:1.0.0-10.el6 will be updated
---> Package openssl.x86_64 0:1.0.0-10.el6_1.4 will be an update
---> Package openswan.x86_64 0:2.6.32-4.el6 will be updated
---> Package openswan.x86_64 0:2.6.32-4.el6_1.1 will be an update
---> Package perf.x86_64 0:2.6.32-131.4.1.el6 will be updated
---> Package perf.x86_64 0:2.6.32-131.12.1.el6 will be an update
---> Package python-dmidecode.x86_64 0:3.10.12-1.el6 will be updated
---> Package python-dmidecode.x86_64 0:3.10.12-1.el6_1.1 will be an update
---> Package rsyslog.x86_64 0:4.6.2-3.el6 will be updated
---> Package rsyslog.x86_64 0:4.6.2-3.el6_1.1 will be an update
---> Package samba-client.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-client.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package samba-common.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-common.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package samba-winbind-clients.x86_64 0:3.5.6-86.el6 will be updated
---> Package samba-winbind-clients.x86_64 0:3.5.6-86.el6_1.4 will be an update
---> Package selinux-policy.noarch 0:3.7.19-93.el6 will be updated
---> Package selinux-policy.noarch 0:3.7.19-93.el6_1.7 will be an update
---> Package selinux-policy-targeted.noarch 0:3.7.19-93.el6 will be updated
---> Package selinux-policy-targeted.noarch 0:3.7.19-93.el6_1.7 will be an update
---> Package sssd.x86_64 0:1.5.1-34.el6 will be updated
---> Package sssd.x86_64 0:1.5.1-34.el6_1.3 will be an update
---> Package sssd-client.x86_64 0:1.5.1-34.el6 will be updated
---> Package sssd-client.x86_64 0:1.5.1-34.el6_1.3 will be an update
---> Package subversion.x86_64 0:1.6.11-2.el6_0.3 will be updated
---> Package subversion.x86_64 0:1.6.11-2.el6_1.4 will be an update
---> Package system-config-firewall-base.noarch 0:1.2.27-3.el6_0.2 will be updated
---> Package system-config-firewall-base.noarch 0:1.2.27-3.el6_1.3 will be an update
---> Package system-config-firewall-tui.noarch 0:1.2.27-3.el6_0.2 will be updated
---> Package system-config-firewall-tui.noarch 0:1.2.27-3.el6_1.3 will be an update
---> Package systemtap-runtime.x86_64 0:1.4-6.el6 will be updated
---> Package systemtap-runtime.x86_64 0:1.4-6.el6_1.3 will be an update
---> Package tzdata.noarch 0:2011g-1.el6 will be updated
---> Package tzdata.noarch 0:2011h-3.el6 will be an update
---> Package tzdata-java.noarch 0:2011g-1.el6 will be updated
---> Package tzdata-java.noarch 0:2011h-3.el6 will be an update
---> Package yum-rhn-plugin.noarch 0:0.9.1-26.el6 will be updated
---> Package yum-rhn-plugin.noarch 0:0.9.1-26.el6_1.1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package      Arch   Version             Repository                        Size
================================================================================
Installing:
 kernel       x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates  23 M
 kernel-devel x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 6.9 M
Updating:
 apr          x86_64 1.3.9-3.el6_1.2     rhui-us-east-rhel-server-updates 123 k
 bind-libs    x86_64 32:9.7.3-2.el6_1.P3.2
                                         rhui-us-east-rhel-server-updates 838 k
 bind-utils   x86_64 32:9.7.3-2.el6_1.P3.2
                                         rhui-us-east-rhel-server-updates 177 k
 cifs-utils   x86_64 4.8.1-2.el6_1.2     rhui-us-east-rhel-server-updates  42 k
 curl         x86_64 7.19.7-26.el6_1.2   rhui-us-east-rhel-server-updates 191 k
 dbus         x86_64 1:1.2.24-5.el6_1    rhui-us-east-rhel-server-updates 207 k
 dbus-libs    x86_64 1:1.2.24-5.el6_1    rhui-us-east-rhel-server-updates 126 k
 dhclient     x86_64 12:4.1.1-19.P1.el6_1.1
                                         rhui-us-east-rhel-server-updates 377 k
 foomatic     x86_64 4.0.4-1.el6_1.1     rhui-us-east-rhel-server-updates 251 k
 freetype     x86_64 2.3.11-6.el6_1.6    rhui-us-east-rhel-server-updates 358 k
 ghostscript  x86_64 8.70-11.el6_1.2     rhui-us-east-rhel-server-updates 4.4 M
 glibc        x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 3.8 M
 glibc-common x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates  14 M
 glibc-devel  x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 963 k
 glibc-headers
              x86_64 2.12-1.25.el6_1.3   rhui-us-east-rhel-server-updates 594 k
 ipa-client   x86_64 2.0.0-23.el6_1.1    rhui-us-east-rhel-server-updates  88 k
 ipa-python   x86_64 2.0.0-23.el6_1.1    rhui-us-east-rhel-server-updates 492 k
 iwl5000-firmware
              noarch 8.83.5.1_1-1.el6_1.1
                                         rhui-us-east-rhel-server-updates 270 k
 java-1.6.0-openjdk
              x86_64 1:1.6.0.0-1.39.1.9.8.el6_1
                                         rhui-us-east-rhel-server-updates  25 M
 kernel-firmware
              noarch 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 2.5 M
 kernel-headers
              x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 1.3 M
 krb5-libs    x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 705 k
 krb5-pkinit-openssl
              x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 102 k
 krb5-workstation
              x86_64 1.9-9.el6_1.1       rhui-us-east-rhel-server-updates 451 k
 libXfont     x86_64 1.4.1-2.el6_1       rhui-us-east-rhel-server-updates 128 k
 libcurl      x86_64 7.19.7-26.el6_1.2   rhui-us-east-rhel-server-updates 163 k
 libgcrypt    x86_64 1.4.5-5.el6_1.2     rhui-us-east-rhel-server-updates 228 k
 libpng       x86_64 2:1.2.46-1.el6_1    rhui-us-east-rhel-server-updates 180 k
 libsndfile   x86_64 1.0.20-3.el6_1.1    rhui-us-east-rhel-server-updates 223 k
 mdadm        x86_64 3.2.2-1.el6_1.2     rhui-us-east-rhel-server-updates 314 k
 mutt         x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1
                                         rhui-us-east-rhel-server-updates 1.2 M
 nss_db       x86_64 2.2.3-0.3.pre1.el6_1.1
                                         rhui-us-east-rhel-server-updates 662 k
 openldap     x86_64 2.4.23-15.el6_1.1   rhui-us-east-rhel-server-updates 254 k
 openldap-clients
              x86_64 2.4.23-15.el6_1.1   rhui-us-east-rhel-server-updates 158 k
 openssh      x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 233 k
 openssh-clients
              x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 355 k
 openssh-server
              x86_64 5.3p1-52.el6_1.2    rhui-us-east-rhel-server-updates 295 k
 openssl      x86_64 1.0.0-10.el6_1.4    rhui-us-east-rhel-server-updates 1.4 M
 openswan     x86_64 2.6.32-4.el6_1.1    rhui-us-east-rhel-server-updates 882 k
 perf         x86_64 2.6.32-131.12.1.el6 rhui-us-east-rhel-server-updates 998 k
 python-dmidecode
              x86_64 3.10.12-1.el6_1.1   rhui-us-east-rhel-server-updates  79 k
 rsyslog      x86_64 4.6.2-3.el6_1.1     rhui-us-east-rhel-server-updates 449 k
 samba-client x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates  11 M
 samba-common x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates  13 M
 samba-winbind-clients
              x86_64 3.5.6-86.el6_1.4    rhui-us-east-rhel-server-updates 1.1 M
 selinux-policy
              noarch 3.7.19-93.el6_1.7   rhui-us-east-rhel-server-updates 742 k
 selinux-policy-targeted
              noarch 3.7.19-93.el6_1.7   rhui-us-east-rhel-server-updates 2.4 M
 sssd         x86_64 1.5.1-34.el6_1.3    rhui-us-east-rhel-server-updates 902 k
 sssd-client  x86_64 1.5.1-34.el6_1.3    rhui-us-east-rhel-server-updates  60 k
 subversion   x86_64 1.6.11-2.el6_1.4    rhui-us-east-rhel-server-updates 2.3 M
 system-config-firewall-base
              noarch 1.2.27-3.el6_1.3    rhui-us-east-rhel-server-updates 419 k
 system-config-firewall-tui
              noarch 1.2.27-3.el6_1.3    rhui-us-east-rhel-server-updates  37 k
 systemtap-runtime
              x86_64 1.4-6.el6_1.3       rhui-us-east-rhel-server-updates  89 k
 tzdata       noarch 2011h-3.el6         rhui-us-east-rhel-server-updates 439 k
 tzdata-java  noarch 2011h-3.el6         rhui-us-east-rhel-server-updates 151 k
 yum-rhn-plugin
              noarch 0.9.1-26.el6_1.1    rhui-us-east-rhel-server-updates  76 k

Transaction Summary
================================================================================
Install       2 Package(s)
Upgrade      56 Package(s)

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

  Updating   : kernel-firmware-2.6.32-131.12.1.el6.noarch                 1/114 

  Installing : kernel-2.6.32-131.12.1.el6.x86_64                          2/114 

  Updating   : system-config-firewall-base-1.2.27-3.el6_1.3.noarch        3/114 

  Updating   : selinux-policy-3.7.19-93.el6_1.7.noarch                    4/114 

  Updating   : kernel-headers-2.6.32-131.12.1.el6.x86_64                  5/114 

  Updating   : tzdata-java-2011h-3.el6.noarch                             6/114 

  Updating   : tzdata-2011h-3.el6.noarch                                  7/114 

  Updating   : glibc-common-2.12-1.25.el6_1.3.x86_64                      8/114 

  Updating   : glibc-2.12-1.25.el6_1.3.x86_64                             9/114 

  Updating   : krb5-libs-1.9-9.el6_1.1.x86_64                            10/114 

  Updating   : openldap-2.4.23-15.el6_1.1.x86_64                         11/114 

  Updating   : openssl-1.0.0-10.el6_1.4.x86_64                           12/114 

  Updating   : openssh-5.3p1-52.el6_1.2.x86_64                           13/114 

  Updating   : samba-winbind-clients-3.5.6-86.el6_1.4.x86_64             14/114 

  Updating   : libcurl-7.19.7-26.el6_1.2.x86_64                          15/114 

  Updating   : 2:libpng-1.2.46-1.el6_1.x86_64                            16/114 

  Updating   : 1:dbus-libs-1.2.24-5.el6_1.x86_64                         17/114 

  Updating   : freetype-2.3.11-6.el6_1.6.x86_64                          18/114 

  Updating   : ghostscript-8.70-11.el6_1.2.x86_64                        19/114 

  Updating   : samba-common-3.5.6-86.el6_1.4.x86_64                      20/114 

  Updating   : 32:bind-libs-9.7.3-2.el6_1.P3.2.x86_64                    21/114 

  Updating   : 32:bind-utils-9.7.3-2.el6_1.P3.2.x86_64                   22/114 

  Updating   : krb5-workstation-1.9-9.el6_1.1.x86_64                     23/114 

  Updating   : glibc-headers-2.12-1.25.el6_1.3.x86_64                    24/114 

  Updating   : ipa-python-2.0.0-23.el6_1.1.x86_64                        25/114 

  Updating   : sssd-client-1.5.1-34.el6_1.3.x86_64                       26/114 

  Updating   : sssd-1.5.1-34.el6_1.3.x86_64                              27/114 

  Updating   : apr-1.3.9-3.el6_1.2.x86_64                                28/114

Comment 40 Kedar Bidarkar 2011-08-31 09:46:35 UTC
  Updating   : subversion-1.6.11-2.el6_1.4.x86_64                        29/114 

  Updating   : ipa-client-2.0.0-23.el6_1.1.x86_64                        30/114 

  Updating   : glibc-devel-2.12-1.25.el6_1.3.x86_64                      31/114 

  Updating   : samba-client-3.5.6-86.el6_1.4.x86_64                      32/114 

  Updating   : foomatic-4.0.4-1.el6_1.1.x86_64                           33/114 

  Updating   : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.8.el6_1.x86_64      34/114 

  Updating   : libXfont-1.4.1-2.el6_1.x86_64                             35/114 

  Updating   : 1:dbus-1.2.24-5.el6_1.x86_64                              36/114 

  Updating   : curl-7.19.7-26.el6_1.2.x86_64                             37/114 

  Updating   : openssh-clients-5.3p1-52.el6_1.2.x86_64                   38/114 

  Updating   : openssh-server-5.3p1-52.el6_1.2.x86_64                    39/114 

  Updating   : krb5-pkinit-openssl-1.9-9.el6_1.1.x86_64                  40/114 

  Updating   : openldap-clients-2.4.23-15.el6_1.1.x86_64                 41/114 

  Updating   : 5:mutt-1.5.20-2.20091214hg736b6a.el6_1.1.x86_64           42/114 

  Updating   : cifs-utils-4.8.1-2.el6_1.2.x86_64                         43/114 

  Updating   : libgcrypt-1.4.5-5.el6_1.2.x86_64                          44/114 

  Updating   : nss_db-2.2.3-0.3.pre1.el6_1.1.x86_64                      45/114 

  Updating   : python-dmidecode-3.10.12-1.el6_1.1.x86_64                 46/114 

  Updating   : openswan-2.6.32-4.el6_1.1.x86_64                          47/114 

  Updating   : systemtap-runtime-1.4-6.el6_1.3.x86_64                    48/114 

  Updating   : mdadm-3.2.2-1.el6_1.2.x86_64                              49/114 

  Updating   : 12:dhclient-4.1.1-19.P1.el6_1.1.x86_64                    50/114 

  Updating   : rsyslog-4.6.2-3.el6_1.1.x86_64                            51/114 

  Updating   : libsndfile-1.0.20-3.el6_1.1.x86_64                        52/114 

  Updating   : perf-2.6.32-131.12.1.el6.x86_64                           53/114 

  Updating   : selinux-policy-targeted-3.7.19-93.el6_1.7.noarch          54/114 

  Updating   : system-config-firewall-tui-1.2.27-3.el6_1.3.noarch        55/114 

  Updating   : iwl5000-firmware-8.83.5.1_1-1.el6_1.1.noarch              56/114 

  Updating   : yum-rhn-plugin-0.9.1-26.el6_1.1.noarch                    57/114 

  Installing : kernel-devel-2.6.32-131.12.1.el6.x86_64                   58/114 

  Cleanup    : ipa-client-2.0.0-23.el6.x86_64                            59/114 

  Cleanup    : sssd-1.5.1-34.el6.x86_64                                  60/114 

  Cleanup    : samba-client-3.5.6-86.el6.x86_64                          61/114 

  Cleanup    : samba-common-3.5.6-86.el6.x86_64                          62/114 

  Cleanup    : 32:bind-utils-9.7.3-2.el6.x86_64                          63/114 

  Cleanup    : openssh-server-5.3p1-52.el6.x86_64                        64/114 

  Cleanup    : krb5-pkinit-openssl-1.9-9.el6.x86_64                      65/114 

  Cleanup    : 1:java-1.6.0-openjdk-1.6.0.0-1.39.1.9.7.el6.x86_64        66/114 

  Cleanup    : curl-7.19.7-26.el6.x86_64                                 67/114 

  Cleanup    : openssh-clients-5.3p1-52.el6.x86_64                       68/114 

  Cleanup    : glibc-devel-2.12-1.25.el6.x86_64                          69/114 

  Cleanup    : openldap-clients-2.4.23-15.el6.x86_64                     70/114 

  Cleanup    : openssh-5.3p1-52.el6.x86_64                               71/114 

  Cleanup    : libcurl-7.19.7-26.el6.x86_64                              72/114 

  Cleanup    : 32:bind-libs-9.7.3-2.el6.x86_64                           73/114 

  Cleanup    : samba-winbind-clients-3.5.6-86.el6.x86_64                 74/114 

  Cleanup    : krb5-workstation-1.9-9.el6.x86_64                         75/114 

  Cleanup    : 1:dbus-1.2.24-4.el6_0.x86_64                              76/114 

  Cleanup    : openssl-1.0.0-10.el6.x86_64                               77/114 

  Cleanup    : libXfont-1.4.1-1.el6.x86_64                               78/114 

  Cleanup    : cifs-utils-4.8.1-2.el6.x86_64                             79/114 

  Cleanup    : 5:mutt-1.5.20-2.20091214hg736b6a.el6.x86_64               80/114 

  Cleanup    : subversion-1.6.11-2.el6_0.3.x86_64                        81/114 

  Cleanup    : glibc-headers-2.12-1.25.el6.x86_64                        82/114 

  Cleanup    : foomatic-4.0.4-1.el6.x86_64                               83/114 

  Cleanup    : perf-2.6.32-131.4.1.el6.x86_64                            84/114 

  Cleanup    : selinux-policy-targeted-3.7.19-93.el6.noarch              85/114 

  Cleanup    : system-config-firewall-tui-1.2.27-3.el6_0.2.noarch        86/114 

  Cleanup    : ghostscript-8.70-11.el6.x86_64                            87/114 

  Cleanup    : krb5-libs-1.9-9.el6.x86_64                                88/114 

  Cleanup    : 2:libpng-1.2.44-1.el6.x86_64                              89/114 

  Cleanup    : apr-1.3.9-3.el6.x86_64                                    90/114 

  Cleanup    : freetype-2.3.11-6.el6_0.2.x86_64                          91/114 

  Cleanup    : 1:dbus-libs-1.2.24-4.el6_0.x86_64                         92/114 

  Cleanup    : openldap-2.4.23-15.el6.x86_64                             93/114 

  Cleanup    : sssd-client-1.5.1-34.el6.x86_64                           94/114 

  Cleanup    : ipa-python-2.0.0-23.el6.x86_64                            95/114 

  Cleanup    : libsndfile-1.0.20-3.el6.x86_64                            96/114 

  Cleanup    : rsyslog-4.6.2-3.el6.x86_64                                97/114 

  Cleanup    : 12:dhclient-4.1.1-19.P1.el6.x86_64                        98/114 

  Cleanup    : mdadm-3.2.1-1.el6.x86_64                                  99/114 

  Cleanup    : systemtap-runtime-1.4-6.el6.x86_64                       100/114 

  Cleanup    : openswan-2.6.32-4.el6.x86_64                             101/114 

  Cleanup    : python-dmidecode-3.10.12-1.el6.x86_64                    102/114 

  Cleanup    : nss_db-2.2.3-0.3.pre1.el6.x86_64                         103/114 

  Cleanup    : libgcrypt-1.4.5-5.el6.x86_64                             104/114 

  Cleanup    : system-config-firewall-base-1.2.27-3.el6_0.2.noarch      105/114 

  Cleanup    : selinux-policy-3.7.19-93.el6.noarch                      106/114 

  Cleanup    : kernel-headers-2.6.32-131.4.1.el6.x86_64                 107/114 

  Cleanup    : tzdata-java-2011g-1.el6.noarch                           108/114 

  Cleanup    : iwl5000-firmware-8.24.2.12-3.el6.noarch                  109/114 

  Cleanup    : kernel-firmware-2.6.32-131.4.1.el6.noarch                110/114 

  Cleanup    : yum-rhn-plugin-0.9.1-26.el6.noarch                       111/114 

  Cleanup    : glibc-common-2.12-1.25.el6.x86_64                        112/114 

  Cleanup    : glibc-2.12-1.25.el6.x86_64                               113/114 

  Cleanup    : tzdata-2011g-1.el6.noarch                                114/114 

Installed:
  kernel.x86_64 0:2.6.32-131.12.1.el6 kernel-devel.x86_64 0:2.6.32-131.12.1.el6

Updated:
  apr.x86_64 0:1.3.9-3.el6_1.2                                                  
  bind-libs.x86_64 32:9.7.3-2.el6_1.P3.2                                        
  bind-utils.x86_64 32:9.7.3-2.el6_1.P3.2                                       
  cifs-utils.x86_64 0:4.8.1-2.el6_1.2                                           
  curl.x86_64 0:7.19.7-26.el6_1.2                                               
  dbus.x86_64 1:1.2.24-5.el6_1                                                  
  dbus-libs.x86_64 1:1.2.24-5.el6_1                                             
  dhclient.x86_64 12:4.1.1-19.P1.el6_1.1                                        
  foomatic.x86_64 0:4.0.4-1.el6_1.1                                             
  freetype.x86_64 0:2.3.11-6.el6_1.6                                            
  ghostscript.x86_64 0:8.70-11.el6_1.2                                          
  glibc.x86_64 0:2.12-1.25.el6_1.3                                              
  glibc-common.x86_64 0:2.12-1.25.el6_1.3                                       
  glibc-devel.x86_64 0:2.12-1.25.el6_1.3                                        
  glibc-headers.x86_64 0:2.12-1.25.el6_1.3                                      
  ipa-client.x86_64 0:2.0.0-23.el6_1.1                                          
  ipa-python.x86_64 0:2.0.0-23.el6_1.1                                          
  iwl5000-firmware.noarch 0:8.83.5.1_1-1.el6_1.1                                
  java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.39.1.9.8.el6_1                          
  kernel-firmware.noarch 0:2.6.32-131.12.1.el6                                  
  kernel-headers.x86_64 0:2.6.32-131.12.1.el6                                   
  krb5-libs.x86_64 0:1.9-9.el6_1.1                                              
  krb5-pkinit-openssl.x86_64 0:1.9-9.el6_1.1                                    
  krb5-workstation.x86_64 0:1.9-9.el6_1.1                                       
  libXfont.x86_64 0:1.4.1-2.el6_1                                               
  libcurl.x86_64 0:7.19.7-26.el6_1.2                                            
  libgcrypt.x86_64 0:1.4.5-5.el6_1.2                                            
  libpng.x86_64 2:1.2.46-1.el6_1                                                
  libsndfile.x86_64 0:1.0.20-3.el6_1.1                                          
  mdadm.x86_64 0:3.2.2-1.el6_1.2                                                
  mutt.x86_64 5:1.5.20-2.20091214hg736b6a.el6_1.1                               
  nss_db.x86_64 0:2.2.3-0.3.pre1.el6_1.1                                        
  openldap.x86_64 0:2.4.23-15.el6_1.1                                           
  openldap-clients.x86_64 0:2.4.23-15.el6_1.1                                   
  openssh.x86_64 0:5.3p1-52.el6_1.2                                             
  openssh-clients.x86_64 0:5.3p1-52.el6_1.2                                     
  openssh-server.x86_64 0:5.3p1-52.el6_1.2                                      
  openssl.x86_64 0:1.0.0-10.el6_1.4                                             
  openswan.x86_64 0:2.6.32-4.el6_1.1                                            
  perf.x86_64 0:2.6.32-131.12.1.el6                                             
  python-dmidecode.x86_64 0:3.10.12-1.el6_1.1                                   
  rsyslog.x86_64 0:4.6.2-3.el6_1.1                                              
  samba-client.x86_64 0:3.5.6-86.el6_1.4                                        
  samba-common.x86_64 0:3.5.6-86.el6_1.4                                        
  samba-winbind-clients.x86_64 0:3.5.6-86.el6_1.4                               
  selinux-policy.noarch 0:3.7.19-93.el6_1.7                                     
  selinux-policy-targeted.noarch 0:3.7.19-93.el6_1.7                            
  sssd.x86_64 0:1.5.1-34.el6_1.3                                                
  sssd-client.x86_64 0:1.5.1-34.el6_1.3                                         
  subversion.x86_64 0:1.6.11-2.el6_1.4                                          
  system-config-firewall-base.noarch 0:1.2.27-3.el6_1.3                         
  system-config-firewall-tui.noarch 0:1.2.27-3.el6_1.3                          
  systemtap-runtime.x86_64 0:1.4-6.el6_1.3                                      
  tzdata.noarch 0:2011h-3.el6                                                   
  tzdata-java.noarch 0:2011h-3.el6                                              
  yum-rhn-plugin.noarch 0:0.9.1-26.el6_1.1                                      

Complete! 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
RETURN CODE: 0
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
cat: /root/.bash_history: No such file or directory
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
COMMAND:  chkconfig --list | grep rh-cloud | grep 3:off | wc -l
RESULT: 1

Comment 41 Kedar Bidarkar 2011-08-31 09:46:38 UTC
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
######################################################################################
# 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: 612ddf28c3916530d47ef56a1b1ed1ed 
EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify auditd sysconfig ... 
######################################################################################
COMMAND:  md5sum /etc/sysconfig/auditd | cut -f 1 -d  " "
RESULT: 123beb3a97a32d96eba4f11509e39da2 
EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify sshd_config settings ...
######################################################################################
COMMAND:  cat /etc/ssh/sshd_config  | grep  PasswordAuthentication | grep no | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################

Comment 42 Kedar Bidarkar 2011-08-31 09:46:41 UTC
# 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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 1
FAILED TESTS = ## Install Development tools group...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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


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