October 2025
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories

October 2025
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Install Java 1.8 and tomcat 8 on Redhat 7 centos 7

mkdir software

64 BIT
# wget –no-cookies –no-check-certificate –header “Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie” “http://download.oracle.com/otn-pub/java/jdk/8u40-b25/jdk-8u40-linux-x64.tar.gz”

# tar xzf jdk-8u40-linux-x64.tar.gz
32 BIT
# wget –no-cookies –no-check-certificate –header “Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie” “http://download.oracle.com/otn-pub/java/jdk/8u40-b25/jdk-8u40-linux-i586.tar.gz”

 

wget –no-cookies –no-check-certificate –header “Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie” “http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jdk-8u60-linux-x64.tar.gz”

 

# tar xzf jdk-8u40-linux-i586.tar.gz
mkdir /usr/java/

cd /usr/java/jdk1.8.0_40/
[root@cluster1 java]# ln -s /usr/java/jdk1.8.0_40/bin/java /usr/bin/java
[root@cluster1 java]# alternatives –install /usr/java/jdk1.8.0_40/bin/java java /usr/java/jdk1.8.0_40/bin/java 2

alternatives –install /usr/java/jdk1.8.0_40/bin/java java /usr/java/jdk1.8.0_40/bin/java 2
alternatives –config java

[root@cluster1 java]# alternatives –config java

There is 1 program that provides ‘java’.

Selection Command
———————————————–
*+ 1 /usr/java/jdk1.8.0_40/bin/java

Enter to keep the current selection[+], or type selection number: 1
[root@cluster1 java]#

alternatives –install /usr/bin/jar jar /opt/jdk1.8.0_40/bin/jar 2
alternatives –install /usr/bin/javac javac /opt/jdk1.8.0_40/bin/javac 2
alternatives –set jar /opt/jdk1.8.0_40/bin/jar
alternatives –set javac /opt/jdk1.8.0_40/bin/javac
vi /etc/profile.d/java.sh

export JAVA_HOME=/usr/java/jdk1.8.0_40
PATH=$JAVA_HOME/bin:$PATH
export PATH=$PATH:$JAVA_HOME
export JRE_HOME=/usr/java/jdk1.8.0_40/jre
export PATH=$PATH:/usr/java/jdk1.8.0_40/bin:/usr/java/jdk1.8.0_40/jre/bin

Red Hat Enterprise Linux 6 to 7

Red Hat Enterprise Linux 6 to 7?
Migrating existing Red Hat Enterprise Linux installations to new major versions

Migration vs. Upgrade
•migration:  Moving a set of running services from one installed   system to another, including all configuration aspects and data.
•upgrade: Upgrading the installed software to newer revisions. This process may or may not include migration.

 

•A new feature in RHEL 7 is functionality that marketing is calling in-place upgrades.
•We are offering a supported path to upgrade a RHEL 6 system to RHEL 7 without having to backup, format, reinstall, and restore.
•(NOTE: Must be upgrading from RHEL 6.latest on x86_64…for now.)
•The in-place aspect is meant to emphasize the fact that you do not have to move your data and configuration files off the system.
•In-place DOES NOT mean you avoid a reboot.

 

Actual Strategies We Have Seen Used
•Wait until you replace hardware to upgrade.
•Buy new server, install latest version, migrate all data from old system.
•yum dist­upgrade and hope for the best.
•One site actually used constantly regenerating yum repos.
•Do nothing.
•In some cases, start using the RHEL Extended Update Support[1]
program for critical fixes

 

What is EUS?
•Extended Update Support for Red Hat Enterprise Linux
•Allows you to standardize on a specific minor release for anextended period.
•Available for every RHEL 6 minor release.
•Includes critical security fixes and urgent bug fixes for two years.
•Part of your Premium RHEL subscription, or Sales would be happy to discuss if you’d like to add onto a different subscription level.

 

Example Pain Points
•Desired application requires a newer base level software component (e.g., MySQL, Apache, or PHP) and your chosen model of no-upgrades is not sustainable.
•Sysadmins do not have infinite time.
•New hardware enablement does not last forever eventually, RHEL releases enter Production Phase 3, which is maintenance only.[2]
•Not upgrading leaves you vulnerable to some software security risks.

 

Goals

•Treat migrating and upgrading as distinct operations.
•Provide tools that are flexible enough to integrate in to site  specific workflows.
•Allow for vendors and sites to extend the tools as necessary.
•Encourage contributions back to the tools for future RHEL releases.

 

Current RHEL Tools
•anaconda: Performs interactive and automated installations.
•ksverdiff: Shows kickstart syntax differences between versions
of RHEL and Fedora (part of the pykickstart package).
•ksvalidator: Validates a kickstart file against a specified kickstart
revision (part of the pykickstart package).
•lvcreate to create LVM snapshots.
•tar to create backups.
•mt to rewind tape drives

 

New RHEL Tools
•preupgrade-assistant
•Assists as you perform the the migration step.
•redhat-upgrade-tool
•Performs the upgrade step.

 

preupgrade-assistant
•Evaluates a RHEL 6 system for suitability to upgrade to RHEL 7.
•Output is report-like, similar to a tool like setroubleshoot.
•Problems are categorized and explained.
•Solutions to remedy are offered in the explanation text -or- in some cases
the solutions can be automatically applied.
•Can be run multiple times to determine if a system “passes”.
•Also produces script output which can be integrated in to other
tools as your site requires.
•Can be extended with 3rd party plug-ins.

 

Support
•Tested and supported use case at this point is:
• Upgrading from RHEL 6.5 to RHEL 7.0
• Must be using the Server variant
• Must be x86_64
•Either base or minimal package selection

 

Step 1 – Backup
•You do backups, right?
•Take a snapshot of the system using lvcreate. You can boot from install media later and use rescue mode to restore this snapshot should your upgrade fail.
•PROTIP: Make an easily accessible copy of configuration files for reference

 

Step 2 – Download preupgrade-assistant
•Install these prerequisite packages:
•yum install openscap pcre­devel mod_wsgi
•These are the packages for preupgrade-assistant for the RHEL
7.0 Beta program:
•preupgrade­assistant­1.0.2­6.el6.x86_64.rpm
•preupgrade­assistant­contents­0.4.4­1.el6.noarch.rpm
•Packages available at the RHEL 7.0 GA release will be different.
•Be sure to download both packages and install with:
•yum localinstall preupgrade­assistant*.rpm

 

 

Step 3 – Run preupgrade-assistant
•Download preupgrade-assistant on your RHEL 6 system.
•Beta program: https://access.redhat.com/site/solutions/637583
•Install preupgrade-assistant using yum localinstall.
•Run preupgrade­assistant and evaluate the output. Iterate  this process until you are satisfied with the results of   preupgrade-assistant.
•PROTIP: Take another snapshot of the system after completing  the preupgrade-assistant step

 

Step 4 – Download redhat-upgrade-tool
•Install these prerequisite packages:
•preupgrade­assistant and what it requires
•These are the packages for redhat-upgrade-tool for the RHEL 7.0
Beta program:
•redhat­upgrade­tool­0.7.5­1.el6_5.noarch.rpm
•Versions available at the RHEL 7.0 GA release will be different.
•Be sure to download both packages and install with:
•yum localinstall redhat­upgrade­tool*.rpm

 

Step 5 – Run redhat-upgrade-tool
•Download redhat-upgrade-tool on your RHEL 6 system.
•Beta program: https://access.redhat.com/site/solutions/637583
•Install redhat-upgrade-tool using RPM.
•Run redhat­upgrade­tool pointing at the RHEL-7.0 DVD
media you have mounted (or a network-accessible yum repo containing the RHEL-7.0 repo from the DVD).
•Follow the instructions to reboot the system and perform the upgrade.redhat-upg

 

 

redhat-upgrade-tool tips
•Do not try to upgrade a 32-bit x86 system to x86_64. This   upgrade path is not supported.
•Minimize risk by removing unnecessary 32-bit packages from multiarch systems before upgrading.
•You may need to add additional repo specifications to   redhat-upgrade-tool depending on what channels you used to

install software.
•–addrepo=REPOID=URL
•–addrepo=REPOID=@MIRRORLIST

 

entOS has not yet posted any official document on upgrading the CentOS 6, since there is no official documentation; we are not recommending this upgrade on production environment. If you like to give a try on development, you can just follow the simple steps.

Installing Redhat upgrade tool:

redhat-upgrade-tool is not available on standard repositories, you must setup the repository to install it.

# vi /etc/yum.repos.d/upgrade.repo

Place the following entries in it.

[upgrade]
name=upgrade
baseurl=http://dev.centos.org/centos/6/upg/x86_64/
enabled=1
gpgcheck=0

Install the following packages.

# yum -y install preupgrade-assistant-contents redhat-upgrade-tool preupgrade-assistant

PreUpgrade Assistant:

Run the following command to check the potential problem you might encounter with an upgrade from CentOS 6 to CentOS 7 before making a changes to the system.

# preupg

 

[root@oracle ~]# yum -y install preupgrade-assistant-contents redhat-upgrade-to ol preupgrade-assistant
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirror.nus.edu.sg
* extras: mirror.nus.edu.sg
* updates: mirror.nus.edu.sg
base | 3.7 kB 00:00
extras | 3.4 kB 00:00
ol6_UEK_latest | 1.2 kB 00:00
ol6_UEK_latest/primary | 15 MB 00:46
ol6_UEK_latest 337/337
ol6_latest | 1.4 kB 00:00
ol6_latest/primary | 40 MB 00:31
ol6_latest 25743/25743
updates | 3.4 kB 00:00
updates/primary_db | 4.2 MB 00:02
upgrade | 1.9 kB 00:00
upgrade/primary_db | 11 kB 00:00
Setting up Install Process
Resolving Dependencies
–> Running transaction check
—> Package preupgrade-assistant.x86_64 0:1.0.2-33.0.3.el6.centos will be installed
–> Processing Dependency: openscap(x86-64) >= 0.9.3-1 for package: preupgrade-assistant-1.0.2-33.0.3.el6.centos.x86_64
–> Processing Dependency: pkgconfig(libpcre) for package: preupgrade-assistant-1.0.2-33.0.3.el6.centos.x86_64
—> Package preupgrade-assistant-contents.noarch 0:0.5.13-1.0.5.el6.centos will be installed
—> Package redhat-upgrade-tool.noarch 1:0.7.22-3.el6.centos will be installed
–> Running transaction check
—> Package openscap.x86_64 0:1.0.8-1.0.1.el6_5 will be installed
—> Package pcre-devel.x86_64 0:7.8-6.el6 will be installed
–> Finished Dependency Resolution

 

Dependencies Resolved

 

===============================================================================================================================
Package Arch Version Repository Size
===============================================================================================================================
Installing:
preupgrade-assistant x86_64 1.0.2-33.0.3.el6.centos upgrade 439 k
preupgrade-assistant-contents noarch 0.5.13-1.0.5.el6.centos upgrade 590 k
redhat-upgrade-tool noarch 1:0.7.22-3.el6.centos upgrade 85 k
Installing for dependencies:
openscap x86_64 1.0.8-1.0.1.el6_5 ol6_latest 2.9 M
pcre-devel x86_64 7.8-6.el6 base 318 k

 

Transaction Summary
===============================================================================================================================
Install 5 Package(s)

 

Total download size: 4.3 M
Installed size: 49 M
Downloading Packages:
(1/5): openscap-1.0.8-1.0.1.el6_5.x86_64.rpm | 2.9 MB 00:06
(2/5): pcre-devel-7.8-6.el6.x86_64.rpm | 318 kB 00:00
(3/5): preupgrade-assistant-1.0.2-33.0.3.el6.centos.x86_64.rpm | 439 kB 00:01
(4/5): preupgrade-assistant-contents-0.5.13-1.0.5.el6.centos.noarch.rpm | 590 kB 00:01
(5/5): redhat-upgrade-tool-0.7.22-3.el6.centos.noarch.rpm | 85 kB 00:00
———————————————————————————————————————————————————————————————————————————————
Total 292 kB/s | 4.3 MB 00:14
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
Installing : pcre-devel-7.8-6.el6.x86_64 1/5
Installing : openscap-1.0.8-1.0.1.el6_5.x86_64 2/5
Installing : preupgrade-assistant-1.0.2-33.0.3.el6.centos.x86_64 3/5
Installing : 1:redhat-upgrade-tool-0.7.22-3.el6.centos.noarch 4/5
Installing : preupgrade-assistant-contents-0.5.13-1.0.5.el6.centos.noarch 5/5
Verifying : preupgrade-assistant-1.0.2-33.0.3.el6.centos.x86_64 1/5
Verifying : 1:redhat-upgrade-tool-0.7.22-3.el6.centos.noarch 2/5
Verifying : pcre-devel-7.8-6.el6.x86_64 3/5
Verifying : openscap-1.0.8-1.0.1.el6_5.x86_64 4/5
Verifying : preupgrade-assistant-contents-0.5.13-1.0.5.el6.centos.noarch 5/5

 

Installed:
preupgrade-assistant.x86_64 0:1.0.2-33.0.3.el6.centos preupgrade-assistant-contents.noarch 0:0.5.13-1.0.5.el6.centos redhat-upgrade-tool.noarch 1:0.7.22-3.el6.centos

 

Dependency Installed:
openscap.x86_64 0:1.0.8-1.0.1.el6_5 pcre-devel.x86_64 0:7.8-6.el6

 

Complete!

 

 
[root@oracle ~]# preupg
Preupg tool doesn’t do the actual upgrade.
Please ensure you have backed up your system and/or data in the event of a failed upgrade
that would require a full re-install of the system from installation media.
Do you want to continue? y/n
y
Gathering logs used by preupgrade assistant:
All installed packages : 01/11 …finished (time 00:00s)
All changed files : 02/11 …finished (time 03:19s)
Changed config files : 03/11 …finished (time 00:00s)
All users : 04/11 …finished (time 00:00s)
All groups : 05/11 …finished (time 00:00s)
Service statuses : 06/11 …finished (time 00:00s)
All installed files : 07/11 …finished (time 00:02s)
All local files : 08/11 …finished (time 00:04s)
All executable files : 09/11 …finished (time 00:00s)
RedHat signed packages : 10/11 …finished (time 00:00s)
CentOS signed packages : 11/11 …finished (time 00:00s)
Assessment of the system, running checks / SCE scripts:
001/095 …done (Configuration Files to Review)
002/095 …done (File Lists for Manual Migration)
003/095 …done (Bacula Backup Software)
004/095 …done (MySQL configuration)
005/095 …done (Migration of the MySQL data stack)
006/095 …done (General changes in default MySQL implementation)
007/095 …done (PostgreSQL upgrade content)
008/095 …done (GNOME Desktop Environment underwent several design modifications in CentOS 7 release)
009/095 …done (KDE Desktop Environment underwent several design modifications in CentOS 7 release)
010/095 …done (several graphic drivers not supported in CentOS 7)
011/095 …done (several input drivers not supported in CentOS 7)
012/095 …done (several kernel networking drivers not available in CentOS 7)
013/095 …done (several kernel storage drivers not available in CentOS 7)
014/095 …done (Names, Options and Output Format Changes in arptables)
015/095 …done (BIND9 running in a chroot environment check.)
016/095 …done (BIND9 configuration compatibility check)
017/095 …done (Move dhcpd/dhcprelay arguments from /etc/sysconfig/* to *.service files)
018/095 …done (DNSMASQ configuration compatibility check)
019/095 …done (Dovecot configuration compatibility check)
020/095 …done (Compatibility Between iptables and ip6tables)
021/095 …done (Net-SNMP check)
022/095 …done (Squid configuration compatibility check)
023/095 …done (Reusable Configuration Files)
024/095 …done (VCS repositories)
025/095 …done (Added and extended options for BIND9 configuration)
026/095 …done (Added options in DNSMASQ configuration)
027/095 …done (Packages not signed by CentOS)
028/095 …done (Obsoleted rpms)
029/095 …done (w3m not available in CentOS 7)
030/095 …done (report incompatibilities between CentOS 6 and 7 in qemu-guest-agent package)
031/095 …done (Removed options in coreutils binaries)
032/095 …done (Removed options in gawk binaries)
033/095 …done (Removed options in netstat binary)
034/095 …done (Removed options in quota tools)
035/095 …done (Removed rpms)
036/095 …done (Replaced rpms)
037/095 …done (GMP library incompatibilities)
038/095 …done (package downgrades)
039/095 …done (restore custom selinux configuration)
040/095 …done (General)
041/095 …done (samba shared directories selinux)
042/095 …done (CUPS Browsing/BrowsePoll configuration)
043/095 …done (CVS Package Split)
044/095 …done (FreeRADIUS Upgrade Verification)
045/095 …done (httpd configuration compatibility check)
046/095 …done (bind-dyndb-ldap)
047/095 …done (Identity Management Server compatibility check)
048/095 …done (IPA Server CA Verification)
049/095 …done (NTP configuration)
050/095 …done (Information on time-sync.target)
051/095 …done (OpenLDAP /etc/sysconfig and data compatibility)
052/095 …done (OpenSSH sshd_config migration content)
053/095 …done (OpenSSH sysconfig migration content)
054/095 …done (Configuration for quota_nld service)
055/095 …done (Disk quota netlink message daemon moved into quota-nld package)
056/095 …done (SSSD compatibility check)
057/095 …done (Luks encrypted partition)
058/095 …done (Clvmd and cmirrord daemon management.)
059/095 …done (State of LVM2 services.)
060/095 …done (device-mapper-multipath configuration compatibility check)
061/095 …done (Removal of scsi-target-utils)
062/095 …done (Configuration for warnquota tool)
063/095 …done (Disk quota tool warnquota moved into quota-warnquota package)
064/095 …done (Architecture Support)
065/095 …done (Binary rebuilds)
066/095 …done (Debuginfo packages)
067/095 …done (Cluster and High Availablility)
068/095 …done (fix krb5kdc config file)
069/095 …done (File Systems, Partitions and Mounts Configuration Review)
070/095 …done (Read Only FHS directories)
071/095 …done (Sonamebumped libs)
072/095 …done (SonameKept Reusable Dynamic Libraries)
073/095 …done (Removed .so libs)
074/095 …done (In-place Upgrade Requirements for the /usr/ Directory)
075/095 …done (CA certificate bundles modified)
076/095 …done (Developer Tool Set packages)
077/095 …done (Hyper-V)
078/095 …done (Content for enabling and disabling services based on CentOS 6 system)
079/095 …done (Check for ethernet interface naming)
080/095 …done (User modification in /etc/rc.local and /etc/rc.d/rc.local)
081/095 …done (cgroups configuration compatibility check)
082/095 …done (Plugable authentication modules (PAM))
083/095 …done (Foreign Perl modules)
084/095 …done (Python 2.7.5)
085/095 …done (Ruby 2.0.0)
086/095 …done (SCL collections)
087/095 …done (System kickstart)
088/095 …done (YUM)
089/095 …done (Check for usage of dangerous range of UID/GIDs)
090/095 …done (Incorrect usage of reserved UID/GIDs)
091/095 …done (NIS ypbind config files back-up)
092/095 …done (NIS Makefile back-up)
093/095 …done (NIS server maps check)
094/095 …done (NIS server MAXUID and MAXGID limits check)
095/095 …done (NIS server config file back-up)
Assessment finished (time 00:00s)
Result table with checks and their results for main contents:
————————————————————————————————————
|Configuration Files to Review |notapplicable |
|File Lists for Manual Migration |notapplicable |
|Bacula Backup Software |notapplicable |
|MySQL configuration |notapplicable |
|Migration of the MySQL data stack |notapplicable |
|General changes in default MySQL implementation |notapplicable |
|PostgreSQL upgrade content |notapplicable |
|GNOME Desktop Environment underwent several design modifications in CentOS 7 release |notapplicable |
|KDE Desktop Environment underwent several design modifications in CentOS 7 release |notapplicable |
|several graphic drivers not supported in CentOS 7 |notapplicable |
|several input drivers not supported in CentOS 7 |notapplicable |
|several kernel networking drivers not available in CentOS 7 |notapplicable |
|several kernel storage drivers not available in CentOS 7 |notapplicable |
|Names, Options and Output Format Changes in arptables |notapplicable |
|BIND9 running in a chroot environment check. |notapplicable |
|BIND9 configuration compatibility check |notapplicable |
|Move dhcpd/dhcprelay arguments from /etc/sysconfig/* to *.service files |notapplicable |
|DNSMASQ configuration compatibility check |notapplicable |
|Dovecot configuration compatibility check |notapplicable |
|Compatibility Between iptables and ip6tables |notapplicable |
|Net-SNMP check |notapplicable |
|Squid configuration compatibility check |notapplicable |
|Reusable Configuration Files |notapplicable |
|VCS repositories |notapplicable |
|Added and extended options for BIND9 configuration |notapplicable |
|Added options in DNSMASQ configuration |notapplicable |
|Packages not signed by CentOS |notapplicable |
|Obsoleted rpms |notapplicable |
|w3m not available in CentOS 7 |notapplicable |
|report incompatibilities between CentOS 6 and 7 in qemu-guest-agent package |notapplicable |
|Removed options in coreutils binaries |notapplicable |
|Removed options in gawk binaries |notapplicable |
|Removed options in netstat binary |notapplicable |
|Removed options in quota tools |notapplicable |
|Removed rpms |notapplicable |
|Replaced rpms |notapplicable |
|GMP library incompatibilities |notapplicable |
|package downgrades |notapplicable |
|restore custom selinux configuration |notapplicable |
|General |notapplicable |
|samba shared directories selinux |notapplicable |
|CUPS Browsing/BrowsePoll configuration |notapplicable |
|CVS Package Split |notapplicable |
|FreeRADIUS Upgrade Verification |notapplicable |
|httpd configuration compatibility check |notapplicable |
|bind-dyndb-ldap |notapplicable |
|Identity Management Server compatibility check |notapplicable |
|IPA Server CA Verification |notapplicable |
|NTP configuration |notapplicable |
|Information on time-sync.target |notapplicable |
|OpenLDAP /etc/sysconfig and data compatibility |notapplicable |
|OpenSSH sshd_config migration content |notapplicable |
|OpenSSH sysconfig migration content |notapplicable |
|Configuration for quota_nld service |notapplicable |
|Disk quota netlink message daemon moved into quota-nld package |notapplicable |
|SSSD compatibility check |notapplicable |
|Luks encrypted partition |notapplicable |
|Clvmd and cmirrord daemon management. |notapplicable |
|State of LVM2 services. |notapplicable |
|device-mapper-multipath configuration compatibility check |notapplicable |
|Removal of scsi-target-utils |notapplicable |
|Configuration for warnquota tool |notapplicable |
|Disk quota tool warnquota moved into quota-warnquota package |notapplicable |
|Architecture Support |notapplicable |
|Binary rebuilds |notapplicable |
|Debuginfo packages |notapplicable |
|Cluster and High Availablility |notapplicable |
|fix krb5kdc config file |notapplicable |
|File Systems, Partitions and Mounts Configuration Review |notapplicable |
|Read Only FHS directories |notapplicable |
|Sonamebumped libs |notapplicable |
|SonameKept Reusable Dynamic Libraries |notapplicable |
|Removed .so libs |notapplicable |
|In-place Upgrade Requirements for the /usr/ Directory |notapplicable |
|CA certificate bundles modified |notapplicable |
|Developer Tool Set packages |notapplicable |
|Hyper-V |notapplicable |
|Content for enabling and disabling services based on CentOS 6 system |notapplicable |
|Check for ethernet interface naming |notapplicable |
|User modification in /etc/rc.local and /etc/rc.d/rc.local |notapplicable |
|cgroups configuration compatibility check |notapplicable |
|Plugable authentication modules (PAM) |notapplicable |
|Foreign Perl modules |notapplicable |
|Python 2.7.5 |notapplicable |
|Ruby 2.0.0 |notapplicable |
|SCL collections |notapplicable |
|System kickstart |notapplicable |
|YUM |notapplicable |
|Check for usage of dangerous range of UID/GIDs |notapplicable |
|Incorrect usage of reserved UID/GIDs |notapplicable |
|NIS ypbind config files back-up |notapplicable |
|NIS Makefile back-up |notapplicable |
|NIS server maps check |notapplicable |
|NIS server MAXUID and MAXGID limits check |notapplicable |
|NIS server config file back-up |notapplicable |
————————————————————————————————————
Tarball with results is stored here /root/preupgrade-results/preupg_results-140731223457.tar.gz .
The latest assessment is stored in directory /root/preupgrade .
Upload results to UI by command:
e.g. preupg -u http://127.0.0.1:8099/submit/ -r /root/preupgrade-results/preupg_results-*.tar.gz .

 

 

 

[root@oracle ~]# rpm –import http://centos.excellmedia.net/7.0.1406/os/x86_64/RPM-GPG-KEY-CentOS-7

 

-bash: edhat-upgrade-tool: command not found
[root@oracle ~]# redhat-upgrade-tool –network 7.0 –instrepo http://centos.excellmedia.net/7.0.1406/os/x86_64/
setting up repos…
base | 3.6 kB 00:00
base/primary_db | 4.9 MB 00:22
cmdline-instrepo | 3.6 kB 00:00
cmdline-instrepo/primary_db | 4.9 MB 00:19
extras | 3.3 kB 00:00
extras/primary_db | 15 kB 00:00
ol6_UEK_latest | 1.2 kB 00:00
ol6_UEK_latest/primary | 15 MB 00:18
ol6_latest | 1.4 kB 00:00
ol6_latest/primary | 40 MB 00:28
updates | 3.4 kB 00:00
updates/primary_db | 2.1 MB 00:03
upgrade | 1.9 kB 00:00
upgrade/primary_db | 11 kB 00:00
.treeinfo | 1.1 kB 00:00
preupgrade-assistant has not been run.
To perform this upgrade, either run preupg or run redhat-upgrade-tool –force
[root@oracle ~]#

 

Re-run the redhat-upgrade-tool with the –force option (not recommended, but this is only solution as of now)
[root@oracle ~]# redhat-upgrade-tool –network 7.0 –force –instrepo http://centos.excellmedia.net/7.0.1
redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements
finding updates 100% [======================================================================================================================================================================================================================]redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements
finding updates 100% [======================================================================================================================================================================================================================]redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements
finding updates 100% [======================================================================================================================================================================================================================]redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements
finding updates 100% [======================================================================================================================================================================================================================]redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements
finding updates 100% [======================================================================================================================================================================================================================]redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements
redhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements
(1/1414): GConf2-3.2.6-8.el7.x86_64.rpm | 1.0 MB 00:01
(2/1414): GConf2-devel-3.2.6-8.el7.x86_64.rpm | 110 kB 00:00
(3/1414): ModemManager-1.1.0-6.git20130913.el7.x86_64.rpm | 615 kB 00:01
(4/1414): ModemManager-glib-1.1.0-6.git20130913.el7.x86_64.rpm | 204 kB 00:00
(5/1414): NetworkManager-0.9.9.1-25.git20140326.4dba720.el7_0.x86_64.rpm | 1.4 MB 00:02
(6/1414): NetworkManager-glib-0.9.9.1-25.git20140326.4dba720.el7_0.x86_64.rpm | 369 kB 00:00
(7/1414): ORBit2-2.14.19-13.el7.i686.rpm | 171 kB 00:00
(8/1414): ORBit2-2.14.19-13.el7.x86_64.rpm | 176 kB 00:00
(9/1414): ORBit2-devel-2.14.19-13.el7.x86_64.rpm | 174 kB 00:00
(10/1414): PackageKit-0.8.9-11.el7.centos.x86_64.rpm | 607 kB 00:01
(11/1414): PackageKit-device-rebind-0.8.9-11.el7.centos.x86_64.rpm | 11 kB 00:00
(12/1414): PackageKit-glib-0.8.9-11.el7.centos.x86_64.rpm | 124 kB 00:00
(13/1414): PackageKit-yum-0.8.9-11.el7.centos.x86_64.rpm | 77 kB 00:00
(14/1414): PackageKit-yum-plugin-0.8.9-11.el7.centos.x86_64.rpm | 6.4 kB 00:00
(15/1414): SDL-1.2.15-11.el7.x86_64.rpm | 204 kB 00:00
(16/1414): abattis-cantarell-fonts-0.0.12-3.el7.noarch.rpm | 98 kB 00:00
(17/1414): abrt-2.1.11-12.el7.centos.x86_64.rpm | 438 kB 00:00
(18/1414): abrt-addon-ccpp-2.1.11-12.el7.centos.x86_64.rpm | 178 kB 00:00
(19/1414): abrt-addon-kerneloops-2.1.11-12.el7.centos.x86_64.rpm | 95 kB 00:00
(20/1414): abrt-addon-pstoreoops-2.1.11-12.el7.centos.x86_64.rpm | 88 kB 00:00
(21/1414): abrt-addon-python-2.1.11-12.el7.centos.x86_64.rpm | 93 kB 00:00
(22/1414): abrt-addon-vmcore-2.1.11-12.el7.centos.x86_64.rpm | 97 kB 00:00
(23/1414): abrt-addon-xorg-2.1.11-12.el7.centos.x86_64.rpm | 88 kB 00:00
(24/1414): abrt-cli-2.1.11-12.el7.centos.x86_64.rpm | 79 kB 00:00
(25/1414): abrt-dbus-2.1.11-12.el7.centos.x86_64.rpm | 111 kB 00:00
(26/1414): abrt-desktop-2.1.11-12.el7.centos.x86_64.rpm | 79 kB 00:00
(27/1414): abrt-gui-2.1.11-12.el7.centos.x86_64.rpm | 181 kB 00:00
(28/1414): abrt-gui-libs-2.1.11-12.el7.centos.x86_64.rpm | 86 kB 00:00
(29/1414): abrt-libs-2.1.11-12.el7.centos.x86_64.rpm | 97 kB 00:00
(30/1414): abrt-python-2.1.11-12.el7.centos.x86_64.rpm | 100 kB 00:00
(31/1414): abrt-tui-2.1.11-12.el7.centos.x86_64.rpm | 89 kB 00:00
(32/1414): accountsservice-0.6.35-7.el7.x86_64.rpm | 88 kB 00:00
(33/1414): accountsservice-libs-0.6.35-7.el7.x86_64.rpm | 76 kB 00:00
(34/1414): acl-2.2.51-12.el7.x86_64.rpm | 81 kB 00:00
(35/1414): acpid-2.0.19-5.el7.x86_64.rpm | 66 kB 00:00
(36/1414): adwaita-cursor-theme-3.8.4-3.el7.noarch.rpm | 124 kB 00:00
(37/1414): adwaita-gtk2-theme-3.8.4-3.el7.x86_64.rpm | 79 kB 00:00
(38/1414): adwaita-gtk3-theme-3.8.4-3.el7.x86_64.rpm | 136 kB 00:00
(39/1414): aic94xx-firmware-30-6.el7.noarch.rpm | 23 kB 00:00
(40/1414): alsa-lib-1.0.27.2-3.el7.x86_64.rpm | 389 kB 00:01
(41/1414): alsa-plugins-pulseaudio-1.0.27-3.el7.x86_64.rpm | 41 kB 00:00
(42/1414): alsa-utils-1.0.27.2-5.el7.x86_64.rpm | 1.0 MB 00:01
(43/1414): at-3.1.13-17.el7.x86_64.rpm | 50 kB 00:00
(44/1414): at-spi-1.32.0-12.el7.x86_64.rpm | 240 kB 00:00
(45/1414): at-spi-python-1.32.0-12.el7.x86_64.rpm | 51 kB 00:00
(46/1414): at-spi2-atk-2.8.1-4.el7.x86_64.rpm | 73 kB 00:00
(47/1414): at-spi2-atk-devel-2.8.1-4.el7.x86_64.rpm | 10 kB 00:00
(48/1414): at-spi2-core-2.8.0-6.el7.x86_64.rpm | 151 kB 00:00
(49/1414): atk-2.8.0-4.el7.x86_64.rpm | 233 kB 00:00
(50/1414): atk-devel-2.8.0-4.el7.x86_64.rpm | 152 kB 00:00
(51/1414): atkmm-2.22.7-3.el7.x86_64.rpm | 77 kB 00:00
(52/1414): atkmm-devel-2.22.7-3.el7.x86_64.rpm | 38 kB 00:00
(53/1414): attr-2.4.46-12.el7.x86_64.rpm | 66 kB 00:00
(54/1414): audit-2.3.3-4.el7.x86_64.rpm | 223 kB 00:00
(55/1414): audit-libs-2.3.3-4.el7.i686.rpm | 77 kB 00:00
(56/1414): audit-libs-2.3.3-4.el7.x86_64.rpm | 77 kB 00:00
(57/1414): augeas-libs-1.1.0-12.el7.x86_64.rpm | 327 kB 00:00
(58/1414): authconfig-6.2.8-8.el7.x86_64.rpm | 399 kB 00:01
(59/1414): authconfig-gtk-6.2.8-8.el7.x86_64.rpm | 105 kB 00:00
(60/1414): autoconf-2.69-11.el7.noarch.rpm | 701 kB 00:01
(61/1414): autofs-5.0.7-40.el7.x86_64.rpm | 550 kB 00:00
(62/1414): autogen-libopts-5.18-5.el7.x86_64.rpm | 66 kB 00:00
(63/1414): automake-1.13.4-3.el7.noarch.rpm | 679 kB 00:00
(64/1414): avahi-0.6.31-13.el7.x86_64.rpm | 260 kB 00:00
(65/1414): avahi-autoipd-0.6.31-13.el7.x86_64.rpm | 38 kB 00:00
(66/1414): avahi-glib-0.6.31-13.el7.x86_64.rpm | 24 kB 00:00
(67/1414): avahi-libs-0.6.31-13.el7.x86_64.rpm | 60 kB 00:00
(68/1414): basesystem-10.0-7.el7.centos.noarch.rpm | 5.0 kB 00:00
(69/1414): bash-4.2.45-5.el7.x86_64.rpm | 1.0 MB 00:02
(70/1414): bc-1.06.95-13.el7.x86_64.rpm | 115 kB 00:00
(71/1414): bfa-firmware-3.2.23.0-1.0.1.el6.noarch.rpm | 3.2 MB 00:02
(72/1414): bind-libs-9.9.4-14.el7.x86_64.rpm | 1.0 MB 00:01
(73/1414): bind-libs-lite-9.9.4-14.el7.x86_64.rpm | 709 kB 00:01
(74/1414): bind-license-9.9.4-14.el7.noarch.rpm | 79 kB 00:00
(75/1414): bind-utils-9.9.4-14.el7.x86_64.rpm | 198 kB 00:00
(76/1414): binutils-2.23.52.0.1-16.el7.x86_64.rpm | 5.0 MB 00:10
(77/1414): binutils-devel-2.23.52.0.1-16.el7.x86_64.rpm | 791 kB 00:01
(78/1414): biosdevname-0.5.0-10.el7.x86_64.rpm | 37 kB 00:00
(79/1414): blktrace-1.0.5-6.el7.x86_64.rpm | 133 kB 00:00
(80/1414): bluez-4.101-13.el7.x86_64.rpm | 560 kB 00:00
(81/1414): bluez-libs-4.101-13.el7.x86_64.rpm | 90 kB 00:00
(82/1414): boost-regex-1.53.0-18.el7.x86_64.rpm | 294 kB 00:00
(83/1414): bridge-utils-1.5-9.el7.x86_64.rpm | 32 kB 00:00
(84/1414): brlapi-0.6.0-8.el7.x86_64.rpm | 113 kB 00:00
(85/1414): brltty-4.5-8.el7.x86_64.rpm | 926 kB 00:01
(86/1414): btrfs-progs-3.12-4.el7.x86_64.rpm | 412 kB 00:00
(87/1414): bzip2-1.0.6-12.el7.x86_64.rpm | 52 kB 00:00
(88/1414): bzip2-libs-1.0.6-12.el7.i686.rpm | 40 kB 00:00
(89/1414): bzip2-libs-1.0.6-12.el7.x86_64.rpm | 40 kB 00:00
(90/1414): c-ares-1.10.0-3.el7.x86_64.rpm | 78 kB 00:00
(91/1414): ca-certificates-2013.1.95-71.el7.noarch.rpm | 375 kB 00:00
(92/1414): cairo-1.12.14-6.el7.x86_64.rpm | 697 kB 00:01
(93/1414): cairo-devel-1.12.14-6.el7.x86_64.rpm | 515 kB 00:01
(94/1414): cairo-gobject-1.12.14-6.el7.x86_64.rpm | 25 kB 00:00
(95/1414): cairo-gobject-devel-1.12.14-6.el7.x86_64.rpm | 18 kB 00:00
(96/1414): cairomm-1.10.0-8.el7.x86_64.rpm | 57 kB 00:00
(97/1414): cairomm-devel-1.10.0-8.el7.x86_64.rpm | 71 kB 00:00
(98/1414): caribou-0.4.11-3.el7.x86_64.rpm | 148 kB 00:00
(99/1414): caribou-gtk2-module-0.4.11-3.el7.x86_64.rpm | 20 kB 00:00
(100/1414): caribou-gtk3-module-0.4.11-3.el7.x86_64.rpm | 20 kB 00:00
(101/1414): cdparanoia-libs-10.2-17.el7.x86_64.rpm | 56 kB 00:00
(102/1414): cdrdao-1.2.3-20.el7.x86_64.rpm | 320 kB 00:00
(103/1414): celt051-0.5.1.3-8.el7.x86_64.rpm | 53 kB 00:00
(104/1414): centos-bookmarks-7-1.el7.noarch.rpm | 4.3 kB 00:00
(105/1414): centos-indexhtml-7-9.el7.centos.noarch.rpm | 92 kB 00:00
(106/1414): centos-logos-70.0.6-1.el7.centos.noarch.rpm | 21 MB 00:37
(107/1414): centos-release-7-0.1406.el7.centos.2.4.x86_64.rpm | 21 kB 00:00
(108/1414): certmonger-0.70-2.el7.x86_64.rpm | 332 kB 00:00
(109/1414): checkpolicy-2.1.12-6.el7.x86_64.rpm | 247 kB 00:00
(110/1414): cheese-libs-3.8.2-7.el7.x86_64.rpm | 2.9 MB 00:06
(111/1414): chkconfig-1.3.61-4.el7.x86_64.rpm | 172 kB 00:00
(112/1414): cifs-utils-6.2-6.el7.x86_64.rpm | 83 kB 00:00
(113/1414): cjkuni-ukai-fonts-0.2.20080216.1-51.el7.noarch.rpm | 8.7 MB 00:16
(114/1414): cjkuni-uming-fonts-0.2.20080216.1-53.el7.noarch.rpm | 8.2 MB 00:15
(115/1414): clutter-1.14.4-9.el7.x86_64.rpm | 973 kB 00:02
(116/1414): clutter-gst2-2.0.4-3.el7.x86_64.rpm | 58 kB 00:00
(117/1414): clutter-gtk-1.4.4-5.el7.x86_64.rpm | 41 kB 00:00
(118/1414): cogl-1.14.0-5.1.el7.x86_64.rpm | 393 kB 00:00
(119/1414): color-filesystem-1-13.el7.noarch.rpm | 5.3 kB 00:00
(120/1414): colord-1.0.4-3.el7.x86_64.rpm | 349 kB 00:00
(121/1414): colord-gtk-0.1.25-3.el7.x86_64.rpm | 21 kB 00:00
(122/1414): colord-libs-1.0.4-3.el7.x86_64.rpm | 148 kB 00:00
(123/1414): compat-libcap1-1.10-7.el7.x86_64.rpm | 19 kB 00:00
(124/1414): compat-libstdc++-33-3.2.3-71.el7.x86_64.rpm | 191 kB 00:00
(125/1414): comps-extras-7-2.el7.noarch.rpm | 53 kB 00:00
(126/1414): control-center-3.8.6-15.el7.x86_64.rpm | 4.1 MB 00:08
(127/1414): control-center-filesystem-3.8.6-15.el7.x86_64.rpm | 17 kB 00:00
(128/1414): coreutils-8.22-11.el7.x86_64.rpm | 3.2 MB 00:06
(129/1414): cpio-2.11-22.el7.x86_64.rpm | 210 kB 00:00
(130/1414): cpp-4.8.2-16.el7.x86_64.rpm | 5.9 MB 00:10
(131/1414): cracklib-2.9.0-11.el7.i686.rpm | 79 kB 00:00
(132/1414): cracklib-2.9.0-11.el7.x86_64.rpm | 80 kB 00:00
(133/1414): cracklib-dicts-2.9.0-11.el7.x86_64.rpm | 3.6 MB 00:09
(134/1414): cracklib-python-2.9.0-11.el7.x86_64.rpm | 25 kB 00:00
(135/1414): crash-7.0.2-6.el7.x86_64.rpm | 2.5 MB 00:04
(136/1414): crash-gcore-command-1.2.1-2.el7.x86_64.rpm | 40 kB 00:00
(137/1414): crash-trace-command-2.0-8.el7.x86_64.rpm | 27 kB 00:00
(138/1414): crda-1.1.3_2013.11.27-5.el7.x86_64.rpm | 29 kB 00:00
(139/1414): cronie-1.4.11-11.el7.x86_64.rpm | 89 kB 00:00
(140/1414): cronie-anacron-1.4.11-11.el7.x86_64.rpm | 34 kB 00:00
(141/1414): crontabs-1.11-6.20121102git.el7.noarch.rpm | 13 kB 00:00
(142/1414): cryptsetup-1.6.3-2.el7.x86_64.rpm | 110 kB 00:00
(143/1414): cryptsetup-libs-1.6.3-2.el7.x86_64.rpm | 175 kB 00:00
(144/1414): ctags-5.8-13.el7.x86_64.rpm | 155 kB 00:00
(145/1414): cups-1.6.3-14.el7.x86_64.rpm | 1.3 MB 00:02
(146/1414): cups-devel-1.6.3-14.el7.x86_64.rpm | 127 kB 00:00
(147/1414): cups-filesystem-1.6.3-14.el7.noarch.rpm | 92 kB 00:00
(148/1414): cups-filters-1.0.35-15.el7.x86_64.rpm | 288 kB 00:00
(149/1414): cups-filters-libs-1.0.35-15.el7.x86_64.rpm | 91 kB 00:00
(150/1414): cups-libs-1.6.3-14.el7.x86_64.rpm | 352 kB 00:00
(151/1414): cups-pk-helper-0.2.4-5.el7.x86_64.rpm | 69 kB 00:00
(152/1414): curl-7.29.0-19.el7.x86_64.rpm | 261 kB 00:00
(153/1414): cvs-1.11.23-35.el7.x86_64.rpm | 581 kB 00:01
(154/1414): cyrus-sasl-2.1.26-17.el7.x86_64.rpm | 87 kB 00:00
(155/1414): cyrus-sasl-gssapi-2.1.26-17.el7.x86_64.rpm | 40 kB 00:00
(156/1414): cyrus-sasl-lib-2.1.26-17.el7.x86_64.rpm | 154 kB 00:00
(157/1414): cyrus-sasl-md5-2.1.26-17.el7.x86_64.rpm | 55 kB 00:00
(158/1414): cyrus-sasl-plain-2.1.26-17.el7.x86_64.rpm | 38 kB 00:00
(159/1414): dbus-1.6.12-8.el7.x86_64.rpm | 305 kB 00:00
(160/1414): dbus-devel-1.6.12-8.el7.x86_64.rpm | 51 kB 00:00
(161/1414): dbus-glib-0.100-7.el7.i686.rpm | 103 kB 00:00
(162/1414): dbus-glib-0.100-7.el7.x86_64.rpm | 102 kB 00:00
(163/1414): dbus-glib-devel-0.100-7.el7.x86_64.rpm | 53 kB 00:00
(164/1414): dbus-libs-1.6.12-8.el7.i686.rpm | 151 kB 00:00
(165/1414): dbus-libs-1.6.12-8.el7.x86_64.rpm | 150 kB 00:01
(166/1414): dbus-python-1.1.1-9.el7.x86_64.rpm | 206 kB 00:00
(167/1414): dbus-x11-1.6.12-8.el7.x86_64.rpm | 45 kB 00:00
(168/1414): dconf-0.16.0-6.el7.x86_64.rpm | 150 kB 00:00
(169/1414): dejavu-fonts-common-2.33-6.el7.noarch.rpm | 64 kB 00:00
(170/1414): dejavu-sans-fonts-2.33-6.el7.noarch.rpm | 1.4 MB 00:02
(171/1414): dejavu-sans-mono-fonts-2.33-6.el7.noarch.rpm | 433 kB 00:00
(172/1414): dejavu-serif-fonts-2.33-6.el7.noarch.rpm | 776 kB 00:01
(173/1414): desktop-file-utils-0.21-4.el7.x86_64.rpm | 67 kB 00:00
(174/1414): device-mapper-1.02.84-14.el7.x86_64.rpm | 202 kB 00:00
(175/1414): device-mapper-event-1.02.84-14.el7.x86_64.rpm | 154 kB 00:00
(176/1414): device-mapper-event-libs-1.02.84-14.el7.x86_64.rpm | 146 kB 00:00
(177/1414): device-mapper-libs-1.02.84-14.el7.x86_64.rpm | 238 kB 00:01
(178/1414): device-mapper-persistent-data-0.3.2-1.el7.x86_64.rpm | 2.7 MB 00:06
(179/1414): dhclient-4.2.5-27.el7.centos.x86_64.rpm | 276 kB 00:00
(180/1414): dhcp-common-4.2.5-27.el7.centos.x86_64.rpm | 169 kB 00:01
(181/1414): dhcp-libs-4.2.5-27.el7.centos.x86_64.rpm | 126 kB 00:00
(182/1414): diffutils-3.3-4.el7.x86_64.rpm | 322 kB 00:01
(183/1414): dmidecode-2.12-5.el7.x86_64.rpm | 78 kB 00:00
(184/1414): dmraid-1.0.0.rc16-23.el7.x86_64.rpm | 150 kB 00:00
(185/1414): dmraid-events-1.0.0.rc16-23.el7.x86_64.rpm | 21 kB 00:00
(186/1414): dnsmasq-2.66-12.el7.x86_64.rpm | 227 kB 00:01
(187/1414): docbook-dtds-1.0-60.el7.noarch.rpm | 226 kB 00:00
(188/1414): docbook-style-dsssl-1.79-17.el7.noarch.rpm | 251 kB 00:00
(189/1414): docbook-style-xsl-1.78.1-3.el7.noarch.rpm | 2.0 MB 00:04
(190/1414): docbook-utils-0.6.14-36.el7.noarch.rpm | 71 kB 00:00
(191/1414): dosfstools-3.0.20-9.el7.x86_64.rpm | 101 kB 00:00
(192/1414): dotconf-1.3-8.el7.x86_64.rpm | 27 kB 00:00
(193/1414): dracut-033-161.el7.x86_64.rpm | 296 kB 00:01
(194/1414): dracut-config-rescue-033-161.el7.x86_64.rpm | 42 kB 00:00
(195/1414): dracut-network-033-161.el7.x86_64.rpm | 78 kB 00:00
(196/1414): dyninst-8.1.2-6.el7.x86_64.rpm | 2.5 MB 00:05
(197/1414): e2fsprogs-1.42.9-4.el7.x86_64.rpm | 691 kB 00:01
(198/1414): e2fsprogs-libs-1.42.9-4.el7.x86_64.rpm | 165 kB 00:00
(199/1414): ebtables-2.0.10-13.el7.x86_64.rpm | 122 kB 00:00
(200/1414): ecj-4.2.1-8.el7.x86_64.rpm | 1.4 MB 00:02
(201/1414): ed-1.9-4.el7.x86_64.rpm | 72 kB 00:00
(202/1414): efibootmgr-0.5.4-18.el7.x86_64.rpm | 40 kB 00:00
(203/1414): elfutils-0.158-3.el7.x86_64.rpm | 260 kB 00:00
(204/1414): elfutils-devel-0.158-3.el7.x86_64.rpm | 76 kB 00:00
(205/1414): elfutils-devel-static-0.158-3.el7.x86_64.rpm | 157 kB 00:00
(206/1414): elfutils-libelf-0.158-3.el7.x86_64.rpm | 188 kB 00:00
(207/1414): elfutils-libelf-devel-0.158-3.el7.x86_64.rpm | 34 kB 00:00
(208/1414): elfutils-libelf-devel-static-0.158-3.el7.x86_64.rpm | 67 kB 00:00
(209/1414): elfutils-libs-0.158-3.el7.x86_64.rpm | 238 kB 00:00
(210/1414): emacs-filesystem-24.3-11.el7.noarch.rpm | 57 kB 00:00
(211/1414): enchant-1.6.0-8.el7.x86_64.rpm | 55 kB 00:00
(212/1414): enscript-1.6.6-6.el7.x86_64.rpm | 412 kB 00:00
(213/1414): eog-3.8.2-5.el7.x86_64.rpm | 3.0 MB 00:06
(214/1414): espeak-1.47.11-4.el7.x86_64.rpm | 1.1 MB 00:01
(215/1414): ethtool-3.8-3.el7.x86_64.rpm | 108 kB 00:00
(216/1414): evolution-data-server-3.8.5-24.el7_0.x86_64.rpm | 2.8 MB 00:05
(217/1414): exempi-2.2.0-8.el7.x86_64.rpm | 414 kB 00:01
(218/1414): expat-2.1.0-8.el7.i686.rpm | 80 kB 00:00
(219/1414): expat-2.1.0-8.el7.x86_64.rpm | 80 kB 00:00
(220/1414): expat-devel-2.1.0-8.el7.x86_64.rpm | 56 kB 00:00
(221/1414): festival-1.96-28.el7.x86_64.rpm | 1.3 MB 00:02
(222/1414): festival-freebsoft-utils-0.10-7.el7.noarch.rpm | 36 kB 00:00
(223/1414): festival-lib-1.96-28.el7.x86_64.rpm | 458 kB 00:01
(224/1414): festival-speechtools-libs-1.2.96-28.el7.x86_64.rpm | 1.0 MB 00:01
(225/1414): festvox-slt-arctic-hts-0.20061229-28.el7.noarch.rpm | 1.0 MB 00:02
(226/1414): file-5.11-21.el7.x86_64.rpm | 54 kB 00:00
(227/1414): file-libs-5.11-21.el7.x86_64.rpm | 336 kB 00:00
(228/1414): filesystem-3.2-18.el7.x86_64.rpm | 1.0 MB 00:01
(229/1414): findutils-4.5.11-3.el7.x86_64.rpm | 558 kB 00:00
(230/1414): fipscheck-1.4.1-5.el7.x86_64.rpm | 21 kB 00:00
(231/1414): fipscheck-lib-1.4.1-5.el7.x86_64.rpm | 11 kB 00:00
(232/1414): firefox-24.7.0-1.0.1.el6_5.x86_64.rpm | 47 MB 00:26
(233/1414): firstboot-19.9-1.el7.noarch.rpm | 111 kB 00:00
(234/1414): flac-libs-1.3.0-4.el7.x86_64.rpm | 169 kB 00:00
(235/1414): flite-1.3-22.el7.x86_64.rpm | 6.1 MB 00:11
(236/1414): fontconfig-2.10.95-7.el7.x86_64.rpm | 228 kB 00:00
(237/1414): fontconfig-devel-2.10.95-7.el7.x86_64.rpm | 128 kB 00:00
(238/1414): fontpackages-filesystem-1.44-8.el7.noarch.rpm | 9.9 kB 00:00
(239/1414): foomatic-4.0.9-6.el7.x86_64.rpm | 248 kB 00:00
(240/1414): foomatic-db-4.0-40.20130911.el7.noarch.rpm | 1.0 MB 00:02
(241/1414): foomatic-db-filesystem-4.0-40.20130911.el7.noarch.rpm | 9.1 kB 00:00
(242/1414): foomatic-db-ppds-4.0-40.20130911.el7.noarch.rpm | 29 MB 01:04
(243/1414): foomatic-filters-4.0.9-6.el7.x86_64.rpm | 98 kB 00:00
(244/1414): fprintd-0.5.0-4.0.el7_0.x86_64.rpm | 75 kB 00:00
(245/1414): fprintd-pam-0.5.0-4.0.el7_0.x86_64.rpm | 15 kB 00:00
(246/1414): freetype-2.4.11-9.el7.x86_64.rpm | 389 kB 00:00
(247/1414): freetype-devel-2.4.11-9.el7.x86_64.rpm | 355 kB 00:00
(248/1414): fros-1.0-2.el7.noarch.rpm | 22 kB 00:00
(249/1414): fuse-2.9.2-5.el7.x86_64.rpm | 84 kB 00:00
(250/1414): fuse-libs-2.9.2-5.el7.x86_64.rpm | 93 kB 00:00
(251/1414): gamin-0.1.10-16.el7.x86_64.rpm | 128 kB 00:00
(252/1414): gawk-4.0.2-4.el7.x86_64.rpm | 873 kB 00:01
(253/1414): gc-7.2d-6.el7.x86_64.rpm | 158 kB 00:00
(254/1414): gc-devel-7.2d-6.el7.x86_64.rpm | 105 kB 00:00
(255/1414): gcc-4.8.2-16.el7.x86_64.rpm | 16 MB 00:32
(256/1414): gcc-c++-4.8.2-16.el7.x86_64.rpm | 7.2 MB 00:13
(257/1414): gcc-gfortran-4.8.2-16.el7.x86_64.rpm | 6.6 MB 00:12
(258/1414): gcc-gnat-4.8.2-16.el7.x86_64.rpm | 13 MB 00:25
(259/1414): gcc-objc-4.8.2-16.el7.x86_64.rpm | 5.7 MB 00:10
(260/1414): gcc-objc++-4.8.2-16.el7.x86_64.rpm | 6.1 MB 00:11
(261/1414): gconf-editor-3.0.1-7.el7.x86_64.rpm | 1.2 MB 00:01
(262/1414): gcr-3.8.2-4.el7.x86_64.rpm | 636 kB 00:01
(263/1414): gcr-devel-3.8.2-4.el7.x86_64.rpm | 270 kB 00:00
(264/1414): gd-2.0.35-26.el7.x86_64.rpm | 146 kB 00:01
(265/1414): gdb-7.6.1-51.el7.x86_64.rpm | 2.4 MB 00:11
(266/1414): gdbm-1.8.0-36.el6.i686.rpm | 28 kB 00:00
(267/1414): gdbm-1.10-8.el7.x86_64.rpm | 70 kB 00:00
(268/1414): gdbm-devel-1.10-8.el7.x86_64.rpm | 47 kB 00:00
(269/1414): gdisk-0.8.6-4.el7.x86_64.rpm | 187 kB 00:01
(270/1414): gdk-pixbuf2-2.28.2-4.el7.x86_64.rpm | 533 kB 00:01
(271/1414): gdk-pixbuf2-devel-2.28.2-4.el7.x86_64.rpm | 209 kB 00:00
(272/1414): gdm-3.8.4-28.el7_0.1.x86_64.rpm | 912 kB 00:01
(273/1414): gdm-libs-3.8.4-28.el7_0.1.x86_64.rpm | 13 kB 00:00
(274/1414): geoclue-0.12.99-7.el7.x86_64.rpm | 100 kB 00:00
(275/1414): gettext-0.18.2.1-4.el7.x86_64.rpm | 959 kB 00:01
(276/1414): gettext-libs-0.18.2.1-4.el7.x86_64.rpm | 435 kB 00:00
(277/1414): gfs2-utils-3.1.6-13.el7.x86_64.rpm | 247 kB 00:00
(278/1414): ghostscript-9.07-16.el7.x86_64.rpm | 4.3 MB 00:08
(279/1414): ghostscript-cups-9.07-16.el7.x86_64.rpm | 54 kB 00:00
(280/1414): ghostscript-fonts-5.50-32.el7.noarch.rpm | 324 kB 00:00
(281/1414): giflib-4.1.6-9.el7.x86_64.rpm | 40 kB 00:00
(282/1414): gjs-1.36.1-2.el7.x86_64.rpm | 154 kB 00:00
(283/1414): gl-manpages-1.1-7.20130122.el7.noarch.rpm | 994 kB 00:02
(284/1414): glib-networking-2.36.2-3.el7.x86_64.rpm | 120 kB 00:00
(285/1414): glib2-2.36.3-5.el7.i686.rpm | 2.1 MB 00:03
(286/1414): glib2-2.36.3-5.el7.x86_64.rpm | 2.1 MB 00:03
(287/1414): glib2-devel-2.36.3-5.el7.x86_64.rpm | 436 kB 00:01
(288/1414): glibc-2.17-55.el7.i686.rpm | 4.2 MB 00:17
(289/1414): glibc-2.17-55.el7.x86_64.rpm | 3.6 MB 00:08
(290/1414): glibc-common-2.17-55.el7.x86_64.rpm | 11 MB 00:25
(291/1414): glibc-devel-2.17-55.el7.x86_64.rpm | 1.0 MB 00:01
(292/1414): glibc-headers-2.17-55.el7.x86_64.rpm | 650 kB 00:01
(293/1414): glibc-static-2.17-55.el7.x86_64.rpm | 1.5 MB 00:03
(294/1414): glibc-utils-2.17-55.el7.x86_64.rpm | 193 kB 00:00
(295/1414): glibmm24-2.36.2-4.el7.x86_64.rpm | 433 kB 00:00
(296/1414): glibmm24-devel-2.36.2-4.el7.x86_64.rpm | 447 kB 00:00
(297/1414): glusterfs-api-3.4.0.59rhs-1.el7.centos.x86_64.rpm | 56 kB 00:00
(298/1414): glusterfs-libs-3.4.0.59rhs-1.el7.centos.x86_64.rpm | 259 kB 00:00
(299/1414): gmp-5.1.1-5.el7.x86_64.rpm | 273 kB 00:00
(300/1414): gnome-abrt-0.3.4-6.el7.x86_64.rpm | 211 kB 00:00
(301/1414): gnome-bluetooth-3.8.2.1-3.el7.x86_64.rpm | 79 kB 00:00
(302/1414): gnome-bluetooth-libs-3.8.2.1-3.el7.x86_64.rpm | 858 kB 00:01
(303/1414): gnome-calculator-3.8.2-4.el7.x86_64.rpm | 798 kB 00:01
(304/1414): gnome-classic-session-3.8.4-10.el7_0.noarch.rpm | 23 kB 00:00
(305/1414): gnome-desktop-2.28.2-11.0.1.el6.x86_64.rpm | 987 kB 00:02
(306/1414): gnome-desktop3-3.8.4-4.el7.x86_64.rpm | 557 kB 00:01
(307/1414): gnome-disk-utility-3.8.2-5.el7.x86_64.rpm | 987 kB 00:02
(308/1414): gnome-doc-utils-stylesheets-0.20.10-5.el7.noarch.rpm | 152 kB 00:00
(309/1414): gnome-icon-theme-3.8.2-3.el7.noarch.rpm | 9.5 MB 00:20
(310/1414): gnome-icon-theme-legacy-3.8.2-3.el7.noarch.rpm | 421 kB 00:00
(311/1414): gnome-icon-theme-symbolic-3.8.2.2-2.el7.noarch.rpm | 193 kB 00:00
(312/1414): gnome-keyring-3.8.2-8.el7.x86_64.rpm | 870 kB 00:01
(313/1414): gnome-keyring-pam-3.8.2-8.el7.x86_64.rpm | 38 kB 00:00
(314/1414): gnome-menus-3.8.1-4.el7.x86_64.rpm | 179 kB 00:00
(315/1414): gnome-online-accounts-3.8.5-9.el7_0.1.x86_64.rpm | 394 kB 00:00
(316/1414): gnome-online-accounts-devel-3.8.5-9.el7_0.1.x86_64.rpm | 140 kB 00:00
(317/1414): gnome-packagekit-3.8.2-10.el7.x86_64.rpm | 3.9 MB 00:08
(318/1414): gnome-python2-2.28.1-14.el7.x86_64.rpm | 47 kB 00:00
(319/1414): gnome-python2-bonobo-2.28.1-14.el7.x86_64.rpm | 87 kB 00:00
(320/1414): gnome-python2-canvas-2.28.1-14.el7.x86_64.rpm | 34 kB 00:00
(321/1414): gnome-python2-gconf-2.28.1-14.el7.x86_64.rpm | 46 kB 00:00
(322/1414): gnome-python2-gnome-2.28.1-14.el7.x86_64.rpm | 82 kB 00:00
(323/1414): gnome-python2-gnomevfs-2.28.1-14.el7.x86_64.rpm | 85 kB 00:00
(324/1414): gnome-session-3.8.4-11.el7.x86_64.rpm | 439 kB 00:01
(325/1414): gnome-session-xsession-3.8.4-11.el7.x86_64.rpm | 11 kB 00:00
(326/1414): gnome-settings-daemon-3.8.6.1-9.el7_0.1.x86_64.rpm | 1.2 MB 00:03
(327/1414): gnome-settings-daemon-updates-3.8.6.1-9.el7_0.1.x86_64.rpm | 53 kB 00:00
(328/1414): gnome-shell-3.8.4-32.el7_0.x86_64.rpm | 1.2 MB 00:04
(329/1414): gnome-shell-extension-alternate-tab-3.8.4-10.el7_0.noarch.rpm | 15 kB 00:00
(330/1414): gnome-shell-extension-apps-menu-3.8.4-10.el7_0.noarch.rpm | 18 kB 00:00
(331/1414): gnome-shell-extension-common-3.8.4-10.el7_0.noarch.rpm | 91 kB 00:00
(332/1414): gnome-shell-extension-launch-new-instance-3.8.4-10.el7_0.noarch.rpm | 14 kB 00:00
(333/1414): gnome-shell-extension-places-menu-3.8.4-10.el7_0.noarch.rpm | 17 kB 00:00
(334/1414): gnome-shell-extension-window-list-3.8.4-10.el7_0.noarch.rpm | 22 kB 00:00
(335/1414): gnome-terminal-3.8.4-8.el7.x86_64.rpm | 951 kB 00:01
(336/1414): gnome-themes-standard-3.8.4-3.el7.x86_64.rpm | 3.5 MB 00:08
(337/1414): gnome-user-docs-3.8.2-4.el7.noarch.rpm | 9.9 MB 00:19
(338/1414): gnome-vfs2-2.24.4-14.el7.x86_64.rpm | 839 kB 00:01
(339/1414): gnome-vfs2-devel-2.24.4-14.el7.x86_64.rpm | 214 kB 00:00
(340/1414): gnome-vfs2-smb-2.24.4-14.el7.x86_64.rpm | 44 kB 00:00
(341/1414): gnupg2-2.0.22-3.el7.x86_64.rpm | 1.5 MB 00:02
(342/1414): gnutls-3.1.18-9.el7_0.x86_64.rpm | 609 kB 00:01
(343/1414): gnutls-c++-3.1.18-9.el7_0.x86_64.rpm | 29 kB 00:00
(344/1414): gnutls-dane-3.1.18-9.el7_0.x86_64.rpm | 51 kB 00:00
(345/1414): gnutls-devel-3.1.18-9.el7_0.x86_64.rpm | 1.3 MB 00:02
(346/1414): gnutls-utils-3.1.18-9.el7_0.x86_64.rpm | 207 kB 00:00
(347/1414): gobject-introspection-1.36.0-4.el7.x86_64.rpm | 223 kB 00:00
(348/1414): gobject-introspection-devel-1.36.0-4.el7.x86_64.rpm | 1.1 MB 00:01
(349/1414): gpgme-1.3.2-5.el7.x86_64.rpm | 146 kB 00:00
(350/1414): gpm-libs-1.20.7-5.el7.x86_64.rpm | 32 kB 00:00
(351/1414): graphite2-1.2.2-5.el7.x86_64.rpm | 81 kB 00:00
(352/1414): grep-2.16-1.el7.x86_64.rpm | 351 kB 00:00
(353/1414): groff-1.22.2-8.el7.x86_64.rpm | 1.1 MB 00:02
(354/1414): groff-base-1.22.2-8.el7.x86_64.rpm | 942 kB 00:01
(355/1414): grub2-2.02-0.2.10.el7.centos.1.x86_64.rpm | 1.5 MB 00:02
(356/1414): grub2-tools-2.02-0.2.10.el7.centos.1.x86_64.rpm | 3.2 MB 00:06
(357/1414): grubby-8.28-8.el7.x86_64.rpm | 60 kB 00:00
(358/1414): gsettings-desktop-schemas-3.8.2-3.el7.x86_64.rpm | 417 kB 00:00
(359/1414): gsm-1.0.13-11.el7.x86_64.rpm | 30 kB 00:00
(360/1414): gstreamer-0.10.36-7.el7.x86_64.rpm | 958 kB 00:01
(361/1414): gstreamer-plugins-base-0.10.36-10.el7.x86_64.rpm | 1.2 MB 00:03
(362/1414): gstreamer-plugins-good-0.10.31-11.el7.x86_64.rpm | 1.5 MB 00:02
(363/1414): gstreamer-tools-0.10.36-7.el7.x86_64.rpm | 27 kB 00:00
(364/1414): gstreamer1-1.0.7-4.el7.x86_64.rpm | 909 kB 00:01
(365/1414): gstreamer1-plugins-bad-free-1.0.7-4.el7.x86_64.rpm | 794 kB 00:01
(366/1414): gstreamer1-plugins-base-1.0.7-5.el7.x86_64.rpm | 1.1 MB 00:03
(367/1414): gstreamer1-plugins-good-1.0.7-5.el7.x86_64.rpm | 1.6 MB 00:03
(368/1414): gtk-doc-1.19-3.el7.noarch.rpm | 264 kB 00:00
(369/1414): gtk2-2.24.22-5.el7.x86_64.rpm | 3.4 MB 00:06
(370/1414): gtk2-devel-2.24.22-5.el7.x86_64.rpm | 2.9 MB 00:06
(371/1414): gtk2-immodule-xim-2.24.22-5.el7.x86_64.rpm | 17 kB 00:00
(372/1414): gtk3-3.8.8-5.el7.x86_64.rpm | 3.2 MB 00:06
(373/1414): gtk3-devel-3.8.8-5.el7.x86_64.rpm | 3.3 MB 00:06
(374/1414): gtkmm24-2.24.2-8.el7.x86_64.rpm | 750 kB 00:01
(375/1414): gtkmm24-devel-2.24.2-8.el7.x86_64.rpm | 614 kB 00:00
(376/1414): gucharmap-3.8.2-3.el7.x86_64.rpm | 1.4 MB 00:02
(377/1414): gutenprint-5.2.9-15.el7.x86_64.rpm | 2.3 MB 00:04
(378/1414): gutenprint-cups-5.2.9-15.el7.x86_64.rpm | 363 kB 00:00
(379/1414): gvfs-1.16.4-7.el7.x86_64.rpm | 1.3 MB 00:02
(380/1414): gvfs-afp-1.16.4-7.el7.x86_64.rpm | 137 kB 00:00
(381/1414): gvfs-archive-1.16.4-7.el7.x86_64.rpm | 75 kB 00:00
(382/1414): gvfs-fuse-1.16.4-7.el7.x86_64.rpm | 40 kB 00:00
(383/1414): gvfs-smb-1.16.4-7.el7.x86_64.rpm | 108 kB 00:00
(384/1414): gzip-1.5-7.el7.x86_64.rpm | 129 kB 00:00
(385/1414): hardlink-1.0-19.el7.x86_64.rpm | 14 kB 00:00
(386/1414): harfbuzz-0.9.20-3.el7.x86_64.rpm | 144 kB 00:00
(387/1414): harfbuzz-devel-0.9.20-3.el7.x86_64.rpm | 100 kB 00:00
(388/1414): harfbuzz-icu-0.9.20-3.el7.x86_64.rpm | 11 kB 00:00
(389/1414): hdparm-9.43-5.el7.x86_64.rpm | 83 kB 00:00
(390/1414): hesiod-3.2.1-3.el7.x86_64.rpm | 30 kB 00:00
(391/1414): hexedit-1.2.13-5.el7.x86_64.rpm | 39 kB 00:00
(392/1414): hicolor-icon-theme-0.12-7.el7.noarch.rpm | 42 kB 00:00
(393/1414): hivex-1.3.8-4.el7.x86_64.rpm | 98 kB 00:00
(394/1414): hostname-3.13-3.el7.x86_64.rpm | 17 kB 00:00
(395/1414): hpijs-3.13.7-6.el7.x86_64.rpm | 4.7 MB 00:09
(396/1414): hplip-common-3.13.7-6.el7.x86_64.rpm | 85 kB 00:00
(397/1414): hplip-libs-3.13.7-6.el7.x86_64.rpm | 166 kB 00:00
(398/1414): hunspell-1.3.2-13.el7.x86_64.rpm | 223 kB 00:00
(399/1414): hunspell-en-0.20121024-5.el7.noarch.rpm | 194 kB 00:00
(400/1414): hunspell-en-GB-0.20121024-5.el7.noarch.rpm | 239 kB 00:00
(401/1414): hunspell-en-US-0.20121024-5.el7.noarch.rpm | 189 kB 00:00
(402/1414): hwdata-0.252-7.3.el7.noarch.rpm | 1.9 MB 00:03
(403/1414): ibus-1.5.3-11.el7.x86_64.rpm | 328 kB 00:00
(404/1414): ibus-chewing-1.4.4-8.el7.x86_64.rpm | 88 kB 00:00
(405/1414): ibus-gtk2-1.5.3-11.el7.x86_64.rpm | 43 kB 00:00
(406/1414): ibus-gtk3-1.5.3-11.el7.x86_64.rpm | 42 kB 00:00
(407/1414): ibus-hangul-1.4.2-9.el7.x86_64.rpm | 65 kB 00:00
(408/1414): ibus-libpinyin-1.6.91-4.el7.x86_64.rpm | 704 kB 00:01
(409/1414): ibus-libs-1.5.3-11.el7.x86_64.rpm | 206 kB 00:00
(410/1414): ibus-m17n-1.3.4-13.el7.x86_64.rpm | 59 kB 00:00
(411/1414): ibus-qt-1.3.2-4.el7.x86_64.rpm | 139 kB 00:00
(412/1414): ibus-rawcode-1.3.2-3.el7.x86_64.rpm | 23 kB 00:00
(413/1414): ibus-sayura-1.3.2-3.el7.x86_64.rpm | 22 kB 00:00
(414/1414): ibus-setup-1.5.3-11.el7.noarch.rpm | 67 kB 00:00
(415/1414): ibus-table-1.5.0-5.el7.noarch.rpm | 297 kB 00:00
(416/1414): icoutils-0.31.0-3.el7.x86_64.rpm | 82 kB 00:00
(417/1414): im-chooser-common-1.6.4-4.el7.x86_64.rpm | 229 kB 00:00
(418/1414): imsettings-1.6.3-9.el7.x86_64.rpm | 206 kB 00:00
(419/1414): imsettings-gsettings-1.6.3-9.el7.x86_64.rpm | 102 kB 00:00
(420/1414): imsettings-libs-1.6.3-9.el7.x86_64.rpm | 112 kB 00:00
(421/1414): indent-2.2.11-13.el7.x86_64.rpm | 150 kB 00:00
(422/1414): info-5.1-4.el7.x86_64.rpm | 233 kB 00:00
(423/1414): iniparser-3.1-5.el7.x86_64.rpm | 14 kB 00:00
(424/1414): initscripts-9.49.17-1.el7.x86_64.rpm | 422 kB 00:00
(425/1414): iok-2.1.3-6.el7.x86_64.rpm | 117 kB 00:00
(426/1414): ipa-client-3.3.3-28.el7.centos.x86_64.rpm | 141 kB 00:00
(427/1414): ipa-python-3.3.3-28.el7.centos.x86_64.rpm | 945 kB 00:02
(428/1414): iproute-3.10.0-13.el7.x86_64.rpm | 500 kB 00:01
(429/1414): iptables-1.4.21-13.el7.x86_64.rpm | 423 kB 00:00
(430/1414): iptables-services-1.4.21-13.el7.x86_64.rpm | 49 kB 00:00
(431/1414): iputils-20121221-6.el7.x86_64.rpm | 152 kB 00:00
(432/1414): ipxe-roms-qemu-20130517-5.gitc4bce43.el7.noarch.rpm | 267 kB 00:00
(433/1414): irqbalance-1.0.6-5.el7.x86_64.rpm | 42 kB 00:00
(434/1414): iscsi-initiator-utils-6.2.0.873-21.el7.x86_64.rpm | 411 kB 00:00
(435/1414): iscsi-initiator-utils-iscsiuio-6.2.0.873-21.el7.x86_64.rpm | 79 kB 00:00
(436/1414): iso-codes-3.46-2.el7.noarch.rpm | 2.7 MB 00:05
(437/1414): ivtv-firmware-20080701-26.el7.noarch.rpm | 106 kB 00:00
(438/1414): iw-3.10-4.el7.x86_64.rpm | 59 kB 00:00
(439/1414): iwl100-firmware-39.31.5.1-34.el7.noarch.rpm | 143 kB 00:00
(440/1414): iwl1000-firmware-39.31.5.1-34.el7.noarch.rpm | 206 kB 00:00
(441/1414): iwl3945-firmware-15.32.2.9-34.el7.noarch.rpm | 81 kB 00:00
(442/1414): iwl4965-firmware-228.61.2.24-34.el7.noarch.rpm | 95 kB 00:00
(443/1414): iwl5000-firmware-8.83.5.1_1-34.el7.noarch.rpm | 287 kB 00:00
(444/1414): iwl5150-firmware-8.24.2.2-34.el7.noarch.rpm | 140 kB 00:00
(445/1414): iwl6000-firmware-9.221.4.1-34.el7.noarch.rpm | 160 kB 00:00
(446/1414): iwl6000g2a-firmware-17.168.5.3-34.el7.noarch.rpm | 303 kB 00:00
(447/1414): iwl6050-firmware-41.28.5.1-34.el7.noarch.rpm | 236 kB 00:00
(448/1414): jansson-2.4-6.el7.x86_64.rpm | 32 kB 00:00
(449/1414): jasper-libs-1.900.1-26.el7.x86_64.rpm | 147 kB 00:00
(450/1414): java-1.6.0-openjdk-1.6.0.0-6.1.13.4.el7_0.x86_64.rpm | 42 MB 01:10
(451/1414): java-1.7.0-openjdk-1.7.0.65-2.5.1.2.0.1.el6_5.x86_64.rpm | 26 MB 00:15
(452/1414): java-1.7.0-openjdk-demo-1.7.0.65-2.5.1.2.0.1.el6_5.x86_64.rpm | 1.9 MB 00:03
(453/1414): java-1.7.0-openjdk-devel-1.7.0.65-2.5.1.2.0.1.el6_5.x86_64.rpm | 9.4 MB 00:04
(454/1414): java-1.7.0-openjdk-javadoc-1.7.0.65-2.5.1.2.0.1.el6_5.noarch.rpm | 16 MB 00:12
(455/1414): java-1.7.0-openjdk-src-1.7.0.65-2.5.1.2.0.1.el6_5.x86_64.rpm | 39 MB 00:32
(456/1414): java_cup-0.11a-16.el7.noarch.rpm | 107 kB 00:00
(457/1414): javapackages-tools-3.4.1-5.el7.noarch.rpm | 72 kB 00:00
(458/1414): jbigkit-libs-2.0-11.el7.x86_64.rpm | 46 kB 00:00
(459/1414): jline-1.0-8.el7.noarch.rpm | 69 kB 00:00
(460/1414): jomolhari-fonts-0.003-17.el7.noarch.rpm | 534 kB 00:01
(461/1414): js-1.8.5-17.el7.x86_64.rpm | 2.3 MB 00:03
(462/1414): json-c-0.11-4.el7_0.x86_64.rpm | 31 kB 00:00
(463/1414): json-glib-0.16.0-3.el7.x86_64.rpm | 113 kB 00:00
(464/1414): kbd-1.15.5-10.el7.x86_64.rpm | 345 kB 00:01
(465/1414): kbd-misc-1.15.5-10.el7.noarch.rpm | 931 kB 00:01
(466/1414): kde-filesystem-4-47.el7.x86_64.rpm | 48 kB 00:00
(467/1414): kernel-3.10.0-123.4.4.el7.x86_64.rpm | 29 MB 00:57
(468/1414): kernel-tools-3.10.0-123.4.4.el7.x86_64.rpm | 669 kB 00:01
(469/1414): kernel-tools-libs-3.10.0-123.4.4.el7.x86_64.rpm | 609 kB 00:01
(470/1414): kernel-uek-2.6.39-400.215.6.el6uek.x86_64.rpm | 28 MB 00:16
(471/1414): kernel-uek-firmware-2.6.39-400.215.6.el6uek.noarch.rpm | 3.7 MB 00:08
(472/1414): kernel-uek-headers-2.6.32-400.36.6.el6uek.x86_64.rpm | 739 kB 00:00
(473/1414): kexec-tools-2.0.4-32.el7.centos.2.x86_64.rpm | 321 kB 00:00
(474/1414): keyutils-1.5.8-3.el7.x86_64.rpm | 54 kB 00:00
(475/1414): keyutils-libs-1.5.8-3.el7.i686.rpm | 25 kB 00:00
(476/1414): keyutils-libs-1.5.8-3.el7.x86_64.rpm | 25 kB 00:00
(477/1414): keyutils-libs-devel-1.5.8-3.el7.x86_64.rpm | 37 kB 00:00
(478/1414): khmeros-base-fonts-5.0-17.el7.noarch.rpm | 123 kB 00:00
(479/1414): khmeros-fonts-common-5.0-17.el7.noarch.rpm | 6.2 kB 00:00
(480/1414): kmod-14-9.el7.x86_64.rpm | 77 kB 00:00
(481/1414): kmod-libs-14-9.el7.x86_64.rpm | 45 kB 00:00
(482/1414): kpartx-0.4.9-72.0.1.el6_5.3.x86_64.rpm | 59 kB 00:00
(483/1414): krb5-devel-1.11.3-49.el7.x86_64.rpm | 611 kB 00:01
(484/1414): krb5-libs-1.11.3-49.el7.i686.rpm | 810 kB 00:01
(485/1414): krb5-libs-1.11.3-49.el7.x86_64.rpm | 810 kB 00:01
(486/1414): krb5-workstation-1.11.3-49.el7.x86_64.rpm | 724 kB 00:01
(487/1414): ksh-20120801-19.el7.x86_64.rpm | 879 kB 00:02
(488/1414): kurdit-unikurd-web-fonts-20020502-11.el7.noarch.rpm | 49 kB 00:00
(489/1414): latrace-0.5.11-5.el7.x86_64.rpm | 142 kB 00:00
(490/1414): lcms2-2.5-4.el7.x86_64.rpm | 133 kB 00:00
(491/1414): ldns-1.6.16-7.el7.x86_64.rpm | 473 kB 00:01
(492/1414): ledmon-0.79-3.el7.x86_64.rpm | 56 kB 00:00
(493/1414): less-458-8.el7.x86_64.rpm | 120 kB 00:00
(494/1414): libICE-1.0.8-7.el7.x86_64.rpm | 63 kB 00:00
(495/1414): libICE-devel-1.0.8-7.el7.x86_64.rpm | 49 kB 00:00
(496/1414): libIDL-0.8.14-8.el7.i686.rpm | 83 kB 00:00
(497/1414): libIDL-0.8.14-8.el7.x86_64.rpm | 87 kB 00:00
(498/1414): libIDL-devel-0.8.14-8.el7.x86_64.rpm | 20 kB 00:00
(499/1414): libSM-1.2.1-7.el7.x86_64.rpm | 38 kB 00:00
(500/1414): libSM-devel-1.2.1-7.el7.x86_64.rpm | 12 kB 00:00
(501/1414): libX11-1.6.0-2.1.el7.x86_64.rpm | 605 kB 00:01
(502/1414): libX11-common-1.6.0-2.1.el7.noarch.rpm | 181 kB 00:00
(503/1414): libX11-devel-1.6.0-2.1.el7.x86_64.rpm | 979 kB 00:01
(504/1414): libXScrnSaver-1.2.2-6.1.el7.x86_64.rpm | 24 kB 00:00
(505/1414): libXau-1.0.8-2.1.el7.x86_64.rpm | 29 kB 00:00
(506/1414): libXau-devel-1.0.8-2.1.el7.x86_64.rpm | 14 kB 00:00
(507/1414): libXcomposite-0.4.4-4.1.el7.x86_64.rpm | 22 kB 00:00
(508/1414): libXcomposite-devel-0.4.4-4.1.el7.x86_64.rpm | 16 kB 00:00
(509/1414): libXcursor-1.1.14-2.1.el7.x86_64.rpm | 30 kB 00:00
(510/1414): libXcursor-devel-1.1.14-2.1.el7.x86_64.rpm | 23 kB 00:00
(511/1414): libXdamage-1.1.4-4.1.el7.x86_64.rpm | 20 kB 00:00
(512/1414): libXdamage-devel-1.1.4-4.1.el7.x86_64.rpm | 9.7 kB 00:00
(513/1414): libXdmcp-1.1.1-6.1.el7.x86_64.rpm | 32 kB 00:00
(514/1414): libXevie-1.0.3-7.1.el7.x86_64.rpm | 18 kB 00:00
(515/1414): libXext-1.3.2-2.1.el7.x86_64.rpm | 38 kB 00:00
(516/1414): libXext-devel-1.3.2-2.1.el7.x86_64.rpm | 74 kB 00:00
(517/1414): libXfixes-5.0.1-2.1.el7.x86_64.rpm | 18 kB 00:00
(518/1414): libXfixes-devel-5.0.1-2.1.el7.x86_64.rpm | 13 kB 00:00
(519/1414): libXfont-1.4.7-1.1.el7.x86_64.rpm | 143 kB 00:00
(520/1414): libXft-2.3.1-5.1.el7.x86_64.rpm | 57 kB 00:00
(521/1414): libXft-devel-2.3.1-5.1.el7.x86_64.rpm | 19 kB 00:00
(522/1414): libXi-1.7.2-2.1.el7.x86_64.rpm | 39 kB 00:00
(523/1414): libXi-devel-1.7.2-2.1.el7.x86_64.rpm | 104 kB 00:00
(524/1414): libXinerama-1.1.3-2.1.el7.x86_64.rpm | 14 kB 00:00
(525/1414): libXinerama-devel-1.1.3-2.1.el7.x86_64.rpm | 13 kB 00:00
(526/1414): libXmu-1.1.1-5.1.el7.x86_64.rpm | 70 kB 00:00
(527/1414): libXpm-3.5.10-5.1.el7.x86_64.rpm | 52 kB 00:00
(528/1414): libXrandr-1.4.1-2.1.el7.x86_64.rpm | 25 kB 00:00
(529/1414): libXrandr-devel-1.4.1-2.1.el7.x86_64.rpm | 20 kB 00:00
(530/1414): libXrender-0.9.8-2.1.el7.x86_64.rpm | 25 kB 00:00
(531/1414): libXrender-devel-0.9.8-2.1.el7.x86_64.rpm | 16 kB 00:00
(532/1414): libXres-1.0.7-2.1.el7.x86_64.rpm | 13 kB 00:00
(533/1414): libXt-1.1.4-6.1.el7.x86_64.rpm | 173 kB 00:00
(534/1414): libXtst-1.2.2-2.1.el7.x86_64.rpm | 20 kB 00:00
(535/1414): libXv-1.0.9-2.1.el7.x86_64.rpm | 18 kB 00:00
(536/1414): libXvMC-1.0.8-2.1.el7.x86_64.rpm | 22 kB 00:00
(537/1414): libXxf86dga-1.1.4-2.1.el7.x86_64.rpm | 19 kB 00:00
(538/1414): libXxf86misc-1.0.3-7.1.el7.x86_64.rpm | 19 kB 00:00
(539/1414): libXxf86vm-1.1.3-2.1.el7.x86_64.rpm | 17 kB 00:00
(540/1414): libXxf86vm-devel-1.1.3-2.1.el7.x86_64.rpm | 18 kB 00:00
(541/1414): libacl-2.2.51-12.el7.x86_64.rpm | 27 kB 00:00
(542/1414): libaio-0.3.109-12.el7.x86_64.rpm | 24 kB 00:00
(543/1414): libaio-devel-0.3.109-12.el7.x86_64.rpm | 12 kB 00:00
(544/1414): libao-1.1.0-8.el7.x86_64.rpm | 72 kB 00:00
(545/1414): libarchive-3.1.2-7.el7.x86_64.rpm | 317 kB 00:01
(546/1414): libart_lgpl-2.3.21-9.el7.x86_64.rpm | 67 kB 00:00
(547/1414): libart_lgpl-devel-2.3.21-9.el7.x86_64.rpm | 24 kB 00:00
(548/1414): libassuan-2.1.0-3.el7.x86_64.rpm | 63 kB 00:00
(549/1414): libasyncns-0.8-7.el7.x86_64.rpm | 26 kB 00:00
(550/1414): libatasmart-0.19-6.el7.x86_64.rpm | 43 kB 00:00
(551/1414): libattr-2.4.46-12.el7.i686.rpm | 18 kB 00:00
(552/1414): libattr-2.4.46-12.el7.x86_64.rpm | 18 kB 00:00
(553/1414): libavc1394-0.5.3-14.el7.x86_64.rpm | 50 kB 00:00
(554/1414): libbasicobjects-0.1.0-22.el7.x86_64.rpm | 24 kB 00:00
(555/1414): libblkid-2.23.2-16.el7.x86_64.rpm | 162 kB 00:00
(556/1414): libbluray-0.2.3-5.el7.x86_64.rpm | 135 kB 00:00
(557/1414): libbonobo-2.24.2-5.el6.i686.rpm | 404 kB 00:01
(558/1414): libbonobo-2.32.1-7.el7.x86_64.rpm | 437 kB 00:00
(559/1414): libbonobo-devel-2.24.2-5.el6.i686.rpm | 464 kB 00:01
(560/1414): libbonobo-devel-2.32.1-7.el7.x86_64.rpm | 454 kB 00:01
(561/1414): libbonoboui-2.24.5-7.el7.x86_64.rpm | 342 kB 00:00
(562/1414): libbonoboui-devel-2.24.5-7.el7.x86_64.rpm | 196 kB 00:00
(563/1414): libcanberra-0.30-5.el7.x86_64.rpm | 82 kB 00:00
(564/1414): libcanberra-devel-0.30-5.el7.x86_64.rpm | 33 kB 00:00
(565/1414): libcanberra-gtk2-0.30-5.el7.x86_64.rpm | 25 kB 00:00
(566/1414): libcanberra-gtk3-0.30-5.el7.x86_64.rpm | 30 kB 00:00
(567/1414): libcap-2.22-8.el7.i686.rpm | 47 kB 00:00
(568/1414): libcap-2.22-8.el7.x86_64.rpm | 47 kB 00:00
(569/1414): libcap-ng-0.7.3-5.el7.x86_64.rpm | 24 kB 00:00
(570/1414): libcdio-0.92-1.el7.x86_64.rpm | 235 kB 00:00
(571/1414): libcdio-paranoia-10.2+0.90-11.el7.x86_64.rpm | 70 kB 00:00
(572/1414): libcgroup-0.41-6.el7.x86_64.rpm | 62 kB 00:00
(573/1414): libchewing-0.3.4-6.el7.x86_64.rpm | 1.6 MB 00:02
(574/1414): libcollection-0.6.2-22.el7.x86_64.rpm | 39 kB 00:00
(575/1414): libcom_err-1.42.9-4.el7.i686.rpm | 40 kB 00:00
(576/1414): libcom_err-1.42.9-4.el7.x86_64.rpm | 40 kB 00:00
(577/1414): libcom_err-devel-1.42.9-4.el7.x86_64.rpm | 30 kB 00:00
(578/1414): libconfig-1.4.9-5.el7.x86_64.rpm | 59 kB 00:00
(579/1414): libcroco-0.6.8-5.el7.x86_64.rpm | 104 kB 00:00
(580/1414): libcurl-7.29.0-19.el7.x86_64.rpm | 212 kB 00:00
(581/1414): libcurl-devel-7.29.0-19.el7.x86_64.rpm | 295 kB 00:00
(582/1414): libdaemon-0.14-7.el7.x86_64.rpm | 30 kB 00:00
(583/1414): libdb-5.3.21-17.el7.i686.rpm | 729 kB 00:01
(584/1414): libdb-5.3.21-17.el7.x86_64.rpm | 718 kB 00:01
(585/1414): libdb-cxx-5.3.21-17.el7.x86_64.rpm | 751 kB 00:01
(586/1414): libdb-devel-5.3.21-17.el7.x86_64.rpm | 38 kB 00:00
(587/1414): libdb-utils-5.3.21-17.el7.x86_64.rpm | 101 kB 00:00
(588/1414): libdhash-0.4.3-22.el7.x86_64.rpm | 27 kB 00:00
(589/1414): libdmx-1.1.3-3.el7.x86_64.rpm | 16 kB 00:00
(590/1414): libdrm-2.4.50-1.1.el7.x86_64.rpm | 121 kB 00:00
(591/1414): libdrm-devel-2.4.50-1.1.el7.x86_64.rpm | 88 kB 00:00
(592/1414): libdv-1.0.0-17.el7.x86_64.rpm | 78 kB 00:00
(593/1414): libdvdnav-4.2.0-8.el7.x86_64.rpm | 58 kB 00:00
(594/1414): libdvdread-4.2.0-6.el7.x86_64.rpm | 66 kB 00:00
(595/1414): libdwarf-20130207-3.el7.x86_64.rpm | 109 kB 00:00
(596/1414): libedit-3.0-12.20121213cvs.el7.x86_64.rpm | 92 kB 00:00
(597/1414): liberation-fonts-common-1.07.2-14.el7.noarch.rpm | 27 kB 00:00
(598/1414): liberation-mono-fonts-1.07.2-14.el7.noarch.rpm | 227 kB 00:00
(599/1414): liberation-sans-fonts-1.07.2-14.el7.noarch.rpm | 278 kB 00:01
(600/1414): liberation-serif-fonts-1.07.2-14.el7.noarch.rpm | 298 kB 00:00
(601/1414): libertas-usb8388-firmware-20140213-0.3.git4164c23.el7.noarch.rpm | 106 kB 00:00
(602/1414): libestr-0.1.9-2.el7.x86_64.rpm | 20 kB 00:00
(603/1414): libevent-2.0.21-4.el7.x86_64.rpm | 214 kB 00:00
(604/1414): libexif-0.6.21-6.el7.x86_64.rpm | 347 kB 00:00
(605/1414): libexif-devel-0.6.21-6.el7.x86_64.rpm | 21 kB 00:00
(606/1414): libffi-3.0.13-11.el7.i686.rpm | 26 kB 00:00
(607/1414): libffi-3.0.13-11.el7.x86_64.rpm | 29 kB 00:00
(608/1414): libffi-devel-3.0.13-11.el7.x86_64.rpm | 22 kB 00:00
(609/1414): libfontenc-1.1.1-5.el7.x86_64.rpm | 29 kB 00:00
(610/1414): libfprint-0.5.0-3.el7.x86_64.rpm | 155 kB 00:00
(611/1414): libgcc-4.8.2-16.el7.i686.rpm | 94 kB 00:00
(612/1414): libgcc-4.8.2-16.el7.x86_64.rpm | 86 kB 00:00
(613/1414): libgcrypt-1.5.3-4.el7.i686.rpm | 254 kB 00:00
(614/1414): libgcrypt-1.5.3-4.el7.x86_64.rpm | 251 kB 00:00
(615/1414): libgcrypt-devel-1.5.3-4.el7.x86_64.rpm | 127 kB 00:00
(616/1414): libgdata-0.13.3-4.el7.x86_64.rpm | 360 kB 00:00
(617/1414): libgdata-devel-0.13.3-4.el7.x86_64.rpm | 496 kB 00:00
(618/1414): libgee-0.10.1-3.el7.x86_64.rpm | 236 kB 00:00
(619/1414): libgfortran-4.8.2-16.el7.x86_64.rpm | 284 kB 00:00
(620/1414): libglade2-2.6.4-11.el7.x86_64.rpm | 64 kB 00:00
(621/1414): libglade2-devel-2.6.4-11.el7.x86_64.rpm | 52 kB 00:00
(622/1414): libgnat-4.8.2-16.el7.x86_64.rpm | 955 kB 00:01
(623/1414): libgnat-devel-4.8.2-16.el7.x86_64.rpm | 2.7 MB 00:05
(624/1414): libgnome-2.32.1-9.el7.x86_64.rpm | 741 kB 00:01
(625/1414): libgnome-devel-2.32.1-9.el7.x86_64.rpm | 80 kB 00:00
(626/1414): libgnome-keyring-3.8.0-3.el7.x86_64.rpm | 109 kB 00:00
(627/1414): libgnomecanvas-2.30.3-8.el7.x86_64.rpm | 226 kB 00:01
(628/1414): libgnomecanvas-devel-2.30.3-8.el7.x86_64.rpm | 71 kB 00:00
(629/1414): libgnomekbd-3.6.0-4.el7.x86_64.rpm | 158 kB 00:00
(630/1414): libgnomekbd-devel-3.6.0-4.el7.x86_64.rpm | 22 kB 00:00
(631/1414): libgnomeui-2.24.5-8.el7.x86_64.rpm | 789 kB 00:01
(632/1414): libgnomeui-devel-2.24.5-8.el7.x86_64.rpm | 260 kB 00:00
(633/1414): libgomp-4.8.2-16.el7.x86_64.rpm | 104 kB 00:00
(634/1414): libgpg-error-1.12-3.el7.i686.rpm | 87 kB 00:00
(635/1414): libgpg-error-1.12-3.el7.x86_64.rpm | 87 kB 00:00
(636/1414): libgpg-error-devel-1.12-3.el7.x86_64.rpm | 16 kB 00:00
(637/1414): libgphoto2-2.5.2-3.el7.x86_64.rpm | 1.2 MB 00:02
(638/1414): libgphoto2-devel-2.5.2-3.el7.x86_64.rpm | 207 kB 00:00
(639/1414): libgpod-0.8.2-11.el7.x86_64.rpm | 296 kB 00:00
(640/1414): libgpod-devel-0.8.2-11.el7.x86_64.rpm | 30 kB 00:00
(641/1414): libgpod-doc-0.8.2-11.el7.x86_64.rpm | 72 kB 00:00
(642/1414): libgsf-1.14.26-6.el7.x86_64.rpm | 166 kB 00:00
(643/1414): libgsf-devel-1.14.26-6.el7.x86_64.rpm | 110 kB 00:00
(644/1414): libgtop2-2.28.4-6.el7.x86_64.rpm | 128 kB 00:00
(645/1414): libgtop2-devel-2.28.4-6.el7.x86_64.rpm | 86 kB 00:00
(646/1414): libgudev1-208-11.el7_0.2.x86_64.rpm | 48 kB 00:00
(647/1414): libgudev1-devel-208-11.el7_0.2.x86_64.rpm | 60 kB 00:00
(648/1414): libguestfs-1.22.6-22.el7.x86_64.rpm | 1.7 MB 00:03
(649/1414): libguestfs-devel-1.22.6-22.el7.x86_64.rpm | 599 kB 00:01
(650/1414): libguestfs-java-1.22.6-22.el7.x86_64.rpm | 168 kB 00:00
(651/1414): libguestfs-java-devel-1.22.6-22.el7.x86_64.rpm | 83 kB 00:01
(652/1414): libguestfs-javadoc-1.22.6-22.el7.noarch.rpm | 199 kB 00:00
(653/1414): libguestfs-tools-1.22.6-22.el7.noarch.rpm | 104 kB 00:00
(654/1414): libguestfs-tools-c-1.22.6-22.el7.x86_64.rpm | 1.7 MB 00:03
(655/1414): libgusb-0.1.6-3.el7.x86_64.rpm | 33 kB 00:00
(656/1414): libgweather-3.8.2-4.el7.x86_64.rpm | 3.7 MB 00:07
(657/1414): libgweather-devel-3.8.2-4.el7.x86_64.rpm | 50 kB 00:00
(658/1414): libgxim-0.5.0-3.el7.x86_64.rpm | 131 kB 00:00
(659/1414): libgxim-devel-0.5.0-3.el7.x86_64.rpm | 96 kB 00:00
(660/1414): libgxps-0.2.2-9.el7.x86_64.rpm | 68 kB 00:00
(661/1414): libhangul-0.1.0-8.el7.x86_64.rpm | 2.1 MB 00:04
(662/1414): libibverbs-1.1.7-6.el7.x86_64.rpm | 55 kB 00:00
(663/1414): libical-0.48-6.el7.x86_64.rpm | 171 kB 00:00
(664/1414): libicu-50.1.2-11.el7.x86_64.rpm | 6.9 MB 00:12
(665/1414): libicu-devel-50.1.2-11.el7.x86_64.rpm | 702 kB 00:01
(666/1414): libidn-1.28-3.el7.x86_64.rpm | 209 kB 00:01
(667/1414): libiec61883-1.2.0-10.el7.x86_64.rpm | 37 kB 00:00
(668/1414): libieee1284-0.2.11-15.el7.x86_64.rpm | 39 kB 00:00
(669/1414): libimobiledevice-1.1.5-6.el7.x86_64.rpm | 136 kB 00:00
(670/1414): libimobiledevice-devel-1.1.5-6.el7.x86_64.rpm | 134 kB 00:00
(671/1414): libini_config-1.0.0.1-22.el7.x86_64.rpm | 49 kB 00:00
(672/1414): libipa_hbac-1.11.2-68.el7_0.5.x86_64.rpm | 73 kB 00:00
(673/1414): libipa_hbac-python-1.11.2-68.el7_0.5.x86_64.rpm | 67 kB 00:00
(674/1414): libiptcdata-1.0.4-11.el7.x86_64.rpm | 56 kB 00:00
(675/1414): libiscsi-1.9.0-6.el7.x86_64.rpm | 60 kB 00:00
(676/1414): libitm-4.8.2-16.el7.x86_64.rpm | 75 kB 00:00
(677/1414): libjpeg-turbo-1.2.90-5.el7.x86_64.rpm | 134 kB 00:00
(678/1414): libldb-1.1.16-4.el7.x86_64.rpm | 121 kB 00:00
(679/1414): liblouis-2.5.2-10.el7.x86_64.rpm | 1.2 MB 00:02
(680/1414): liblouis-python-2.5.2-10.el7.noarch.rpm | 12 kB 00:00
(681/1414): libmbim-1.5.0-3.20130815git.el7.x86_64.rpm | 63 kB 00:00
(682/1414): libmng-1.0.10-14.el7.x86_64.rpm | 171 kB 00:00
(683/1414): libmnl-1.0.3-7.el7.x86_64.rpm | 23 kB 00:00
(684/1414): libmodman-2.0.1-8.el7.x86_64.rpm | 28 kB 00:00
(685/1414): libmount-2.23.2-16.el7.x86_64.rpm | 165 kB 00:00
(686/1414): libmpc-1.0.1-3.el7.x86_64.rpm | 51 kB 00:00
(687/1414): libndp-1.2-4.el7.x86_64.rpm | 30 kB 00:00
(688/1414): libnetfilter_conntrack-1.0.4-2.el7.x86_64.rpm | 53 kB 00:00
(689/1414): libnfnetlink-1.0.1-4.el7.x86_64.rpm | 26 kB 00:00
(690/1414): libnfsidmap-0.25-9.el7.x86_64.rpm | 45 kB 00:00
(691/1414): libnl-1.1.4-3.el7.x86_64.rpm | 128 kB 00:00
(692/1414): libnl3-3.2.21-6.el7.x86_64.rpm | 196 kB 00:00
(693/1414): libnl3-cli-3.2.21-6.el7.x86_64.rpm | 77 kB 00:00
(694/1414): libnm-gtk-0.9.9.0-15.git20140307.el7.x86_64.rpm | 80 kB 00:00
(695/1414): libnotify-0.7.5-7.el7.x86_64.rpm | 39 kB 00:00
(696/1414): liboauth-0.9.7-4.el7.x86_64.rpm | 22 kB 00:00
(697/1414): liboauth-devel-0.9.7-4.el7.x86_64.rpm | 21 kB 00:00
(698/1414): libobjc-4.8.2-16.el7.x86_64.rpm | 64 kB 00:00
(699/1414): libogg-1.3.0-7.el7.x86_64.rpm | 24 kB 00:00
(700/1414): liboil-0.3.16-10.el7.x86_64.rpm | 127 kB 00:00
(701/1414): libosinfo-0.2.7-10.el7.x86_64.rpm | 196 kB 00:00
(702/1414): libpath_utils-0.2.1-22.el7.x86_64.rpm | 27 kB 00:00
(703/1414): libpcap-1.5.3-3.el7.x86_64.rpm | 137 kB 00:00
(704/1414): libpciaccess-0.13.1-4.1.el7.x86_64.rpm | 25 kB 00:00
(705/1414): libpeas-1.8.0-5.el7.x86_64.rpm | 122 kB 00:00
(706/1414): libpinyin-0.9.93-4.el7.x86_64.rpm | 139 kB 00:00
(707/1414): libpinyin-data-0.9.93-4.el7.x86_64.rpm | 10 MB 00:19
(708/1414): libpipeline-1.2.3-3.el7.x86_64.rpm | 53 kB 00:00
(709/1414): libplist-1.10-4.el7.x86_64.rpm | 57 kB 00:00
(710/1414): libplist-devel-1.10-4.el7.x86_64.rpm | 17 kB 00:00
(711/1414): libpng-1.5.13-5.el7.x86_64.rpm | 212 kB 00:00
(712/1414): libpng-devel-1.5.13-5.el7.x86_64.rpm | 121 kB 00:00
(713/1414): libpng12-1.2.50-6.el7.x86_64.rpm | 178 kB 00:00
(714/1414): libproxy-0.4.11-6.el7.x86_64.rpm | 65 kB 00:00
(715/1414): libproxy-bin-0.4.11-6.el7.x86_64.rpm | 12 kB 00:00
(716/1414): libproxy-python-0.4.11-6.el7.noarch.rpm | 12 kB 00:00
(717/1414): libpwquality-1.2.3-4.el7.x86_64.rpm | 84 kB 00:00
(718/1414): libqmi-1.6.0-3.el7.x86_64.rpm | 319 kB 00:00
(719/1414): libquadmath-4.8.2-16.el7.x86_64.rpm | 173 kB 00:00
(720/1414): libquadmath-devel-4.8.2-16.el7.x86_64.rpm | 36 kB 00:00
(721/1414): libquvi-0.4.1-5.el7.x86_64.rpm | 36 kB 00:00
(722/1414): libquvi-scripts-0.4.10-3.el7.noarch.rpm | 64 kB 00:00
(723/1414): libraw1394-2.1.0-2.el7.x86_64.rpm | 63 kB 00:00
(724/1414): librdmacm-1.0.17.1-1.el7.x86_64.rpm | 58 kB 00:00
(725/1414): libref_array-0.1.3-22.el7.x86_64.rpm | 25 kB 00:00
(726/1414): libreport-2.1.11-10.el7.centos.x86_64.rpm | 423 kB 00:00
(727/1414): libreport-cli-2.1.11-10.el7.centos.x86_64.rpm | 44 kB 00:00
(728/1414): libreport-compat-2.1.11-10.el7.centos.x86_64.rpm | 37 kB 00:00
(729/1414): libreport-filesystem-2.1.11-10.el7.centos.x86_64.rpm | 32 kB 00:00
(730/1414): libreport-gtk-2.1.11-10.el7.centos.x86_64.rpm | 88 kB 00:00
(731/1414): libreport-newt-2.1.11-10.el7.centos.x86_64.rpm | 40 kB 00:00
(732/1414): libreport-plugin-bugzilla-2.1.11-10.el7.centos.x86_64.rpm | 79 kB 00:00
(733/1414): libreport-plugin-kerneloops-2.1.11-10.el7.centos.x86_64.rpm | 43 kB 00:00
(734/1414): libreport-plugin-logger-2.1.11-10.el7.centos.x86_64.rpm | 45 kB 00:00
(735/1414): libreport-plugin-mailx-2.1.11-10.el7.centos.x86_64.rpm | 48 kB 00:00
(736/1414): libreport-plugin-reportuploader-2.1.11-10.el7.centos.x86_64.rpm | 50 kB 00:00
(737/1414): libreport-plugin-rhtsupport-2.1.11-10.el7.centos.x86_64.rpm | 58 kB 00:00
(738/1414): libreport-plugin-ureport-2.1.11-10.el7.centos.x86_64.rpm | 50 kB 00:00
(739/1414): libreport-python-2.1.11-10.el7.centos.x86_64.rpm | 60 kB 00:00
(740/1414): libreport-rhel-2.1.11-10.el7.centos.x86_64.rpm | 39 kB 00:00
(741/1414): libreport-web-2.1.11-10.el7.centos.x86_64.rpm | 43 kB 00:00
(742/1414): librsvg2-2.39.0-1.el7.x86_64.rpm | 123 kB 00:01
(743/1414): libsamplerate-0.1.8-6.el7.x86_64.rpm | 1.0 MB 00:02
(744/1414): libseccomp-2.1.1-2.el7.x86_64.rpm | 40 kB 00:00
(745/1414): libsecret-0.15-3.el7.x86_64.rpm | 133 kB 00:00
(746/1414): libselinux-2.2.2-6.el7.i686.rpm | 144 kB 00:00
(747/1414): libselinux-2.2.2-6.el7.x86_64.rpm | 145 kB 00:00
(748/1414): libselinux-devel-2.2.2-6.el7.x86_64.rpm | 174 kB 00:00
(749/1414): libselinux-python-2.2.2-6.el7.x86_64.rpm | 247 kB 00:00
(750/1414): libselinux-utils-2.2.2-6.el7.x86_64.rpm | 135 kB 00:00
(751/1414): libsemanage-2.1.10-16.el7.x86_64.rpm | 121 kB 00:00
(752/1414): libsepol-2.1.9-3.el7.x86_64.rpm | 154 kB 00:00
(753/1414): libsepol-devel-2.1.9-3.el7.x86_64.rpm | 71 kB 00:00
(754/1414): libshout-2.2.2-11.el7.x86_64.rpm | 43 kB 00:00
(755/1414): libsigc++20-2.3.1-4.el7.x86_64.rpm | 59 kB 00:00
(756/1414): libsigc++20-devel-2.3.1-4.el7.x86_64.rpm | 73 kB 00:00
(757/1414): libsmbclient-4.1.1-35.el7_0.x86_64.rpm | 114 kB 00:00
(758/1414): libsndfile-1.0.25-9.el7.x86_64.rpm | 149 kB 00:00
(759/1414): libsoup-2.42.2-3.el7.x86_64.rpm | 326 kB 00:00
(760/1414): libsoup-devel-2.42.2-3.el7.x86_64.rpm | 264 kB 00:00
(761/1414): libss-1.42.9-4.el7.x86_64.rpm | 44 kB 00:00
(762/1414): libssh2-1.4.3-8.el7.x86_64.rpm | 133 kB 00:00
(763/1414): libsss_idmap-1.11.2-68.el7_0.5.x86_64.rpm | 77 kB 00:00
(764/1414): libstdc++-4.8.2-16.el7.i686.rpm | 301 kB 00:00
(765/1414): libstdc++-4.8.2-16.el7.x86_64.rpm | 288 kB 00:00
(766/1414): libstdc++-devel-4.8.2-16.el7.x86_64.rpm | 1.5 MB 00:02
(767/1414): libstdc++-docs-4.8.2-16.el7.x86_64.rpm | 11 MB 00:22
(768/1414): libtalloc-2.0.8-4.el7.x86_64.rpm | 26 kB 00:00
(769/1414): libtar-1.2.11-28.el7.x86_64.rpm | 33 kB 00:00
(770/1414): libtasn1-3.3-5.el7_0.x86_64.rpm | 316 kB 00:00
(771/1414): libtasn1-devel-3.3-5.el7_0.x86_64.rpm | 66 kB 00:00
(772/1414): libtdb-1.2.12-3.el7.x86_64.rpm | 39 kB 00:00
(773/1414): libteam-1.9-15.el7.x86_64.rpm | 44 kB 00:00
(774/1414): libtevent-0.9.18-6.el7.x86_64.rpm | 30 kB 00:00
(775/1414): libthai-0.1.14-9.el7.x86_64.rpm | 187 kB 00:00
(776/1414): libtheora-1.1.1-8.el7.x86_64.rpm | 136 kB 00:00
(777/1414): libtiff-4.0.3-14.el7.x86_64.rpm | 167 kB 00:00
(778/1414): libtirpc-0.2.4-0.3.el7.x86_64.rpm | 85 kB 00:00
(779/1414): libtool-2.4.2-20.el7.x86_64.rpm | 588 kB 00:01
(780/1414): libtool-ltdl-2.4.2-20.el7.i686.rpm | 49 kB 00:00
(781/1414): libtool-ltdl-2.4.2-20.el7.x86_64.rpm | 49 kB 00:01
(782/1414): libudisks2-2.1.2-5.el7.x86_64.rpm | 115 kB 00:00
(783/1414): libunistring-0.9.3-9.el7.x86_64.rpm | 293 kB 00:00
(784/1414): libusal-1.1.11-22.el7.x86_64.rpm | 135 kB 00:00
(785/1414): libusb-0.1.4-3.el7.x86_64.rpm | 19 kB 00:00
(786/1414): libusb-devel-0.1.4-3.el7.x86_64.rpm | 33 kB 00:00
(787/1414): libusbx-1.0.15-4.el7.x86_64.rpm | 50 kB 00:00
(788/1414): libusbx-devel-1.0.15-4.el7.x86_64.rpm | 18 kB 00:00
(789/1414): libuser-0.60-5.el7.x86_64.rpm | 397 kB 00:00
(790/1414): libuser-python-0.60-5.el7.x86_64.rpm | 51 kB 00:00
(791/1414): libutempter-1.1.6-4.el7.x86_64.rpm | 25 kB 00:00
(792/1414): libuuid-2.23.2-16.el7.x86_64.rpm | 72 kB 00:00
(793/1414): libv4l-0.9.5-4.el7.x86_64.rpm | 194 kB 00:01
(794/1414): libverto-0.2.5-4.el7.i686.rpm | 16 kB 00:00
(795/1414): libverto-0.2.5-4.el7.x86_64.rpm | 16 kB 00:00
(796/1414): libverto-devel-0.2.5-4.el7.x86_64.rpm | 12 kB 00:00
(797/1414): libvirt-client-1.1.1-29.el7_0.1.x86_64.rpm | 3.8 MB 00:08
(798/1414): libvirt-daemon-1.1.1-29.el7_0.1.x86_64.rpm | 826 kB 00:01
(799/1414): libvirt-daemon-driver-interface-1.1.1-29.el7_0.1.x86_64.rpm | 113 kB 00:00
(800/1414): libvirt-daemon-driver-network-1.1.1-29.el7_0.1.x86_64.rpm | 124 kB 00:00
(801/1414): libvirt-daemon-driver-nodedev-1.1.1-29.el7_0.1.x86_64.rpm | 111 kB 00:00
(802/1414): libvirt-daemon-driver-nwfilter-1.1.1-29.el7_0.1.x86_64.rpm | 137 kB 00:00
(803/1414): libvirt-daemon-driver-qemu-1.1.1-29.el7_0.1.x86_64.rpm | 442 kB 00:00
(804/1414): libvirt-daemon-driver-secret-1.1.1-29.el7_0.1.x86_64.rpm | 106 kB 00:00
(805/1414): libvirt-daemon-driver-storage-1.1.1-29.el7_0.1.x86_64.rpm | 152 kB 00:00
(806/1414): libvirt-daemon-kvm-1.1.1-29.el7_0.1.x86_64.rpm | 69 kB 00:00
(807/1414): libvisual-0.4.0-16.el7.x86_64.rpm | 138 kB 00:00
(808/1414): libvorbis-1.3.3-8.el7.x86_64.rpm | 204 kB 00:00
(809/1414): libvpx-1.2.0-4.el7.x86_64.rpm | 208 kB 00:00
(810/1414): libwacom-0.8-3.el7.x86_64.rpm | 26 kB 00:00
(811/1414): libwacom-data-0.8-3.el7.noarch.rpm | 36 kB 00:00
(812/1414): libwbclient-4.1.1-35.el7_0.x86_64.rpm | 85 kB 00:00
(813/1414): libwebp-0.3.0-3.el7.x86_64.rpm | 170 kB 00:00
(814/1414): libwnck3-3.4.5-3.el7.x86_64.rpm | 365 kB 00:00
(815/1414): libxcb-1.9-5.el7.x86_64.rpm | 169 kB 00:00
(816/1414): libxcb-devel-1.9-5.el7.x86_64.rpm | 1.0 MB 00:01
(817/1414): libxkbfile-1.0.8-5.el7.x86_64.rpm | 81 kB 00:00
(818/1414): libxklavier-5.3-4.el7.x86_64.rpm | 63 kB 00:00
(819/1414): libxklavier-devel-5.3-4.el7.x86_64.rpm | 35 kB 00:00
(820/1414): libxml2-2.9.1-5.el7.i686.rpm | 649 kB 00:01
(821/1414): libxml2-2.9.1-5.el7.x86_64.rpm | 664 kB 00:01
(822/1414): libxml2-devel-2.9.1-5.el7.x86_64.rpm | 1.0 MB 00:01
(823/1414): libxml2-python-2.9.1-5.el7.x86_64.rpm | 244 kB 00:00
(824/1414): libxslt-1.1.28-5.el7.x86_64.rpm | 242 kB 00:00
(825/1414): libxslt-devel-1.1.28-5.el7.x86_64.rpm | 309 kB 00:00
(826/1414): linux-firmware-20140213-0.3.git4164c23.el7.noarch.rpm | 20 MB 00:36
(827/1414): linuxconsoletools-1.4.5-3.el7.x86_64.rpm | 60 kB 00:00
(828/1414): lklug-fonts-0.6-10.20090803cvs.el7.noarch.rpm | 89 kB 00:00
(829/1414): lm_sensors-libs-3.3.4-10.el7.x86_64.rpm | 40 kB 00:00
(830/1414): lockdev-1.0.4-0.13.20111007git.el7.x86_64.rpm | 31 kB 00:00
(831/1414): logrotate-3.8.6-4.el7.x86_64.rpm | 64 kB 00:00
(832/1414): lohit-assamese-fonts-2.5.3-2.el7.noarch.rpm | 73 kB 00:00
(833/1414): lohit-bengali-fonts-2.5.3-4.el7.noarch.rpm | 73 kB 00:00
(834/1414): lohit-devanagari-fonts-2.5.3-4.el7.noarch.rpm | 48 kB 00:00
(835/1414): lohit-gujarati-fonts-2.5.3-2.el7.noarch.rpm | 38 kB 00:00
(836/1414): lohit-kannada-fonts-2.5.3-3.el7.noarch.rpm | 54 kB 00:00
(837/1414): lohit-oriya-fonts-2.5.4.1-3.el7.noarch.rpm | 54 kB 00:00
(838/1414): lohit-punjabi-fonts-2.5.3-2.el7.noarch.rpm | 24 kB 00:00
(839/1414): lohit-tamil-fonts-2.5.3-2.el7.noarch.rpm | 36 kB 00:00
(840/1414): lohit-telugu-fonts-2.5.3-3.el7.noarch.rpm | 62 kB 00:00
(841/1414): lsof-4.87-4.el7.x86_64.rpm | 331 kB 00:00
(842/1414): lsscsi-0.27-3.el7.x86_64.rpm | 47 kB 00:00
(843/1414): ltrace-0.7.91-7.el7.x86_64.rpm | 145 kB 00:00
(844/1414): lua-5.1.4-14.el7.x86_64.rpm | 201 kB 00:00
(845/1414): lvm2-2.02.105-14.el7.x86_64.rpm | 818 kB 00:01
(846/1414): lvm2-libs-2.02.105-14.el7.x86_64.rpm | 709 kB 00:01
(847/1414): lzo-2.06-6.el7_0.2.x86_64.rpm | 59 kB 00:00
(848/1414): lzop-1.03-10.el7.x86_64.rpm | 54 kB 00:00
(849/1414): m17n-contrib-1.1.14-3.el7.noarch.rpm | 345 kB 00:00
(850/1414): m17n-db-1.6.4-3.el7.noarch.rpm | 224 kB 00:00
(851/1414): m17n-lib-1.6.4-10.el7.x86_64.rpm | 183 kB 00:00
(852/1414): m4-1.4.16-9.el7.x86_64.rpm | 256 kB 00:01
(853/1414): madan-fonts-2.000-11.el7.noarch.rpm | 83 kB 00:00
(854/1414): mailcap-2.1.41-2.el7.noarch.rpm | 31 kB 00:00
(855/1414): mailx-12.5-11.el7.x86_64.rpm | 243 kB 00:00
(856/1414): make-3.82-21.el7.x86_64.rpm | 420 kB 00:01
(857/1414): man-db-2.6.3-9.el7.x86_64.rpm | 559 kB 00:01
(858/1414): man-pages-3.53-5.el7.noarch.rpm | 5.0 MB 00:11
(859/1414): man-pages-overrides-7.0.0-2.el7.noarch.rpm | 3.6 kB 00:00
(860/1414): mariadb-libs-5.5.37-1.el7_0.x86_64.rpm | 752 kB 00:02
(861/1414): mdadm-3.2.6-31.el7.x86_64.rpm | 358 kB 00:01
(862/1414): mesa-dri-drivers-9.2.5-5.20131218.el7.x86_64.rpm | 11 MB 00:25
(863/1414): mesa-filesystem-9.2.5-5.20131218.el7.x86_64.rpm | 21 kB 00:00
(864/1414): mesa-libEGL-9.2.5-5.20131218.el7.x86_64.rpm | 69 kB 00:00
(865/1414): mesa-libEGL-devel-9.2.5-5.20131218.el7.x86_64.rpm | 25 kB 00:00
(866/1414): mesa-libGL-9.2.5-5.20131218.el7.x86_64.rpm | 142 kB 00:00
(867/1414): mesa-libGL-devel-9.2.5-5.20131218.el7.x86_64.rpm | 129 kB 00:00
(868/1414): mesa-libgbm-9.2.5-5.20131218.el7.x86_64.rpm | 29 kB 00:00
(869/1414): mesa-libglapi-9.2.5-5.20131218.el7.x86_64.rpm | 34 kB 00:00
(870/1414): mesa-libxatracker-9.2.5-5.20131218.el7.x86_64.rpm | 669 kB 00:02
(871/1414): mesa-private-llvm-3.3-0.8.20131023.el7.x86_64.rpm | 5.3 MB 00:14
(872/1414): metacity-2.34.13-7.el7.x86_64.rpm | 1.1 MB 00:02
(873/1414): microcode_ctl-2.1-7.1.el7_0.2.x86_64.rpm | 490 kB 00:01
(874/1414): mlocate-0.26-5.el7.x86_64.rpm | 112 kB 00:00
(875/1414): mobile-broadband-provider-info-1.20120614-4.el7.noarch.rpm | 40 kB 00:00
(876/1414): mozilla-filesystem-1.9-11.el7.x86_64.rpm | 5.3 kB 00:00
(877/1414): mozjs17-17.0.0-10.el7.i686.rpm | 1.4 MB 00:03
(878/1414): mozjs17-17.0.0-10.el7.x86_64.rpm | 1.4 MB 00:02
(879/1414): mpfr-3.1.1-4.el7.x86_64.rpm | 203 kB 00:00
(880/1414): mtdev-1.1.3-4.el7.x86_64.rpm | 17 kB 00:00
(881/1414): mtools-4.0.18-5.el7.x86_64.rpm | 203 kB 00:00
(882/1414): mtr-0.85-7.el7.x86_64.rpm | 71 kB 00:00
(883/1414): mutter-3.8.4-10.el7.x86_64.rpm | 1.1 MB 00:02
(884/1414): nano-2.3.1-10.el7.x86_64.rpm | 440 kB 00:01
(885/1414): nautilus-3.8.2-7.el7.x86_64.rpm | 2.5 MB 00:05
(886/1414): nautilus-extensions-3.8.2-7.el7.x86_64.rpm | 64 kB 00:00
(887/1414): ncurses-5.9-13.20130511.el7.x86_64.rpm | 303 kB 00:01
(888/1414): ncurses-base-5.9-13.20130511.el7.noarch.rpm | 68 kB 00:00
(889/1414): ncurses-libs-5.9-13.20130511.el7.i686.rpm | 316 kB 00:01
(890/1414): ncurses-libs-5.9-13.20130511.el7.x86_64.rpm | 316 kB 00:00
(891/1414): net-snmp-5.7.2-18.el7.x86_64.rpm | 319 kB 00:01
(892/1414): net-snmp-agent-libs-5.7.2-18.el7.x86_64.rpm | 698 kB 00:01
(893/1414): net-snmp-libs-5.7.2-18.el7.x86_64.rpm | 744 kB 00:03
(894/1414): net-tools-2.0-0.17.20131004git.el7.x86_64.rpm | 304 kB 00:00
(895/1414): netcf-libs-0.2.3-8.el7.x86_64.rpm | 67 kB 00:00
(896/1414): netpbm-10.61.02-9.el7.x86_64.rpm | 180 kB 00:00
(897/1414): netpbm-progs-10.61.02-9.el7.x86_64.rpm | 1.9 MB 00:05
(898/1414): nettle-2.7.1-2.el7.x86_64.rpm | 326 kB 00:01
(899/1414): network-manager-applet-0.9.9.0-15.git20140307.el7.x86_64.rpm | 201 kB 00:00
(900/1414): newt-0.52.15-4.el7.x86_64.rpm | 105 kB 00:00
(901/1414): newt-python-0.52.15-4.el7.x86_64.rpm | 54 kB 00:00
(902/1414): nfs-utils-1.3.0-0.el7.x86_64.rpm | 357 kB 00:00
(903/1414): nfs4-acl-tools-0.3.3-13.el7.x86_64.rpm | 47 kB 00:00
(904/1414): nm-connection-editor-0.9.9.0-15.git20140307.el7.x86_64.rpm | 889 kB 00:02
(905/1414): nmap-ncat-6.40-4.el7.x86_64.rpm | 200 kB 00:00
(906/1414): nspr-4.10.6-1.el7_0.i686.rpm | 127 kB 00:00
(907/1414): nspr-4.10.6-1.el7_0.x86_64.rpm | 125 kB 00:00
(908/1414): nspr-devel-4.10.6-1.el7_0.x86_64.rpm | 112 kB 00:00
(909/1414): nss-3.16.1-4.0.1.el6_5.x86_64.rpm | 832 kB 00:01
(910/1414): nss-devel-3.16.1-4.0.1.el6_5.x86_64.rpm | 191 kB 00:00
(911/1414): nss-softokn-3.15.4-2.el7.x86_64.rpm | 307 kB 00:00
(912/1414): nss-softokn-devel-3.15.4-2.el7.x86_64.rpm | 22 kB 00:00
(913/1414): nss-softokn-freebl-3.15.4-2.el7.i686.rpm | 180 kB 00:00
(914/1414): nss-softokn-freebl-3.15.4-2.el7.x86_64.rpm | 196 kB 00:00
(915/1414): nss-softokn-freebl-devel-3.15.4-2.el7.x86_64.rpm | 41 kB 00:00
(916/1414): nss-sysinit-3.16.1-4.0.1.el6_5.x86_64.rpm | 40 kB 00:00
(917/1414): nss-tools-3.16.1-4.0.1.el6_5.x86_64.rpm | 360 kB 00:01
(918/1414): nss-util-3.16.1-1.el6_5.x86_64.rpm | 64 kB 00:00
(919/1414): nss-util-devel-3.16.1-1.el6_5.x86_64.rpm | 66 kB 00:00
(920/1414): ntp-4.2.6p5-18.el7.centos.x86_64.rpm | 539 kB 00:01
(921/1414): ntpdate-4.2.6p5-18.el7.centos.x86_64.rpm | 82 kB 00:00
(922/1414): ntsysv-1.3.61-4.el7.x86_64.rpm | 35 kB 00:00
(923/1414): numactl-2.0.9-2.el7.x86_64.rpm | 65 kB 00:00
(924/1414): numactl-devel-2.0.9-2.el7.x86_64.rpm | 22 kB 00:00
(925/1414): numactl-libs-2.0.9-2.el7.x86_64.rpm | 29 kB 00:00
(926/1414): numad-0.5-13.20140225git.el7.x86_64.rpm | 34 kB 00:00
(927/1414): obexd-0.46-5.el7.x86_64.rpm | 79 kB 00:00
(928/1414): oddjob-0.31.5-3.el7.x86_64.rpm | 69 kB 00:00
(929/1414): oddjob-mkhomedir-0.31.5-3.el7.x86_64.rpm | 38 kB 00:00
(930/1414): opencc-0.4.3-3.el7.x86_64.rpm | 694 kB 00:01
(931/1414): openjade-1.3.2-45.el7.x86_64.rpm | 831 kB 00:01
(932/1414): openjpeg-libs-1.5.1-9.el7.x86_64.rpm | 84 kB 00:00
(933/1414): openldap-2.4.39-3.el7.x86_64.rpm | 343 kB 00:00
(934/1414): opensp-1.5.2-19.el7.x86_64.rpm | 874 kB 00:02
(935/1414): openssh-6.4p1-8.el7.x86_64.rpm | 341 kB 00:00
(936/1414): openssh-askpass-6.4p1-8.el7.x86_64.rpm | 66 kB 00:00
(937/1414): openssh-clients-6.4p1-8.el7.x86_64.rpm | 470 kB 00:01
(938/1414): openssh-server-6.4p1-8.el7.x86_64.rpm | 367 kB 00:01
(939/1414): openssl-1.0.1e-34.el7_0.3.x86_64.rpm | 705 kB 00:02
(940/1414): openssl-devel-1.0.1e-34.el7_0.3.x86_64.rpm | 1.2 MB 00:02
(941/1414): openssl-libs-1.0.1e-34.el7_0.3.i686.rpm | 925 kB 00:01
(942/1414): openssl-libs-1.0.1e-34.el7_0.3.x86_64.rpm | 939 kB 00:03
(943/1414): opus-1.0.2-6.el7.x86_64.rpm | 630 kB 00:01
(944/1414): oracle-logos-60.0.14-1.0.1.el6.noarch.rpm | 12 MB 00:21
(945/1414): orc-0.4.17-5.el7.x86_64.rpm | 164 kB 00:00
(946/1414): orca-3.6.3-4.el7.x86_64.rpm | 3.9 MB 00:07
(947/1414): os-prober-1.58-5.el7.x86_64.rpm | 41 kB 00:00
(948/1414): p11-kit-0.18.7-4.el7.x86_64.rpm | 100 kB 00:00
(949/1414): p11-kit-devel-0.18.7-4.el7.x86_64.rpm | 20 kB 00:00
(950/1414): p11-kit-trust-0.18.7-4.el7.x86_64.rpm | 74 kB 00:00
(951/1414): paktype-naqsh-fonts-4.1-2.el7.noarch.rpm | 359 kB 00:01
(952/1414): paktype-tehreer-fonts-4.1-2.el7.noarch.rpm | 418 kB 00:00
(953/1414): pam-1.1.8-9.el7.i686.rpm | 710 kB 00:02
(954/1414): pam-1.1.8-9.el7.x86_64.rpm | 712 kB 00:01
(955/1414): pam_krb5-2.4.8-4.el7.x86_64.rpm | 158 kB 00:00
(956/1414): pango-1.34.1-5.el7.x86_64.rpm | 283 kB 00:00
(957/1414): pango-devel-1.34.1-5.el7.x86_64.rpm | 303 kB 00:00
(958/1414): pangomm-2.34.0-3.el7.x86_64.rpm | 63 kB 00:00
(959/1414): pangomm-devel-2.34.0-3.el7.x86_64.rpm | 58 kB 00:00
(960/1414): paps-0.6.8-28.el7.x86_64.rpm | 36 kB 00:00
(961/1414): paps-libs-0.6.8-28.el7.x86_64.rpm | 27 kB 00:00
(962/1414): parted-3.1-17.el7.x86_64.rpm | 604 kB 00:01
(963/1414): passwd-0.79-4.el7.x86_64.rpm | 105 kB 00:00
(964/1414): patch-2.7.1-8.el7.x86_64.rpm | 110 kB 00:00
(965/1414): pax-3.4-19.el7.x86_64.rpm | 74 kB 00:00
(966/1414): pciutils-3.2.1-4.el7.x86_64.rpm | 90 kB 00:00
(967/1414): pciutils-libs-3.2.1-4.el7.x86_64.rpm | 45 kB 00:00
(968/1414): pcre-8.32-12.el7.i686.rpm | 414 kB 00:00
(969/1414): pcre-8.32-12.el7.x86_64.rpm | 417 kB 00:01
(970/1414): pcre-devel-8.32-12.el7.x86_64.rpm | 477 kB 00:01
(971/1414): perl-5.16.3-283.el7.x86_64.rpm | 8.0 MB 00:16
(972/1414): perl-B-Lint-1.17-3.el7.noarch.rpm | 20 kB 00:00
(973/1414): perl-Business-ISBN-2.06-2.el7.noarch.rpm | 25 kB 00:00
(974/1414): perl-Business-ISBN-Data-20120719.001-2.el7.noarch.rpm | 24 kB 00:00
(975/1414): perl-CGI-3.63-4.el7.noarch.rpm | 250 kB 00:00
(976/1414): perl-CPAN-1.9800-283.el7.noarch.rpm | 291 kB 00:01
(977/1414): perl-Carp-1.26-244.el7.noarch.rpm | 19 kB 00:00
(978/1414): perl-Class-ISA-0.36-1010.el7.noarch.rpm | 8.9 kB 00:00
(979/1414): perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64.rpm | 32 kB 00:00
(980/1414): perl-Compress-Raw-Zlib-2.061-4.el7.x86_64.rpm | 57 kB 00:00
(981/1414): perl-Data-Dumper-2.145-3.el7.x86_64.rpm | 47 kB 00:00
(982/1414): perl-Digest-1.17-245.el7.noarch.rpm | 23 kB 00:00
(983/1414): perl-Digest-MD5-2.52-3.el7.x86_64.rpm | 30 kB 00:00
(984/1414): perl-Digest-SHA-5.85-3.el7.x86_64.rpm | 58 kB 00:00
(985/1414): perl-Encode-2.51-7.el7.x86_64.rpm | 1.5 MB 00:04
(986/1414): perl-Encode-Locale-1.03-5.el7.noarch.rpm | 16 kB 00:00
(987/1414): perl-Env-1.04-2.el7.noarch.rpm | 16 kB 00:00
(988/1414): perl-Exporter-5.68-3.el7.noarch.rpm | 28 kB 00:00
(989/1414): perl-ExtUtils-Install-1.58-283.el7.noarch.rpm | 73 kB 00:00
(990/1414): perl-ExtUtils-MakeMaker-6.68-3.el7.noarch.rpm | 275 kB 00:00
(991/1414): perl-ExtUtils-Manifest-1.61-244.el7.noarch.rpm | 31 kB 00:00
(992/1414): perl-ExtUtils-ParseXS-3.18-2.el7.noarch.rpm | 77 kB 00:00
(993/1414): perl-FCGI-0.74-8.el7.x86_64.rpm | 42 kB 00:00
(994/1414): perl-File-CheckTree-4.42-3.el7.noarch.rpm | 18 kB 00:00
(995/1414): perl-File-Listing-6.04-7.el7.noarch.rpm | 13 kB 00:00
(996/1414): perl-File-Path-2.09-2.el7.noarch.rpm | 26 kB 00:00
(997/1414): perl-File-Temp-0.23.01-3.el7.noarch.rpm | 56 kB 00:00
(998/1414): perl-Filter-1.49-3.el7.x86_64.rpm | 76 kB 00:00
(999/1414): perl-Getopt-Long-2.40-2.el7.noarch.rpm | 56 kB 00:00
(1000/1414): perl-HTML-Parser-3.71-4.el7.x86_64.rpm | 115 kB 00:00
(1001/1414): perl-HTML-Tagset-3.20-15.el7.noarch.rpm | 18 kB 00:00
(1002/1414): perl-HTTP-Cookies-6.01-5.el7.noarch.rpm | 26 kB 00:00
(1003/1414): perl-HTTP-Daemon-6.01-5.el7.noarch.rpm | 20 kB 00:00
(1004/1414): perl-HTTP-Date-6.02-8.el7.noarch.rpm | 14 kB 00:00
(1005/1414): perl-HTTP-Message-6.06-6.el7.noarch.rpm | 82 kB 00:00
(1006/1414): perl-HTTP-Negotiate-6.01-5.el7.noarch.rpm | 17 kB 00:00
(1007/1414): perl-HTTP-Tiny-0.033-3.el7.noarch.rpm | 38 kB 00:00
(1008/1414): perl-IO-Compress-2.061-2.el7.noarch.rpm | 260 kB 00:01
(1009/1414): perl-IO-HTML-1.00-2.el7.noarch.rpm | 23 kB 00:00
(1010/1414): perl-IO-Socket-IP-0.21-4.el7.noarch.rpm | 35 kB 00:00
(1011/1414): perl-IO-Socket-SSL-1.94-3.el7.noarch.rpm | 113 kB 00:00
(1012/1414): perl-LWP-MediaTypes-6.02-2.el7.noarch.rpm | 24 kB 00:00
(1013/1414): perl-Locale-Codes-3.26-2.el7.noarch.rpm | 314 kB 00:02
(1014/1414): perl-Locale-Maketext-1.23-3.el7.noarch.rpm | 93 kB 00:03
(1015/1414): perl-Module-Pluggable-4.8-3.el7.noarch.rpm | 29 kB 00:00
(1016/1414): perl-Net-HTTP-6.06-2.el7.noarch.rpm | 29 kB 00:00
(1017/1414): perl-Net-LibIDN-0.12-15.el7.x86_64.rpm | 28 kB 00:00
(1018/1414): perl-Net-SSLeay-1.55-3.el7.x86_64.rpm | 285 kB 00:00
(1019/1414): perl-PathTools-3.40-5.el7.x86_64.rpm | 82 kB 00:00
(1020/1414): perl-Pod-Checker-1.60-2.el7.noarch.rpm | 28 kB 00:00
(1021/1414): perl-Pod-Escapes-1.04-283.el7.noarch.rpm | 49 kB 00:00
(1022/1414): perl-Pod-LaTeX-0.61-2.el7.noarch.rpm | 35 kB 00:00
(1023/1414): perl-Pod-Parser-1.61-2.el7.noarch.rpm | 107 kB 00:00
(1024/1414): perl-Pod-Perldoc-3.20-4.el7.noarch.rpm | 87 kB 00:00
(1025/1414): perl-Pod-Plainer-1.03-4.el7.noarch.rpm | 9.0 kB 00:00
(1026/1414): perl-Pod-Simple-3.28-4.el7.noarch.rpm | 216 kB 00:03
(1027/1414): perl-Pod-Usage-1.63-3.el7.noarch.rpm | 27 kB 00:00
(1028/1414): perl-SGMLSpm-1.03ii-31.el7.noarch.rpm | 27 kB 00:00
(1029/1414): perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm | 36 kB 00:00
(1030/1414): perl-Socket-2.010-3.el7.x86_64.rpm | 49 kB 00:00
(1031/1414): perl-Storable-2.45-3.el7.x86_64.rpm | 77 kB 00:00
(1032/1414): perl-String-ShellQuote-1.04-10.el7.noarch.rpm | 19 kB 00:00
(1033/1414): perl-Sys-Guestfs-1.22.6-22.el7.x86_64.rpm | 340 kB 00:02
(1034/1414): perl-Sys-Syslog-0.33-3.el7.x86_64.rpm | 42 kB 00:00
(1035/1414): perl-Sys-Virt-1.1.1-5.el7.x86_64.rpm | 236 kB 00:01
(1036/1414): perl-Test-Harness-3.28-2.el7.noarch.rpm | 302 kB 00:01
(1037/1414): perl-Test-Simple-0.98-243.el7.noarch.rpm | 170 kB 00:00
(1038/1414): perl-Text-ParseWords-3.29-4.el7.noarch.rpm | 14 kB 00:00
(1039/1414): perl-Text-Soundex-3.04-4.el7.x86_64.rpm | 19 kB 00:00
(1040/1414): perl-Text-Unidecode-0.04-20.el7.noarch.rpm | 114 kB 00:00
(1041/1414): perl-Thread-Queue-3.02-2.el7.noarch.rpm | 17 kB 00:00
(1042/1414): perl-Time-HiRes-1.9725-3.el7.x86_64.rpm | 45 kB 00:00
(1043/1414): perl-Time-Local-1.2300-2.el7.noarch.rpm | 24 kB 00:00
(1044/1414): perl-TimeDate-2.30-2.el7.noarch.rpm | 52 kB 00:00
(1045/1414): perl-URI-1.60-9.el7.noarch.rpm | 106 kB 00:00
(1046/1414): perl-WWW-RobotRules-6.02-5.el7.noarch.rpm | 18 kB 00:00
(1047/1414): perl-XML-LibXML-2.0018-5.el7.x86_64.rpm | 373 kB 00:01
(1048/1414): perl-XML-NamespaceSupport-1.11-10.el7.noarch.rpm | 18 kB 00:00
(1049/1414): perl-XML-Parser-2.41-10.el7.x86_64.rpm | 223 kB 00:01
(1050/1414): perl-XML-SAX-0.99-9.el7.noarch.rpm | 63 kB 00:00
(1051/1414): perl-XML-SAX-Base-1.08-7.el7.noarch.rpm | 32 kB 00:00
(1052/1414): perl-XML-Writer-0.623-3.el7.noarch.rpm | 32 kB 00:00
(1053/1414): perl-XML-XPath-1.13-22.el7.noarch.rpm | 82 kB 00:00
(1054/1414): perl-autodie-2.16-2.el7.noarch.rpm | 77 kB 00:00
(1055/1414): perl-constant-1.27-2.el7.noarch.rpm | 19 kB 00:00
(1056/1414): perl-devel-5.16.3-283.el7.x86_64.rpm | 451 kB 00:01
(1057/1414): perl-hivex-1.3.8-4.el7.x86_64.rpm | 39 kB 00:00
(1058/1414): perl-libintl-1.20-12.el7.x86_64.rpm | 875 kB 00:02
(1059/1414): perl-libs-5.16.3-283.el7.x86_64.rpm | 686 kB 00:01
(1060/1414): perl-libwww-perl-6.05-2.el7.noarch.rpm | 205 kB 00:00
(1061/1414): perl-macros-5.16.3-283.el7.x86_64.rpm | 42 kB 00:00
(1062/1414): perl-parent-0.225-244.el7.noarch.rpm | 12 kB 00:00
(1063/1414): perl-podlators-2.5.1-3.el7.noarch.rpm | 112 kB 00:00
(1064/1414): perl-threads-1.87-4.el7.x86_64.rpm | 49 kB 00:00
(1065/1414): perl-threads-shared-1.43-6.el7.x86_64.rpm | 39 kB 00:00
(1066/1414): perl-version-0.99.07-2.el7.x86_64.rpm | 84 kB 00:00
(1067/1414): phonon-4.6.0-9.el7.x86_64.rpm | 205 kB 00:00
(1068/1414): phonon-backend-gstreamer-4.6.3-3.el7.x86_64.rpm | 140 kB 00:00
(1069/1414): pinentry-0.8.1-14.el7.x86_64.rpm | 72 kB 00:00
(1070/1414): pinfo-0.6.10-9.el7.x86_64.rpm | 116 kB 00:00
(1071/1414): pixman-0.32.4-3.el7.x86_64.rpm | 254 kB 00:00
(1072/1414): pixman-devel-0.32.4-3.el7.x86_64.rpm | 20 kB 00:00
(1073/1414): pkgconfig-0.27.1-4.el7.x86_64.rpm | 54 kB 00:00
(1074/1414): plymouth-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 112 kB 00:00
(1075/1414): plymouth-core-libs-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 106 kB 00:00
(1076/1414): plymouth-graphics-libs-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 44 kB 00:00
(1077/1414): plymouth-plugin-label-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 34 kB 00:00
(1078/1414): plymouth-plugin-two-step-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 42 kB 00:00
(1079/1414): plymouth-scripts-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 35 kB 00:00
(1080/1414): plymouth-system-theme-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 29 kB 00:00
(1081/1414): plymouth-theme-charge-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 34 kB 00:00
(1082/1414): plymouth-theme-rings-0.8.3-27.0.1.el6.noarch.rpm | 32 kB 00:00
(1083/1414): pm-utils-1.4.1-26.el7.x86_64.rpm | 139 kB 00:00
(1084/1414): pnm2ppa-1.04-28.el7.x86_64.rpm | 147 kB 00:00
(1085/1414): policycoreutils-2.2.5-11.el7.x86_64.rpm | 801 kB 00:01
(1086/1414): polkit-0.112-5.el7.i686.rpm | 165 kB 00:00
(1087/1414): polkit-0.112-5.el7.x86_64.rpm | 165 kB 00:00
(1088/1414): polkit-pkla-compat-0.1-4.el7.x86_64.rpm | 39 kB 00:00
(1089/1414): poppler-0.22.5-6.el7.x86_64.rpm | 737 kB 00:01
(1090/1414): poppler-data-0.4.6-3.el7.noarch.rpm | 2.2 MB 00:04
(1091/1414): poppler-glib-0.22.5-6.el7.x86_64.rpm | 111 kB 00:00
(1092/1414): poppler-utils-0.22.5-6.el7.x86_64.rpm | 158 kB 00:00
(1093/1414): popt-1.13-16.el7.x86_64.rpm | 42 kB 00:00
(1094/1414): popt-devel-1.13-16.el7.x86_64.rpm | 22 kB 00:00
(1095/1414): portreserve-0.0.5-10.el7.x86_64.rpm | 25 kB 00:00
(1096/1414): postfix-2.10.1-6.el7.x86_64.rpm | 2.4 MB 00:04
(1097/1414): ppp-2.4.5-33.el7.x86_64.rpm | 357 kB 00:00
(1098/1414): prelink-0.5.0-6.el7.x86_64.rpm | 1.0 MB 00:02
(1099/1414): procps-ng-3.3.9-6.el7.x86_64.rpm | 280 kB 00:00
(1100/1414): psacct-6.6.1-8.el7.x86_64.rpm | 91 kB 00:00
(1101/1414): psmisc-22.20-8.el7.x86_64.rpm | 140 kB 00:00
(1102/1414): psutils-1.17-44.el7.x86_64.rpm | 54 kB 00:00
(1103/1414): pth-2.0.7-22.el7.x86_64.rpm | 89 kB 00:00
(1104/1414): pulseaudio-3.0-22.el7.x86_64.rpm | 855 kB 00:00
(1105/1414): pulseaudio-gdm-hooks-3.0-22.el7.x86_64.rpm | 20 kB 00:00
(1106/1414): pulseaudio-libs-3.0-22.el7.x86_64.rpm | 555 kB 00:00
(1107/1414): pulseaudio-libs-glib2-3.0-22.el7.x86_64.rpm | 28 kB 00:00
(1108/1414): pulseaudio-module-bluetooth-3.0-22.el7.x86_64.rpm | 77 kB 00:00
(1109/1414): pulseaudio-module-gconf-3.0-22.el7.x86_64.rpm | 30 kB 00:00
(1110/1414): pulseaudio-module-x11-3.0-22.el7.x86_64.rpm | 41 kB 00:00
(1111/1414): pulseaudio-utils-3.0-22.el7.x86_64.rpm | 76 kB 00:00
(1112/1414): pyOpenSSL-0.13.1-3.el7.x86_64.rpm | 133 kB 00:00
(1113/1414): pyatspi-2.8.0-3.el7.noarch.rpm | 81 kB 00:00
(1114/1414): pycairo-1.8.10-8.el7.x86_64.rpm | 157 kB 00:00
(1115/1414): pygobject2-2.28.6-11.el7.x86_64.rpm | 226 kB 00:00
(1116/1414): pygobject3-3.8.2-4.el7.x86_64.rpm | 12 kB 00:00
(1117/1414): pygobject3-base-3.8.2-4.el7.x86_64.rpm | 295 kB 00:00
(1118/1414): pygpgme-0.3-9.el7.x86_64.rpm | 63 kB 00:00
(1119/1414): pygtk2-2.24.0-9.el7.x86_64.rpm | 914 kB 00:00
(1120/1414): pygtk2-libglade-2.24.0-9.el7.x86_64.rpm | 25 kB 00:00
(1121/1414): pyliblzma-0.5.3-11.el7.x86_64.rpm | 47 kB 00:00
(1122/1414): pyorbit-2.24.0-15.el7.x86_64.rpm | 51 kB 00:00
(1123/1414): pytalloc-2.0.8-4.el7.x86_64.rpm | 13 kB 00:00
(1124/1414): python-2.6.6-29.el6.i686.rpm | 4.8 MB 00:08
(1125/1414): python-2.7.5-16.el7.x86_64.rpm | 86 kB 00:00
(1126/1414): python-augeas-0.4.1-5.el7.noarch.rpm | 24 kB 00:00
(1127/1414): python-backports-1.0-6.el7.noarch.rpm | 4.9 kB 00:00
(1128/1414): python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch.rpm | 12 kB 00:00
(1129/1414): python-beaker-1.5.4-10.el7.noarch.rpm | 80 kB 00:00
(1130/1414): python-brlapi-0.6.0-8.el7.x86_64.rpm | 58 kB 00:00
(1131/1414): python-caribou-0.4.11-3.el7.noarch.rpm | 41 kB 00:00
(1132/1414): python-chardet-2.0.1-7.el7.noarch.rpm | 222 kB 00:00
(1133/1414): python-cups-1.9.63-6.el7.x86_64.rpm | 75 kB 00:00
(1134/1414): python-dns-1.10.0-5.el7.noarch.rpm | 220 kB 00:00
(1135/1414): python-ethtool-0.8-5.el7.x86_64.rpm | 33 kB 00:00
(1136/1414): python-iniparse-0.4-9.el7.noarch.rpm | 39 kB 00:00
(1137/1414): python-inotify-0.9.4-4.el7.noarch.rpm | 49 kB 00:00
(1138/1414): python-javapackages-3.4.1-5.el7.noarch.rpm | 31 kB 00:00
(1139/1414): python-kerberos-1.1-13.el7.x86_64.rpm | 24 kB 00:00
(1140/1414): python-kitchen-1.1.1-5.el7.noarch.rpm | 267 kB 00:00
(1141/1414): python-krbV-1.0.90-8.el7.x86_64.rpm | 54 kB 00:00
(1142/1414): python-ldap-2.4.6-6.el7.x86_64.rpm | 153 kB 00:00
(1143/1414): python-libs-2.6.6-52.el6.i686.rpm | 5.3 MB 00:06
(1144/1414): python-libs-2.7.5-16.el7.x86_64.rpm | 5.6 MB 00:02
(1145/1414): python-lxml-3.2.1-4.el7.x86_64.rpm | 758 kB 00:00
(1146/1414): python-mako-0.8.1-2.el7.noarch.rpm | 307 kB 00:00
(1147/1414): python-markupsafe-0.11-10.el7.x86_64.rpm | 25 kB 00:00
(1148/1414): python-meh-0.25-2.el7.noarch.rpm | 80 kB 00:00
(1149/1414): python-netaddr-0.7.5-7.el7.noarch.rpm | 983 kB 00:01
(1150/1414): python-nss-0.14.0-5.el7.x86_64.rpm | 239 kB 00:00
(1151/1414): python-paste-1.7.5.1-9.20111221hg1498.el7.noarch.rpm | 866 kB 00:00
(1152/1414): python-pwquality-1.2.3-4.el7.x86_64.rpm | 11 kB 00:00
(1153/1414): python-pycurl-7.19.0-17.el7.x86_64.rpm | 80 kB 00:00
(1154/1414): python-setuptools-0.9.8-3.el7.noarch.rpm | 396 kB 00:00
(1155/1414): python-slip-0.4.0-2.el7.noarch.rpm | 30 kB 00:00
(1156/1414): python-sssdconfig-1.11.2-68.el7_0.5.noarch.rpm | 97 kB 00:00
(1157/1414): python-tempita-0.5.1-6.el7.noarch.rpm | 33 kB 00:00
(1158/1414): python-urlgrabber-3.10-4.el7.noarch.rpm | 107 kB 00:00
(1159/1414): pyxattr-0.5.1-5.el7.x86_64.rpm | 28 kB 00:00
(1160/1414): qemu-img-1.5.3-60.el7_0.5.x86_64.rpm | 601 kB 00:01
(1161/1414): qemu-kvm-1.5.3-60.el7_0.5.x86_64.rpm | 1.8 MB 00:04
(1162/1414): qemu-kvm-common-1.5.3-60.el7_0.5.x86_64.rpm | 312 kB 00:00
(1163/1414): ql2400-firmware-7.03.00-1.0.1.el6.noarch.rpm | 93 kB 00:00
(1164/1414): ql2500-firmware-7.03.00-1.0.1.el6.noarch.rpm | 113 kB 00:00
(1165/1414): qpdf-libs-5.0.1-3.el7.x86_64.rpm | 328 kB 00:00
(1166/1414): qrencode-libs-3.4.1-3.el7.x86_64.rpm | 50 kB 00:00
(1167/1414): qt-4.8.5-8.el7.x86_64.rpm | 4.5 MB 00:02
(1168/1414): qt-qdbusviewer-4.8.5-8.el7.x86_64.rpm | 55 kB 00:00
(1169/1414): qt-settings-19-23.4.el7.noarch.rpm | 17 kB 00:00
(1170/1414): qt-x11-4.8.5-8.el7.x86_64.rpm | 13 MB 00:08
(1171/1414): qt3-3.3.8b-51.el7.x86_64.rpm | 3.5 MB 00:01
(1172/1414): quota-4.01-11.el7.x86_64.rpm | 176 kB 00:00
(1173/1414): quota-nls-4.01-11.el7.noarch.rpm | 89 kB 00:00
(1174/1414): radvd-1.9.2-7.el7.x86_64.rpm | 85 kB 00:00
(1175/1414): rarian-0.8.1-11.el7.x86_64.rpm | 98 kB 00:00
(1176/1414): rarian-compat-0.8.1-11.el7.x86_64.rpm | 66 kB 00:00
(1177/1414): rdate-1.4-25.el7.x86_64.rpm | 19 kB 00:00
(1178/1414): readline-6.2-9.el7.i686.rpm | 189 kB 00:00
(1179/1414): readline-6.2-9.el7.x86_64.rpm | 192 kB 00:00
(1180/1414): realmd-0.14.6-6.el7.x86_64.rpm | 234 kB 00:00
(1181/1414): redhat-lsb-4.1-24.el7.x86_64.rpm | 25 kB 00:00
(1182/1414): redhat-lsb-core-4.1-24.el7.x86_64.rpm | 37 kB 00:00
(1183/1414): redhat-lsb-cxx-4.1-24.el7.x86_64.rpm | 16 kB 00:00
(1184/1414): redhat-lsb-desktop-4.1-24.el7.x86_64.rpm | 20 kB 00:00
(1185/1414): redhat-lsb-languages-4.1-24.el7.x86_64.rpm | 17 kB 00:00
(1186/1414): redhat-lsb-printing-4.1-24.el7.x86_64.rpm | 16 kB 00:00
(1187/1414): redhat-lsb-submod-multimedia-4.1-24.el7.x86_64.rpm | 15 kB 00:00
(1188/1414): redhat-lsb-submod-security-4.1-24.el7.x86_64.rpm | 15 kB 00:00
(1189/1414): redhat-upgrade-tool-0.7.6-1.el7.centos.noarch.rpm | 76 kB 00:00
(1190/1414): rest-0.7.90-7.el7.x86_64.rpm | 61 kB 00:00
(1191/1414): rfkill-0.4-9.el7.x86_64.rpm | 12 kB 00:00
(1192/1414): rhino-1.7R4-4.el7.noarch.rpm | 1.0 MB 00:00
(1193/1414): rng-tools-4-5.el7.x86_64.rpm | 33 kB 00:00
(1194/1414): rootfiles-8.1-11.el7.noarch.rpm | 7.3 kB 00:00
(1195/1414): rpcbind-0.2.0-23.el7.x86_64.rpm | 55 kB 00:00
(1196/1414): rpm-4.11.1-16.el7.x86_64.rpm | 1.1 MB 00:00
(1197/1414): rpm-build-libs-4.11.1-16.el7.x86_64.rpm | 99 kB 00:00
(1198/1414): rpm-libs-4.11.1-16.el7.x86_64.rpm | 268 kB 00:00
(1199/1414): rpm-python-4.11.1-16.el7.x86_64.rpm | 74 kB 00:00
(1200/1414): rsync-3.0.9-15.el7.x86_64.rpm | 359 kB 00:00
(1201/1414): rsyslog-7.4.7-6.el7.x86_64.rpm | 556 kB 00:00
(1202/1414): rsyslog-mmjsonparse-7.4.7-6.el7.x86_64.rpm | 27 kB 00:00
(1203/1414): rtkit-0.11-8.el7.x86_64.rpm | 49 kB 00:00
(1204/1414): samba-client-4.1.1-35.el7_0.x86_64.rpm | 517 kB 00:01
(1205/1414): samba-common-4.1.1-35.el7_0.x86_64.rpm | 690 kB 00:01
(1206/1414): samba-libs-4.1.1-35.el7_0.x86_64.rpm | 4.3 MB 00:09
(1207/1414): samba-winbind-4.1.1-35.el7_0.x86_64.rpm | 450 kB 00:00
(1208/1414): samba-winbind-clients-4.1.1-35.el7_0.x86_64.rpm | 115 kB 00:00
(1209/1414): samba-winbind-modules-4.1.1-35.el7_0.x86_64.rpm | 96 kB 00:00
(1210/1414): sane-backends-1.0.24-9.el7.x86_64.rpm | 667 kB 00:00
(1211/1414): sane-backends-doc-1.0.24-9.el7.noarch.rpm | 272 kB 00:00
(1212/1414): sane-backends-drivers-cameras-1.0.24-9.el7.x86_64.rpm | 45 kB 00:00
(1213/1414): sane-backends-drivers-scanners-1.0.24-9.el7.x86_64.rpm | 2.3 MB 00:00
(1214/1414): sane-backends-libs-1.0.24-9.el7.x86_64.rpm | 95 kB 00:00
(1215/1414): satyr-0.13-4.el7.x86_64.rpm | 500 kB 00:00
(1216/1414): sbc-1.0-5.el7.x86_64.rpm | 53 kB 00:00
(1217/1414): scl-utils-20130529-5.el7.x86_64.rpm | 19 kB 00:00
(1218/1414): scrub-2.5.2-5.el7.x86_64.rpm | 40 kB 00:00
(1219/1414): seabios-1.7.2.2-12.el7.x86_64.rpm | 27 kB 00:00
(1220/1414): seabios-bin-1.7.2.2-12.el7.x86_64.rpm | 69 kB 00:00
(1221/1414): seavgabios-bin-1.7.2.2-12.el7.x86_64.rpm | 30 kB 00:00
(1222/1414): sed-4.2.2-5.el7.x86_64.rpm | 231 kB 00:00
(1223/1414): selinux-policy-3.12.1-153.el7_0.10.noarch.rpm | 340 kB 00:00
(1224/1414): selinux-policy-targeted-3.12.1-153.el7_0.10.noarch.rpm | 3.8 MB 00:01
(1225/1414): setserial-2.17-33.el7.x86_64.rpm | 25 kB 00:00
(1226/1414): setup-2.8.71-4.el7.noarch.rpm | 164 kB 00:00
(1227/1414): setuptool-1.19.11-8.el7.x86_64.rpm | 61 kB 00:00
(1228/1414): sg3_utils-libs-1.37-5.el7.x86_64.rpm | 63 kB 00:00
(1229/1414): sgabios-bin-0.20110622svn-4.el7.noarch.rpm | 7.1 kB 00:00
(1230/1414): sgml-common-0.6.3-39.el7.noarch.rpm | 55 kB 00:00
(1231/1414): sgpio-1.2.0.10-13.el7.x86_64.rpm | 13 kB 00:00
(1232/1414): shadow-utils-4.1.5.1-13.el7.x86_64.rpm | 1.1 MB 00:00
(1233/1414): shared-mime-info-1.1-7.el7.x86_64.rpm | 370 kB 00:00
(1234/1414): sil-padauk-fonts-2.8-5.el7.noarch.rpm | 174 kB 00:00
(1235/1414): slang-2.2.4-11.el7.x86_64.rpm | 512 kB 00:00
(1236/1414): smartmontools-6.2-4.el7.x86_64.rpm | 403 kB 00:00
(1237/1414): smc-fonts-common-6.0-7.el7.noarch.rpm | 9.6 kB 00:00
(1238/1414): smc-meera-fonts-6.0-7.el7.noarch.rpm | 148 kB 00:00
(1239/1414): snappy-1.1.0-3.el7.x86_64.rpm | 40 kB 00:00
(1240/1414): sos-3.0-23.el7.centos.noarch.rpm | 241 kB 00:00
(1241/1414): sound-theme-freedesktop-0.8-3.el7.noarch.rpm | 377 kB 00:00
(1242/1414): soundtouch-1.4.0-9.el7.x86_64.rpm | 53 kB 00:00
(1243/1414): source-highlight-3.1.6-6.el7.x86_64.rpm | 611 kB 00:00
(1244/1414): sox-14.4.1-6.el7.x86_64.rpm | 398 kB 00:00
(1245/1414): spax-1.5.2-11.el7.x86_64.rpm | 259 kB 00:00
(1246/1414): speech-dispatcher-0.7.1-15.el7.x86_64.rpm | 363 kB 00:00
(1247/1414): speech-dispatcher-python-0.7.1-15.el7.x86_64.rpm | 52 kB 00:00
(1248/1414): speex-1.2-0.19.rc1.el7.x86_64.rpm | 98 kB 00:00
(1249/1414): spice-server-0.12.4-6.el6_5.2.x86_64.rpm | 344 kB 00:01
(1250/1414): spice-vdagent-0.14.0-7.el7.x86_64.rpm | 65 kB 00:00
(1251/1414): sqlite-3.7.17-4.el7.i686.rpm | 396 kB 00:00
(1252/1414): sqlite-3.7.17-4.el7.x86_64.rpm | 393 kB 00:00
(1253/1414): sssd-1.11.2-68.el7_0.5.x86_64.rpm | 66 kB 00:00
(1254/1414): sssd-ad-1.11.2-68.el7_0.5.x86_64.rpm | 169 kB 00:00
(1255/1414): sssd-client-1.11.2-68.el7_0.5.x86_64.rpm | 120 kB 00:00
(1256/1414): sssd-common-1.11.2-68.el7_0.5.x86_64.rpm | 1.2 MB 00:02
(1257/1414): sssd-common-pac-1.11.2-68.el7_0.5.x86_64.rpm | 121 kB 00:00
(1258/1414): sssd-ipa-1.11.2-68.el7_0.5.x86_64.rpm | 273 kB 00:00
(1259/1414): sssd-krb5-1.11.2-68.el7_0.5.x86_64.rpm | 110 kB 00:00
(1260/1414): sssd-krb5-common-1.11.2-68.el7_0.5.x86_64.rpm | 203 kB 00:00
(1261/1414): sssd-ldap-1.11.2-68.el7_0.5.x86_64.rpm | 203 kB 00:00
(1262/1414): sssd-proxy-1.11.2-68.el7_0.5.x86_64.rpm | 117 kB 00:00
(1263/1414): startup-notification-0.12-8.el7.x86_64.rpm | 39 kB 00:00
(1264/1414): stix-fonts-1.1.0-5.el7.noarch.rpm | 1.3 MB 00:00
(1265/1414): strace-4.8-7.el7.x86_64.rpm | 265 kB 00:00
(1266/1414): sudo-1.8.6p7-11.el7.x86_64.rpm | 717 kB 00:00
(1267/1414): supermin-helper-4.1.4-2.el7.x86_64.rpm | 371 kB 00:00
(1268/1414): syslinux-4.05-8.el7.x86_64.rpm | 1.0 MB 00:00
(1269/1414): syslinux-extlinux-4.05-8.el7.x86_64.rpm | 359 kB 00:00
(1270/1414): sysstat-10.1.5-4.el7.x86_64.rpm | 294 kB 00:00
(1271/1414): system-config-date-1.10.6-2.el7.centos.noarch.rpm | 619 kB 00:00
(1272/1414): system-config-date-docs-1.0.11-4.el7.noarch.rpm | 527 kB 00:00
(1273/1414): system-config-firewall-base-1.2.29-10.el7.noarch.rpm | 414 kB 00:00
(1274/1414): system-config-firewall-tui-1.2.29-10.el7.noarch.rpm | 38 kB 00:00
(1275/1414): system-config-keyboard-1.4.0-4.el7.noarch.rpm | 33 kB 00:00
(1276/1414): system-config-keyboard-base-1.4.0-4.el7.noarch.rpm | 103 kB 00:00
(1277/1414): system-config-network-tui-1.6.0.el6.3-1.0.1.el6.noarch.rpm | 818 kB 00:00
(1278/1414): system-config-printer-1.4.1-16.el7.x86_64.rpm | 292 kB 00:00
(1279/1414): system-config-printer-libs-1.4.1-16.el7.noarch.rpm | 948 kB 00:00
(1280/1414): system-config-printer-udev-1.4.1-16.el7.x86_64.rpm | 92 kB 00:00
(1281/1414): system-config-users-1.3.5-2.el7.noarch.rpm | 337 kB 00:00
(1282/1414): system-config-users-docs-1.0.9-6.el7.noarch.rpm | 308 kB 00:00
(1283/1414): system-icon-theme-6.0.0-2.0.2.el6.noarch.rpm | 115 kB 00:01
(1284/1414): systemd-208-11.el7_0.2.x86_64.rpm | 2.6 MB 00:04
(1285/1414): systemd-devel-208-11.el7_0.2.x86_64.rpm | 144 kB 00:00
(1286/1414): systemd-libs-208-11.el7_0.2.i686.rpm | 159 kB 00:00
(1287/1414): systemd-libs-208-11.el7_0.2.x86_64.rpm | 153 kB 00:00
(1288/1414): systemd-python-208-11.el7_0.2.x86_64.rpm | 82 kB 00:00
(1289/1414): systemd-sysv-208-11.el7_0.2.x86_64.rpm | 35 kB 00:00
(1290/1414): systemtap-runtime-2.4-14.el7.x86_64.rpm | 255 kB 00:00
(1291/1414): systemtap-sdt-devel-2.4-14.el7.x86_64.rpm | 58 kB 00:00
(1292/1414): sysvinit-tools-2.88-14.dsf.el7.x86_64.rpm | 63 kB 00:00
(1293/1414): taglib-1.8-7.20130218git.el7.x86_64.rpm | 310 kB 00:00
(1294/1414): tar-1.26-29.el7.x86_64.rpm | 843 kB 00:00
(1295/1414): tcp_wrappers-7.6-77.el7.x86_64.rpm | 78 kB 00:00
(1296/1414): tcp_wrappers-libs-7.6-77.el7.x86_64.rpm | 66 kB 00:00
(1297/1414): tcpdump-4.5.1-2.el7.x86_64.rpm | 387 kB 00:00
(1298/1414): tcsh-6.18.01-7.el7.x86_64.rpm | 337 kB 00:00
(1299/1414): teamd-1.9-15.el7.x86_64.rpm | 103 kB 00:00
(1300/1414): telepathy-filesystem-0.0.2-6.el7.noarch.rpm | 4.7 kB 00:00
(1301/1414): telepathy-glib-0.20.4-5.el7.x86_64.rpm | 706 kB 00:00
(1302/1414): telepathy-logger-0.8.0-5.el7.x86_64.rpm | 98 kB 00:00
(1303/1414): thai-scalable-fonts-common-0.5.0-7.el7.noarch.rpm | 13 kB 00:00
(1304/1414): thai-scalable-waree-fonts-0.5.0-7.el7.noarch.rpm | 168 kB 00:00
(1305/1414): tibetan-machine-uni-fonts-1.901-12.el7.noarch.rpm | 973 kB 00:00
(1306/1414): time-1.7-45.el7.x86_64.rpm | 30 kB 00:00
(1307/1414): tmpwatch-2.11-5.el7.x86_64.rpm | 38 kB 00:00
(1308/1414): totem-mozplugin-3.8.2-5.el7.x86_64.rpm | 184 kB 00:00
(1309/1414): totem-pl-parser-3.4.5-3.el7.x86_64.rpm | 194 kB 00:00
(1310/1414): trace-cmd-2.2.1-6.el7.x86_64.rpm | 1.6 MB 00:00
(1311/1414): traceroute-2.0.19-5.el7.x86_64.rpm | 58 kB 00:00
(1312/1414): tracker-0.16.2-8.el7.x86_64.rpm | 1.1 MB 00:00
(1313/1414): ttmkfdir-3.0.9-41.el7.x86_64.rpm | 47 kB 00:00
(1314/1414): tzdata-2014e-1.el7_0.noarch.rpm | 433 kB 00:00
(1315/1414): tzdata-java-2014e-1.el7_0.noarch.rpm | 148 kB 00:00
(1316/1414): udisks2-2.1.2-5.el7.x86_64.rpm | 311 kB 00:00
(1317/1414): unbound-libs-1.4.20-19.el7.x86_64.rpm | 294 kB 00:00
(1318/1414): unique3-3.0.2-8.el7.x86_64.rpm | 57 kB 00:00
(1319/1414): unixODBC-2.2.14-12.el6_3.i686.rpm | 382 kB 00:00
(1320/1414): unixODBC-2.3.1-10.el7.x86_64.rpm | 413 kB 00:00
(1321/1414): unixODBC-devel-2.3.1-10.el7.x86_64.rpm | 54 kB 00:00
(1322/1414): unzip-6.0-13.el7.x86_64.rpm | 165 kB 00:00
(1323/1414): upower-0.9.20-7.el7.x86_64.rpm | 127 kB 00:00
(1324/1414): urw-fonts-2.4-16.el7.noarch.rpm | 3.0 MB 00:01
(1325/1414): usbmuxd-1.0.8-11.el7.x86_64.rpm | 70 kB 00:00
(1326/1414): usbmuxd-devel-1.0.8-11.el7.x86_64.rpm | 11 kB 00:00
(1327/1414): usbredir-0.6-7.el7.x86_64.rpm | 44 kB 00:00
(1328/1414): usbutils-007-4.el7.x86_64.rpm | 79 kB 00:00
(1329/1414): usermode-1.111-5.el7.x86_64.rpm | 193 kB 00:00
(1330/1414): usermode-gtk-1.111-5.el7.x86_64.rpm | 109 kB 00:00
(1331/1414): ustr-1.0.4-16.el7.x86_64.rpm | 92 kB 00:00
(1332/1414): util-linux-2.23.2-16.el7.x86_64.rpm | 1.8 MB 00:00
(1333/1414): valgrind-3.9.0-6.el7.x86_64.rpm | 14 MB 00:04
(1334/1414): vim-common-7.4.160-1.el7.x86_64.rpm | 5.9 MB 00:02
(1335/1414): vim-enhanced-7.4.160-1.el7.x86_64.rpm | 1.0 MB 00:00
(1336/1414): vim-filesystem-7.4.160-1.el7.x86_64.rpm | 9.6 kB 00:00
(1337/1414): vim-minimal-7.4.160-1.el7.x86_64.rpm | 436 kB 00:00
(1338/1414): vino-3.8.1-10.el7.x86_64.rpm | 445 kB 00:00
(1339/1414): virt-what-1.13-5.el7.x86_64.rpm | 26 kB 00:00
(1340/1414): vlgothic-fonts-20130607-2.el7.noarch.rpm | 2.2 MB 00:00
(1341/1414): vlgothic-p-fonts-20130607-2.el7.noarch.rpm | 2.2 MB 00:00
(1342/1414): vte3-0.34.6-3.el7.x86_64.rpm | 333 kB 00:00
(1343/1414): wavpack-4.60.1-9.el7.x86_64.rpm | 131 kB 00:00
(1344/1414): webkitgtk3-2.0.4-6.el7_0.1.x86_64.rpm | 10 MB 00:03
(1345/1414): webrtc-audio-processing-0.1-5.el7.x86_64.rpm | 108 kB 00:00
(1346/1414): wget-1.14-10.el7.x86_64.rpm | 545 kB 00:00
(1347/1414): which-2.20-7.el7.x86_64.rpm | 41 kB 00:00
(1348/1414): words-3.0-22.el7.noarch.rpm | 1.4 MB 00:00
(1349/1414): wpa_supplicant-2.0-12.el7.x86_64.rpm | 801 kB 00:00
(1350/1414): wqy-zenhei-fonts-0.9.46-11.el7.noarch.rpm | 7.7 MB 00:02
(1351/1414): xcb-util-0.3.9-4.el7.x86_64.rpm | 14 kB 00:00
(1352/1414): xdg-user-dirs-0.15-4.el7.x86_64.rpm | 59 kB 00:00
(1353/1414): xdg-user-dirs-gtk-0.10-4.el7.x86_64.rpm | 66 kB 00:00
(1354/1414): xdg-utils-1.1.0-0.16.20120809git.el7.noarch.rpm | 70 kB 00:00
(1355/1414): xfsprogs-3.2.0-0.10.alpha2.el7.x86_64.rpm | 847 kB 00:00
(1356/1414): xkeyboard-config-2.9-4.el7.noarch.rpm | 718 kB 00:00
(1357/1414): xml-common-0.6.3-39.el7.noarch.rpm | 26 kB 00:00
(1358/1414): xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64.rpm | 130 kB 00:00
(1359/1414): xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64.rpm | 32 kB 00:00
(1360/1414): xorg-x11-drivers-7.7-6.el7.x86_64.rpm | 8.9 kB 00:00
(1361/1414): xorg-x11-drv-ati-7.2.0-9.20140113git3213df1.el7.x86_64.rpm | 162 kB 00:00
(1362/1414): xorg-x11-drv-dummy-0.3.6-15.el7.x86_64.rpm | 16 kB 00:00
(1363/1414): xorg-x11-drv-evdev-2.8.2-5.el7.x86_64.rpm | 45 kB 00:00
(1364/1414): xorg-x11-drv-fbdev-0.4.3-15.el7.x86_64.rpm | 19 kB 00:00
(1365/1414): xorg-x11-drv-intel-2.21.15-13.el7.x86_64.rpm | 541 kB 00:00
(1366/1414): xorg-x11-drv-keyboard-1.8.0-4.el7.x86_64.rpm | 20 kB 00:00
(1367/1414): xorg-x11-drv-modesetting-0.8.0-13.el7.x86_64.rpm | 28 kB 00:00
(1368/1414): xorg-x11-drv-mouse-1.9.0-6.el7.x86_64.rpm | 35 kB 00:00
(1369/1414): xorg-x11-drv-nouveau-1.0.10-5.el7.x86_64.rpm | 96 kB 00:00
(1370/1414): xorg-x11-drv-openchrome-0.3.3-6.el7.x86_64.rpm | 170 kB 00:00
(1371/1414): xorg-x11-drv-qxl-0.1.1-9.el7.x86_64.rpm | 89 kB 00:00
(1372/1414): xorg-x11-drv-synaptics-1.7.1-10.el7_0.1.x86_64.rpm | 81 kB 00:00
(1373/1414): xorg-x11-drv-v4l-0.2.0-35.el7.x86_64.rpm | 20 kB 00:00
(1374/1414): xorg-x11-drv-vesa-2.3.2-14.el7.x86_64.rpm | 23 kB 00:00
(1375/1414): xorg-x11-drv-vmmouse-13.0.0-10.el7.x86_64.rpm | 22 kB 00:00
(1376/1414): xorg-x11-drv-vmware-13.0.1-7.el7.x86_64.rpm | 74 kB 00:00
(1377/1414): xorg-x11-drv-void-1.4.0-23.el7.x86_64.rpm | 14 kB 00:00
(1378/1414): xorg-x11-drv-wacom-0.23.0-6.el7.x86_64.rpm | 263 kB 00:00
(1379/1414): xorg-x11-font-utils-7.5-18.1.el7.x86_64.rpm | 87 kB 00:00
(1380/1414): xorg-x11-fonts-100dpi-7.5-9.el7.noarch.rpm | 3.1 MB 00:01
(1381/1414): xorg-x11-fonts-ISO8859-1-100dpi-7.5-9.el7.noarch.rpm | 1.1 MB 00:00
(1382/1414): xorg-x11-fonts-Type1-7.5-9.el7.noarch.rpm | 521 kB 00:00
(1383/1414): xorg-x11-fonts-misc-7.5-9.el7.noarch.rpm | 5.8 MB 00:02
(1384/1414): xorg-x11-glamor-0.5.1-4.20140115gitfb4d046c.el7.x86_64.rpm | 103 kB 00:00
(1385/1414): xorg-x11-proto-devel-7.7-8.el7.1.noarch.rpm | 281 kB 00:00
(1386/1414): xorg-x11-server-Xorg-1.15.0-7.el7.x86_64.rpm | 1.3 MB 00:00
(1387/1414): xorg-x11-server-common-1.15.0-7.el7.x86_64.rpm | 47 kB 00:00
(1388/1414): xorg-x11-server-utils-7.7-4.el7.x86_64.rpm | 174 kB 00:00
(1389/1414): xorg-x11-utils-7.5-13.1.el7.x86_64.rpm | 111 kB 00:00
(1390/1414): xorg-x11-xauth-1.0.7-6.1.el7.x86_64.rpm | 29 kB 00:00
(1391/1414): xorg-x11-xinit-1.3.2-13.el7.x86_64.rpm | 54 kB 00:00
(1392/1414): xorg-x11-xkb-utils-7.7-9.1.el7.x86_64.rpm | 93 kB 00:00
(1393/1414): xulrunner-24.7.0-1.el7.centos.x86_64.rpm | 22 MB 00:40
(1394/1414): xvattr-1.3-27.el7.x86_64.rpm | 22 kB 00:00
(1395/1414): xz-5.1.2-8alpha.el7.x86_64.rpm | 199 kB 00:00
(1396/1414): xz-devel-5.1.2-8alpha.el7.x86_64.rpm | 44 kB 00:00
(1397/1414): xz-libs-5.1.2-8alpha.el7.i686.rpm | 107 kB 00:00
(1398/1414): xz-libs-5.1.2-8alpha.el7.x86_64.rpm | 102 kB 00:00
(1399/1414): xz-lzma-compat-5.1.2-8alpha.el7.x86_64.rpm | 18 kB 00:00
(1400/1414): yajl-2.0.4-4.el7.x86_64.rpm | 39 kB 00:00
(1401/1414): yelp-3.8.1-7.el7.x86_64.rpm | 802 kB 00:00
(1402/1414): yelp-libs-3.8.1-7.el7.x86_64.rpm | 93 kB 00:00
(1403/1414): yelp-xsl-3.8.1-2.el7.noarch.rpm | 295 kB 00:00
(1404/1414): yp-tools-2.14-3.el7.x86_64.rpm | 79 kB 00:00
(1405/1414): ypbind-1.37.1-7.el7.x86_64.rpm | 62 kB 00:00
(1406/1414): yum-3.4.3-118.el7.centos.noarch.rpm | 1.2 MB 00:00
(1407/1414): yum-metadata-parser-1.1.4-10.el7.x86_64.rpm | 28 kB 00:00
(1408/1414): yum-plugin-fastestmirror-1.1.31-24.el7.noarch.rpm | 28 kB 00:00
(1409/1414): yum-utils-1.1.31-24.el7.noarch.rpm | 111 kB 00:00
(1410/1414): zenity-3.8.0-4.el7.x86_64.rpm | 3.4 MB 00:01
(1411/1414): zip-3.0-10.el7.x86_64.rpm | 260 kB 00:00
(1412/1414): zlib-1.2.7-13.el7.i686.rpm | 90 kB 00:00
(1413/1414): zlib-1.2.7-13.el7.x86_64.rpm | 89 kB 00:00
(1414/1414): zlib-devel-1.2.7-13.el7.x86_64.rpm | 49 kB 00:00
testing upgrade transaction
rpm transaction 100% [======================================================================================================================================================================================================================]
rpm install 100% [==========================================================================================================================================================================================================================]
setting up system for upgrade
Finished. Reboot to start upgrade.
[root@oracle ~]#

Now reboot the server.

# reboot

Upgrade toCentOS 7:

The server will boot with the redhat-upgrade-tool kernel to upgrade the CentOS 6, now you can find the up-gradation activity via console.

 

Upgrade toCentOS 7:

 

The server will boot with the redhat-upgrade-tool kernel to upgrade the CentOS 6, now you can find the up-gradation activity via console.


CentOS-6-to-CentOS-7-Login CentOS-6-to-CentOS-7-Upgrading-the-Packages-1 CentOS-6-to-CentOS-7-Upgrading-the-Packages-2

 

 

awk

USAGE

Unix: awk ‘/pattern/ {print “$1”}’ # standard Unix shells
DOS/Win: awk ‘/pattern/ {print “$1”}’ # okay for DJGPP compiled
awk “/pattern/ {print \”$1\”}” # required for Mingw32
Most of my experience comes from version of GNU awk (gawk) compiled for Win32. Note in particular that DJGPP compilations permit the awk script to follow Unix quoting syntax ‘/like/ {“this”}’. However, the user must know that single quotes under DOS/Windows do not protect the redirection arrows (<, >) nor do they protect pipes (|). Both are special symbols for the DOS/CMD command shell and their special meaning is ignored only if they are placed within “double quotes.” Likewise, DOS/Win users must remember that the percent sign (%) is used to mark DOS/Win environment variables, so it must be doubled (%%) to yield a single percent sign visible to awk.

If I am sure that a script will NOT need to be quoted in Unix, DOS, or CMD, then I normally omit the quote marks. If an example is peculiar to GNU awk, the command ‘gawk’ will be used. Please notify me if you find errors or new commands to add to this list (total length under 65 characters). I usually try to put the shortest script first.

File Spacing

Double space a file

awk ‘1;{print “”}’
awk ‘BEGIN{ORS=”\n\n”};1’
Double space a file which already has blank lines in it. Output file should contain no more than one blank line between lines of text. NOTE: On Unix systems, DOS lines which have only CRLF (\r\n) are often treated as non-blank, and thus ‘NF’ alone will return TRUE.

awk ‘NF{print $0 “\n”}’
Triple space a file

awk ‘1;{print “\n”}’
Numbering and Calculations

Precede each line by its line number FOR THAT FILE (left alignment). Using a tab (\t) instead of space will preserve margins.

awk ‘{print FNR “\t” $0}’ files*
Precede each line by its line number FOR ALL FILES TOGETHER, with tab.

awk ‘{print NR “\t” $0}’ files*
Number each line of a file (number on left, right-aligned) Double the percent signs if typing from the DOS command prompt.

awk ‘{printf(“%5d : %s\n”, NR,$0)}’
Number each line of file, but only print numbers if line is not blank Remember caveats about Unix treatment of \r (mentioned above)

awk ‘NF{$0=++a ” :” $0};{print}’
awk ‘{print (NF? ++a ” :” :””) $0}’
Count lines (emulates “wc -l”)

awk ‘END{print NR}’
Print the sums of the fields of every line

awk ‘{s=0; for (i=1; i<=NF; i++) s=s+$i; print s}' Add all fields in all lines and print the sum awk '{for (i=1; i<=NF; i++) s=s+$i}; END{print s}' Print every line after replacing each field with its absolute value awk '{for (i=1; i<=NF; i++) if ($i < 0) $i = -$i; print }' awk '{for (i=1; i<=NF; i++) $i = ($i < 0) ? -$i : $i; print }' Print the total number of fields ("words") in all lines awk '{ total = total + NF }; END {print total}' file Print the total number of lines that contain "Beth" awk '/Beth/{n++}; END {print n+0}' file Print the largest first field and the line that contains it Intended for finding the longest string in field #1 awk '$1 > max {max=$1; maxline=$0}; END{ print max, maxline}’
Print the number of fields in each line, followed by the line

awk ‘{ print NF “:” $0 } ‘
Print the last field of each line

awk ‘{ print $NF }’
Print the last field of the last line

awk ‘{ field = $NF }; END{ print field }’
Print every line with more than 4 fields

awk ‘NF > 4’
Print every line where the value of the last field is > 4

awk ‘$NF > 4’
Text Conversion and Substitution

IN UNIX ENVIRONMENT: convert DOS newlines (CR/LF) to Unix format

awk ‘{sub(/\r$/,””);print}’ # assumes EACH line ends with Ctrl-M
IN UNIX ENVIRONMENT: convert Unix newlines (LF) to DOS format

awk ‘{sub(/$/,”\r”);print}
IN DOS ENVIRONMENT: convert Unix newlines (LF) to DOS format

awk 1
IN DOS ENVIRONMENT: convert DOS newlines (CR/LF) to Unix format Cannot be done with DOS versions of awk, other than gawk:

gawk -v BINMODE=”w” ‘1’ infile >outfile
Use “tr” instead.

tr -d \r outfile # GNU tr version 1.22 or higher
Delete leading whitespace (spaces, tabs) from front of each line aligns all text flush left

awk ‘{sub(/^[ \t]+/, “”); print}’
Delete trailing whitespace (spaces, tabs) from end of each line

awk ‘{sub(/[ \t]+$/, “”);print}’
Delete BOTH leading and trailing whitespace from each line

awk ‘{gsub(/^[ \t]+|[ \t]+$/,””);print}’
awk ‘{$1=$1;print}’ # also removes extra space between fields
Insert 5 blank spaces at beginning of each line (make page offset)

awk ‘{sub(/^/, ” “);print}’
Align all text flush right on a 79-column width

awk ‘{printf “%79s\n”, $0}’ file*
Center all text on a 79-character width

awk ‘{l=length();s=int((79-l)/2); printf “%”(s+l)”s\n”,$0}’ file*
Substitute (find and replace) “foo” with “bar” on each line

awk ‘{sub(/foo/,”bar”);print}’ # replaces only 1st instance
gawk ‘{$0=gensub(/foo/,”bar”,4);print}’ # replaces only 4th instance
awk ‘{gsub(/foo/,”bar”);print}’ # replaces ALL instances in a line
Substitute “foo” with “bar” ONLY for lines which contain “baz”

awk ‘/baz/{gsub(/foo/, “bar”)};{print}’
Substitute “foo” with “bar” EXCEPT for lines which contain “baz”

awk ‘!/baz/{gsub(/foo/, “bar”)};{print}’
Change “scarlet” or “ruby” or “puce” to “red”

awk ‘{gsub(/scarlet|ruby|puce/, “red”); print}’
Reverse order of lines (emulates “tac”)

awk ‘{a[i++]=$0} END {for (j=i-1; j>=0;) print a[j–] }’ file*
If a line ends with a backslash, append the next line to it (fails if there are multiple lines ending with backslash…)

awk ‘/\\$/ {sub(/\\$/,””); getline t; print $0 t; next}; 1’ file*
Print and sort the login names of all users

awk -F “:” ‘{ print $1 | “sort” }’ /etc/passwd
Print the first 2 fields, in opposite order, of every line

awk ‘{print $2, $1}’ file
Switch the first 2 fields of every line

awk ‘{temp = $1; $1 = $2; $2 = temp}’ file
Print every line, deleting the second field of that line

awk ‘{ $2 = “”; print }’
Print in reverse order the fields of every line

awk ‘{for (i=NF; i>0; i–) printf(“%s “,i);printf (“\n”)}’ file
Remove duplicate, consecutive lines (emulates “uniq”)

awk ‘a !~ $0; {a=$0}’
Remove duplicate, nonconsecutive lines

awk ‘! a[$0]++’ # most concise script
awk ‘!($0 in a) {a[$0];print}’ # most efficient script
Concatenate every 5 lines of input, using a comma separator between fields

awk ‘ORS=%NR%5?”,”:”\n”‘ file
Selective Printing of Certain Lines

Print first 10 lines of file (emulates behavior of “head”)

awk ‘NR < 11' Print first line of file (emulates "head -1") awk 'NR>1{exit};1′
Print the last 2 lines of a file (emulates “tail -2”)

awk ‘{y=x “\n” $0; x=$0};END{print y}’
Print the last line of a file (emulates “tail -1”)

awk ‘END{print}’
Print only lines which match regular expression (emulates “grep”)

awk ‘/regex/’
Print only lines which do NOT match regex (emulates “grep -v”)

awk ‘!/regex/’
Print the line immediately before a regex, but not the line containing the regex

awk ‘/regex/{print x};{x=$0}’
awk ‘/regex/{print (x==”” ? “match on line 1” : x)};{x=$0}’
Print the line immediately after a regex, but not the line containing the regex

awk ‘/regex/{getline;print}’
Grep for AAA and BBB and CCC (in any order)

awk ‘/AAA/; /BBB/; /CCC/’
Grep for AAA and BBB and CCC (in that order)

awk ‘/AAA.*BBB.*CCC/’
Print only lines of 65 characters or longer

awk ‘length > 64’
Print only lines of less than 65 characters

awk ‘length < 64' Print section of file from regular expression to end of file awk '/regex/,0' awk '/regex/,EOF' Print section of file based on line numbers (lines 8-12, inclusive) awk 'NR==8,NR==12' Print line number 52 awk 'NR==52' awk 'NR==52 {print;exit}' # more efficient on large files Print section of file between two regular expressions (inclusive) awk '/Iowa/,/Montana/' # case sensitive Selective Deletion of Certain Lines: Delete ALL blank lines from a file (same as "grep '.' ") awk NF awk '/./' awk one-liner Tips Print column1, column5 and column7 of a data file or output of any columns list $awk ‘{print $1, $5, $7}’ data_file $cat file_name |awk ‘{print $1 $5 $7}’ $ls –al |awk ‘{print $1, $5, $7}’ -- Prints file_permissions,size and date Syntax of running an awk program Awk ‘program’ input file(s) List all files names whose file size greater than zero. $ls –al |awk ‘$5 > 0 {print $9}’

List all files whose file size equal to 512bytes.

$ls –al |awk ‘$5 == 0 {print $9}’

print all lines

$awk ‘{print }’ file_name

$awk ‘{print 0}’ file_name

Number of lines in a file

$awk ‘ END {print NR}’ file_name

Number of columns in each row of a file

$awk ‘ {print NF’} file_name

Sort the output of file and eliminate duplicate rows

$awk ‘{print $1, $5, $7}’ |sort –u

List all file names whose file size is greater than 512bytes and owner is “oracle”

$ls –al |awk ‘$3 == “oracle” && $5 > 512 {print $9}’

List all file names whose owner could be either “oracle” or “root”

$ls –al |awk ‘$3 == “oracle” || $3 == “root” {print $9}’

list all the files whose owner is not “oracle

$ls –al |awk ‘$3 != “oracle” {print $9}’

List all lines which has atlease one or more characters

$awk ‘NF > 0 {print }’ file_name

List all lines longer that 50 characters

$awk ‘length($0) > 50 ‘{print }’ file_name

List first two columns

$awk ‘{print $1, $2}’ file_name

Swap first two columns of a file and print

$awk ‘{temp = $1; $1 = $2; $2 = temp; print }’ file_name

Replace first column as “ORACLE” in a data file

$awk ‘{$1 = “ORACLE”; print }’ data_file

Remove first column values in a data file

$awk ‘{$1 =””; print }’ data_file

Calculate total size of a directory in Mb

$ls –al |awk ‘{total +=$5};END {print “Total size: ” total/1024/1024 ” Mb”}’

Calculate total size of a directory including sub directories in Mb

$ls –lR |awk ‘{total +=$5};END {print “Total size: ” total/1024/1024 ” Mb”}’

Find largest file in a directory including sub directories

$ls –lR |awk ‘{print $5 “\t” $9}’ |sort –n |tail -1

awk

awk [ -f progfile ] [ -Fc ] [ ‘prog’ ] [ parameters ] [ filename ] …
An awk program is a sequence of pattern-action commands, each of the form
pattern{action}
awk scans each input filename (multiple ones can be given and a hyphen, -, can be used as the “filename” for standard input) for lines which match patterns specified in a program given either by the prog string (which is enclosed in single quotes) or in the file progfile.
If no filename present, the program operates on standard input.
For each pattern in the program, the corresponding action is done on all lines of the input which the pattern matches.
-f progfile
Take the pattern-action statments/commands from progfile rather than from prog.
-Fc
Use character c, rather than space/blank as the field separator on each line of the input.
awk Commands

Examples

% cat in
Alice 20 4
Bob 12 3
Carol 18 3
Dave 24 4
Ed 30 5
%
% awk ‘/0/{print}’ in
Alice 20 4
Ed 30 5
%
% awk ‘{print NR”:”$0″ =”$3″-“$2”-“$1}’ < in 1:Alice 20 4 =4-20-Alice 2:Bob 12 3 =3-12-Bob 3:Carol 18 3 =3-18-Carol 4:Dave 24 4 =4-24-Dave 5:Ed 30 5 =5-30-Ed % % awk -F2 '{print "="$2"="$1"="}' in =0 4=Alice = = 3=Bob 1= ==Carol 18 3= =4 4=Dave = ==Ed 30 5= % % awk 'BEGIN{print "Hi"}{s+=$2}END{print "Sum2=",s}' in Hi Sum2= 104 % % awk '$3==4{s+=$2}END{print s}' in 44 % ls -l | awk '/^d/{d++}/^-/{f++}END{print d" dirs + "f" files"}' 3 dirs + 6 files % % awk '$2~/[3-8]/{print;s+=$3}END{print s}' in Carol 18 3 Dave 24 4 Ed 30 5 12 % % awk '{printf "%s = %4.1f\n",$0,$2/$3}' in Alice 20 4 = 5.0 Bob 12 3 = 4.0 Carol 18 3 = 6.0 Dave 24 4 = 6.0 Ed 30 5 = 6.0 % % awk '{s+=$2;t+=$3}END{printf "%4d/%d=%4.2f\n",s,t,s/t}' in 104/19=5.47 % % awk 'BEGIN{step=2}{n++; if(n>=step){print NR”: “$0;n=0}}’ in

or

% awk ‘{n++; if(n>=step){print NR”: “$0;n=0}}’ step=2 in
2: Bob 12 3
4: Dave 24 4
%
Explanations

awk ‘/0/{print}’ in
Print all lines from the file in which contain a “0”
awk ‘{print $0 ” = ” $3 “-” $2 “-” $1}’ < in Print each line preceded by its number (and a colon) and followed by the 3 fields of the line in reverse order, using "=" and "-" as separators. Note: NR = "Number of this Record," a built-in variable. awk -F2 '{print "="$2"="$1"="}' in Using "2" as a field separator, print fields 2 and 1 in that order, using "=" to delimit them. awk 'BEGIN{print "Hi"}{s+=$2}END{print "Sum2=",s}' in Print "Hi" at the start, sum up field 2 of each line, and print the sum at the end. Note the use of BEGIN and END as special patterns. Note also that "+=" means that s is to be incremented by the value of the 2nd field and that there is no "$" before the s. awk '$3==4{s+=$2}END{print s}' in Print the sum of the 2nd field of each line whose 3rd field is 4. Note the use of "==" to test for equality. ls -l|awk '/^d/{d++}/^-/{f++}END{print d" dirs + "f" files"}' Count separately the lines beginning "d" and those beginning "-" Note that ++ means that the variable's value is incremented by 1. awk '$2~/[3-8]/{print;s+=$3}END{print s}' in Print each line whose 2nd field matches the pattern "[3-8]" and then print the sum of the 3rd field of each of these lines. awk '{printf "%s = %4.1f\n",$0,$2/$3}' in Append to each line field 2 divided by field 3. awk '{s+=$2;t+=$3}END{printf "%4d/%d=%4.2f\n",s,t,s/t}' in Total columns 3 and 4 and print the average of the totals. % awk 'BEGIN{step=2}{n++; if(n>=step){print NR”: “$0;n=0}}’ in
% awk ‘{n++; if(n>=step){print NR”: “$0;n=0}}’ step=2 in
Print, preceded by its line number, every line whose number is a multiple of step.
One can also do this as follows:
awk ‘{if(step<=++n){print NR": "$0;n=0}}' step=2 in or even awk '0==NR%step{print NR": "$0}' step=2 in awk programs A awk program consists of one or more commands of the form: pattern{action} The action is performed on all lines of the input which match the pattern. Every input line matches an empty pattern. awk patterns empty action is done for each line. BEGIN action is done before first line. END action is done after last line. /RegularExpression/ action is done if the line matches RegularExpression. PatternMatchingExpression action is done if the PatternMatchingExpression is true for this line. Such expressions are composed of the ~ (match) and !~ (no match) operators RelationalExpression action is done if the RelationalExpression is true for this line. The relational operations are: < <= == != >= >
BooleanExpression
action is done if the BooleanExpression is true for this line.
Such expressions are the combination of pattern matching and relational expressions using boolean operations (&&, ||, and !) and (if/as needed) parentheses.
awk Built-in Variables

FILENAME
Name of the current input file
FS
input Field Separator regular expression (default blank and tab)
NF
Number of Fields in the current record
NR
Number of the current Record
OFMT
Output ForMaT for numbers (default %.6g)
OFS
Output Field Separator (default blank)
ORS
Output Record Separator (default newline)
RS
input Record Separator (default newline)
Special Characters and Regular Expressions in awk

\ Combines with following character to give it special meaning (see below) or, if it would have had a special meaning without the \, to make it revert to its literal meaning.
\a Alert/Bell (CTRL/G = ASCII 7)
\b Backspace (CTRL/H = ASCII 8)
\f Form feed (CTRL/L = ASCII 12)
\n Newline (CTRL/J = ASCII 10)
\r Carriage return (CTRL/M = ASCII 13)
\t Tab (CTRL/I = ASCII 9)
\/ Literal slash (in regular expressions)
\nnn Octal value nnn
. Match any character
^ Match start of line
$ Match end of line
[…] Match any character in brackets
Example: [abcA-Z7]
[^…] Match any character except those in brackets
Example: [^abcA-Z7]
* Match 0 or more repetitions of previous item
+ Match 1 or more repetitions of previous item
? Match 0 or 1 repetitions of previous item
(…) Treat enclosed text as a group/item
| Separator for items which are considered alternatives.
Example: (NY|LA|SF)
Examples

% cat in
Alice 20 4
Bob 12 3
Carol 18 3
Dave 24 4
Ed 30 5
% awk ‘/^[^A-CE]/{print}’ in
Dave 24 4
% awk ‘($1~/e/)||(NR>4){print}’ in
Alice 20 4
Dave 24 4
Ed 30 5
% awk ‘($1~/e/)&&($2\!~/0/){print}’ in
Dave 24 4
% sh
$ awk ‘($1~/e/)&&($2!~/0/){print}’ in
Dave 24 4
$ echo $0
sh
$ exit
% echo $0
tcsh
% awk ‘{s+=$2*$3}END{print s}’ in
416
% ls -la ~ | awk ‘/^-/{s+=$5;n++}END{print n” files, Avg=”s/n” bytes”}’
32 files, Avg=1376.21 bytes
awk Arithmetic

+ – * / % ^
Addition, subtraction, multiplication, division, modulus(remainder), exponentiation.
++ —
Increment and Decrement the value of a variable: prefix (++x) before the value is used or postfix (x++) after it is used.
= += -= *= /= %= ^=
Assignment: x ?= y is the same as x = x ? y
String concatenation is indicated by a blank or simple juxtaposition when token boundaries are clear.
awk Statements

An awk action is a sequence of statments, each terminated by a semicolon, newline, or right brace.
if ( expression ) statement [else statement ]
while ( expression ) statement
do statement while ( expression ) # In nawk
for ( expression ;expression ; expression) statement
for ( var in array ) statement
break
continue
{ [ statement ] . . . }
expression # commonly variable = expression
print [ expression-list ] [ > expression ]
printf format [ ,expression-list ] [ > expression ]
next # skip remaining patterns on this input line
exit [expr] # skip the rest of the input; exit status is expr
Examples

% cat in
Alice 20 4
Bob 12 3
Carol 18 3
Dave 24 4
Ed 30 5
%
% awk ‘$2<20{print $1" is small"}' in Bob is small Carol is small % % awk '{if($2<20)print $1" is small"}' in Bob is small Carol is small % % awk '{if($2<20)print $1" is small " else print $1 " is big"}' in awk: syntax error near line 1 awk: illegal statement near line 1 % % awk '{if($2<20){print $1" is small "} else print $1 " is big"}' in Alice is big Bob is small Carol is small Dave is big Ed is big % % awk '{if ($2<20) print $1" is small " else {print $1 " is big"}}' in awk: syntax error near line 1 awk: illegal statement near line 1 awk: syntax error near line 1 awk: bailing out near line 1 % % awk 'END{while(i++<3)print i}' < /dev/null 1 2 3 % % awk 'END{while(++i<3)print i}' < /dev/null 1 2 % % awk 'END{do print i}while (++i<3)}' < /dev/null awk: syntax error near line 1 awk: illegal statement near line 1 awk: bailing out near line 1 % % nawk 'END{do{print i}while (++i<3)}' < /dev/null 1 2 % % nawk 'END{while(++i<3)print i}' < /dev/null 1 2 % % awk 'END{for(i=0;i<3;i++)print i}' < /dev/null 0 1 2 % % awk 'END{for(;i<3;i++)print i}' < /dev/null 1 2 % % % cat in2 Alice:20:4 Bob:12:3 Carol:18:3 Dave:24:4 Ed:30:5 % % cat 2.awk /^[A-C]/{print "A-C: "$0} /e/{print "--e: "$0} % % awk -F':' -f 2.awk in2 A-C: Alice:20:4 --e: Alice:20:4 A-C: Bob:12:3 A-C: Carol:18:3 --e: Dave:24:4 % % cat 2n.awk /^[A-C]/{print "A-C: "$0; next} /e/{print "--e: "$0} % % awk -F: -f 2n.awk in2 A-C: Alice:20:4 A-C: Bob:12:3 A-C: Carol:18:3 --e: Dave:24:4 % % awk -F: '/o/{exit}END{print "Exit at\n"NR"="$0}' in2 Exit at 2=Bob:12:3 % awk Arrays awk's array variables are associative arrays. Each array variable is, in fact, a collection of variables written in the form avar[index] where avar is a name they share and index (called a "subscript" or "index") can be an integer or string value. Like all other, user-defined variables, avar[index] is automatically created when it is first used. Thus the array variable avar is created and extended simply by being used. Examples % cat in Alice 20 4 Bob 12 3 Carol 18 3 Dave 24 4 Ed 30 5 % % % awk '{myline[$1]=NR}END{for(n in myline)print n"="myline[n]}' in Ed=5 Bob=2 Alice=1 Dave=4 Carol=3 % % awk '{name[NR]=$1}END{for(n in name)print n"="name[n]}' in 2=Bob 3=Carol 4=Dave 5=Ed 1=Alice % % awk '{name[NR]=$1}END{for(n=1;n<=NR;n++)print n"="name[n]}' in 1=Alice 2=Bob 3=Carol 4=Dave 5=Ed % % cat in3 Alice 20 Bob 12 Carol 18 Dave 24 Ed 30 Alice 16 Bob 12 Carol 12 Dave 14 Ed 20 % % awk '{sum[$1]+=$2}END{for(n in sum)print n"="sum[n]}' in3 Ed=50 Bob=24 Alice=36 Dave=38 Carol=30 % awk functions awk has a generous set of built-in functions. The on-line form of Chapter 11: The awk Programming Language of UNIX in a Nutshell: System V Edition, 3rd Edition by Arnold Robbins, has an excellent Group Listing and Alphabetic Summary of awk Functions and Commands. Standard/minimal awk doesn't include user-defined functions. nawk, gawk, and other extended versions of awk do provide user-defined functions. Examples % cat in.val Alice 1 2 3 4 Bob 2 5 4 1 Carol 3 2 4 2 Dave 4 3 2 1 Ed 5 3 4 2 % % awk -f valsum.awk in.val awk: syntax error near line 4 awk: bailing out near line 4 % % cat valsum.awk # valsum.awk -- sum values in each record # input: name followed by a series of values function sum(s) { for (i=2; i<=NF; ++i) s+=$i return s } {print($0" = " sum())} % % nawk -f valsum.awk in.val Alice 1 2 3 4 = 10 Bob 2 5 4 1 = 12 Carol 3 2 4 2 = 11 Dave 4 3 2 1 = 10 Ed 5 3 4 2 = 14 % % nawk -f valsort.awk in.val Alice: 1 2 3 4 Bob: 1 2 4 5 Carol: 2 2 3 4 Dave: 1 2 3 4 Ed: 2 3 4 5 % % cat valsort.awk # valsort.awk -- sort values in each record # input: name followed by a series of values # based on grade.sort.awk script from chapter 9 of # "sed & awk, 2nd ed," Dougherty & Robbins, O'Reilly, 1997 # sort function -- sort numbers in ascending order function sort(A,n) { for (i=2; i<=n; ++i) for (j=i; (j>1) in A && A[j-1]>A[j]; –j) {
tmp=A[j]; A[j]=A[j-1]; A[j-1]=tmp
}
return
}

# main routine
{
for (i=2; i<=NF; ++i) val[i-1]=$i sort(val, NF-1) printf("%7s: ", $1) for (j=1; j<=NF-1; ++j) printf("%d ", val[j]) printf("\n") }

Function in shell script

Function in shell script
DESCRIPTION:
Function is the piece of code, which executed when we call.
When thinking about the function in any computer language, three points comes in mind

1. Writing function code and calling that function when we need
2. Passing arguments to the function
3. Returning value from function

Next i going to elaborate about the 3 points i mentioned above

FUNCTION CALL
Script shows below describe the simple function call. We should define the function before we using that

script:
#!/bin/bash
display(){
echo “This is inside function definition”
}
display #calling the display function

output:
This is inside function definition

PASSING ARGUMENT
Following scripts pass argument to function and display the argument value.

script:
#!/bin/bash

display_arg(){
echo “first argument : $1”
echo “second argument : $2”
}
display_arg “12” “sujin” #passing argument to function

output:
first argument : 12
second argument : sujin

RETURNING VALUES
This script will shows how function return value to calling function

script:
#!/bin/bash

ret_val(){
i=”mystring”
echo $i
}
x=$(ret_val) #passing argument to function
echo “Returned Value : $x”

output:
Returned Value : mystring

bash printf to variable

If you want to use bash’s printf formatting and store the value into a variable, you can use bash’s print’s -v flag as follows:

calc_elaspsed_time()
{
local SECONDS=$1
((h=SECONDS/3600))
((m=SECONDS%3600/60))
((s=SECONDS%60))
printf -v ELAPSED_TIME “%02d:%02d:%02d” $h $m $s
}

printf Command
The built-in printf (print formatted) command prints a message to the screen. You will use this command a lot in shell scripts. printf is very similar to the C standard I/O printf() function, but they are not identical. In particular, single- and double-quoted strings are treated differently in shell scripts than in C programs.

The first parameter is a format string describing how the items being printed will be represented. For example, the special formatting code “%d” represents an integer number, and the code “%f” represents a floating-point number.

$ printf “%d\n” 5
5
$ printf “%f\n” 5
5.000000
Include a format code for each item you want to print. Each format code is replaced with the appropriate value when printed. Any characters in the format string that are not part of a formatting instruction are treated as printable characters.

$ printf “There are %d customers with purchases over %d.\n” 50 20000
There are 50 customers with purchases over 20000.
printf is sometimes used to redirect a variable or some unchanging input to a command. For example, suppose all you want to do is pipe a variable to a command. Instead of using printf, Bash provides a shortcut <<< redirection operator. <<< redirects a string into a command as if it were piped using printf. The tr command can convert text to uppercase. This example shows an error message being converted to uppercase with both printf and <<<. $ printf “%s\n” “$ERRMSG” | tr [:lower:] [:upper:] WARNING: THE FILES FROM THE OHIO OFFICE HAVEN’T ARRIVED. $ tr [:lower:] [:upper:] <<< “$ERRMSG” WARNING: THE FILES FROM THE OHIO OFFICE HAVEN’T ARRIVED. The format codes include the following. %a—Represent a floating-point number in hexadecimal format, using lowercase letters %A—Represent a floating point number in hexadecimal format, using uppercase letters %b—Expand backslash sequences %c—Represent a single character %d—Display a signed number %e—Display a floating-point number, shown in exponential (also called “scientific”) notation %f (or %F)—Display a floating-point number without exponential notation %g—(General) Let Bash choose %e or %f, depending on the value %i—Same as %d %0—Display an octal number %q—Quote a string so it can be read properly by a shell script 30 Chapter 3 Files, Users, and Shell Customization %s—Display an unquoted string %u—Display an unsigned number %x—Display an unsigned hexadecimal number, using lowercase letters %X—Display an unsigned hexadecimal number, using uppercase letters %%—Display a percent sign If a number is too large, Bash reports an out-of-range error. $ printf “%d\n” 123456789123456789012 bash: printf: warning: 123456789123456789012: Numerical result out of range For compatibility with C’s printf, Bash also recognizes the following flags, but treats them the same as %d: %j—A C intmax_t or uintmax_t integer %t—A C ptrdiff_t integer %z—A C size_t or ssize_t integer Also for C compatibility, you can preface the format codes with a l or L to indicate a long number. The %q format is important in shell script programming and it is discussed in the quoting section, in the Chapter 5,“Variables.” To create reports with neat columns, numbers can proceed many of the formatting codes to indicate the width of a column. For example, “%10d” prints a signed number in a column 10 characters wide. $ printf “%10d\n” 11 11 Likewise, a negative number left-justifies the columns. $ printf “%-10d %-10d\n” 11 12 11 12 A number with a decimal point represents a column width and a minimum number of digits (or decimal places with floating-point values). For example, “%10.5f” indicates a floating-point number in a 10-character column with a minimum of five decimal places. $ printf “%10.5f\n” 17.2 17.20000 Finally, an apostrophe (‘)displays the number with thousands groupings based on the current country locale. The \n in the format string is an example of a backslash code for representing unprintable characters. \n indicates a new line should be started. There are special backslash formatting codes for the representation of unprintable characters. \b—Backspace \f—Form feed (that is, eject a page on a printer) \n—Start a new line \r—Carriage return \t—Tab \v—Vertical tab \’—Single quote character (for compatibility with C) \\—Backslash n—n is an octal number representing an 8-bit ASCII character $ printf “Two separate\nlines\n” Two separate Lines Any 8-bit byte or ASCII character can be represented by or \ and its octal value. $ printf “ASCII 65 (octal 101) is the character 101\n” ASCII 65 (octal 101) is the character A printf recognizes numbers beginning with a zero as octal notation, and numbers beginning with 0x as hexadecimal notation. As a result, printf can convert numbers between these different notations. $ printf “%d\n” 010 8 $ printf “%d\n “ 0xF 15 $ printf “0x%X\n “ 15 0xF $ printf “0%o\n “ 8 010

Function in shell script

Function in shell script
DESCRIPTION:
Function is the piece of code, which executed when we call.
When thinking about the function in any computer language, three points comes in mind

1. Writing function code and calling that function when we need
2. Passing arguments to the function
3. Returning value from function

Next i going to elaborate about the 3 points i mentioned above

FUNCTION CALL
Script shows below describe the simple function call. We should define the function before we using that

script:
#!/bin/bash
display(){
echo “This is inside function definition”
}
display #calling the display function

output:
This is inside function definition

PASSING ARGUMENT
Following scripts pass argument to function and display the argument value.

script:
#!/bin/bash

display_arg(){
echo “first argument : $1”
echo “second argument : $2”
}
display_arg “12” “sujin” #passing argument to function

output:
first argument : 12
second argument : sujin

RETURNING VALUES
This script will shows how function return value to calling function

script:
#!/bin/bash

ret_val(){
i=”mystring”
echo $i
}
x=$(ret_val) #passing argument to function
echo “Returned Value : $x”

output:
Returned Value : mystring

Command line argument in shell script

Command line argument in shell script
Passing arguments to the main program when it start is know as command line arguments
In shell scripting arguments can be described like below

$0 – shows program name which you running
$1 – shows first argument
$2 – display second argument
$3 – display third argument
$n – n th argument
$# – shows number of arguments passed to the program
$* – shows entire string of parameters you passed

SCRIPT:
#!/bin/bash
echo “programme name is $0”
echo “first argument is $1”
echo “Second argument is $2”
echo “Total command line arguments is $#”
echo “Entered arguments was :$*”

RUN THE SCRIPT:
./cmd_arg.sh hi this is mohan

OUTPUT:
programme name is ./cmd_arg.sh
first argument is hi
Second argument is this
Total command line arguments is 4
Entered arguments was :hi this is mohan

IBM HTTP Server – SSL Certification Expiration Situation

We saw this in /opt/IBM/HTTPServer/logs/error.log yesterday: –

[Mon Jan 23 14:23:25 2012] [notice] Using config file /opt/IBM/HTTPServer/conf/httpd.conf
[Mon Jan 23 14:23:25 2012] [debug] mod_mpmstats.c(189): mpmstats daemon started (pid 4775)
[Mon Jan 23 14:23:25 2012] [notice] IBM_HTTP_Server/7.0.0.17 (Unix) configured — resuming normal operations
[Mon Jan 23 14:23:25 2012] [info] Server built: Mar 7 2011 15:49:28
[Mon Jan 23 14:23:25 2012] [debug] worker.c(1859): AcceptMutex: sysvsem (default: sysvsem)
[Mon Jan 23 14:23:25 2012] [notice] Core file limit is 0; core dumps will be not be written for server crashes
[Mon Jan 23 14:23:28 2012] [error] server is within MinSpareThreads of MaxClients, consider raising the MaxClients setting
[Mon Jan 23 14:23:55 2012] [error] [client 10.150.190.217] [9778180] [5576] SSL0221E: SSL Handshake Failed, Either the certificate has expired or the system clock is incorrect. [10.150.190.217:2974 -> 11.125.26.19:443] [14:23:55.000312000]
[Mon Jan 23 14:23:55 2012] [error] [client 10.150.190.217] [9778230] [5394] SSL0221E: SSL Handshake Failed, Either the certificate has expired or the system clock is incorrect. [10.150.190.217:2976 -> 11.125.26.19:443] [14:23:55.000472317]

This took me a while to crack, but I eventually realised (!) that the self-signed certificates that we use in our IHS servers ( this is a NON-production environment ) had expired.

This was how I cracked it: –

$ cd /opt/IBM/HTTPServer/bin

# List the certificates in use

$ ./gsk7cmd -cert -list -db /opt/IBM/HTTPServer/ssl/key.kdb -pw passw0rd

Certificates in database /opt/IBM/HTTPServer/ssl/key.kdb:
SelfSignedCert
Thawte Personal Basic CA
Thawte Personal Freemail CA
Thawte Personal Premium CA
Thawte Premium Server CA
Thawte Server CA
Verisign Class 1 Public Primary Certification Authority
Verisign Class 1 Public Primary Certification Authority – G2
Verisign Class 2 Public Primary Certification Authority
Verisign Class 2 Public Primary Certification Authority – G2
Verisign Class 3 Public Primary Certification Authority
Verisign Class 3 Public Primary Certification Authority – G2

# Display the contents of the SelfSignedCert

$ ./gsk7cmd -cert -details -db /opt/IBM/HTTPServer/ssl/key.kdb -pw passw0rd -label SelfSignedCert

Label: SelfSignedCert
Key Size: 1024
Version: X509 V3
Serial Number: 4D 39 7C B4
Issued by: CN=www.connections.foobar.com, O=FOOBAR, C=COM
Subject: CN=www.connections.foobar.com, O=FOOBAR, C=COM
Valid: From: Thursday, 20 January 2011 12:31:48 o’clock GMT To: Saturday, 21 January 2012 12:31:48 o’clock GMT
Fingerprint: F9:D3:44:F1:81:26:37:90:51:A0:A5:14:79:9D:B8:14:AA:6B:3F:16
Signature Algorithm: MD5withRSA (1.2.840.113549.1.1.4)
Trust Status: enabled

# Delete the old, expired certificate

$ ./gsk7capicmd -cert -delete -db /opt/IBM/HTTPServer/ssl/key.kdb -pw passw0rd -label SelfSignedCert

# Create a new SelfSignedCert

$ ./gsk7capicmd -cert -create -db /opt/IBM/HTTPServer/ssl/key.kdb -pw passw0rd -label SelfSignedCert -size 1024 -expire 365 -dn “CN=www.connections.foobar.com,O=FOOBAR,C=COM” -x509version 3

# Set the new certificate to be the server’s default

$ ./gsk7capicmd -cert -setdefault -db /opt/IBM/HTTPServer/ssl/key.kdb -pw passw0rd -label SelfSignedCert

How to mount inactive LVM partitions

Cause
This situation occurs because the same UUID is attached to each LVM disk. Any LVM command, such as pvscan or lvscan, fails because of that error. You can find more details about Bug 454645 ” Bringing a snapshot of an LVM on-line on the same system” here: https://bugzilla.redhat.com/show_bug.cgi?id=454645
This situation can also occur when the machine contains a volume group that has the same name as a volume group that exists on the original disk.

Resolving the problem
If you perform file level recovery in a Linux virtual guest machine that uses LVM, and, when using iSCSI exposure to the same machine from which the data was backed up, duplicate disks are exposed to the machine. In that case, it is important to ensure that file level information is available for restoration.When performing file level restore from a Linux disk with LVM information, it might be easier to perform the operation to a secondary Linux machine, on which no duplicate disk signature issues will occur.

The LVM2 vgimportclone command adds support for importing duplicated Volume Groups. The vgimportclone command does not exist on all LVM versions. It was added at version lvm-2.02.46. Here is an example of the use of the vgimportclone command:
The new LVM device name (for example, /dev/sde2) is recognized. Issue the following commands:
1. vgimportclone /dev/sde2.
2. pvscan
3. vgscan
4. lvscan

The lvscan output is shown in all the LVM volumes. On the output from lvscan you can see the new volumes that are not in activate state and its logical volume path. Here is an example of lvscan output:
# lvscan
inactive ‘/dev/VolGroup001/LogVol00’ [37.94 GB] inherit
inactive ‘/dev/VolGroup001/LogVol01’ [1.94 GB] inherit
ACTIVE ‘/dev/testvg/testvg’ [1.95 GB] inherit
ACTIVE ‘/dev/VolGroup00/LogVol00’ [37.94 GB] inherit
ACTIVE ‘/dev/VolGroup00/LogVol01’ [1.94 GB] inherit

1. For each volume that you want to activate, run the following command
lvchange -a y < LogicalVolumePath >
For example:
lvchange -a y /dev/VolGroup001/LogVol00

2. Then mount the LogicalVolumePath to a folder.
For example:
mount /dev/VolGroup001/LogVol00 /LVCopyNewMountFolder

check httpd runing or not

#!/bin/sh
SERVICE=’httpd’

if ps ax | grep -v grep | grep $SERVICE > /dev/null
then
echo “$SERVICE service running, everything is fine”
else
echo “$SERVICE is not running”
echo “$SERVICE is not running!” | mail -s “$SERVICE down” root
fi