| Summary: | ami-a6810c96 5.7 x86_64 us-west-2 | ||
|---|---|---|---|
| Product: | Cloud Image Validation | Reporter: | Kedar Bidarkar <kbidarka> |
| Component: | images | Assignee: | wes hayutin <whayutin> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | RHEL5.7 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-16 15:32:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Kedar Bidarkar
2011-11-29 09:53:04 UTC
IMAGE ID= ami-a6810c96_us-west-2_m1.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-112-32-78.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-e03aa7d0 , Instance Type : m1.xlarge and Arch : x86_64 in the Region : us-west-2a
The Validate Signature is : MLjgtz1swcyxh+y2OAGMWr1vV3n34StxV0OEaIjYoSL2/9oOLxxSdDlC5FaC2Zq8OEosYADONjAT
SpOSTr0LxQD7oJ2ntUY0AaL7WZqwUOKdWr0HA6LvkZOnTfFMRCfOump/jxBqsKRvj29xNkmtkYKb
EMJHc1RChCKRexBK2a0=
This is a Cloud Access image
/root/valid/src
ip-10-252-78-42
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274
EXPECTED RESULT: 2.6.18-274
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274
RESULT: title RHEL5.7-Server-20110711.5-Server-x86_64-starter-ec2 (2.6.18-274.el5xen)
kernel /boot/vmlinuz-2.6.18-274.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print }'
COMMAND: echo ext3
RESULT: ext3
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND: echo true
RESULT: true
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ...
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ...
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ...
######################################################################################
COMMAND: /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ...
######################################################################################
COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ...
######################################################################################
COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ...
######################################################################################
COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ...
######################################################################################
COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ...
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND: echo test passed
RESULT: test passed
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ...
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L... c /etc/pam.d/system-auth
.M...... c /etc/sysconfig/iptables-config
S file Size differs
M Mode differs (includes permissions and file type)
5 MD5 sum differs
D Device major/minor number mismatch
L readLink(2) path mismatch
U User ownership differs
G Group ownership differs
T mTime differs
COMMAND: cat /tmp/rpmqaV.txt | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ...
######################################################################################
COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.7
EXPECTED RESULT: 5.7
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ...
######################################################################################
COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l
RESULT: 0
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ...
######################################################################################
COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND: rpm -qa gpg-pubkey* | grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND: /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
repo id repo name status
rhui-us-west-2-client-config-server-5 Red Hat Update Infrastructure 2.0 C 0
rhui-us-west-2-rhel-server Red Hat Enterprise Linux Server 5 ( 12,284
repolist: 12,284
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND: /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ...
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND: /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Installed Groups:
Editors
FTP Server
Legacy Network Server
Legacy Software Development
Legacy Software Support
Mail Server
MySQL Database
PostgreSQL Database
Server Configuration Tools
System Tools
Text-based Internet
Web Server
Available Groups:
Administration Tools
Authoring and Publishing
DNS Name Server
Development Libraries
Development Tools
Engineering and Scientific
GNOME Desktop Environment
GNOME Software Development
Games and Entertainment
Graphical Internet
Graphics
Java Development
KDE (K Desktop Environment)
KDE Software Development
Network Servers
News Server
Office/Productivity
OpenFabrics Enterprise Distribution
Printing Support
Sound and Video
Windows File Server
X Software Development
X Window System
Done
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND: /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package gcc-4.1.2-51.el5.x86_64 already installed and latest version
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.i386 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 4.1 MB/s | 92 MB 00:22
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 5.3 MB/s | 112 MB 00:21 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : kernel-headers 1/124 Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : nss_ldap 77/124 Cleanup : libxml2-python 78/124 Cleanup : glibc 79/124 Cleanup : postgresql-libs 80/124 Cleanup : rsync 81/124 Cleanup : yum-rhn-plugin 82/124 Cleanup : glibc-common 83/124 Cleanup : openldap-clients 84/124 Cleanup : tzdata 85/124 Cleanup : curl 86/124 Cleanup : nss_ldap 87/124 Cleanup : udev 88/124 Cleanup : libpng 89/124 Cleanup : mkinitrd 90/124 Cleanup : dbus 91/124 Cleanup : gdbm 92/124 Cleanup : libXfont 93/124 Cleanup : python 94/124 Cleanup : postgresql-libs 95/124 Cleanup : openssh-server 96/124 Cleanup : dbus-libs 97/124 Cleanup : nss-tools 98/124 Cleanup : glibc-devel 99/124 Cleanup : curl 100/124 Cleanup : bind-utils 101/124 Cleanup : samba-common 102/124 Cleanup : nss 103/124 Cleanup : mod_ssl 104/124 Cleanup : nss 105/124 Cleanup : openswan 106/124 Cleanup : net-snmp 107/124 Cleanup : libsmbclient 108/124 Cleanup : libX11 109/124 Cleanup : bind-libs 110/124 Cleanup : freetype 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-32-78.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-e03aa7d0 , Instance Type : m1.xlarge and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : MLjgtz1swcyxh+y2OAGMWr1vV3n34StxV0OEaIjYoSL2/9oOLxxSdDlC5FaC2Zq8OEosYADONjAT SpOSTr0LxQD7oJ2ntUY0AaL7WZqwUOKdWr0HA6LvkZOnTfFMRCfOump/jxBqsKRvj29xNkmtkYKb EMJHc1RChCKRexBK2a0= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### IMAGE ID= ami-a6810c96_us-west-2_m1.large
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-112-16-195.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-dc3aa7ec , Instance Type : m1.large and Arch : x86_64 in the Region : us-west-2a
The Validate Signature is : Q/0RUst9Lxp9IKiX1I4C1BxAuqQBdtHKk93EybhLZrB58wJurL5waFTYeit3+t2puSqzH0gq0Pwq
cP9k6UYFrJRk3dx2creylsAGJSj5oLQGG3pRgBu34jcrPMpk6mXoJnI6NniRRGmGMbbzFP5qt7tn
e1ayeM+Ryc67xE6F3NQ=
This is a Cloud Access image
/root/valid/src
ip-10-252-2-16
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274
EXPECTED RESULT: 2.6.18-274
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274
RESULT: title RHEL5.7-Server-20110711.5-Server-x86_64-starter-ec2 (2.6.18-274.el5xen)
kernel /boot/vmlinuz-2.6.18-274.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print }'
COMMAND: echo ext3
RESULT: ext3
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND: echo true
RESULT: true
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ...
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ...
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ...
######################################################################################
COMMAND: /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ...
######################################################################################
COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ...
######################################################################################
COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ...
######################################################################################
COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ...
######################################################################################
COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ...
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND: echo test passed
RESULT: test passed
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ...
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L... c /etc/pam.d/system-auth
.M...... c /etc/sysconfig/iptables-config
S file Size differs
M Mode differs (includes permissions and file type)
5 MD5 sum differs
D Device major/minor number mismatch
L readLink(2) path mismatch
U User ownership differs
G Group ownership differs
T mTime differs
COMMAND: cat /tmp/rpmqaV.txt | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ...
######################################################################################
COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.7
EXPECTED RESULT: 5.7
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ...
######################################################################################
COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l
RESULT: 0
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ...
######################################################################################
COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND: rpm -qa gpg-pubkey* | grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND: /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
repo id repo name status
rhui-us-west-2-client-config-server-5 Red Hat Update Infrastructure 2.0 C 0
rhui-us-west-2-rhel-server Red Hat Enterprise Linux Server 5 ( 12,284
repolist: 12,284
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND: /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ...
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND: /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Installed Groups:
Editors
FTP Server
Legacy Network Server
Legacy Software Development
Legacy Software Support
Mail Server
MySQL Database
PostgreSQL Database
Server Configuration Tools
System Tools
Text-based Internet
Web Server
Available Groups:
Administration Tools
Authoring and Publishing
DNS Name Server
Development Libraries
Development Tools
Engineering and Scientific
GNOME Desktop Environment
GNOME Software Development
Games and Entertainment
Graphical Internet
Graphics
Java Development
KDE (K Desktop Environment)
KDE Software Development
Network Servers
News Server
Office/Productivity
OpenFabrics Enterprise Distribution
Printing Support
Sound and Video
Windows File Server
X Software Development
X Window System
Done
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND: /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package gcc-4.1.2-51.el5.x86_64 already installed and latest version
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.i386 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 3.6 MB/s | 92 MB 00:25
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
IMAGE ID= ami-a6810c96_us-west-2_m2.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-112-38-191.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-cc3aa7fc , Instance Type : m2.xlarge and Arch : x86_64 in the Region : us-west-2b
The Validate Signature is : g0+OIZlP1zvfiJY1uSyk8UI2spNe7FwYvfzuoJv3FV/NJjLvkcmn44NTZoZny6ojHilg0HeIerzS
cn+qkq/E3yleZ3Iji0BqJcrInKPjWi24ct7HWZ+/agfxmFqFfgHFC8LSB5wK+b5eQvj1/98HBX1V
ph0m5fj61sJeiwSalPY=
This is a Cloud Access image
/root/valid/src
ip-10-248-71-233
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274
EXPECTED RESULT: 2.6.18-274
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274
RESULT: title RHEL5.7-Server-20110711.5-Server-x86_64-starter-ec2 (2.6.18-274.el5xen)
kernel /boot/vmlinuz-2.6.18-274.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print }'
COMMAND: echo ext3
RESULT: ext3
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND: echo true
RESULT: true
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ...
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ...
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ...
######################################################################################
COMMAND: /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ...
######################################################################################
COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ...
######################################################################################
COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ...
######################################################################################
COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ...
######################################################################################
COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ...
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND: echo test passed
RESULT: test passed
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ...
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L... c /etc/pam.d/system-auth
.M...... c /etc/sysconfig/iptables-config
S file Size differs
M Mode differs (includes permissions and file type)
5 MD5 sum differs
D Device major/minor number mismatch
L readLink(2) path mismatch
U User ownership differs
G Group ownership differs
T mTime differs
COMMAND: cat /tmp/rpmqaV.txt | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ...
######################################################################################
COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.7
EXPECTED RESULT: 5.7
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ...
######################################################################################
COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l
RESULT: 0
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ...
######################################################################################
COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND: rpm -qa gpg-pubkey* | grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND: /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
repo id repo name status
rhui-us-west-2-client-config-server-5 Red Hat Update Infrastructure 2.0 C 0
rhui-us-west-2-rhel-server Red Hat Enterprise Linux Server 5 ( 12,284
repolist: 12,284
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND: /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ...
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND: /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Installed Groups:
Editors
FTP Server
Legacy Network Server
Legacy Software Development
Legacy Software Support
Mail Server
MySQL Database
PostgreSQL Database
Server Configuration Tools
System Tools
Text-based Internet
Web Server
Available Groups:
Administration Tools
Authoring and Publishing
DNS Name Server
Development Libraries
Development Tools
Engineering and Scientific
GNOME Desktop Environment
GNOME Software Development
Games and Entertainment
Graphical Internet
Graphics
Java Development
KDE (K Desktop Environment)
KDE Software Development
Network Servers
News Server
Office/Productivity
OpenFabrics Enterprise Distribution
Printing Support
Sound and Video
Windows File Server
X Software Development
X Window System
Done
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND: /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package gcc-4.1.2-51.el5.x86_64 already installed and latest version
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.i386 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 3.9 MB/s | 92 MB 00:23
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 4.7 MB/s | 112 MB 00:23 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : kernel-headers 1/124 Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : net-snmp 77/124 Cleanup : libxml2-python 78/124 Cleanup : postgresql-libs 79/124 Cleanup : rsync 80/124 Cleanup : yum-rhn-plugin 81/124 Cleanup : glibc-common 82/124 Cleanup : openldap-clients 83/124 Cleanup : tzdata 84/124 Cleanup : curl 85/124 Cleanup : nss_ldap 86/124 Cleanup : udev 87/124 Cleanup : libpng 88/124 Cleanup : mkinitrd 89/124 Cleanup : dbus 90/124 Cleanup : gdbm 91/124 Cleanup : libXfont 92/124 Cleanup : python 93/124 Cleanup : postgresql-libs 94/124 Cleanup : openssh-server 95/124 Cleanup : dbus-libs 96/124 Cleanup : nss-tools 97/124 Cleanup : glibc-devel 98/124 Cleanup : curl 99/124 Cleanup : bind-utils 100/124 Cleanup : samba-common 101/124 Cleanup : nss 102/124 Cleanup : mod_ssl 103/124 Cleanup : nss 104/124 Cleanup : openswan 105/124 Cleanup : nss_ldap 106/124 Cleanup : libsmbclient 107/124 Cleanup : libX11 108/124 Cleanup : bind-libs 109/124 Cleanup : freetype 110/124 Cleanup : glibc 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l Total 5.0 MB/s | 112 MB 00:22 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : kernel-headers 1/124 Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : net-snmp 77/124 Cleanup : libxml2-python 78/124 Cleanup : postgresql-libs 79/124 Cleanup : rsync 80/124 Cleanup : yum-rhn-plugin 81/124 Cleanup : glibc-common 82/124 Cleanup : openldap-clients 83/124 Cleanup : tzdata 84/124 Cleanup : curl 85/124 Cleanup : nss_ldap 86/124 Cleanup : udev 87/124 Cleanup : libpng 88/124 Cleanup : mkinitrd 89/124 Cleanup : dbus 90/124 Cleanup : gdbm 91/124 Cleanup : libXfont 92/124 Cleanup : python 93/124 Cleanup : postgresql-libs 94/124 Cleanup : openssh-server 95/124 Cleanup : dbus-libs 96/124 Cleanup : nss-tools 97/124 Cleanup : glibc-devel 98/124 Cleanup : curl 99/124 Cleanup : bind-utils 100/124 Cleanup : samba-common 101/124 Cleanup : nss 102/124 Cleanup : mod_ssl 103/124 Cleanup : nss 104/124 Cleanup : openswan 105/124 Cleanup : nss_ldap 106/124 Cleanup : libsmbclient 107/124 Cleanup : libX11 108/124 Cleanup : bind-libs 109/124 Cleanup : freetype 110/124 Cleanup : glibc 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-16-195.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-dc3aa7ec , Instance Type : m1.large and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : Q/0RUst9Lxp9IKiX1I4C1BxAuqQBdtHKk93EybhLZrB58wJurL5waFTYeit3+t2puSqzH0gq0Pwq cP9k6UYFrJRk3dx2creylsAGJSj5oLQGG3pRgBu34jcrPMpk6mXoJnI6NniRRGmGMbbzFP5qt7tn e1ayeM+Ryc67xE6F3NQ= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-38-191.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-cc3aa7fc , Instance Type : m2.xlarge and Arch : x86_64 in the Region : us-west-2b The Validate Signature is : g0+OIZlP1zvfiJY1uSyk8UI2spNe7FwYvfzuoJv3FV/NJjLvkcmn44NTZoZny6ojHilg0HeIerzS cn+qkq/E3yleZ3Iji0BqJcrInKPjWi24ct7HWZ+/agfxmFqFfgHFC8LSB5wK+b5eQvj1/98HBX1V ph0m5fj61sJeiwSalPY= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### IMAGE ID= ami-a6810c96_us-west-2_t1.micro
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-112-47-142.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-d23aa7e2 , Instance Type : t1.micro and Arch : x86_64 in the Region : us-west-2a
The Validate Signature is : FhHUHQ+xm9jstnu4sujhKFTptOYUaM7EEXw0YG1HVSnOHq+yxtWlFFiu4JGvISJgw65fUTHxFuGW
eee32k7LHl27ru+BZtEJG7cB35EA3Ut4qi7x685BUkZ+wkpISwD1rxjDDZjR4+7ARp6cXOuhU8uh
BsqUtwX0ocdhuj/S04w=
This is a Cloud Access image
/root/valid/src
ip-10-252-40-78
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274
EXPECTED RESULT: 2.6.18-274
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274
RESULT: title RHEL5.7-Server-20110711.5-Server-x86_64-starter-ec2 (2.6.18-274.el5xen)
kernel /boot/vmlinuz-2.6.18-274.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print }'
COMMAND: echo ext3
RESULT: ext3
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND: echo true
RESULT: true
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## /sbin/getenforce ...
######################################################################################
COMMAND: /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ...
######################################################################################
COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ...
######################################################################################
COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ...
######################################################################################
COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ...
######################################################################################
COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ...
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND: echo test passed
RESULT: test passed
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ...
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L... c /etc/pam.d/system-auth
.M...... c /etc/sysconfig/iptables-config
S file Size differs
M Mode differs (includes permissions and file type)
5 MD5 sum differs
D Device major/minor number mismatch
L readLink(2) path mismatch
U User ownership differs
G Group ownership differs
T mTime differs
COMMAND: cat /tmp/rpmqaV.txt | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ...
######################################################################################
COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.7
EXPECTED RESULT: 5.7
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ...
######################################################################################
COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l
RESULT: 0
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ...
######################################################################################
COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND: rpm -qa gpg-pubkey* | grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND: /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
repo id repo name status
rhui-us-west-2-client-config-server-5 Red Hat Update Infrastructure 2.0 C 0
rhui-us-west-2-rhel-server Red Hat Enterprise Linux Server 5 ( 12,284
repolist: 12,284
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND: /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ...
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND: /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Installed Groups:
Editors
FTP Server
Legacy Network Server
Legacy Software Development
Legacy Software Support
Mail Server
MySQL Database
PostgreSQL Database
Server Configuration Tools
System Tools
Text-based Internet
Web Server
Available Groups:
Administration Tools
Authoring and Publishing
DNS Name Server
Development Libraries
Development Tools
Engineering and Scientific
GNOME Desktop Environment
GNOME Software Development
Games and Entertainment
Graphical Internet
Graphics
Java Development
KDE (K Desktop Environment)
KDE Software Development
Network Servers
News Server
Office/Productivity
OpenFabrics Enterprise Distribution
Printing Support
Sound and Video
Windows File Server
X Software Development
X Window System
Done
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND: /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package gcc-4.1.2-51.el5.x86_64 already installed and latest version
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.i386 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 3.7 MB/s | 92 MB 00:25
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 2.4 MB/s | 112 MB 00:46
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : kernel-headers 1/124
Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : nss_ldap 77/124 Cleanup : libxml2-python 78/124 Cleanup : glibc 79/124 Cleanup : postgresql-libs 80/124 Cleanup : rsync 81/124 Cleanup : yum-rhn-plugin 82/124 Cleanup : glibc-common 83/124 Cleanup : openldap-clients 84/124 Cleanup : tzdata 85/124 Cleanup : curl 86/124 Cleanup : nss_ldap 87/124 Cleanup : udev 88/124 Cleanup : libpng 89/124 Cleanup : mkinitrd 90/124 Cleanup : dbus 91/124 Cleanup : gdbm 92/124 Cleanup : libXfont 93/124 Cleanup : python 94/124 Cleanup : postgresql-libs 95/124 Cleanup : openssh-server 96/124 Cleanup : dbus-libs 97/124 Cleanup : nss-tools 98/124 Cleanup : glibc-devel 99/124 Cleanup : curl 100/124 Cleanup : bind-utils 101/124 Cleanup : samba-common 102/124 Cleanup : nss 103/124 Cleanup : mod_ssl 104/124 Cleanup : nss 105/124 Cleanup : openswan 106/124 Cleanup : net-snmp 107/124 Cleanup : libsmbclient 108/124 Cleanup : libX11 109/124 Cleanup : bind-libs 110/124 Cleanup : freetype 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-47-142.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-d23aa7e2 , Instance Type : t1.micro and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : FhHUHQ+xm9jstnu4sujhKFTptOYUaM7EEXw0YG1HVSnOHq+yxtWlFFiu4JGvISJgw65fUTHxFuGW eee32k7LHl27ru+BZtEJG7cB35EA3Ut4qi7x685BUkZ+wkpISwD1rxjDDZjR4+7ARp6cXOuhU8uh BsqUtwX0ocdhuj/S04w= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### IMAGE ID= ami-a6810c96_us-west-2_m2.2xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-112-19-194.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-3235a802 , Instance Type : m2.2xlarge and Arch : x86_64 in the Region : us-west-2b
The Validate Signature is : fFLI+DnQfmsgYnN0D4G/jfT8ANpQxnKqNg4C3hI4g6qH588vo/6tpcv21btxiRz0GeFvNAIzM6jP
csL3J2wOoU+eurCyOk+DTwZ9vcP0Imzg6g0YUPFc3sMHoxYlNF5Ruu4IGnk15DvZl2Dria8H0i5q
/2pFdBQKqf7yPXhW+jU=
This is a Cloud Access image
/root/valid/src
ip-10-248-11-220
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274
EXPECTED RESULT: 2.6.18-274
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274
RESULT: title RHEL5.7-Server-20110711.5-Server-x86_64-starter-ec2 (2.6.18-274.el5xen)
kernel /boot/vmlinuz-2.6.18-274.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print }'
COMMAND: echo ext3
RESULT: ext3
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND: echo true
RESULT: true
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ...
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ...
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ...
######################################################################################
COMMAND: /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ...
######################################################################################
COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ...
######################################################################################
COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ...
######################################################################################
COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ...
######################################################################################
COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ...
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND: echo test passed
RESULT: test passed
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ...
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L... c /etc/pam.d/system-auth
.M...... c /etc/sysconfig/iptables-config
S file Size differs
M Mode differs (includes permissions and file type)
5 MD5 sum differs
D Device major/minor number mismatch
L readLink(2) path mismatch
U User ownership differs
G Group ownership differs
T mTime differs
COMMAND: cat /tmp/rpmqaV.txt | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ...
######################################################################################
COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.7
EXPECTED RESULT: 5.7
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ...
######################################################################################
COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l
RESULT: 0
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ...
######################################################################################
COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND: rpm -qa gpg-pubkey* | grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND: /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
repo id repo name status
rhui-us-west-2-client-config-server-5 Red Hat Update Infrastructure 2.0 C 0
rhui-us-west-2-rhel-server Red Hat Enterprise Linux Server 5 ( 12,284
repolist: 12,284
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND: /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ...
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND: /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Installed Groups:
Editors
FTP Server
Legacy Network Server
Legacy Software Development
Legacy Software Support
Mail Server
MySQL Database
PostgreSQL Database
Server Configuration Tools
System Tools
Text-based Internet
Web Server
Available Groups:
Administration Tools
Authoring and Publishing
DNS Name Server
Development Libraries
Development Tools
Engineering and Scientific
GNOME Desktop Environment
GNOME Software Development
Games and Entertainment
Graphical Internet
Graphics
Java Development
KDE (K Desktop Environment)
KDE Software Development
Network Servers
News Server
Office/Productivity
OpenFabrics Enterprise Distribution
Printing Support
Sound and Video
Windows File Server
X Software Development
X Window System
Done
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND: /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package gcc-4.1.2-51.el5.x86_64 already installed and latest version
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.i386 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 3.6 MB/s | 92 MB 00:25
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 5.3 MB/s | 112 MB 00:21 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : kernel-headers 1/124 Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : net-snmp 77/124 Cleanup : libxml2-python 78/124 Cleanup : postgresql-libs 79/124 Cleanup : rsync 80/124 Cleanup : yum-rhn-plugin 81/124 Cleanup : glibc-common 82/124 Cleanup : openldap-clients 83/124 Cleanup : tzdata 84/124 Cleanup : curl 85/124 Cleanup : nss_ldap 86/124 Cleanup : udev 87/124 Cleanup : libpng 88/124 Cleanup : mkinitrd 89/124 Cleanup : dbus 90/124 Cleanup : gdbm 91/124 Cleanup : libXfont 92/124 Cleanup : python 93/124 Cleanup : postgresql-libs 94/124 Cleanup : openssh-server 95/124 Cleanup : dbus-libs 96/124 Cleanup : nss-tools 97/124 Cleanup : glibc-devel 98/124 Cleanup : curl 99/124 Cleanup : bind-utils 100/124 Cleanup : samba-common 101/124 Cleanup : nss 102/124 Cleanup : mod_ssl 103/124 Cleanup : nss 104/124 Cleanup : openswan 105/124 Cleanup : nss_ldap 106/124 Cleanup : libsmbclient 107/124 Cleanup : libX11 108/124 Cleanup : bind-libs 109/124 Cleanup : freetype 110/124 Cleanup : glibc 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-19-194.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-3235a802 , Instance Type : m2.2xlarge and Arch : x86_64 in the Region : us-west-2b The Validate Signature is : fFLI+DnQfmsgYnN0D4G/jfT8ANpQxnKqNg4C3hI4g6qH588vo/6tpcv21btxiRz0GeFvNAIzM6jP csL3J2wOoU+eurCyOk+DTwZ9vcP0Imzg6g0YUPFc3sMHoxYlNF5Ruu4IGnk15DvZl2Dria8H0i5q /2pFdBQKqf7yPXhW+jU= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### IMAGE ID= ami-a6810c96_us-west-2_m2.4xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-112-37-245.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-2035a810 , Instance Type : m2.4xlarge and Arch : x86_64 in the Region : us-west-2b
The Validate Signature is : CQbX92jA63kkAmyIrd2oSsJC2T4WgV/CNCvsru2tGHzlKzwdYvn3uNTgpPg+WgbJsT+R7fUtZ4h2
zVQ8p/DaC8JRdwbd1FGDd/4JRw1cItcqf5MaASmugMoxQG+jkGZW3vKml/Qkpv9i+ymEKpMezSjw
bs6ADcYLVS6U8wxVCM8=
This is a Cloud Access image
/root/valid/src
ip-10-248-72-104
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274
EXPECTED RESULT: 2.6.18-274
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274
RESULT: title RHEL5.7-Server-20110711.5-Server-x86_64-starter-ec2 (2.6.18-274.el5xen)
kernel /boot/vmlinuz-2.6.18-274.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print }'
COMMAND: echo ext3
RESULT: ext3
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND: echo true
RESULT: true
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ...
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ...
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ...
######################################################################################
COMMAND: /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ...
######################################################################################
COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ...
######################################################################################
COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ...
######################################################################################
COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ...
######################################################################################
COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ...
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND: echo test passed
RESULT: test passed
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ...
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L... c /etc/pam.d/system-auth
.M...... c /etc/sysconfig/iptables-config
S file Size differs
M Mode differs (includes permissions and file type)
5 MD5 sum differs
D Device major/minor number mismatch
L readLink(2) path mismatch
U User ownership differs
G Group ownership differs
T mTime differs
COMMAND: cat /tmp/rpmqaV.txt | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ...
######################################################################################
COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.7
EXPECTED RESULT: 5.7
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ...
######################################################################################
COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l
RESULT: 0
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ...
######################################################################################
COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND: rpm -qa gpg-pubkey* | grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND: /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
repo id repo name status
rhui-us-west-2-client-config-server-5 Red Hat Update Infrastructure 2.0 C 0
rhui-us-west-2-rhel-server Red Hat Enterprise Linux Server 5 ( 12,284
repolist: 12,284
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND: /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ...
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND: /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Installed Groups:
Editors
FTP Server
Legacy Network Server
Legacy Software Development
Legacy Software Support
Mail Server
MySQL Database
PostgreSQL Database
Server Configuration Tools
System Tools
Text-based Internet
Web Server
Available Groups:
Administration Tools
Authoring and Publishing
DNS Name Server
Development Libraries
Development Tools
Engineering and Scientific
GNOME Desktop Environment
GNOME Software Development
Games and Entertainment
Graphical Internet
Graphics
Java Development
KDE (K Desktop Environment)
KDE Software Development
Network Servers
News Server
Office/Productivity
OpenFabrics Enterprise Distribution
Printing Support
Sound and Video
Windows File Server
X Software Development
X Window System
Done
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND: /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package gcc-4.1.2-51.el5.x86_64 already installed and latest version
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.i386 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 4.0 MB/s | 92 MB 00:22
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 5.2 MB/s | 112 MB 00:21 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : kernel-headers 1/124 Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : net-snmp 77/124 Cleanup : libxml2-python 78/124 Cleanup : postgresql-libs 79/124 Cleanup : rsync 80/124 Cleanup : yum-rhn-plugin 81/124 Cleanup : glibc-common 82/124 Cleanup : openldap-clients 83/124 Cleanup : tzdata 84/124 Cleanup : curl 85/124 Cleanup : nss_ldap 86/124 Cleanup : udev 87/124 Cleanup : libpng 88/124 Cleanup : mkinitrd 89/124 Cleanup : dbus 90/124 Cleanup : gdbm 91/124 Cleanup : libXfont 92/124 Cleanup : python 93/124 Cleanup : postgresql-libs 94/124 Cleanup : openssh-server 95/124 Cleanup : dbus-libs 96/124 Cleanup : nss-tools 97/124 Cleanup : glibc-devel 98/124 Cleanup : curl 99/124 Cleanup : bind-utils 100/124 Cleanup : samba-common 101/124 Cleanup : nss 102/124 Cleanup : mod_ssl 103/124 Cleanup : nss 104/124 Cleanup : openswan 105/124 Cleanup : nss_ldap 106/124 Cleanup : libsmbclient 107/124 Cleanup : libX11 108/124 Cleanup : bind-libs 109/124 Cleanup : freetype 110/124 Cleanup : glibc 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-37-245.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-2035a810 , Instance Type : m2.4xlarge and Arch : x86_64 in the Region : us-west-2b The Validate Signature is : CQbX92jA63kkAmyIrd2oSsJC2T4WgV/CNCvsru2tGHzlKzwdYvn3uNTgpPg+WgbJsT+R7fUtZ4h2 zVQ8p/DaC8JRdwbd1FGDd/4JRw1cItcqf5MaASmugMoxQG+jkGZW3vKml/Qkpv9i+ymEKpMezSjw bs6ADcYLVS6U8wxVCM8= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### IMAGE ID= ami-a6810c96_us-west-2_c1.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching the identity doc Details
######################################################################################
Verifying that signature exists
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the IMAGE ID
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
Verifying the Architecture
COMMAND: echo 1
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
This Host => ec2-50-112-20-22.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-1635a826 , Instance Type : c1.xlarge and Arch : x86_64 in the Region : us-west-2a
The Validate Signature is : Bk8jGe/f3M4na1DitRlOq5pY6CQQuJDAsWaIPIl7wUOmX1bopA+PZnU918S+fZ31pXZwA9V2lI8y
Cw+Ow6Q3omWShmiK4HPwXq0XZXdJm5dOtt6+66AUDGWzZrWtF6WpPYhAMsmeCJpgu4ficcfFCQlg
fwSXS0+IQb2GMfXi75s=
This is a Cloud Access image
/root/valid/src
ip-10-252-0-132
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274
EXPECTED RESULT: 2.6.18-274
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274
RESULT: title RHEL5.7-Server-20110711.5-Server-x86_64-starter-ec2 (2.6.18-274.el5xen)
kernel /boot/vmlinuz-2.6.18-274.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Format ...
######################################################################################
mount | grep /dev/sda1 | awk '{ print }'
COMMAND: echo ext3
RESULT: ext3
EXPECTED RESULT: ext3
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Partition Size ...
######################################################################################
size=5904748
COMMAND: echo true
RESULT: true
EXPECTED RESULT: true
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify turning on/off swap file ...
######################################################################################
######################################################################################
# NEW TEST: ## Verify swap size ...
######################################################################################
no swap for x86_64 is expected
######################################################################################
# NEW TEST: ## /sbin/getenforce ...
######################################################################################
COMMAND: /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUX enforcing ...
######################################################################################
COMMAND: grep ^SELINUX= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: enforcing
EXPECTED RESULT: enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify SELINUXTYPE targeted ...
######################################################################################
COMMAND: grep ^SELINUXTYPE= /etc/sysconfig/selinux | cut -d\= -f2
RESULT: targeted
EXPECTED RESULT: targeted
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Permissive ...
######################################################################################
COMMAND: /usr/sbin/setenforce Permissive && /usr/sbin/getenforce
RESULT: Permissive
EXPECTED RESULT: Permissive
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Flip Selinux Enforcing ...
######################################################################################
COMMAND: /usr/sbin/setenforce Enforcing && /usr/sbin/getenforce
RESULT: Enforcing
EXPECTED RESULT: Enforcing
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no missing packages ...
######################################################################################
COMMAND: /bin/rpm -qa --queryformat='%{NAME}\n' > /tmp/rpmqa.tmp
RETURN CODE: 0
COMMAND: comm -23 packages_5 /tmp/rpmqa
RETURN CODE: 0
COUNT = 0
COMMAND: echo test passed
RESULT: test passed
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify RPMs ...
######################################################################################
/bin/rpm -Va --nomtime --nosize --nomd5
....L... c /etc/pam.d/system-auth
.M...... c /etc/sysconfig/iptables-config
S file Size differs
M Mode differs (includes permissions and file type)
5 MD5 sum differs
D Device major/minor number mismatch
L readLink(2) path mismatch
U User ownership differs
G Group ownership differs
T mTime differs
COMMAND: cat /tmp/rpmqaV.txt | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify Version 2 ...
######################################################################################
COMMAND: /bin/rpm -q --queryformat '%{RELEASE}\n' redhat-release | cut -d. -f1,2
RESULT: 5.7
EXPECTED RESULT: 5.7
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify packager ...
######################################################################################
COMMAND: cat /tmp/Packager | grep -v 'Red Hat, Inc.' | grep -v crash-trace-commandPackager| wc -l
RESULT: 0
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG checking ...
######################################################################################
COMMAND: grep '^gpgcheck=1' /etc/yum.repos.d/redhat-*.repo | cut -d\= -f2 | sort -f | uniq
RESULT: 1
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG Keys ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | wc -l
RESULT: 2
EXPECTED RESULT: 2
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify GPG RPMS ...
######################################################################################
COMMAND: rpm -qa gpg-pubkey* | sort -f | tail -n 1
RESULT: gpg-pubkey-37017186-45761324
EXPECTED RESULT: gpg-pubkey-37017186-45761324
RETURN CODE: 0
PASS
COMMAND: rpm -qa gpg-pubkey* | grep 2fa6
RESULT: gpg-pubkey-2fa658e0-45700c69
EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List the configured repositories...
######################################################################################
COMMAND: /usr/bin/yum repolist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
repo id repo name status
rhui-us-west-2-client-config-server-5 Red Hat Update Infrastructure 2.0 C 0
rhui-us-west-2-rhel-server Red Hat Enterprise Linux Server 5 ( 12,284
repolist: 12,284
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND: /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
================================= Matched: zsh =================================
zsh.x86_64 : A powerful interactive shell
zsh-html.x86_64 : Zsh shell manual in html format
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## install zsh ...
######################################################################################
COMMAND: /usr/bin/yum -y install zsh
RETURN CODE: 0
COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: zsh
EXPECTED RESULT: zsh
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND: /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Setting up Group Process
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Installed Groups:
Editors
FTP Server
Legacy Network Server
Legacy Software Development
Legacy Software Support
Mail Server
MySQL Database
PostgreSQL Database
Server Configuration Tools
System Tools
Text-based Internet
Web Server
Available Groups:
Administration Tools
Authoring and Publishing
DNS Name Server
Development Libraries
Development Tools
Engineering and Scientific
GNOME Desktop Environment
GNOME Software Development
Games and Entertainment
Graphical Internet
Graphics
Java Development
KDE (K Desktop Environment)
KDE Software Development
Network Servers
News Server
Office/Productivity
OpenFabrics Enterprise Distribution
Printing Support
Sound and Video
Windows File Server
X Software Development
X Window System
Done
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Install Development tools group...
######################################################################################
COMMAND: /usr/bin/yum -y groupinstall 'Development tools'
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Setting up Group Process
Checking for new repos for mirrors
Package gcc-4.1.2-51.el5.x86_64 already installed and latest version
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Package 1:pkgconfig-0.21-2.el5.x86_64 already installed and latest version
Package gettext-0.17-1.el5.x86_64 already installed and latest version
Package binutils-2.17.50.0.6-14.el5.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.x86_64 already installed and latest version
Package subversion-1.6.11-7.el5_6.4.i386 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.59-12 set to be updated
--> Processing Dependency: imake for package: autoconf
---> Package automake.noarch 0:1.9.6-2.3.el5 set to be updated
---> Package automake14.noarch 0:1.4p6-13.el5.1 set to be updated
---> Package automake15.noarch 0:1.5-16.el5.2 set to be updated
---> Package automake16.noarch 0:1.6.3-8.el5.1 set to be updated
---> Package automake17.noarch 0:1.7.9-7.el5.2 set to be updated
---> Package bison.x86_64 0:2.3-2.1 set to be updated
---> Package byacc.x86_64 0:1.9-29.2.2 set to be updated
---> Package cscope.x86_64 0:15.5-15.1.el5_3.1 set to be updated
---> Package ctags.x86_64 0:5.6-1.1 set to be updated
---> Package cvs.x86_64 0:1.11.22-7.el5 set to be updated
---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated
---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated
---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated
--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: gnome-python2-gconf for package: dogtail
---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated
---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated
--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils
---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated
---> Package gcc-c++.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libstdc++-devel = 4.1.2-51.el5 for package: gcc-c++
---> Package gcc-gfortran.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: libgfortran = 4.1.2-51.el5 for package: gcc-gfortran
--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran
---> Package gdb.x86_64 0:7.0.1-37.el5_7.1 set to be updated
---> Package gettext.i386 0:0.17-1.el5 set to be updated
--> Processing Dependency: libgomp.so.1 for package: gettext
--> Processing Dependency: libgomp.so.1(GOMP_1.0) for package: gettext
---> Package indent.x86_64 0:2.2.9-14.fc6 set to be updated
---> Package libtool.x86_64 0:1.5.22-7.el5_4 set to be updated
---> Package ltrace.x86_64 0:0.5-13.45svn.el5_7.12 set to be updated
---> Package oprofile.x86_64 0:0.9.4-15.el5 set to be updated
---> Package patchutils.x86_64 0:0.2.31-2.2.2 set to be updated
---> Package pstack.x86_64 0:1.2-7.2.2 set to be updated
---> Package python-ldap.x86_64 0:2.2.0-2.1 set to be updated
---> Package rcs.x86_64 0:5.7-30.1 set to be updated
---> Package redhat-rpm-config.noarch 0:8.0.45-32.el5 set to be updated
---> Package rpm-build.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
--> Processing Dependency: rpm = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: rpm-libs = 4.4.2.3-22.el5_7.2 for package: rpm-build
--> Processing Dependency: popt = 1.10.2.3-22.el5_7.2 for package: rpm-build
---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated
---> Package strace.x86_64 0:4.5.18-5.el5_5.5 set to be updated
---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated
---> Package systemtap.x86_64 0:1.3-9.el5 set to be updated
--> Processing Dependency: systemtap-runtime = 1.3-9.el5 for package: systemtap
--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap
---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated
---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated
---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated
--> Running transaction check
---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated
--> Processing Dependency: libdaemon for package: avahi
--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi
---> Package elfutils-libs.x86_64 0:0.137-3.el5 set to be updated
---> Package gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2 = 2.16.0-1.fc6 for package: gnome-python2-gconf
--> Processing Dependency: GConf2 >= 1.1.10 for package: gnome-python2-gconf
--> Processing Dependency: libgconf-2.so.4()(64bit) for package: gnome-python2-gconf
--> Processing Dependency: libORBit-2.so.0()(64bit) for package: gnome-python2-gconf
---> Package imake.x86_64 0:1.0.2-3 set to be updated
---> Package libgfortran.x86_64 0:4.1.2-51.el5 set to be updated
---> Package libgomp.i386 0:4.4.4-13.el5 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-51.el5 set to be updated
--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python
---> Package popt.x86_64 0:1.10.2.3-22.el5_7.2 set to be updated
---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated
--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> Package rpm.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package systemtap-runtime.x86_64 0:1.3-9.el5 set to be updated
---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5 set to be updated
--> Processing Dependency: xorg-x11-fonts-base for package: xorg-x11-server-Xvfb
---> Package xorg-x11-xinit.x86_64 0:1.0.2-15.el5 set to be updated
--> Processing Dependency: xorg-x11-server-utils for package: xorg-x11-xinit
--> Processing Dependency: xauth for package: xorg-x11-xinit
--> Running transaction check
---> Package GConf2.x86_64 0:2.14.0-9.el5 set to be updated
---> Package ORBit2.x86_64 0:2.14.3-5.el5 set to be updated
--> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2
---> Package at-spi.x86_64 0:1.7.11-3.el5 set to be updated
--> Processing Dependency: gail >= 1.5.0 for package: at-spi
--> Processing Dependency: libgnomecanvas-2.so.0()(64bit) for package: at-spi
--> Processing Dependency: libgailutil.so.18()(64bit) for package: at-spi
--> Processing Dependency: libXevie.so.1()(64bit) for package: at-spi
---> Package gnome-python2.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: gnome-python2-gnomevfs for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
---> Package libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 set to be updated
---> Package libdaemon.x86_64 0:0.10-5.el5 set to be updated
---> Package rpm-python.x86_64 0:4.4.2.3-22.el5_7.2 set to be updated
---> Package xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 set to be updated
---> Package xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 set to be updated
--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils
--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils
---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated
--> Running transaction check
---> Package gail.x86_64 0:1.9.2-3.el5 set to be updated
---> Package gnome-keyring.x86_64 0:0.6.0-1.fc6 set to be updated
---> Package gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 set to be updated
--> Processing Dependency: pyorbit >= 2.0.l for package: gnome-python2-bonobo
---> Package gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package gnome-vfs2.x86_64 0:2.16.2-8.el5 set to be updated
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: gnome-vfs2
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-glib.so.1()(64bit) for package: gnome-vfs2
---> Package libIDL.x86_64 0:0.8.7-1.fc6 set to be updated
---> Package libXTrap.x86_64 0:1.0.0-3.1 set to be updated
---> Package libXevie.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXfontcache.x86_64 0:1.0.2-3.1 set to be updated
---> Package libXxf86misc.x86_64 0:1.0.1-3.1 set to be updated
---> Package libXxf86vm.x86_64 0:1.0.1-3.1 set to be updated
---> Package libbonoboui.x86_64 0:2.16.0-1.fc6 set to be updated
---> Package libgnome.x86_64 0:2.16.0-6.el5 set to be updated
--> Processing Dependency: libxslt >= 1.0.19 for package: libgnome
--> Processing Dependency: libesd.so.0()(64bit) for package: libgnome
--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome
---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated
---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated
--> Running transaction check
---> Package audiofile.x86_64 1:0.2.6-5 set to be updated
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 3.9 MB/s | 92 MB 00:23
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 5.4 MB/s | 112 MB 00:20 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : kernel-headers 1/124 Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : nss_ldap 77/124 Cleanup : libxml2-python 78/124 Cleanup : glibc 79/124 Cleanup : postgresql-libs 80/124 Cleanup : rsync 81/124 Cleanup : yum-rhn-plugin 82/124 Cleanup : glibc-common 83/124 Cleanup : openldap-clients 84/124 Cleanup : tzdata 85/124 Cleanup : curl 86/124 Cleanup : nss_ldap 87/124 Cleanup : udev 88/124 Cleanup : libpng 89/124 Cleanup : mkinitrd 90/124 Cleanup : dbus 91/124 Cleanup : gdbm 92/124 Cleanup : libXfont 93/124 Cleanup : python 94/124 Cleanup : postgresql-libs 95/124 Cleanup : openssh-server 96/124 Cleanup : dbus-libs 97/124 Cleanup : nss-tools 98/124 Cleanup : glibc-devel 99/124 Cleanup : curl 100/124 Cleanup : bind-utils 101/124 Cleanup : samba-common 102/124 Cleanup : nss 103/124 Cleanup : mod_ssl 104/124 Cleanup : nss 105/124 Cleanup : openswan 106/124 Cleanup : net-snmp 107/124 Cleanup : libsmbclient 108/124 Cleanup : libX11 109/124 Cleanup : bind-libs 110/124 Cleanup : freetype 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-20-22.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-1635a826 , Instance Type : c1.xlarge and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : Bk8jGe/f3M4na1DitRlOq5pY6CQQuJDAsWaIPIl7wUOmX1bopA+PZnU918S+fZ31pXZwA9V2lI8y Cw+Ow6Q3omWShmiK4HPwXq0XZXdJm5dOtt6+66AUDGWzZrWtF6WpPYhAMsmeCJpgu4ficcfFCQlg fwSXS0+IQb2GMfXi75s= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### IMAGE ID= ami-a6810c96_us-west-2_m1.xlarge
###### TEST KERNEL AFTER REBOOT ####
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.7.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.7.1
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.7.1
EXPECTED RESULT: 2.6.18-274.7.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274.7.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.7.1.el5xen)
kernel /boot/vmlinuz-2.6.18-274.7.1.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.7.1.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ...
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 15728640 > hwp MEMORY of 15000000
COMMAND: echo true
RESULT: true
EXPECTED RESULT:
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
## Summary ##
FAILURES = 0
FAILED TESTS =
LOG FILE = /root/valid/src/validate.log
## Summary ##
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 4.1 MB/s | 92 MB 00:22
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 5.3 MB/s | 112 MB 00:21 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : kernel-headers 1/124 Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : nss_ldap 77/124 Cleanup : libxml2-python 78/124 Cleanup : glibc 79/124 Cleanup : postgresql-libs 80/124 Cleanup : rsync 81/124 Cleanup : yum-rhn-plugin 82/124 Cleanup : glibc-common 83/124 Cleanup : openldap-clients 84/124 Cleanup : tzdata 85/124 Cleanup : curl 86/124 Cleanup : nss_ldap 87/124 Cleanup : udev 88/124 Cleanup : libpng 89/124 Cleanup : mkinitrd 90/124 Cleanup : dbus 91/124 Cleanup : gdbm 92/124 Cleanup : libXfont 93/124 Cleanup : python 94/124 Cleanup : postgresql-libs 95/124 Cleanup : openssh-server 96/124 Cleanup : dbus-libs 97/124 Cleanup : nss-tools 98/124 Cleanup : glibc-devel 99/124 Cleanup : curl 100/124 Cleanup : bind-utils 101/124 Cleanup : samba-common 102/124 Cleanup : nss 103/124 Cleanup : mod_ssl 104/124 Cleanup : nss 105/124 Cleanup : openswan 106/124 Cleanup : net-snmp 107/124 Cleanup : libsmbclient 108/124 Cleanup : libX11 109/124 Cleanup : bind-libs 110/124 Cleanup : freetype 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-32-78.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-e03aa7d0 , Instance Type : m1.xlarge and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : MLjgtz1swcyxh+y2OAGMWr1vV3n34StxV0OEaIjYoSL2/9oOLxxSdDlC5FaC2Zq8OEosYADONjAT SpOSTr0LxQD7oJ2ntUY0AaL7WZqwUOKdWr0HA6LvkZOnTfFMRCfOump/jxBqsKRvj29xNkmtkYKb EMJHc1RChCKRexBK2a0= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### IMAGE ID= ami-a6810c96_us-west-2_m1.large
###### TEST KERNEL AFTER REBOOT ####
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.7.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.7.1
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.7.1
EXPECTED RESULT: 2.6.18-274.7.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274.7.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.7.1.el5xen)
kernel /boot/vmlinuz-2.6.18-274.7.1.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.7.1.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ...
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 7864320 > hwp MEMORY of 7500000
COMMAND: echo true
RESULT: true
EXPECTED RESULT:
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
## Summary ##
FAILURES = 0
FAILED TESTS =
LOG FILE = /root/valid/src/validate.log
## Summary ##
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 3.6 MB/s | 92 MB 00:25
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
IMAGE ID= ami-a6810c96_us-west-2_m2.xlarge
###### TEST KERNEL AFTER REBOOT ####
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.7.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.7.1
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.7.1
EXPECTED RESULT: 2.6.18-274.7.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274.7.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.7.1.el5xen)
kernel /boot/vmlinuz-2.6.18-274.7.1.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.7.1.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ...
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 17920000 > hwp MEMORY of 17100000
COMMAND: echo true
RESULT: true
EXPECTED RESULT:
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
## Summary ##
FAILURES = 0
FAILED TESTS =
LOG FILE = /root/valid/src/validate.log
## Summary ##
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
Total 4.7 MB/s | 112 MB 00:23 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : kernel-headers 1/124 Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : net-snmp 77/124 Cleanup : libxml2-python 78/124 Cleanup : postgresql-libs 79/124 Cleanup : rsync 80/124 Cleanup : yum-rhn-plugin 81/124 Cleanup : glibc-common 82/124 Cleanup : openldap-clients 83/124 Cleanup : tzdata 84/124 Cleanup : curl 85/124 Cleanup : nss_ldap 86/124 Cleanup : udev 87/124 Cleanup : libpng 88/124 Cleanup : mkinitrd 89/124 Cleanup : dbus 90/124 Cleanup : gdbm 91/124 Cleanup : libXfont 92/124 Cleanup : python 93/124 Cleanup : postgresql-libs 94/124 Cleanup : openssh-server 95/124 Cleanup : dbus-libs 96/124 Cleanup : nss-tools 97/124 Cleanup : glibc-devel 98/124 Cleanup : curl 99/124 Cleanup : bind-utils 100/124 Cleanup : samba-common 101/124 Cleanup : nss 102/124 Cleanup : mod_ssl 103/124 Cleanup : nss 104/124 Cleanup : openswan 105/124 Cleanup : nss_ldap 106/124 Cleanup : libsmbclient 107/124 Cleanup : libX11 108/124 Cleanup : bind-libs 109/124 Cleanup : freetype 110/124 Cleanup : glibc 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l ---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 3.9 MB/s | 92 MB 00:23
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-16-195.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-dc3aa7ec , Instance Type : m1.large and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : Q/0RUst9Lxp9IKiX1I4C1BxAuqQBdtHKk93EybhLZrB58wJurL5waFTYeit3+t2puSqzH0gq0Pwq cP9k6UYFrJRk3dx2creylsAGJSj5oLQGG3pRgBu34jcrPMpk6mXoJnI6NniRRGmGMbbzFP5qt7tn e1ayeM+Ryc67xE6F3NQ= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### Total 5.0 MB/s | 112 MB 00:22 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : kernel-headers 1/124 Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : net-snmp 77/124 Cleanup : libxml2-python 78/124 Cleanup : postgresql-libs 79/124 Cleanup : rsync 80/124 Cleanup : yum-rhn-plugin 81/124 Cleanup : glibc-common 82/124 Cleanup : openldap-clients 83/124 Cleanup : tzdata 84/124 Cleanup : curl 85/124 Cleanup : nss_ldap 86/124 Cleanup : udev 87/124 Cleanup : libpng 88/124 Cleanup : mkinitrd 89/124 Cleanup : dbus 90/124 Cleanup : gdbm 91/124 Cleanup : libXfont 92/124 Cleanup : python 93/124 Cleanup : postgresql-libs 94/124 Cleanup : openssh-server 95/124 Cleanup : dbus-libs 96/124 Cleanup : nss-tools 97/124 Cleanup : glibc-devel 98/124 Cleanup : curl 99/124 Cleanup : bind-utils 100/124 Cleanup : samba-common 101/124 Cleanup : nss 102/124 Cleanup : mod_ssl 103/124 Cleanup : nss 104/124 Cleanup : openswan 105/124 Cleanup : nss_ldap 106/124 Cleanup : libsmbclient 107/124 Cleanup : libX11 108/124 Cleanup : bind-libs 109/124 Cleanup : freetype 110/124 Cleanup : glibc 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-38-191.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-cc3aa7fc , Instance Type : m2.xlarge and Arch : x86_64 in the Region : us-west-2b The Validate Signature is : g0+OIZlP1zvfiJY1uSyk8UI2spNe7FwYvfzuoJv3FV/NJjLvkcmn44NTZoZny6ojHilg0HeIerzS cn+qkq/E3yleZ3Iji0BqJcrInKPjWi24ct7HWZ+/agfxmFqFfgHFC8LSB5wK+b5eQvj1/98HBX1V ph0m5fj61sJeiwSalPY= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### IMAGE ID= ami-a6810c96_us-west-2_m2.2xlarge
###### TEST KERNEL AFTER REBOOT ####
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.7.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.7.1
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.7.1
EXPECTED RESULT: 2.6.18-274.7.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274.7.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.7.1.el5xen)
kernel /boot/vmlinuz-2.6.18-274.7.1.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.7.1.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ...
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 35840000 > hwp MEMORY of 34200000
COMMAND: echo true
RESULT: true
EXPECTED RESULT:
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
## Summary ##
FAILURES = 0
FAILED TESTS =
LOG FILE = /root/valid/src/validate.log
## Summary ##
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
IMAGE ID= ami-a6810c96_us-west-2_t1.micro
###### TEST KERNEL AFTER REBOOT ####
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.7.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.7.1
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.7.1
EXPECTED RESULT: 2.6.18-274.7.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274.7.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.7.1.el5xen)
kernel /boot/vmlinuz-2.6.18-274.7.1.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.7.1.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ...
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 629760 > hwp MEMORY of 600000
COMMAND: echo true
RESULT: true
EXPECTED RESULT:
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
## Summary ##
FAILURES = 0
FAILED TESTS =
LOG FILE = /root/valid/src/validate.log
## Summary ##
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 3.6 MB/s | 92 MB 00:25
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 3.7 MB/s | 92 MB 00:25
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 2.4 MB/s | 112 MB 00:46
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : kernel-headers 1/124
Total 5.3 MB/s | 112 MB 00:21 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : kernel-headers 1/124 Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : net-snmp 77/124 Cleanup : libxml2-python 78/124 Cleanup : postgresql-libs 79/124 Cleanup : rsync 80/124 Cleanup : yum-rhn-plugin 81/124 Cleanup : glibc-common 82/124 Cleanup : openldap-clients 83/124 Cleanup : tzdata 84/124 Cleanup : curl 85/124 Cleanup : nss_ldap 86/124 Cleanup : udev 87/124 Cleanup : libpng 88/124 Cleanup : mkinitrd 89/124 Cleanup : dbus 90/124 Cleanup : gdbm 91/124 Cleanup : libXfont 92/124 Cleanup : python 93/124 Cleanup : postgresql-libs 94/124 Cleanup : openssh-server 95/124 Cleanup : dbus-libs 96/124 Cleanup : nss-tools 97/124 Cleanup : glibc-devel 98/124 Cleanup : curl 99/124 Cleanup : bind-utils 100/124 Cleanup : samba-common 101/124 Cleanup : nss 102/124 Cleanup : mod_ssl 103/124 Cleanup : nss 104/124 Cleanup : openswan 105/124 Cleanup : nss_ldap 106/124 Cleanup : libsmbclient 107/124 Cleanup : libX11 108/124 Cleanup : bind-libs 109/124 Cleanup : freetype 110/124 Cleanup : glibc 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : nss_ldap 77/124 Cleanup : libxml2-python 78/124 Cleanup : glibc 79/124 Cleanup : postgresql-libs 80/124 Cleanup : rsync 81/124 Cleanup : yum-rhn-plugin 82/124 Cleanup : glibc-common 83/124 Cleanup : openldap-clients 84/124 Cleanup : tzdata 85/124 Cleanup : curl 86/124 Cleanup : nss_ldap 87/124 Cleanup : udev 88/124 Cleanup : libpng 89/124 Cleanup : mkinitrd 90/124 Cleanup : dbus 91/124 Cleanup : gdbm 92/124 Cleanup : libXfont 93/124 Cleanup : python 94/124 Cleanup : postgresql-libs 95/124 Cleanup : openssh-server 96/124 Cleanup : dbus-libs 97/124 Cleanup : nss-tools 98/124 Cleanup : glibc-devel 99/124 Cleanup : curl 100/124 Cleanup : bind-utils 101/124 Cleanup : samba-common 102/124 Cleanup : nss 103/124 Cleanup : mod_ssl 104/124 Cleanup : nss 105/124 Cleanup : openswan 106/124 Cleanup : net-snmp 107/124 Cleanup : libsmbclient 108/124 Cleanup : libX11 109/124 Cleanup : bind-libs 110/124 Cleanup : freetype 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-19-194.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-3235a802 , Instance Type : m2.2xlarge and Arch : x86_64 in the Region : us-west-2b The Validate Signature is : fFLI+DnQfmsgYnN0D4G/jfT8ANpQxnKqNg4C3hI4g6qH588vo/6tpcv21btxiRz0GeFvNAIzM6jP csL3J2wOoU+eurCyOk+DTwZ9vcP0Imzg6g0YUPFc3sMHoxYlNF5Ruu4IGnk15DvZl2Dria8H0i5q /2pFdBQKqf7yPXhW+jU= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-47-142.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-d23aa7e2 , Instance Type : t1.micro and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : FhHUHQ+xm9jstnu4sujhKFTptOYUaM7EEXw0YG1HVSnOHq+yxtWlFFiu4JGvISJgw65fUTHxFuGW eee32k7LHl27ru+BZtEJG7cB35EA3Ut4qi7x685BUkZ+wkpISwD1rxjDDZjR4+7ARp6cXOuhU8uh BsqUtwX0ocdhuj/S04w= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### IMAGE ID= ami-a6810c96_us-west-2_m2.4xlarge
###### TEST KERNEL AFTER REBOOT ####
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.7.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.7.1
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.7.1
EXPECTED RESULT: 2.6.18-274.7.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274.7.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.7.1.el5xen)
kernel /boot/vmlinuz-2.6.18-274.7.1.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.7.1.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ...
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 71680000 > hwp MEMORY of 68400000
COMMAND: echo true
RESULT: true
EXPECTED RESULT:
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
## Summary ##
FAILURES = 0
FAILED TESTS =
LOG FILE = /root/valid/src/validate.log
## Summary ##
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 4.0 MB/s | 92 MB 00:22
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 5.2 MB/s | 112 MB 00:21 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : kernel-headers 1/124 Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : net-snmp 77/124 Cleanup : libxml2-python 78/124 Cleanup : postgresql-libs 79/124 Cleanup : rsync 80/124 Cleanup : yum-rhn-plugin 81/124 Cleanup : glibc-common 82/124 Cleanup : openldap-clients 83/124 Cleanup : tzdata 84/124 Cleanup : curl 85/124 Cleanup : nss_ldap 86/124 Cleanup : udev 87/124 Cleanup : libpng 88/124 Cleanup : mkinitrd 89/124 Cleanup : dbus 90/124 Cleanup : gdbm 91/124 Cleanup : libXfont 92/124 Cleanup : python 93/124 Cleanup : postgresql-libs 94/124 Cleanup : openssh-server 95/124 Cleanup : dbus-libs 96/124 Cleanup : nss-tools 97/124 Cleanup : glibc-devel 98/124 Cleanup : curl 99/124 Cleanup : bind-utils 100/124 Cleanup : samba-common 101/124 Cleanup : nss 102/124 Cleanup : mod_ssl 103/124 Cleanup : nss 104/124 Cleanup : openswan 105/124 Cleanup : nss_ldap 106/124 Cleanup : libsmbclient 107/124 Cleanup : libX11 108/124 Cleanup : bind-libs 109/124 Cleanup : freetype 110/124 Cleanup : glibc 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-37-245.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-2035a810 , Instance Type : m2.4xlarge and Arch : x86_64 in the Region : us-west-2b The Validate Signature is : CQbX92jA63kkAmyIrd2oSsJC2T4WgV/CNCvsru2tGHzlKzwdYvn3uNTgpPg+WgbJsT+R7fUtZ4h2 zVQ8p/DaC8JRdwbd1FGDd/4JRw1cItcqf5MaASmugMoxQG+jkGZW3vKml/Qkpv9i+ymEKpMezSjw bs6ADcYLVS6U8wxVCM8= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### IMAGE ID= ami-a6810c96_us-west-2_c1.xlarge
###### TEST KERNEL AFTER REBOOT ####
######################################################################################
# NEW TEST: ## Verify disabled yum plugin ...
######################################################################################
COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq
RESULT: 0
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify kernel name ...
######################################################################################
COMMAND: /bin/uname -s
RESULT: Linux
EXPECTED RESULT: Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest installed kernel is running ...
######################################################################################
LATEST_RPM_KERNEL_VERSION=2.6.18-274.7.1
CURRENT_UNAME_KERNAL_VERSION=2.6.18-274.7.1
assert latest rpm kernel = uname -r
COMMAND: uname -r | sed 's/\(.*\)......./\1/'
RESULT: 2.6.18-274.7.1
EXPECTED RESULT: 2.6.18-274.7.1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify latest kenerl is in /boot/grub/menu.1st ...
######################################################################################
COMMAND: cat /boot/grub/menu.lst | grep 2.6.18-274.7.1
RESULT: title Red Hat Enterprise Linux Server (2.6.18-274.7.1.el5xen)
kernel /boot/vmlinuz-2.6.18-274.7.1.el5xen ro root=LABEL=/
initrd /boot/initrd-2.6.18-274.7.1.el5xen.img
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify operating system ...
######################################################################################
COMMAND: /bin/uname -o
RESULT: GNU/Linux
EXPECTED RESULT: GNU/Linux
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel ...
######################################################################################
COMMAND: ls /etc/sysconfig/kernel
RESULT: /etc/sysconfig/kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes
RESULT: UPDATEDEFAULT=yes
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ...
######################################################################################
COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel
RESULT: DEFAULTKERNEL=kernel
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ##Verify memory match hwp ...
######################################################################################
cat /proc/meminfo | grep MemTotal: | awk '{print }'
FOUND MEMORY OF 7340032 > hwp MEMORY of 7000000
COMMAND: echo true
RESULT: true
EXPECTED RESULT:
RETURN CODE: 0
PASS
hostname
######################################################################################
# NEW TEST: The selected image has the version RHEL 5.7
######################################################################################
## Summary ##
FAILURES = 0
FAILED TESTS =
LOG FILE = /root/valid/src/validate.log
## Summary ##
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated
---> Package esound.x86_64 1:0.2.36-3 set to be updated
---> Package gnome-mime-data.x86_64 0:2.4.2-3.1 set to be updated
---> Package gnome-mount.x86_64 0:0.5-3.el5 set to be updated
--> Processing Dependency: libnotify.so.1()(64bit) for package: gnome-mount
---> Package libxslt.x86_64 0:1.1.17-2.el5_2.2 set to be updated
---> Package pyorbit.x86_64 0:2.14.1-3.el5 set to be updated
---> Package shared-mime-info.x86_64 0:0.19-5.el5 set to be updated
--> Running transaction check
---> Package libnotify.x86_64 0:0.4.2-6.el5 set to be updated
--> Processing Dependency: desktop-notification-daemon for package: libnotify
--> Running transaction check
---> Package notification-daemon.x86_64 0:0.3.5-9.el5 set to be updated
--> Processing Dependency: libwnck-1.so.18()(64bit) for package: notification-daemon
--> Running transaction check
---> Package libwnck.x86_64 0:2.16.0-4.fc6 set to be updated
--> Processing Dependency: startup-notification >= 0.5 for package: libwnck
--> Processing Dependency: libXRes.so.1()(64bit) for package: libwnck
--> Processing Dependency: libstartup-notification-1.so.0()(64bit) for package: libwnck
--> Running transaction check
---> Package libXres.x86_64 0:1.0.1-3.1 set to be updated
---> Package startup-notification.x86_64 0:0.8-4.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
autoconf noarch 2.59-12 rhui-us-west-2-rhel-server 646 k
automake noarch 1.9.6-2.3.el5 rhui-us-west-2-rhel-server 476 k
automake14 noarch 1.4p6-13.el5.1 rhui-us-west-2-rhel-server 200 k
automake15 noarch 1.5-16.el5.2 rhui-us-west-2-rhel-server 230 k
automake16 noarch 1.6.3-8.el5.1 rhui-us-west-2-rhel-server 241 k
automake17 noarch 1.7.9-7.el5.2 rhui-us-west-2-rhel-server 278 k
bison x86_64 2.3-2.1 rhui-us-west-2-rhel-server 549 k
byacc x86_64 1.9-29.2.2 rhui-us-west-2-rhel-server 41 k
cscope x86_64 15.5-15.1.el5_3.1 rhui-us-west-2-rhel-server 144 k
ctags x86_64 5.6-1.1 rhui-us-west-2-rhel-server 131 k
cvs x86_64 1.11.22-7.el5 rhui-us-west-2-rhel-server 737 k
dev86 x86_64 0.16.17-2.2 rhui-us-west-2-rhel-server 397 k
diffstat x86_64 1.41-1.2.3.el5 rhui-us-west-2-rhel-server 19 k
dogtail noarch 0.6.1-4.el5 rhui-us-west-2-rhel-server 172 k
doxygen x86_64 1:1.4.7-1.1 rhui-us-west-2-rhel-server 2.4 M
elfutils x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 216 k
flex x86_64 2.5.4a-41.fc6 rhui-us-west-2-rhel-server 131 k
gcc-c++ x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.8 M
gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 3.5 M
gdb x86_64 7.0.1-37.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
gettext i386 0.17-1.el5 rhui-us-west-2-rhel-server 2.4 M
indent x86_64 2.2.9-14.fc6 rhui-us-west-2-rhel-server 97 k
libtool x86_64 1.5.22-7.el5_4 rhui-us-west-2-rhel-server 667 k
ltrace x86_64 0.5-13.45svn.el5_7.12
rhui-us-west-2-rhel-server 70 k
oprofile x86_64 0.9.4-15.el5 rhui-us-west-2-rhel-server 2.6 M
patchutils x86_64 0.2.31-2.2.2 rhui-us-west-2-rhel-server 111 k
pstack x86_64 1.2-7.2.2 rhui-us-west-2-rhel-server 4.6 k
python-ldap x86_64 2.2.0-2.1 rhui-us-west-2-rhel-server 123 k
rcs x86_64 5.7-30.1 rhui-us-west-2-rhel-server 349 k
redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-west-2-rhel-server 54 k
rpm-build x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 302 k
splint x86_64 3.1.1-16.el5 rhui-us-west-2-rhel-server 1.5 M
strace x86_64 4.5.18-5.el5_5.5 rhui-us-west-2-rhel-server 177 k
swig x86_64 1.3.29-2.el5 rhui-us-west-2-rhel-server 2.9 M
systemtap x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 2.4 M
texinfo x86_64 4.8-14.el5 rhui-us-west-2-rhel-server 763 k
valgrind i386 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 20 M
valgrind x86_64 1:3.5.0-5.el5 rhui-us-west-2-rhel-server 21 M
Installing for dependencies:
GConf2 x86_64 2.14.0-9.el5 rhui-us-west-2-rhel-server 1.5 M
ORBit2 x86_64 2.14.3-5.el5 rhui-us-west-2-rhel-server 262 k
at-spi x86_64 1.7.11-3.el5 rhui-us-west-2-rhel-server 304 k
audiofile x86_64 1:0.2.6-5 rhui-us-west-2-rhel-server 106 k
avahi x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 258 k
avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-west-2-rhel-server 15 k
elfutils-libs x86_64 0.137-3.el5 rhui-us-west-2-rhel-server 183 k
esound x86_64 1:0.2.36-3 rhui-us-west-2-rhel-server 131 k
gail x86_64 1.9.2-3.el5 rhui-us-west-2-rhel-server 352 k
gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-west-2-rhel-server 166 k
gnome-mime-data x86_64 2.4.2-3.1 rhui-us-west-2-rhel-server 690 k
gnome-mount x86_64 0.5-3.el5 rhui-us-west-2-rhel-server 71 k
gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 131 k
gnome-python2-bonobo
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 71 k
gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 34 k
gnome-python2-gnomevfs
x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 70 k
gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-west-2-rhel-server 1.3 M
imake x86_64 1.0.2-3 rhui-us-west-2-rhel-server 319 k
libIDL x86_64 0.8.7-1.fc6 rhui-us-west-2-rhel-server 88 k
libXTrap x86_64 1.0.0-3.1 rhui-us-west-2-rhel-server 23 k
libXevie x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXfontcache x86_64 1.0.2-3.1 rhui-us-west-2-rhel-server 9.8 k
libXres x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libXxf86misc x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 12 k
libXxf86vm x86_64 1.0.1-3.1 rhui-us-west-2-rhel-server 14 k
libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-west-2-rhel-server 524 k
libbonoboui x86_64 2.16.0-1.fc6 rhui-us-west-2-rhel-server 395 k
libdaemon x86_64 0.10-5.el5 rhui-us-west-2-rhel-server 24 k
libgfortran x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 244 k
libgnome x86_64 2.16.0-6.el5 rhui-us-west-2-rhel-server 860 k
libgnomecanvas x86_64 2.14.0-4.1 rhui-us-west-2-rhel-server 224 k
libgnomeui x86_64 2.16.0-5.el5 rhui-us-west-2-rhel-server 984 k
libgomp i386 4.4.4-13.el5 rhui-us-west-2-rhel-server 72 k
libnotify x86_64 0.4.2-6.el5 rhui-us-west-2-rhel-server 38 k
libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-west-2-rhel-server 2.8 M
libwnck x86_64 2.16.0-4.fc6 rhui-us-west-2-rhel-server 187 k
libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-west-2-rhel-server 487 k
notification-daemon x86_64 0.3.5-9.el5 rhui-us-west-2-rhel-server 48 k
pyorbit x86_64 2.14.1-3.el5 rhui-us-west-2-rhel-server 50 k
pyspi x86_64 0.6.1-1.el5 rhui-us-west-2-rhel-server 98 k
shared-mime-info x86_64 0.19-5.el5 rhui-us-west-2-rhel-server 149 k
startup-notification
x86_64 0.8-4.1 rhui-us-west-2-rhel-server 32 k
systemtap-runtime x86_64 1.3-9.el5 rhui-us-west-2-rhel-server 96 k
xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-west-2-rhel-server 3.7 M
xorg-x11-server-Xvfb
x86_64 1.1.1-48.76.el5_7.5
rhui-us-west-2-rhel-server 1.6 M
xorg-x11-server-utils
x86_64 7.1-5.el5_6.2 rhui-us-west-2-rhel-server 172 k
xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-west-2-rhel-server 32 k
xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-west-2-rhel-server 26 k
Updating for dependencies:
popt x86_64 1.10.2.3-22.el5_7.2
rhui-us-west-2-rhel-server 77 k
rpm x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 1.2 M
rpm-libs x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 924 k
rpm-python x86_64 4.4.2.3-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 86 Package(s)
Upgrade 4 Package(s)
Total download size: 92 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 3.9 MB/s | 92 MB 00:23
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : popt 1/94
Installing : libgnomecanvas 2/94
Installing : gnome-keyring 3/94
Installing : audiofile 4/94
Installing : esound 5/94
Installing : libIDL 6/94
Installing : ORBit2 7/94
Installing : GConf2 8/94
Installing : libbonobo 9/94
Installing : pyorbit 10/94
Installing : gail 11/94
Installing : libXfontcache 12/94
Installing : libXxf86misc 13/94
Installing : libgfortran 14/94
Installing : xorg-x11-xauth 15/94
Installing : imake 16/94
Installing : libdaemon 17/94
Installing : avahi 18/94
Installing : avahi-glib 19/94
Installing : libXevie 20/94
Installing : at-spi 21/94
Installing : pyspi 22/94
Installing : shared-mime-info 23/94
Installing : libxslt 24/94
Installing : libXxf86vm 25/94
Installing : libXTrap 26/94
Installing : xorg-x11-server-utils 27/94
Installing : xorg-x11-xinit 28/94
Installing : elfutils-libs 29/94
Installing : elfutils 30/94
Installing : gdb 31/94
Installing : libXres 32/94
Installing : startup-notification 33/94
Installing : libwnck 34/94
Installing : notification-daemon 35/94
Installing : libnotify 36/94
Installing : gcc-gfortran 37/94
Installing : oprofile 38/94
Installing : splint 39/94
Installing : dev86 40/94
Installing : ctags 41/94
Installing : doxygen 42/94
Installing : patchutils 43/94
Installing : python-ldap 44/94
Installing : strace 45/94
Installing : cvs 46/94
Installing : valgrind 47/94
Installing : indent 48/94
Installing : texinfo 49/94
Installing : flex 50/94
Installing : bison 51/94
Installing : rcs 52/94
Installing : byacc 53/94
Installing : cscope 54/94
Installing : ltrace 55/94
Installing : diffstat 56/94
Installing : swig 57/94
Installing : autoconf 58/94
Installing : automake 59/94
Installing : xorg-x11-fonts-base 60/94
Installing : xorg-x11-server-Xvfb 61/94
Installing : libstdc++-devel 62/94
Installing : systemtap-runtime 63/94
Installing : gnome-mime-data 64/94
Installing : gcc-c++ 65/94
Installing : libtool 66/94
Installing : automake17 67/94
Installing : pstack 68/94
Installing : automake15 69/94
Installing : redhat-rpm-config 70/94
Installing : automake14 71/94
Installing : automake16 72/94
Installing : libgomp 73/94
Installing : gettext 74/94
Installing : valgrind 75/94
Installing : gnome-vfs2 76/94
Updating : rpm-libs 77/94
Installing : libgnome 78/94
Installing : libbonoboui 79/94
Updating : rpm 80/94
Installing : libgnomeui 81/94
Updating : rpm-python 82/94
Installing : gnome-mount 83/94
Installing : rpm-build 84/94
Installing : systemtap 85/94
Installing : gnome-python2-bonobo 86/94
Installing : gnome-python2 87/94
Installing : gnome-python2-gconf 88/94
Installing : dogtail 89/94
Installing : gnome-python2-gnomevfs 90/94
Cleanup : rpm-libs 91/94
Cleanup : popt 92/94
Cleanup : rpm 93/94
Cleanup : rpm-python 94/94
Installed:
autoconf.noarch 0:2.59-12
automake.noarch 0:1.9.6-2.3.el5
automake14.noarch 0:1.4p6-13.el5.1
automake15.noarch 0:1.5-16.el5.2
automake16.noarch 0:1.6.3-8.el5.1
automake17.noarch 0:1.7.9-7.el5.2
bison.x86_64 0:2.3-2.1
byacc.x86_64 0:1.9-29.2.2
cscope.x86_64 0:15.5-15.1.el5_3.1
ctags.x86_64 0:5.6-1.1
cvs.x86_64 0:1.11.22-7.el5
dev86.x86_64 0:0.16.17-2.2
diffstat.x86_64 0:1.41-1.2.3.el5
dogtail.noarch 0:0.6.1-4.el5
doxygen.x86_64 1:1.4.7-1.1
elfutils.x86_64 0:0.137-3.el5
flex.x86_64 0:2.5.4a-41.fc6
gcc-c++.x86_64 0:4.1.2-51.el5
gcc-gfortran.x86_64 0:4.1.2-51.el5
gdb.x86_64 0:7.0.1-37.el5_7.1
gettext.i386 0:0.17-1.el5
indent.x86_64 0:2.2.9-14.fc6
libtool.x86_64 0:1.5.22-7.el5_4
ltrace.x86_64 0:0.5-13.45svn.el5_7.12
oprofile.x86_64 0:0.9.4-15.el5
patchutils.x86_64 0:0.2.31-2.2.2
pstack.x86_64 0:1.2-7.2.2
python-ldap.x86_64 0:2.2.0-2.1
rcs.x86_64 0:5.7-30.1
redhat-rpm-config.noarch 0:8.0.45-32.el5
rpm-build.x86_64 0:4.4.2.3-22.el5_7.2
splint.x86_64 0:3.1.1-16.el5
strace.x86_64 0:4.5.18-5.el5_5.5
swig.x86_64 0:1.3.29-2.el5
systemtap.x86_64 0:1.3-9.el5
texinfo.x86_64 0:4.8-14.el5
valgrind.i386 1:3.5.0-5.el5
valgrind.x86_64 1:3.5.0-5.el5
Dependency Installed:
GConf2.x86_64 0:2.14.0-9.el5
ORBit2.x86_64 0:2.14.3-5.el5
at-spi.x86_64 0:1.7.11-3.el5
audiofile.x86_64 1:0.2.6-5
avahi.x86_64 0:0.6.16-10.el5_6
avahi-glib.x86_64 0:0.6.16-10.el5_6
elfutils-libs.x86_64 0:0.137-3.el5
esound.x86_64 1:0.2.36-3
gail.x86_64 0:1.9.2-3.el5
gnome-keyring.x86_64 0:0.6.0-1.fc6
gnome-mime-data.x86_64 0:2.4.2-3.1
gnome-mount.x86_64 0:0.5-3.el5
gnome-python2.x86_64 0:2.16.0-1.fc6
gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6
gnome-python2-gconf.x86_64 0:2.16.0-1.fc6
gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6
gnome-vfs2.x86_64 0:2.16.2-8.el5
imake.x86_64 0:1.0.2-3
libIDL.x86_64 0:0.8.7-1.fc6
libXTrap.x86_64 0:1.0.0-3.1
libXevie.x86_64 0:1.0.1-3.1
libXfontcache.x86_64 0:1.0.2-3.1
libXres.x86_64 0:1.0.1-3.1
libXxf86misc.x86_64 0:1.0.1-3.1
libXxf86vm.x86_64 0:1.0.1-3.1
libbonobo.x86_64 0:2.16.0-1.1.el5_5.1
libbonoboui.x86_64 0:2.16.0-1.fc6
libdaemon.x86_64 0:0.10-5.el5
libgfortran.x86_64 0:4.1.2-51.el5
libgnome.x86_64 0:2.16.0-6.el5
libgnomecanvas.x86_64 0:2.14.0-4.1
libgnomeui.x86_64 0:2.16.0-5.el5
libgomp.i386 0:4.4.4-13.el5
libnotify.x86_64 0:0.4.2-6.el5
libstdc++-devel.x86_64 0:4.1.2-51.el5
libwnck.x86_64 0:2.16.0-4.fc6
libxslt.x86_64 0:1.1.17-2.el5_2.2
notification-daemon.x86_64 0:0.3.5-9.el5
pyorbit.x86_64 0:2.14.1-3.el5
pyspi.x86_64 0:0.6.1-1.el5
shared-mime-info.x86_64 0:0.19-5.el5
startup-notification.x86_64 0:0.8-4.1
systemtap-runtime.x86_64 0:1.3-9.el5
xorg-x11-fonts-base.noarch 0:7.1-2.1.el5
xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.76.el5_7.5
xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2
xorg-x11-xauth.x86_64 1:1.0.1-2.1
xorg-x11-xinit.x86_64 0:1.0.2-15.el5
Dependency Updated:
popt.x86_64 0:1.10.2.3-22.el5_7.2 rpm.x86_64 0:4.4.2.3-22.el5_7.2
rpm-libs.x86_64 0:4.4.2.3-22.el5_7.2 rpm-python.x86_64 0:4.4.2.3-22.el5_7.2
Complete!
EXPECTED RESULT:
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify yum update ...
######################################################################################
COMMAND: /usr/bin/yum -y update
RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security
Loading mirror speeds from cached hostfile
* rhui-us-west-2-client-config-server-5: rhui2-cds01.us-west-2.aws.ce.redhat.com
* rhui-us-west-2-rhel-server: rhui2-cds01.us-west-2.aws.ce.redhat.com
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 set to be updated
---> Package bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 set to be updated
---> Package curl.i386 0:7.15.5-9.el5_7.4 set to be updated
---> Package curl.x86_64 0:7.15.5-9.el5_7.4 set to be updated
---> Package dbus.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package dbus-libs.x86_64 0:1.1.2-16.el5_7 set to be updated
---> Package device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package freetype.x86_64 0:2.2.1-28.el5_7.2 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package glibc.i686 0:2.5-65.el5_7.1 set to be updated
---> Package glibc.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-common.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-devel.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package glibc-headers.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.3 set to be updated
---> Package kernel-headers.x86_64 0:2.6.18-274.7.1.el5 set to be updated
---> Package kernel-xen.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 set to be installed
---> Package kpartx.x86_64 0:0.4.7-46.el5_7.2 set to be updated
---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated
---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated
---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated
---> Package libpng.x86_64 2:1.2.10-7.1.el5_7.5 set to be updated
---> Package libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 set to be updated
---> Package lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.el5_7.3 set to be updated
---> Package nash.x86_64 0:5.1.19.6-71.el5_7.1 set to be updated
---> Package net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 set to be updated
---> Package nscd.x86_64 0:2.5-65.el5_7.1 set to be updated
---> Package nspr.i386 0:4.8.8-1.el5_7 set to be updated
---> Package nspr.x86_64 0:4.8.8-1.el5_7 set to be updated
---> Package nss.i386 0:3.12.10-7.el5_7 set to be updated
---> Package nss.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss-tools.x86_64 0:3.12.10-7.el5_7 set to be updated
---> Package nss_ldap.i386 0:253-42.el5_7.4 set to be updated
---> Package nss_ldap.x86_64 0:253-42.el5_7.4 set to be updated
---> Package openldap.i386 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openldap-clients.x86_64 0:2.3.43-12.el5_7.10 set to be updated
---> Package openssh.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-clients.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openssh-server.x86_64 0:4.3p2-72.el5_7.5 set to be updated
---> Package openswan.x86_64 0:2.6.21-5.el5_7.6 set to be updated
---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated
---> Package postgresql.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.i386 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package postgresql-python.x86_64 0:8.1.23-1.el5_7.3 set to be updated
---> Package python.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package python-libs.x86_64 0:2.4.3-44.el5_7.1 set to be updated
---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated
---> Package samba-client.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package samba-common.x86_64 0:3.0.33-3.29.el5_7.4 set to be updated
---> Package tzdata.x86_64 0:2011l-4.el5 set to be updated
---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
kernel-xen x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 21 M
kernel-xen-devel
x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 5.6 M
Updating:
autofs x86_64 1:5.0.1-0.rc2.156.el5_7.4
rhui-us-west-2-rhel-server 934 k
bind-libs x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 895 k
bind-utils x86_64 30:9.3.6-16.P1.el5_7.1 rhui-us-west-2-rhel-server 178 k
curl i386 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 234 k
curl x86_64 7.15.5-9.el5_7.4 rhui-us-west-2-rhel-server 231 k
dbus x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 234 k
dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-west-2-rhel-server 123 k
device-mapper-multipath
x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 3.0 M
dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-west-2-rhel-server 286 k
freetype x86_64 2.2.1-28.el5_7.2 rhui-us-west-2-rhel-server 311 k
gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-west-2-rhel-server 28 k
glibc i686 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 5.3 M
glibc x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 4.8 M
glibc-common x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 16 M
glibc-devel x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
glibc-headers x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 594 k
httpd x86_64 2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 1.2 M
kernel-headers x86_64 2.6.18-274.7.1.el5 rhui-us-west-2-rhel-server 1.3 M
kpartx x86_64 0.4.7-46.el5_7.2 rhui-us-west-2-rhel-server 440 k
libX11 i386 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 796 k
libX11 x86_64 1.0.3-11.el5_7.1 rhui-us-west-2-rhel-server 797 k
libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-west-2-rhel-server 245 k
libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-west-2-rhel-server 235 k
libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 917 k
libvolume_id x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 43 k
libxml2 x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 807 k
libxml2-python x86_64 2.6.26-2.1.12.el5_7.1 rhui-us-west-2-rhel-server 713 k
lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-west-2-rhel-server 3.1 M
mkinitrd x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 463 k
mod_ssl x86_64 1:2.2.3-53.el5_7.3 rhui-us-west-2-rhel-server 94 k
nash x86_64 5.1.19.6-71.el5_7.1 rhui-us-west-2-rhel-server 1.1 M
net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 705 k
net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-west-2-rhel-server 1.3 M
nscd x86_64 2.5-65.el5_7.1 rhui-us-west-2-rhel-server 170 k
nspr i386 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 120 k
nspr x86_64 4.8.8-1.el5_7 rhui-us-west-2-rhel-server 119 k
nss i386 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.1 M
nss-tools x86_64 3.12.10-7.el5_7 rhui-us-west-2-rhel-server 1.2 M
nss_ldap i386 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
nss_ldap x86_64 253-42.el5_7.4 rhui-us-west-2-rhel-server 1.4 M
openldap i386 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 297 k
openldap x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 305 k
openldap-clients
x86_64 2.3.43-12.el5_7.10 rhui-us-west-2-rhel-server 223 k
openssh x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 289 k
openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 452 k
openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-west-2-rhel-server 278 k
openswan x86_64 2.6.21-5.el5_7.6 rhui-us-west-2-rhel-server 1.0 M
pango x86_64 1.14.9-8.el5_7.3 rhui-us-west-2-rhel-server 338 k
postgresql x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 2.9 M
postgresql-libs i386 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-libs x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 197 k
postgresql-python
x86_64 8.1.23-1.el5_7.3 rhui-us-west-2-rhel-server 57 k
python x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 58 k
python-libs x86_64 2.4.3-44.el5_7.1 rhui-us-west-2-rhel-server 5.9 M
rsync x86_64 3.0.6-4.el5_7.1 rhui-us-west-2-rhel-server 347 k
samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 5.7 M
samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-west-2-rhel-server 6.8 M
tzdata x86_64 2011l-4.el5 rhui-us-west-2-rhel-server 765 k
udev x86_64 095-14.27.el5_7.1 rhui-us-west-2-rhel-server 2.4 M
yum-rhn-plugin noarch 0.5.4-22.el5_7.2 rhui-us-west-2-rhel-server 63 k
Transaction Summary
================================================================================
Install 2 Package(s)
Upgrade 61 Package(s)
Total download size: 112 M
Downloading Packages:
--------------------------------------------------------------------------------
Total 5.4 MB/s | 112 MB 00:20 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Updating : kernel-headers 1/124 Updating : tzdata 2/124 Updating : glibc-common 3/124 Updating : glibc 4/124 Updating : openldap 5/124 Updating : nspr 6/124 Updating : nss 7/124 Updating : libxml2 8/124 Updating : postgresql-libs 9/124 Updating : freetype 10/124 Updating : nscd 11/124 Updating : kpartx 12/124 Updating : lvm2 13/124 Updating : gdbm 14/124 Updating : libX11 15/124 Updating : bind-libs 16/124 Updating : net-snmp-libs 17/124 Updating : device-mapper-multipath 18/124 Updating : openssh 19/124 Updating : httpd 20/124 Updating : udev 21/124 Updating : pango 22/124 Updating : nss_ldap 23/124 Updating : libXfont 24/124 Updating : libsmbclient 25/124 Updating : samba-common 26/124 Updating : curl 27/124 Updating : libpng 28/124 Updating : libvolume_id 29/124 Updating : glibc-headers 30/124 Updating : nash 31/124 Updating : mkinitrd 32/124 Updating : samba-client 33/124 Updating : mod_ssl 34/124 Updating : openssh-clients 35/124 Updating : openssh-server 36/124 Updating : net-snmp 37/124 Updating : bind-utils 38/124 Updating : postgresql 39/124 Updating : autofs 40/124 Updating : nss-tools 41/124 Updating : openswan 42/124 Updating : openldap-clients 43/124 Updating : rsync 44/124 Updating : dhclient 45/124 Installing : kernel-xen 46/124 Updating : glibc-devel 47/124 Installing : kernel-xen-devel 48/124 Updating : yum-rhn-plugin 49/124 Updating : glibc 50/124 Updating : nspr 51/124 Updating : openldap 52/124 Updating : nss_ldap 53/124 Updating : nss 54/124 Updating : libX11 55/124 Updating : postgresql-libs 56/124 Updating : curl 57/124 Updating : python 58/124 Updating : python-libs 59/124 Updating : dbus-libs 60/124 Updating : postgresql-python 61/124 Updating : libxml2-python 62/124 Updating : dbus 63/124 Cleanup : python-libs 64/124 Cleanup : postgresql-python 65/124 Cleanup : httpd 66/124 Cleanup : kpartx 67/124 Cleanup : nspr 68/124 Cleanup : libxml2 69/124 Cleanup : openssh 70/124 Cleanup : autofs 71/124 Cleanup : libX11 72/124 Cleanup : lvm2 73/124 Cleanup : pango 74/124 Cleanup : openssh-clients 75/124 Cleanup : nscd 76/124 Cleanup : nss_ldap 77/124 Cleanup : libxml2-python 78/124 Cleanup : glibc 79/124 Cleanup : postgresql-libs 80/124 Cleanup : rsync 81/124 Cleanup : yum-rhn-plugin 82/124 Cleanup : glibc-common 83/124 Cleanup : openldap-clients 84/124 Cleanup : tzdata 85/124 Cleanup : curl 86/124 Cleanup : nss_ldap 87/124 Cleanup : udev 88/124 Cleanup : libpng 89/124 Cleanup : mkinitrd 90/124 Cleanup : dbus 91/124 Cleanup : gdbm 92/124 Cleanup : libXfont 93/124 Cleanup : python 94/124 Cleanup : postgresql-libs 95/124 Cleanup : openssh-server 96/124 Cleanup : dbus-libs 97/124 Cleanup : nss-tools 98/124 Cleanup : glibc-devel 99/124 Cleanup : curl 100/124 Cleanup : bind-utils 101/124 Cleanup : samba-common 102/124 Cleanup : nss 103/124 Cleanup : mod_ssl 104/124 Cleanup : nss 105/124 Cleanup : openswan 106/124 Cleanup : net-snmp 107/124 Cleanup : libsmbclient 108/124 Cleanup : libX11 109/124 Cleanup : bind-libs 110/124 Cleanup : freetype 111/124 Cleanup : kernel-headers 112/124 Cleanup : glibc-headers 113/124 Cleanup : net-snmp-libs 114/124 Cleanup : postgresql 115/124 Cleanup : openldap 116/124 Cleanup : device-mapper-multipath 117/124 Cleanup : glibc 118/124 Cleanup : dhclient 119/124 Cleanup : nash 120/124 Cleanup : nspr 121/124 Cleanup : libvolume_id 122/124 Cleanup : samba-client 123/124 Cleanup : openldap 124/124 Installed: kernel-xen.x86_64 0:2.6.18-274.7.1.el5 kernel-xen-devel.x86_64 0:2.6.18-274.7.1.el5 Updated: autofs.x86_64 1:5.0.1-0.rc2.156.el5_7.4 bind-libs.x86_64 30:9.3.6-16.P1.el5_7.1 bind-utils.x86_64 30:9.3.6-16.P1.el5_7.1 curl.i386 0:7.15.5-9.el5_7.4 curl.x86_64 0:7.15.5-9.el5_7.4 dbus.x86_64 0:1.1.2-16.el5_7 dbus-libs.x86_64 0:1.1.2-16.el5_7 device-mapper-multipath.x86_64 0:0.4.7-46.el5_7.2 dhclient.x86_64 12:3.0.5-29.el5_7.1 freetype.x86_64 0:2.2.1-28.el5_7.2 gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 glibc.i686 0:2.5-65.el5_7.1 glibc.x86_64 0:2.5-65.el5_7.1 glibc-common.x86_64 0:2.5-65.el5_7.1 glibc-devel.x86_64 0:2.5-65.el5_7.1 glibc-headers.x86_64 0:2.5-65.el5_7.1 httpd.x86_64 0:2.2.3-53.el5_7.3 kernel-headers.x86_64 0:2.6.18-274.7.1.el5 kpartx.x86_64 0:0.4.7-46.el5_7.2 libX11.i386 0:1.0.3-11.el5_7.1 libX11.x86_64 0:1.0.3-11.el5_7.1 libXfont.x86_64 0:1.2.2-1.0.4.el5_7 libpng.x86_64 2:1.2.10-7.1.el5_7.5 libsmbclient.x86_64 0:3.0.33-3.29.el5_7.4 libvolume_id.x86_64 0:095-14.27.el5_7.1 libxml2.x86_64 0:2.6.26-2.1.12.el5_7.1 libxml2-python.x86_64 0:2.6.26-2.1.12.el5_7.1 lvm2.x86_64 0:2.02.84-6.el5_7.1 mkinitrd.x86_64 0:5.1.19.6-71.el5_7.1 mod_ssl.x86_64 1:2.2.3-53.el5_7.3 nash.x86_64 0:5.1.19.6-71.el5_7.1 net-snmp.x86_64 1:5.3.2.2-14.el5_7.1 net-snmp-libs.x86_64 1:5.3.2.2-14.el5_7.1 nscd.x86_64 0:2.5-65.el5_7.1 nspr.i386 0:4.8.8-1.el5_7 nspr.x86_64 0:4.8.8-1.el5_7 nss.i386 0:3.12.10-7.el5_7 nss.x86_64 0:3.12.10-7.el5_7 nss-tools.x86_64 0:3.12.10-7.el5_7 nss_ldap.i386 0:253-42.el5_7.4 nss_ldap.x86_64 0:253-42.el5_7.4 openldap.i386 0:2.3.43-12.el5_7.10 openldap.x86_64 0:2.3.43-12.el5_7.10 openldap-clients.x86_64 0:2.3.43-12.el5_7.10 openssh.x86_64 0:4.3p2-72.el5_7.5 openssh-clients.x86_64 0:4.3p2-72.el5_7.5 openssh-server.x86_64 0:4.3p2-72.el5_7.5 openswan.x86_64 0:2.6.21-5.el5_7.6 pango.x86_64 0:1.14.9-8.el5_7.3 postgresql.x86_64 0:8.1.23-1.el5_7.3 postgresql-libs.i386 0:8.1.23-1.el5_7.3 postgresql-libs.x86_64 0:8.1.23-1.el5_7.3 postgresql-python.x86_64 0:8.1.23-1.el5_7.3 python.x86_64 0:2.4.3-44.el5_7.1 python-libs.x86_64 0:2.4.3-44.el5_7.1 rsync.x86_64 0:3.0.6-4.el5_7.1 samba-client.x86_64 0:3.0.33-3.29.el5_7.4 samba-common.x86_64 0:3.0.33-3.29.el5_7.4 tzdata.x86_64 0:2011l-4.el5 udev.x86_64 0:095-14.27.el5_7.1 yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.2 Complete! EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no fa1lures in rpm package ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no rpm scriplet fa1lures ... ###################################################################################### COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify package removal... ###################################################################################### COMMAND: /bin/rpm -e zsh RETURN CODE: 0 COMMAND: /bin/rpm -q zsh RESULT: package zsh is not installed EXPECTED RESULT: package zsh is not installed RETURN CODE: 1 PASS ###################################################################################### # NEW TEST: ## Verify bash_history ... ###################################################################################### COMMAND: cat ~/.bash_history | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify no systemid file ... ###################################################################################### COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rh-cloud-firstboot is OFF ... ###################################################################################### COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS /etc/sysconfig/rh-cloud-firstboot FOUND COMMAND: echo true RESULT: true EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: cat /etc/sysconfig/rh-cloud-firstboot RESULT: RUN_FIRSTBOOT=NO EXPECTED RESULT: RUN_FIRSTBOOT=NO RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify nameserver ... ###################################################################################### COMMAND: /usr/bin/dig clock.redhat.com 2>> /root/valid/src/validate.log | grep 66.187.233.4 | wc -l RESULT: 1 EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify group file ... ###################################################################################### COMMAND: cat /etc/group | grep root:x:0 RESULT: root:x:0:root EXPECTED RESULT: root:x:0:root RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep bin:x:1 RESULT: bin:x:1:root,bin,daemon EXPECTED RESULT: bin:x:1:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep daemon:x:2 RESULT: daemon:x:2:root,bin,daemon EXPECTED RESULT: daemon:x:2:root,bin,daemon RETURN CODE: 0 PASS COMMAND: cat /etc/group | grep nobody:x:99 RESULT: nobody:x:99: EXPECTED RESULT: nobody:x:99: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new passwd file ... ###################################################################################### COMMAND: cat /etc/passwd | grep root:x:0 RESULT: root:x:0:0:root:/root:/bin/bash EXPECTED RESULT: root:x:0:0:root:/root:/bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep nobody:x:99 RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin EXPECTED RESULT: nobody:x:99:99:Nobody:/:/sbin/nologin RETURN CODE: 0 PASS COMMAND: cat /etc/passwd | grep sshd RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin EXPECTED RESULT: sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify runlevel ... ###################################################################################### COMMAND: cat /etc/inittab | grep id: RESULT: id:3:initdefault: EXPECTED RESULT: id:3:initdefault: RETURN CODE: 0 PASS COMMAND: cat /etc/inittab | grep si: RESULT: si::sysinit:/etc/rc.d/rc.sysinit EXPECTED RESULT: si::sysinit:/etc/rc.d/rc.sysinit RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify new shells file ... ###################################################################################### COMMAND: cat /etc/shells | grep bash RESULT: /bin/bash EXPECTED RESULT: /bin/bash RETURN CODE: 0 PASS COMMAND: cat /etc/shells | grep nologin RESULT: /sbin/nologin EXPECTED RESULT: /sbin/nologin RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify networking ... ###################################################################################### COMMAND: grep ^NETWORKING= /etc/sysconfig/network | cut -d\= -f2 RESULT: yes EXPECTED RESULT: yes RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify device ... ###################################################################################### COMMAND: grep ^DEVICE= /etc/sysconfig/network-scripts/ifcfg-eth0 | cut -d\= -f2 RESULT: eth0 EXPECTED RESULT: eth0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify iptables ... ###################################################################################### COMMAND: /etc/init.d/iptables status | grep REJECT 10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited RETURN CODE: 0 COMMAND: /etc/init.d/iptables status | grep :22 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:631 | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep dpt:5353 | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep RELATED,ESTABLISHED | grep ACCEPT | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep -e esp -e ah | grep ACCEPT | wc -l RESULT: 2 EXPECTED RESULT: 2 RETURN CODE: 0 PASS COMMAND: /etc/init.d/iptables status | grep REJECT | grep all | grep 0.0.0.0/0 | grep icmp-host-prohibited | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd ... ###################################################################################### COMMAND: chkconfig --list | grep sshd RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: sshd 0:off 1:off 2:on 3:on 4:on 5:on 6:off RETURN CODE: 0 PASS COMMAND: /etc/init.d/sshd status | grep running | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify chkconfig ... ###################################################################################### COMMAND: chkconfig --list | grep crond | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep iptables | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS COMMAND: chkconfig --list | grep yum-updatesd | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog is on ... ###################################################################################### COMMAND: chkconfig --list | grep rsyslog | cut -f 5 RESULT: 3:on EXPECTED RESULT: 3:on RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify rsyslog config ... ###################################################################################### COMMAND: md5sum /etc/rsyslog.conf | cut -f 1 -d " " RESULT: 15936b6fe4e8fadcea87b54de495f975 EXPECTED RESULT: bd4e328df4b59d41979ef7202a05e074 OR 15936b6fe4e8fadcea87b54de495f975 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd is on ... ###################################################################################### COMMAND: /sbin/chkconfig --list auditd | grep 3:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS COMMAND: /sbin/chkconfig --list auditd | grep 5:on RESULT: auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off EXPECTED RESULT: RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify audit.rules ... ###################################################################################### COMMAND: md5sum /etc/audit/audit.rules | cut -f 1 -d " " RESULT: f9869e1191838c461f5b9051c78a638d EXPECTED RESULT: f9869e1191838c461f5b9051c78a638d RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd.conf ... ###################################################################################### COMMAND: md5sum /etc/audit/auditd.conf | cut -f 1 -d " " RESULT: 612ddf28c3916530d47ef56a1b1ed1ed EXPECTED RESULT: 612ddf28c3916530d47ef56a1b1ed1ed RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify auditd sysconfig ... ###################################################################################### COMMAND: md5sum /etc/sysconfig/auditd | cut -f 1 -d " " RESULT: 123beb3a97a32d96eba4f11509e39da2 EXPECTED RESULT: 123beb3a97a32d96eba4f11509e39da2 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify sshd_config settings ... ###################################################################################### COMMAND: cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep no | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify /etc/ld.so.conf.d/libc6-xen.conf is not present ... ###################################################################################### COMMAND: ls /etc/ld.so.conf.d/libc6-xen.conf ls: /etc/ld.so.conf.d/libc6-xen.conf: No such file or directory RESULT: EXPECTED RESULT: 2 RETURN CODE: 2 PASS ###################################################################################### # NEW TEST: ##test menu.lst ... ###################################################################################### COMMAND: file /boot/grub/menu.lst | grep symbolic | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: file /boot/grub/menu.lst | grep grub.conf | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS COMMAND: cat /boot/grub/grub.conf | grep "(hd0,0)" | wc -l RESULT: 0 EXPECTED RESULT: 0 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: ## Verify resize2fs ... ###################################################################################### COMMAND: resize2fs -p /dev/sda1 15000M resize2fs 1.39 (29-May-2006) RETURN CODE: 0 COMMAND: df -h | grep 15G | wc -l RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS ###################################################################################### # NEW TEST: Fetching the identity doc Details ###################################################################################### Verifying that signature exists COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the IMAGE ID COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS Verifying the Architecture COMMAND: echo 1 RESULT: 1 EXPECTED RESULT: 1 RETURN CODE: 0 PASS This Host => ec2-50-112-20-22.us-west-2.compute.amazonaws.com with Image Id : ami-a6810c96, is launched with Instance Id : i-1635a826 , Instance Type : c1.xlarge and Arch : x86_64 in the Region : us-west-2a The Validate Signature is : Bk8jGe/f3M4na1DitRlOq5pY6CQQuJDAsWaIPIl7wUOmX1bopA+PZnU918S+fZ31pXZwA9V2lI8y Cw+Ow6Q3omWShmiK4HPwXq0XZXdJm5dOtt6+66AUDGWzZrWtF6WpPYhAMsmeCJpgu4ficcfFCQlg fwSXS0+IQb2GMfXi75s= This is a Cloud Access image ## Summary ## FAILURES = 0 FAILED TESTS = LOG FILE = /root/valid/src/validate.log ## Summary ## ###################################################################################### # NEW TEST: ## Open a bugzilla ###################################################################################### closing old bugs |