Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 915524 Details for
Bug 881712
ami-a1b7209b 5.7 x86_64 ap-southeast-2
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Comment
comment_5240727.txt (text/plain), 152.48 KB, created by
mkovacik
on 2012-11-29 14:08:49 UTC
(
hide
)
Description:
Comment
Filename:
MIME Type:
Creator:
mkovacik
Created:
2012-11-29 14:08:49 UTC
Size:
152.48 KB
patch
obsolete
>IMAGE ID= ami-a1b7209b_ap-southeast-2_c1.xlarge >###### TEST KERNEL AFTER REBOOT #### >###################################################################################### ># NEW TEST: ## Verify disabled yum plugin ... >###################################################################################### >COMMAND: grep ^enabled /etc/yum/pluginconf.d/rhnplugin.conf | grep -v '^#' | cut -d\= -f2 | awk '{print }' | sort -f | uniq >RESULT: 0 >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify kernel name ... >###################################################################################### >COMMAND: /bin/uname -s >RESULT: Linux >EXPECTED RESULT: Linux >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify latest installed kernel is running ... >###################################################################################### >Detected rpm kernel version: 2.6.18-308.20.1.el5 >Detected uname kernel version: 2.6.18-308.20.1.el5 >COMMAND: true >RESULT: >EXPECTED RESULT: >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-308.20.1.el5 >RESULT: title Red Hat Enterprise Linux Server (2.6.18-308.20.1.el5xen) > kernel /boot/vmlinuz-2.6.18-308.20.1.el5xen ro root=LABEL=/ > initrd /boot/initrd-2.6.18-308.20.1.el5xen.img >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify operating system ... >###################################################################################### >COMMAND: /bin/uname -o >RESULT: GNU/Linux >EXPECTED RESULT: GNU/Linux >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify /etc/sysconfig/kernel ... >###################################################################################### >COMMAND: ls /etc/sysconfig/kernel >RESULT: /etc/sysconfig/kernel >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify /etc/sysconfig/kernel contains UPDATEDEFAULT ... >###################################################################################### >COMMAND: cat /etc/sysconfig/kernel | grep UPDATEDEFAULT=yes >RESULT: UPDATEDEFAULT=yes >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify /etc/sysconfig/kernel contains DEFAULTKERNEL ... >###################################################################################### >COMMAND: cat /etc/sysconfig/kernel | grep DEFAULTKERNEL=kernel >RESULT: DEFAULTKERNEL=kernel >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify system up to date >###################################################################################### >COMMAND: _check_sys_update_phase1 ># update was required; previous version: Red Hat Enterprise Linux Server release 5.7 (Tikanga)... and was done; new version: Red Hat Enterprise Linux Server release 5.8 (Tikanga) >RESULT: # checking sys update done ># update was required; previous version: Red Hat Enterprise Linux Server release 5.7 (Tikanga)... and was done; new version: Red Hat Enterprise Linux Server release 5.8 (Tikanga) >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ##Verify memory match hwp ... >###################################################################################### >cat /proc/meminfo | grep MemTotal: | awk '{print }' >FOUND MEMORY OF 7340032 > hwp MEMORY of 7000000 >COMMAND: echo true >RESULT: true >EXPECTED RESULT: >RETURN CODE: 0 >PASS >hostname > >## Summary ## >FAILURES = 2 >FAILED TESTS = ## test repo files ... ## test repo files ... >LOG FILE = /root/valid/src/validate.log >## Summary ## > >###################################################################################### ># NEW TEST: ## Open a bugzilla >###################################################################################### >IMAGE ID= >=====image_validation.sh Thu Nov 29 07:42:25 EST 2012===== >###################################################################################### ># NEW TEST: ## Open a bugzilla >###################################################################################### >###################################################################################### ># NEW TEST: Fetching the identity doc Details >###################################################################################### >Verifying that signature exists >COMMAND: echo 1 >RESULT: 1 >EXPECTED RESULT: 1 >RETURN CODE: 0 >PASS >Verifying the IMAGE ID >COMMAND: echo 1 >RESULT: 1 >EXPECTED RESULT: 1 >RETURN CODE: 0 >PASS >Verifying the Architecture >COMMAND: echo 1 >RESULT: 1 >EXPECTED RESULT: 1 >RETURN CODE: 0 >PASS >This Host => ec2-54-252-2-13.ap-southeast-2.compute.amazonaws.com with Image Id : ami-a1b7209b, is launched with Instance Id : i-f96114c3 , Instance Type : c1.xlarge and Arch : x86_64 in the Region : ap-southeast-2b >The Validate Signature is : eUvsuaQXN1JIMqe9tw0TYsw7lHeMOHclia+qdvqr3vtOobtW11RyAGChN3XDGgrgMzQ1Rt82ReGI >da4lMLmj6hDjHqoBzlX9sYeld0JnucWG5YcTMmGkDAPdJhIlz6QWwDA0auMMyKiOEybFaSl1eEVw >Jiry2S5TFclFK3DXp0I= >/root/valid/src >ip-10-240-7-178 >Red Hat Enterprise Linux Server release 5.7 (Tikanga) >###################################################################################### ># NEW TEST: The selected image has the version RHEL 5.7 >###################################################################################### >###################################################################################### ># NEW TEST: ## Verify IPv6 disabled ... >###################################################################################### >COMMAND: grep ^NETWORKING_IPV6= /etc/sysconfig/network >RESULT: NETWORKING_IPV6=no >EXPECTED RESULT: NETWORKING_IPV6=no >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 bash_history ... >###################################################################################### >COMMAND: [ 0 -eq 0 ] >RESULT: >EXPECTED RESULT: >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 rh-cloud-firstboot is OFF ... >###################################################################################### >COMMAND: chkconfig --list | grep rh-cloud | grep 3:off | wc -l >RESULT: 1 >EXPECTED RESULT: 1 >RETURN CODE: 0 >PASS >/etc/sysconfig/rh-cloud-firstboot FOUND >COMMAND: echo true >RESULT: true >EXPECTED RESULT: >RETURN CODE: 0 >PASS >COMMAND: cat /etc/sysconfig/rh-cloud-firstboot >RESULT: RUN_FIRSTBOOT=NO >EXPECTED RESULT: RUN_FIRSTBOOT=NO >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## 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: Fetching the identity doc Details >###################################################################################### >Verifying that signature exists >COMMAND: echo 1 >RESULT: 1 >EXPECTED RESULT: 1 >RETURN CODE: 0 >PASS >Verifying the IMAGE ID >COMMAND: echo 1 >RESULT: 1 >EXPECTED RESULT: 1 >RETURN CODE: 0 >PASS >Verifying the Architecture >COMMAND: echo 1 >RESULT: 1 >EXPECTED RESULT: 1 >RETURN CODE: 0 >PASS >This Host => ec2-54-252-2-13.ap-southeast-2.compute.amazonaws.com with Image Id : ami-a1b7209b, is launched with Instance Id : i-f96114c3 , Instance Type : c1.xlarge and Arch : x86_64 in the Region : ap-southeast-2b >The Validate Signature is : eUvsuaQXN1JIMqe9tw0TYsw7lHeMOHclia+qdvqr3vtOobtW11RyAGChN3XDGgrgMzQ1Rt82ReGI >da4lMLmj6hDjHqoBzlX9sYeld0JnucWG5YcTMmGkDAPdJhIlz6QWwDA0auMMyKiOEybFaSl1eEVw >Jiry2S5TFclFK3DXp0I= >###################################################################################### ># 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* | wc -l >RESULT: 2 >EXPECTED RESULT: 2 >RETURN CODE: 0 >PASS >COMMAND: rpm -qa gpg-pubkey* | grep -o -F gpg-pubkey-2fa658e0-45700c69 >RESULT: gpg-pubkey-2fa658e0-45700c69 >EXPECTED RESULT: gpg-pubkey-2fa658e0-45700c69 >RETURN CODE: 0 >PASS >COMMAND: rpm -qa gpg-pubkey* | grep -o -F gpg-pubkey-37017186-45761324 >RESULT: gpg-pubkey-37017186-45761324 >EXPECTED RESULT: gpg-pubkey-37017186-45761324 >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 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 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 nobody:x:99 >RESULT: nobody:x:99: >EXPECTED RESULT: nobody:x:99: >RETURN CODE: 0 >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 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 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 /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: ##Verify memory match hwp ... >###################################################################################### >cat /proc/meminfo | grep MemTotal: | awk '{print }' >FOUND MEMORY OF 7340032 > hwp MEMORY of 7000000 >COMMAND: echo true >RESULT: true >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># 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 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 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 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: ## test repo files ... >###################################################################################### >COMMAND: ls /etc/yum.repos.d/ | wc -l >RESULT: 5 >EXPECTED RESULT: 4 >RETURN CODE: 0 >FAIL2 >5 >COMMAND: ls /etc/yum.repos.d/redhat* | wc -l >RESULT: 2 >EXPECTED RESULT: 2 >RETURN CODE: 0 >PASS >COMMAND: ls /etc/yum.repos.d/rhel* | wc -l >RESULT: 2 >EXPECTED RESULT: 1 >RETURN CODE: 0 >FAIL2 >2 >###################################################################################### ># NEW TEST: ## Verify resize2fs ... >###################################################################################### >COMMAND: resize2fs -p /dev/sda1 15000M >resize2fs 1.39 (29-May-2006) >RETURN CODE: 0 >COMMAND: df -h | grep 15G | wc -l >RESULT: 1 >EXPECTED RESULT: 1 >RETURN CODE: 0 >PASS >/root/valid/src >ip-10-240-7-178 >Red Hat Enterprise Linux Server release 5.7 (Tikanga) >###################################################################################### ># NEW TEST: The selected image has the version RHEL 5.7 >###################################################################################### >###################################################################################### ># 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 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 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 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 >this machine doesn't require swap >###################################################################################### ># 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 no systemid file ... >###################################################################################### >COMMAND: echo true >RESULT: true >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify kernel name ... >###################################################################################### >COMMAND: /bin/uname -s >RESULT: Linux >EXPECTED RESULT: Linux >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify latest installed kernel is running ... >###################################################################################### >Detected rpm kernel version: 2.6.18-274.el5 >Detected uname kernel version: 2.6.18-274.el5 >COMMAND: true >RESULT: >EXPECTED RESULT: >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.el5 >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: ## Verify system up to date >###################################################################################### >COMMAND: _check_sys_update_phase1 ># no update was required >RESULT: # checking sys update done ># no update was required >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify RPMs ... >###################################################################################### >....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: ## List the configured repositories... >###################################################################################### >COMMAND: /usr/bin/yum repolist >RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security >Determining fastest mirrors > * rhui-ap-southeast-2-client-config-server-5: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com > * rhui-ap-southeast-2-rhel-server: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com >repo id repo name status >rhui-ap-southeast-2-client-config-server-5 Red Hat Update Infrastructure 0 >rhui-ap-southeast-2-rhel-server Red Hat Enterprise Linux Serve 14,182 >repolist: 14,182 >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Search zsh... >###################################################################################### >COMMAND: /usr/bin/yum search zsh >RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security >Loading mirror speeds from cached hostfile > * rhui-ap-southeast-2-client-config-server-5: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com > * rhui-ap-southeast-2-rhel-server: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com >================================= Matched: zsh ================================= >zsh.x86_64 : A powerful interactive shell >zsh-html.x86_64 : Zsh shell manual in html format >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## install zsh ... >###################################################################################### >COMMAND: /usr/bin/yum -y install zsh >RETURN CODE: 0 >COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh >RESULT: zsh >EXPECTED RESULT: zsh >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## List available groups.. >###################################################################################### >COMMAND: /usr/bin/yum grouplist >RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security >Setting up Group Process >Loading mirror speeds from cached hostfile > * rhui-ap-southeast-2-client-config-server-5: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com > * rhui-ap-southeast-2-rhel-server: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com >Installed Groups: > Editors > FTP Server > Legacy Network Server > Legacy Software Development > Legacy Software Support > Mail Server > MySQL Database > PostgreSQL Database > Server Configuration Tools > System Tools > Text-based Internet > Web Server >Available Groups: > Administration Tools > Authoring and Publishing > DNS Name Server > Development Libraries > Development Tools > Engineering and Scientific > GNOME Desktop Environment > GNOME Software Development > Games and Entertainment > Graphical Internet > Graphics > Java Development > KDE (K Desktop Environment) > KDE Software Development > Network Servers > News Server > Office/Productivity > OpenFabrics Enterprise Distribution > Printing Support > Sound and Video > Windows File Server > X Software Development > X Window System >Done >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Install Development tools group... >###################################################################################### >COMMAND: /usr/bin/yum -y groupinstall 'Development tools' >RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security >Loading mirror speeds from cached hostfile > * rhui-ap-southeast-2-client-config-server-5: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com > * rhui-ap-southeast-2-rhel-server: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com >Setting up Group Process >Checking for new repos for mirrors >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 >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 binutils.x86_64 0:2.17.50.0.6-20.el5_8.3 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-11.el5_8.1 set to be updated >---> Package dev86.x86_64 0:0.16.17-2.2 set to be updated >---> Package diffstat.x86_64 0:1.41-1.2.3.el5 set to be updated >---> Package dogtail.noarch 0:0.6.1-4.el5 set to be updated >--> Processing Dependency: pyspi >= 0.6.0 for package: dogtail >--> Processing Dependency: xorg-x11-xinit for package: dogtail >--> Processing Dependency: xorg-x11-server-Xvfb for package: dogtail >--> Processing Dependency: gnome-python2-gconf for package: dogtail >---> Package doxygen.x86_64 1:1.4.7-1.1 set to be updated >---> Package elfutils.x86_64 0:0.137-3.el5 set to be updated >--> Processing Dependency: elfutils-libs-x86_64 = 0.137-3.el5 for package: elfutils >--> Processing Dependency: libdw.so.1(ELFUTILS_0.130)(64bit) for package: elfutils >--> Processing Dependency: libdw.so.1(ELFUTILS_0.127)(64bit) for package: elfutils >--> Processing Dependency: libdw.so.1(ELFUTILS_0.126)(64bit) for package: elfutils >--> Processing Dependency: libdw.so.1(ELFUTILS_0.122)(64bit) for package: elfutils >--> Processing Dependency: libasm.so.1(ELFUTILS_1.0)(64bit) for package: elfutils >--> Processing Dependency: libdw.so.1()(64bit) for package: elfutils >--> Processing Dependency: libasm.so.1()(64bit) for package: elfutils >---> Package flex.x86_64 0:2.5.4a-41.fc6 set to be updated >---> Package gcc.x86_64 0:4.1.2-52.el5_8.1 set to be updated >--> Processing Dependency: cpp = 4.1.2-52.el5_8.1 for package: gcc >--> Processing Dependency: libgcc >= 4.1.2-52.el5_8.1 for package: gcc >---> Package gcc-c++.x86_64 0:4.1.2-52.el5_8.1 set to be updated >--> Processing Dependency: libstdc++-devel = 4.1.2-52.el5_8.1 for package: gcc-c++ >--> Processing Dependency: libstdc++ = 4.1.2-52.el5_8.1 for package: gcc-c++ >---> Package gcc-gfortran.x86_64 0:4.1.2-52.el5_8.1 set to be updated >--> Processing Dependency: libgfortran = 4.1.2-52.el5_8.1 for package: gcc-gfortran >--> Processing Dependency: libgfortran.so.1()(64bit) for package: gcc-gfortran >---> Package gdb.x86_64 0:7.0.1-42.el5_8.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_7.12 set to be updated >---> Package oprofile.x86_64 0:0.9.4-20.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-28.el5_8 set to be updated >--> Processing Dependency: rpm-libs = 4.4.2.3-28.el5_8 for package: rpm-build >--> Processing Dependency: rpm = 4.4.2.3-28.el5_8 for package: rpm-build >--> Processing Dependency: popt = 1.10.2.3-28.el5_8 for package: rpm-build >--> Processing Dependency: xz for package: rpm-build >---> Package splint.x86_64 0:3.1.1-16.el5 set to be updated >---> Package strace.x86_64 0:4.5.18-11.el5_8 set to be updated >---> Package subversion.i386 0:1.6.11-10.el5_8 set to be updated >---> Package subversion.x86_64 0:1.6.11-10.el5_8 set to be updated >---> Package swig.x86_64 0:1.3.29-2.el5 set to be updated >---> Package systemtap.x86_64 0:1.6-7.el5_8 set to be updated >--> Processing Dependency: systemtap-runtime = 1.6-7.el5_8 for package: systemtap >--> Processing Dependency: libavahi-common.so.3()(64bit) for package: systemtap >--> Processing Dependency: libavahi-client.so.3()(64bit) for package: systemtap >---> Package texinfo.x86_64 0:4.8-14.el5 set to be updated >---> Package valgrind.i386 1:3.5.0-5.el5 set to be updated >---> Package valgrind.x86_64 1:3.5.0-5.el5 set to be updated >--> Running transaction check >---> Package avahi.x86_64 0:0.6.16-10.el5_6 set to be updated >--> Processing Dependency: libdaemon for package: avahi >--> Processing Dependency: libdaemon.so.0()(64bit) for package: avahi >---> Package cpp.x86_64 0:4.1.2-52.el5_8.1 set to be updated >---> 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 libgcc.i386 0:4.1.2-52.el5_8.1 set to be updated >---> Package libgcc.x86_64 0:4.1.2-52.el5_8.1 set to be updated >---> Package libgfortran.x86_64 0:4.1.2-52.el5_8.1 set to be updated >---> Package libgomp.i386 0:4.4.6-3.el5.1 set to be updated >---> Package libgomp.x86_64 0:4.4.6-3.el5.1 set to be updated >---> Package libstdc++.i386 0:4.1.2-52.el5_8.1 set to be updated >---> Package libstdc++.x86_64 0:4.1.2-52.el5_8.1 set to be updated >---> Package libstdc++-devel.x86_64 0:4.1.2-52.el5_8.1 set to be updated >--> Processing Dependency: popt = 1.10.2.3-22.el5 for package: rpm-python >---> Package popt.x86_64 0:1.10.2.3-28.el5_8 set to be updated >---> Package pyspi.x86_64 0:0.6.1-1.el5 set to be updated >--> 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 >--> Processing Dependency: libbonobo-2.so.0()(64bit) for package: pyspi >---> Package rpm.x86_64 0:4.4.2.3-28.el5_8 set to be updated >---> Package rpm-libs.x86_64 0:4.4.2.3-28.el5_8 set to be updated >---> Package systemtap-runtime.x86_64 0:1.6-7.el5_8 set to be updated >---> Package xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.91.el5_8.2 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 >---> Package xz.x86_64 0:4.999.9-0.3.beta.20091007git.el5 set to be updated >--> Processing Dependency: xz-libs = 4.999.9-0.3.beta.20091007git.el5 for package: xz >--> Processing Dependency: liblzma.so.0()(64bit) for package: xz >--> 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: libgnomeui-2.so.0()(64bit) for package: gnome-python2 >--> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: gnome-python2 >--> Processing Dependency: libgnome-2.so.0()(64bit) for package: gnome-python2 >--> Processing Dependency: libbonoboui-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 rpm-python.x86_64 0:4.4.2.3-28.el5_8 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: libXxf86vm.so.1()(64bit) for package: xorg-x11-server-utils >--> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils >--> Processing Dependency: libXfontcache.so.1()(64bit) for package: xorg-x11-server-utils >--> Processing Dependency: libXTrap.so.6()(64bit) for package: xorg-x11-server-utils >---> Package xorg-x11-xauth.x86_64 1:1.0.1-2.1 set to be updated >---> Package xz-libs.x86_64 0:4.999.9-0.3.beta.20091007git.el5 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: libesd.so.0()(64bit) for package: libgnome >--> Processing Dependency: libaudiofile.so.0()(64bit) for package: libgnome >---> Package libgnomecanvas.x86_64 0:2.14.0-4.1 set to be updated >---> Package libgnomeui.x86_64 0:2.16.0-5.el5 set to be updated >--> Running transaction check >---> Package audiofile.x86_64 1:0.2.6-5 set to be updated >---> Package avahi-glib.x86_64 0:0.6.16-10.el5_6 set to be updated >---> Package esound.x86_64 1:0.2.36-4 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-4.el5_8.3 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: libstartup-notification-1.so.0()(64bit) for package: libwnck >--> Processing Dependency: libXRes.so.1()(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-ap-southeast-2-rhel-server 646 k > automake noarch 1.9.6-2.3.el5 rhui-ap-southeast-2-rhel-server 476 k > automake14 noarch 1.4p6-13.el5.1 rhui-ap-southeast-2-rhel-server 200 k > automake15 noarch 1.5-16.el5.2 rhui-ap-southeast-2-rhel-server 230 k > automake16 noarch 1.6.3-8.el5.1 rhui-ap-southeast-2-rhel-server 241 k > automake17 noarch 1.7.9-7.el5.2 rhui-ap-southeast-2-rhel-server 278 k > bison x86_64 2.3-2.1 rhui-ap-southeast-2-rhel-server 549 k > byacc x86_64 1.9-29.2.2 rhui-ap-southeast-2-rhel-server 41 k > cscope x86_64 15.5-15.1.el5_3.1 rhui-ap-southeast-2-rhel-server 144 k > ctags x86_64 5.6-1.1 rhui-ap-southeast-2-rhel-server 131 k > cvs x86_64 1.11.22-11.el5_8.1 rhui-ap-southeast-2-rhel-server 738 k > dev86 x86_64 0.16.17-2.2 rhui-ap-southeast-2-rhel-server 397 k > diffstat x86_64 1.41-1.2.3.el5 rhui-ap-southeast-2-rhel-server 19 k > dogtail noarch 0.6.1-4.el5 rhui-ap-southeast-2-rhel-server 172 k > doxygen x86_64 1:1.4.7-1.1 rhui-ap-southeast-2-rhel-server 2.4 M > elfutils x86_64 0.137-3.el5 rhui-ap-southeast-2-rhel-server 216 k > flex x86_64 2.5.4a-41.fc6 rhui-ap-southeast-2-rhel-server 131 k > gcc-c++ x86_64 4.1.2-52.el5_8.1 rhui-ap-southeast-2-rhel-server 3.8 M > gcc-gfortran x86_64 4.1.2-52.el5_8.1 rhui-ap-southeast-2-rhel-server 3.5 M > gdb x86_64 7.0.1-42.el5_8.1 rhui-ap-southeast-2-rhel-server 2.4 M > gettext i386 0.17-1.el5 rhui-ap-southeast-2-rhel-server 2.4 M > indent x86_64 2.2.9-14.fc6 rhui-ap-southeast-2-rhel-server 97 k > libtool x86_64 1.5.22-7.el5_4 rhui-ap-southeast-2-rhel-server 667 k > ltrace x86_64 0.5-13.45svn.el5_7.12 > rhui-ap-southeast-2-rhel-server 70 k > oprofile x86_64 0.9.4-20.el5 rhui-ap-southeast-2-rhel-server 2.6 M > patchutils x86_64 0.2.31-2.2.2 rhui-ap-southeast-2-rhel-server 111 k > pstack x86_64 1.2-7.2.2 rhui-ap-southeast-2-rhel-server 4.6 k > python-ldap x86_64 2.2.0-2.1 rhui-ap-southeast-2-rhel-server 123 k > rcs x86_64 5.7-30.1 rhui-ap-southeast-2-rhel-server 349 k > redhat-rpm-config > noarch 8.0.45-32.el5 rhui-ap-southeast-2-rhel-server 54 k > rpm-build x86_64 4.4.2.3-28.el5_8 rhui-ap-southeast-2-rhel-server 303 k > splint x86_64 3.1.1-16.el5 rhui-ap-southeast-2-rhel-server 1.5 M > strace x86_64 4.5.18-11.el5_8 rhui-ap-southeast-2-rhel-server 177 k > swig x86_64 1.3.29-2.el5 rhui-ap-southeast-2-rhel-server 2.9 M > systemtap x86_64 1.6-7.el5_8 rhui-ap-southeast-2-rhel-server 2.7 M > texinfo x86_64 4.8-14.el5 rhui-ap-southeast-2-rhel-server 763 k > valgrind i386 1:3.5.0-5.el5 rhui-ap-southeast-2-rhel-server 20 M > valgrind x86_64 1:3.5.0-5.el5 rhui-ap-southeast-2-rhel-server 21 M >Updating: > binutils x86_64 2.17.50.0.6-20.el5_8.3 > rhui-ap-southeast-2-rhel-server 2.9 M > gcc x86_64 4.1.2-52.el5_8.1 rhui-ap-southeast-2-rhel-server 5.3 M > subversion i386 1.6.11-10.el5_8 rhui-ap-southeast-2-rhel-server 3.1 M > subversion x86_64 1.6.11-10.el5_8 rhui-ap-southeast-2-rhel-server 3.2 M >Installing for dependencies: > GConf2 x86_64 2.14.0-9.el5 rhui-ap-southeast-2-rhel-server 1.5 M > ORBit2 x86_64 2.14.3-5.el5 rhui-ap-southeast-2-rhel-server 262 k > at-spi x86_64 1.7.11-3.el5 rhui-ap-southeast-2-rhel-server 304 k > audiofile x86_64 1:0.2.6-5 rhui-ap-southeast-2-rhel-server 106 k > avahi x86_64 0.6.16-10.el5_6 rhui-ap-southeast-2-rhel-server 258 k > avahi-glib x86_64 0.6.16-10.el5_6 rhui-ap-southeast-2-rhel-server 15 k > elfutils-libs x86_64 0.137-3.el5 rhui-ap-southeast-2-rhel-server 183 k > esound x86_64 1:0.2.36-4 rhui-ap-southeast-2-rhel-server 131 k > gail x86_64 1.9.2-3.el5 rhui-ap-southeast-2-rhel-server 352 k > gnome-keyring x86_64 0.6.0-1.fc6 rhui-ap-southeast-2-rhel-server 166 k > gnome-mime-data > x86_64 2.4.2-3.1 rhui-ap-southeast-2-rhel-server 690 k > gnome-mount x86_64 0.5-3.el5 rhui-ap-southeast-2-rhel-server 71 k > gnome-python2 x86_64 2.16.0-1.fc6 rhui-ap-southeast-2-rhel-server 131 k > gnome-python2-bonobo > x86_64 2.16.0-1.fc6 rhui-ap-southeast-2-rhel-server 71 k > gnome-python2-gconf > x86_64 2.16.0-1.fc6 rhui-ap-southeast-2-rhel-server 34 k > gnome-python2-gnomevfs > x86_64 2.16.0-1.fc6 rhui-ap-southeast-2-rhel-server 70 k > gnome-vfs2 x86_64 2.16.2-8.el5 rhui-ap-southeast-2-rhel-server 1.3 M > imake x86_64 1.0.2-3 rhui-ap-southeast-2-rhel-server 319 k > libIDL x86_64 0.8.7-1.fc6 rhui-ap-southeast-2-rhel-server 88 k > libXTrap x86_64 1.0.0-3.1 rhui-ap-southeast-2-rhel-server 23 k > libXevie x86_64 1.0.1-3.1 rhui-ap-southeast-2-rhel-server 14 k > libXfontcache x86_64 1.0.2-3.1 rhui-ap-southeast-2-rhel-server 9.8 k > libXres x86_64 1.0.1-3.1 rhui-ap-southeast-2-rhel-server 14 k > libXxf86misc x86_64 1.0.1-3.1 rhui-ap-southeast-2-rhel-server 12 k > libXxf86vm x86_64 1.0.1-3.1 rhui-ap-southeast-2-rhel-server 14 k > libbonobo x86_64 2.16.0-1.1.el5_5.1 rhui-ap-southeast-2-rhel-server 524 k > libbonoboui x86_64 2.16.0-1.fc6 rhui-ap-southeast-2-rhel-server 395 k > libdaemon x86_64 0.10-5.el5 rhui-ap-southeast-2-rhel-server 24 k > libgfortran x86_64 4.1.2-52.el5_8.1 rhui-ap-southeast-2-rhel-server 244 k > libgnome x86_64 2.16.0-6.el5 rhui-ap-southeast-2-rhel-server 860 k > libgnomecanvas x86_64 2.14.0-4.1 rhui-ap-southeast-2-rhel-server 224 k > libgnomeui x86_64 2.16.0-5.el5 rhui-ap-southeast-2-rhel-server 984 k > libgomp i386 4.4.6-3.el5.1 rhui-ap-southeast-2-rhel-server 72 k > libnotify x86_64 0.4.2-6.el5 rhui-ap-southeast-2-rhel-server 38 k > libstdc++-devel > x86_64 4.1.2-52.el5_8.1 rhui-ap-southeast-2-rhel-server 2.8 M > libwnck x86_64 2.16.0-4.fc6 rhui-ap-southeast-2-rhel-server 187 k > libxslt x86_64 1.1.17-4.el5_8.3 rhui-ap-southeast-2-rhel-server 424 k > notification-daemon > x86_64 0.3.5-9.el5 rhui-ap-southeast-2-rhel-server 48 k > pyorbit x86_64 2.14.1-3.el5 rhui-ap-southeast-2-rhel-server 50 k > pyspi x86_64 0.6.1-1.el5 rhui-ap-southeast-2-rhel-server 98 k > shared-mime-info > x86_64 0.19-5.el5 rhui-ap-southeast-2-rhel-server 149 k > startup-notification > x86_64 0.8-4.1 rhui-ap-southeast-2-rhel-server 32 k > systemtap-runtime > x86_64 1.6-7.el5_8 rhui-ap-southeast-2-rhel-server 215 k > xorg-x11-fonts-base > noarch 7.1-2.1.el5 rhui-ap-southeast-2-rhel-server 3.7 M > xorg-x11-server-Xvfb > x86_64 1.1.1-48.91.el5_8.2 > rhui-ap-southeast-2-rhel-server 1.6 M > xorg-x11-server-utils > x86_64 7.1-5.el5_6.2 rhui-ap-southeast-2-rhel-server 172 k > xorg-x11-xauth x86_64 1:1.0.1-2.1 rhui-ap-southeast-2-rhel-server 32 k > xorg-x11-xinit x86_64 1.0.2-15.el5 rhui-ap-southeast-2-rhel-server 26 k > xz x86_64 4.999.9-0.3.beta.20091007git.el5 > rhui-ap-southeast-2-rhel-server 146 k > xz-libs x86_64 4.999.9-0.3.beta.20091007git.el5 > rhui-ap-southeast-2-rhel-server 95 k >Updating for dependencies: > cpp x86_64 4.1.2-52.el5_8.1 rhui-ap-southeast-2-rhel-server 2.9 M > libgcc i386 4.1.2-52.el5_8.1 rhui-ap-southeast-2-rhel-server 97 k > libgcc x86_64 4.1.2-52.el5_8.1 rhui-ap-southeast-2-rhel-server 100 k > libgomp x86_64 4.4.6-3.el5.1 rhui-ap-southeast-2-rhel-server 69 k > libstdc++ i386 4.1.2-52.el5_8.1 rhui-ap-southeast-2-rhel-server 363 k > libstdc++ x86_64 4.1.2-52.el5_8.1 rhui-ap-southeast-2-rhel-server 354 k > popt x86_64 1.10.2.3-28.el5_8 rhui-ap-southeast-2-rhel-server 78 k > rpm x86_64 4.4.2.3-28.el5_8 rhui-ap-southeast-2-rhel-server 1.2 M > rpm-libs x86_64 4.4.2.3-28.el5_8 rhui-ap-southeast-2-rhel-server 925 k > rpm-python x86_64 4.4.2.3-28.el5_8 rhui-ap-southeast-2-rhel-server 64 k > >Transaction Summary >================================================================================ >Install 88 Package(s) >Upgrade 14 Package(s) > >Total download size: 111 M >Downloading Packages: >-------------------------------------------------------------------------------- >Total 4.6 MB/s | 111 MB 00:23 >Running rpm_check_debug >Running Transaction Test >Finished Transaction Test >Transaction Test Succeeded >Running Transaction > > Updating : popt 1/116 > > Updating : libgcc 2/116 > > Updating : libstdc++ 3/116 > > Installing : libgnomecanvas 4/116 > > Updating : binutils 5/116 > > Updating : libgomp 6/116 > > Installing : gnome-keyring 7/116 > > Installing : audiofile 8/116 > > Installing : esound 9/116 > > Installing : libIDL 10/116 > > Installing : ORBit2 11/116 > > Installing : GConf2 12/116 > > Installing : libbonobo 13/116 > > Updating : cpp 14/116 > > Installing : pyorbit 15/116 > > Installing : gail 16/116 > > Installing : libXfontcache 17/116 > > Installing : libgfortran 18/116 > > Installing : libXxf86misc 19/116 > > Installing : xorg-x11-xauth 20/116 > > Installing : imake 21/116 > > Installing : xz-libs 22/116 > > Installing : xz 23/116 > > Updating : subversion 24/116 > > Installing : libdaemon 25/116 > > Installing : avahi 26/116 > > Installing : avahi-glib 27/116 > > Installing : libXevie 28/116 > > Installing : at-spi 29/116 > > Installing : pyspi 30/116 > > Installing : shared-mime-info 31/116 > > Installing : libxslt 32/116 > > Installing : libXxf86vm 33/116 > > Installing : gdb 34/116 > > Installing : libXTrap 35/116 > > Installing : xorg-x11-server-utils 36/116 > > Installing : xorg-x11-xinit 37/116 > > Installing : elfutils-libs 38/116 > > Installing : elfutils 39/116 > > Installing : libXres 40/116 > > Installing : startup-notification 41/116 > > Installing : libwnck 42/116 > > Installing : notification-daemon 43/116 > > Installing : libnotify 44/116 > > Installing : oprofile 45/116 > > Installing : swig 46/116 > > Installing : doxygen 47/116 > > Installing : splint 48/116 > > Installing : dev86 49/116 > > Installing : patchutils 50/116 > > Installing : python-ldap 51/116 > > Installing : cvs 52/116 > > Installing : valgrind 53/116 > > Installing : texinfo 54/116 > > Installing : ctags 55/116 > > Installing : flex 56/116 > > Installing : bison 57/116 > > Installing : rcs 58/116 > > Installing : byacc 59/116 > > Installing : strace 60/116 > > Installing : cscope 61/116 > > Installing : ltrace 62/116 > > Installing : indent 63/116 > > Installing : diffstat 64/116 > > Installing : autoconf 65/116 > > Installing : automake 66/116 > > Installing : libstdc++-devel 67/116 > > Installing : systemtap-runtime 68/116 > > Installing : xorg-x11-fonts-base 69/116 > > Installing : xorg-x11-server-Xvfb 70/116 > > Installing : gnome-mime-data 71/116 > > Installing : libtool 72/116 > > Installing : automake17 73/116 > > Installing : pstack 74/116 > > Installing : automake15 75/116 > > Installing : redhat-rpm-config 76/116 > > Installing : automake14 77/116 > > Installing : automake16 78/116 > > Updating : libgcc 79/116 > > Updating : libstdc++ 80/116 > > Installing : libgomp 81/116 > > Updating : subversion 82/116 > > Installing : gettext 83/116 > > Installing : valgrind 84/116 > > Updating : gcc 85/116 > > Installing : gcc-c++ 86/116 > > Installing : gcc-gfortran 87/116 > > Installing : gnome-vfs2 88/116 > > Updating : rpm-libs 89/116 > > Installing : libgnome 90/116 > > Installing : libbonoboui 91/116 > > Updating : rpm 92/116 > > Installing : libgnomeui 93/116 > > Updating : rpm-python 94/116 > > Installing : gnome-mount 95/116 > > Installing : rpm-build 96/116 > > Installing : systemtap 97/116 > > Installing : gnome-python2-bonobo 98/116 > > Installing : gnome-python2 99/116 > > Installing : gnome-python2-gconf 100/116 > > Installing : dogtail 101/116 > > Installing : gnome-python2-gnomevfs 102/116 > > Cleanup : rpm 103/116 > > Cleanup : binutils 104/116 > > Cleanup : libgcc 105/116 > > Cleanup : libgcc 106/116 > > Cleanup : subversion 107/116 > > Cleanup : rpm-libs 108/116 > > Cleanup : gcc 109/116 > > Cleanup : cpp 110/116 > > Cleanup : popt 111/116 > > Cleanup : libstdc++ 112/116 > > Cleanup : subversion 113/116 > > Cleanup : libstdc++ 114/116 > > Cleanup : libgomp 115/116 > > Cleanup : rpm-python 116/116 > >Installed: > autoconf.noarch 0:2.59-12 > automake.noarch 0:1.9.6-2.3.el5 > automake14.noarch 0:1.4p6-13.el5.1 > automake15.noarch 0:1.5-16.el5.2 > automake16.noarch 0:1.6.3-8.el5.1 > automake17.noarch 0:1.7.9-7.el5.2 > bison.x86_64 0:2.3-2.1 > byacc.x86_64 0:1.9-29.2.2 > cscope.x86_64 0:15.5-15.1.el5_3.1 > ctags.x86_64 0:5.6-1.1 > cvs.x86_64 0:1.11.22-11.el5_8.1 > dev86.x86_64 0:0.16.17-2.2 > diffstat.x86_64 0:1.41-1.2.3.el5 > dogtail.noarch 0:0.6.1-4.el5 > doxygen.x86_64 1:1.4.7-1.1 > elfutils.x86_64 0:0.137-3.el5 > flex.x86_64 0:2.5.4a-41.fc6 > gcc-c++.x86_64 0:4.1.2-52.el5_8.1 > gcc-gfortran.x86_64 0:4.1.2-52.el5_8.1 > gdb.x86_64 0:7.0.1-42.el5_8.1 > gettext.i386 0:0.17-1.el5 > indent.x86_64 0:2.2.9-14.fc6 > libtool.x86_64 0:1.5.22-7.el5_4 > ltrace.x86_64 0:0.5-13.45svn.el5_7.12 > oprofile.x86_64 0:0.9.4-20.el5 > patchutils.x86_64 0:0.2.31-2.2.2 > pstack.x86_64 0:1.2-7.2.2 > python-ldap.x86_64 0:2.2.0-2.1 > rcs.x86_64 0:5.7-30.1 > redhat-rpm-config.noarch 0:8.0.45-32.el5 > rpm-build.x86_64 0:4.4.2.3-28.el5_8 > splint.x86_64 0:3.1.1-16.el5 > strace.x86_64 0:4.5.18-11.el5_8 > swig.x86_64 0:1.3.29-2.el5 > systemtap.x86_64 0:1.6-7.el5_8 > texinfo.x86_64 0:4.8-14.el5 > valgrind.i386 1:3.5.0-5.el5 > valgrind.x86_64 1:3.5.0-5.el5 > >Dependency Installed: > GConf2.x86_64 0:2.14.0-9.el5 > ORBit2.x86_64 0:2.14.3-5.el5 > at-spi.x86_64 0:1.7.11-3.el5 > audiofile.x86_64 1:0.2.6-5 > avahi.x86_64 0:0.6.16-10.el5_6 > avahi-glib.x86_64 0:0.6.16-10.el5_6 > elfutils-libs.x86_64 0:0.137-3.el5 > esound.x86_64 1:0.2.36-4 > gail.x86_64 0:1.9.2-3.el5 > gnome-keyring.x86_64 0:0.6.0-1.fc6 > gnome-mime-data.x86_64 0:2.4.2-3.1 > gnome-mount.x86_64 0:0.5-3.el5 > gnome-python2.x86_64 0:2.16.0-1.fc6 > gnome-python2-bonobo.x86_64 0:2.16.0-1.fc6 > gnome-python2-gconf.x86_64 0:2.16.0-1.fc6 > gnome-python2-gnomevfs.x86_64 0:2.16.0-1.fc6 > gnome-vfs2.x86_64 0:2.16.2-8.el5 > imake.x86_64 0:1.0.2-3 > libIDL.x86_64 0:0.8.7-1.fc6 > libXTrap.x86_64 0:1.0.0-3.1 > libXevie.x86_64 0:1.0.1-3.1 > libXfontcache.x86_64 0:1.0.2-3.1 > libXres.x86_64 0:1.0.1-3.1 > libXxf86misc.x86_64 0:1.0.1-3.1 > libXxf86vm.x86_64 0:1.0.1-3.1 > libbonobo.x86_64 0:2.16.0-1.1.el5_5.1 > libbonoboui.x86_64 0:2.16.0-1.fc6 > libdaemon.x86_64 0:0.10-5.el5 > libgfortran.x86_64 0:4.1.2-52.el5_8.1 > libgnome.x86_64 0:2.16.0-6.el5 > libgnomecanvas.x86_64 0:2.14.0-4.1 > libgnomeui.x86_64 0:2.16.0-5.el5 > libgomp.i386 0:4.4.6-3.el5.1 > libnotify.x86_64 0:0.4.2-6.el5 > libstdc++-devel.x86_64 0:4.1.2-52.el5_8.1 > libwnck.x86_64 0:2.16.0-4.fc6 > libxslt.x86_64 0:1.1.17-4.el5_8.3 > notification-daemon.x86_64 0:0.3.5-9.el5 > pyorbit.x86_64 0:2.14.1-3.el5 > pyspi.x86_64 0:0.6.1-1.el5 > shared-mime-info.x86_64 0:0.19-5.el5 > startup-notification.x86_64 0:0.8-4.1 > systemtap-runtime.x86_64 0:1.6-7.el5_8 > xorg-x11-fonts-base.noarch 0:7.1-2.1.el5 > xorg-x11-server-Xvfb.x86_64 0:1.1.1-48.91.el5_8.2 > xorg-x11-server-utils.x86_64 0:7.1-5.el5_6.2 > xorg-x11-xauth.x86_64 1:1.0.1-2.1 > xorg-x11-xinit.x86_64 0:1.0.2-15.el5 > xz.x86_64 0:4.999.9-0.3.beta.20091007git.el5 > xz-libs.x86_64 0:4.999.9-0.3.beta.20091007git.el5 > >Updated: > binutils.x86_64 0:2.17.50.0.6-20.el5_8.3 gcc.x86_64 0:4.1.2-52.el5_8.1 > subversion.i386 0:1.6.11-10.el5_8 subversion.x86_64 0:1.6.11-10.el5_8 > >Dependency Updated: > cpp.x86_64 0:4.1.2-52.el5_8.1 libgcc.i386 0:4.1.2-52.el5_8.1 > libgcc.x86_64 0:4.1.2-52.el5_8.1 libgomp.x86_64 0:4.4.6-3.el5.1 > libstdc++.i386 0:4.1.2-52.el5_8.1 libstdc++.x86_64 0:4.1.2-52.el5_8.1 > popt.x86_64 0:1.10.2.3-28.el5_8 rpm.x86_64 0:4.4.2.3-28.el5_8 > rpm-libs.x86_64 0:4.4.2.3-28.el5_8 rpm-python.x86_64 0:4.4.2.3-28.el5_8 > >Complete! >EXPECTED RESULT: >RETURN CODE: 0 >PASS ># checking possible sys update >Loaded plugins: amazon-id, fastestmirror, rhui-lb, security >Loading mirror speeds from cached hostfile > * rhui-ap-southeast-2-client-config-server-5: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com > * rhui-ap-southeast-2-rhel-server: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com >Skipping security plugin, no data > >redhat-release.x86_64 5Server-5.8.0.3 rhui-ap-southeast-2-rhel-server ># sys update found >###################################################################################### ># NEW TEST: ## Verify yum update ... >###################################################################################### >COMMAND: /usr/bin/yum -y update >RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security >Loading mirror speeds from cached hostfile > * rhui-ap-southeast-2-client-config-server-5: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com > * rhui-ap-southeast-2-rhel-server: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com >Skipping security plugin, no data >Setting up Update Process >Resolving Dependencies >Skipping security plugin, no data >--> Running transaction check >---> Package Deployment_Guide-de-DE.noarch 0:5.8-1.el5 set to be updated >---> Package Deployment_Guide-en-US.noarch 0:5.8-1.el5 set to be updated >---> Package Deployment_Guide-es-ES.noarch 0:5.8-1.el5 set to be updated >---> Package Deployment_Guide-fr-FR.noarch 0:5.8-1.el5 set to be updated >---> Package Deployment_Guide-it-IT.noarch 0:5.8-1.el5 set to be updated >---> Package Deployment_Guide-ja-JP.noarch 0:5.8-1.el5 set to be updated >---> Package Deployment_Guide-ko-KR.noarch 0:5.8-1.el5 set to be updated >---> Package Deployment_Guide-pt-BR.noarch 0:5.8-1.el5 set to be updated >---> Package Deployment_Guide-ru-RU.noarch 0:5.8-1.el5 set to be updated >---> Package Deployment_Guide-zh-CN.noarch 0:5.8-1.el5 set to be updated >---> Package Deployment_Guide-zh-TW.noarch 0:5.8-1.el5 set to be updated >---> Package MySQL-python.x86_64 0:1.2.3-0.1.c1.el5 set to be updated >---> Package acl.x86_64 0:2.2.39-8.el5 set to be updated >---> Package acpid.x86_64 0:1.0.4-12.el5 set to be updated >---> Package aspell.x86_64 12:0.60.3-12 set to be updated >---> Package audit.x86_64 0:1.8-2.el5 set to be updated >---> Package audit-libs.i386 0:1.8-2.el5 set to be updated >---> Package audit-libs.x86_64 0:1.8-2.el5 set to be updated >---> Package audit-libs-python.x86_64 0:1.8-2.el5 set to be updated >---> Package autofs.x86_64 1:5.0.1-0.rc2.164.el5_8 set to be updated >---> Package bind-libs.x86_64 30:9.3.6-20.P1.el5_8.5 set to be updated >---> Package bind-utils.x86_64 30:9.3.6-20.P1.el5_8.5 set to be updated >---> Package coreutils.x86_64 0:5.97-34.el5_8.1 set to be updated >---> Package crash.x86_64 0:5.1.8-1.el5 set to be updated >---> Package cups-libs.x86_64 1:1.3.7-30.el5 set to be updated >---> Package curl.i386 0:7.15.5-15.el5 set to be updated >---> Package curl.x86_64 0:7.15.5-15.el5 set to be updated >---> Package cyrus-sasl-gssapi.i386 0:2.1.22-7.el5_8.1 set to be updated >---> Package cyrus-sasl-gssapi.x86_64 0:2.1.22-7.el5_8.1 set to be updated >---> Package cyrus-sasl-lib.i386 0:2.1.22-7.el5_8.1 set to be updated >---> Package cyrus-sasl-lib.x86_64 0:2.1.22-7.el5_8.1 set to be updated >---> Package cyrus-sasl-md5.i386 0:2.1.22-7.el5_8.1 set to be updated >---> Package cyrus-sasl-md5.x86_64 0:2.1.22-7.el5_8.1 set to be updated >---> Package cyrus-sasl-plain.i386 0:2.1.22-7.el5_8.1 set to be updated >---> Package cyrus-sasl-plain.x86_64 0:2.1.22-7.el5_8.1 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.i386 0:1.02.67-2.el5 set to be updated >---> Package device-mapper.x86_64 0:1.02.67-2.el5 set to be updated >---> Package device-mapper-event.x86_64 0:1.02.67-2.el5 set to be updated >---> Package device-mapper-multipath.x86_64 0:0.4.7-48.el5_8.1 set to be updated >---> Package dhclient.x86_64 12:3.0.5-31.el5_8.1 set to be updated >---> Package e2fsprogs.x86_64 0:1.39-34.el5_8.1 set to be updated >---> Package e2fsprogs-libs.i386 0:1.39-34.el5_8.1 set to be updated >---> Package e2fsprogs-libs.x86_64 0:1.39-34.el5_8.1 set to be updated >---> Package expat.i386 0:1.95.8-11.el5_8 set to be updated >---> Package expat.x86_64 0:1.95.8-11.el5_8 set to be updated >---> Package file.x86_64 0:4.17-21 set to be updated >---> Package firstboot-tui.x86_64 0:1.4.27.9-1.el5 set to be updated >---> Package freetype.x86_64 0:2.2.1-31.el5_8.1 set to be updated >---> Package ftp.x86_64 0:0.17-37.el5 set to be updated >---> Package gamin.x86_64 0:0.1.7-10.el5 set to be updated >---> Package gamin-python.x86_64 0:0.1.7-10.el5 set to be updated >---> Package gawk.x86_64 0:3.1.5-15.el5 set to be updated >---> Package gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 set to be updated >---> Package glibc.i686 0:2.5-81.el5_8.7 set to be updated >---> Package glibc.x86_64 0:2.5-81.el5_8.7 set to be updated >---> Package glibc-common.x86_64 0:2.5-81.el5_8.7 set to be updated >---> Package glibc-devel.x86_64 0:2.5-81.el5_8.7 set to be updated >---> Package glibc-headers.x86_64 0:2.5-81.el5_8.7 set to be updated >---> Package gnutls.x86_64 0:1.4.1-7.el5_8.2 set to be updated >---> Package groff.x86_64 0:1.18.1.1-13.el5 set to be updated >---> Package gtk2.x86_64 0:2.10.4-21.el5_7.7 set to be updated >---> Package hmaccalc.x86_64 0:0.9.6-4.el5 set to be updated >---> Package httpd.x86_64 0:2.2.3-65.el5_8.3 set to be updated >---> Package hwdata.noarch 0:0.213.26-1.el5 set to be updated >---> Package initscripts.x86_64 0:8.45.42-1.el5_8.1 set to be updated >---> Package iproute.x86_64 0:2.6.18-13.el5 set to be updated >---> Package iptables.x86_64 0:1.3.5-9.2.el5_8 set to be updated >---> Package iptables-ipv6.x86_64 0:1.3.5-9.2.el5_8 set to be updated >---> Package iscsi-initiator-utils.x86_64 0:6.2.0.872-13.el5 set to be updated >---> Package kernel-headers.x86_64 0:2.6.18-308.20.1.el5 set to be updated >---> Package kernel-xen.x86_64 0:2.6.18-308.20.1.el5 set to be installed >---> Package kernel-xen-devel.x86_64 0:2.6.18-308.20.1.el5 set to be installed >---> Package kpartx.x86_64 0:0.4.7-48.el5_8.1 set to be updated >---> Package krb5-libs.i386 0:1.6.1-70.el5 set to be updated >---> Package krb5-libs.x86_64 0:1.6.1-70.el5 set to be updated >---> Package krb5-workstation.x86_64 0:1.6.1-70.el5 set to be updated >---> Package ksh.x86_64 0:20100621-5.el5_8.1 set to be updated >---> Package kudzu.x86_64 0:1.2.57.1.26-3 set to be updated >---> Package less.x86_64 0:436-9.el5 set to be updated >---> Package lftp.x86_64 0:3.7.11-7.el5 set to be updated >---> Package libX11.i386 0:1.0.3-11.el5_7.1 set to be updated >---> Package libX11.x86_64 0:1.0.3-11.el5_7.1 set to be updated >---> Package libXcursor.x86_64 0:1.1.7-1.2 set to be updated >---> Package libXfont.x86_64 0:1.2.2-1.0.4.el5_7 set to be updated >---> Package libacl.x86_64 0:2.2.39-8.el5 set to be updated >---> Package libgcj.x86_64 0:4.1.2-52.el5_8.1 set to be updated >---> Package libgcrypt.x86_64 0:1.4.4-5.el5_8.2 set to be updated >---> Package libicu.i386 0:3.6-5.16.1 set to be updated >---> Package libicu.x86_64 0:3.6-5.16.1 set to be updated >---> Package libpng.x86_64 2:1.2.10-17.el5_8 set to be updated >---> Package libsmbclient.x86_64 0:3.0.33-3.39.el5_8 set to be updated >---> Package libtiff.x86_64 0:3.8.2-15.el5_8 set to be updated >---> Package libusb.x86_64 0:0.1.12-6.el5 set to be updated >---> Package libvolume_id.x86_64 0:095-14.27.el5_7.1 set to be updated >---> Package libxml2.x86_64 0:2.6.26-2.1.15.el5_8.5 set to be updated >---> Package libxml2-python.x86_64 0:2.6.26-2.1.15.el5_8.5 set to be updated >---> Package lsof.x86_64 0:4.78-6 set to be updated >---> Package lvm2.x86_64 0:2.02.88-7.el5 set to be updated >---> Package man-pages.noarch 0:2.39-20.el5 set to be updated >---> Package man-pages-ja.noarch 0:20060815-15.el5 set to be updated >---> Package mkinitrd.x86_64 0:5.1.19.6-75.el5 set to be updated >---> Package mktemp.x86_64 3:1.5-24.el5 set to be updated >---> Package mod_ssl.x86_64 1:2.2.3-65.el5_8.3 set to be updated >---> Package mysql.x86_64 0:5.0.95-1.el5_7.1 set to be updated >---> Package mysql-connector-odbc.x86_64 0:3.51.26r1127-2.el5 set to be updated >---> Package nash.x86_64 0:5.1.19.6-75.el5 set to be updated >---> Package net-snmp.x86_64 1:5.3.2.2-17.el5_8.1 set to be updated >---> Package net-snmp-libs.x86_64 1:5.3.2.2-17.el5_8.1 set to be updated >---> Package net-tools.x86_64 0:1.60-82.el5 set to be updated >---> Package nmap.x86_64 2:4.11-2 set to be updated >---> Package nscd.x86_64 0:2.5-81.el5_8.7 set to be updated >---> Package nspr.i386 0:4.9.1-4.el5_8 set to be updated >---> Package nspr.x86_64 0:4.9.1-4.el5_8 set to be updated >---> Package nss.i386 0:3.13.5-4.el5_8 set to be updated >---> Package nss.x86_64 0:3.13.5-4.el5_8 set to be updated >---> Package nss-tools.x86_64 0:3.13.5-4.el5_8 set to be updated >---> Package nss_ldap.i386 0:253-49.el5 set to be updated >---> Package nss_ldap.x86_64 0:253-49.el5 set to be updated >---> Package openldap.i386 0:2.3.43-25.el5_8.1 set to be updated >---> Package openldap.x86_64 0:2.3.43-25.el5_8.1 set to be updated >---> Package openldap-clients.x86_64 0:2.3.43-25.el5_8.1 set to be updated >---> Package openssh.x86_64 0:4.3p2-82.el5 set to be updated >---> Package openssh-clients.x86_64 0:4.3p2-82.el5 set to be updated >---> Package openssh-server.x86_64 0:4.3p2-82.el5 set to be updated >---> Package openssl.i686 0:0.9.8e-22.el5_8.4 set to be updated >---> Package openssl.x86_64 0:0.9.8e-22.el5_8.4 set to be updated >---> Package openswan.x86_64 0:2.6.32-3.el5 set to be updated >---> Package pam_krb5.i386 0:2.2.14-22.el5 set to be updated >---> Package pam_krb5.x86_64 0:2.2.14-22.el5 set to be updated >---> Package pam_pkcs11.i386 0:0.5.3-26.el5 set to be updated >---> Package pam_pkcs11.x86_64 0:0.5.3-26.el5 set to be updated >---> Package pango.x86_64 0:1.14.9-8.el5_7.3 set to be updated >---> Package parted.i386 0:1.8.1-29.el5 set to be updated >---> Package parted.x86_64 0:1.8.1-29.el5 set to be updated >---> Package pciutils.x86_64 0:3.1.7-5.el5 set to be updated >---> Package perl.x86_64 4:5.8.8-38.el5_8 set to be updated >---> Package postgresql.x86_64 0:8.1.23-6.el5_8 set to be updated >---> Package postgresql-libs.i386 0:8.1.23-6.el5_8 set to be updated >---> Package postgresql-libs.x86_64 0:8.1.23-6.el5_8 set to be updated >---> Package postgresql-python.x86_64 0:8.1.23-6.el5_8 set to be updated >---> Package procps.x86_64 0:3.2.7-18.el5 set to be updated >---> Package python.x86_64 0:2.4.3-46.el5_8.2 set to be updated >---> Package python-libs.x86_64 0:2.4.3-46.el5_8.2 set to be updated >---> Package redhat-release.x86_64 0:5Server-5.8.0.3 set to be updated >---> Package redhat-release-notes.x86_64 0:5Server-43 set to be updated >---> Package rhn-check.noarch 0:0.4.20-77.el5 set to be updated >---> Package rhn-client-tools.noarch 0:0.4.20-77.el5 set to be updated >---> Package rhn-setup.noarch 0:0.4.20-77.el5 set to be updated >---> Package rhnlib.noarch 0:2.5.22-7.el5 set to be updated >---> Package rhpl.x86_64 0:0.194.1-2 set to be updated >---> Package rng-utils.x86_64 1:2.0-5.el5 set to be updated >---> Package rsync.x86_64 0:3.0.6-4.el5_7.1 set to be updated >---> Package rsyslog.x86_64 0:3.22.1-7.el5 set to be updated >---> Package ruby.x86_64 0:1.8.5-24.el5 set to be updated >---> Package ruby-irb.x86_64 0:1.8.5-24.el5 set to be updated >---> Package ruby-libs.x86_64 0:1.8.5-24.el5 set to be updated >---> Package ruby-rdoc.x86_64 0:1.8.5-24.el5 set to be updated >---> Package samba-client.x86_64 0:3.0.33-3.39.el5_8 set to be updated >---> Package samba-common.x86_64 0:3.0.33-3.39.el5_8 set to be updated >---> Package selinux-policy.noarch 0:2.4.6-327.el5 set to be updated >---> Package selinux-policy-targeted.noarch 0:2.4.6-327.el5 set to be updated >---> Package setup.noarch 0:2.5.58-9.el5 set to be updated >---> Package shadow-utils.x86_64 2:4.0.17-20.el5 set to be updated >---> Package sos.noarch 0:1.7-9.62.el5 set to be updated >---> Package sudo.x86_64 0:1.7.2p1-14.el5_8.4 set to be updated >---> Package system-config-network-tui.noarch 0:1.3.99.21-1.el5 set to be updated >---> Package tar.x86_64 2:1.15.1-32.el5_8 set to be updated >---> Package tzdata.x86_64 0:2012i-2.el5 set to be updated >---> Package udev.x86_64 0:095-14.27.el5_7.1 set to be updated >--> Processing Dependency: libodbc.so.1()(64bit) for package: unixODBC >--> Processing Dependency: libodbcinst.so.1()(64bit) for package: postgresql-odbc >--> Processing Dependency: libodbcinst.so.1()(64bit) for package: unixODBC >--> Processing Dependency: libodbcinst.so.1()(64bit) for package: mysql-connector-odbc >---> Package unixODBC.x86_64 0:2.2.11-10.el5 set to be updated >---> Package util-linux.x86_64 0:2.13-0.59.el5_8 set to be updated >---> Package vixie-cron.x86_64 4:4.1-81.el5 set to be updated >---> Package vsftpd.x86_64 0:2.0.5-24.el5_8.1 set to be updated >---> Package xinetd.x86_64 2:2.3.14-16.el5 set to be updated >---> Package yum.noarch 0:3.2.22-39.el5 set to be updated >---> Package yum-fastestmirror.noarch 0:1.1.16-21.el5 set to be updated >---> Package yum-rhn-plugin.noarch 0:0.5.4-26.el5 set to be updated >---> Package yum-security.noarch 0:1.1.16-21.el5 set to be updated >---> Package yum-updateonboot.noarch 0:1.1.16-21.el5 set to be updated >---> Package yum-utils.noarch 0:1.1.16-21.el5 set to be updated >--> Running transaction check >---> Package unixODBC-libs.x86_64 0:2.2.11-10.el5 set to be updated >--> Finished Dependency Resolution > >Dependencies Resolved > >================================================================================ > Package Arch Version Repository Size >================================================================================ >Installing: > kernel-xen x86_64 2.6.18-308.20.1.el5 > rhui-ap-southeast-2-rhel-server 22 M > kernel-xen-devel > x86_64 2.6.18-308.20.1.el5 > rhui-ap-southeast-2-rhel-server 5.7 M >Updating: > Deployment_Guide-de-DE > noarch 5.8-1.el5 rhui-ap-southeast-2-rhel-server 8.3 M > Deployment_Guide-en-US > noarch 5.8-1.el5 rhui-ap-southeast-2-rhel-server 8.3 M > Deployment_Guide-es-ES > noarch 5.8-1.el5 rhui-ap-southeast-2-rhel-server 8.3 M > Deployment_Guide-fr-FR > noarch 5.8-1.el5 rhui-ap-southeast-2-rhel-server 8.3 M > Deployment_Guide-it-IT > noarch 5.8-1.el5 rhui-ap-southeast-2-rhel-server 8.3 M > Deployment_Guide-ja-JP > noarch 5.8-1.el5 rhui-ap-southeast-2-rhel-server 8.3 M > Deployment_Guide-ko-KR > noarch 5.8-1.el5 rhui-ap-southeast-2-rhel-server 8.3 M > Deployment_Guide-pt-BR > noarch 5.8-1.el5 rhui-ap-southeast-2-rhel-server 8.3 M > Deployment_Guide-ru-RU > noarch 5.8-1.el5 rhui-ap-southeast-2-rhel-server 8.3 M > Deployment_Guide-zh-CN > noarch 5.8-1.el5 rhui-ap-southeast-2-rhel-server 8.3 M > Deployment_Guide-zh-TW > noarch 5.8-1.el5 rhui-ap-southeast-2-rhel-server 8.3 M > MySQL-python x86_64 1.2.3-0.1.c1.el5 rhui-ap-southeast-2-rhel-server 95 k > acl x86_64 2.2.39-8.el5 rhui-ap-southeast-2-rhel-server 70 k > acpid x86_64 1.0.4-12.el5 rhui-ap-southeast-2-rhel-server 25 k > aspell x86_64 12:0.60.3-12 rhui-ap-southeast-2-rhel-server 959 k > audit x86_64 1.8-2.el5 rhui-ap-southeast-2-rhel-server 372 k > audit-libs i386 1.8-2.el5 rhui-ap-southeast-2-rhel-server 80 k > audit-libs x86_64 1.8-2.el5 rhui-ap-southeast-2-rhel-server 80 k > audit-libs-python > x86_64 1.8-2.el5 rhui-ap-southeast-2-rhel-server 82 k > autofs x86_64 1:5.0.1-0.rc2.164.el5_8 > rhui-ap-southeast-2-rhel-server 939 k > bind-libs x86_64 30:9.3.6-20.P1.el5_8.5 > rhui-ap-southeast-2-rhel-server 897 k > bind-utils x86_64 30:9.3.6-20.P1.el5_8.5 > rhui-ap-southeast-2-rhel-server 180 k > coreutils x86_64 5.97-34.el5_8.1 rhui-ap-southeast-2-rhel-server 3.6 M > crash x86_64 5.1.8-1.el5 rhui-ap-southeast-2-rhel-server 2.3 M > cups-libs x86_64 1:1.3.7-30.el5 rhui-ap-southeast-2-rhel-server 196 k > curl i386 7.15.5-15.el5 rhui-ap-southeast-2-rhel-server 235 k > curl x86_64 7.15.5-15.el5 rhui-ap-southeast-2-rhel-server 232 k > cyrus-sasl-gssapi > i386 2.1.22-7.el5_8.1 rhui-ap-southeast-2-rhel-server 29 k > cyrus-sasl-gssapi > x86_64 2.1.22-7.el5_8.1 rhui-ap-southeast-2-rhel-server 29 k > cyrus-sasl-lib i386 2.1.22-7.el5_8.1 rhui-ap-southeast-2-rhel-server 126 k > cyrus-sasl-lib x86_64 2.1.22-7.el5_8.1 rhui-ap-southeast-2-rhel-server 130 k > cyrus-sasl-md5 i386 2.1.22-7.el5_8.1 rhui-ap-southeast-2-rhel-server 46 k > cyrus-sasl-md5 x86_64 2.1.22-7.el5_8.1 rhui-ap-southeast-2-rhel-server 47 k > cyrus-sasl-plain > i386 2.1.22-7.el5_8.1 rhui-ap-southeast-2-rhel-server 27 k > cyrus-sasl-plain > x86_64 2.1.22-7.el5_8.1 rhui-ap-southeast-2-rhel-server 27 k > dbus x86_64 1.1.2-16.el5_7 rhui-ap-southeast-2-rhel-server 234 k > dbus-libs x86_64 1.1.2-16.el5_7 rhui-ap-southeast-2-rhel-server 123 k > device-mapper i386 1.02.67-2.el5 rhui-ap-southeast-2-rhel-server 798 k > device-mapper x86_64 1.02.67-2.el5 rhui-ap-southeast-2-rhel-server 830 k > device-mapper-event > x86_64 1.02.67-2.el5 rhui-ap-southeast-2-rhel-server 24 k > device-mapper-multipath > x86_64 0.4.7-48.el5_8.1 rhui-ap-southeast-2-rhel-server 3.0 M > dhclient x86_64 12:3.0.5-31.el5_8.1 > rhui-ap-southeast-2-rhel-server 287 k > e2fsprogs x86_64 1.39-34.el5_8.1 rhui-ap-southeast-2-rhel-server 843 k > e2fsprogs-libs i386 1.39-34.el5_8.1 rhui-ap-southeast-2-rhel-server 120 k > e2fsprogs-libs x86_64 1.39-34.el5_8.1 rhui-ap-southeast-2-rhel-server 120 k > expat i386 1.95.8-11.el5_8 rhui-ap-southeast-2-rhel-server 78 k > expat x86_64 1.95.8-11.el5_8 rhui-ap-southeast-2-rhel-server 77 k > file x86_64 4.17-21 rhui-ap-southeast-2-rhel-server 320 k > firstboot-tui x86_64 1.4.27.9-1.el5 rhui-ap-southeast-2-rhel-server 191 k > freetype x86_64 2.2.1-31.el5_8.1 rhui-ap-southeast-2-rhel-server 312 k > ftp x86_64 0.17-37.el5 rhui-ap-southeast-2-rhel-server 57 k > gamin x86_64 0.1.7-10.el5 rhui-ap-southeast-2-rhel-server 129 k > gamin-python x86_64 0.1.7-10.el5 rhui-ap-southeast-2-rhel-server 56 k > gawk x86_64 3.1.5-15.el5 rhui-ap-southeast-2-rhel-server 1.8 M > gdbm x86_64 1.8.0-26.2.1.el5_6.1 > rhui-ap-southeast-2-rhel-server 28 k > glibc i686 2.5-81.el5_8.7 rhui-ap-southeast-2-rhel-server 5.4 M > glibc x86_64 2.5-81.el5_8.7 rhui-ap-southeast-2-rhel-server 4.8 M > glibc-common x86_64 2.5-81.el5_8.7 rhui-ap-southeast-2-rhel-server 16 M > glibc-devel x86_64 2.5-81.el5_8.7 rhui-ap-southeast-2-rhel-server 2.4 M > glibc-headers x86_64 2.5-81.el5_8.7 rhui-ap-southeast-2-rhel-server 597 k > gnutls x86_64 1.4.1-7.el5_8.2 rhui-ap-southeast-2-rhel-server 365 k > groff x86_64 1.18.1.1-13.el5 rhui-ap-southeast-2-rhel-server 1.9 M > gtk2 x86_64 2.10.4-21.el5_7.7 rhui-ap-southeast-2-rhel-server 6.6 M > hmaccalc x86_64 0.9.6-4.el5 rhui-ap-southeast-2-rhel-server 22 k > httpd x86_64 2.2.3-65.el5_8.3 rhui-ap-southeast-2-rhel-server 1.3 M > hwdata noarch 0.213.26-1.el5 rhui-ap-southeast-2-rhel-server 423 k > initscripts x86_64 8.45.42-1.el5_8.1 rhui-ap-southeast-2-rhel-server 1.6 M > iproute x86_64 2.6.18-13.el5 rhui-ap-southeast-2-rhel-server 823 k > iptables x86_64 1.3.5-9.2.el5_8 rhui-ap-southeast-2-rhel-server 247 k > iptables-ipv6 x86_64 1.3.5-9.2.el5_8 rhui-ap-southeast-2-rhel-server 168 k > iscsi-initiator-utils > x86_64 6.2.0.872-13.el5 rhui-ap-southeast-2-rhel-server 1.0 M > kernel-headers x86_64 2.6.18-308.20.1.el5 > rhui-ap-southeast-2-rhel-server 1.4 M > kpartx x86_64 0.4.7-48.el5_8.1 rhui-ap-southeast-2-rhel-server 443 k > krb5-libs i386 1.6.1-70.el5 rhui-ap-southeast-2-rhel-server 669 k > krb5-libs x86_64 1.6.1-70.el5 rhui-ap-southeast-2-rhel-server 681 k > krb5-workstation > x86_64 1.6.1-70.el5 rhui-ap-southeast-2-rhel-server 917 k > ksh x86_64 20100621-5.el5_8.1 rhui-ap-southeast-2-rhel-server 1.3 M > kudzu x86_64 1.2.57.1.26-3 rhui-ap-southeast-2-rhel-server 233 k > less x86_64 436-9.el5 rhui-ap-southeast-2-rhel-server 108 k > lftp x86_64 3.7.11-7.el5 rhui-ap-southeast-2-rhel-server 957 k > libX11 i386 1.0.3-11.el5_7.1 rhui-ap-southeast-2-rhel-server 796 k > libX11 x86_64 1.0.3-11.el5_7.1 rhui-ap-southeast-2-rhel-server 797 k > libXcursor x86_64 1.1.7-1.2 rhui-ap-southeast-2-rhel-server 32 k > libXfont x86_64 1.2.2-1.0.4.el5_7 rhui-ap-southeast-2-rhel-server 245 k > libacl x86_64 2.2.39-8.el5 rhui-ap-southeast-2-rhel-server 20 k > libgcj x86_64 4.1.2-52.el5_8.1 rhui-ap-southeast-2-rhel-server 18 M > libgcrypt x86_64 1.4.4-5.el5_8.2 rhui-ap-southeast-2-rhel-server 233 k > libicu i386 3.6-5.16.1 rhui-ap-southeast-2-rhel-server 5.3 M > libicu x86_64 3.6-5.16.1 rhui-ap-southeast-2-rhel-server 5.2 M > libpng x86_64 2:1.2.10-17.el5_8 rhui-ap-southeast-2-rhel-server 235 k > libsmbclient x86_64 3.0.33-3.39.el5_8 rhui-ap-southeast-2-rhel-server 917 k > libtiff x86_64 3.8.2-15.el5_8 rhui-ap-southeast-2-rhel-server 314 k > libusb x86_64 0.1.12-6.el5 rhui-ap-southeast-2-rhel-server 27 k > libvolume_id x86_64 095-14.27.el5_7.1 rhui-ap-southeast-2-rhel-server 43 k > libxml2 x86_64 2.6.26-2.1.15.el5_8.5 > rhui-ap-southeast-2-rhel-server 810 k > libxml2-python x86_64 2.6.26-2.1.15.el5_8.5 > rhui-ap-southeast-2-rhel-server 714 k > lsof x86_64 4.78-6 rhui-ap-southeast-2-rhel-server 328 k > lvm2 x86_64 2.02.88-7.el5 rhui-ap-southeast-2-rhel-server 3.3 M > man-pages noarch 2.39-20.el5 rhui-ap-southeast-2-rhel-server 4.2 M > man-pages-ja noarch 20060815-15.el5 rhui-ap-southeast-2-rhel-server 4.9 M > mkinitrd x86_64 5.1.19.6-75.el5 rhui-ap-southeast-2-rhel-server 469 k > mktemp x86_64 3:1.5-24.el5 rhui-ap-southeast-2-rhel-server 14 k > mod_ssl x86_64 1:2.2.3-65.el5_8.3 rhui-ap-southeast-2-rhel-server 95 k > mysql x86_64 5.0.95-1.el5_7.1 rhui-ap-southeast-2-rhel-server 4.9 M > mysql-connector-odbc > x86_64 3.51.26r1127-2.el5 rhui-ap-southeast-2-rhel-server 158 k > nash x86_64 5.1.19.6-75.el5 rhui-ap-southeast-2-rhel-server 1.1 M > net-snmp x86_64 1:5.3.2.2-17.el5_8.1 > rhui-ap-southeast-2-rhel-server 706 k > net-snmp-libs x86_64 1:5.3.2.2-17.el5_8.1 > rhui-ap-southeast-2-rhel-server 1.3 M > net-tools x86_64 1.60-82.el5 rhui-ap-southeast-2-rhel-server 368 k > nmap x86_64 2:4.11-2 rhui-ap-southeast-2-rhel-server 668 k > nscd x86_64 2.5-81.el5_8.7 rhui-ap-southeast-2-rhel-server 172 k > nspr i386 4.9.1-4.el5_8 rhui-ap-southeast-2-rhel-server 122 k > nspr x86_64 4.9.1-4.el5_8 rhui-ap-southeast-2-rhel-server 120 k > nss i386 3.13.5-4.el5_8 rhui-ap-southeast-2-rhel-server 1.1 M > nss x86_64 3.13.5-4.el5_8 rhui-ap-southeast-2-rhel-server 1.1 M > nss-tools x86_64 3.13.5-4.el5_8 rhui-ap-southeast-2-rhel-server 1.1 M > nss_ldap i386 253-49.el5 rhui-ap-southeast-2-rhel-server 1.4 M > nss_ldap x86_64 253-49.el5 rhui-ap-southeast-2-rhel-server 1.4 M > openldap i386 2.3.43-25.el5_8.1 rhui-ap-southeast-2-rhel-server 298 k > openldap x86_64 2.3.43-25.el5_8.1 rhui-ap-southeast-2-rhel-server 306 k > openldap-clients > x86_64 2.3.43-25.el5_8.1 rhui-ap-southeast-2-rhel-server 224 k > openssh x86_64 4.3p2-82.el5 rhui-ap-southeast-2-rhel-server 291 k > openssh-clients > x86_64 4.3p2-82.el5 rhui-ap-southeast-2-rhel-server 456 k > openssh-server x86_64 4.3p2-82.el5 rhui-ap-southeast-2-rhel-server 280 k > openssl i686 0.9.8e-22.el5_8.4 rhui-ap-southeast-2-rhel-server 1.5 M > openssl x86_64 0.9.8e-22.el5_8.4 rhui-ap-southeast-2-rhel-server 1.5 M > openswan x86_64 2.6.32-3.el5 rhui-ap-southeast-2-rhel-server 1.1 M > pam_krb5 i386 2.2.14-22.el5 rhui-ap-southeast-2-rhel-server 150 k > pam_krb5 x86_64 2.2.14-22.el5 rhui-ap-southeast-2-rhel-server 149 k > pam_pkcs11 i386 0.5.3-26.el5 rhui-ap-southeast-2-rhel-server 280 k > pam_pkcs11 x86_64 0.5.3-26.el5 rhui-ap-southeast-2-rhel-server 289 k > pango x86_64 1.14.9-8.el5_7.3 rhui-ap-southeast-2-rhel-server 338 k > parted i386 1.8.1-29.el5 rhui-ap-southeast-2-rhel-server 542 k > parted x86_64 1.8.1-29.el5 rhui-ap-southeast-2-rhel-server 521 k > pciutils x86_64 3.1.7-5.el5 rhui-ap-southeast-2-rhel-server 112 k > perl x86_64 4:5.8.8-38.el5_8 rhui-ap-southeast-2-rhel-server 12 M > postgresql x86_64 8.1.23-6.el5_8 rhui-ap-southeast-2-rhel-server 2.9 M > postgresql-libs > i386 8.1.23-6.el5_8 rhui-ap-southeast-2-rhel-server 197 k > postgresql-libs > x86_64 8.1.23-6.el5_8 rhui-ap-southeast-2-rhel-server 197 k > postgresql-python > x86_64 8.1.23-6.el5_8 rhui-ap-southeast-2-rhel-server 57 k > procps x86_64 3.2.7-18.el5 rhui-ap-southeast-2-rhel-server 215 k > python x86_64 2.4.3-46.el5_8.2 rhui-ap-southeast-2-rhel-server 59 k > python-libs x86_64 2.4.3-46.el5_8.2 rhui-ap-southeast-2-rhel-server 5.9 M > redhat-release x86_64 5Server-5.8.0.3 rhui-ap-southeast-2-rhel-server 62 k > redhat-release-notes > x86_64 5Server-43 rhui-ap-southeast-2-rhel-server 566 k > rhn-check noarch 0.4.20-77.el5 rhui-ap-southeast-2-rhel-server 44 k > rhn-client-tools > noarch 0.4.20-77.el5 rhui-ap-southeast-2-rhel-server 928 k > rhn-setup noarch 0.4.20-77.el5 rhui-ap-southeast-2-rhel-server 122 k > rhnlib noarch 2.5.22-7.el5 rhui-ap-southeast-2-rhel-server 71 k > rhpl x86_64 0.194.1-2 rhui-ap-southeast-2-rhel-server 240 k > rng-utils x86_64 1:2.0-5.el5 rhui-ap-southeast-2-rhel-server 17 k > rsync x86_64 3.0.6-4.el5_7.1 rhui-ap-southeast-2-rhel-server 347 k > rsyslog x86_64 3.22.1-7.el5 rhui-ap-southeast-2-rhel-server 453 k > ruby x86_64 1.8.5-24.el5 rhui-ap-southeast-2-rhel-server 277 k > ruby-irb x86_64 1.8.5-24.el5 rhui-ap-southeast-2-rhel-server 70 k > ruby-libs x86_64 1.8.5-24.el5 rhui-ap-southeast-2-rhel-server 1.6 M > ruby-rdoc x86_64 1.8.5-24.el5 rhui-ap-southeast-2-rhel-server 136 k > samba-client x86_64 3.0.33-3.39.el5_8 rhui-ap-southeast-2-rhel-server 5.7 M > samba-common x86_64 3.0.33-3.39.el5_8 rhui-ap-southeast-2-rhel-server 6.8 M > selinux-policy noarch 2.4.6-327.el5 rhui-ap-southeast-2-rhel-server 425 k > selinux-policy-targeted > noarch 2.4.6-327.el5 rhui-ap-southeast-2-rhel-server 1.3 M > setup noarch 2.5.58-9.el5 rhui-ap-southeast-2-rhel-server 125 k > shadow-utils x86_64 2:4.0.17-20.el5 rhui-ap-southeast-2-rhel-server 1.1 M > sos noarch 1.7-9.62.el5 rhui-ap-southeast-2-rhel-server 162 k > sudo x86_64 1.7.2p1-14.el5_8.4 rhui-ap-southeast-2-rhel-server 360 k > system-config-network-tui > noarch 1.3.99.21-1.el5 rhui-ap-southeast-2-rhel-server 2.0 M > tar x86_64 2:1.15.1-32.el5_8 rhui-ap-southeast-2-rhel-server 748 k > tzdata x86_64 2012i-2.el5 rhui-ap-southeast-2-rhel-server 792 k > udev x86_64 095-14.27.el5_7.1 rhui-ap-southeast-2-rhel-server 2.4 M > unixODBC x86_64 2.2.11-10.el5 rhui-ap-southeast-2-rhel-server 291 k > util-linux x86_64 2.13-0.59.el5_8 rhui-ap-southeast-2-rhel-server 1.9 M > vixie-cron x86_64 4:4.1-81.el5 rhui-ap-southeast-2-rhel-server 83 k > vsftpd x86_64 2.0.5-24.el5_8.1 rhui-ap-southeast-2-rhel-server 142 k > xinetd x86_64 2:2.3.14-16.el5 rhui-ap-southeast-2-rhel-server 127 k > yum noarch 3.2.22-39.el5 rhui-ap-southeast-2-rhel-server 1.0 M > yum-fastestmirror > noarch 1.1.16-21.el5 rhui-ap-southeast-2-rhel-server 20 k > yum-rhn-plugin noarch 0.5.4-26.el5 rhui-ap-southeast-2-rhel-server 63 k > yum-security noarch 1.1.16-21.el5 rhui-ap-southeast-2-rhel-server 26 k > yum-updateonboot > noarch 1.1.16-21.el5 rhui-ap-southeast-2-rhel-server 14 k > yum-utils noarch 1.1.16-21.el5 rhui-ap-southeast-2-rhel-server 73 k >Installing for dependencies: > unixODBC-libs x86_64 2.2.11-10.el5 rhui-ap-southeast-2-rhel-server 554 k > >Transaction Summary >================================================================================ >Install 3 Package(s) >Upgrade 180 Package(s) > >Total download size: 313 M >Downloading Packages: >-------------------------------------------------------------------------------- >Total 6.3 MB/s | 313 MB 00:49 >Running rpm_check_debug >Running Transaction Test >Finished Transaction Test >Transaction Test Succeeded >Running Transaction > > Updating : hwdata 1/363 > > Updating : tzdata 2/363 > > Updating : glibc-common 3/363 > > Updating : glibc 4/363 > > Updating : mktemp 5/363 > > Updating : audit-libs 6/363 > > Updating : nspr 7/363 > > Updating : nss 8/363 > > Updating : device-mapper 9/363 > > Updating : e2fsprogs-libs 10/363 > > Updating : cyrus-sasl-lib 11/363 > > Updating : libacl 12/363 > > Updating : coreutils 13/363 > > Updating : krb5-libs 14/363 > > Updating : openssl 15/363 > > Updating : openldap 16/363 > > Updating : shadow-utils 17/363 > > Updating : libX11 18/363 > > Updating : expat 19/363 > > Updating : gdbm 20/363 > > Updating : perl 21/363 > > Updating : freetype 22/363 > > Updating : udev 23/363 > > Updating : util-linux 24/363 > > Updating : gawk 25/363 > > Updating : pango 26/363 > > Updating : mysql 27/363 > > Updating : postgresql-libs 28/363 > > Updating : libtiff 29/363 > > Updating : libxml2 30/363 > > Updating : libpng 31/363 > > Updating : procps 32/363 > > Updating : nscd 33/363 > > Updating : rsyslog 34/363 > > Updating : tar 35/363 > > Updating : e2fsprogs 36/363 > > Installing : unixODBC-libs 37/363 > > Updating : ruby-libs 38/363 > > Updating : ruby 39/363 > > Updating : libXcursor 40/363 > > Updating : net-snmp-libs 41/363 > > Updating : bind-libs 42/363 > > Updating : kpartx 43/363 > > Updating : file 44/363 > > Updating : libgcrypt 45/363 > > Updating : gnutls 46/363 > > Updating : cups-libs 47/363 > > Updating : gtk2 48/363 > > Updating : gamin 49/363 > > Updating : device-mapper-multipath 50/363 > > Updating : curl 51/363 > > Updating : device-mapper-event 52/363 > > Updating : lvm2 53/363 > > Updating : hmaccalc 54/363 > > Updating : pciutils 55/363 > > Updating : net-tools 56/363 > > Updating : iproute 57/363 > > Updating : iptables 58/363 >warning: /etc/sysconfig/iptables-config created as /etc/sysconfig/iptables-config.rpmnew > > Updating : kernel-headers 59/363 > > Updating : glibc-headers 60/363 > > Updating : setup 61/363 > > Updating : redhat-release 62/363 > > Updating : initscripts 63/363 > > Updating : httpd 64/363 > > Updating : openssh 65/363 > > Updating : libgcj 66/363 > > Updating : lftp 67/363 > > Updating : mysql-connector-odbc 68/363 > > Updating : unixODBC 69/363 > > Updating : nss_ldap 70/363 > > Updating : libXfont 71/363 > > Updating : aspell 72/363 > > Updating : libsmbclient 73/363 > > Updating : samba-common 74/363 > > Updating : cyrus-sasl-md5 75/363 > > Updating : cyrus-sasl-gssapi 76/363 > > Updating : pam_krb5 77/363 > > Updating : cyrus-sasl-plain 78/363 > > Updating : parted 79/363 > > Updating : libicu 80/363 > > Updating : libusb 81/363 > > Updating : libvolume_id 82/363 > > Updating : ruby-irb 83/363 > > Updating : selinux-policy 84/363 > > Updating : nash 85/363 > > Updating : samba-client 86/363 > > Updating : openssh-clients 87/363 > > Updating : openssh-server 88/363 >warning: /etc/ssh/sshd_config created as /etc/ssh/sshd_config.rpmnew > > Updating : mod_ssl 89/363 > > Updating : acpid 90/363 > > Updating : vixie-cron 91/363 > > Updating : postgresql 92/363 > > Updating : rng-utils 93/363 > > Updating : vsftpd 94/363 > > Updating : dhclient 95/363 > > Updating : iptables-ipv6 96/363 > > Updating : openswan 97/363 > > Updating : bind-utils 98/363 > > Updating : net-snmp 99/363 > > Updating : autofs 100/363 > > Updating : krb5-workstation 101/363 > > Updating : openldap-clients 102/363 > > Updating : sudo 103/363 > > Updating : nmap 104/363 > > Updating : audit 105/363 > > Updating : ksh 106/363 > > Updating : acl 107/363 > > Updating : rsync 108/363 > > Updating : pam_pkcs11 109/363 > > Updating : nss-tools 110/363 > > Updating : groff 111/363 > > Updating : ftp 112/363 > > Updating : crash 113/363 > > Updating : less 114/363 > > Updating : lsof 115/363 > > Updating : selinux-policy-targeted 116/363 > > Updating : ruby-rdoc 117/363 > > Updating : xinetd 118/363 > > Updating : glibc-devel 119/363 > > Updating : Deployment_Guide-it-IT 120/363 > > Updating : Deployment_Guide-zh-CN 121/363 > > Updating : Deployment_Guide-en-US 122/363 > > Updating : Deployment_Guide-es-ES 123/363 > > Updating : Deployment_Guide-zh-TW 124/363 > > Updating : Deployment_Guide-ko-KR 125/363 > > Updating : man-pages-ja 126/363 > > Updating : Deployment_Guide-ru-RU 127/363 > > Updating : Deployment_Guide-de-DE 128/363 > > Installing : kernel-xen-devel 129/363 > > Updating : Deployment_Guide-pt-BR 130/363 > > Updating : man-pages 131/363 > > Updating : redhat-release-notes 132/363 > > Updating : Deployment_Guide-ja-JP 133/363 > > Updating : Deployment_Guide-fr-FR 134/363 > > Updating : glibc 135/363 > > Updating : nspr 136/363 > > Updating : device-mapper 137/363 > > Updating : e2fsprogs-libs 138/363 > > Updating : krb5-libs 139/363 > > Updating : openssl 140/363 >warning: /etc/pki/tls/certs/ca-bundle.crt created as /etc/pki/tls/certs/ca-bundle.crt.rpmnew > > Updating : nss 141/363 > > Updating : cyrus-sasl-lib 142/363 > > Updating : openldap 143/363 > > Updating : nss_ldap 144/363 > > Updating : cyrus-sasl-md5 145/363 > > Updating : curl 146/363 > > Updating : postgresql-libs 147/363 > > Updating : cyrus-sasl-gssapi 148/363 > > Updating : pam_krb5 149/363 > > Updating : parted 150/363 > > Updating : audit-libs 151/363 > > Updating : libicu 152/363 > > Updating : expat 153/363 > > Updating : libX11 154/363 > > Updating : cyrus-sasl-plain 155/363 > > Updating : pam_pkcs11 156/363 > > Updating : python 157/363 > > Updating : python-libs 158/363 > > Updating : rhpl 159/363 > > Updating : libxml2-python 160/363 > > Updating : iscsi-initiator-utils 161/363 > > Updating : dbus-libs 162/363 > > Updating : kudzu 163/363 > > Updating : mkinitrd 164/363 > > Updating : dbus 165/363 > > Updating : yum 166/363 > > Updating : gamin-python 167/363 > > Updating : MySQL-python 168/363 > > Updating : audit-libs-python 169/363 > > Updating : postgresql-python 170/363 > > Updating : system-config-network-tui 171/363 > > Updating : rhn-setup 172/363 > > Updating : rhnlib 173/363 > > Updating : rhn-client-tools 174/363 > > Updating : yum-rhn-plugin 175/363 > > Installing : kernel-xen 176/363 > > Updating : firstboot-tui 177/363 > > Updating : yum-security 178/363 > > Updating : rhn-check 179/363 > > Updating : yum-utils 180/363 > > Updating : sos 181/363 > > Updating : yum-updateonboot 182/363 > > Updating : yum-fastestmirror 183/363 > > Cleanup : util-linux 184/363 > > Cleanup : openldap-clients 185/363 > > Cleanup : system-config-network-tui 186/363 > > Cleanup : net-snmp 187/363 > > Cleanup : audit 188/363 > > Cleanup : nss 189/363 > > Cleanup : hmaccalc 190/363 > > Cleanup : xinetd 191/363 > > Cleanup : mod_ssl 192/363 > > Cleanup : aspell 193/363 > > Cleanup : nscd 194/363 > > Cleanup : parted 195/363 > > Cleanup : firstboot-tui 196/363 > > Cleanup : coreutils 197/363 > > Cleanup : cyrus-sasl-lib 198/363 > > Cleanup : pciutils 199/363 > > Cleanup : Deployment_Guide-fr-FR 200/363 > > Cleanup : krb5-libs 201/363 > > Cleanup : rhn-setup 202/363 > > Cleanup : sudo 203/363 > > Cleanup : dbus-libs 204/363 > > Cleanup : acpid 205/363 > > Cleanup : rsyslog 206/363 > > Cleanup : nash 207/363 > > Cleanup : openldap 208/363 > > Cleanup : cyrus-sasl-gssapi 209/363 > > Cleanup : mysql-connector-odbc 210/363 > > Cleanup : MySQL-python 211/363 > > Cleanup : gnutls 212/363 > > Cleanup : nss_ldap 213/363 > > Cleanup : redhat-release 214/363 > > Cleanup : unixODBC 215/363 > > Cleanup : gamin-python 216/363 > > Cleanup : cyrus-sasl-gssapi 217/363 > > Cleanup : Deployment_Guide-ja-JP 218/363 > > Cleanup : redhat-release-notes 219/363 > > Cleanup : pam_pkcs11 220/363 > > Cleanup : net-tools 221/363 > > Cleanup : vixie-cron 222/363 > > Cleanup : man-pages 223/363 > > Cleanup : httpd 224/363 > > Cleanup : setup 225/363 > > Cleanup : krb5-workstation 226/363 > > Cleanup : hwdata 227/363 > > Cleanup : ruby-irb 228/363 > > Cleanup : python-libs 229/363 > > Cleanup : Deployment_Guide-pt-BR 230/363 > > Cleanup : postgresql 231/363 > > Cleanup : ksh 232/363 > > Cleanup : mysql 233/363 > > Cleanup : acl 234/363 > > Cleanup : audit-libs 235/363 > > Cleanup : nspr 236/363 > > Cleanup : rng-utils 237/363 > > Cleanup : perl 238/363 > > Cleanup : pango 239/363 > > Cleanup : libicu 240/363 > > Cleanup : cyrus-sasl-md5 241/363 > > Cleanup : audit-libs-python 242/363 > > Cleanup : glibc 243/363 > > Cleanup : yum-security 244/363 > > Cleanup : glibc-common 245/363 > > Cleanup : openssh-clients 246/363 > > Cleanup : gtk2 247/363 > > Cleanup : kernel-headers 248/363 > > Cleanup : ruby-rdoc 249/363 > > Cleanup : file 250/363 > > Cleanup : libusb 251/363 > > Cleanup : openssh 252/363 > > Cleanup : libXfont 253/363 > > Cleanup : iproute 254/363 > > Cleanup : libtiff 255/363 > > Cleanup : pam_pkcs11 256/363 > > Cleanup : nmap 257/363 > > Cleanup : Deployment_Guide-de-DE 258/363 > > Cleanup : samba-common 259/363 > > Cleanup : Deployment_Guide-ru-RU 260/363 > > Cleanup : expat 261/363 > > Cleanup : kpartx 262/363 > > Cleanup : device-mapper 263/363 > > Cleanup : curl 264/363 > > Cleanup : iscsi-initiator-utils 265/363 > > Cleanup : man-pages-ja 266/363 > > Cleanup : ftp 267/363 > > Cleanup : net-snmp-libs 268/363 > > Cleanup : cups-libs 269/363 > > Cleanup : cyrus-sasl-md5 270/363 > > Cleanup : glibc 271/363 > > Cleanup : initscripts 272/363 > > Cleanup : libsmbclient 273/363 > > Cleanup : openssl 274/363 > > Cleanup : crash 275/363 > > Cleanup : less 276/363 > > Cleanup : python 277/363 > > Cleanup : e2fsprogs-libs 278/363 > > Cleanup : selinux-policy 279/363 > > Cleanup : nss 280/363 > > Cleanup : rhpl 281/363 > > Cleanup : mkinitrd 282/363 > > Cleanup : pam_krb5 283/363 > > Cleanup : openssl 284/363 > > Cleanup : Deployment_Guide-ko-KR 285/363 > > Cleanup : openldap 286/363 > > Cleanup : lvm2 287/363 > > Cleanup : rhn-client-tools 288/363 > > Cleanup : rsync 289/363 > > Cleanup : libgcrypt 290/363 > > Cleanup : krb5-libs 291/363 > > Cleanup : libicu 292/363 > > Cleanup : lsof 293/363 > > Cleanup : curl 294/363 > > Cleanup : Deployment_Guide-zh-TW 295/363 > > Cleanup : bind-utils 296/363 > > Cleanup : gdbm 297/363 > > Cleanup : nss_ldap 298/363 > > Cleanup : cyrus-sasl-plain 299/363 > > Cleanup : gawk 300/363 > > Cleanup : ruby 301/363 > > Cleanup : nss-tools 302/363 > > Cleanup : rhn-check 303/363 > > Cleanup : yum-utils 304/363 > > Cleanup : audit-libs 305/363 > > Cleanup : sos 306/363 > > Cleanup : Deployment_Guide-es-ES 307/363 > > Cleanup : glibc-headers 308/363 > > Cleanup : tzdata 309/363 > > Cleanup : Deployment_Guide-en-US 310/363 > > Cleanup : openssh-server 311/363 > > Cleanup : pam_krb5 312/363 > > Cleanup : libXcursor 313/363 > > Cleanup : libxml2 314/363 > > Cleanup : yum-updateonboot 315/363 > > Cleanup : gamin 316/363 > > Cleanup : libvolume_id 317/363 > > Cleanup : vsftpd 318/363 > > Cleanup : Deployment_Guide-zh-CN 319/363 > > Cleanup : device-mapper 320/363 > > Cleanup : samba-client 321/363 > > Cleanup : expat 322/363 > > Cleanup : yum-rhn-plugin 323/363 > > Cleanup : rhnlib 324/363 > > Cleanup : mktemp 325/363 > > Cleanup : lftp 326/363 > > Cleanup : libX11 327/363 > > Cleanup : nspr 328/363 > > Cleanup : freetype 329/363 > > Cleanup : dhclient 330/363 > > Cleanup : parted 331/363 > > Cleanup : kudzu 332/363 > > Cleanup : iptables-ipv6 333/363 > > Cleanup : glibc-devel 334/363 > > Cleanup : libpng 335/363 > > Cleanup : dbus 336/363 > > Cleanup : iptables 337/363 > > Cleanup : postgresql-libs 338/363 > > Cleanup : bind-libs 339/363 > > Cleanup : udev 340/363 > > Cleanup : postgresql-python 341/363 > > Cleanup : postgresql-libs 342/363 > > Cleanup : libacl 343/363 > > Cleanup : tar 344/363 > > Cleanup : device-mapper-event 345/363 > > Cleanup : shadow-utils 346/363 > > Cleanup : autofs 347/363 > > Cleanup : selinux-policy-targeted 348/363 > > Cleanup : openswan 349/363 > > Cleanup : libgcj 350/363 > > Cleanup : e2fsprogs-libs 351/363 > > Cleanup : device-mapper-multipath 352/363 > > Cleanup : libX11 353/363 > > Cleanup : cyrus-sasl-lib 354/363 > > Cleanup : groff 355/363 > > Cleanup : yum 356/363 > > Cleanup : procps 357/363 > > Cleanup : Deployment_Guide-it-IT 358/363 > > Cleanup : cyrus-sasl-plain 359/363 > > Cleanup : ruby-libs 360/363 > > Cleanup : yum-fastestmirror 361/363 > > Cleanup : libxml2-python 362/363 > > Cleanup : e2fsprogs 363/363 > >Installed: > kernel-xen.x86_64 0:2.6.18-308.20.1.el5 > kernel-xen-devel.x86_64 0:2.6.18-308.20.1.el5 > >Dependency Installed: > unixODBC-libs.x86_64 0:2.2.11-10.el5 > >Updated: > Deployment_Guide-de-DE.noarch 0:5.8-1.el5 > Deployment_Guide-en-US.noarch 0:5.8-1.el5 > Deployment_Guide-es-ES.noarch 0:5.8-1.el5 > Deployment_Guide-fr-FR.noarch 0:5.8-1.el5 > Deployment_Guide-it-IT.noarch 0:5.8-1.el5 > Deployment_Guide-ja-JP.noarch 0:5.8-1.el5 > Deployment_Guide-ko-KR.noarch 0:5.8-1.el5 > Deployment_Guide-pt-BR.noarch 0:5.8-1.el5 > Deployment_Guide-ru-RU.noarch 0:5.8-1.el5 > Deployment_Guide-zh-CN.noarch 0:5.8-1.el5 > Deployment_Guide-zh-TW.noarch 0:5.8-1.el5 > MySQL-python.x86_64 0:1.2.3-0.1.c1.el5 > acl.x86_64 0:2.2.39-8.el5 > acpid.x86_64 0:1.0.4-12.el5 > aspell.x86_64 12:0.60.3-12 > audit.x86_64 0:1.8-2.el5 > audit-libs.i386 0:1.8-2.el5 > audit-libs.x86_64 0:1.8-2.el5 > audit-libs-python.x86_64 0:1.8-2.el5 > autofs.x86_64 1:5.0.1-0.rc2.164.el5_8 > bind-libs.x86_64 30:9.3.6-20.P1.el5_8.5 > bind-utils.x86_64 30:9.3.6-20.P1.el5_8.5 > coreutils.x86_64 0:5.97-34.el5_8.1 > crash.x86_64 0:5.1.8-1.el5 > cups-libs.x86_64 1:1.3.7-30.el5 > curl.i386 0:7.15.5-15.el5 > curl.x86_64 0:7.15.5-15.el5 > cyrus-sasl-gssapi.i386 0:2.1.22-7.el5_8.1 > cyrus-sasl-gssapi.x86_64 0:2.1.22-7.el5_8.1 > cyrus-sasl-lib.i386 0:2.1.22-7.el5_8.1 > cyrus-sasl-lib.x86_64 0:2.1.22-7.el5_8.1 > cyrus-sasl-md5.i386 0:2.1.22-7.el5_8.1 > cyrus-sasl-md5.x86_64 0:2.1.22-7.el5_8.1 > cyrus-sasl-plain.i386 0:2.1.22-7.el5_8.1 > cyrus-sasl-plain.x86_64 0:2.1.22-7.el5_8.1 > dbus.x86_64 0:1.1.2-16.el5_7 > dbus-libs.x86_64 0:1.1.2-16.el5_7 > device-mapper.i386 0:1.02.67-2.el5 > device-mapper.x86_64 0:1.02.67-2.el5 > device-mapper-event.x86_64 0:1.02.67-2.el5 > device-mapper-multipath.x86_64 0:0.4.7-48.el5_8.1 > dhclient.x86_64 12:3.0.5-31.el5_8.1 > e2fsprogs.x86_64 0:1.39-34.el5_8.1 > e2fsprogs-libs.i386 0:1.39-34.el5_8.1 > e2fsprogs-libs.x86_64 0:1.39-34.el5_8.1 > expat.i386 0:1.95.8-11.el5_8 > expat.x86_64 0:1.95.8-11.el5_8 > file.x86_64 0:4.17-21 > firstboot-tui.x86_64 0:1.4.27.9-1.el5 > freetype.x86_64 0:2.2.1-31.el5_8.1 > ftp.x86_64 0:0.17-37.el5 > gamin.x86_64 0:0.1.7-10.el5 > gamin-python.x86_64 0:0.1.7-10.el5 > gawk.x86_64 0:3.1.5-15.el5 > gdbm.x86_64 0:1.8.0-26.2.1.el5_6.1 > glibc.i686 0:2.5-81.el5_8.7 > glibc.x86_64 0:2.5-81.el5_8.7 > glibc-common.x86_64 0:2.5-81.el5_8.7 > glibc-devel.x86_64 0:2.5-81.el5_8.7 > glibc-headers.x86_64 0:2.5-81.el5_8.7 > gnutls.x86_64 0:1.4.1-7.el5_8.2 > groff.x86_64 0:1.18.1.1-13.el5 > gtk2.x86_64 0:2.10.4-21.el5_7.7 > hmaccalc.x86_64 0:0.9.6-4.el5 > httpd.x86_64 0:2.2.3-65.el5_8.3 > hwdata.noarch 0:0.213.26-1.el5 > initscripts.x86_64 0:8.45.42-1.el5_8.1 > iproute.x86_64 0:2.6.18-13.el5 > iptables.x86_64 0:1.3.5-9.2.el5_8 > iptables-ipv6.x86_64 0:1.3.5-9.2.el5_8 > iscsi-initiator-utils.x86_64 0:6.2.0.872-13.el5 > kernel-headers.x86_64 0:2.6.18-308.20.1.el5 > kpartx.x86_64 0:0.4.7-48.el5_8.1 > krb5-libs.i386 0:1.6.1-70.el5 > krb5-libs.x86_64 0:1.6.1-70.el5 > krb5-workstation.x86_64 0:1.6.1-70.el5 > ksh.x86_64 0:20100621-5.el5_8.1 > kudzu.x86_64 0:1.2.57.1.26-3 > less.x86_64 0:436-9.el5 > lftp.x86_64 0:3.7.11-7.el5 > libX11.i386 0:1.0.3-11.el5_7.1 > libX11.x86_64 0:1.0.3-11.el5_7.1 > libXcursor.x86_64 0:1.1.7-1.2 > libXfont.x86_64 0:1.2.2-1.0.4.el5_7 > libacl.x86_64 0:2.2.39-8.el5 > libgcj.x86_64 0:4.1.2-52.el5_8.1 > libgcrypt.x86_64 0:1.4.4-5.el5_8.2 > libicu.i386 0:3.6-5.16.1 > libicu.x86_64 0:3.6-5.16.1 > libpng.x86_64 2:1.2.10-17.el5_8 > libsmbclient.x86_64 0:3.0.33-3.39.el5_8 > libtiff.x86_64 0:3.8.2-15.el5_8 > libusb.x86_64 0:0.1.12-6.el5 > libvolume_id.x86_64 0:095-14.27.el5_7.1 > libxml2.x86_64 0:2.6.26-2.1.15.el5_8.5 > libxml2-python.x86_64 0:2.6.26-2.1.15.el5_8.5 > lsof.x86_64 0:4.78-6 > lvm2.x86_64 0:2.02.88-7.el5 > man-pages.noarch 0:2.39-20.el5 > man-pages-ja.noarch 0:20060815-15.el5 > mkinitrd.x86_64 0:5.1.19.6-75.el5 > mktemp.x86_64 3:1.5-24.el5 > mod_ssl.x86_64 1:2.2.3-65.el5_8.3 > mysql.x86_64 0:5.0.95-1.el5_7.1 > mysql-connector-odbc.x86_64 0:3.51.26r1127-2.el5 > nash.x86_64 0:5.1.19.6-75.el5 > net-snmp.x86_64 1:5.3.2.2-17.el5_8.1 > net-snmp-libs.x86_64 1:5.3.2.2-17.el5_8.1 > net-tools.x86_64 0:1.60-82.el5 > nmap.x86_64 2:4.11-2 > nscd.x86_64 0:2.5-81.el5_8.7 > nspr.i386 0:4.9.1-4.el5_8 > nspr.x86_64 0:4.9.1-4.el5_8 > nss.i386 0:3.13.5-4.el5_8 > nss.x86_64 0:3.13.5-4.el5_8 > nss-tools.x86_64 0:3.13.5-4.el5_8 > nss_ldap.i386 0:253-49.el5 > nss_ldap.x86_64 0:253-49.el5 > openldap.i386 0:2.3.43-25.el5_8.1 > openldap.x86_64 0:2.3.43-25.el5_8.1 > openldap-clients.x86_64 0:2.3.43-25.el5_8.1 > openssh.x86_64 0:4.3p2-82.el5 > openssh-clients.x86_64 0:4.3p2-82.el5 > openssh-server.x86_64 0:4.3p2-82.el5 > openssl.i686 0:0.9.8e-22.el5_8.4 > openssl.x86_64 0:0.9.8e-22.el5_8.4 > openswan.x86_64 0:2.6.32-3.el5 > pam_krb5.i386 0:2.2.14-22.el5 > pam_krb5.x86_64 0:2.2.14-22.el5 > pam_pkcs11.i386 0:0.5.3-26.el5 > pam_pkcs11.x86_64 0:0.5.3-26.el5 > pango.x86_64 0:1.14.9-8.el5_7.3 > parted.i386 0:1.8.1-29.el5 > parted.x86_64 0:1.8.1-29.el5 > pciutils.x86_64 0:3.1.7-5.el5 > perl.x86_64 4:5.8.8-38.el5_8 > postgresql.x86_64 0:8.1.23-6.el5_8 > postgresql-libs.i386 0:8.1.23-6.el5_8 > postgresql-libs.x86_64 0:8.1.23-6.el5_8 > postgresql-python.x86_64 0:8.1.23-6.el5_8 > procps.x86_64 0:3.2.7-18.el5 > python.x86_64 0:2.4.3-46.el5_8.2 > python-libs.x86_64 0:2.4.3-46.el5_8.2 > redhat-release.x86_64 0:5Server-5.8.0.3 > redhat-release-notes.x86_64 0:5Server-43 > rhn-check.noarch 0:0.4.20-77.el5 > rhn-client-tools.noarch 0:0.4.20-77.el5 > rhn-setup.noarch 0:0.4.20-77.el5 > rhnlib.noarch 0:2.5.22-7.el5 > rhpl.x86_64 0:0.194.1-2 > rng-utils.x86_64 1:2.0-5.el5 > rsync.x86_64 0:3.0.6-4.el5_7.1 > rsyslog.x86_64 0:3.22.1-7.el5 > ruby.x86_64 0:1.8.5-24.el5 > ruby-irb.x86_64 0:1.8.5-24.el5 > ruby-libs.x86_64 0:1.8.5-24.el5 > ruby-rdoc.x86_64 0:1.8.5-24.el5 > samba-client.x86_64 0:3.0.33-3.39.el5_8 > samba-common.x86_64 0:3.0.33-3.39.el5_8 > selinux-policy.noarch 0:2.4.6-327.el5 > selinux-policy-targeted.noarch 0:2.4.6-327.el5 > setup.noarch 0:2.5.58-9.el5 > shadow-utils.x86_64 2:4.0.17-20.el5 > sos.noarch 0:1.7-9.62.el5 > sudo.x86_64 0:1.7.2p1-14.el5_8.4 > system-config-network-tui.noarch 0:1.3.99.21-1.el5 > tar.x86_64 2:1.15.1-32.el5_8 > tzdata.x86_64 0:2012i-2.el5 > udev.x86_64 0:095-14.27.el5_7.1 > unixODBC.x86_64 0:2.2.11-10.el5 > util-linux.x86_64 0:2.13-0.59.el5_8 > vixie-cron.x86_64 4:4.1-81.el5 > vsftpd.x86_64 0:2.0.5-24.el5_8.1 > xinetd.x86_64 2:2.3.14-16.el5 > yum.noarch 0:3.2.22-39.el5 > yum-fastestmirror.noarch 0:1.1.16-21.el5 > yum-rhn-plugin.noarch 0:0.5.4-26.el5 > yum-security.noarch 0:1.1.16-21.el5 > yum-updateonboot.noarch 0:1.1.16-21.el5 > yum-utils.noarch 0:1.1.16-21.el5 > >Complete! >EXPECTED RESULT: >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify no fa1lures in rpm package ... >###################################################################################### >COMMAND: cat /root/valid/src/validate.log | grep 'failure in rpm package' | wc -l >RESULT: 1 >EXPECTED RESULT: 1 >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify no rpm scriplet fa1lures ... >###################################################################################### >COMMAND: cat /root/valid/src/validate.log | grep 'scriptlet failed, exit status 1' | wc -l >RESULT: 1 >EXPECTED RESULT: 1 >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify package removal... >###################################################################################### >COMMAND: /bin/rpm -e zsh >RETURN CODE: 0 >COMMAND: /bin/rpm -q zsh >RESULT: package zsh is not installed >EXPECTED RESULT: package zsh is not installed >RETURN CODE: 1 >PASS >###################################################################################### ># NEW TEST: ## install zsh ... >###################################################################################### >COMMAND: /usr/bin/yum -y install zsh >RETURN CODE: 0 >COMMAND: /bin/rpm -q --queryformat '%{NAME}\n' zsh >RESULT: zsh >EXPECTED RESULT: zsh >RETURN CODE: 0 >PASS >###################################################################################### ># NEW TEST: ## Verify package removal ... >###################################################################################### >COMMAND: /bin/rpm -e zsh >RETURN CODE: 0 >COMMAND: /bin/rpm -q zsh >RESULT: package zsh is not installed >EXPECTED RESULT: package zsh is not installed >RETURN CODE: 1 >PASS ># checking possible sys update >Loaded plugins: amazon-id, fastestmirror, rhui-lb, security >Loading mirror speeds from cached hostfile > * rhui-ap-southeast-2-client-config-server-5: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com > * rhui-ap-southeast-2-rhel-server: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com >Skipping security plugin, no data ># no sys update found >###################################################################################### ># NEW TEST: ## Verify yum update ... >###################################################################################### >COMMAND: /usr/bin/yum -y update >RESULT: Loaded plugins: amazon-id, fastestmirror, rhui-lb, security >Loading mirror speeds from cached hostfile > * rhui-ap-southeast-2-client-config-server-5: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com > * rhui-ap-southeast-2-rhel-server: rhui2-cds01.ap-southeast-2.aws.ce.redhat.com >Skipping security plugin, no data >Setting up Update Process >No Packages marked for Update >EXPECTED RESULT: >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 > >## Summary ## >FAILURES = 2 >FAILED TESTS = ## test repo files ... ## test repo files ... >LOG FILE = /root/valid/src/validate.log >## Summary ## > >###################################################################################### ># NEW TEST: ## Open a bugzilla >###################################################################################### >####################### cat of /etc/rc.local ################## >#!/bin/sh ># ># This script will be executed *after* all the other init scripts. ># You can put your own initialization stuff in here if you don't ># want to do the full Sys V style init stuff. > >touch /var/lock/subsys/local >if [ ! -d /root/.ssh ] ; then > mkdir -p /root/.ssh > chmod 0700 /root/.ssh > restorecon /root/.ssh >fi > >ATTEMPTS=5 >FAILED=0 ># Fetch public key using HTTP >while [ ! -f /root/.ssh/authorized_keys ]; do > curl -f http://169.254.169.254/latest/meta-data/public-keys/0/openssh-key > /tmp/aws-key 2>/dev/null > if [ $? -eq 0 ]; then > cat /tmp/aws-key >> /root/.ssh/authorized_keys > chmod 0600 /root/.ssh/authorized_keys > restorecon /root/.ssh/authorized_keys > rm -f /tmp/aws-key > echo "Successfully retrieved AWS public key from instance metadata" > else > FAILED=$(($FAILED + 1)) > if [ $FAILED -ge $ATTEMPTS ]; then > echo "Failed to retrieve AWS public key after $FAILED attempts, quitting" > break > fi > echo "Could not retrieve AWS public key (attempt #$FAILED/$ATTEMPTS), retrying in 5 seconds..." > sleep 5 > fi >done >cd /root/valid/src >./image_validation_postreboot.sh --imageID=ami-a1b7209b_ap-southeast-2_c1.xlarge --RHEL=5.7 --full-yum-suite=no --skip-questions=yes --bugzilla-username=mkovacik@redhat.com --bugzilla-password=pk980JIOjkd832 --bugzilla-num=881712 --failures=2 --memory=7000000 >> /var/log/messages >####################### cat of /etc/rc.local ################## >tput: No value for $TERM and no -T specified >tput: No value for $TERM and no -T specified >tput: No value for $TERM and no -T specified > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 456 100 456 0 0 210k 0 --:--:-- --:--:-- --:--:-- 210k >100 456 100 456 0 0 184k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 456 100 456 0 0 330k 0 --:--:-- --:--:-- --:--:-- 330k >100 456 100 456 0 0 272k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 456 100 456 0 0 325k 0 --:--:-- --:--:-- --:--:-- 325k >100 456 100 456 0 0 269k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 456 100 456 0 0 321k 0 --:--:-- --:--:-- --:--:-- 321k >100 456 100 456 0 0 265k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 456 100 456 0 0 329k 0 --:--:-- --:--:-- --:--:-- 329k >100 456 100 456 0 0 271k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 456 100 456 0 0 304k 0 --:--:-- --:--:-- --:--:-- 304k >100 456 100 456 0 0 254k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 174 100 174 0 0 135k 0 --:--:-- --:--:-- --:--:-- 135k >100 174 100 174 0 0 110k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 456 100 456 0 0 321k 0 --:--:-- --:--:-- --:--:-- 321k >100 456 100 456 0 0 265k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 456 100 456 0 0 358k 0 --:--:-- --:--:-- --:--:-- 358k >100 456 100 456 0 0 291k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 456 100 456 0 0 330k 0 --:--:-- --:--:-- --:--:-- 330k >100 456 100 456 0 0 272k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 456 100 456 0 0 344k 0 --:--:-- --:--:-- --:--:-- 344k >100 456 100 456 0 0 281k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 456 100 456 0 0 331k 0 --:--:-- --:--:-- --:--:-- 331k >100 456 100 456 0 0 273k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 456 100 456 0 0 348k 0 --:--:-- --:--:-- --:--:-- 348k >100 456 100 456 0 0 285k 0 --:--:-- --:--:-- --:--:-- 0 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > >100 174 100 174 0 0 138k 0 --:--:-- --:--:-- --:--:-- 138k >100 174 100 174 0 0 111k 0 --:--:-- --:--:-- --:--:-- 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 881712
:
915518
|
915519
|
915520
|
915521
|
915522
|
915523
| 915524