Bug 736456

Summary: ami-f50fcc9c 5.7 x86_64 us-east-1
Product: Cloud Image Validation Reporter: releng-rhel <releng-rhel>
Component: imagesAssignee: Jay Greguske <jgreguske>
Status: CLOSED CURRENTRELEASE QA Contact: wes hayutin <whayutin>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: RHEL6.1CC: kbidarka, sghai
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-10-11 20:56:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description releng-rhel@redhat.com 2011-09-07 17:50:26 UTC

Comment 1 releng-rhel@redhat.com 2011-09-07 17:59:03 UTC
IMAGE ID= IGNOREami-f50fcc9c_us-east-1_m1.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
domU-12-31-39-0A-A9-01
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, security
Determining fastest mirrors
repo id                       repo name                                   status
rhui-us-east-rhel-server-1y   Red Hat Enterprise Linux Server 5 (RPMs)    12,003
repolist: 12,003 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.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
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/zsh-4.2.6-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  zsh-4.2.6-5.el5.x86_64: failure: Packages/zsh-4.2.6-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
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'
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pstack-1.2-7.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfontcache-1.0.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXevie-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXres-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXTrap-1.0.0-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libdaemon-0.10-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/startup-notification-0.8-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libnotify-0.4.2-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/byacc-1.9-29.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyorbit-2.14.1-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mount-0.5-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgomp-4.4.4-13.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libIDL-0.8.7-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/indent-2.2.9-14.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyspi-0.6.1-1.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/audiofile-0.2.6-5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/patchutils-0.2.31-2.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/python-ldap-2.2.0-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/flex-2.5.4a-41.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/esound-0.2.36-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ctags-5.6-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/shared-mime-info-0.19-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dogtail-0.6.1-4.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-libs-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libwnck-2.16.0-4.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake14-1.4p6-13.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake15-1.5-16.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake16-1.6.3-8.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ORBit2-2.14.3-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake17-1.7.9-7.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/at-spi-1.7.11-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/imake-1.0.2-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rcs-5.7-30.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gail-1.9.2-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dev86-0.16.17-2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake-1.9.6-2.3.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/bison-2.3-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/autoconf-2.59-12.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libtool-1.5.22-7.el5_4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cvs-1.11.22-7.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/texinfo-4.8-14.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnome-2.16.0-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/GConf2-2.14.0-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/splint-3.1.1-16.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/doxygen-1.4.7-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gettext-0.17-1.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/oprofile-0.9.4-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libstdc%2B%2B-devel-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/swig-1.3.29-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-c%2B%2B-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  texinfo-4.8-14.el5.x86_64: failure: Packages/texinfo-4.8-14.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-bonobo-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  bison-2.3-2.1.x86_64: failure: Packages/bison-2.3-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ltrace-0.5-13.45svn.el5.x86_64: failure: Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

Comment 2 releng-rhel@redhat.com 2011-09-07 17:59:07 UTC
  pyorbit-2.14.1-3.el5.x86_64: failure: Packages/pyorbit-2.14.1-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake15-1.5-16.el5.2.noarch: failure: Packages/automake15-1.5-16.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ORBit2-2.14.3-5.el5.x86_64: failure: Packages/ORBit2-2.14.3-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-utils-7.1-5.el5_6.2.x86_64: failure: Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake16-1.6.3-8.el5.1.noarch: failure: Packages/automake16-1.6.3-8.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  redhat-rpm-config-8.0.45-32.el5.noarch: failure: Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-c++-4.1.2-51.el5.x86_64: failure: Packages/gcc-c++-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-xinit-1.0.2-15.el5.x86_64: failure: Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:audiofile-0.2.6-5.x86_64: failure: Packages/audiofile-0.2.6-5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cvs-1.11.22-7.el5.x86_64: failure: Packages/cvs-1.11.22-7.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  flex-2.5.4a-41.fc6.x86_64: failure: Packages/flex-2.5.4a-41.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-keyring-0.6.0-1.fc6.x86_64: failure: Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake-1.9.6-2.3.el5.noarch: failure: Packages/automake-1.9.6-2.3.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXres-1.0.1-3.1.x86_64: failure: Packages/libXres-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  at-spi-1.7.11-3.el5.x86_64: failure: Packages/at-spi-1.7.11-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ctags-5.6-1.1.x86_64: failure: Packages/ctags-5.6-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:xorg-x11-xauth-1.0.1-2.1.x86_64: failure: Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-0.137-3.el5.x86_64: failure: Packages/elfutils-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gconf-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86misc-1.0.1-3.1.x86_64: failure: Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonoboui-2.16.0-1.fc6.x86_64: failure: Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libxslt-1.1.17-2.el5_2.2.x86_64: failure: Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  GConf2-2.14.0-9.el5.x86_64: failure: Packages/GConf2-2.14.0-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libwnck-2.16.0-4.fc6.x86_64: failure: Packages/libwnck-2.16.0-4.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-fonts-base-7.1-2.1.el5.noarch: failure: Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  imake-1.0.2-3.x86_64: failure: Packages/imake-1.0.2-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-vfs2-2.16.2-8.el5.x86_64: failure: Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64: failure: Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomecanvas-2.14.0-4.1.x86_64: failure: Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgomp-4.4.4-13.el5.i386: failure: Packages/libgomp-4.4.4-13.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-gfortran-4.1.2-51.el5.x86_64: failure: Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXevie-1.0.1-3.1.x86_64: failure: Packages/libXevie-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gettext-0.17-1.el5.i386: failure: Packages/gettext-0.17-1.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  startup-notification-0.8-4.1.x86_64: failure: Packages/startup-notification-0.8-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libstdc++-devel-4.1.2-51.el5.x86_64: failure: Packages/libstdc++-devel-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgfortran-4.1.2-51.el5.x86_64: failure: Packages/libgfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-libs-0.137-3.el5.x86_64: failure: Packages/elfutils-libs-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pyspi-0.6.1-1.el5.x86_64: failure: Packages/pyspi-0.6.1-1.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake14-1.4p6-13.el5.1.noarch: failure: Packages/automake14-1.4p6-13.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomeui-2.16.0-5.el5.x86_64: failure: Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:esound-0.2.36-3.x86_64: failure: Packages/esound-0.2.36-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  shared-mime-info-0.19-5.el5.x86_64: failure: Packages/shared-mime-info-0.19-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-glib-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  strace-4.5.18-5.el5_5.5.x86_64: failure: Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mount-0.5-3.el5.x86_64: failure: Packages/gnome-mount-0.5-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  patchutils-0.2.31-2.2.2.x86_64: failure: Packages/patchutils-0.2.31-2.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXTrap-1.0.0-3.1.x86_64: failure: Packages/libXTrap-1.0.0-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  swig-1.3.29-2.el5.x86_64: failure: Packages/swig-1.3.29-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  splint-3.1.1-16.el5.x86_64: failure: Packages/splint-3.1.1-16.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dogtail-0.6.1-4.el5.noarch: failure: Packages/dogtail-0.6.1-4.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gail-1.9.2-3.el5.x86_64: failure: Packages/gail-1.9.2-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86vm-1.0.1-3.1.x86_64: failure: Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rpm-build-4.4.2.3-22.el5.x86_64: failure: Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libIDL-0.8.7-1.fc6.x86_64: failure: Packages/libIDL-0.8.7-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libtool-1.5.22-7.el5_4.x86_64: failure: Packages/libtool-1.5.22-7.el5_4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.x86_64: failure: Packages/valgrind-3.5.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pstack-1.2-7.2.2.x86_64: failure: Packages/pstack-1.2-7.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfontcache-1.0.2-3.1.x86_64: failure: Packages/libXfontcache-1.0.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnome-2.16.0-6.el5.x86_64: failure: Packages/libgnome-2.16.0-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-runtime-1.3-9.el5.x86_64: failure: Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.i386: failure: Packages/valgrind-3.5.0-5.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  notification-daemon-0.3.5-9.el5.x86_64: failure: Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  diffstat-1.41-1.2.3.el5.x86_64: failure: Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mime-data-2.4.2-3.1.x86_64: failure: Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  indent-2.2.9-14.fc6.x86_64: failure: Packages/indent-2.2.9-14.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  oprofile-0.9.4-15.el5.x86_64: failure: Packages/oprofile-0.9.4-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dev86-0.16.17-2.2.x86_64: failure: Packages/dev86-0.16.17-2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libnotify-0.4.2-6.el5.x86_64: failure: Packages/libnotify-0.4.2-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rcs-5.7-30.1.x86_64: failure: Packages/rcs-5.7-30.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  python-ldap-2.2.0-2.1.x86_64: failure: Packages/python-ldap-2.2.0-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cscope-15.5-15.1.el5_3.1.x86_64: failure: Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libdaemon-0.10-5.el5.x86_64: failure: Packages/libdaemon-0.10-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  autoconf-2.59-12.noarch: failure: Packages/autoconf-2.59-12.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  byacc-1.9-29.2.2.x86_64: failure: Packages/byacc-1.9-29.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdb-7.0.1-37.el5_7.1.x86_64: failure: Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-1.3-9.el5.x86_64: failure: Packages/systemtap-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonobo-2.16.0-1.1.el5_5.1.x86_64: failure: Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:doxygen-1.4.7-1.1.x86_64: failure: Packages/doxygen-1.4.7-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake17-1.7.9-7.el5.2.noarch: failure: Packages/automake17-1.7.9-7.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
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: gnome-python2-gconf for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 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 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 set to be updated
---> 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-client.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-common.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
---> 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: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> 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_6.4 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-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome
--> Processing Dependency: libesd.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-east-rhel-server-1y 646 k
 automake             noarch 1.9.6-2.3.el5    rhui-us-east-rhel-server-1y 476 k
 automake14           noarch 1.4p6-13.el5.1   rhui-us-east-rhel-server-1y 200 k
 automake15           noarch 1.5-16.el5.2     rhui-us-east-rhel-server-1y 230 k
 automake16           noarch 1.6.3-8.el5.1    rhui-us-east-rhel-server-1y 241 k
 automake17           noarch 1.7.9-7.el5.2    rhui-us-east-rhel-server-1y 278 k
 bison                x86_64 2.3-2.1          rhui-us-east-rhel-server-1y 549 k
 byacc                x86_64 1.9-29.2.2       rhui-us-east-rhel-server-1y  41 k
 cscope               x86_64 15.5-15.1.el5_3.1
                                              rhui-us-east-rhel-server-1y 144 k
 ctags                x86_64 5.6-1.1          rhui-us-east-rhel-server-1y 131 k
 cvs                  x86_64 1.11.22-7.el5    rhui-us-east-rhel-server-1y 737 k
 dev86                x86_64 0.16.17-2.2      rhui-us-east-rhel-server-1y 397 k
 diffstat             x86_64 1.41-1.2.3.el5   rhui-us-east-rhel-server-1y  19 k
 dogtail              noarch 0.6.1-4.el5      rhui-us-east-rhel-server-1y 172 k
 doxygen              x86_64 1:1.4.7-1.1      rhui-us-east-rhel-server-1y 2.4 M
 elfutils             x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 216 k
 flex                 x86_64 2.5.4a-41.fc6    rhui-us-east-rhel-server-1y 131 k
 gcc-c++              x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran         x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.5 M
 gdb                  x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M
 gettext              i386   0.17-1.el5       rhui-us-east-rhel-server-1y 2.4 M
 indent               x86_64 2.2.9-14.fc6     rhui-us-east-rhel-server-1y  97 k
 libtool              x86_64 1.5.22-7.el5_4   rhui-us-east-rhel-server-1y 667 k
 ltrace               x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y  62 k
 oprofile             x86_64 0.9.4-15.el5     rhui-us-east-rhel-server-1y 2.6 M
 patchutils           x86_64 0.2.31-2.2.2     rhui-us-east-rhel-server-1y 111 k
 pstack               x86_64 1.2-7.2.2        rhui-us-east-rhel-server-1y 4.6 k
 python-ldap          x86_64 2.2.0-2.1        rhui-us-east-rhel-server-1y 123 k
 rcs                  x86_64 5.7-30.1         rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config    noarch 8.0.45-32.el5    rhui-us-east-rhel-server-1y  54 k
 rpm-build            x86_64 4.4.2.3-22.el5   rhui-us-east-rhel-server-1y 302 k
 splint               x86_64 3.1.1-16.el5     rhui-us-east-rhel-server-1y 1.5 M
 strace               x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k
 swig                 x86_64 1.3.29-2.el5     rhui-us-east-rhel-server-1y 2.9 M
 systemtap            x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y 2.4 M
 texinfo              x86_64 4.8-14.el5       rhui-us-east-rhel-server-1y 763 k
 valgrind             i386   1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  20 M
 valgrind             x86_64 1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  21 M
Installing for dependencies:
 GConf2               x86_64 2.14.0-9.el5     rhui-us-east-rhel-server-1y 1.5 M
 ORBit2               x86_64 2.14.3-5.el5     rhui-us-east-rhel-server-1y 262 k
 at-spi               x86_64 1.7.11-3.el5     rhui-us-east-rhel-server-1y 304 k
 audiofile            x86_64 1:0.2.6-5        rhui-us-east-rhel-server-1y 106 k
 avahi                x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y 258 k
 avahi-glib           x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y  15 k
 elfutils-libs        x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 183 k
 esound               x86_64 1:0.2.36-3       rhui-us-east-rhel-server-1y 131 k
 gail                 x86_64 1.9.2-3.el5      rhui-us-east-rhel-server-1y 352 k
 gnome-keyring        x86_64 0.6.0-1.fc6      rhui-us-east-rhel-server-1y 166 k
 gnome-mime-data      x86_64 2.4.2-3.1        rhui-us-east-rhel-server-1y 690 k
 gnome-mount          x86_64 0.5-3.el5        rhui-us-east-rhel-server-1y  71 k
 gnome-python2        x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 131 k
 gnome-python2-bonobo x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  71 k
 gnome-python2-gconf  x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  34 k
 gnome-python2-gnomevfs
                      x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  70 k
 gnome-vfs2           x86_64 2.16.2-8.el5     rhui-us-east-rhel-server-1y 1.3 M
 imake                x86_64 1.0.2-3          rhui-us-east-rhel-server-1y 319 k
 libIDL               x86_64 0.8.7-1.fc6      rhui-us-east-rhel-server-1y  88 k
 libXTrap             x86_64 1.0.0-3.1        rhui-us-east-rhel-server-1y  23 k
 libXevie             x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXfontcache        x86_64 1.0.2-3.1        rhui-us-east-rhel-server-1y 9.8 k
 libXres              x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXxf86misc         x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  12 k
 libXxf86vm           x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libbonobo            x86_64 2.16.0-1.1.el5_5.1
                                              rhui-us-east-rhel-server-1y 524 k
 libbonoboui          x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 395 k
 libdaemon            x86_64 0.10-5.el5       rhui-us-east-rhel-server-1y  24 k
 libgfortran          x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 244 k
 libgnome             x86_64 2.16.0-6.el5     rhui-us-east-rhel-server-1y 860 k
 libgnomecanvas       x86_64 2.14.0-4.1       rhui-us-east-rhel-server-1y 224 k
 libgnomeui           x86_64 2.16.0-5.el5     rhui-us-east-rhel-server-1y 984 k
 libgomp              i386   4.4.4-13.el5     rhui-us-east-rhel-server-1y  72 k
 libnotify            x86_64 0.4.2-6.el5      rhui-us-east-rhel-server-1y  38 k
 libstdc++-devel      x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 2.8 M
 libwnck              x86_64 2.16.0-4.fc6     rhui-us-east-rhel-server-1y 187 k
 libxslt              x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k
 notification-daemon  x86_64 0.3.5-9.el5      rhui-us-east-rhel-server-1y  48 k
 pyorbit              x86_64 2.14.1-3.el5     rhui-us-east-rhel-server-1y  50 k
 pyspi                x86_64 0.6.1-1.el5      rhui-us-east-rhel-server-1y  98 k
 shared-mime-info     x86_64 0.19-5.el5       rhui-us-east-rhel-server-1y 149 k
 startup-notification x86_64 0.8-4.1          rhui-us-east-rhel-server-1y  32 k
 systemtap-runtime    x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y  96 k
 xorg-x11-fonts-base  noarch 7.1-2.1.el5      rhui-us-east-rhel-server-1y 3.7 M
 xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4
                                              rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                      x86_64 7.1-5.el5_6.2    rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xauth       x86_64 1:1.0.1-2.1      rhui-us-east-rhel-server-1y  32 k
 xorg-x11-xinit       x86_64 1.0.2-15.el5     rhui-us-east-rhel-server-1y  26 k

Transaction Summary
================================================================================
Install      86 Package(s)
Upgrade       0 Package(s)

Total download size: 90 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Setting up Group Process Loading mirror speeds from cached hostfile 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: gnome-python2-gconf for package: dogtail --> Processing Dependency: xorg-x11-xinit for package: dogtail --> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail ---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils --> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext --> Processing Dependency: libgomp.so.1 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 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 set to be updated ---> 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-client.so.3()(64bit) for package: systemtap --> Processing Dependency: libavahi-common.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 ---> 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: libspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi ---> 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_6.4 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-gnomevfs for package: gnome-python2 --> Processing Dependency: gnome-python2-bonobo for package: gnome-python2 --> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2 --> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome --> Processing Dependency: libesd.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-east-rhel-server-1y 646 k automake noarch 1.9.6-2.3.el5 rhui-us-east-rhel-server-1y 476 k automake14 noarch 1.4p6-13.el5.1 rhui-us-east-rhel-server-1y 200 k automake15 noarch 1.5-16.el5.2 rhui-us-east-rhel-server-1y 230 k automake16 noarch 1.6.3-8.el5.1 rhui-us-east-rhel-server-1y 241 k automake17 noarch 1.7.9-7.el5.2 rhui-us-east-rhel-server-1y 278 k bison x86_64 2.3-2.1 rhui-us-east-rhel-server-1y 549 k byacc x86_64 1.9-29.2.2 rhui-us-east-rhel-server-1y 41 k cscope x86_64 15.5-15.1.el5_3.1 rhui-us-east-rhel-server-1y 144 k ctags x86_64 5.6-1.1 rhui-us-east-rhel-server-1y 131 k cvs x86_64 1.11.22-7.el5 rhui-us-east-rhel-server-1y 737 k dev86 x86_64 0.16.17-2.2 rhui-us-east-rhel-server-1y 397 k diffstat x86_64 1.41-1.2.3.el5 rhui-us-east-rhel-server-1y 19 k dogtail noarch 0.6.1-4.el5 rhui-us-east-rhel-server-1y 172 k doxygen x86_64 1:1.4.7-1.1 rhui-us-east-rhel-server-1y 2.4 M elfutils x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 216 k flex x86_64 2.5.4a-41.fc6 rhui-us-east-rhel-server-1y 131 k gcc-c++ x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.8 M gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.5 M gdb x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M gettext i386 0.17-1.el5 rhui-us-east-rhel-server-1y 2.4 M indent x86_64 2.2.9-14.fc6 rhui-us-east-rhel-server-1y 97 k libtool x86_64 1.5.22-7.el5_4 rhui-us-east-rhel-server-1y 667 k ltrace x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y 62 k oprofile x86_64 0.9.4-15.el5 rhui-us-east-rhel-server-1y 2.6 M patchutils x86_64 0.2.31-2.2.2 rhui-us-east-rhel-server-1y 111 k pstack x86_64 1.2-7.2.2 rhui-us-east-rhel-server-1y 4.6 k python-ldap x86_64 2.2.0-2.1 rhui-us-east-rhel-server-1y 123 k rcs x86_64 5.7-30.1 rhui-us-east-rhel-server-1y 349 k redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-east-rhel-server-1y 54 k rpm-build x86_64 4.4.2.3-22.el5 rhui-us-east-rhel-server-1y 302 k splint x86_64 3.1.1-16.el5 rhui-us-east-rhel-server-1y 1.5 M strace x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k swig x86_64 1.3.29-2.el5 rhui-us-east-rhel-server-1y 2.9 M systemtap x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 2.4 M texinfo x86_64 4.8-14.el5 rhui-us-east-rhel-server-1y 763 k valgrind i386 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 20 M valgrind x86_64 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 21 M Installing for dependencies: GConf2 x86_64 2.14.0-9.el5 rhui-us-east-rhel-server-1y 1.5 M ORBit2 x86_64 2.14.3-5.el5 rhui-us-east-rhel-server-1y 262 k at-spi x86_64 1.7.11-3.el5 rhui-us-east-rhel-server-1y 304 k audiofile x86_64 1:0.2.6-5 rhui-us-east-rhel-server-1y 106 k avahi x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 258 k avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 15 k elfutils-libs x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 183 k esound x86_64 1:0.2.36-3 rhui-us-east-rhel-server-1y 131 k gail x86_64 1.9.2-3.el5 rhui-us-east-rhel-server-1y 352 k gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-east-rhel-server-1y 166 k gnome-mime-data x86_64 2.4.2-3.1 rhui-us-east-rhel-server-1y 690 k gnome-mount x86_64 0.5-3.el5 rhui-us-east-rhel-server-1y 71 k gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 131 k gnome-python2-bonobo x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 71 k gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 34 k gnome-python2-gnomevfs x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 70 k gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-east-rhel-server-1y 1.3 M imake x86_64 1.0.2-3 rhui-us-east-rhel-server-1y 319 k libIDL x86_64 0.8.7-1.fc6 rhui-us-east-rhel-server-1y 88 k libXTrap x86_64 1.0.0-3.1 rhui-us-east-rhel-server-1y 23 k libXevie x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXfontcache x86_64 1.0.2-3.1 rhui-us-east-rhel-server-1y 9.8 k libXres x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXxf86misc x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 12 k libXxf86vm x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-east-rhel-server-1y 524 k libbonoboui x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 395 k libdaemon x86_64 0.10-5.el5 rhui-us-east-rhel-server-1y 24 k libgfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 244 k libgnome x86_64 2.16.0-6.el5 rhui-us-east-rhel-server-1y 860 k libgnomecanvas x86_64 2.14.0-4.1 rhui-us-east-rhel-server-1y 224 k libgnomeui x86_64 2.16.0-5.el5 rhui-us-east-rhel-server-1y 984 k libgomp i386 4.4.4-13.el5 rhui-us-east-rhel-server-1y 72 k libnotify x86_64 0.4.2-6.el5 rhui-us-east-rhel-server-1y 38 k libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 2.8 M libwnck x86_64 2.16.0-4.fc6 rhui-us-east-rhel-server-1y 187 k libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k notification-daemon x86_64 0.3.5-9.el5 rhui-us-east-rhel-server-1y 48 k pyorbit x86_64 2.14.1-3.el5 rhui-us-east-rhel-server-1y 50 k pyspi x86_64 0.6.1-1.el5 rhui-us-east-rhel-server-1y 98 k shared-mime-info x86_64 0.19-5.el5 rhui-us-east-rhel-server-1y 149 k startup-notification x86_64 0.8-4.1 rhui-us-east-rhel-server-1y 32 k systemtap-runtime x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 96 k xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-east-rhel-server-1y 3.7 M xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M xorg-x11-server-utils x86_64 7.1-5.el5_6.2 rhui-us-east-rhel-server-1y 172 k xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-east-rhel-server-1y 32 k xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-east-rhel-server-1y 26 k Transaction Summary ================================================================================ Install 86 Package(s) Upgrade 0 Package(s) Total download size: 90 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/tzdata-2011h-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  dbus-libs-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.x86_64: failure: Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.i386: failure: Packages/curl-7.15.5-9.el5_7.4.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  yum-rhn-plugin-0.5.4-22.el5_7.1.noarch: failure: Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-client-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  httpd-2.2.3-53.el5_7.1.x86_64: failure: Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-clients-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  device-mapper-multipath-0.4.7-46.el5_7.1.x86_64: failure: Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rsync-3.0.6-4.el5_7.1.x86_64: failure: Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdbm-1.8.0-26.2.1.el5_6.1.x86_64: failure: Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfont-1.2.2-1.0.4.el5_7.x86_64: failure: Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  2:libpng-1.2.10-7.1.el5_7.5.x86_64: failure: Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  kpartx-0.4.7-46.el5_7.1.x86_64: failure: Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  lvm2-2.02.84-6.el5_7.1.x86_64: failure: Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libsmbclient-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:mod_ssl-2.2.3-53.el5_7.1.x86_64: failure: Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-server-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  12:dhclient-3.0.5-29.el5_7.1.x86_64: failure: Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dbus-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-common-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  tzdata-2011h-2.el5.x86_64: failure: Packages/tzdata-2011h-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package 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.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package         Arch   Version               Repository                   Size
================================================================================
Updating:
 curl            i386   7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 234 k
 curl            x86_64 7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 231 k
 dbus            x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 234 k
 dbus-libs       x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 123 k
 device-mapper-multipath
                 x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 3.0 M
 dhclient        x86_64 12:3.0.5-29.el5_7.1   rhui-us-east-rhel-server-1y 286 k
 gdbm            x86_64 1.8.0-26.2.1.el5_6.1  rhui-us-east-rhel-server-1y  28 k
 httpd           x86_64 2.2.3-53.el5_7.1      rhui-us-east-rhel-server-1y 1.2 M
 kpartx          x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 440 k
 libXfont        x86_64 1.2.2-1.0.4.el5_7     rhui-us-east-rhel-server-1y 245 k
 libpng          x86_64 2:1.2.10-7.1.el5_7.5  rhui-us-east-rhel-server-1y 235 k
 libsmbclient    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 917 k
 lvm2            x86_64 2.02.84-6.el5_7.1     rhui-us-east-rhel-server-1y 3.1 M
 mod_ssl         x86_64 1:2.2.3-53.el5_7.1    rhui-us-east-rhel-server-1y  94 k
 net-snmp        x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 705 k

Comment 3 releng-rhel@redhat.com 2011-09-07 17:59:11 UTC
 net-snmp-libs   x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 1.3 M
 openssh         x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 289 k
 openssh-clients x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 452 k
 openssh-server  x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 278 k
 rsync           x86_64 3.0.6-4.el5_7.1       rhui-us-east-rhel-server-1y 347 k
 samba-client    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 5.7 M
 samba-common    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 6.8 M
 tzdata          x86_64 2011h-2.el5           rhui-us-east-rhel-server-1y 781 k
 yum-rhn-plugin  noarch 0.5.4-22.el5_7.1      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install       0 Package(s)
Upgrade      24 Package(s)

Total download size: 27 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Skipping security plugin, no data Setting up Update Process Resolving Dependencies Skipping security plugin, no data --> Running transaction check ---> Package 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.1 set to be updated ---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated ---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated ---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated ---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated ---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated ---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: curl i386 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 234 k curl x86_64 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 231 k dbus x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 234 k dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 123 k device-mapper-multipath x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 3.0 M dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-east-rhel-server-1y 286 k gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y 28 k httpd x86_64 2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 1.2 M kpartx x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 440 k libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-east-rhel-server-1y 245 k libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 917 k lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-east-rhel-server-1y 3.1 M mod_ssl x86_64 1:2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 94 k net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M openssh x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 289 k openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 452 k openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 278 k rsync x86_64 3.0.6-4.el5_7.1 rhui-us-east-rhel-server-1y 347 k samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 5.7 M samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 6.8 M tzdata x86_64 2011h-2.el5 rhui-us-east-rhel-server-1y 781 k yum-rhn-plugin noarch 0.5.4-22.el5_7.1 rhui-us-east-rhel-server-1y 63 k Transaction Summary ================================================================================ Install 0 Package(s) Upgrade 24 Package(s) Total download size: 27 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 3
FAILED TESTS = ## install zsh ... ## Install Development tools group... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 4 releng-rhel@redhat.com 2011-09-07 17:59:59 UTC
IMAGE ID= IGNOREami-f50fcc9c_us-east-1_m2.2xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
ip-10-119-105-115
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, security
Determining fastest mirrors
repo id                       repo name                                   status
rhui-us-east-rhel-server-1y   Red Hat Enterprise Linux Server 5 (RPMs)    12,003
repolist: 12,003 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.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
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/zsh-4.2.6-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  zsh-4.2.6-5.el5.x86_64: failure: Packages/zsh-4.2.6-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
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'
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pstack-1.2-7.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfontcache-1.0.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXevie-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXres-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXTrap-1.0.0-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libdaemon-0.10-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/startup-notification-0.8-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libnotify-0.4.2-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/byacc-1.9-29.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyorbit-2.14.1-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mount-0.5-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgomp-4.4.4-13.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libIDL-0.8.7-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/indent-2.2.9-14.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyspi-0.6.1-1.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/audiofile-0.2.6-5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/patchutils-0.2.31-2.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/python-ldap-2.2.0-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/flex-2.5.4a-41.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/esound-0.2.36-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ctags-5.6-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/shared-mime-info-0.19-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dogtail-0.6.1-4.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-libs-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libwnck-2.16.0-4.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake14-1.4p6-13.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake15-1.5-16.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake16-1.6.3-8.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ORBit2-2.14.3-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake17-1.7.9-7.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/at-spi-1.7.11-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/imake-1.0.2-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rcs-5.7-30.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gail-1.9.2-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dev86-0.16.17-2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake-1.9.6-2.3.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/bison-2.3-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/autoconf-2.59-12.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libtool-1.5.22-7.el5_4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cvs-1.11.22-7.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/texinfo-4.8-14.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnome-2.16.0-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/GConf2-2.14.0-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/splint-3.1.1-16.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/doxygen-1.4.7-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gettext-0.17-1.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/oprofile-0.9.4-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libstdc%2B%2B-devel-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/swig-1.3.29-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-c%2B%2B-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  texinfo-4.8-14.el5.x86_64: failure: Packages/texinfo-4.8-14.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-bonobo-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  bison-2.3-2.1.x86_64: failure: Packages/bison-2.3-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ltrace-0.5-13.45svn.el5.x86_64: failure: Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

Comment 5 releng-rhel@redhat.com 2011-09-07 18:00:03 UTC
  pyorbit-2.14.1-3.el5.x86_64: failure: Packages/pyorbit-2.14.1-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake15-1.5-16.el5.2.noarch: failure: Packages/automake15-1.5-16.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ORBit2-2.14.3-5.el5.x86_64: failure: Packages/ORBit2-2.14.3-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-utils-7.1-5.el5_6.2.x86_64: failure: Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake16-1.6.3-8.el5.1.noarch: failure: Packages/automake16-1.6.3-8.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  redhat-rpm-config-8.0.45-32.el5.noarch: failure: Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-c++-4.1.2-51.el5.x86_64: failure: Packages/gcc-c++-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-xinit-1.0.2-15.el5.x86_64: failure: Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:audiofile-0.2.6-5.x86_64: failure: Packages/audiofile-0.2.6-5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cvs-1.11.22-7.el5.x86_64: failure: Packages/cvs-1.11.22-7.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  flex-2.5.4a-41.fc6.x86_64: failure: Packages/flex-2.5.4a-41.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-keyring-0.6.0-1.fc6.x86_64: failure: Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake-1.9.6-2.3.el5.noarch: failure: Packages/automake-1.9.6-2.3.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXres-1.0.1-3.1.x86_64: failure: Packages/libXres-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  at-spi-1.7.11-3.el5.x86_64: failure: Packages/at-spi-1.7.11-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ctags-5.6-1.1.x86_64: failure: Packages/ctags-5.6-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:xorg-x11-xauth-1.0.1-2.1.x86_64: failure: Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-0.137-3.el5.x86_64: failure: Packages/elfutils-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gconf-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86misc-1.0.1-3.1.x86_64: failure: Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonoboui-2.16.0-1.fc6.x86_64: failure: Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libxslt-1.1.17-2.el5_2.2.x86_64: failure: Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  GConf2-2.14.0-9.el5.x86_64: failure: Packages/GConf2-2.14.0-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libwnck-2.16.0-4.fc6.x86_64: failure: Packages/libwnck-2.16.0-4.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-fonts-base-7.1-2.1.el5.noarch: failure: Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  imake-1.0.2-3.x86_64: failure: Packages/imake-1.0.2-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-vfs2-2.16.2-8.el5.x86_64: failure: Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64: failure: Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomecanvas-2.14.0-4.1.x86_64: failure: Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgomp-4.4.4-13.el5.i386: failure: Packages/libgomp-4.4.4-13.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-gfortran-4.1.2-51.el5.x86_64: failure: Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXevie-1.0.1-3.1.x86_64: failure: Packages/libXevie-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gettext-0.17-1.el5.i386: failure: Packages/gettext-0.17-1.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  startup-notification-0.8-4.1.x86_64: failure: Packages/startup-notification-0.8-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libstdc++-devel-4.1.2-51.el5.x86_64: failure: Packages/libstdc++-devel-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgfortran-4.1.2-51.el5.x86_64: failure: Packages/libgfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-libs-0.137-3.el5.x86_64: failure: Packages/elfutils-libs-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pyspi-0.6.1-1.el5.x86_64: failure: Packages/pyspi-0.6.1-1.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake14-1.4p6-13.el5.1.noarch: failure: Packages/automake14-1.4p6-13.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomeui-2.16.0-5.el5.x86_64: failure: Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:esound-0.2.36-3.x86_64: failure: Packages/esound-0.2.36-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  shared-mime-info-0.19-5.el5.x86_64: failure: Packages/shared-mime-info-0.19-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-glib-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  strace-4.5.18-5.el5_5.5.x86_64: failure: Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mount-0.5-3.el5.x86_64: failure: Packages/gnome-mount-0.5-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  patchutils-0.2.31-2.2.2.x86_64: failure: Packages/patchutils-0.2.31-2.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXTrap-1.0.0-3.1.x86_64: failure: Packages/libXTrap-1.0.0-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  swig-1.3.29-2.el5.x86_64: failure: Packages/swig-1.3.29-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  splint-3.1.1-16.el5.x86_64: failure: Packages/splint-3.1.1-16.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dogtail-0.6.1-4.el5.noarch: failure: Packages/dogtail-0.6.1-4.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gail-1.9.2-3.el5.x86_64: failure: Packages/gail-1.9.2-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86vm-1.0.1-3.1.x86_64: failure: Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rpm-build-4.4.2.3-22.el5.x86_64: failure: Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libIDL-0.8.7-1.fc6.x86_64: failure: Packages/libIDL-0.8.7-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libtool-1.5.22-7.el5_4.x86_64: failure: Packages/libtool-1.5.22-7.el5_4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.x86_64: failure: Packages/valgrind-3.5.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pstack-1.2-7.2.2.x86_64: failure: Packages/pstack-1.2-7.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfontcache-1.0.2-3.1.x86_64: failure: Packages/libXfontcache-1.0.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnome-2.16.0-6.el5.x86_64: failure: Packages/libgnome-2.16.0-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-runtime-1.3-9.el5.x86_64: failure: Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.i386: failure: Packages/valgrind-3.5.0-5.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  notification-daemon-0.3.5-9.el5.x86_64: failure: Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  diffstat-1.41-1.2.3.el5.x86_64: failure: Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mime-data-2.4.2-3.1.x86_64: failure: Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  indent-2.2.9-14.fc6.x86_64: failure: Packages/indent-2.2.9-14.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  oprofile-0.9.4-15.el5.x86_64: failure: Packages/oprofile-0.9.4-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dev86-0.16.17-2.2.x86_64: failure: Packages/dev86-0.16.17-2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libnotify-0.4.2-6.el5.x86_64: failure: Packages/libnotify-0.4.2-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rcs-5.7-30.1.x86_64: failure: Packages/rcs-5.7-30.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  python-ldap-2.2.0-2.1.x86_64: failure: Packages/python-ldap-2.2.0-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cscope-15.5-15.1.el5_3.1.x86_64: failure: Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libdaemon-0.10-5.el5.x86_64: failure: Packages/libdaemon-0.10-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  autoconf-2.59-12.noarch: failure: Packages/autoconf-2.59-12.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  byacc-1.9-29.2.2.x86_64: failure: Packages/byacc-1.9-29.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdb-7.0.1-37.el5_7.1.x86_64: failure: Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-1.3-9.el5.x86_64: failure: Packages/systemtap-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonobo-2.16.0-1.1.el5_5.1.x86_64: failure: Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:doxygen-1.4.7-1.1.x86_64: failure: Packages/doxygen-1.4.7-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake17-1.7.9-7.el5.2.noarch: failure: Packages/automake17-1.7.9-7.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
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: gnome-python2-gconf for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 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 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 set to be updated
---> 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-client.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-common.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
---> 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: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> 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_6.4 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-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome
--> Processing Dependency: libesd.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-east-rhel-server-1y 646 k
 automake             noarch 1.9.6-2.3.el5    rhui-us-east-rhel-server-1y 476 k
 automake14           noarch 1.4p6-13.el5.1   rhui-us-east-rhel-server-1y 200 k
 automake15           noarch 1.5-16.el5.2     rhui-us-east-rhel-server-1y 230 k
 automake16           noarch 1.6.3-8.el5.1    rhui-us-east-rhel-server-1y 241 k
 automake17           noarch 1.7.9-7.el5.2    rhui-us-east-rhel-server-1y 278 k
 bison                x86_64 2.3-2.1          rhui-us-east-rhel-server-1y 549 k
 byacc                x86_64 1.9-29.2.2       rhui-us-east-rhel-server-1y  41 k
 cscope               x86_64 15.5-15.1.el5_3.1
                                              rhui-us-east-rhel-server-1y 144 k
 ctags                x86_64 5.6-1.1          rhui-us-east-rhel-server-1y 131 k
 cvs                  x86_64 1.11.22-7.el5    rhui-us-east-rhel-server-1y 737 k
 dev86                x86_64 0.16.17-2.2      rhui-us-east-rhel-server-1y 397 k
 diffstat             x86_64 1.41-1.2.3.el5   rhui-us-east-rhel-server-1y  19 k
 dogtail              noarch 0.6.1-4.el5      rhui-us-east-rhel-server-1y 172 k
 doxygen              x86_64 1:1.4.7-1.1      rhui-us-east-rhel-server-1y 2.4 M
 elfutils             x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 216 k
 flex                 x86_64 2.5.4a-41.fc6    rhui-us-east-rhel-server-1y 131 k
 gcc-c++              x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran         x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.5 M
 gdb                  x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M
 gettext              i386   0.17-1.el5       rhui-us-east-rhel-server-1y 2.4 M
 indent               x86_64 2.2.9-14.fc6     rhui-us-east-rhel-server-1y  97 k
 libtool              x86_64 1.5.22-7.el5_4   rhui-us-east-rhel-server-1y 667 k
 ltrace               x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y  62 k
 oprofile             x86_64 0.9.4-15.el5     rhui-us-east-rhel-server-1y 2.6 M
 patchutils           x86_64 0.2.31-2.2.2     rhui-us-east-rhel-server-1y 111 k
 pstack               x86_64 1.2-7.2.2        rhui-us-east-rhel-server-1y 4.6 k
 python-ldap          x86_64 2.2.0-2.1        rhui-us-east-rhel-server-1y 123 k
 rcs                  x86_64 5.7-30.1         rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config    noarch 8.0.45-32.el5    rhui-us-east-rhel-server-1y  54 k
 rpm-build            x86_64 4.4.2.3-22.el5   rhui-us-east-rhel-server-1y 302 k
 splint               x86_64 3.1.1-16.el5     rhui-us-east-rhel-server-1y 1.5 M
 strace               x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k
 swig                 x86_64 1.3.29-2.el5     rhui-us-east-rhel-server-1y 2.9 M
 systemtap            x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y 2.4 M
 texinfo              x86_64 4.8-14.el5       rhui-us-east-rhel-server-1y 763 k
 valgrind             i386   1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  20 M
 valgrind             x86_64 1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  21 M
Installing for dependencies:
 GConf2               x86_64 2.14.0-9.el5     rhui-us-east-rhel-server-1y 1.5 M
 ORBit2               x86_64 2.14.3-5.el5     rhui-us-east-rhel-server-1y 262 k
 at-spi               x86_64 1.7.11-3.el5     rhui-us-east-rhel-server-1y 304 k
 audiofile            x86_64 1:0.2.6-5        rhui-us-east-rhel-server-1y 106 k
 avahi                x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y 258 k
 avahi-glib           x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y  15 k
 elfutils-libs        x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 183 k
 esound               x86_64 1:0.2.36-3       rhui-us-east-rhel-server-1y 131 k
 gail                 x86_64 1.9.2-3.el5      rhui-us-east-rhel-server-1y 352 k
 gnome-keyring        x86_64 0.6.0-1.fc6      rhui-us-east-rhel-server-1y 166 k
 gnome-mime-data      x86_64 2.4.2-3.1        rhui-us-east-rhel-server-1y 690 k
 gnome-mount          x86_64 0.5-3.el5        rhui-us-east-rhel-server-1y  71 k
 gnome-python2        x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 131 k
 gnome-python2-bonobo x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  71 k
 gnome-python2-gconf  x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  34 k
 gnome-python2-gnomevfs
                      x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  70 k
 gnome-vfs2           x86_64 2.16.2-8.el5     rhui-us-east-rhel-server-1y 1.3 M
 imake                x86_64 1.0.2-3          rhui-us-east-rhel-server-1y 319 k
 libIDL               x86_64 0.8.7-1.fc6      rhui-us-east-rhel-server-1y  88 k
 libXTrap             x86_64 1.0.0-3.1        rhui-us-east-rhel-server-1y  23 k
 libXevie             x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXfontcache        x86_64 1.0.2-3.1        rhui-us-east-rhel-server-1y 9.8 k
 libXres              x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXxf86misc         x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  12 k
 libXxf86vm           x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libbonobo            x86_64 2.16.0-1.1.el5_5.1
                                              rhui-us-east-rhel-server-1y 524 k
 libbonoboui          x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 395 k
 libdaemon            x86_64 0.10-5.el5       rhui-us-east-rhel-server-1y  24 k
 libgfortran          x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 244 k
 libgnome             x86_64 2.16.0-6.el5     rhui-us-east-rhel-server-1y 860 k
 libgnomecanvas       x86_64 2.14.0-4.1       rhui-us-east-rhel-server-1y 224 k
 libgnomeui           x86_64 2.16.0-5.el5     rhui-us-east-rhel-server-1y 984 k
 libgomp              i386   4.4.4-13.el5     rhui-us-east-rhel-server-1y  72 k
 libnotify            x86_64 0.4.2-6.el5      rhui-us-east-rhel-server-1y  38 k
 libstdc++-devel      x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 2.8 M
 libwnck              x86_64 2.16.0-4.fc6     rhui-us-east-rhel-server-1y 187 k
 libxslt              x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k
 notification-daemon  x86_64 0.3.5-9.el5      rhui-us-east-rhel-server-1y  48 k
 pyorbit              x86_64 2.14.1-3.el5     rhui-us-east-rhel-server-1y  50 k
 pyspi                x86_64 0.6.1-1.el5      rhui-us-east-rhel-server-1y  98 k
 shared-mime-info     x86_64 0.19-5.el5       rhui-us-east-rhel-server-1y 149 k
 startup-notification x86_64 0.8-4.1          rhui-us-east-rhel-server-1y  32 k
 systemtap-runtime    x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y  96 k
 xorg-x11-fonts-base  noarch 7.1-2.1.el5      rhui-us-east-rhel-server-1y 3.7 M
 xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4
                                              rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                      x86_64 7.1-5.el5_6.2    rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xauth       x86_64 1:1.0.1-2.1      rhui-us-east-rhel-server-1y  32 k
 xorg-x11-xinit       x86_64 1.0.2-15.el5     rhui-us-east-rhel-server-1y  26 k

Transaction Summary
================================================================================
Install      86 Package(s)
Upgrade       0 Package(s)

Total download size: 90 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Setting up Group Process Loading mirror speeds from cached hostfile 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: gnome-python2-gconf for package: dogtail --> Processing Dependency: xorg-x11-xinit for package: dogtail --> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail ---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils --> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext --> Processing Dependency: libgomp.so.1 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 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 set to be updated ---> 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-client.so.3()(64bit) for package: systemtap --> Processing Dependency: libavahi-common.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 ---> 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: libspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi ---> 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_6.4 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-gnomevfs for package: gnome-python2 --> Processing Dependency: gnome-python2-bonobo for package: gnome-python2 --> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2 --> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome --> Processing Dependency: libesd.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-east-rhel-server-1y 646 k automake noarch 1.9.6-2.3.el5 rhui-us-east-rhel-server-1y 476 k automake14 noarch 1.4p6-13.el5.1 rhui-us-east-rhel-server-1y 200 k automake15 noarch 1.5-16.el5.2 rhui-us-east-rhel-server-1y 230 k automake16 noarch 1.6.3-8.el5.1 rhui-us-east-rhel-server-1y 241 k automake17 noarch 1.7.9-7.el5.2 rhui-us-east-rhel-server-1y 278 k bison x86_64 2.3-2.1 rhui-us-east-rhel-server-1y 549 k byacc x86_64 1.9-29.2.2 rhui-us-east-rhel-server-1y 41 k cscope x86_64 15.5-15.1.el5_3.1 rhui-us-east-rhel-server-1y 144 k ctags x86_64 5.6-1.1 rhui-us-east-rhel-server-1y 131 k cvs x86_64 1.11.22-7.el5 rhui-us-east-rhel-server-1y 737 k dev86 x86_64 0.16.17-2.2 rhui-us-east-rhel-server-1y 397 k diffstat x86_64 1.41-1.2.3.el5 rhui-us-east-rhel-server-1y 19 k dogtail noarch 0.6.1-4.el5 rhui-us-east-rhel-server-1y 172 k doxygen x86_64 1:1.4.7-1.1 rhui-us-east-rhel-server-1y 2.4 M elfutils x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 216 k flex x86_64 2.5.4a-41.fc6 rhui-us-east-rhel-server-1y 131 k gcc-c++ x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.8 M gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.5 M gdb x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M gettext i386 0.17-1.el5 rhui-us-east-rhel-server-1y 2.4 M indent x86_64 2.2.9-14.fc6 rhui-us-east-rhel-server-1y 97 k libtool x86_64 1.5.22-7.el5_4 rhui-us-east-rhel-server-1y 667 k ltrace x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y 62 k oprofile x86_64 0.9.4-15.el5 rhui-us-east-rhel-server-1y 2.6 M patchutils x86_64 0.2.31-2.2.2 rhui-us-east-rhel-server-1y 111 k pstack x86_64 1.2-7.2.2 rhui-us-east-rhel-server-1y 4.6 k python-ldap x86_64 2.2.0-2.1 rhui-us-east-rhel-server-1y 123 k rcs x86_64 5.7-30.1 rhui-us-east-rhel-server-1y 349 k redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-east-rhel-server-1y 54 k rpm-build x86_64 4.4.2.3-22.el5 rhui-us-east-rhel-server-1y 302 k splint x86_64 3.1.1-16.el5 rhui-us-east-rhel-server-1y 1.5 M strace x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k swig x86_64 1.3.29-2.el5 rhui-us-east-rhel-server-1y 2.9 M systemtap x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 2.4 M texinfo x86_64 4.8-14.el5 rhui-us-east-rhel-server-1y 763 k valgrind i386 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 20 M valgrind x86_64 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 21 M Installing for dependencies: GConf2 x86_64 2.14.0-9.el5 rhui-us-east-rhel-server-1y 1.5 M ORBit2 x86_64 2.14.3-5.el5 rhui-us-east-rhel-server-1y 262 k at-spi x86_64 1.7.11-3.el5 rhui-us-east-rhel-server-1y 304 k audiofile x86_64 1:0.2.6-5 rhui-us-east-rhel-server-1y 106 k avahi x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 258 k avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 15 k elfutils-libs x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 183 k esound x86_64 1:0.2.36-3 rhui-us-east-rhel-server-1y 131 k gail x86_64 1.9.2-3.el5 rhui-us-east-rhel-server-1y 352 k gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-east-rhel-server-1y 166 k gnome-mime-data x86_64 2.4.2-3.1 rhui-us-east-rhel-server-1y 690 k gnome-mount x86_64 0.5-3.el5 rhui-us-east-rhel-server-1y 71 k gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 131 k gnome-python2-bonobo x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 71 k gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 34 k gnome-python2-gnomevfs x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 70 k gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-east-rhel-server-1y 1.3 M imake x86_64 1.0.2-3 rhui-us-east-rhel-server-1y 319 k libIDL x86_64 0.8.7-1.fc6 rhui-us-east-rhel-server-1y 88 k libXTrap x86_64 1.0.0-3.1 rhui-us-east-rhel-server-1y 23 k libXevie x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXfontcache x86_64 1.0.2-3.1 rhui-us-east-rhel-server-1y 9.8 k libXres x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXxf86misc x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 12 k libXxf86vm x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-east-rhel-server-1y 524 k libbonoboui x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 395 k libdaemon x86_64 0.10-5.el5 rhui-us-east-rhel-server-1y 24 k libgfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 244 k libgnome x86_64 2.16.0-6.el5 rhui-us-east-rhel-server-1y 860 k libgnomecanvas x86_64 2.14.0-4.1 rhui-us-east-rhel-server-1y 224 k libgnomeui x86_64 2.16.0-5.el5 rhui-us-east-rhel-server-1y 984 k libgomp i386 4.4.4-13.el5 rhui-us-east-rhel-server-1y 72 k libnotify x86_64 0.4.2-6.el5 rhui-us-east-rhel-server-1y 38 k libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 2.8 M libwnck x86_64 2.16.0-4.fc6 rhui-us-east-rhel-server-1y 187 k libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k notification-daemon x86_64 0.3.5-9.el5 rhui-us-east-rhel-server-1y 48 k pyorbit x86_64 2.14.1-3.el5 rhui-us-east-rhel-server-1y 50 k pyspi x86_64 0.6.1-1.el5 rhui-us-east-rhel-server-1y 98 k shared-mime-info x86_64 0.19-5.el5 rhui-us-east-rhel-server-1y 149 k startup-notification x86_64 0.8-4.1 rhui-us-east-rhel-server-1y 32 k systemtap-runtime x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 96 k xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-east-rhel-server-1y 3.7 M xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M xorg-x11-server-utils x86_64 7.1-5.el5_6.2 rhui-us-east-rhel-server-1y 172 k xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-east-rhel-server-1y 32 k xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-east-rhel-server-1y 26 k Transaction Summary ================================================================================ Install 86 Package(s) Upgrade 0 Package(s) Total download size: 90 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/tzdata-2011h-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  dbus-libs-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.x86_64: failure: Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.i386: failure: Packages/curl-7.15.5-9.el5_7.4.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  yum-rhn-plugin-0.5.4-22.el5_7.1.noarch: failure: Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-client-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  httpd-2.2.3-53.el5_7.1.x86_64: failure: Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-clients-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  device-mapper-multipath-0.4.7-46.el5_7.1.x86_64: failure: Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rsync-3.0.6-4.el5_7.1.x86_64: failure: Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdbm-1.8.0-26.2.1.el5_6.1.x86_64: failure: Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfont-1.2.2-1.0.4.el5_7.x86_64: failure: Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  2:libpng-1.2.10-7.1.el5_7.5.x86_64: failure: Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  kpartx-0.4.7-46.el5_7.1.x86_64: failure: Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  lvm2-2.02.84-6.el5_7.1.x86_64: failure: Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libsmbclient-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:mod_ssl-2.2.3-53.el5_7.1.x86_64: failure: Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-server-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  12:dhclient-3.0.5-29.el5_7.1.x86_64: failure: Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dbus-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-common-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  tzdata-2011h-2.el5.x86_64: failure: Packages/tzdata-2011h-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package 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.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package         Arch   Version               Repository                   Size
================================================================================
Updating:
 curl            i386   7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 234 k
 curl            x86_64 7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 231 k
 dbus            x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 234 k
 dbus-libs       x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 123 k
 device-mapper-multipath
                 x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 3.0 M
 dhclient        x86_64 12:3.0.5-29.el5_7.1   rhui-us-east-rhel-server-1y 286 k
 gdbm            x86_64 1.8.0-26.2.1.el5_6.1  rhui-us-east-rhel-server-1y  28 k
 httpd           x86_64 2.2.3-53.el5_7.1      rhui-us-east-rhel-server-1y 1.2 M
 kpartx          x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 440 k
 libXfont        x86_64 1.2.2-1.0.4.el5_7     rhui-us-east-rhel-server-1y 245 k
 libpng          x86_64 2:1.2.10-7.1.el5_7.5  rhui-us-east-rhel-server-1y 235 k
 libsmbclient    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 917 k
 lvm2            x86_64 2.02.84-6.el5_7.1     rhui-us-east-rhel-server-1y 3.1 M
 mod_ssl         x86_64 1:2.2.3-53.el5_7.1    rhui-us-east-rhel-server-1y  94 k
 net-snmp        x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 705 k

Comment 6 releng-rhel@redhat.com 2011-09-07 18:00:09 UTC
 net-snmp-libs   x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 1.3 M
 openssh         x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 289 k
 openssh-clients x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 452 k
 openssh-server  x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 278 k
 rsync           x86_64 3.0.6-4.el5_7.1       rhui-us-east-rhel-server-1y 347 k
 samba-client    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 5.7 M
 samba-common    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 6.8 M
 tzdata          x86_64 2011h-2.el5           rhui-us-east-rhel-server-1y 781 k
 yum-rhn-plugin  noarch 0.5.4-22.el5_7.1      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install       0 Package(s)
Upgrade      24 Package(s)

Total download size: 27 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Skipping security plugin, no data Setting up Update Process Resolving Dependencies Skipping security plugin, no data --> Running transaction check ---> Package 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.1 set to be updated ---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated ---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated ---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated ---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated ---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated ---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: curl i386 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 234 k curl x86_64 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 231 k dbus x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 234 k dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 123 k device-mapper-multipath x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 3.0 M dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-east-rhel-server-1y 286 k gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y 28 k httpd x86_64 2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 1.2 M kpartx x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 440 k libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-east-rhel-server-1y 245 k libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 917 k lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-east-rhel-server-1y 3.1 M mod_ssl x86_64 1:2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 94 k net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M openssh x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 289 k openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 452 k openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 278 k rsync x86_64 3.0.6-4.el5_7.1 rhui-us-east-rhel-server-1y 347 k samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 5.7 M samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 6.8 M tzdata x86_64 2011h-2.el5 rhui-us-east-rhel-server-1y 781 k yum-rhn-plugin noarch 0.5.4-22.el5_7.1 rhui-us-east-rhel-server-1y 63 k Transaction Summary ================================================================================ Install 0 Package(s) Upgrade 24 Package(s) Total download size: 27 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 3
FAILED TESTS = ## install zsh ... ## Install Development tools group... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 7 releng-rhel@redhat.com 2011-09-07 18:00:09 UTC
IMAGE ID= IGNOREami-f50fcc9c_us-east-1_m1.large
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
domU-12-31-39-07-19-F2
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, security
Determining fastest mirrors
repo id                       repo name                                   status
rhui-us-east-rhel-server-1y   Red Hat Enterprise Linux Server 5 (RPMs)    12,003
repolist: 12,003 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.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
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/zsh-4.2.6-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  zsh-4.2.6-5.el5.x86_64: failure: Packages/zsh-4.2.6-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
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'
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pstack-1.2-7.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfontcache-1.0.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXevie-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXres-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXTrap-1.0.0-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libdaemon-0.10-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/startup-notification-0.8-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libnotify-0.4.2-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/byacc-1.9-29.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyorbit-2.14.1-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mount-0.5-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgomp-4.4.4-13.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libIDL-0.8.7-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/indent-2.2.9-14.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyspi-0.6.1-1.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/audiofile-0.2.6-5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/patchutils-0.2.31-2.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/python-ldap-2.2.0-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/flex-2.5.4a-41.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/esound-0.2.36-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ctags-5.6-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/shared-mime-info-0.19-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dogtail-0.6.1-4.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-libs-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libwnck-2.16.0-4.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake14-1.4p6-13.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake15-1.5-16.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake16-1.6.3-8.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ORBit2-2.14.3-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake17-1.7.9-7.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/at-spi-1.7.11-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/imake-1.0.2-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rcs-5.7-30.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gail-1.9.2-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dev86-0.16.17-2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake-1.9.6-2.3.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/bison-2.3-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/autoconf-2.59-12.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libtool-1.5.22-7.el5_4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cvs-1.11.22-7.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/texinfo-4.8-14.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnome-2.16.0-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/GConf2-2.14.0-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/splint-3.1.1-16.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/doxygen-1.4.7-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gettext-0.17-1.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/oprofile-0.9.4-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libstdc%2B%2B-devel-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/swig-1.3.29-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-c%2B%2B-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  texinfo-4.8-14.el5.x86_64: failure: Packages/texinfo-4.8-14.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-bonobo-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  bison-2.3-2.1.x86_64: failure: Packages/bison-2.3-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ltrace-0.5-13.45svn.el5.x86_64: failure: Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

Comment 8 releng-rhel@redhat.com 2011-09-07 18:00:16 UTC
  pyorbit-2.14.1-3.el5.x86_64: failure: Packages/pyorbit-2.14.1-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake15-1.5-16.el5.2.noarch: failure: Packages/automake15-1.5-16.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ORBit2-2.14.3-5.el5.x86_64: failure: Packages/ORBit2-2.14.3-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-utils-7.1-5.el5_6.2.x86_64: failure: Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake16-1.6.3-8.el5.1.noarch: failure: Packages/automake16-1.6.3-8.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  redhat-rpm-config-8.0.45-32.el5.noarch: failure: Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-c++-4.1.2-51.el5.x86_64: failure: Packages/gcc-c++-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-xinit-1.0.2-15.el5.x86_64: failure: Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:audiofile-0.2.6-5.x86_64: failure: Packages/audiofile-0.2.6-5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cvs-1.11.22-7.el5.x86_64: failure: Packages/cvs-1.11.22-7.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  flex-2.5.4a-41.fc6.x86_64: failure: Packages/flex-2.5.4a-41.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-keyring-0.6.0-1.fc6.x86_64: failure: Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake-1.9.6-2.3.el5.noarch: failure: Packages/automake-1.9.6-2.3.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXres-1.0.1-3.1.x86_64: failure: Packages/libXres-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  at-spi-1.7.11-3.el5.x86_64: failure: Packages/at-spi-1.7.11-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ctags-5.6-1.1.x86_64: failure: Packages/ctags-5.6-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:xorg-x11-xauth-1.0.1-2.1.x86_64: failure: Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-0.137-3.el5.x86_64: failure: Packages/elfutils-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gconf-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86misc-1.0.1-3.1.x86_64: failure: Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonoboui-2.16.0-1.fc6.x86_64: failure: Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libxslt-1.1.17-2.el5_2.2.x86_64: failure: Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  GConf2-2.14.0-9.el5.x86_64: failure: Packages/GConf2-2.14.0-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libwnck-2.16.0-4.fc6.x86_64: failure: Packages/libwnck-2.16.0-4.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-fonts-base-7.1-2.1.el5.noarch: failure: Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  imake-1.0.2-3.x86_64: failure: Packages/imake-1.0.2-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-vfs2-2.16.2-8.el5.x86_64: failure: Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64: failure: Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomecanvas-2.14.0-4.1.x86_64: failure: Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgomp-4.4.4-13.el5.i386: failure: Packages/libgomp-4.4.4-13.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-gfortran-4.1.2-51.el5.x86_64: failure: Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXevie-1.0.1-3.1.x86_64: failure: Packages/libXevie-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gettext-0.17-1.el5.i386: failure: Packages/gettext-0.17-1.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  startup-notification-0.8-4.1.x86_64: failure: Packages/startup-notification-0.8-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libstdc++-devel-4.1.2-51.el5.x86_64: failure: Packages/libstdc++-devel-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgfortran-4.1.2-51.el5.x86_64: failure: Packages/libgfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-libs-0.137-3.el5.x86_64: failure: Packages/elfutils-libs-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pyspi-0.6.1-1.el5.x86_64: failure: Packages/pyspi-0.6.1-1.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake14-1.4p6-13.el5.1.noarch: failure: Packages/automake14-1.4p6-13.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomeui-2.16.0-5.el5.x86_64: failure: Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:esound-0.2.36-3.x86_64: failure: Packages/esound-0.2.36-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  shared-mime-info-0.19-5.el5.x86_64: failure: Packages/shared-mime-info-0.19-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-glib-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  strace-4.5.18-5.el5_5.5.x86_64: failure: Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mount-0.5-3.el5.x86_64: failure: Packages/gnome-mount-0.5-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  patchutils-0.2.31-2.2.2.x86_64: failure: Packages/patchutils-0.2.31-2.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXTrap-1.0.0-3.1.x86_64: failure: Packages/libXTrap-1.0.0-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  swig-1.3.29-2.el5.x86_64: failure: Packages/swig-1.3.29-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  splint-3.1.1-16.el5.x86_64: failure: Packages/splint-3.1.1-16.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dogtail-0.6.1-4.el5.noarch: failure: Packages/dogtail-0.6.1-4.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gail-1.9.2-3.el5.x86_64: failure: Packages/gail-1.9.2-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86vm-1.0.1-3.1.x86_64: failure: Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rpm-build-4.4.2.3-22.el5.x86_64: failure: Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libIDL-0.8.7-1.fc6.x86_64: failure: Packages/libIDL-0.8.7-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libtool-1.5.22-7.el5_4.x86_64: failure: Packages/libtool-1.5.22-7.el5_4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.x86_64: failure: Packages/valgrind-3.5.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pstack-1.2-7.2.2.x86_64: failure: Packages/pstack-1.2-7.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfontcache-1.0.2-3.1.x86_64: failure: Packages/libXfontcache-1.0.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnome-2.16.0-6.el5.x86_64: failure: Packages/libgnome-2.16.0-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-runtime-1.3-9.el5.x86_64: failure: Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.i386: failure: Packages/valgrind-3.5.0-5.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  notification-daemon-0.3.5-9.el5.x86_64: failure: Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  diffstat-1.41-1.2.3.el5.x86_64: failure: Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mime-data-2.4.2-3.1.x86_64: failure: Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  indent-2.2.9-14.fc6.x86_64: failure: Packages/indent-2.2.9-14.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  oprofile-0.9.4-15.el5.x86_64: failure: Packages/oprofile-0.9.4-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dev86-0.16.17-2.2.x86_64: failure: Packages/dev86-0.16.17-2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libnotify-0.4.2-6.el5.x86_64: failure: Packages/libnotify-0.4.2-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rcs-5.7-30.1.x86_64: failure: Packages/rcs-5.7-30.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  python-ldap-2.2.0-2.1.x86_64: failure: Packages/python-ldap-2.2.0-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cscope-15.5-15.1.el5_3.1.x86_64: failure: Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libdaemon-0.10-5.el5.x86_64: failure: Packages/libdaemon-0.10-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  autoconf-2.59-12.noarch: failure: Packages/autoconf-2.59-12.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  byacc-1.9-29.2.2.x86_64: failure: Packages/byacc-1.9-29.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdb-7.0.1-37.el5_7.1.x86_64: failure: Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-1.3-9.el5.x86_64: failure: Packages/systemtap-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonobo-2.16.0-1.1.el5_5.1.x86_64: failure: Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:doxygen-1.4.7-1.1.x86_64: failure: Packages/doxygen-1.4.7-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake17-1.7.9-7.el5.2.noarch: failure: Packages/automake17-1.7.9-7.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
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: gnome-python2-gconf for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 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 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 set to be updated
---> 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-client.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-common.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
---> 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: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> 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_6.4 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-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome
--> Processing Dependency: libesd.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-east-rhel-server-1y 646 k
 automake             noarch 1.9.6-2.3.el5    rhui-us-east-rhel-server-1y 476 k
 automake14           noarch 1.4p6-13.el5.1   rhui-us-east-rhel-server-1y 200 k
 automake15           noarch 1.5-16.el5.2     rhui-us-east-rhel-server-1y 230 k
 automake16           noarch 1.6.3-8.el5.1    rhui-us-east-rhel-server-1y 241 k
 automake17           noarch 1.7.9-7.el5.2    rhui-us-east-rhel-server-1y 278 k
 bison                x86_64 2.3-2.1          rhui-us-east-rhel-server-1y 549 k
 byacc                x86_64 1.9-29.2.2       rhui-us-east-rhel-server-1y  41 k
 cscope               x86_64 15.5-15.1.el5_3.1
                                              rhui-us-east-rhel-server-1y 144 k
 ctags                x86_64 5.6-1.1          rhui-us-east-rhel-server-1y 131 k
 cvs                  x86_64 1.11.22-7.el5    rhui-us-east-rhel-server-1y 737 k
 dev86                x86_64 0.16.17-2.2      rhui-us-east-rhel-server-1y 397 k
 diffstat             x86_64 1.41-1.2.3.el5   rhui-us-east-rhel-server-1y  19 k
 dogtail              noarch 0.6.1-4.el5      rhui-us-east-rhel-server-1y 172 k
 doxygen              x86_64 1:1.4.7-1.1      rhui-us-east-rhel-server-1y 2.4 M
 elfutils             x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 216 k
 flex                 x86_64 2.5.4a-41.fc6    rhui-us-east-rhel-server-1y 131 k
 gcc-c++              x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran         x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.5 M
 gdb                  x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M
 gettext              i386   0.17-1.el5       rhui-us-east-rhel-server-1y 2.4 M
 indent               x86_64 2.2.9-14.fc6     rhui-us-east-rhel-server-1y  97 k
 libtool              x86_64 1.5.22-7.el5_4   rhui-us-east-rhel-server-1y 667 k
 ltrace               x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y  62 k
 oprofile             x86_64 0.9.4-15.el5     rhui-us-east-rhel-server-1y 2.6 M
 patchutils           x86_64 0.2.31-2.2.2     rhui-us-east-rhel-server-1y 111 k
 pstack               x86_64 1.2-7.2.2        rhui-us-east-rhel-server-1y 4.6 k
 python-ldap          x86_64 2.2.0-2.1        rhui-us-east-rhel-server-1y 123 k
 rcs                  x86_64 5.7-30.1         rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config    noarch 8.0.45-32.el5    rhui-us-east-rhel-server-1y  54 k
 rpm-build            x86_64 4.4.2.3-22.el5   rhui-us-east-rhel-server-1y 302 k
 splint               x86_64 3.1.1-16.el5     rhui-us-east-rhel-server-1y 1.5 M
 strace               x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k
 swig                 x86_64 1.3.29-2.el5     rhui-us-east-rhel-server-1y 2.9 M
 systemtap            x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y 2.4 M
 texinfo              x86_64 4.8-14.el5       rhui-us-east-rhel-server-1y 763 k
 valgrind             i386   1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  20 M
 valgrind             x86_64 1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  21 M
Installing for dependencies:
 GConf2               x86_64 2.14.0-9.el5     rhui-us-east-rhel-server-1y 1.5 M
 ORBit2               x86_64 2.14.3-5.el5     rhui-us-east-rhel-server-1y 262 k
 at-spi               x86_64 1.7.11-3.el5     rhui-us-east-rhel-server-1y 304 k
 audiofile            x86_64 1:0.2.6-5        rhui-us-east-rhel-server-1y 106 k
 avahi                x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y 258 k
 avahi-glib           x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y  15 k
 elfutils-libs        x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 183 k
 esound               x86_64 1:0.2.36-3       rhui-us-east-rhel-server-1y 131 k
 gail                 x86_64 1.9.2-3.el5      rhui-us-east-rhel-server-1y 352 k
 gnome-keyring        x86_64 0.6.0-1.fc6      rhui-us-east-rhel-server-1y 166 k
 gnome-mime-data      x86_64 2.4.2-3.1        rhui-us-east-rhel-server-1y 690 k
 gnome-mount          x86_64 0.5-3.el5        rhui-us-east-rhel-server-1y  71 k
 gnome-python2        x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 131 k
 gnome-python2-bonobo x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  71 k
 gnome-python2-gconf  x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  34 k
 gnome-python2-gnomevfs
                      x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  70 k
 gnome-vfs2           x86_64 2.16.2-8.el5     rhui-us-east-rhel-server-1y 1.3 M
 imake                x86_64 1.0.2-3          rhui-us-east-rhel-server-1y 319 k
 libIDL               x86_64 0.8.7-1.fc6      rhui-us-east-rhel-server-1y  88 k
 libXTrap             x86_64 1.0.0-3.1        rhui-us-east-rhel-server-1y  23 k
 libXevie             x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXfontcache        x86_64 1.0.2-3.1        rhui-us-east-rhel-server-1y 9.8 k
 libXres              x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXxf86misc         x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  12 k
 libXxf86vm           x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libbonobo            x86_64 2.16.0-1.1.el5_5.1
                                              rhui-us-east-rhel-server-1y 524 k
 libbonoboui          x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 395 k
 libdaemon            x86_64 0.10-5.el5       rhui-us-east-rhel-server-1y  24 k
 libgfortran          x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 244 k
 libgnome             x86_64 2.16.0-6.el5     rhui-us-east-rhel-server-1y 860 k
 libgnomecanvas       x86_64 2.14.0-4.1       rhui-us-east-rhel-server-1y 224 k
 libgnomeui           x86_64 2.16.0-5.el5     rhui-us-east-rhel-server-1y 984 k
 libgomp              i386   4.4.4-13.el5     rhui-us-east-rhel-server-1y  72 k
 libnotify            x86_64 0.4.2-6.el5      rhui-us-east-rhel-server-1y  38 k
 libstdc++-devel      x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 2.8 M
 libwnck              x86_64 2.16.0-4.fc6     rhui-us-east-rhel-server-1y 187 k
 libxslt              x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k
 notification-daemon  x86_64 0.3.5-9.el5      rhui-us-east-rhel-server-1y  48 k
 pyorbit              x86_64 2.14.1-3.el5     rhui-us-east-rhel-server-1y  50 k
 pyspi                x86_64 0.6.1-1.el5      rhui-us-east-rhel-server-1y  98 k
 shared-mime-info     x86_64 0.19-5.el5       rhui-us-east-rhel-server-1y 149 k
 startup-notification x86_64 0.8-4.1          rhui-us-east-rhel-server-1y  32 k
 systemtap-runtime    x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y  96 k
 xorg-x11-fonts-base  noarch 7.1-2.1.el5      rhui-us-east-rhel-server-1y 3.7 M
 xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4
                                              rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                      x86_64 7.1-5.el5_6.2    rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xauth       x86_64 1:1.0.1-2.1      rhui-us-east-rhel-server-1y  32 k
 xorg-x11-xinit       x86_64 1.0.2-15.el5     rhui-us-east-rhel-server-1y  26 k

Transaction Summary
================================================================================
Install      86 Package(s)
Upgrade       0 Package(s)

Total download size: 90 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Setting up Group Process Loading mirror speeds from cached hostfile 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: gnome-python2-gconf for package: dogtail --> Processing Dependency: xorg-x11-xinit for package: dogtail --> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail ---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils --> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext --> Processing Dependency: libgomp.so.1 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 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 set to be updated ---> 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-client.so.3()(64bit) for package: systemtap --> Processing Dependency: libavahi-common.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 ---> 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: libspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi ---> 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_6.4 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-gnomevfs for package: gnome-python2 --> Processing Dependency: gnome-python2-bonobo for package: gnome-python2 --> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2 --> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome --> Processing Dependency: libesd.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-east-rhel-server-1y 646 k automake noarch 1.9.6-2.3.el5 rhui-us-east-rhel-server-1y 476 k automake14 noarch 1.4p6-13.el5.1 rhui-us-east-rhel-server-1y 200 k automake15 noarch 1.5-16.el5.2 rhui-us-east-rhel-server-1y 230 k automake16 noarch 1.6.3-8.el5.1 rhui-us-east-rhel-server-1y 241 k automake17 noarch 1.7.9-7.el5.2 rhui-us-east-rhel-server-1y 278 k bison x86_64 2.3-2.1 rhui-us-east-rhel-server-1y 549 k byacc x86_64 1.9-29.2.2 rhui-us-east-rhel-server-1y 41 k cscope x86_64 15.5-15.1.el5_3.1 rhui-us-east-rhel-server-1y 144 k ctags x86_64 5.6-1.1 rhui-us-east-rhel-server-1y 131 k cvs x86_64 1.11.22-7.el5 rhui-us-east-rhel-server-1y 737 k dev86 x86_64 0.16.17-2.2 rhui-us-east-rhel-server-1y 397 k diffstat x86_64 1.41-1.2.3.el5 rhui-us-east-rhel-server-1y 19 k dogtail noarch 0.6.1-4.el5 rhui-us-east-rhel-server-1y 172 k doxygen x86_64 1:1.4.7-1.1 rhui-us-east-rhel-server-1y 2.4 M elfutils x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 216 k flex x86_64 2.5.4a-41.fc6 rhui-us-east-rhel-server-1y 131 k gcc-c++ x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.8 M gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.5 M gdb x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M gettext i386 0.17-1.el5 rhui-us-east-rhel-server-1y 2.4 M indent x86_64 2.2.9-14.fc6 rhui-us-east-rhel-server-1y 97 k libtool x86_64 1.5.22-7.el5_4 rhui-us-east-rhel-server-1y 667 k ltrace x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y 62 k oprofile x86_64 0.9.4-15.el5 rhui-us-east-rhel-server-1y 2.6 M patchutils x86_64 0.2.31-2.2.2 rhui-us-east-rhel-server-1y 111 k pstack x86_64 1.2-7.2.2 rhui-us-east-rhel-server-1y 4.6 k python-ldap x86_64 2.2.0-2.1 rhui-us-east-rhel-server-1y 123 k rcs x86_64 5.7-30.1 rhui-us-east-rhel-server-1y 349 k redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-east-rhel-server-1y 54 k rpm-build x86_64 4.4.2.3-22.el5 rhui-us-east-rhel-server-1y 302 k splint x86_64 3.1.1-16.el5 rhui-us-east-rhel-server-1y 1.5 M strace x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k swig x86_64 1.3.29-2.el5 rhui-us-east-rhel-server-1y 2.9 M systemtap x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 2.4 M texinfo x86_64 4.8-14.el5 rhui-us-east-rhel-server-1y 763 k valgrind i386 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 20 M valgrind x86_64 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 21 M Installing for dependencies: GConf2 x86_64 2.14.0-9.el5 rhui-us-east-rhel-server-1y 1.5 M ORBit2 x86_64 2.14.3-5.el5 rhui-us-east-rhel-server-1y 262 k at-spi x86_64 1.7.11-3.el5 rhui-us-east-rhel-server-1y 304 k audiofile x86_64 1:0.2.6-5 rhui-us-east-rhel-server-1y 106 k avahi x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 258 k avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 15 k elfutils-libs x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 183 k esound x86_64 1:0.2.36-3 rhui-us-east-rhel-server-1y 131 k gail x86_64 1.9.2-3.el5 rhui-us-east-rhel-server-1y 352 k gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-east-rhel-server-1y 166 k gnome-mime-data x86_64 2.4.2-3.1 rhui-us-east-rhel-server-1y 690 k gnome-mount x86_64 0.5-3.el5 rhui-us-east-rhel-server-1y 71 k gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 131 k gnome-python2-bonobo x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 71 k gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 34 k gnome-python2-gnomevfs x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 70 k gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-east-rhel-server-1y 1.3 M imake x86_64 1.0.2-3 rhui-us-east-rhel-server-1y 319 k libIDL x86_64 0.8.7-1.fc6 rhui-us-east-rhel-server-1y 88 k libXTrap x86_64 1.0.0-3.1 rhui-us-east-rhel-server-1y 23 k libXevie x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXfontcache x86_64 1.0.2-3.1 rhui-us-east-rhel-server-1y 9.8 k libXres x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXxf86misc x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 12 k libXxf86vm x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-east-rhel-server-1y 524 k libbonoboui x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 395 k libdaemon x86_64 0.10-5.el5 rhui-us-east-rhel-server-1y 24 k libgfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 244 k libgnome x86_64 2.16.0-6.el5 rhui-us-east-rhel-server-1y 860 k libgnomecanvas x86_64 2.14.0-4.1 rhui-us-east-rhel-server-1y 224 k libgnomeui x86_64 2.16.0-5.el5 rhui-us-east-rhel-server-1y 984 k libgomp i386 4.4.4-13.el5 rhui-us-east-rhel-server-1y 72 k libnotify x86_64 0.4.2-6.el5 rhui-us-east-rhel-server-1y 38 k libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 2.8 M libwnck x86_64 2.16.0-4.fc6 rhui-us-east-rhel-server-1y 187 k libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k notification-daemon x86_64 0.3.5-9.el5 rhui-us-east-rhel-server-1y 48 k pyorbit x86_64 2.14.1-3.el5 rhui-us-east-rhel-server-1y 50 k pyspi x86_64 0.6.1-1.el5 rhui-us-east-rhel-server-1y 98 k shared-mime-info x86_64 0.19-5.el5 rhui-us-east-rhel-server-1y 149 k startup-notification x86_64 0.8-4.1 rhui-us-east-rhel-server-1y 32 k systemtap-runtime x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 96 k xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-east-rhel-server-1y 3.7 M xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M xorg-x11-server-utils x86_64 7.1-5.el5_6.2 rhui-us-east-rhel-server-1y 172 k xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-east-rhel-server-1y 32 k xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-east-rhel-server-1y 26 k Transaction Summary ================================================================================ Install 86 Package(s) Upgrade 0 Package(s) Total download size: 90 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/tzdata-2011h-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  dbus-libs-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.x86_64: failure: Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.i386: failure: Packages/curl-7.15.5-9.el5_7.4.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  yum-rhn-plugin-0.5.4-22.el5_7.1.noarch: failure: Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-client-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  httpd-2.2.3-53.el5_7.1.x86_64: failure: Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-clients-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  device-mapper-multipath-0.4.7-46.el5_7.1.x86_64: failure: Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rsync-3.0.6-4.el5_7.1.x86_64: failure: Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdbm-1.8.0-26.2.1.el5_6.1.x86_64: failure: Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfont-1.2.2-1.0.4.el5_7.x86_64: failure: Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  2:libpng-1.2.10-7.1.el5_7.5.x86_64: failure: Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  kpartx-0.4.7-46.el5_7.1.x86_64: failure: Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  lvm2-2.02.84-6.el5_7.1.x86_64: failure: Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libsmbclient-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:mod_ssl-2.2.3-53.el5_7.1.x86_64: failure: Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-server-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  12:dhclient-3.0.5-29.el5_7.1.x86_64: failure: Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dbus-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-common-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  tzdata-2011h-2.el5.x86_64: failure: Packages/tzdata-2011h-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package 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.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package         Arch   Version               Repository                   Size
================================================================================
Updating:
 curl            i386   7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 234 k
 curl            x86_64 7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 231 k
 dbus            x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 234 k
 dbus-libs       x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 123 k
 device-mapper-multipath
                 x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 3.0 M
 dhclient        x86_64 12:3.0.5-29.el5_7.1   rhui-us-east-rhel-server-1y 286 k
 gdbm            x86_64 1.8.0-26.2.1.el5_6.1  rhui-us-east-rhel-server-1y  28 k
 httpd           x86_64 2.2.3-53.el5_7.1      rhui-us-east-rhel-server-1y 1.2 M
 kpartx          x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 440 k
 libXfont        x86_64 1.2.2-1.0.4.el5_7     rhui-us-east-rhel-server-1y 245 k
 libpng          x86_64 2:1.2.10-7.1.el5_7.5  rhui-us-east-rhel-server-1y 235 k
 libsmbclient    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 917 k
 lvm2            x86_64 2.02.84-6.el5_7.1     rhui-us-east-rhel-server-1y 3.1 M
 mod_ssl         x86_64 1:2.2.3-53.el5_7.1    rhui-us-east-rhel-server-1y  94 k
 net-snmp        x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 705 k

Comment 9 releng-rhel@redhat.com 2011-09-07 18:00:19 UTC
IMAGE ID= IGNOREami-f50fcc9c_us-east-1_m2.4xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
ip-10-218-97-19
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, security
Determining fastest mirrors
repo id                       repo name                                   status
rhui-us-east-rhel-server-1y   Red Hat Enterprise Linux Server 5 (RPMs)    12,003
repolist: 12,003 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.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
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/zsh-4.2.6-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  zsh-4.2.6-5.el5.x86_64: failure: Packages/zsh-4.2.6-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
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'
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pstack-1.2-7.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfontcache-1.0.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXevie-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXres-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXTrap-1.0.0-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libdaemon-0.10-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/startup-notification-0.8-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libnotify-0.4.2-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/byacc-1.9-29.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyorbit-2.14.1-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mount-0.5-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgomp-4.4.4-13.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libIDL-0.8.7-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/indent-2.2.9-14.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyspi-0.6.1-1.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/audiofile-0.2.6-5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/patchutils-0.2.31-2.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/python-ldap-2.2.0-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/flex-2.5.4a-41.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/esound-0.2.36-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ctags-5.6-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/shared-mime-info-0.19-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dogtail-0.6.1-4.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-libs-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libwnck-2.16.0-4.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake14-1.4p6-13.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake15-1.5-16.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake16-1.6.3-8.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ORBit2-2.14.3-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake17-1.7.9-7.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/at-spi-1.7.11-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/imake-1.0.2-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rcs-5.7-30.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gail-1.9.2-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dev86-0.16.17-2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake-1.9.6-2.3.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/bison-2.3-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/autoconf-2.59-12.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libtool-1.5.22-7.el5_4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cvs-1.11.22-7.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/texinfo-4.8-14.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnome-2.16.0-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/GConf2-2.14.0-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/splint-3.1.1-16.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/doxygen-1.4.7-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gettext-0.17-1.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/oprofile-0.9.4-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libstdc%2B%2B-devel-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/swig-1.3.29-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-c%2B%2B-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  texinfo-4.8-14.el5.x86_64: failure: Packages/texinfo-4.8-14.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-bonobo-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  bison-2.3-2.1.x86_64: failure: Packages/bison-2.3-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ltrace-0.5-13.45svn.el5.x86_64: failure: Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

Comment 10 releng-rhel@redhat.com 2011-09-07 18:00:23 UTC
 net-snmp-libs   x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 1.3 M
 openssh         x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 289 k
 openssh-clients x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 452 k
 openssh-server  x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 278 k
 rsync           x86_64 3.0.6-4.el5_7.1       rhui-us-east-rhel-server-1y 347 k
 samba-client    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 5.7 M
 samba-common    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 6.8 M
 tzdata          x86_64 2011h-2.el5           rhui-us-east-rhel-server-1y 781 k
 yum-rhn-plugin  noarch 0.5.4-22.el5_7.1      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install       0 Package(s)
Upgrade      24 Package(s)

Total download size: 27 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Skipping security plugin, no data Setting up Update Process Resolving Dependencies Skipping security plugin, no data --> Running transaction check ---> Package 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.1 set to be updated ---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated ---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated ---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated ---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated ---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated ---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: curl i386 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 234 k curl x86_64 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 231 k dbus x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 234 k dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 123 k device-mapper-multipath x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 3.0 M dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-east-rhel-server-1y 286 k gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y 28 k httpd x86_64 2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 1.2 M kpartx x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 440 k libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-east-rhel-server-1y 245 k libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 917 k lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-east-rhel-server-1y 3.1 M mod_ssl x86_64 1:2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 94 k net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M openssh x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 289 k openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 452 k openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 278 k rsync x86_64 3.0.6-4.el5_7.1 rhui-us-east-rhel-server-1y 347 k samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 5.7 M samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 6.8 M tzdata x86_64 2011h-2.el5 rhui-us-east-rhel-server-1y 781 k yum-rhn-plugin noarch 0.5.4-22.el5_7.1 rhui-us-east-rhel-server-1y 63 k Transaction Summary ================================================================================ Install 0 Package(s) Upgrade 24 Package(s) Total download size: 27 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 3
FAILED TESTS = ## install zsh ... ## Install Development tools group... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 11 releng-rhel@redhat.com 2011-09-07 18:00:24 UTC
  pyorbit-2.14.1-3.el5.x86_64: failure: Packages/pyorbit-2.14.1-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake15-1.5-16.el5.2.noarch: failure: Packages/automake15-1.5-16.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ORBit2-2.14.3-5.el5.x86_64: failure: Packages/ORBit2-2.14.3-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-utils-7.1-5.el5_6.2.x86_64: failure: Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake16-1.6.3-8.el5.1.noarch: failure: Packages/automake16-1.6.3-8.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  redhat-rpm-config-8.0.45-32.el5.noarch: failure: Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-c++-4.1.2-51.el5.x86_64: failure: Packages/gcc-c++-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-xinit-1.0.2-15.el5.x86_64: failure: Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:audiofile-0.2.6-5.x86_64: failure: Packages/audiofile-0.2.6-5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cvs-1.11.22-7.el5.x86_64: failure: Packages/cvs-1.11.22-7.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  flex-2.5.4a-41.fc6.x86_64: failure: Packages/flex-2.5.4a-41.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-keyring-0.6.0-1.fc6.x86_64: failure: Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake-1.9.6-2.3.el5.noarch: failure: Packages/automake-1.9.6-2.3.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXres-1.0.1-3.1.x86_64: failure: Packages/libXres-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  at-spi-1.7.11-3.el5.x86_64: failure: Packages/at-spi-1.7.11-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ctags-5.6-1.1.x86_64: failure: Packages/ctags-5.6-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:xorg-x11-xauth-1.0.1-2.1.x86_64: failure: Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-0.137-3.el5.x86_64: failure: Packages/elfutils-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gconf-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86misc-1.0.1-3.1.x86_64: failure: Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonoboui-2.16.0-1.fc6.x86_64: failure: Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libxslt-1.1.17-2.el5_2.2.x86_64: failure: Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  GConf2-2.14.0-9.el5.x86_64: failure: Packages/GConf2-2.14.0-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libwnck-2.16.0-4.fc6.x86_64: failure: Packages/libwnck-2.16.0-4.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-fonts-base-7.1-2.1.el5.noarch: failure: Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  imake-1.0.2-3.x86_64: failure: Packages/imake-1.0.2-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-vfs2-2.16.2-8.el5.x86_64: failure: Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64: failure: Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomecanvas-2.14.0-4.1.x86_64: failure: Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgomp-4.4.4-13.el5.i386: failure: Packages/libgomp-4.4.4-13.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-gfortran-4.1.2-51.el5.x86_64: failure: Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXevie-1.0.1-3.1.x86_64: failure: Packages/libXevie-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gettext-0.17-1.el5.i386: failure: Packages/gettext-0.17-1.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  startup-notification-0.8-4.1.x86_64: failure: Packages/startup-notification-0.8-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libstdc++-devel-4.1.2-51.el5.x86_64: failure: Packages/libstdc++-devel-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgfortran-4.1.2-51.el5.x86_64: failure: Packages/libgfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-libs-0.137-3.el5.x86_64: failure: Packages/elfutils-libs-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pyspi-0.6.1-1.el5.x86_64: failure: Packages/pyspi-0.6.1-1.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake14-1.4p6-13.el5.1.noarch: failure: Packages/automake14-1.4p6-13.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomeui-2.16.0-5.el5.x86_64: failure: Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:esound-0.2.36-3.x86_64: failure: Packages/esound-0.2.36-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  shared-mime-info-0.19-5.el5.x86_64: failure: Packages/shared-mime-info-0.19-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-glib-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  strace-4.5.18-5.el5_5.5.x86_64: failure: Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mount-0.5-3.el5.x86_64: failure: Packages/gnome-mount-0.5-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  patchutils-0.2.31-2.2.2.x86_64: failure: Packages/patchutils-0.2.31-2.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXTrap-1.0.0-3.1.x86_64: failure: Packages/libXTrap-1.0.0-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  swig-1.3.29-2.el5.x86_64: failure: Packages/swig-1.3.29-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  splint-3.1.1-16.el5.x86_64: failure: Packages/splint-3.1.1-16.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dogtail-0.6.1-4.el5.noarch: failure: Packages/dogtail-0.6.1-4.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gail-1.9.2-3.el5.x86_64: failure: Packages/gail-1.9.2-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86vm-1.0.1-3.1.x86_64: failure: Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rpm-build-4.4.2.3-22.el5.x86_64: failure: Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libIDL-0.8.7-1.fc6.x86_64: failure: Packages/libIDL-0.8.7-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libtool-1.5.22-7.el5_4.x86_64: failure: Packages/libtool-1.5.22-7.el5_4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.x86_64: failure: Packages/valgrind-3.5.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pstack-1.2-7.2.2.x86_64: failure: Packages/pstack-1.2-7.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfontcache-1.0.2-3.1.x86_64: failure: Packages/libXfontcache-1.0.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnome-2.16.0-6.el5.x86_64: failure: Packages/libgnome-2.16.0-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-runtime-1.3-9.el5.x86_64: failure: Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.i386: failure: Packages/valgrind-3.5.0-5.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  notification-daemon-0.3.5-9.el5.x86_64: failure: Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  diffstat-1.41-1.2.3.el5.x86_64: failure: Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mime-data-2.4.2-3.1.x86_64: failure: Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  indent-2.2.9-14.fc6.x86_64: failure: Packages/indent-2.2.9-14.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  oprofile-0.9.4-15.el5.x86_64: failure: Packages/oprofile-0.9.4-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dev86-0.16.17-2.2.x86_64: failure: Packages/dev86-0.16.17-2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libnotify-0.4.2-6.el5.x86_64: failure: Packages/libnotify-0.4.2-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rcs-5.7-30.1.x86_64: failure: Packages/rcs-5.7-30.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  python-ldap-2.2.0-2.1.x86_64: failure: Packages/python-ldap-2.2.0-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cscope-15.5-15.1.el5_3.1.x86_64: failure: Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libdaemon-0.10-5.el5.x86_64: failure: Packages/libdaemon-0.10-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  autoconf-2.59-12.noarch: failure: Packages/autoconf-2.59-12.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  byacc-1.9-29.2.2.x86_64: failure: Packages/byacc-1.9-29.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdb-7.0.1-37.el5_7.1.x86_64: failure: Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-1.3-9.el5.x86_64: failure: Packages/systemtap-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonobo-2.16.0-1.1.el5_5.1.x86_64: failure: Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:doxygen-1.4.7-1.1.x86_64: failure: Packages/doxygen-1.4.7-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake17-1.7.9-7.el5.2.noarch: failure: Packages/automake17-1.7.9-7.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
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: gnome-python2-gconf for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 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 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 set to be updated
---> 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-client.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-common.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
---> 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: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> 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_6.4 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-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome
--> Processing Dependency: libesd.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-east-rhel-server-1y 646 k
 automake             noarch 1.9.6-2.3.el5    rhui-us-east-rhel-server-1y 476 k
 automake14           noarch 1.4p6-13.el5.1   rhui-us-east-rhel-server-1y 200 k
 automake15           noarch 1.5-16.el5.2     rhui-us-east-rhel-server-1y 230 k
 automake16           noarch 1.6.3-8.el5.1    rhui-us-east-rhel-server-1y 241 k
 automake17           noarch 1.7.9-7.el5.2    rhui-us-east-rhel-server-1y 278 k
 bison                x86_64 2.3-2.1          rhui-us-east-rhel-server-1y 549 k
 byacc                x86_64 1.9-29.2.2       rhui-us-east-rhel-server-1y  41 k
 cscope               x86_64 15.5-15.1.el5_3.1
                                              rhui-us-east-rhel-server-1y 144 k
 ctags                x86_64 5.6-1.1          rhui-us-east-rhel-server-1y 131 k
 cvs                  x86_64 1.11.22-7.el5    rhui-us-east-rhel-server-1y 737 k
 dev86                x86_64 0.16.17-2.2      rhui-us-east-rhel-server-1y 397 k
 diffstat             x86_64 1.41-1.2.3.el5   rhui-us-east-rhel-server-1y  19 k
 dogtail              noarch 0.6.1-4.el5      rhui-us-east-rhel-server-1y 172 k
 doxygen              x86_64 1:1.4.7-1.1      rhui-us-east-rhel-server-1y 2.4 M
 elfutils             x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 216 k
 flex                 x86_64 2.5.4a-41.fc6    rhui-us-east-rhel-server-1y 131 k
 gcc-c++              x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran         x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.5 M
 gdb                  x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M
 gettext              i386   0.17-1.el5       rhui-us-east-rhel-server-1y 2.4 M
 indent               x86_64 2.2.9-14.fc6     rhui-us-east-rhel-server-1y  97 k
 libtool              x86_64 1.5.22-7.el5_4   rhui-us-east-rhel-server-1y 667 k
 ltrace               x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y  62 k
 oprofile             x86_64 0.9.4-15.el5     rhui-us-east-rhel-server-1y 2.6 M
 patchutils           x86_64 0.2.31-2.2.2     rhui-us-east-rhel-server-1y 111 k
 pstack               x86_64 1.2-7.2.2        rhui-us-east-rhel-server-1y 4.6 k
 python-ldap          x86_64 2.2.0-2.1        rhui-us-east-rhel-server-1y 123 k
 rcs                  x86_64 5.7-30.1         rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config    noarch 8.0.45-32.el5    rhui-us-east-rhel-server-1y  54 k
 rpm-build            x86_64 4.4.2.3-22.el5   rhui-us-east-rhel-server-1y 302 k
 splint               x86_64 3.1.1-16.el5     rhui-us-east-rhel-server-1y 1.5 M
 strace               x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k
 swig                 x86_64 1.3.29-2.el5     rhui-us-east-rhel-server-1y 2.9 M
 systemtap            x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y 2.4 M
 texinfo              x86_64 4.8-14.el5       rhui-us-east-rhel-server-1y 763 k
 valgrind             i386   1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  20 M
 valgrind             x86_64 1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  21 M
Installing for dependencies:
 GConf2               x86_64 2.14.0-9.el5     rhui-us-east-rhel-server-1y 1.5 M
 ORBit2               x86_64 2.14.3-5.el5     rhui-us-east-rhel-server-1y 262 k
 at-spi               x86_64 1.7.11-3.el5     rhui-us-east-rhel-server-1y 304 k
 audiofile            x86_64 1:0.2.6-5        rhui-us-east-rhel-server-1y 106 k
 avahi                x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y 258 k
 avahi-glib           x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y  15 k
 elfutils-libs        x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 183 k
 esound               x86_64 1:0.2.36-3       rhui-us-east-rhel-server-1y 131 k
 gail                 x86_64 1.9.2-3.el5      rhui-us-east-rhel-server-1y 352 k
 gnome-keyring        x86_64 0.6.0-1.fc6      rhui-us-east-rhel-server-1y 166 k
 gnome-mime-data      x86_64 2.4.2-3.1        rhui-us-east-rhel-server-1y 690 k
 gnome-mount          x86_64 0.5-3.el5        rhui-us-east-rhel-server-1y  71 k
 gnome-python2        x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 131 k
 gnome-python2-bonobo x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  71 k
 gnome-python2-gconf  x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  34 k
 gnome-python2-gnomevfs
                      x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  70 k
 gnome-vfs2           x86_64 2.16.2-8.el5     rhui-us-east-rhel-server-1y 1.3 M
 imake                x86_64 1.0.2-3          rhui-us-east-rhel-server-1y 319 k
 libIDL               x86_64 0.8.7-1.fc6      rhui-us-east-rhel-server-1y  88 k
 libXTrap             x86_64 1.0.0-3.1        rhui-us-east-rhel-server-1y  23 k
 libXevie             x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXfontcache        x86_64 1.0.2-3.1        rhui-us-east-rhel-server-1y 9.8 k
 libXres              x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXxf86misc         x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  12 k
 libXxf86vm           x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libbonobo            x86_64 2.16.0-1.1.el5_5.1
                                              rhui-us-east-rhel-server-1y 524 k
 libbonoboui          x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 395 k
 libdaemon            x86_64 0.10-5.el5       rhui-us-east-rhel-server-1y  24 k
 libgfortran          x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 244 k
 libgnome             x86_64 2.16.0-6.el5     rhui-us-east-rhel-server-1y 860 k
 libgnomecanvas       x86_64 2.14.0-4.1       rhui-us-east-rhel-server-1y 224 k
 libgnomeui           x86_64 2.16.0-5.el5     rhui-us-east-rhel-server-1y 984 k
 libgomp              i386   4.4.4-13.el5     rhui-us-east-rhel-server-1y  72 k
 libnotify            x86_64 0.4.2-6.el5      rhui-us-east-rhel-server-1y  38 k
 libstdc++-devel      x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 2.8 M
 libwnck              x86_64 2.16.0-4.fc6     rhui-us-east-rhel-server-1y 187 k
 libxslt              x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k
 notification-daemon  x86_64 0.3.5-9.el5      rhui-us-east-rhel-server-1y  48 k
 pyorbit              x86_64 2.14.1-3.el5     rhui-us-east-rhel-server-1y  50 k
 pyspi                x86_64 0.6.1-1.el5      rhui-us-east-rhel-server-1y  98 k
 shared-mime-info     x86_64 0.19-5.el5       rhui-us-east-rhel-server-1y 149 k
 startup-notification x86_64 0.8-4.1          rhui-us-east-rhel-server-1y  32 k
 systemtap-runtime    x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y  96 k
 xorg-x11-fonts-base  noarch 7.1-2.1.el5      rhui-us-east-rhel-server-1y 3.7 M
 xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4
                                              rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                      x86_64 7.1-5.el5_6.2    rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xauth       x86_64 1:1.0.1-2.1      rhui-us-east-rhel-server-1y  32 k
 xorg-x11-xinit       x86_64 1.0.2-15.el5     rhui-us-east-rhel-server-1y  26 k

Transaction Summary
================================================================================
Install      86 Package(s)
Upgrade       0 Package(s)

Total download size: 90 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Setting up Group Process Loading mirror speeds from cached hostfile 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: gnome-python2-gconf for package: dogtail --> Processing Dependency: xorg-x11-xinit for package: dogtail --> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail ---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils --> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext --> Processing Dependency: libgomp.so.1 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 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 set to be updated ---> 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-client.so.3()(64bit) for package: systemtap --> Processing Dependency: libavahi-common.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 ---> 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: libspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi ---> 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_6.4 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-gnomevfs for package: gnome-python2 --> Processing Dependency: gnome-python2-bonobo for package: gnome-python2 --> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2 --> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome --> Processing Dependency: libesd.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-east-rhel-server-1y 646 k automake noarch 1.9.6-2.3.el5 rhui-us-east-rhel-server-1y 476 k automake14 noarch 1.4p6-13.el5.1 rhui-us-east-rhel-server-1y 200 k automake15 noarch 1.5-16.el5.2 rhui-us-east-rhel-server-1y 230 k automake16 noarch 1.6.3-8.el5.1 rhui-us-east-rhel-server-1y 241 k automake17 noarch 1.7.9-7.el5.2 rhui-us-east-rhel-server-1y 278 k bison x86_64 2.3-2.1 rhui-us-east-rhel-server-1y 549 k byacc x86_64 1.9-29.2.2 rhui-us-east-rhel-server-1y 41 k cscope x86_64 15.5-15.1.el5_3.1 rhui-us-east-rhel-server-1y 144 k ctags x86_64 5.6-1.1 rhui-us-east-rhel-server-1y 131 k cvs x86_64 1.11.22-7.el5 rhui-us-east-rhel-server-1y 737 k dev86 x86_64 0.16.17-2.2 rhui-us-east-rhel-server-1y 397 k diffstat x86_64 1.41-1.2.3.el5 rhui-us-east-rhel-server-1y 19 k dogtail noarch 0.6.1-4.el5 rhui-us-east-rhel-server-1y 172 k doxygen x86_64 1:1.4.7-1.1 rhui-us-east-rhel-server-1y 2.4 M elfutils x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 216 k flex x86_64 2.5.4a-41.fc6 rhui-us-east-rhel-server-1y 131 k gcc-c++ x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.8 M gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.5 M gdb x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M gettext i386 0.17-1.el5 rhui-us-east-rhel-server-1y 2.4 M indent x86_64 2.2.9-14.fc6 rhui-us-east-rhel-server-1y 97 k libtool x86_64 1.5.22-7.el5_4 rhui-us-east-rhel-server-1y 667 k ltrace x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y 62 k oprofile x86_64 0.9.4-15.el5 rhui-us-east-rhel-server-1y 2.6 M patchutils x86_64 0.2.31-2.2.2 rhui-us-east-rhel-server-1y 111 k pstack x86_64 1.2-7.2.2 rhui-us-east-rhel-server-1y 4.6 k python-ldap x86_64 2.2.0-2.1 rhui-us-east-rhel-server-1y 123 k rcs x86_64 5.7-30.1 rhui-us-east-rhel-server-1y 349 k redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-east-rhel-server-1y 54 k rpm-build x86_64 4.4.2.3-22.el5 rhui-us-east-rhel-server-1y 302 k splint x86_64 3.1.1-16.el5 rhui-us-east-rhel-server-1y 1.5 M strace x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k swig x86_64 1.3.29-2.el5 rhui-us-east-rhel-server-1y 2.9 M systemtap x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 2.4 M texinfo x86_64 4.8-14.el5 rhui-us-east-rhel-server-1y 763 k valgrind i386 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 20 M valgrind x86_64 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 21 M Installing for dependencies: GConf2 x86_64 2.14.0-9.el5 rhui-us-east-rhel-server-1y 1.5 M ORBit2 x86_64 2.14.3-5.el5 rhui-us-east-rhel-server-1y 262 k at-spi x86_64 1.7.11-3.el5 rhui-us-east-rhel-server-1y 304 k audiofile x86_64 1:0.2.6-5 rhui-us-east-rhel-server-1y 106 k avahi x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 258 k avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 15 k elfutils-libs x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 183 k esound x86_64 1:0.2.36-3 rhui-us-east-rhel-server-1y 131 k gail x86_64 1.9.2-3.el5 rhui-us-east-rhel-server-1y 352 k gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-east-rhel-server-1y 166 k gnome-mime-data x86_64 2.4.2-3.1 rhui-us-east-rhel-server-1y 690 k gnome-mount x86_64 0.5-3.el5 rhui-us-east-rhel-server-1y 71 k gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 131 k gnome-python2-bonobo x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 71 k gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 34 k gnome-python2-gnomevfs x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 70 k gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-east-rhel-server-1y 1.3 M imake x86_64 1.0.2-3 rhui-us-east-rhel-server-1y 319 k libIDL x86_64 0.8.7-1.fc6 rhui-us-east-rhel-server-1y 88 k libXTrap x86_64 1.0.0-3.1 rhui-us-east-rhel-server-1y 23 k libXevie x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXfontcache x86_64 1.0.2-3.1 rhui-us-east-rhel-server-1y 9.8 k libXres x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXxf86misc x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 12 k libXxf86vm x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-east-rhel-server-1y 524 k libbonoboui x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 395 k libdaemon x86_64 0.10-5.el5 rhui-us-east-rhel-server-1y 24 k libgfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 244 k libgnome x86_64 2.16.0-6.el5 rhui-us-east-rhel-server-1y 860 k libgnomecanvas x86_64 2.14.0-4.1 rhui-us-east-rhel-server-1y 224 k libgnomeui x86_64 2.16.0-5.el5 rhui-us-east-rhel-server-1y 984 k libgomp i386 4.4.4-13.el5 rhui-us-east-rhel-server-1y 72 k libnotify x86_64 0.4.2-6.el5 rhui-us-east-rhel-server-1y 38 k libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 2.8 M libwnck x86_64 2.16.0-4.fc6 rhui-us-east-rhel-server-1y 187 k libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k notification-daemon x86_64 0.3.5-9.el5 rhui-us-east-rhel-server-1y 48 k pyorbit x86_64 2.14.1-3.el5 rhui-us-east-rhel-server-1y 50 k pyspi x86_64 0.6.1-1.el5 rhui-us-east-rhel-server-1y 98 k shared-mime-info x86_64 0.19-5.el5 rhui-us-east-rhel-server-1y 149 k startup-notification x86_64 0.8-4.1 rhui-us-east-rhel-server-1y 32 k systemtap-runtime x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 96 k xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-east-rhel-server-1y 3.7 M xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M xorg-x11-server-utils x86_64 7.1-5.el5_6.2 rhui-us-east-rhel-server-1y 172 k xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-east-rhel-server-1y 32 k xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-east-rhel-server-1y 26 k Transaction Summary ================================================================================ Install 86 Package(s) Upgrade 0 Package(s) Total download size: 90 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/tzdata-2011h-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  dbus-libs-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.x86_64: failure: Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.i386: failure: Packages/curl-7.15.5-9.el5_7.4.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  yum-rhn-plugin-0.5.4-22.el5_7.1.noarch: failure: Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-client-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  httpd-2.2.3-53.el5_7.1.x86_64: failure: Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-clients-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  device-mapper-multipath-0.4.7-46.el5_7.1.x86_64: failure: Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rsync-3.0.6-4.el5_7.1.x86_64: failure: Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdbm-1.8.0-26.2.1.el5_6.1.x86_64: failure: Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfont-1.2.2-1.0.4.el5_7.x86_64: failure: Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  2:libpng-1.2.10-7.1.el5_7.5.x86_64: failure: Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  kpartx-0.4.7-46.el5_7.1.x86_64: failure: Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  lvm2-2.02.84-6.el5_7.1.x86_64: failure: Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libsmbclient-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:mod_ssl-2.2.3-53.el5_7.1.x86_64: failure: Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-server-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  12:dhclient-3.0.5-29.el5_7.1.x86_64: failure: Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dbus-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-common-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  tzdata-2011h-2.el5.x86_64: failure: Packages/tzdata-2011h-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package 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.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package         Arch   Version               Repository                   Size
================================================================================
Updating:
 curl            i386   7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 234 k
 curl            x86_64 7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 231 k
 dbus            x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 234 k
 dbus-libs       x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 123 k
 device-mapper-multipath
                 x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 3.0 M
 dhclient        x86_64 12:3.0.5-29.el5_7.1   rhui-us-east-rhel-server-1y 286 k
 gdbm            x86_64 1.8.0-26.2.1.el5_6.1  rhui-us-east-rhel-server-1y  28 k
 httpd           x86_64 2.2.3-53.el5_7.1      rhui-us-east-rhel-server-1y 1.2 M
 kpartx          x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 440 k
 libXfont        x86_64 1.2.2-1.0.4.el5_7     rhui-us-east-rhel-server-1y 245 k
 libpng          x86_64 2:1.2.10-7.1.el5_7.5  rhui-us-east-rhel-server-1y 235 k
 libsmbclient    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 917 k
 lvm2            x86_64 2.02.84-6.el5_7.1     rhui-us-east-rhel-server-1y 3.1 M
 mod_ssl         x86_64 1:2.2.3-53.el5_7.1    rhui-us-east-rhel-server-1y  94 k
 net-snmp        x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 705 k

Comment 12 releng-rhel@redhat.com 2011-09-07 18:00:28 UTC
 net-snmp-libs   x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 1.3 M
 openssh         x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 289 k
 openssh-clients x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 452 k
 openssh-server  x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 278 k
 rsync           x86_64 3.0.6-4.el5_7.1       rhui-us-east-rhel-server-1y 347 k
 samba-client    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 5.7 M
 samba-common    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 6.8 M
 tzdata          x86_64 2011h-2.el5           rhui-us-east-rhel-server-1y 781 k
 yum-rhn-plugin  noarch 0.5.4-22.el5_7.1      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install       0 Package(s)
Upgrade      24 Package(s)

Total download size: 27 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Skipping security plugin, no data Setting up Update Process Resolving Dependencies Skipping security plugin, no data --> Running transaction check ---> Package 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.1 set to be updated ---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated ---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated ---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated ---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated ---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated ---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: curl i386 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 234 k curl x86_64 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 231 k dbus x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 234 k dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 123 k device-mapper-multipath x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 3.0 M dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-east-rhel-server-1y 286 k gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y 28 k httpd x86_64 2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 1.2 M kpartx x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 440 k libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-east-rhel-server-1y 245 k libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 917 k lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-east-rhel-server-1y 3.1 M mod_ssl x86_64 1:2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 94 k net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M openssh x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 289 k openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 452 k openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 278 k rsync x86_64 3.0.6-4.el5_7.1 rhui-us-east-rhel-server-1y 347 k samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 5.7 M samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 6.8 M tzdata x86_64 2011h-2.el5 rhui-us-east-rhel-server-1y 781 k yum-rhn-plugin noarch 0.5.4-22.el5_7.1 rhui-us-east-rhel-server-1y 63 k Transaction Summary ================================================================================ Install 0 Package(s) Upgrade 24 Package(s) Total download size: 27 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 3
FAILED TESTS = ## install zsh ... ## Install Development tools group... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 13 releng-rhel@redhat.com 2011-09-07 18:00:43 UTC
IMAGE ID= IGNOREami-f50fcc9c_us-east-1_m2.2xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
ip-10-70-162-181
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, security
Determining fastest mirrors
repo id                       repo name                                   status
rhui-us-east-rhel-server-1y   Red Hat Enterprise Linux Server 5 (RPMs)    12,003
repolist: 12,003 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.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
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/zsh-4.2.6-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  zsh-4.2.6-5.el5.x86_64: failure: Packages/zsh-4.2.6-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
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'
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pstack-1.2-7.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfontcache-1.0.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXevie-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXres-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXTrap-1.0.0-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libdaemon-0.10-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/startup-notification-0.8-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libnotify-0.4.2-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/byacc-1.9-29.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyorbit-2.14.1-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mount-0.5-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgomp-4.4.4-13.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libIDL-0.8.7-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/indent-2.2.9-14.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyspi-0.6.1-1.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/audiofile-0.2.6-5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/patchutils-0.2.31-2.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/python-ldap-2.2.0-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/flex-2.5.4a-41.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/esound-0.2.36-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ctags-5.6-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/shared-mime-info-0.19-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dogtail-0.6.1-4.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-libs-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libwnck-2.16.0-4.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake14-1.4p6-13.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake15-1.5-16.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake16-1.6.3-8.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ORBit2-2.14.3-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake17-1.7.9-7.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/at-spi-1.7.11-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/imake-1.0.2-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rcs-5.7-30.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gail-1.9.2-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dev86-0.16.17-2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake-1.9.6-2.3.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/bison-2.3-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/autoconf-2.59-12.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libtool-1.5.22-7.el5_4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cvs-1.11.22-7.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/texinfo-4.8-14.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnome-2.16.0-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/GConf2-2.14.0-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/splint-3.1.1-16.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/doxygen-1.4.7-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gettext-0.17-1.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/oprofile-0.9.4-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libstdc%2B%2B-devel-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/swig-1.3.29-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-c%2B%2B-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  texinfo-4.8-14.el5.x86_64: failure: Packages/texinfo-4.8-14.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-bonobo-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  bison-2.3-2.1.x86_64: failure: Packages/bison-2.3-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ltrace-0.5-13.45svn.el5.x86_64: failure: Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

Comment 14 releng-rhel@redhat.com 2011-09-07 18:00:46 UTC
IMAGE ID= IGNOREami-f50fcc9c_us-east-1_c1.xlarge
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
ip-10-99-75-208
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, security
Determining fastest mirrors
repo id                       repo name                                   status
rhui-us-east-rhel-server-1y   Red Hat Enterprise Linux Server 5 (RPMs)    12,003
repolist: 12,003 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.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
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/zsh-4.2.6-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  zsh-4.2.6-5.el5.x86_64: failure: Packages/zsh-4.2.6-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
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'
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pstack-1.2-7.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfontcache-1.0.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXevie-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXres-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXTrap-1.0.0-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libdaemon-0.10-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/startup-notification-0.8-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libnotify-0.4.2-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/byacc-1.9-29.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyorbit-2.14.1-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mount-0.5-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgomp-4.4.4-13.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libIDL-0.8.7-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/indent-2.2.9-14.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyspi-0.6.1-1.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/audiofile-0.2.6-5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/patchutils-0.2.31-2.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/python-ldap-2.2.0-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/flex-2.5.4a-41.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/esound-0.2.36-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ctags-5.6-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/shared-mime-info-0.19-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dogtail-0.6.1-4.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-libs-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libwnck-2.16.0-4.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake14-1.4p6-13.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake15-1.5-16.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake16-1.6.3-8.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ORBit2-2.14.3-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake17-1.7.9-7.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/at-spi-1.7.11-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/imake-1.0.2-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rcs-5.7-30.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gail-1.9.2-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dev86-0.16.17-2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake-1.9.6-2.3.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/bison-2.3-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/autoconf-2.59-12.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libtool-1.5.22-7.el5_4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cvs-1.11.22-7.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/texinfo-4.8-14.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnome-2.16.0-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/GConf2-2.14.0-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/splint-3.1.1-16.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/doxygen-1.4.7-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gettext-0.17-1.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/oprofile-0.9.4-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libstdc%2B%2B-devel-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/swig-1.3.29-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-c%2B%2B-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  texinfo-4.8-14.el5.x86_64: failure: Packages/texinfo-4.8-14.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-bonobo-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  bison-2.3-2.1.x86_64: failure: Packages/bison-2.3-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ltrace-0.5-13.45svn.el5.x86_64: failure: Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

Comment 15 releng-rhel@redhat.com 2011-09-07 18:00:47 UTC
  pyorbit-2.14.1-3.el5.x86_64: failure: Packages/pyorbit-2.14.1-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake15-1.5-16.el5.2.noarch: failure: Packages/automake15-1.5-16.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ORBit2-2.14.3-5.el5.x86_64: failure: Packages/ORBit2-2.14.3-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-utils-7.1-5.el5_6.2.x86_64: failure: Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake16-1.6.3-8.el5.1.noarch: failure: Packages/automake16-1.6.3-8.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  redhat-rpm-config-8.0.45-32.el5.noarch: failure: Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-c++-4.1.2-51.el5.x86_64: failure: Packages/gcc-c++-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-xinit-1.0.2-15.el5.x86_64: failure: Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:audiofile-0.2.6-5.x86_64: failure: Packages/audiofile-0.2.6-5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cvs-1.11.22-7.el5.x86_64: failure: Packages/cvs-1.11.22-7.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  flex-2.5.4a-41.fc6.x86_64: failure: Packages/flex-2.5.4a-41.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-keyring-0.6.0-1.fc6.x86_64: failure: Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake-1.9.6-2.3.el5.noarch: failure: Packages/automake-1.9.6-2.3.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXres-1.0.1-3.1.x86_64: failure: Packages/libXres-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  at-spi-1.7.11-3.el5.x86_64: failure: Packages/at-spi-1.7.11-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ctags-5.6-1.1.x86_64: failure: Packages/ctags-5.6-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:xorg-x11-xauth-1.0.1-2.1.x86_64: failure: Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-0.137-3.el5.x86_64: failure: Packages/elfutils-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gconf-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86misc-1.0.1-3.1.x86_64: failure: Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonoboui-2.16.0-1.fc6.x86_64: failure: Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libxslt-1.1.17-2.el5_2.2.x86_64: failure: Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  GConf2-2.14.0-9.el5.x86_64: failure: Packages/GConf2-2.14.0-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libwnck-2.16.0-4.fc6.x86_64: failure: Packages/libwnck-2.16.0-4.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-fonts-base-7.1-2.1.el5.noarch: failure: Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  imake-1.0.2-3.x86_64: failure: Packages/imake-1.0.2-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-vfs2-2.16.2-8.el5.x86_64: failure: Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64: failure: Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomecanvas-2.14.0-4.1.x86_64: failure: Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgomp-4.4.4-13.el5.i386: failure: Packages/libgomp-4.4.4-13.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-gfortran-4.1.2-51.el5.x86_64: failure: Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXevie-1.0.1-3.1.x86_64: failure: Packages/libXevie-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gettext-0.17-1.el5.i386: failure: Packages/gettext-0.17-1.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  startup-notification-0.8-4.1.x86_64: failure: Packages/startup-notification-0.8-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libstdc++-devel-4.1.2-51.el5.x86_64: failure: Packages/libstdc++-devel-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgfortran-4.1.2-51.el5.x86_64: failure: Packages/libgfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-libs-0.137-3.el5.x86_64: failure: Packages/elfutils-libs-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pyspi-0.6.1-1.el5.x86_64: failure: Packages/pyspi-0.6.1-1.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake14-1.4p6-13.el5.1.noarch: failure: Packages/automake14-1.4p6-13.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomeui-2.16.0-5.el5.x86_64: failure: Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:esound-0.2.36-3.x86_64: failure: Packages/esound-0.2.36-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  shared-mime-info-0.19-5.el5.x86_64: failure: Packages/shared-mime-info-0.19-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-glib-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  strace-4.5.18-5.el5_5.5.x86_64: failure: Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mount-0.5-3.el5.x86_64: failure: Packages/gnome-mount-0.5-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  patchutils-0.2.31-2.2.2.x86_64: failure: Packages/patchutils-0.2.31-2.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXTrap-1.0.0-3.1.x86_64: failure: Packages/libXTrap-1.0.0-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  swig-1.3.29-2.el5.x86_64: failure: Packages/swig-1.3.29-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  splint-3.1.1-16.el5.x86_64: failure: Packages/splint-3.1.1-16.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dogtail-0.6.1-4.el5.noarch: failure: Packages/dogtail-0.6.1-4.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gail-1.9.2-3.el5.x86_64: failure: Packages/gail-1.9.2-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86vm-1.0.1-3.1.x86_64: failure: Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rpm-build-4.4.2.3-22.el5.x86_64: failure: Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libIDL-0.8.7-1.fc6.x86_64: failure: Packages/libIDL-0.8.7-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libtool-1.5.22-7.el5_4.x86_64: failure: Packages/libtool-1.5.22-7.el5_4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.x86_64: failure: Packages/valgrind-3.5.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pstack-1.2-7.2.2.x86_64: failure: Packages/pstack-1.2-7.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfontcache-1.0.2-3.1.x86_64: failure: Packages/libXfontcache-1.0.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnome-2.16.0-6.el5.x86_64: failure: Packages/libgnome-2.16.0-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-runtime-1.3-9.el5.x86_64: failure: Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.i386: failure: Packages/valgrind-3.5.0-5.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  notification-daemon-0.3.5-9.el5.x86_64: failure: Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  diffstat-1.41-1.2.3.el5.x86_64: failure: Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mime-data-2.4.2-3.1.x86_64: failure: Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  indent-2.2.9-14.fc6.x86_64: failure: Packages/indent-2.2.9-14.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  oprofile-0.9.4-15.el5.x86_64: failure: Packages/oprofile-0.9.4-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dev86-0.16.17-2.2.x86_64: failure: Packages/dev86-0.16.17-2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libnotify-0.4.2-6.el5.x86_64: failure: Packages/libnotify-0.4.2-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rcs-5.7-30.1.x86_64: failure: Packages/rcs-5.7-30.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  python-ldap-2.2.0-2.1.x86_64: failure: Packages/python-ldap-2.2.0-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cscope-15.5-15.1.el5_3.1.x86_64: failure: Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libdaemon-0.10-5.el5.x86_64: failure: Packages/libdaemon-0.10-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  autoconf-2.59-12.noarch: failure: Packages/autoconf-2.59-12.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  byacc-1.9-29.2.2.x86_64: failure: Packages/byacc-1.9-29.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdb-7.0.1-37.el5_7.1.x86_64: failure: Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-1.3-9.el5.x86_64: failure: Packages/systemtap-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonobo-2.16.0-1.1.el5_5.1.x86_64: failure: Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:doxygen-1.4.7-1.1.x86_64: failure: Packages/doxygen-1.4.7-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake17-1.7.9-7.el5.2.noarch: failure: Packages/automake17-1.7.9-7.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
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: gnome-python2-gconf for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 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 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 set to be updated
---> 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-client.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-common.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
---> 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: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> 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_6.4 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-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome
--> Processing Dependency: libesd.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-east-rhel-server-1y 646 k
 automake             noarch 1.9.6-2.3.el5    rhui-us-east-rhel-server-1y 476 k
 automake14           noarch 1.4p6-13.el5.1   rhui-us-east-rhel-server-1y 200 k
 automake15           noarch 1.5-16.el5.2     rhui-us-east-rhel-server-1y 230 k
 automake16           noarch 1.6.3-8.el5.1    rhui-us-east-rhel-server-1y 241 k
 automake17           noarch 1.7.9-7.el5.2    rhui-us-east-rhel-server-1y 278 k
 bison                x86_64 2.3-2.1          rhui-us-east-rhel-server-1y 549 k
 byacc                x86_64 1.9-29.2.2       rhui-us-east-rhel-server-1y  41 k
 cscope               x86_64 15.5-15.1.el5_3.1
                                              rhui-us-east-rhel-server-1y 144 k
 ctags                x86_64 5.6-1.1          rhui-us-east-rhel-server-1y 131 k
 cvs                  x86_64 1.11.22-7.el5    rhui-us-east-rhel-server-1y 737 k
 dev86                x86_64 0.16.17-2.2      rhui-us-east-rhel-server-1y 397 k
 diffstat             x86_64 1.41-1.2.3.el5   rhui-us-east-rhel-server-1y  19 k
 dogtail              noarch 0.6.1-4.el5      rhui-us-east-rhel-server-1y 172 k
 doxygen              x86_64 1:1.4.7-1.1      rhui-us-east-rhel-server-1y 2.4 M
 elfutils             x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 216 k
 flex                 x86_64 2.5.4a-41.fc6    rhui-us-east-rhel-server-1y 131 k
 gcc-c++              x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran         x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.5 M
 gdb                  x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M
 gettext              i386   0.17-1.el5       rhui-us-east-rhel-server-1y 2.4 M
 indent               x86_64 2.2.9-14.fc6     rhui-us-east-rhel-server-1y  97 k
 libtool              x86_64 1.5.22-7.el5_4   rhui-us-east-rhel-server-1y 667 k
 ltrace               x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y  62 k
 oprofile             x86_64 0.9.4-15.el5     rhui-us-east-rhel-server-1y 2.6 M
 patchutils           x86_64 0.2.31-2.2.2     rhui-us-east-rhel-server-1y 111 k
 pstack               x86_64 1.2-7.2.2        rhui-us-east-rhel-server-1y 4.6 k
 python-ldap          x86_64 2.2.0-2.1        rhui-us-east-rhel-server-1y 123 k
 rcs                  x86_64 5.7-30.1         rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config    noarch 8.0.45-32.el5    rhui-us-east-rhel-server-1y  54 k
 rpm-build            x86_64 4.4.2.3-22.el5   rhui-us-east-rhel-server-1y 302 k
 splint               x86_64 3.1.1-16.el5     rhui-us-east-rhel-server-1y 1.5 M
 strace               x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k
 swig                 x86_64 1.3.29-2.el5     rhui-us-east-rhel-server-1y 2.9 M
 systemtap            x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y 2.4 M
 texinfo              x86_64 4.8-14.el5       rhui-us-east-rhel-server-1y 763 k
 valgrind             i386   1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  20 M
 valgrind             x86_64 1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  21 M
Installing for dependencies:
 GConf2               x86_64 2.14.0-9.el5     rhui-us-east-rhel-server-1y 1.5 M
 ORBit2               x86_64 2.14.3-5.el5     rhui-us-east-rhel-server-1y 262 k
 at-spi               x86_64 1.7.11-3.el5     rhui-us-east-rhel-server-1y 304 k
 audiofile            x86_64 1:0.2.6-5        rhui-us-east-rhel-server-1y 106 k
 avahi                x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y 258 k
 avahi-glib           x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y  15 k
 elfutils-libs        x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 183 k
 esound               x86_64 1:0.2.36-3       rhui-us-east-rhel-server-1y 131 k
 gail                 x86_64 1.9.2-3.el5      rhui-us-east-rhel-server-1y 352 k
 gnome-keyring        x86_64 0.6.0-1.fc6      rhui-us-east-rhel-server-1y 166 k
 gnome-mime-data      x86_64 2.4.2-3.1        rhui-us-east-rhel-server-1y 690 k
 gnome-mount          x86_64 0.5-3.el5        rhui-us-east-rhel-server-1y  71 k
 gnome-python2        x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 131 k
 gnome-python2-bonobo x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  71 k
 gnome-python2-gconf  x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  34 k
 gnome-python2-gnomevfs
                      x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  70 k
 gnome-vfs2           x86_64 2.16.2-8.el5     rhui-us-east-rhel-server-1y 1.3 M
 imake                x86_64 1.0.2-3          rhui-us-east-rhel-server-1y 319 k
 libIDL               x86_64 0.8.7-1.fc6      rhui-us-east-rhel-server-1y  88 k
 libXTrap             x86_64 1.0.0-3.1        rhui-us-east-rhel-server-1y  23 k
 libXevie             x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXfontcache        x86_64 1.0.2-3.1        rhui-us-east-rhel-server-1y 9.8 k
 libXres              x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXxf86misc         x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  12 k
 libXxf86vm           x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libbonobo            x86_64 2.16.0-1.1.el5_5.1
                                              rhui-us-east-rhel-server-1y 524 k
 libbonoboui          x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 395 k
 libdaemon            x86_64 0.10-5.el5       rhui-us-east-rhel-server-1y  24 k
 libgfortran          x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 244 k
 libgnome             x86_64 2.16.0-6.el5     rhui-us-east-rhel-server-1y 860 k
 libgnomecanvas       x86_64 2.14.0-4.1       rhui-us-east-rhel-server-1y 224 k
 libgnomeui           x86_64 2.16.0-5.el5     rhui-us-east-rhel-server-1y 984 k
 libgomp              i386   4.4.4-13.el5     rhui-us-east-rhel-server-1y  72 k
 libnotify            x86_64 0.4.2-6.el5      rhui-us-east-rhel-server-1y  38 k
 libstdc++-devel      x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 2.8 M
 libwnck              x86_64 2.16.0-4.fc6     rhui-us-east-rhel-server-1y 187 k
 libxslt              x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k
 notification-daemon  x86_64 0.3.5-9.el5      rhui-us-east-rhel-server-1y  48 k
 pyorbit              x86_64 2.14.1-3.el5     rhui-us-east-rhel-server-1y  50 k
 pyspi                x86_64 0.6.1-1.el5      rhui-us-east-rhel-server-1y  98 k
 shared-mime-info     x86_64 0.19-5.el5       rhui-us-east-rhel-server-1y 149 k
 startup-notification x86_64 0.8-4.1          rhui-us-east-rhel-server-1y  32 k
 systemtap-runtime    x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y  96 k
 xorg-x11-fonts-base  noarch 7.1-2.1.el5      rhui-us-east-rhel-server-1y 3.7 M
 xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4
                                              rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                      x86_64 7.1-5.el5_6.2    rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xauth       x86_64 1:1.0.1-2.1      rhui-us-east-rhel-server-1y  32 k
 xorg-x11-xinit       x86_64 1.0.2-15.el5     rhui-us-east-rhel-server-1y  26 k

Transaction Summary
================================================================================
Install      86 Package(s)
Upgrade       0 Package(s)

Total download size: 90 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Setting up Group Process Loading mirror speeds from cached hostfile 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: gnome-python2-gconf for package: dogtail --> Processing Dependency: xorg-x11-xinit for package: dogtail --> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail ---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils --> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext --> Processing Dependency: libgomp.so.1 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 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 set to be updated ---> 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-client.so.3()(64bit) for package: systemtap --> Processing Dependency: libavahi-common.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 ---> 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: libspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi ---> 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_6.4 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-gnomevfs for package: gnome-python2 --> Processing Dependency: gnome-python2-bonobo for package: gnome-python2 --> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2 --> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome --> Processing Dependency: libesd.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-east-rhel-server-1y 646 k automake noarch 1.9.6-2.3.el5 rhui-us-east-rhel-server-1y 476 k automake14 noarch 1.4p6-13.el5.1 rhui-us-east-rhel-server-1y 200 k automake15 noarch 1.5-16.el5.2 rhui-us-east-rhel-server-1y 230 k automake16 noarch 1.6.3-8.el5.1 rhui-us-east-rhel-server-1y 241 k automake17 noarch 1.7.9-7.el5.2 rhui-us-east-rhel-server-1y 278 k bison x86_64 2.3-2.1 rhui-us-east-rhel-server-1y 549 k byacc x86_64 1.9-29.2.2 rhui-us-east-rhel-server-1y 41 k cscope x86_64 15.5-15.1.el5_3.1 rhui-us-east-rhel-server-1y 144 k ctags x86_64 5.6-1.1 rhui-us-east-rhel-server-1y 131 k cvs x86_64 1.11.22-7.el5 rhui-us-east-rhel-server-1y 737 k dev86 x86_64 0.16.17-2.2 rhui-us-east-rhel-server-1y 397 k diffstat x86_64 1.41-1.2.3.el5 rhui-us-east-rhel-server-1y 19 k dogtail noarch 0.6.1-4.el5 rhui-us-east-rhel-server-1y 172 k doxygen x86_64 1:1.4.7-1.1 rhui-us-east-rhel-server-1y 2.4 M elfutils x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 216 k flex x86_64 2.5.4a-41.fc6 rhui-us-east-rhel-server-1y 131 k gcc-c++ x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.8 M gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.5 M gdb x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M gettext i386 0.17-1.el5 rhui-us-east-rhel-server-1y 2.4 M indent x86_64 2.2.9-14.fc6 rhui-us-east-rhel-server-1y 97 k libtool x86_64 1.5.22-7.el5_4 rhui-us-east-rhel-server-1y 667 k ltrace x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y 62 k oprofile x86_64 0.9.4-15.el5 rhui-us-east-rhel-server-1y 2.6 M patchutils x86_64 0.2.31-2.2.2 rhui-us-east-rhel-server-1y 111 k pstack x86_64 1.2-7.2.2 rhui-us-east-rhel-server-1y 4.6 k python-ldap x86_64 2.2.0-2.1 rhui-us-east-rhel-server-1y 123 k rcs x86_64 5.7-30.1 rhui-us-east-rhel-server-1y 349 k redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-east-rhel-server-1y 54 k rpm-build x86_64 4.4.2.3-22.el5 rhui-us-east-rhel-server-1y 302 k splint x86_64 3.1.1-16.el5 rhui-us-east-rhel-server-1y 1.5 M strace x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k swig x86_64 1.3.29-2.el5 rhui-us-east-rhel-server-1y 2.9 M systemtap x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 2.4 M texinfo x86_64 4.8-14.el5 rhui-us-east-rhel-server-1y 763 k valgrind i386 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 20 M valgrind x86_64 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 21 M Installing for dependencies: GConf2 x86_64 2.14.0-9.el5 rhui-us-east-rhel-server-1y 1.5 M ORBit2 x86_64 2.14.3-5.el5 rhui-us-east-rhel-server-1y 262 k at-spi x86_64 1.7.11-3.el5 rhui-us-east-rhel-server-1y 304 k audiofile x86_64 1:0.2.6-5 rhui-us-east-rhel-server-1y 106 k avahi x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 258 k avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 15 k elfutils-libs x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 183 k esound x86_64 1:0.2.36-3 rhui-us-east-rhel-server-1y 131 k gail x86_64 1.9.2-3.el5 rhui-us-east-rhel-server-1y 352 k gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-east-rhel-server-1y 166 k gnome-mime-data x86_64 2.4.2-3.1 rhui-us-east-rhel-server-1y 690 k gnome-mount x86_64 0.5-3.el5 rhui-us-east-rhel-server-1y 71 k gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 131 k gnome-python2-bonobo x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 71 k gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 34 k gnome-python2-gnomevfs x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 70 k gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-east-rhel-server-1y 1.3 M imake x86_64 1.0.2-3 rhui-us-east-rhel-server-1y 319 k libIDL x86_64 0.8.7-1.fc6 rhui-us-east-rhel-server-1y 88 k libXTrap x86_64 1.0.0-3.1 rhui-us-east-rhel-server-1y 23 k libXevie x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXfontcache x86_64 1.0.2-3.1 rhui-us-east-rhel-server-1y 9.8 k libXres x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXxf86misc x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 12 k libXxf86vm x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-east-rhel-server-1y 524 k libbonoboui x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 395 k libdaemon x86_64 0.10-5.el5 rhui-us-east-rhel-server-1y 24 k libgfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 244 k libgnome x86_64 2.16.0-6.el5 rhui-us-east-rhel-server-1y 860 k libgnomecanvas x86_64 2.14.0-4.1 rhui-us-east-rhel-server-1y 224 k libgnomeui x86_64 2.16.0-5.el5 rhui-us-east-rhel-server-1y 984 k libgomp i386 4.4.4-13.el5 rhui-us-east-rhel-server-1y 72 k libnotify x86_64 0.4.2-6.el5 rhui-us-east-rhel-server-1y 38 k libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 2.8 M libwnck x86_64 2.16.0-4.fc6 rhui-us-east-rhel-server-1y 187 k libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k notification-daemon x86_64 0.3.5-9.el5 rhui-us-east-rhel-server-1y 48 k pyorbit x86_64 2.14.1-3.el5 rhui-us-east-rhel-server-1y 50 k pyspi x86_64 0.6.1-1.el5 rhui-us-east-rhel-server-1y 98 k shared-mime-info x86_64 0.19-5.el5 rhui-us-east-rhel-server-1y 149 k startup-notification x86_64 0.8-4.1 rhui-us-east-rhel-server-1y 32 k systemtap-runtime x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 96 k xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-east-rhel-server-1y 3.7 M xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M xorg-x11-server-utils x86_64 7.1-5.el5_6.2 rhui-us-east-rhel-server-1y 172 k xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-east-rhel-server-1y 32 k xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-east-rhel-server-1y 26 k Transaction Summary ================================================================================ Install 86 Package(s) Upgrade 0 Package(s) Total download size: 90 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/tzdata-2011h-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  dbus-libs-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.x86_64: failure: Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.i386: failure: Packages/curl-7.15.5-9.el5_7.4.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  yum-rhn-plugin-0.5.4-22.el5_7.1.noarch: failure: Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-client-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  httpd-2.2.3-53.el5_7.1.x86_64: failure: Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-clients-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  device-mapper-multipath-0.4.7-46.el5_7.1.x86_64: failure: Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rsync-3.0.6-4.el5_7.1.x86_64: failure: Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdbm-1.8.0-26.2.1.el5_6.1.x86_64: failure: Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfont-1.2.2-1.0.4.el5_7.x86_64: failure: Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  2:libpng-1.2.10-7.1.el5_7.5.x86_64: failure: Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  kpartx-0.4.7-46.el5_7.1.x86_64: failure: Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  lvm2-2.02.84-6.el5_7.1.x86_64: failure: Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libsmbclient-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:mod_ssl-2.2.3-53.el5_7.1.x86_64: failure: Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-server-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  12:dhclient-3.0.5-29.el5_7.1.x86_64: failure: Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dbus-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-common-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  tzdata-2011h-2.el5.x86_64: failure: Packages/tzdata-2011h-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package 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.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package         Arch   Version               Repository                   Size
================================================================================
Updating:
 curl            i386   7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 234 k
 curl            x86_64 7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 231 k
 dbus            x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 234 k
 dbus-libs       x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 123 k
 device-mapper-multipath
                 x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 3.0 M
 dhclient        x86_64 12:3.0.5-29.el5_7.1   rhui-us-east-rhel-server-1y 286 k
 gdbm            x86_64 1.8.0-26.2.1.el5_6.1  rhui-us-east-rhel-server-1y  28 k
 httpd           x86_64 2.2.3-53.el5_7.1      rhui-us-east-rhel-server-1y 1.2 M
 kpartx          x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 440 k
 libXfont        x86_64 1.2.2-1.0.4.el5_7     rhui-us-east-rhel-server-1y 245 k
 libpng          x86_64 2:1.2.10-7.1.el5_7.5  rhui-us-east-rhel-server-1y 235 k
 libsmbclient    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 917 k
 lvm2            x86_64 2.02.84-6.el5_7.1     rhui-us-east-rhel-server-1y 3.1 M
 mod_ssl         x86_64 1:2.2.3-53.el5_7.1    rhui-us-east-rhel-server-1y  94 k
 net-snmp        x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 705 k

Comment 16 releng-rhel@redhat.com 2011-09-07 18:00:51 UTC
  pyorbit-2.14.1-3.el5.x86_64: failure: Packages/pyorbit-2.14.1-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake15-1.5-16.el5.2.noarch: failure: Packages/automake15-1.5-16.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ORBit2-2.14.3-5.el5.x86_64: failure: Packages/ORBit2-2.14.3-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-utils-7.1-5.el5_6.2.x86_64: failure: Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake16-1.6.3-8.el5.1.noarch: failure: Packages/automake16-1.6.3-8.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  redhat-rpm-config-8.0.45-32.el5.noarch: failure: Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-c++-4.1.2-51.el5.x86_64: failure: Packages/gcc-c++-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-xinit-1.0.2-15.el5.x86_64: failure: Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:audiofile-0.2.6-5.x86_64: failure: Packages/audiofile-0.2.6-5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cvs-1.11.22-7.el5.x86_64: failure: Packages/cvs-1.11.22-7.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  flex-2.5.4a-41.fc6.x86_64: failure: Packages/flex-2.5.4a-41.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-keyring-0.6.0-1.fc6.x86_64: failure: Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake-1.9.6-2.3.el5.noarch: failure: Packages/automake-1.9.6-2.3.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXres-1.0.1-3.1.x86_64: failure: Packages/libXres-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  at-spi-1.7.11-3.el5.x86_64: failure: Packages/at-spi-1.7.11-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ctags-5.6-1.1.x86_64: failure: Packages/ctags-5.6-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:xorg-x11-xauth-1.0.1-2.1.x86_64: failure: Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-0.137-3.el5.x86_64: failure: Packages/elfutils-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gconf-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86misc-1.0.1-3.1.x86_64: failure: Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonoboui-2.16.0-1.fc6.x86_64: failure: Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libxslt-1.1.17-2.el5_2.2.x86_64: failure: Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  GConf2-2.14.0-9.el5.x86_64: failure: Packages/GConf2-2.14.0-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libwnck-2.16.0-4.fc6.x86_64: failure: Packages/libwnck-2.16.0-4.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-fonts-base-7.1-2.1.el5.noarch: failure: Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  imake-1.0.2-3.x86_64: failure: Packages/imake-1.0.2-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-vfs2-2.16.2-8.el5.x86_64: failure: Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64: failure: Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomecanvas-2.14.0-4.1.x86_64: failure: Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgomp-4.4.4-13.el5.i386: failure: Packages/libgomp-4.4.4-13.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-gfortran-4.1.2-51.el5.x86_64: failure: Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXevie-1.0.1-3.1.x86_64: failure: Packages/libXevie-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gettext-0.17-1.el5.i386: failure: Packages/gettext-0.17-1.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  startup-notification-0.8-4.1.x86_64: failure: Packages/startup-notification-0.8-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libstdc++-devel-4.1.2-51.el5.x86_64: failure: Packages/libstdc++-devel-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgfortran-4.1.2-51.el5.x86_64: failure: Packages/libgfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-libs-0.137-3.el5.x86_64: failure: Packages/elfutils-libs-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pyspi-0.6.1-1.el5.x86_64: failure: Packages/pyspi-0.6.1-1.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake14-1.4p6-13.el5.1.noarch: failure: Packages/automake14-1.4p6-13.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomeui-2.16.0-5.el5.x86_64: failure: Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:esound-0.2.36-3.x86_64: failure: Packages/esound-0.2.36-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  shared-mime-info-0.19-5.el5.x86_64: failure: Packages/shared-mime-info-0.19-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-glib-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  strace-4.5.18-5.el5_5.5.x86_64: failure: Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mount-0.5-3.el5.x86_64: failure: Packages/gnome-mount-0.5-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  patchutils-0.2.31-2.2.2.x86_64: failure: Packages/patchutils-0.2.31-2.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXTrap-1.0.0-3.1.x86_64: failure: Packages/libXTrap-1.0.0-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  swig-1.3.29-2.el5.x86_64: failure: Packages/swig-1.3.29-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  splint-3.1.1-16.el5.x86_64: failure: Packages/splint-3.1.1-16.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dogtail-0.6.1-4.el5.noarch: failure: Packages/dogtail-0.6.1-4.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gail-1.9.2-3.el5.x86_64: failure: Packages/gail-1.9.2-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86vm-1.0.1-3.1.x86_64: failure: Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rpm-build-4.4.2.3-22.el5.x86_64: failure: Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libIDL-0.8.7-1.fc6.x86_64: failure: Packages/libIDL-0.8.7-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libtool-1.5.22-7.el5_4.x86_64: failure: Packages/libtool-1.5.22-7.el5_4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.x86_64: failure: Packages/valgrind-3.5.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pstack-1.2-7.2.2.x86_64: failure: Packages/pstack-1.2-7.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfontcache-1.0.2-3.1.x86_64: failure: Packages/libXfontcache-1.0.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnome-2.16.0-6.el5.x86_64: failure: Packages/libgnome-2.16.0-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-runtime-1.3-9.el5.x86_64: failure: Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.i386: failure: Packages/valgrind-3.5.0-5.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  notification-daemon-0.3.5-9.el5.x86_64: failure: Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  diffstat-1.41-1.2.3.el5.x86_64: failure: Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mime-data-2.4.2-3.1.x86_64: failure: Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  indent-2.2.9-14.fc6.x86_64: failure: Packages/indent-2.2.9-14.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  oprofile-0.9.4-15.el5.x86_64: failure: Packages/oprofile-0.9.4-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dev86-0.16.17-2.2.x86_64: failure: Packages/dev86-0.16.17-2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libnotify-0.4.2-6.el5.x86_64: failure: Packages/libnotify-0.4.2-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rcs-5.7-30.1.x86_64: failure: Packages/rcs-5.7-30.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  python-ldap-2.2.0-2.1.x86_64: failure: Packages/python-ldap-2.2.0-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cscope-15.5-15.1.el5_3.1.x86_64: failure: Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libdaemon-0.10-5.el5.x86_64: failure: Packages/libdaemon-0.10-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  autoconf-2.59-12.noarch: failure: Packages/autoconf-2.59-12.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  byacc-1.9-29.2.2.x86_64: failure: Packages/byacc-1.9-29.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdb-7.0.1-37.el5_7.1.x86_64: failure: Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-1.3-9.el5.x86_64: failure: Packages/systemtap-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonobo-2.16.0-1.1.el5_5.1.x86_64: failure: Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:doxygen-1.4.7-1.1.x86_64: failure: Packages/doxygen-1.4.7-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake17-1.7.9-7.el5.2.noarch: failure: Packages/automake17-1.7.9-7.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
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: gnome-python2-gconf for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 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 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 set to be updated
---> 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-client.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-common.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
---> 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: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> 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_6.4 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-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome
--> Processing Dependency: libesd.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-east-rhel-server-1y 646 k
 automake             noarch 1.9.6-2.3.el5    rhui-us-east-rhel-server-1y 476 k
 automake14           noarch 1.4p6-13.el5.1   rhui-us-east-rhel-server-1y 200 k
 automake15           noarch 1.5-16.el5.2     rhui-us-east-rhel-server-1y 230 k
 automake16           noarch 1.6.3-8.el5.1    rhui-us-east-rhel-server-1y 241 k
 automake17           noarch 1.7.9-7.el5.2    rhui-us-east-rhel-server-1y 278 k
 bison                x86_64 2.3-2.1          rhui-us-east-rhel-server-1y 549 k
 byacc                x86_64 1.9-29.2.2       rhui-us-east-rhel-server-1y  41 k
 cscope               x86_64 15.5-15.1.el5_3.1
                                              rhui-us-east-rhel-server-1y 144 k
 ctags                x86_64 5.6-1.1          rhui-us-east-rhel-server-1y 131 k
 cvs                  x86_64 1.11.22-7.el5    rhui-us-east-rhel-server-1y 737 k
 dev86                x86_64 0.16.17-2.2      rhui-us-east-rhel-server-1y 397 k
 diffstat             x86_64 1.41-1.2.3.el5   rhui-us-east-rhel-server-1y  19 k
 dogtail              noarch 0.6.1-4.el5      rhui-us-east-rhel-server-1y 172 k
 doxygen              x86_64 1:1.4.7-1.1      rhui-us-east-rhel-server-1y 2.4 M
 elfutils             x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 216 k
 flex                 x86_64 2.5.4a-41.fc6    rhui-us-east-rhel-server-1y 131 k
 gcc-c++              x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran         x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.5 M
 gdb                  x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M
 gettext              i386   0.17-1.el5       rhui-us-east-rhel-server-1y 2.4 M
 indent               x86_64 2.2.9-14.fc6     rhui-us-east-rhel-server-1y  97 k
 libtool              x86_64 1.5.22-7.el5_4   rhui-us-east-rhel-server-1y 667 k
 ltrace               x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y  62 k
 oprofile             x86_64 0.9.4-15.el5     rhui-us-east-rhel-server-1y 2.6 M
 patchutils           x86_64 0.2.31-2.2.2     rhui-us-east-rhel-server-1y 111 k
 pstack               x86_64 1.2-7.2.2        rhui-us-east-rhel-server-1y 4.6 k
 python-ldap          x86_64 2.2.0-2.1        rhui-us-east-rhel-server-1y 123 k
 rcs                  x86_64 5.7-30.1         rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config    noarch 8.0.45-32.el5    rhui-us-east-rhel-server-1y  54 k
 rpm-build            x86_64 4.4.2.3-22.el5   rhui-us-east-rhel-server-1y 302 k
 splint               x86_64 3.1.1-16.el5     rhui-us-east-rhel-server-1y 1.5 M
 strace               x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k
 swig                 x86_64 1.3.29-2.el5     rhui-us-east-rhel-server-1y 2.9 M
 systemtap            x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y 2.4 M
 texinfo              x86_64 4.8-14.el5       rhui-us-east-rhel-server-1y 763 k
 valgrind             i386   1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  20 M
 valgrind             x86_64 1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  21 M
Installing for dependencies:
 GConf2               x86_64 2.14.0-9.el5     rhui-us-east-rhel-server-1y 1.5 M
 ORBit2               x86_64 2.14.3-5.el5     rhui-us-east-rhel-server-1y 262 k
 at-spi               x86_64 1.7.11-3.el5     rhui-us-east-rhel-server-1y 304 k
 audiofile            x86_64 1:0.2.6-5        rhui-us-east-rhel-server-1y 106 k
 avahi                x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y 258 k
 avahi-glib           x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y  15 k
 elfutils-libs        x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 183 k
 esound               x86_64 1:0.2.36-3       rhui-us-east-rhel-server-1y 131 k
 gail                 x86_64 1.9.2-3.el5      rhui-us-east-rhel-server-1y 352 k
 gnome-keyring        x86_64 0.6.0-1.fc6      rhui-us-east-rhel-server-1y 166 k
 gnome-mime-data      x86_64 2.4.2-3.1        rhui-us-east-rhel-server-1y 690 k
 gnome-mount          x86_64 0.5-3.el5        rhui-us-east-rhel-server-1y  71 k
 gnome-python2        x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 131 k
 gnome-python2-bonobo x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  71 k
 gnome-python2-gconf  x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  34 k
 gnome-python2-gnomevfs
                      x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  70 k
 gnome-vfs2           x86_64 2.16.2-8.el5     rhui-us-east-rhel-server-1y 1.3 M
 imake                x86_64 1.0.2-3          rhui-us-east-rhel-server-1y 319 k
 libIDL               x86_64 0.8.7-1.fc6      rhui-us-east-rhel-server-1y  88 k
 libXTrap             x86_64 1.0.0-3.1        rhui-us-east-rhel-server-1y  23 k
 libXevie             x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXfontcache        x86_64 1.0.2-3.1        rhui-us-east-rhel-server-1y 9.8 k
 libXres              x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXxf86misc         x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  12 k
 libXxf86vm           x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libbonobo            x86_64 2.16.0-1.1.el5_5.1
                                              rhui-us-east-rhel-server-1y 524 k
 libbonoboui          x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 395 k
 libdaemon            x86_64 0.10-5.el5       rhui-us-east-rhel-server-1y  24 k
 libgfortran          x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 244 k
 libgnome             x86_64 2.16.0-6.el5     rhui-us-east-rhel-server-1y 860 k
 libgnomecanvas       x86_64 2.14.0-4.1       rhui-us-east-rhel-server-1y 224 k
 libgnomeui           x86_64 2.16.0-5.el5     rhui-us-east-rhel-server-1y 984 k
 libgomp              i386   4.4.4-13.el5     rhui-us-east-rhel-server-1y  72 k
 libnotify            x86_64 0.4.2-6.el5      rhui-us-east-rhel-server-1y  38 k
 libstdc++-devel      x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 2.8 M
 libwnck              x86_64 2.16.0-4.fc6     rhui-us-east-rhel-server-1y 187 k
 libxslt              x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k
 notification-daemon  x86_64 0.3.5-9.el5      rhui-us-east-rhel-server-1y  48 k
 pyorbit              x86_64 2.14.1-3.el5     rhui-us-east-rhel-server-1y  50 k
 pyspi                x86_64 0.6.1-1.el5      rhui-us-east-rhel-server-1y  98 k
 shared-mime-info     x86_64 0.19-5.el5       rhui-us-east-rhel-server-1y 149 k
 startup-notification x86_64 0.8-4.1          rhui-us-east-rhel-server-1y  32 k
 systemtap-runtime    x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y  96 k
 xorg-x11-fonts-base  noarch 7.1-2.1.el5      rhui-us-east-rhel-server-1y 3.7 M
 xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4
                                              rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                      x86_64 7.1-5.el5_6.2    rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xauth       x86_64 1:1.0.1-2.1      rhui-us-east-rhel-server-1y  32 k
 xorg-x11-xinit       x86_64 1.0.2-15.el5     rhui-us-east-rhel-server-1y  26 k

Transaction Summary
================================================================================
Install      86 Package(s)
Upgrade       0 Package(s)

Total download size: 90 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Setting up Group Process Loading mirror speeds from cached hostfile 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: gnome-python2-gconf for package: dogtail --> Processing Dependency: xorg-x11-xinit for package: dogtail --> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail ---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils --> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext --> Processing Dependency: libgomp.so.1 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 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 set to be updated ---> 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-client.so.3()(64bit) for package: systemtap --> Processing Dependency: libavahi-common.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 ---> 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: libspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi ---> 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_6.4 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-gnomevfs for package: gnome-python2 --> Processing Dependency: gnome-python2-bonobo for package: gnome-python2 --> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2 --> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome --> Processing Dependency: libesd.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-east-rhel-server-1y 646 k automake noarch 1.9.6-2.3.el5 rhui-us-east-rhel-server-1y 476 k automake14 noarch 1.4p6-13.el5.1 rhui-us-east-rhel-server-1y 200 k automake15 noarch 1.5-16.el5.2 rhui-us-east-rhel-server-1y 230 k automake16 noarch 1.6.3-8.el5.1 rhui-us-east-rhel-server-1y 241 k automake17 noarch 1.7.9-7.el5.2 rhui-us-east-rhel-server-1y 278 k bison x86_64 2.3-2.1 rhui-us-east-rhel-server-1y 549 k byacc x86_64 1.9-29.2.2 rhui-us-east-rhel-server-1y 41 k cscope x86_64 15.5-15.1.el5_3.1 rhui-us-east-rhel-server-1y 144 k ctags x86_64 5.6-1.1 rhui-us-east-rhel-server-1y 131 k cvs x86_64 1.11.22-7.el5 rhui-us-east-rhel-server-1y 737 k dev86 x86_64 0.16.17-2.2 rhui-us-east-rhel-server-1y 397 k diffstat x86_64 1.41-1.2.3.el5 rhui-us-east-rhel-server-1y 19 k dogtail noarch 0.6.1-4.el5 rhui-us-east-rhel-server-1y 172 k doxygen x86_64 1:1.4.7-1.1 rhui-us-east-rhel-server-1y 2.4 M elfutils x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 216 k flex x86_64 2.5.4a-41.fc6 rhui-us-east-rhel-server-1y 131 k gcc-c++ x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.8 M gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.5 M gdb x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M gettext i386 0.17-1.el5 rhui-us-east-rhel-server-1y 2.4 M indent x86_64 2.2.9-14.fc6 rhui-us-east-rhel-server-1y 97 k libtool x86_64 1.5.22-7.el5_4 rhui-us-east-rhel-server-1y 667 k ltrace x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y 62 k oprofile x86_64 0.9.4-15.el5 rhui-us-east-rhel-server-1y 2.6 M patchutils x86_64 0.2.31-2.2.2 rhui-us-east-rhel-server-1y 111 k pstack x86_64 1.2-7.2.2 rhui-us-east-rhel-server-1y 4.6 k python-ldap x86_64 2.2.0-2.1 rhui-us-east-rhel-server-1y 123 k rcs x86_64 5.7-30.1 rhui-us-east-rhel-server-1y 349 k redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-east-rhel-server-1y 54 k rpm-build x86_64 4.4.2.3-22.el5 rhui-us-east-rhel-server-1y 302 k splint x86_64 3.1.1-16.el5 rhui-us-east-rhel-server-1y 1.5 M strace x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k swig x86_64 1.3.29-2.el5 rhui-us-east-rhel-server-1y 2.9 M systemtap x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 2.4 M texinfo x86_64 4.8-14.el5 rhui-us-east-rhel-server-1y 763 k valgrind i386 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 20 M valgrind x86_64 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 21 M Installing for dependencies: GConf2 x86_64 2.14.0-9.el5 rhui-us-east-rhel-server-1y 1.5 M ORBit2 x86_64 2.14.3-5.el5 rhui-us-east-rhel-server-1y 262 k at-spi x86_64 1.7.11-3.el5 rhui-us-east-rhel-server-1y 304 k audiofile x86_64 1:0.2.6-5 rhui-us-east-rhel-server-1y 106 k avahi x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 258 k avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 15 k elfutils-libs x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 183 k esound x86_64 1:0.2.36-3 rhui-us-east-rhel-server-1y 131 k gail x86_64 1.9.2-3.el5 rhui-us-east-rhel-server-1y 352 k gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-east-rhel-server-1y 166 k gnome-mime-data x86_64 2.4.2-3.1 rhui-us-east-rhel-server-1y 690 k gnome-mount x86_64 0.5-3.el5 rhui-us-east-rhel-server-1y 71 k gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 131 k gnome-python2-bonobo x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 71 k gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 34 k gnome-python2-gnomevfs x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 70 k gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-east-rhel-server-1y 1.3 M imake x86_64 1.0.2-3 rhui-us-east-rhel-server-1y 319 k libIDL x86_64 0.8.7-1.fc6 rhui-us-east-rhel-server-1y 88 k libXTrap x86_64 1.0.0-3.1 rhui-us-east-rhel-server-1y 23 k libXevie x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXfontcache x86_64 1.0.2-3.1 rhui-us-east-rhel-server-1y 9.8 k libXres x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXxf86misc x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 12 k libXxf86vm x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-east-rhel-server-1y 524 k libbonoboui x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 395 k libdaemon x86_64 0.10-5.el5 rhui-us-east-rhel-server-1y 24 k libgfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 244 k libgnome x86_64 2.16.0-6.el5 rhui-us-east-rhel-server-1y 860 k libgnomecanvas x86_64 2.14.0-4.1 rhui-us-east-rhel-server-1y 224 k libgnomeui x86_64 2.16.0-5.el5 rhui-us-east-rhel-server-1y 984 k libgomp i386 4.4.4-13.el5 rhui-us-east-rhel-server-1y 72 k libnotify x86_64 0.4.2-6.el5 rhui-us-east-rhel-server-1y 38 k libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 2.8 M libwnck x86_64 2.16.0-4.fc6 rhui-us-east-rhel-server-1y 187 k libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k notification-daemon x86_64 0.3.5-9.el5 rhui-us-east-rhel-server-1y 48 k pyorbit x86_64 2.14.1-3.el5 rhui-us-east-rhel-server-1y 50 k pyspi x86_64 0.6.1-1.el5 rhui-us-east-rhel-server-1y 98 k shared-mime-info x86_64 0.19-5.el5 rhui-us-east-rhel-server-1y 149 k startup-notification x86_64 0.8-4.1 rhui-us-east-rhel-server-1y 32 k systemtap-runtime x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 96 k xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-east-rhel-server-1y 3.7 M xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M xorg-x11-server-utils x86_64 7.1-5.el5_6.2 rhui-us-east-rhel-server-1y 172 k xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-east-rhel-server-1y 32 k xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-east-rhel-server-1y 26 k Transaction Summary ================================================================================ Install 86 Package(s) Upgrade 0 Package(s) Total download size: 90 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/tzdata-2011h-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  dbus-libs-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.x86_64: failure: Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.i386: failure: Packages/curl-7.15.5-9.el5_7.4.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  yum-rhn-plugin-0.5.4-22.el5_7.1.noarch: failure: Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-client-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  httpd-2.2.3-53.el5_7.1.x86_64: failure: Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-clients-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  device-mapper-multipath-0.4.7-46.el5_7.1.x86_64: failure: Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rsync-3.0.6-4.el5_7.1.x86_64: failure: Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdbm-1.8.0-26.2.1.el5_6.1.x86_64: failure: Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfont-1.2.2-1.0.4.el5_7.x86_64: failure: Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  2:libpng-1.2.10-7.1.el5_7.5.x86_64: failure: Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  kpartx-0.4.7-46.el5_7.1.x86_64: failure: Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  lvm2-2.02.84-6.el5_7.1.x86_64: failure: Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libsmbclient-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:mod_ssl-2.2.3-53.el5_7.1.x86_64: failure: Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-server-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  12:dhclient-3.0.5-29.el5_7.1.x86_64: failure: Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dbus-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-common-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  tzdata-2011h-2.el5.x86_64: failure: Packages/tzdata-2011h-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package 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.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package         Arch   Version               Repository                   Size
================================================================================
Updating:
 curl            i386   7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 234 k
 curl            x86_64 7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 231 k
 dbus            x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 234 k
 dbus-libs       x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 123 k
 device-mapper-multipath
                 x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 3.0 M
 dhclient        x86_64 12:3.0.5-29.el5_7.1   rhui-us-east-rhel-server-1y 286 k
 gdbm            x86_64 1.8.0-26.2.1.el5_6.1  rhui-us-east-rhel-server-1y  28 k
 httpd           x86_64 2.2.3-53.el5_7.1      rhui-us-east-rhel-server-1y 1.2 M
 kpartx          x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 440 k
 libXfont        x86_64 1.2.2-1.0.4.el5_7     rhui-us-east-rhel-server-1y 245 k
 libpng          x86_64 2:1.2.10-7.1.el5_7.5  rhui-us-east-rhel-server-1y 235 k
 libsmbclient    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 917 k
 lvm2            x86_64 2.02.84-6.el5_7.1     rhui-us-east-rhel-server-1y 3.1 M
 mod_ssl         x86_64 1:2.2.3-53.el5_7.1    rhui-us-east-rhel-server-1y  94 k
 net-snmp        x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 705 k

Comment 17 releng-rhel@redhat.com 2011-09-07 18:00:51 UTC
 net-snmp-libs   x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 1.3 M
 openssh         x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 289 k
 openssh-clients x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 452 k
 openssh-server  x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 278 k
 rsync           x86_64 3.0.6-4.el5_7.1       rhui-us-east-rhel-server-1y 347 k
 samba-client    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 5.7 M
 samba-common    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 6.8 M
 tzdata          x86_64 2011h-2.el5           rhui-us-east-rhel-server-1y 781 k
 yum-rhn-plugin  noarch 0.5.4-22.el5_7.1      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install       0 Package(s)
Upgrade      24 Package(s)

Total download size: 27 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Skipping security plugin, no data Setting up Update Process Resolving Dependencies Skipping security plugin, no data --> Running transaction check ---> Package 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.1 set to be updated ---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated ---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated ---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated ---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated ---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated ---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: curl i386 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 234 k curl x86_64 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 231 k dbus x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 234 k dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 123 k device-mapper-multipath x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 3.0 M dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-east-rhel-server-1y 286 k gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y 28 k httpd x86_64 2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 1.2 M kpartx x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 440 k libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-east-rhel-server-1y 245 k libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 917 k lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-east-rhel-server-1y 3.1 M mod_ssl x86_64 1:2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 94 k net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M openssh x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 289 k openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 452 k openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 278 k rsync x86_64 3.0.6-4.el5_7.1 rhui-us-east-rhel-server-1y 347 k samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 5.7 M samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 6.8 M tzdata x86_64 2011h-2.el5 rhui-us-east-rhel-server-1y 781 k yum-rhn-plugin noarch 0.5.4-22.el5_7.1 rhui-us-east-rhel-server-1y 63 k Transaction Summary ================================================================================ Install 0 Package(s) Upgrade 24 Package(s) Total download size: 27 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 3
FAILED TESTS = ## install zsh ... ## Install Development tools group... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 18 releng-rhel@redhat.com 2011-09-07 18:00:55 UTC
 net-snmp-libs   x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 1.3 M
 openssh         x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 289 k
 openssh-clients x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 452 k
 openssh-server  x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 278 k
 rsync           x86_64 3.0.6-4.el5_7.1       rhui-us-east-rhel-server-1y 347 k
 samba-client    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 5.7 M
 samba-common    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 6.8 M
 tzdata          x86_64 2011h-2.el5           rhui-us-east-rhel-server-1y 781 k
 yum-rhn-plugin  noarch 0.5.4-22.el5_7.1      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install       0 Package(s)
Upgrade      24 Package(s)

Total download size: 27 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Skipping security plugin, no data Setting up Update Process Resolving Dependencies Skipping security plugin, no data --> Running transaction check ---> Package 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.1 set to be updated ---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated ---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated ---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated ---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated ---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated ---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: curl i386 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 234 k curl x86_64 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 231 k dbus x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 234 k dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 123 k device-mapper-multipath x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 3.0 M dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-east-rhel-server-1y 286 k gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y 28 k httpd x86_64 2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 1.2 M kpartx x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 440 k libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-east-rhel-server-1y 245 k libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 917 k lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-east-rhel-server-1y 3.1 M mod_ssl x86_64 1:2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 94 k net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M openssh x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 289 k openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 452 k openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 278 k rsync x86_64 3.0.6-4.el5_7.1 rhui-us-east-rhel-server-1y 347 k samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 5.7 M samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 6.8 M tzdata x86_64 2011h-2.el5 rhui-us-east-rhel-server-1y 781 k yum-rhn-plugin noarch 0.5.4-22.el5_7.1 rhui-us-east-rhel-server-1y 63 k Transaction Summary ================================================================================ Install 0 Package(s) Upgrade 24 Package(s) Total download size: 27 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 3
FAILED TESTS = ## install zsh ... ## Install Development tools group... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 19 releng-rhel@redhat.com 2011-09-07 18:02:49 UTC
IMAGE ID= IGNOREami-f50fcc9c_us-east-1_t1.micro
######################################################################################
# NEW TEST: ## Open a bugzilla
######################################################################################
######################################################################################
# NEW TEST: Fetching Host Details 
######################################################################################
This is not a Hourly image
/root/valid/src
ip-10-126-46-84
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, security
Determining fastest mirrors
repo id                       repo name                                   status
rhui-us-east-rhel-server-1y   Red Hat Enterprise Linux Server 5 (RPMs)    12,003
repolist: 12,003 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Search zsh...
######################################################################################
COMMAND:  /usr/bin/yum search zsh
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
================================= Matched: zsh =================================
zsh.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
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/zsh-4.2.6-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  zsh-4.2.6-5.el5.x86_64: failure: Packages/zsh-4.2.6-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RETURN CODE: 1
COMMAND:  /bin/rpm -q --queryformat '%{NAME}\n' zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: zsh
RETURN CODE: 1
FAIL1
package zsh is not installed
######################################################################################
# NEW TEST: ## List available groups..
######################################################################################
COMMAND:  /usr/bin/yum grouplist
RESULT: Loaded plugins: amazon-id, fastestmirror, security
Setting up Group Process
Loading mirror speeds from cached hostfile
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'
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pstack-1.2-7.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfontcache-1.0.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXevie-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXres-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXTrap-1.0.0-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libdaemon-0.10-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/startup-notification-0.8-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libnotify-0.4.2-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/byacc-1.9-29.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyorbit-2.14.1-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mount-0.5-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgomp-4.4.4-13.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libIDL-0.8.7-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/indent-2.2.9-14.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/pyspi-0.6.1-1.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/audiofile-0.2.6-5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/patchutils-0.2.31-2.2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/python-ldap-2.2.0-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/flex-2.5.4a-41.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/esound-0.2.36-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ctags-5.6-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/shared-mime-info-0.19-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dogtail-0.6.1-4.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-libs-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libwnck-2.16.0-4.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake14-1.4p6-13.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/elfutils-0.137-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake15-1.5-16.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake16-1.6.3-8.el5.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/avahi-0.6.16-10.el5_6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/ORBit2-2.14.3-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake17-1.7.9-7.el5.2.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/at-spi-1.7.11-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/imake-1.0.2-3.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rcs-5.7-30.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gail-1.9.2-3.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dev86-0.16.17-2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/automake-1.9.6-2.3.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/bison-2.3-2.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/autoconf-2.59-12.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libtool-1.5.22-7.el5_4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/cvs-1.11.22-7.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/texinfo-4.8-14.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnome-2.16.0-6.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/GConf2-2.14.0-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/splint-3.1.1-16.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/doxygen-1.4.7-1.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gettext-0.17-1.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/systemtap-1.3-9.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/oprofile-0.9.4-15.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libstdc%2B%2B-devel-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/swig-1.3.29-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gcc-c%2B%2B-4.1.2-51.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/valgrind-3.5.0-5.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  texinfo-4.8-14.el5.x86_64: failure: Packages/texinfo-4.8-14.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-bonobo-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-bonobo-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  bison-2.3-2.1.x86_64: failure: Packages/bison-2.3-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ltrace-0.5-13.45svn.el5.x86_64: failure: Packages/ltrace-0.5-13.45svn.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

Comment 20 releng-rhel@redhat.com 2011-09-07 18:02:53 UTC
  pyorbit-2.14.1-3.el5.x86_64: failure: Packages/pyorbit-2.14.1-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake15-1.5-16.el5.2.noarch: failure: Packages/automake15-1.5-16.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ORBit2-2.14.3-5.el5.x86_64: failure: Packages/ORBit2-2.14.3-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-utils-7.1-5.el5_6.2.x86_64: failure: Packages/xorg-x11-server-utils-7.1-5.el5_6.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake16-1.6.3-8.el5.1.noarch: failure: Packages/automake16-1.6.3-8.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  redhat-rpm-config-8.0.45-32.el5.noarch: failure: Packages/redhat-rpm-config-8.0.45-32.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-c++-4.1.2-51.el5.x86_64: failure: Packages/gcc-c++-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-xinit-1.0.2-15.el5.x86_64: failure: Packages/xorg-x11-xinit-1.0.2-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:audiofile-0.2.6-5.x86_64: failure: Packages/audiofile-0.2.6-5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cvs-1.11.22-7.el5.x86_64: failure: Packages/cvs-1.11.22-7.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  flex-2.5.4a-41.fc6.x86_64: failure: Packages/flex-2.5.4a-41.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-keyring-0.6.0-1.fc6.x86_64: failure: Packages/gnome-keyring-0.6.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake-1.9.6-2.3.el5.noarch: failure: Packages/automake-1.9.6-2.3.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gnomevfs-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXres-1.0.1-3.1.x86_64: failure: Packages/libXres-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  at-spi-1.7.11-3.el5.x86_64: failure: Packages/at-spi-1.7.11-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  ctags-5.6-1.1.x86_64: failure: Packages/ctags-5.6-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:xorg-x11-xauth-1.0.1-2.1.x86_64: failure: Packages/xorg-x11-xauth-1.0.1-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-0.137-3.el5.x86_64: failure: Packages/elfutils-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-gconf-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-gconf-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86misc-1.0.1-3.1.x86_64: failure: Packages/libXxf86misc-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonoboui-2.16.0-1.fc6.x86_64: failure: Packages/libbonoboui-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libxslt-1.1.17-2.el5_2.2.x86_64: failure: Packages/libxslt-1.1.17-2.el5_2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  GConf2-2.14.0-9.el5.x86_64: failure: Packages/GConf2-2.14.0-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libwnck-2.16.0-4.fc6.x86_64: failure: Packages/libwnck-2.16.0-4.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-fonts-base-7.1-2.1.el5.noarch: failure: Packages/xorg-x11-fonts-base-7.1-2.1.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  imake-1.0.2-3.x86_64: failure: Packages/imake-1.0.2-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-vfs2-2.16.2-8.el5.x86_64: failure: Packages/gnome-vfs2-2.16.2-8.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64: failure: Packages/xorg-x11-server-Xvfb-1.1.1-48.76.el5_6.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomecanvas-2.14.0-4.1.x86_64: failure: Packages/libgnomecanvas-2.14.0-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgomp-4.4.4-13.el5.i386: failure: Packages/libgomp-4.4.4-13.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gcc-gfortran-4.1.2-51.el5.x86_64: failure: Packages/gcc-gfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXevie-1.0.1-3.1.x86_64: failure: Packages/libXevie-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gettext-0.17-1.el5.i386: failure: Packages/gettext-0.17-1.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  startup-notification-0.8-4.1.x86_64: failure: Packages/startup-notification-0.8-4.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libstdc++-devel-4.1.2-51.el5.x86_64: failure: Packages/libstdc++-devel-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgfortran-4.1.2-51.el5.x86_64: failure: Packages/libgfortran-4.1.2-51.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  elfutils-libs-0.137-3.el5.x86_64: failure: Packages/elfutils-libs-0.137-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pyspi-0.6.1-1.el5.x86_64: failure: Packages/pyspi-0.6.1-1.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake14-1.4p6-13.el5.1.noarch: failure: Packages/automake14-1.4p6-13.el5.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnomeui-2.16.0-5.el5.x86_64: failure: Packages/libgnomeui-2.16.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:esound-0.2.36-3.x86_64: failure: Packages/esound-0.2.36-3.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  shared-mime-info-0.19-5.el5.x86_64: failure: Packages/shared-mime-info-0.19-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  avahi-glib-0.6.16-10.el5_6.x86_64: failure: Packages/avahi-glib-0.6.16-10.el5_6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  strace-4.5.18-5.el5_5.5.x86_64: failure: Packages/strace-4.5.18-5.el5_5.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mount-0.5-3.el5.x86_64: failure: Packages/gnome-mount-0.5-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  patchutils-0.2.31-2.2.2.x86_64: failure: Packages/patchutils-0.2.31-2.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-python2-2.16.0-1.fc6.x86_64: failure: Packages/gnome-python2-2.16.0-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXTrap-1.0.0-3.1.x86_64: failure: Packages/libXTrap-1.0.0-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  swig-1.3.29-2.el5.x86_64: failure: Packages/swig-1.3.29-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  splint-3.1.1-16.el5.x86_64: failure: Packages/splint-3.1.1-16.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dogtail-0.6.1-4.el5.noarch: failure: Packages/dogtail-0.6.1-4.el5.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gail-1.9.2-3.el5.x86_64: failure: Packages/gail-1.9.2-3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXxf86vm-1.0.1-3.1.x86_64: failure: Packages/libXxf86vm-1.0.1-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rpm-build-4.4.2.3-22.el5.x86_64: failure: Packages/rpm-build-4.4.2.3-22.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libIDL-0.8.7-1.fc6.x86_64: failure: Packages/libIDL-0.8.7-1.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libtool-1.5.22-7.el5_4.x86_64: failure: Packages/libtool-1.5.22-7.el5_4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.x86_64: failure: Packages/valgrind-3.5.0-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  pstack-1.2-7.2.2.x86_64: failure: Packages/pstack-1.2-7.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfontcache-1.0.2-3.1.x86_64: failure: Packages/libXfontcache-1.0.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libgnome-2.16.0-6.el5.x86_64: failure: Packages/libgnome-2.16.0-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-runtime-1.3-9.el5.x86_64: failure: Packages/systemtap-runtime-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:valgrind-3.5.0-5.el5.i386: failure: Packages/valgrind-3.5.0-5.el5.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  notification-daemon-0.3.5-9.el5.x86_64: failure: Packages/notification-daemon-0.3.5-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  diffstat-1.41-1.2.3.el5.x86_64: failure: Packages/diffstat-1.41-1.2.3.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gnome-mime-data-2.4.2-3.1.x86_64: failure: Packages/gnome-mime-data-2.4.2-3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  indent-2.2.9-14.fc6.x86_64: failure: Packages/indent-2.2.9-14.fc6.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  oprofile-0.9.4-15.el5.x86_64: failure: Packages/oprofile-0.9.4-15.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dev86-0.16.17-2.2.x86_64: failure: Packages/dev86-0.16.17-2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libnotify-0.4.2-6.el5.x86_64: failure: Packages/libnotify-0.4.2-6.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rcs-5.7-30.1.x86_64: failure: Packages/rcs-5.7-30.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  python-ldap-2.2.0-2.1.x86_64: failure: Packages/python-ldap-2.2.0-2.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  cscope-15.5-15.1.el5_3.1.x86_64: failure: Packages/cscope-15.5-15.1.el5_3.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libdaemon-0.10-5.el5.x86_64: failure: Packages/libdaemon-0.10-5.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  autoconf-2.59-12.noarch: failure: Packages/autoconf-2.59-12.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  byacc-1.9-29.2.2.x86_64: failure: Packages/byacc-1.9-29.2.2.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdb-7.0.1-37.el5_7.1.x86_64: failure: Packages/gdb-7.0.1-37.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  systemtap-1.3-9.el5.x86_64: failure: Packages/systemtap-1.3-9.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libbonobo-2.16.0-1.1.el5_5.1.x86_64: failure: Packages/libbonobo-2.16.0-1.1.el5_5.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:doxygen-1.4.7-1.1.x86_64: failure: Packages/doxygen-1.4.7-1.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  automake17-1.7.9-7.el5.2.noarch: failure: Packages/automake17-1.7.9-7.el5.2.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Setting up Group Process
Loading mirror speeds from cached hostfile
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: gnome-python2-gconf for package: dogtail
--> Processing Dependency: xorg-x11-xinit for package: dogtail
--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail
---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils
--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils
--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext
--> Processing Dependency: libgomp.so.1 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 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 set to be updated
---> 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-client.so.3()(64bit) for package: systemtap
--> Processing Dependency: libavahi-common.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
---> 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: libspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi
--> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi
---> 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_6.4 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-gnomevfs for package: gnome-python2
--> Processing Dependency: gnome-python2-bonobo for package: gnome-python2
--> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2
--> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome
--> Processing Dependency: libesd.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-east-rhel-server-1y 646 k
 automake             noarch 1.9.6-2.3.el5    rhui-us-east-rhel-server-1y 476 k
 automake14           noarch 1.4p6-13.el5.1   rhui-us-east-rhel-server-1y 200 k
 automake15           noarch 1.5-16.el5.2     rhui-us-east-rhel-server-1y 230 k
 automake16           noarch 1.6.3-8.el5.1    rhui-us-east-rhel-server-1y 241 k
 automake17           noarch 1.7.9-7.el5.2    rhui-us-east-rhel-server-1y 278 k
 bison                x86_64 2.3-2.1          rhui-us-east-rhel-server-1y 549 k
 byacc                x86_64 1.9-29.2.2       rhui-us-east-rhel-server-1y  41 k
 cscope               x86_64 15.5-15.1.el5_3.1
                                              rhui-us-east-rhel-server-1y 144 k
 ctags                x86_64 5.6-1.1          rhui-us-east-rhel-server-1y 131 k
 cvs                  x86_64 1.11.22-7.el5    rhui-us-east-rhel-server-1y 737 k
 dev86                x86_64 0.16.17-2.2      rhui-us-east-rhel-server-1y 397 k
 diffstat             x86_64 1.41-1.2.3.el5   rhui-us-east-rhel-server-1y  19 k
 dogtail              noarch 0.6.1-4.el5      rhui-us-east-rhel-server-1y 172 k
 doxygen              x86_64 1:1.4.7-1.1      rhui-us-east-rhel-server-1y 2.4 M
 elfutils             x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 216 k
 flex                 x86_64 2.5.4a-41.fc6    rhui-us-east-rhel-server-1y 131 k
 gcc-c++              x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.8 M
 gcc-gfortran         x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 3.5 M
 gdb                  x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M
 gettext              i386   0.17-1.el5       rhui-us-east-rhel-server-1y 2.4 M
 indent               x86_64 2.2.9-14.fc6     rhui-us-east-rhel-server-1y  97 k
 libtool              x86_64 1.5.22-7.el5_4   rhui-us-east-rhel-server-1y 667 k
 ltrace               x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y  62 k
 oprofile             x86_64 0.9.4-15.el5     rhui-us-east-rhel-server-1y 2.6 M
 patchutils           x86_64 0.2.31-2.2.2     rhui-us-east-rhel-server-1y 111 k
 pstack               x86_64 1.2-7.2.2        rhui-us-east-rhel-server-1y 4.6 k
 python-ldap          x86_64 2.2.0-2.1        rhui-us-east-rhel-server-1y 123 k
 rcs                  x86_64 5.7-30.1         rhui-us-east-rhel-server-1y 349 k
 redhat-rpm-config    noarch 8.0.45-32.el5    rhui-us-east-rhel-server-1y  54 k
 rpm-build            x86_64 4.4.2.3-22.el5   rhui-us-east-rhel-server-1y 302 k
 splint               x86_64 3.1.1-16.el5     rhui-us-east-rhel-server-1y 1.5 M
 strace               x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k
 swig                 x86_64 1.3.29-2.el5     rhui-us-east-rhel-server-1y 2.9 M
 systemtap            x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y 2.4 M
 texinfo              x86_64 4.8-14.el5       rhui-us-east-rhel-server-1y 763 k
 valgrind             i386   1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  20 M
 valgrind             x86_64 1:3.5.0-5.el5    rhui-us-east-rhel-server-1y  21 M
Installing for dependencies:
 GConf2               x86_64 2.14.0-9.el5     rhui-us-east-rhel-server-1y 1.5 M
 ORBit2               x86_64 2.14.3-5.el5     rhui-us-east-rhel-server-1y 262 k
 at-spi               x86_64 1.7.11-3.el5     rhui-us-east-rhel-server-1y 304 k
 audiofile            x86_64 1:0.2.6-5        rhui-us-east-rhel-server-1y 106 k
 avahi                x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y 258 k
 avahi-glib           x86_64 0.6.16-10.el5_6  rhui-us-east-rhel-server-1y  15 k
 elfutils-libs        x86_64 0.137-3.el5      rhui-us-east-rhel-server-1y 183 k
 esound               x86_64 1:0.2.36-3       rhui-us-east-rhel-server-1y 131 k
 gail                 x86_64 1.9.2-3.el5      rhui-us-east-rhel-server-1y 352 k
 gnome-keyring        x86_64 0.6.0-1.fc6      rhui-us-east-rhel-server-1y 166 k
 gnome-mime-data      x86_64 2.4.2-3.1        rhui-us-east-rhel-server-1y 690 k
 gnome-mount          x86_64 0.5-3.el5        rhui-us-east-rhel-server-1y  71 k
 gnome-python2        x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 131 k
 gnome-python2-bonobo x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  71 k
 gnome-python2-gconf  x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  34 k
 gnome-python2-gnomevfs
                      x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y  70 k
 gnome-vfs2           x86_64 2.16.2-8.el5     rhui-us-east-rhel-server-1y 1.3 M
 imake                x86_64 1.0.2-3          rhui-us-east-rhel-server-1y 319 k
 libIDL               x86_64 0.8.7-1.fc6      rhui-us-east-rhel-server-1y  88 k
 libXTrap             x86_64 1.0.0-3.1        rhui-us-east-rhel-server-1y  23 k
 libXevie             x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXfontcache        x86_64 1.0.2-3.1        rhui-us-east-rhel-server-1y 9.8 k
 libXres              x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libXxf86misc         x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  12 k
 libXxf86vm           x86_64 1.0.1-3.1        rhui-us-east-rhel-server-1y  14 k
 libbonobo            x86_64 2.16.0-1.1.el5_5.1
                                              rhui-us-east-rhel-server-1y 524 k
 libbonoboui          x86_64 2.16.0-1.fc6     rhui-us-east-rhel-server-1y 395 k
 libdaemon            x86_64 0.10-5.el5       rhui-us-east-rhel-server-1y  24 k
 libgfortran          x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 244 k
 libgnome             x86_64 2.16.0-6.el5     rhui-us-east-rhel-server-1y 860 k
 libgnomecanvas       x86_64 2.14.0-4.1       rhui-us-east-rhel-server-1y 224 k
 libgnomeui           x86_64 2.16.0-5.el5     rhui-us-east-rhel-server-1y 984 k
 libgomp              i386   4.4.4-13.el5     rhui-us-east-rhel-server-1y  72 k
 libnotify            x86_64 0.4.2-6.el5      rhui-us-east-rhel-server-1y  38 k
 libstdc++-devel      x86_64 4.1.2-51.el5     rhui-us-east-rhel-server-1y 2.8 M
 libwnck              x86_64 2.16.0-4.fc6     rhui-us-east-rhel-server-1y 187 k
 libxslt              x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k
 notification-daemon  x86_64 0.3.5-9.el5      rhui-us-east-rhel-server-1y  48 k
 pyorbit              x86_64 2.14.1-3.el5     rhui-us-east-rhel-server-1y  50 k
 pyspi                x86_64 0.6.1-1.el5      rhui-us-east-rhel-server-1y  98 k
 shared-mime-info     x86_64 0.19-5.el5       rhui-us-east-rhel-server-1y 149 k
 startup-notification x86_64 0.8-4.1          rhui-us-east-rhel-server-1y  32 k
 systemtap-runtime    x86_64 1.3-9.el5        rhui-us-east-rhel-server-1y  96 k
 xorg-x11-fonts-base  noarch 7.1-2.1.el5      rhui-us-east-rhel-server-1y 3.7 M
 xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4
                                              rhui-us-east-rhel-server-1y 1.6 M
 xorg-x11-server-utils
                      x86_64 7.1-5.el5_6.2    rhui-us-east-rhel-server-1y 172 k
 xorg-x11-xauth       x86_64 1:1.0.1-2.1      rhui-us-east-rhel-server-1y  32 k
 xorg-x11-xinit       x86_64 1.0.2-15.el5     rhui-us-east-rhel-server-1y  26 k

Transaction Summary
================================================================================
Install      86 Package(s)
Upgrade       0 Package(s)

Total download size: 90 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Setting up Group Process Loading mirror speeds from cached hostfile 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: gnome-python2-gconf for package: dogtail --> Processing Dependency: xorg-x11-xinit for package: dogtail --> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail ---> Package doxygen.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: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils --> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils --> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(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(GOMP_1.0) for package: gettext --> Processing Dependency: libgomp.so.1 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 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 set to be updated ---> 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-client.so.3()(64bit) for package: systemtap --> Processing Dependency: libavahi-common.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 ---> 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: libspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libcspi.so.0()(64bit) for package: pyspi --> Processing Dependency: libbonobo-activation.so.4()(64bit) for package: pyspi ---> 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_6.4 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-gnomevfs for package: gnome-python2 --> Processing Dependency: gnome-python2-bonobo for package: gnome-python2 --> Processing Dependency: libgnomevfs-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libbonoboui-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2 --> Processing Dependency: libgnomeui-2.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 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-mount >= 0.4 for package: gnome-vfs2 --> Processing Dependency: gnome-mime-data >= 2.0.0-11 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: libaudiofile.so.0()(64bit) for package: libgnome --> Processing Dependency: libesd.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-east-rhel-server-1y 646 k automake noarch 1.9.6-2.3.el5 rhui-us-east-rhel-server-1y 476 k automake14 noarch 1.4p6-13.el5.1 rhui-us-east-rhel-server-1y 200 k automake15 noarch 1.5-16.el5.2 rhui-us-east-rhel-server-1y 230 k automake16 noarch 1.6.3-8.el5.1 rhui-us-east-rhel-server-1y 241 k automake17 noarch 1.7.9-7.el5.2 rhui-us-east-rhel-server-1y 278 k bison x86_64 2.3-2.1 rhui-us-east-rhel-server-1y 549 k byacc x86_64 1.9-29.2.2 rhui-us-east-rhel-server-1y 41 k cscope x86_64 15.5-15.1.el5_3.1 rhui-us-east-rhel-server-1y 144 k ctags x86_64 5.6-1.1 rhui-us-east-rhel-server-1y 131 k cvs x86_64 1.11.22-7.el5 rhui-us-east-rhel-server-1y 737 k dev86 x86_64 0.16.17-2.2 rhui-us-east-rhel-server-1y 397 k diffstat x86_64 1.41-1.2.3.el5 rhui-us-east-rhel-server-1y 19 k dogtail noarch 0.6.1-4.el5 rhui-us-east-rhel-server-1y 172 k doxygen x86_64 1:1.4.7-1.1 rhui-us-east-rhel-server-1y 2.4 M elfutils x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 216 k flex x86_64 2.5.4a-41.fc6 rhui-us-east-rhel-server-1y 131 k gcc-c++ x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.8 M gcc-gfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 3.5 M gdb x86_64 7.0.1-37.el5_7.1 rhui-us-east-rhel-server-1y 2.4 M gettext i386 0.17-1.el5 rhui-us-east-rhel-server-1y 2.4 M indent x86_64 2.2.9-14.fc6 rhui-us-east-rhel-server-1y 97 k libtool x86_64 1.5.22-7.el5_4 rhui-us-east-rhel-server-1y 667 k ltrace x86_64 0.5-13.45svn.el5 rhui-us-east-rhel-server-1y 62 k oprofile x86_64 0.9.4-15.el5 rhui-us-east-rhel-server-1y 2.6 M patchutils x86_64 0.2.31-2.2.2 rhui-us-east-rhel-server-1y 111 k pstack x86_64 1.2-7.2.2 rhui-us-east-rhel-server-1y 4.6 k python-ldap x86_64 2.2.0-2.1 rhui-us-east-rhel-server-1y 123 k rcs x86_64 5.7-30.1 rhui-us-east-rhel-server-1y 349 k redhat-rpm-config noarch 8.0.45-32.el5 rhui-us-east-rhel-server-1y 54 k rpm-build x86_64 4.4.2.3-22.el5 rhui-us-east-rhel-server-1y 302 k splint x86_64 3.1.1-16.el5 rhui-us-east-rhel-server-1y 1.5 M strace x86_64 4.5.18-5.el5_5.5 rhui-us-east-rhel-server-1y 177 k swig x86_64 1.3.29-2.el5 rhui-us-east-rhel-server-1y 2.9 M systemtap x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 2.4 M texinfo x86_64 4.8-14.el5 rhui-us-east-rhel-server-1y 763 k valgrind i386 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 20 M valgrind x86_64 1:3.5.0-5.el5 rhui-us-east-rhel-server-1y 21 M Installing for dependencies: GConf2 x86_64 2.14.0-9.el5 rhui-us-east-rhel-server-1y 1.5 M ORBit2 x86_64 2.14.3-5.el5 rhui-us-east-rhel-server-1y 262 k at-spi x86_64 1.7.11-3.el5 rhui-us-east-rhel-server-1y 304 k audiofile x86_64 1:0.2.6-5 rhui-us-east-rhel-server-1y 106 k avahi x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 258 k avahi-glib x86_64 0.6.16-10.el5_6 rhui-us-east-rhel-server-1y 15 k elfutils-libs x86_64 0.137-3.el5 rhui-us-east-rhel-server-1y 183 k esound x86_64 1:0.2.36-3 rhui-us-east-rhel-server-1y 131 k gail x86_64 1.9.2-3.el5 rhui-us-east-rhel-server-1y 352 k gnome-keyring x86_64 0.6.0-1.fc6 rhui-us-east-rhel-server-1y 166 k gnome-mime-data x86_64 2.4.2-3.1 rhui-us-east-rhel-server-1y 690 k gnome-mount x86_64 0.5-3.el5 rhui-us-east-rhel-server-1y 71 k gnome-python2 x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 131 k gnome-python2-bonobo x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 71 k gnome-python2-gconf x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 34 k gnome-python2-gnomevfs x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 70 k gnome-vfs2 x86_64 2.16.2-8.el5 rhui-us-east-rhel-server-1y 1.3 M imake x86_64 1.0.2-3 rhui-us-east-rhel-server-1y 319 k libIDL x86_64 0.8.7-1.fc6 rhui-us-east-rhel-server-1y 88 k libXTrap x86_64 1.0.0-3.1 rhui-us-east-rhel-server-1y 23 k libXevie x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXfontcache x86_64 1.0.2-3.1 rhui-us-east-rhel-server-1y 9.8 k libXres x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libXxf86misc x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 12 k libXxf86vm x86_64 1.0.1-3.1 rhui-us-east-rhel-server-1y 14 k libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-us-east-rhel-server-1y 524 k libbonoboui x86_64 2.16.0-1.fc6 rhui-us-east-rhel-server-1y 395 k libdaemon x86_64 0.10-5.el5 rhui-us-east-rhel-server-1y 24 k libgfortran x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 244 k libgnome x86_64 2.16.0-6.el5 rhui-us-east-rhel-server-1y 860 k libgnomecanvas x86_64 2.14.0-4.1 rhui-us-east-rhel-server-1y 224 k libgnomeui x86_64 2.16.0-5.el5 rhui-us-east-rhel-server-1y 984 k libgomp i386 4.4.4-13.el5 rhui-us-east-rhel-server-1y 72 k libnotify x86_64 0.4.2-6.el5 rhui-us-east-rhel-server-1y 38 k libstdc++-devel x86_64 4.1.2-51.el5 rhui-us-east-rhel-server-1y 2.8 M libwnck x86_64 2.16.0-4.fc6 rhui-us-east-rhel-server-1y 187 k libxslt x86_64 1.1.17-2.el5_2.2 rhui-us-east-rhel-server-1y 487 k notification-daemon x86_64 0.3.5-9.el5 rhui-us-east-rhel-server-1y 48 k pyorbit x86_64 2.14.1-3.el5 rhui-us-east-rhel-server-1y 50 k pyspi x86_64 0.6.1-1.el5 rhui-us-east-rhel-server-1y 98 k shared-mime-info x86_64 0.19-5.el5 rhui-us-east-rhel-server-1y 149 k startup-notification x86_64 0.8-4.1 rhui-us-east-rhel-server-1y 32 k systemtap-runtime x86_64 1.3-9.el5 rhui-us-east-rhel-server-1y 96 k xorg-x11-fonts-base noarch 7.1-2.1.el5 rhui-us-east-rhel-server-1y 3.7 M xorg-x11-server-Xvfb x86_64 1.1.1-48.76.el5_6.4 rhui-us-east-rhel-server-1y 1.6 M xorg-x11-server-utils x86_64 7.1-5.el5_6.2 rhui-us-east-rhel-server-1y 172 k xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-us-east-rhel-server-1y 32 k xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-us-east-rhel-server-1y 26 k Transaction Summary ================================================================================ Install 86 Package(s) Upgrade 0 Package(s) Total download size: 90 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify yum update ... 
######################################################################################
COMMAND:  /usr/bin/yum -y update
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dbus-1.1.2-16.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/curl-7.15.5-9.el5_7.4.i386.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/tzdata-2011h-2.el5.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.
https://rhui1-2.us-east-1.aws.ce.redhat.com/rhuilb/content/dist/rhel/rhui/server/5/5Server/x86_64/os/Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm: [Errno -1] Package does not match intended download
Trying other mirror.


Error Downloading Packages:
  dbus-libs-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-libs-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.x86_64: failure: Packages/curl-7.15.5-9.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  curl-7.15.5-9.el5_7.4.i386: failure: Packages/curl-7.15.5-9.el5_7.4.i386.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  yum-rhn-plugin-0.5.4-22.el5_7.1.noarch: failure: Packages/yum-rhn-plugin-0.5.4-22.el5_7.1.noarch.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-client-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-client-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  httpd-2.2.3-53.el5_7.1.x86_64: failure: Packages/httpd-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64: failure: Packages/net-snmp-libs-5.3.2.2-14.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-clients-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-clients-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  device-mapper-multipath-0.4.7-46.el5_7.1.x86_64: failure: Packages/device-mapper-multipath-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  rsync-3.0.6-4.el5_7.1.x86_64: failure: Packages/rsync-3.0.6-4.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  gdbm-1.8.0-26.2.1.el5_6.1.x86_64: failure: Packages/gdbm-1.8.0-26.2.1.el5_6.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libXfont-1.2.2-1.0.4.el5_7.x86_64: failure: Packages/libXfont-1.2.2-1.0.4.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  2:libpng-1.2.10-7.1.el5_7.5.x86_64: failure: Packages/libpng-1.2.10-7.1.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  kpartx-0.4.7-46.el5_7.1.x86_64: failure: Packages/kpartx-0.4.7-46.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  lvm2-2.02.84-6.el5_7.1.x86_64: failure: Packages/lvm2-2.02.84-6.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  libsmbclient-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/libsmbclient-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  1:mod_ssl-2.2.3-53.el5_7.1.x86_64: failure: Packages/mod_ssl-2.2.3-53.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  openssh-server-4.3p2-72.el5_7.5.x86_64: failure: Packages/openssh-server-4.3p2-72.el5_7.5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  12:dhclient-3.0.5-29.el5_7.1.x86_64: failure: Packages/dhclient-3.0.5-29.el5_7.1.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  dbus-1.1.2-16.el5_7.x86_64: failure: Packages/dbus-1.1.2-16.el5_7.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  samba-common-3.0.33-3.29.el5_7.4.x86_64: failure: Packages/samba-common-3.0.33-3.29.el5_7.4.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.
  tzdata-2011h-2.el5.x86_64: failure: Packages/tzdata-2011h-2.el5.x86_64.rpm from rhui-us-east-rhel-server-1y: [Errno 256] No more mirrors to try.

RESULT: Loaded plugins: amazon-id, fastestmirror, security
Loading mirror speeds from cached hostfile
Skipping security plugin, no data
Setting up Update Process
Resolving Dependencies
Skipping security plugin, no data
--> Running transaction check
---> Package 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.1 set to be updated
---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated
---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated
---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated
---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated
---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated
---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package         Arch   Version               Repository                   Size
================================================================================
Updating:
 curl            i386   7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 234 k
 curl            x86_64 7.15.5-9.el5_7.4      rhui-us-east-rhel-server-1y 231 k
 dbus            x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 234 k
 dbus-libs       x86_64 1.1.2-16.el5_7        rhui-us-east-rhel-server-1y 123 k
 device-mapper-multipath
                 x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 3.0 M
 dhclient        x86_64 12:3.0.5-29.el5_7.1   rhui-us-east-rhel-server-1y 286 k
 gdbm            x86_64 1.8.0-26.2.1.el5_6.1  rhui-us-east-rhel-server-1y  28 k
 httpd           x86_64 2.2.3-53.el5_7.1      rhui-us-east-rhel-server-1y 1.2 M
 kpartx          x86_64 0.4.7-46.el5_7.1      rhui-us-east-rhel-server-1y 440 k
 libXfont        x86_64 1.2.2-1.0.4.el5_7     rhui-us-east-rhel-server-1y 245 k
 libpng          x86_64 2:1.2.10-7.1.el5_7.5  rhui-us-east-rhel-server-1y 235 k
 libsmbclient    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 917 k
 lvm2            x86_64 2.02.84-6.el5_7.1     rhui-us-east-rhel-server-1y 3.1 M
 mod_ssl         x86_64 1:2.2.3-53.el5_7.1    rhui-us-east-rhel-server-1y  94 k
 net-snmp        x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 705 k

Comment 21 releng-rhel@redhat.com 2011-09-07 18:02:57 UTC
 net-snmp-libs   x86_64 1:5.3.2.2-14.el5_7.1  rhui-us-east-rhel-server-1y 1.3 M
 openssh         x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 289 k
 openssh-clients x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 452 k
 openssh-server  x86_64 4.3p2-72.el5_7.5      rhui-us-east-rhel-server-1y 278 k
 rsync           x86_64 3.0.6-4.el5_7.1       rhui-us-east-rhel-server-1y 347 k
 samba-client    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 5.7 M
 samba-common    x86_64 3.0.33-3.29.el5_7.4   rhui-us-east-rhel-server-1y 6.8 M
 tzdata          x86_64 2011h-2.el5           rhui-us-east-rhel-server-1y 781 k
 yum-rhn-plugin  noarch 0.5.4-22.el5_7.1      rhui-us-east-rhel-server-1y  63 k

Transaction Summary
================================================================================
Install       0 Package(s)
Upgrade      24 Package(s)

Total download size: 27 M
Downloading Packages: 
EXPECTED RESULT: 
RETURN CODE: 1
FAIL1
Loaded plugins: amazon-id, fastestmirror, security Loading mirror speeds from cached hostfile Skipping security plugin, no data Setting up Update Process Resolving Dependencies Skipping security plugin, no data --> Running transaction check ---> Package 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.1 set to be updated ---> Package dhclient.x86_64 12:3.0.5-29.el5_7.1 set to be updated ---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated ---> Package httpd.x86_64 0:2.2.3-53.el5_7.1 set to be updated ---> Package kpartx.x86_64 0:0.4.7-46.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 lvm2.x86_64 0:2.02.84-6.el5_7.1 set to be updated ---> Package mod_ssl.x86_64 1:2.2.3-53.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 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 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:2011h-2.el5 set to be updated ---> Package yum-rhn-plugin.noarch 0:0.5.4-22.el5_7.1 set to be updated --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: curl i386 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 234 k curl x86_64 7.15.5-9.el5_7.4 rhui-us-east-rhel-server-1y 231 k dbus x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 234 k dbus-libs x86_64 1.1.2-16.el5_7 rhui-us-east-rhel-server-1y 123 k device-mapper-multipath x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 3.0 M dhclient x86_64 12:3.0.5-29.el5_7.1 rhui-us-east-rhel-server-1y 286 k gdbm x86_64 1.8.0-26.2.1.el5_6.1 rhui-us-east-rhel-server-1y 28 k httpd x86_64 2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 1.2 M kpartx x86_64 0.4.7-46.el5_7.1 rhui-us-east-rhel-server-1y 440 k libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-us-east-rhel-server-1y 245 k libpng x86_64 2:1.2.10-7.1.el5_7.5 rhui-us-east-rhel-server-1y 235 k libsmbclient x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 917 k lvm2 x86_64 2.02.84-6.el5_7.1 rhui-us-east-rhel-server-1y 3.1 M mod_ssl x86_64 1:2.2.3-53.el5_7.1 rhui-us-east-rhel-server-1y 94 k net-snmp x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 705 k net-snmp-libs x86_64 1:5.3.2.2-14.el5_7.1 rhui-us-east-rhel-server-1y 1.3 M openssh x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 289 k openssh-clients x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 452 k openssh-server x86_64 4.3p2-72.el5_7.5 rhui-us-east-rhel-server-1y 278 k rsync x86_64 3.0.6-4.el5_7.1 rhui-us-east-rhel-server-1y 347 k samba-client x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 5.7 M samba-common x86_64 3.0.33-3.29.el5_7.4 rhui-us-east-rhel-server-1y 6.8 M tzdata x86_64 2011h-2.el5 rhui-us-east-rhel-server-1y 781 k yum-rhn-plugin noarch 0.5.4-22.el5_7.1 rhui-us-east-rhel-server-1y 63 k Transaction Summary ================================================================================ Install 0 Package(s) Upgrade 24 Package(s) Total download size: 27 M Downloading Packages:
######################################################################################
# NEW TEST: ## Verify no fa1lures in rpm package ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no rpm scriplet fa1lures ... 
######################################################################################
COMMAND:  cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify package removal... 
######################################################################################
COMMAND: /bin/rpm -e zsh
error: package zsh is not installed
RETURN CODE: 1
COMMAND:  /bin/rpm -q zsh
RESULT: package zsh is not installed 
EXPECTED RESULT: package zsh is not installed
RETURN CODE: 1
PASS
######################################################################################
# NEW TEST: ## Verify bash_history ... 
######################################################################################
COMMAND:  cat ~/.bash_history | wc -l 
RESULT: 0 
EXPECTED RESULT: 0
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify no systemid file ... 
######################################################################################
COMMAND:  echo true
RESULT: true 
EXPECTED RESULT: 
RETURN CODE: 0
PASS
######################################################################################
# NEW TEST: ## Verify rh-cloud-firstboot is on ... 
######################################################################################
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 13G | wc -l 
RESULT: 1 
EXPECTED RESULT: 1
RETURN CODE: 0
PASS

## Summary ##
FAILURES = 3
FAILED TESTS = ## install zsh ... ## Install Development tools group... ## Verify yum update ...
LOG FILE = /root/valid/src/validate.log
## Summary ##

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

Comment 22 Jay Greguske 2011-10-11 20:56:31 UTC
Closing out old AMI validation reports.