{"id":3383,"date":"2014-08-01T05:54:06","date_gmt":"2014-07-31T21:54:06","guid":{"rendered":"http:\/\/rmohan.com\/?p=3383"},"modified":"2014-08-01T08:35:23","modified_gmt":"2014-08-01T00:35:23","slug":"red-hat-enterprise-linux-6-to-7","status":"publish","type":"post","link":"https:\/\/mohan.sg\/?p=3383","title":{"rendered":"Red Hat Enterprise Linux 6 to 7"},"content":{"rendered":"<p><strong>Red Hat Enterprise Linux 6 to 7?<\/strong><br \/>\nMigrating existing Red Hat Enterprise Linux installations to new major versions<\/p>\n<p><strong>Migration vs. Upgrade<\/strong><br \/>\n<strong>\u2022migration:<\/strong> \u00a0Moving a set of running services from one installed \u00a0\u00a0system to another, including all configuration aspects and data.<br \/>\n<strong>\u2022upgrade:<\/strong> Upgrading the installed software to newer revisions.\u00a0This process may or may not include migration.<\/p>\n<p>&nbsp;<\/p>\n<p>\u2022A new feature in RHEL 7 is functionality that marketing is calling in-place upgrades.<br \/>\n\u2022We are offering a supported path to upgrade a RHEL 6 system to RHEL 7 without having to backup, format, reinstall, and restore.<br \/>\n\u2022(NOTE: Must be upgrading from RHEL 6.latest on x86_64&#8230;for now.)<br \/>\n\u2022The in-place aspect is meant to emphasize the fact that you do not have to move your data and configuration files off the system.<br \/>\n\u2022In-place DOES NOT mean you avoid a reboot.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Actual Strategies We Have Seen Used<\/strong><br \/>\n\u2022Wait until you replace hardware to upgrade.<br \/>\n\u2022Buy new server, install latest version, migrate all data from old system.<br \/>\n\u2022yum\u00a0dist\u00adupgrade and hope for the best.<br \/>\n\u2022One site actually used constantly regenerating yum repos.<br \/>\n\u2022Do nothing.<br \/>\n\u2022In some cases, start using the RHEL Extended Update Support[1]<br \/>\nprogram for critical fixes<\/p>\n<p>&nbsp;<\/p>\n<p><strong>What is EUS?<\/strong><br \/>\n\u2022Extended Update Support for Red Hat Enterprise Linux<br \/>\n\u2022Allows you to standardize on a specific minor release for anextended period.<br \/>\n\u2022Available for every RHEL 6 minor release.<br \/>\n\u2022Includes critical security fixes and urgent bug fixes for two years.<br \/>\n\u2022Part of your Premium RHEL subscription, or Sales would be\u00a0happy to discuss if you&#8217;d like to add onto a different subscription\u00a0level.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Example Pain Points<\/strong><br \/>\n\u2022Desired application requires a newer base level software component (e.g., MySQL, Apache, or PHP) and your chosen model of no-upgrades is not sustainable.<br \/>\n\u2022Sysadmins do not have infinite time.<br \/>\n\u2022New hardware enablement does not last forever eventually, RHEL releases enter Production Phase 3, which is maintenance only.[2]<br \/>\n\u2022Not upgrading leaves you vulnerable to some software security risks.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Goals<\/strong><\/p>\n<p>\u2022Treat migrating and upgrading as distinct operations.<br \/>\n\u2022Provide tools that are flexible enough to integrate in to site \u00a0specific workflows.<br \/>\n\u2022Allow for vendors and sites to extend the tools as necessary.<br \/>\n\u2022Encourage contributions back to the tools for future RHEL releases.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Current RHEL Tools<\/strong><br \/>\n\u2022anaconda: Performs interactive and automated installations.<br \/>\n\u2022ksverdiff: Shows kickstart syntax differences between versions<br \/>\nof RHEL and Fedora (part of the pykickstart package).<br \/>\n\u2022ksvalidator: Validates a kickstart file against a specified kickstart<br \/>\nrevision (part of the pykickstart package).<br \/>\n\u2022lvcreate to create LVM snapshots.<br \/>\n\u2022tar to create backups.<br \/>\n\u2022mt to rewind tape drives<\/p>\n<p>&nbsp;<\/p>\n<p><strong>New RHEL Tools<\/strong><br \/>\n\u2022preupgrade-assistant<br \/>\n\u2022Assists as you perform the the migration step.<br \/>\n\u2022redhat-upgrade-tool<br \/>\n\u2022Performs the upgrade step.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>preupgrade-assistant<\/strong><br \/>\n\u2022Evaluates a RHEL 6 system for suitability to upgrade to RHEL 7.<br \/>\n\u2022Output is report-like, similar to a tool like setroubleshoot.<br \/>\n\u2022Problems are categorized and explained.<br \/>\n\u2022Solutions to remedy are offered in the explanation text -or- in some cases<br \/>\nthe solutions can be automatically applied.<br \/>\n\u2022Can be run multiple times to determine if a system \u201cpasses\u201d.<br \/>\n\u2022Also produces script output which can be integrated in to other<br \/>\ntools as your site requires.<br \/>\n\u2022Can be extended with 3rd party plug-ins.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Support<\/strong><br \/>\n\u2022Tested and supported use case at this point is:<br \/>\n\u2022 Upgrading from RHEL 6.5 to RHEL 7.0<br \/>\n\u2022 Must be using the Server variant<br \/>\n\u2022 Must be x86_64<br \/>\n\u2022Either base or minimal package selection<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Step 1 &#8211; Backup<\/strong><br \/>\n\u2022You do backups, right?<br \/>\n\u2022Take 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.<br \/>\n\u2022PROTIP: Make an easily accessible copy of configuration files for reference<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Step 2 \u2013 Download preupgrade-assistant<\/strong><br \/>\n\u2022Install these prerequisite packages:<br \/>\n\u2022yum\u00a0install\u00a0openscap\u00a0pcre\u00addevel\u00a0mod_wsgi<br \/>\n\u2022These are the packages for preupgrade-assistant for the RHEL<br \/>\n7.0 Beta program:<br \/>\n\u2022preupgrade\u00adassistant\u00ad1.0.2\u00ad6.el6.x86_64.rpm<br \/>\n\u2022preupgrade\u00adassistant\u00adcontents\u00ad0.4.4\u00ad1.el6.noarch.rpm<br \/>\n\u2022Packages available at the RHEL 7.0 GA release will be different.<br \/>\n\u2022Be sure to download both packages and install with:<br \/>\n\u2022yum\u00a0localinstall\u00a0preupgrade\u00adassistant*.rpm<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Step 3 \u2013 Run preupgrade-assistant<\/strong><br \/>\n\u2022Download preupgrade-assistant on your RHEL 6 system.<br \/>\n\u2022Beta program: https:\/\/access.redhat.com\/site\/solutions\/637583<br \/>\n\u2022Install preupgrade-assistant using yum\u00a0localinstall.<br \/>\n\u2022Run preupgrade\u00adassistant and evaluate the output. Iterate \u00a0this process until you are satisfied with the results of \u00a0\u00a0preupgrade-assistant.<br \/>\n\u2022PROTIP: Take another snapshot of the system after completing \u00a0the preupgrade-assistant step<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Step 4 \u2013 Download redhat-upgrade-tool<\/strong><br \/>\n\u2022Install these prerequisite packages:<br \/>\n\u2022preupgrade\u00adassistant and what it requires<br \/>\n\u2022These are the packages for redhat-upgrade-tool for the RHEL 7.0<br \/>\nBeta program:<br \/>\n\u2022redhat\u00adupgrade\u00adtool\u00ad0.7.5\u00ad1.el6_5.noarch.rpm<br \/>\n\u2022Versions available at the RHEL 7.0 GA release will be different.<br \/>\n\u2022Be sure to download both packages and install with:<br \/>\n\u2022yum\u00a0localinstall\u00a0redhat\u00adupgrade\u00adtool*.rpm<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Step 5 \u2013 Run redhat-upgrade-tool<\/strong><br \/>\n\u2022Download redhat-upgrade-tool on your RHEL 6 system.<br \/>\n\u2022Beta program: https:\/\/access.redhat.com\/site\/solutions\/637583<br \/>\n\u2022Install redhat-upgrade-tool using RPM.<br \/>\n\u2022Run redhat\u00adupgrade\u00adtool pointing at the RHEL-7.0 DVD<br \/>\nmedia you have mounted (or a network-accessible yum repo containing the RHEL-7.0 repo from the DVD).<br \/>\n\u2022Follow the instructions to reboot the system and perform the upgrade.redhat-upg<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><strong>redhat-upgrade-tool tips<\/strong><br \/>\n\u2022Do not try to upgrade a 32-bit x86 system to x86_64. This \u00a0\u00a0upgrade path is not supported.<br \/>\n\u2022Minimize risk by removing unnecessary 32-bit packages from multiarch systems before upgrading.<br \/>\n\u2022You may need to add additional repo specifications to \u00a0\u00a0redhat-upgrade-tool depending on what channels you used to<\/p>\n<p>install software.<br \/>\n\u2022&#8211;addrepo=REPOID=URL<br \/>\n\u2022&#8211;addrepo=REPOID=@MIRRORLIST<\/p>\n<p>&nbsp;<\/p>\n<p style=\"color: #000000;\">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.<\/p>\n<h4 style=\"color: #000000;\"><span style=\"color: #800000;\">Installing Redhat upgrade tool:<\/span><\/h4>\n<p style=\"color: #000000;\">redhat-upgrade-tool is not available on standard repositories, you must setup the repository to install it.<\/p>\n<div class=\"wp_syntax\" style=\"color: #110000;\">\n<table>\n<tbody>\n<tr>\n<td class=\"code\">\n<pre class=\"dos\"># vi \/etc\/yum.repos.d\/upgrade.repo<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"color: #000000;\">Place the following entries in it.<\/p>\n<div class=\"wp_syntax\" style=\"color: #110000;\">\n<table>\n<tbody>\n<tr>\n<td class=\"code\">\n<pre class=\"dos\">[upgrade]\r\nname=upgrade\r\nbaseurl=http:\/\/dev.centos.org\/centos\/6\/upg\/x86_64\/\r\nenabled=1\r\ngpgcheck=0<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"color: #000000;\">Install the following packages.<\/p>\n<div class=\"wp_syntax\" style=\"color: #110000;\">\n<table>\n<tbody>\n<tr>\n<td class=\"code\">\n<pre class=\"dos\"># yum -y install preupgrade-assistant-contents redhat-upgrade-tool preupgrade-assistant<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h4 style=\"color: #000000;\"><span style=\"color: #800000;\"><strong>PreUpgrade Assistant:<\/strong><\/span><\/h4>\n<p style=\"color: #000000;\">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.<\/p>\n<div class=\"wp_syntax\" style=\"color: #110000;\">\n<table>\n<tbody>\n<tr>\n<td class=\"code\">\n<pre class=\"dos\"># preupg<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p>&nbsp;<\/p>\n<p>[root@oracle ~]# yum -y install preupgrade-assistant-contents redhat-upgrade-to ol preupgrade-assistant<br \/>\nLoaded plugins: fastestmirror, refresh-packagekit, security<br \/>\nLoading mirror speeds from cached hostfile<br \/>\n* base: mirror.nus.edu.sg<br \/>\n* extras: mirror.nus.edu.sg<br \/>\n* updates: mirror.nus.edu.sg<br \/>\nbase | 3.7 kB 00:00<br \/>\nextras | 3.4 kB 00:00<br \/>\nol6_UEK_latest | 1.2 kB 00:00<br \/>\nol6_UEK_latest\/primary | 15 MB 00:46<br \/>\nol6_UEK_latest 337\/337<br \/>\nol6_latest | 1.4 kB 00:00<br \/>\nol6_latest\/primary | 40 MB 00:31<br \/>\nol6_latest 25743\/25743<br \/>\nupdates | 3.4 kB 00:00<br \/>\nupdates\/primary_db | 4.2 MB 00:02<br \/>\nupgrade | 1.9 kB 00:00<br \/>\nupgrade\/primary_db | 11 kB 00:00<br \/>\nSetting up Install Process<br \/>\nResolving Dependencies<br \/>\n&#8211;&gt; Running transaction check<br \/>\n&#8212;&gt; Package preupgrade-assistant.x86_64 0:1.0.2-33.0.3.el6.centos will be installed<br \/>\n&#8211;&gt; Processing Dependency: openscap(x86-64) &gt;= 0.9.3-1 for package: preupgrade-assistant-1.0.2-33.0.3.el6.centos.x86_64<br \/>\n&#8211;&gt; Processing Dependency: pkgconfig(libpcre) for package: preupgrade-assistant-1.0.2-33.0.3.el6.centos.x86_64<br \/>\n&#8212;&gt; Package preupgrade-assistant-contents.noarch 0:0.5.13-1.0.5.el6.centos will be installed<br \/>\n&#8212;&gt; Package redhat-upgrade-tool.noarch 1:0.7.22-3.el6.centos will be installed<br \/>\n&#8211;&gt; Running transaction check<br \/>\n&#8212;&gt; Package openscap.x86_64 0:1.0.8-1.0.1.el6_5 will be installed<br \/>\n&#8212;&gt; Package pcre-devel.x86_64 0:7.8-6.el6 will be installed<br \/>\n&#8211;&gt; Finished Dependency Resolution<\/p>\n<p>&nbsp;<\/p>\n<p>Dependencies Resolved<\/p>\n<p>&nbsp;<\/p>\n<p>===============================================================================================================================<br \/>\nPackage Arch Version Repository Size<br \/>\n===============================================================================================================================<br \/>\nInstalling:<br \/>\npreupgrade-assistant x86_64 1.0.2-33.0.3.el6.centos upgrade 439 k<br \/>\npreupgrade-assistant-contents noarch 0.5.13-1.0.5.el6.centos upgrade 590 k<br \/>\nredhat-upgrade-tool noarch 1:0.7.22-3.el6.centos upgrade 85 k<br \/>\nInstalling for dependencies:<br \/>\nopenscap x86_64 1.0.8-1.0.1.el6_5 ol6_latest 2.9 M<br \/>\npcre-devel x86_64 7.8-6.el6 base 318 k<\/p>\n<p>&nbsp;<\/p>\n<p>Transaction Summary<br \/>\n===============================================================================================================================<br \/>\nInstall 5 Package(s)<\/p>\n<p>&nbsp;<\/p>\n<p>Total download size: 4.3 M<br \/>\nInstalled size: 49 M<br \/>\nDownloading Packages:<br \/>\n(1\/5): openscap-1.0.8-1.0.1.el6_5.x86_64.rpm | 2.9 MB 00:06<br \/>\n(2\/5): pcre-devel-7.8-6.el6.x86_64.rpm | 318 kB 00:00<br \/>\n(3\/5): preupgrade-assistant-1.0.2-33.0.3.el6.centos.x86_64.rpm | 439 kB 00:01<br \/>\n(4\/5): preupgrade-assistant-contents-0.5.13-1.0.5.el6.centos.noarch.rpm | 590 kB 00:01<br \/>\n(5\/5): redhat-upgrade-tool-0.7.22-3.el6.centos.noarch.rpm | 85 kB 00:00<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nTotal 292 kB\/s | 4.3 MB 00:14<br \/>\nRunning rpm_check_debug<br \/>\nRunning Transaction Test<br \/>\nTransaction Test Succeeded<br \/>\nRunning Transaction<br \/>\nWarning: RPMDB altered outside of yum.<br \/>\nInstalling : pcre-devel-7.8-6.el6.x86_64 1\/5<br \/>\nInstalling : openscap-1.0.8-1.0.1.el6_5.x86_64 2\/5<br \/>\nInstalling : preupgrade-assistant-1.0.2-33.0.3.el6.centos.x86_64 3\/5<br \/>\nInstalling : 1:redhat-upgrade-tool-0.7.22-3.el6.centos.noarch 4\/5<br \/>\nInstalling : preupgrade-assistant-contents-0.5.13-1.0.5.el6.centos.noarch 5\/5<br \/>\nVerifying : preupgrade-assistant-1.0.2-33.0.3.el6.centos.x86_64 1\/5<br \/>\nVerifying : 1:redhat-upgrade-tool-0.7.22-3.el6.centos.noarch 2\/5<br \/>\nVerifying : pcre-devel-7.8-6.el6.x86_64 3\/5<br \/>\nVerifying : openscap-1.0.8-1.0.1.el6_5.x86_64 4\/5<br \/>\nVerifying : preupgrade-assistant-contents-0.5.13-1.0.5.el6.centos.noarch 5\/5<\/p>\n<p>&nbsp;<\/p>\n<p>Installed:<br \/>\npreupgrade-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<\/p>\n<p>&nbsp;<\/p>\n<p>Dependency Installed:<br \/>\nopenscap.x86_64 0:1.0.8-1.0.1.el6_5 pcre-devel.x86_64 0:7.8-6.el6<\/p>\n<p>&nbsp;<\/p>\n<p>Complete!<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<br \/>\n[root@oracle ~]# preupg<br \/>\nPreupg tool doesn&#8217;t do the actual upgrade.<br \/>\nPlease ensure you have backed up your system and\/or data in the event of a failed upgrade<br \/>\nthat would require a full re-install of the system from installation media.<br \/>\nDo you want to continue? y\/n<br \/>\ny<br \/>\nGathering logs used by preupgrade assistant:<br \/>\nAll installed packages : 01\/11 &#8230;finished (time 00:00s)<br \/>\nAll changed files : 02\/11 &#8230;finished (time 03:19s)<br \/>\nChanged config files : 03\/11 &#8230;finished (time 00:00s)<br \/>\nAll users : 04\/11 &#8230;finished (time 00:00s)<br \/>\nAll groups : 05\/11 &#8230;finished (time 00:00s)<br \/>\nService statuses : 06\/11 &#8230;finished (time 00:00s)<br \/>\nAll installed files : 07\/11 &#8230;finished (time 00:02s)<br \/>\nAll local files : 08\/11 &#8230;finished (time 00:04s)<br \/>\nAll executable files : 09\/11 &#8230;finished (time 00:00s)<br \/>\nRedHat signed packages : 10\/11 &#8230;finished (time 00:00s)<br \/>\nCentOS signed packages : 11\/11 &#8230;finished (time 00:00s)<br \/>\nAssessment of the system, running checks \/ SCE scripts:<br \/>\n001\/095 &#8230;done (Configuration Files to Review)<br \/>\n002\/095 &#8230;done (File Lists for Manual Migration)<br \/>\n003\/095 &#8230;done (Bacula Backup Software)<br \/>\n004\/095 &#8230;done (MySQL configuration)<br \/>\n005\/095 &#8230;done (Migration of the MySQL data stack)<br \/>\n006\/095 &#8230;done (General changes in default MySQL implementation)<br \/>\n007\/095 &#8230;done (PostgreSQL upgrade content)<br \/>\n008\/095 &#8230;done (GNOME Desktop Environment underwent several design modifications in CentOS 7 release)<br \/>\n009\/095 &#8230;done (KDE Desktop Environment underwent several design modifications in CentOS 7 release)<br \/>\n010\/095 &#8230;done (several graphic drivers not supported in CentOS 7)<br \/>\n011\/095 &#8230;done (several input drivers not supported in CentOS 7)<br \/>\n012\/095 &#8230;done (several kernel networking drivers not available in CentOS 7)<br \/>\n013\/095 &#8230;done (several kernel storage drivers not available in CentOS 7)<br \/>\n014\/095 &#8230;done (Names, Options and Output Format Changes in arptables)<br \/>\n015\/095 &#8230;done (BIND9 running in a chroot environment check.)<br \/>\n016\/095 &#8230;done (BIND9 configuration compatibility check)<br \/>\n017\/095 &#8230;done (Move dhcpd\/dhcprelay arguments from \/etc\/sysconfig\/* to *.service files)<br \/>\n018\/095 &#8230;done (DNSMASQ configuration compatibility check)<br \/>\n019\/095 &#8230;done (Dovecot configuration compatibility check)<br \/>\n020\/095 &#8230;done (Compatibility Between iptables and ip6tables)<br \/>\n021\/095 &#8230;done (Net-SNMP check)<br \/>\n022\/095 &#8230;done (Squid configuration compatibility check)<br \/>\n023\/095 &#8230;done (Reusable Configuration Files)<br \/>\n024\/095 &#8230;done (VCS repositories)<br \/>\n025\/095 &#8230;done (Added and extended options for BIND9 configuration)<br \/>\n026\/095 &#8230;done (Added options in DNSMASQ configuration)<br \/>\n027\/095 &#8230;done (Packages not signed by CentOS)<br \/>\n028\/095 &#8230;done (Obsoleted rpms)<br \/>\n029\/095 &#8230;done (w3m not available in CentOS 7)<br \/>\n030\/095 &#8230;done (report incompatibilities between CentOS 6 and 7 in qemu-guest-agent package)<br \/>\n031\/095 &#8230;done (Removed options in coreutils binaries)<br \/>\n032\/095 &#8230;done (Removed options in gawk binaries)<br \/>\n033\/095 &#8230;done (Removed options in netstat binary)<br \/>\n034\/095 &#8230;done (Removed options in quota tools)<br \/>\n035\/095 &#8230;done (Removed rpms)<br \/>\n036\/095 &#8230;done (Replaced rpms)<br \/>\n037\/095 &#8230;done (GMP library incompatibilities)<br \/>\n038\/095 &#8230;done (package downgrades)<br \/>\n039\/095 &#8230;done (restore custom selinux configuration)<br \/>\n040\/095 &#8230;done (General)<br \/>\n041\/095 &#8230;done (samba shared directories selinux)<br \/>\n042\/095 &#8230;done (CUPS Browsing\/BrowsePoll configuration)<br \/>\n043\/095 &#8230;done (CVS Package Split)<br \/>\n044\/095 &#8230;done (FreeRADIUS Upgrade Verification)<br \/>\n045\/095 &#8230;done (httpd configuration compatibility check)<br \/>\n046\/095 &#8230;done (bind-dyndb-ldap)<br \/>\n047\/095 &#8230;done (Identity Management Server compatibility check)<br \/>\n048\/095 &#8230;done (IPA Server CA Verification)<br \/>\n049\/095 &#8230;done (NTP configuration)<br \/>\n050\/095 &#8230;done (Information on time-sync.target)<br \/>\n051\/095 &#8230;done (OpenLDAP \/etc\/sysconfig and data compatibility)<br \/>\n052\/095 &#8230;done (OpenSSH sshd_config migration content)<br \/>\n053\/095 &#8230;done (OpenSSH sysconfig migration content)<br \/>\n054\/095 &#8230;done (Configuration for quota_nld service)<br \/>\n055\/095 &#8230;done (Disk quota netlink message daemon moved into quota-nld package)<br \/>\n056\/095 &#8230;done (SSSD compatibility check)<br \/>\n057\/095 &#8230;done (Luks encrypted partition)<br \/>\n058\/095 &#8230;done (Clvmd and cmirrord daemon management.)<br \/>\n059\/095 &#8230;done (State of LVM2 services.)<br \/>\n060\/095 &#8230;done (device-mapper-multipath configuration compatibility check)<br \/>\n061\/095 &#8230;done (Removal of scsi-target-utils)<br \/>\n062\/095 &#8230;done (Configuration for warnquota tool)<br \/>\n063\/095 &#8230;done (Disk quota tool warnquota moved into quota-warnquota package)<br \/>\n064\/095 &#8230;done (Architecture Support)<br \/>\n065\/095 &#8230;done (Binary rebuilds)<br \/>\n066\/095 &#8230;done (Debuginfo packages)<br \/>\n067\/095 &#8230;done (Cluster and High Availablility)<br \/>\n068\/095 &#8230;done (fix krb5kdc config file)<br \/>\n069\/095 &#8230;done (File Systems, Partitions and Mounts Configuration Review)<br \/>\n070\/095 &#8230;done (Read Only FHS directories)<br \/>\n071\/095 &#8230;done (Sonamebumped libs)<br \/>\n072\/095 &#8230;done (SonameKept Reusable Dynamic Libraries)<br \/>\n073\/095 &#8230;done (Removed .so libs)<br \/>\n074\/095 &#8230;done (In-place Upgrade Requirements for the \/usr\/ Directory)<br \/>\n075\/095 &#8230;done (CA certificate bundles modified)<br \/>\n076\/095 &#8230;done (Developer Tool Set packages)<br \/>\n077\/095 &#8230;done (Hyper-V)<br \/>\n078\/095 &#8230;done (Content for enabling and disabling services based on CentOS 6 system)<br \/>\n079\/095 &#8230;done (Check for ethernet interface naming)<br \/>\n080\/095 &#8230;done (User modification in \/etc\/rc.local and \/etc\/rc.d\/rc.local)<br \/>\n081\/095 &#8230;done (cgroups configuration compatibility check)<br \/>\n082\/095 &#8230;done (Plugable authentication modules (PAM))<br \/>\n083\/095 &#8230;done (Foreign Perl modules)<br \/>\n084\/095 &#8230;done (Python 2.7.5)<br \/>\n085\/095 &#8230;done (Ruby 2.0.0)<br \/>\n086\/095 &#8230;done (SCL collections)<br \/>\n087\/095 &#8230;done (System kickstart)<br \/>\n088\/095 &#8230;done (YUM)<br \/>\n089\/095 &#8230;done (Check for usage of dangerous range of UID\/GIDs)<br \/>\n090\/095 &#8230;done (Incorrect usage of reserved UID\/GIDs)<br \/>\n091\/095 &#8230;done (NIS ypbind config files back-up)<br \/>\n092\/095 &#8230;done (NIS Makefile back-up)<br \/>\n093\/095 &#8230;done (NIS server maps check)<br \/>\n094\/095 &#8230;done (NIS server MAXUID and MAXGID limits check)<br \/>\n095\/095 &#8230;done (NIS server config file back-up)<br \/>\nAssessment finished (time 00:00s)<br \/>\nResult table with checks and their results for main contents:<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n|Configuration Files to Review |notapplicable |<br \/>\n|File Lists for Manual Migration |notapplicable |<br \/>\n|Bacula Backup Software |notapplicable |<br \/>\n|MySQL configuration |notapplicable |<br \/>\n|Migration of the MySQL data stack |notapplicable |<br \/>\n|General changes in default MySQL implementation |notapplicable |<br \/>\n|PostgreSQL upgrade content |notapplicable |<br \/>\n|GNOME Desktop Environment underwent several design modifications in CentOS 7 release |notapplicable |<br \/>\n|KDE Desktop Environment underwent several design modifications in CentOS 7 release |notapplicable |<br \/>\n|several graphic drivers not supported in CentOS 7 |notapplicable |<br \/>\n|several input drivers not supported in CentOS 7 |notapplicable |<br \/>\n|several kernel networking drivers not available in CentOS 7 |notapplicable |<br \/>\n|several kernel storage drivers not available in CentOS 7 |notapplicable |<br \/>\n|Names, Options and Output Format Changes in arptables |notapplicable |<br \/>\n|BIND9 running in a chroot environment check. |notapplicable |<br \/>\n|BIND9 configuration compatibility check |notapplicable |<br \/>\n|Move dhcpd\/dhcprelay arguments from \/etc\/sysconfig\/* to *.service files |notapplicable |<br \/>\n|DNSMASQ configuration compatibility check |notapplicable |<br \/>\n|Dovecot configuration compatibility check |notapplicable |<br \/>\n|Compatibility Between iptables and ip6tables |notapplicable |<br \/>\n|Net-SNMP check |notapplicable |<br \/>\n|Squid configuration compatibility check |notapplicable |<br \/>\n|Reusable Configuration Files |notapplicable |<br \/>\n|VCS repositories |notapplicable |<br \/>\n|Added and extended options for BIND9 configuration |notapplicable |<br \/>\n|Added options in DNSMASQ configuration |notapplicable |<br \/>\n|Packages not signed by CentOS |notapplicable |<br \/>\n|Obsoleted rpms |notapplicable |<br \/>\n|w3m not available in CentOS 7 |notapplicable |<br \/>\n|report incompatibilities between CentOS 6 and 7 in qemu-guest-agent package |notapplicable |<br \/>\n|Removed options in coreutils binaries |notapplicable |<br \/>\n|Removed options in gawk binaries |notapplicable |<br \/>\n|Removed options in netstat binary |notapplicable |<br \/>\n|Removed options in quota tools |notapplicable |<br \/>\n|Removed rpms |notapplicable |<br \/>\n|Replaced rpms |notapplicable |<br \/>\n|GMP library incompatibilities |notapplicable |<br \/>\n|package downgrades |notapplicable |<br \/>\n|restore custom selinux configuration |notapplicable |<br \/>\n|General |notapplicable |<br \/>\n|samba shared directories selinux |notapplicable |<br \/>\n|CUPS Browsing\/BrowsePoll configuration |notapplicable |<br \/>\n|CVS Package Split |notapplicable |<br \/>\n|FreeRADIUS Upgrade Verification |notapplicable |<br \/>\n|httpd configuration compatibility check |notapplicable |<br \/>\n|bind-dyndb-ldap |notapplicable |<br \/>\n|Identity Management Server compatibility check |notapplicable |<br \/>\n|IPA Server CA Verification |notapplicable |<br \/>\n|NTP configuration |notapplicable |<br \/>\n|Information on time-sync.target |notapplicable |<br \/>\n|OpenLDAP \/etc\/sysconfig and data compatibility |notapplicable |<br \/>\n|OpenSSH sshd_config migration content |notapplicable |<br \/>\n|OpenSSH sysconfig migration content |notapplicable |<br \/>\n|Configuration for quota_nld service |notapplicable |<br \/>\n|Disk quota netlink message daemon moved into quota-nld package |notapplicable |<br \/>\n|SSSD compatibility check |notapplicable |<br \/>\n|Luks encrypted partition |notapplicable |<br \/>\n|Clvmd and cmirrord daemon management. |notapplicable |<br \/>\n|State of LVM2 services. |notapplicable |<br \/>\n|device-mapper-multipath configuration compatibility check |notapplicable |<br \/>\n|Removal of scsi-target-utils |notapplicable |<br \/>\n|Configuration for warnquota tool |notapplicable |<br \/>\n|Disk quota tool warnquota moved into quota-warnquota package |notapplicable |<br \/>\n|Architecture Support |notapplicable |<br \/>\n|Binary rebuilds |notapplicable |<br \/>\n|Debuginfo packages |notapplicable |<br \/>\n|Cluster and High Availablility |notapplicable |<br \/>\n|fix krb5kdc config file |notapplicable |<br \/>\n|File Systems, Partitions and Mounts Configuration Review |notapplicable |<br \/>\n|Read Only FHS directories |notapplicable |<br \/>\n|Sonamebumped libs |notapplicable |<br \/>\n|SonameKept Reusable Dynamic Libraries |notapplicable |<br \/>\n|Removed .so libs |notapplicable |<br \/>\n|In-place Upgrade Requirements for the \/usr\/ Directory |notapplicable |<br \/>\n|CA certificate bundles modified |notapplicable |<br \/>\n|Developer Tool Set packages |notapplicable |<br \/>\n|Hyper-V |notapplicable |<br \/>\n|Content for enabling and disabling services based on CentOS 6 system |notapplicable |<br \/>\n|Check for ethernet interface naming |notapplicable |<br \/>\n|User modification in \/etc\/rc.local and \/etc\/rc.d\/rc.local |notapplicable |<br \/>\n|cgroups configuration compatibility check |notapplicable |<br \/>\n|Plugable authentication modules (PAM) |notapplicable |<br \/>\n|Foreign Perl modules |notapplicable |<br \/>\n|Python 2.7.5 |notapplicable |<br \/>\n|Ruby 2.0.0 |notapplicable |<br \/>\n|SCL collections |notapplicable |<br \/>\n|System kickstart |notapplicable |<br \/>\n|YUM |notapplicable |<br \/>\n|Check for usage of dangerous range of UID\/GIDs |notapplicable |<br \/>\n|Incorrect usage of reserved UID\/GIDs |notapplicable |<br \/>\n|NIS ypbind config files back-up |notapplicable |<br \/>\n|NIS Makefile back-up |notapplicable |<br \/>\n|NIS server maps check |notapplicable |<br \/>\n|NIS server MAXUID and MAXGID limits check |notapplicable |<br \/>\n|NIS server config file back-up |notapplicable |<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nTarball with results is stored here \/root\/preupgrade-results\/preupg_results-140731223457.tar.gz .<br \/>\nThe latest assessment is stored in directory \/root\/preupgrade .<br \/>\nUpload results to UI by command:<br \/>\ne.g. preupg -u http:\/\/127.0.0.1:8099\/submit\/ -r \/root\/preupgrade-results\/preupg_results-*.tar.gz .<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>[root@oracle ~]# rpm &#8211;import http:\/\/centos.excellmedia.net\/7.0.1406\/os\/x86_64\/RPM-GPG-KEY-CentOS-7<\/p>\n<p>&nbsp;<\/p>\n<p>-bash: edhat-upgrade-tool: command not found<br \/>\n[root@oracle ~]# redhat-upgrade-tool &#8211;network 7.0 &#8211;instrepo http:\/\/centos.excellmedia.net\/7.0.1406\/os\/x86_64\/<br \/>\nsetting up repos&#8230;<br \/>\nbase | 3.6 kB 00:00<br \/>\nbase\/primary_db | 4.9 MB 00:22<br \/>\ncmdline-instrepo | 3.6 kB 00:00<br \/>\ncmdline-instrepo\/primary_db | 4.9 MB 00:19<br \/>\nextras | 3.3 kB 00:00<br \/>\nextras\/primary_db | 15 kB 00:00<br \/>\nol6_UEK_latest | 1.2 kB 00:00<br \/>\nol6_UEK_latest\/primary | 15 MB 00:18<br \/>\nol6_latest | 1.4 kB 00:00<br \/>\nol6_latest\/primary | 40 MB 00:28<br \/>\nupdates | 3.4 kB 00:00<br \/>\nupdates\/primary_db | 2.1 MB 00:03<br \/>\nupgrade | 1.9 kB 00:00<br \/>\nupgrade\/primary_db | 11 kB 00:00<br \/>\n.treeinfo | 1.1 kB 00:00<br \/>\npreupgrade-assistant has not been run.<br \/>\nTo perform this upgrade, either run preupg or run redhat-upgrade-tool &#8211;force<br \/>\n[root@oracle ~]#<\/p>\n<p>&nbsp;<\/p>\n<p>Re-run the redhat-upgrade-tool with the \u2013force option (not recommended, but this is only solution as of now)<br \/>\n[root@oracle ~]# redhat-upgrade-tool &#8211;network 7.0 &#8211;force &#8211;instrepo http:\/\/centos.excellmedia.net\/7.0.1<br \/>\nredhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements<br \/>\nfinding updates 100% [======================================================================================================================================================================================================================]redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements<br \/>\nfinding updates 100% [======================================================================================================================================================================================================================]redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements<br \/>\nfinding updates 100% [======================================================================================================================================================================================================================]redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements<br \/>\nfinding updates 100% [======================================================================================================================================================================================================================]redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements<br \/>\nfinding updates 100% [======================================================================================================================================================================================================================]redhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package gnome-keyring-devel is obsoleted by gnome-keyring, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements<br \/>\nredhat_upgrade_tool.yum WARNING: Package db4 is obsoleted by libdb, but obsoleting package does not provide for requirements<br \/>\n(1\/1414): GConf2-3.2.6-8.el7.x86_64.rpm | 1.0 MB 00:01<br \/>\n(2\/1414): GConf2-devel-3.2.6-8.el7.x86_64.rpm | 110 kB 00:00<br \/>\n(3\/1414): ModemManager-1.1.0-6.git20130913.el7.x86_64.rpm | 615 kB 00:01<br \/>\n(4\/1414): ModemManager-glib-1.1.0-6.git20130913.el7.x86_64.rpm | 204 kB 00:00<br \/>\n(5\/1414): NetworkManager-0.9.9.1-25.git20140326.4dba720.el7_0.x86_64.rpm | 1.4 MB 00:02<br \/>\n(6\/1414): NetworkManager-glib-0.9.9.1-25.git20140326.4dba720.el7_0.x86_64.rpm | 369 kB 00:00<br \/>\n(7\/1414): ORBit2-2.14.19-13.el7.i686.rpm | 171 kB 00:00<br \/>\n(8\/1414): ORBit2-2.14.19-13.el7.x86_64.rpm | 176 kB 00:00<br \/>\n(9\/1414): ORBit2-devel-2.14.19-13.el7.x86_64.rpm | 174 kB 00:00<br \/>\n(10\/1414): PackageKit-0.8.9-11.el7.centos.x86_64.rpm | 607 kB 00:01<br \/>\n(11\/1414): PackageKit-device-rebind-0.8.9-11.el7.centos.x86_64.rpm | 11 kB 00:00<br \/>\n(12\/1414): PackageKit-glib-0.8.9-11.el7.centos.x86_64.rpm | 124 kB 00:00<br \/>\n(13\/1414): PackageKit-yum-0.8.9-11.el7.centos.x86_64.rpm | 77 kB 00:00<br \/>\n(14\/1414): PackageKit-yum-plugin-0.8.9-11.el7.centos.x86_64.rpm | 6.4 kB 00:00<br \/>\n(15\/1414): SDL-1.2.15-11.el7.x86_64.rpm | 204 kB 00:00<br \/>\n(16\/1414): abattis-cantarell-fonts-0.0.12-3.el7.noarch.rpm | 98 kB 00:00<br \/>\n(17\/1414): abrt-2.1.11-12.el7.centos.x86_64.rpm | 438 kB 00:00<br \/>\n(18\/1414): abrt-addon-ccpp-2.1.11-12.el7.centos.x86_64.rpm | 178 kB 00:00<br \/>\n(19\/1414): abrt-addon-kerneloops-2.1.11-12.el7.centos.x86_64.rpm | 95 kB 00:00<br \/>\n(20\/1414): abrt-addon-pstoreoops-2.1.11-12.el7.centos.x86_64.rpm | 88 kB 00:00<br \/>\n(21\/1414): abrt-addon-python-2.1.11-12.el7.centos.x86_64.rpm | 93 kB 00:00<br \/>\n(22\/1414): abrt-addon-vmcore-2.1.11-12.el7.centos.x86_64.rpm | 97 kB 00:00<br \/>\n(23\/1414): abrt-addon-xorg-2.1.11-12.el7.centos.x86_64.rpm | 88 kB 00:00<br \/>\n(24\/1414): abrt-cli-2.1.11-12.el7.centos.x86_64.rpm | 79 kB 00:00<br \/>\n(25\/1414): abrt-dbus-2.1.11-12.el7.centos.x86_64.rpm | 111 kB 00:00<br \/>\n(26\/1414): abrt-desktop-2.1.11-12.el7.centos.x86_64.rpm | 79 kB 00:00<br \/>\n(27\/1414): abrt-gui-2.1.11-12.el7.centos.x86_64.rpm | 181 kB 00:00<br \/>\n(28\/1414): abrt-gui-libs-2.1.11-12.el7.centos.x86_64.rpm | 86 kB 00:00<br \/>\n(29\/1414): abrt-libs-2.1.11-12.el7.centos.x86_64.rpm | 97 kB 00:00<br \/>\n(30\/1414): abrt-python-2.1.11-12.el7.centos.x86_64.rpm | 100 kB 00:00<br \/>\n(31\/1414): abrt-tui-2.1.11-12.el7.centos.x86_64.rpm | 89 kB 00:00<br \/>\n(32\/1414): accountsservice-0.6.35-7.el7.x86_64.rpm | 88 kB 00:00<br \/>\n(33\/1414): accountsservice-libs-0.6.35-7.el7.x86_64.rpm | 76 kB 00:00<br \/>\n(34\/1414): acl-2.2.51-12.el7.x86_64.rpm | 81 kB 00:00<br \/>\n(35\/1414): acpid-2.0.19-5.el7.x86_64.rpm | 66 kB 00:00<br \/>\n(36\/1414): adwaita-cursor-theme-3.8.4-3.el7.noarch.rpm | 124 kB 00:00<br \/>\n(37\/1414): adwaita-gtk2-theme-3.8.4-3.el7.x86_64.rpm | 79 kB 00:00<br \/>\n(38\/1414): adwaita-gtk3-theme-3.8.4-3.el7.x86_64.rpm | 136 kB 00:00<br \/>\n(39\/1414): aic94xx-firmware-30-6.el7.noarch.rpm | 23 kB 00:00<br \/>\n(40\/1414): alsa-lib-1.0.27.2-3.el7.x86_64.rpm | 389 kB 00:01<br \/>\n(41\/1414): alsa-plugins-pulseaudio-1.0.27-3.el7.x86_64.rpm | 41 kB 00:00<br \/>\n(42\/1414): alsa-utils-1.0.27.2-5.el7.x86_64.rpm | 1.0 MB 00:01<br \/>\n(43\/1414): at-3.1.13-17.el7.x86_64.rpm | 50 kB 00:00<br \/>\n(44\/1414): at-spi-1.32.0-12.el7.x86_64.rpm | 240 kB 00:00<br \/>\n(45\/1414): at-spi-python-1.32.0-12.el7.x86_64.rpm | 51 kB 00:00<br \/>\n(46\/1414): at-spi2-atk-2.8.1-4.el7.x86_64.rpm | 73 kB 00:00<br \/>\n(47\/1414): at-spi2-atk-devel-2.8.1-4.el7.x86_64.rpm | 10 kB 00:00<br \/>\n(48\/1414): at-spi2-core-2.8.0-6.el7.x86_64.rpm | 151 kB 00:00<br \/>\n(49\/1414): atk-2.8.0-4.el7.x86_64.rpm | 233 kB 00:00<br \/>\n(50\/1414): atk-devel-2.8.0-4.el7.x86_64.rpm | 152 kB 00:00<br \/>\n(51\/1414): atkmm-2.22.7-3.el7.x86_64.rpm | 77 kB 00:00<br \/>\n(52\/1414): atkmm-devel-2.22.7-3.el7.x86_64.rpm | 38 kB 00:00<br \/>\n(53\/1414): attr-2.4.46-12.el7.x86_64.rpm | 66 kB 00:00<br \/>\n(54\/1414): audit-2.3.3-4.el7.x86_64.rpm | 223 kB 00:00<br \/>\n(55\/1414): audit-libs-2.3.3-4.el7.i686.rpm | 77 kB 00:00<br \/>\n(56\/1414): audit-libs-2.3.3-4.el7.x86_64.rpm | 77 kB 00:00<br \/>\n(57\/1414): augeas-libs-1.1.0-12.el7.x86_64.rpm | 327 kB 00:00<br \/>\n(58\/1414): authconfig-6.2.8-8.el7.x86_64.rpm | 399 kB 00:01<br \/>\n(59\/1414): authconfig-gtk-6.2.8-8.el7.x86_64.rpm | 105 kB 00:00<br \/>\n(60\/1414): autoconf-2.69-11.el7.noarch.rpm | 701 kB 00:01<br \/>\n(61\/1414): autofs-5.0.7-40.el7.x86_64.rpm | 550 kB 00:00<br \/>\n(62\/1414): autogen-libopts-5.18-5.el7.x86_64.rpm | 66 kB 00:00<br \/>\n(63\/1414): automake-1.13.4-3.el7.noarch.rpm | 679 kB 00:00<br \/>\n(64\/1414): avahi-0.6.31-13.el7.x86_64.rpm | 260 kB 00:00<br \/>\n(65\/1414): avahi-autoipd-0.6.31-13.el7.x86_64.rpm | 38 kB 00:00<br \/>\n(66\/1414): avahi-glib-0.6.31-13.el7.x86_64.rpm | 24 kB 00:00<br \/>\n(67\/1414): avahi-libs-0.6.31-13.el7.x86_64.rpm | 60 kB 00:00<br \/>\n(68\/1414): basesystem-10.0-7.el7.centos.noarch.rpm | 5.0 kB 00:00<br \/>\n(69\/1414): bash-4.2.45-5.el7.x86_64.rpm | 1.0 MB 00:02<br \/>\n(70\/1414): bc-1.06.95-13.el7.x86_64.rpm | 115 kB 00:00<br \/>\n(71\/1414): bfa-firmware-3.2.23.0-1.0.1.el6.noarch.rpm | 3.2 MB 00:02<br \/>\n(72\/1414): bind-libs-9.9.4-14.el7.x86_64.rpm | 1.0 MB 00:01<br \/>\n(73\/1414): bind-libs-lite-9.9.4-14.el7.x86_64.rpm | 709 kB 00:01<br \/>\n(74\/1414): bind-license-9.9.4-14.el7.noarch.rpm | 79 kB 00:00<br \/>\n(75\/1414): bind-utils-9.9.4-14.el7.x86_64.rpm | 198 kB 00:00<br \/>\n(76\/1414): binutils-2.23.52.0.1-16.el7.x86_64.rpm | 5.0 MB 00:10<br \/>\n(77\/1414): binutils-devel-2.23.52.0.1-16.el7.x86_64.rpm | 791 kB 00:01<br \/>\n(78\/1414): biosdevname-0.5.0-10.el7.x86_64.rpm | 37 kB 00:00<br \/>\n(79\/1414): blktrace-1.0.5-6.el7.x86_64.rpm | 133 kB 00:00<br \/>\n(80\/1414): bluez-4.101-13.el7.x86_64.rpm | 560 kB 00:00<br \/>\n(81\/1414): bluez-libs-4.101-13.el7.x86_64.rpm | 90 kB 00:00<br \/>\n(82\/1414): boost-regex-1.53.0-18.el7.x86_64.rpm | 294 kB 00:00<br \/>\n(83\/1414): bridge-utils-1.5-9.el7.x86_64.rpm | 32 kB 00:00<br \/>\n(84\/1414): brlapi-0.6.0-8.el7.x86_64.rpm | 113 kB 00:00<br \/>\n(85\/1414): brltty-4.5-8.el7.x86_64.rpm | 926 kB 00:01<br \/>\n(86\/1414): btrfs-progs-3.12-4.el7.x86_64.rpm | 412 kB 00:00<br \/>\n(87\/1414): bzip2-1.0.6-12.el7.x86_64.rpm | 52 kB 00:00<br \/>\n(88\/1414): bzip2-libs-1.0.6-12.el7.i686.rpm | 40 kB 00:00<br \/>\n(89\/1414): bzip2-libs-1.0.6-12.el7.x86_64.rpm | 40 kB 00:00<br \/>\n(90\/1414): c-ares-1.10.0-3.el7.x86_64.rpm | 78 kB 00:00<br \/>\n(91\/1414): ca-certificates-2013.1.95-71.el7.noarch.rpm | 375 kB 00:00<br \/>\n(92\/1414): cairo-1.12.14-6.el7.x86_64.rpm | 697 kB 00:01<br \/>\n(93\/1414): cairo-devel-1.12.14-6.el7.x86_64.rpm | 515 kB 00:01<br \/>\n(94\/1414): cairo-gobject-1.12.14-6.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(95\/1414): cairo-gobject-devel-1.12.14-6.el7.x86_64.rpm | 18 kB 00:00<br \/>\n(96\/1414): cairomm-1.10.0-8.el7.x86_64.rpm | 57 kB 00:00<br \/>\n(97\/1414): cairomm-devel-1.10.0-8.el7.x86_64.rpm | 71 kB 00:00<br \/>\n(98\/1414): caribou-0.4.11-3.el7.x86_64.rpm | 148 kB 00:00<br \/>\n(99\/1414): caribou-gtk2-module-0.4.11-3.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(100\/1414): caribou-gtk3-module-0.4.11-3.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(101\/1414): cdparanoia-libs-10.2-17.el7.x86_64.rpm | 56 kB 00:00<br \/>\n(102\/1414): cdrdao-1.2.3-20.el7.x86_64.rpm | 320 kB 00:00<br \/>\n(103\/1414): celt051-0.5.1.3-8.el7.x86_64.rpm | 53 kB 00:00<br \/>\n(104\/1414): centos-bookmarks-7-1.el7.noarch.rpm | 4.3 kB 00:00<br \/>\n(105\/1414): centos-indexhtml-7-9.el7.centos.noarch.rpm | 92 kB 00:00<br \/>\n(106\/1414): centos-logos-70.0.6-1.el7.centos.noarch.rpm | 21 MB 00:37<br \/>\n(107\/1414): centos-release-7-0.1406.el7.centos.2.4.x86_64.rpm | 21 kB 00:00<br \/>\n(108\/1414): certmonger-0.70-2.el7.x86_64.rpm | 332 kB 00:00<br \/>\n(109\/1414): checkpolicy-2.1.12-6.el7.x86_64.rpm | 247 kB 00:00<br \/>\n(110\/1414): cheese-libs-3.8.2-7.el7.x86_64.rpm | 2.9 MB 00:06<br \/>\n(111\/1414): chkconfig-1.3.61-4.el7.x86_64.rpm | 172 kB 00:00<br \/>\n(112\/1414): cifs-utils-6.2-6.el7.x86_64.rpm | 83 kB 00:00<br \/>\n(113\/1414): cjkuni-ukai-fonts-0.2.20080216.1-51.el7.noarch.rpm | 8.7 MB 00:16<br \/>\n(114\/1414): cjkuni-uming-fonts-0.2.20080216.1-53.el7.noarch.rpm | 8.2 MB 00:15<br \/>\n(115\/1414): clutter-1.14.4-9.el7.x86_64.rpm | 973 kB 00:02<br \/>\n(116\/1414): clutter-gst2-2.0.4-3.el7.x86_64.rpm | 58 kB 00:00<br \/>\n(117\/1414): clutter-gtk-1.4.4-5.el7.x86_64.rpm | 41 kB 00:00<br \/>\n(118\/1414): cogl-1.14.0-5.1.el7.x86_64.rpm | 393 kB 00:00<br \/>\n(119\/1414): color-filesystem-1-13.el7.noarch.rpm | 5.3 kB 00:00<br \/>\n(120\/1414): colord-1.0.4-3.el7.x86_64.rpm | 349 kB 00:00<br \/>\n(121\/1414): colord-gtk-0.1.25-3.el7.x86_64.rpm | 21 kB 00:00<br \/>\n(122\/1414): colord-libs-1.0.4-3.el7.x86_64.rpm | 148 kB 00:00<br \/>\n(123\/1414): compat-libcap1-1.10-7.el7.x86_64.rpm | 19 kB 00:00<br \/>\n(124\/1414): compat-libstdc++-33-3.2.3-71.el7.x86_64.rpm | 191 kB 00:00<br \/>\n(125\/1414): comps-extras-7-2.el7.noarch.rpm | 53 kB 00:00<br \/>\n(126\/1414): control-center-3.8.6-15.el7.x86_64.rpm | 4.1 MB 00:08<br \/>\n(127\/1414): control-center-filesystem-3.8.6-15.el7.x86_64.rpm | 17 kB 00:00<br \/>\n(128\/1414): coreutils-8.22-11.el7.x86_64.rpm | 3.2 MB 00:06<br \/>\n(129\/1414): cpio-2.11-22.el7.x86_64.rpm | 210 kB 00:00<br \/>\n(130\/1414): cpp-4.8.2-16.el7.x86_64.rpm | 5.9 MB 00:10<br \/>\n(131\/1414): cracklib-2.9.0-11.el7.i686.rpm | 79 kB 00:00<br \/>\n(132\/1414): cracklib-2.9.0-11.el7.x86_64.rpm | 80 kB 00:00<br \/>\n(133\/1414): cracklib-dicts-2.9.0-11.el7.x86_64.rpm | 3.6 MB 00:09<br \/>\n(134\/1414): cracklib-python-2.9.0-11.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(135\/1414): crash-7.0.2-6.el7.x86_64.rpm | 2.5 MB 00:04<br \/>\n(136\/1414): crash-gcore-command-1.2.1-2.el7.x86_64.rpm | 40 kB 00:00<br \/>\n(137\/1414): crash-trace-command-2.0-8.el7.x86_64.rpm | 27 kB 00:00<br \/>\n(138\/1414): crda-1.1.3_2013.11.27-5.el7.x86_64.rpm | 29 kB 00:00<br \/>\n(139\/1414): cronie-1.4.11-11.el7.x86_64.rpm | 89 kB 00:00<br \/>\n(140\/1414): cronie-anacron-1.4.11-11.el7.x86_64.rpm | 34 kB 00:00<br \/>\n(141\/1414): crontabs-1.11-6.20121102git.el7.noarch.rpm | 13 kB 00:00<br \/>\n(142\/1414): cryptsetup-1.6.3-2.el7.x86_64.rpm | 110 kB 00:00<br \/>\n(143\/1414): cryptsetup-libs-1.6.3-2.el7.x86_64.rpm | 175 kB 00:00<br \/>\n(144\/1414): ctags-5.8-13.el7.x86_64.rpm | 155 kB 00:00<br \/>\n(145\/1414): cups-1.6.3-14.el7.x86_64.rpm | 1.3 MB 00:02<br \/>\n(146\/1414): cups-devel-1.6.3-14.el7.x86_64.rpm | 127 kB 00:00<br \/>\n(147\/1414): cups-filesystem-1.6.3-14.el7.noarch.rpm | 92 kB 00:00<br \/>\n(148\/1414): cups-filters-1.0.35-15.el7.x86_64.rpm | 288 kB 00:00<br \/>\n(149\/1414): cups-filters-libs-1.0.35-15.el7.x86_64.rpm | 91 kB 00:00<br \/>\n(150\/1414): cups-libs-1.6.3-14.el7.x86_64.rpm | 352 kB 00:00<br \/>\n(151\/1414): cups-pk-helper-0.2.4-5.el7.x86_64.rpm | 69 kB 00:00<br \/>\n(152\/1414): curl-7.29.0-19.el7.x86_64.rpm | 261 kB 00:00<br \/>\n(153\/1414): cvs-1.11.23-35.el7.x86_64.rpm | 581 kB 00:01<br \/>\n(154\/1414): cyrus-sasl-2.1.26-17.el7.x86_64.rpm | 87 kB 00:00<br \/>\n(155\/1414): cyrus-sasl-gssapi-2.1.26-17.el7.x86_64.rpm | 40 kB 00:00<br \/>\n(156\/1414): cyrus-sasl-lib-2.1.26-17.el7.x86_64.rpm | 154 kB 00:00<br \/>\n(157\/1414): cyrus-sasl-md5-2.1.26-17.el7.x86_64.rpm | 55 kB 00:00<br \/>\n(158\/1414): cyrus-sasl-plain-2.1.26-17.el7.x86_64.rpm | 38 kB 00:00<br \/>\n(159\/1414): dbus-1.6.12-8.el7.x86_64.rpm | 305 kB 00:00<br \/>\n(160\/1414): dbus-devel-1.6.12-8.el7.x86_64.rpm | 51 kB 00:00<br \/>\n(161\/1414): dbus-glib-0.100-7.el7.i686.rpm | 103 kB 00:00<br \/>\n(162\/1414): dbus-glib-0.100-7.el7.x86_64.rpm | 102 kB 00:00<br \/>\n(163\/1414): dbus-glib-devel-0.100-7.el7.x86_64.rpm | 53 kB 00:00<br \/>\n(164\/1414): dbus-libs-1.6.12-8.el7.i686.rpm | 151 kB 00:00<br \/>\n(165\/1414): dbus-libs-1.6.12-8.el7.x86_64.rpm | 150 kB 00:01<br \/>\n(166\/1414): dbus-python-1.1.1-9.el7.x86_64.rpm | 206 kB 00:00<br \/>\n(167\/1414): dbus-x11-1.6.12-8.el7.x86_64.rpm | 45 kB 00:00<br \/>\n(168\/1414): dconf-0.16.0-6.el7.x86_64.rpm | 150 kB 00:00<br \/>\n(169\/1414): dejavu-fonts-common-2.33-6.el7.noarch.rpm | 64 kB 00:00<br \/>\n(170\/1414): dejavu-sans-fonts-2.33-6.el7.noarch.rpm | 1.4 MB 00:02<br \/>\n(171\/1414): dejavu-sans-mono-fonts-2.33-6.el7.noarch.rpm | 433 kB 00:00<br \/>\n(172\/1414): dejavu-serif-fonts-2.33-6.el7.noarch.rpm | 776 kB 00:01<br \/>\n(173\/1414): desktop-file-utils-0.21-4.el7.x86_64.rpm | 67 kB 00:00<br \/>\n(174\/1414): device-mapper-1.02.84-14.el7.x86_64.rpm | 202 kB 00:00<br \/>\n(175\/1414): device-mapper-event-1.02.84-14.el7.x86_64.rpm | 154 kB 00:00<br \/>\n(176\/1414): device-mapper-event-libs-1.02.84-14.el7.x86_64.rpm | 146 kB 00:00<br \/>\n(177\/1414): device-mapper-libs-1.02.84-14.el7.x86_64.rpm | 238 kB 00:01<br \/>\n(178\/1414): device-mapper-persistent-data-0.3.2-1.el7.x86_64.rpm | 2.7 MB 00:06<br \/>\n(179\/1414): dhclient-4.2.5-27.el7.centos.x86_64.rpm | 276 kB 00:00<br \/>\n(180\/1414): dhcp-common-4.2.5-27.el7.centos.x86_64.rpm | 169 kB 00:01<br \/>\n(181\/1414): dhcp-libs-4.2.5-27.el7.centos.x86_64.rpm | 126 kB 00:00<br \/>\n(182\/1414): diffutils-3.3-4.el7.x86_64.rpm | 322 kB 00:01<br \/>\n(183\/1414): dmidecode-2.12-5.el7.x86_64.rpm | 78 kB 00:00<br \/>\n(184\/1414): dmraid-1.0.0.rc16-23.el7.x86_64.rpm | 150 kB 00:00<br \/>\n(185\/1414): dmraid-events-1.0.0.rc16-23.el7.x86_64.rpm | 21 kB 00:00<br \/>\n(186\/1414): dnsmasq-2.66-12.el7.x86_64.rpm | 227 kB 00:01<br \/>\n(187\/1414): docbook-dtds-1.0-60.el7.noarch.rpm | 226 kB 00:00<br \/>\n(188\/1414): docbook-style-dsssl-1.79-17.el7.noarch.rpm | 251 kB 00:00<br \/>\n(189\/1414): docbook-style-xsl-1.78.1-3.el7.noarch.rpm | 2.0 MB 00:04<br \/>\n(190\/1414): docbook-utils-0.6.14-36.el7.noarch.rpm | 71 kB 00:00<br \/>\n(191\/1414): dosfstools-3.0.20-9.el7.x86_64.rpm | 101 kB 00:00<br \/>\n(192\/1414): dotconf-1.3-8.el7.x86_64.rpm | 27 kB 00:00<br \/>\n(193\/1414): dracut-033-161.el7.x86_64.rpm | 296 kB 00:01<br \/>\n(194\/1414): dracut-config-rescue-033-161.el7.x86_64.rpm | 42 kB 00:00<br \/>\n(195\/1414): dracut-network-033-161.el7.x86_64.rpm | 78 kB 00:00<br \/>\n(196\/1414): dyninst-8.1.2-6.el7.x86_64.rpm | 2.5 MB 00:05<br \/>\n(197\/1414): e2fsprogs-1.42.9-4.el7.x86_64.rpm | 691 kB 00:01<br \/>\n(198\/1414): e2fsprogs-libs-1.42.9-4.el7.x86_64.rpm | 165 kB 00:00<br \/>\n(199\/1414): ebtables-2.0.10-13.el7.x86_64.rpm | 122 kB 00:00<br \/>\n(200\/1414): ecj-4.2.1-8.el7.x86_64.rpm | 1.4 MB 00:02<br \/>\n(201\/1414): ed-1.9-4.el7.x86_64.rpm | 72 kB 00:00<br \/>\n(202\/1414): efibootmgr-0.5.4-18.el7.x86_64.rpm | 40 kB 00:00<br \/>\n(203\/1414): elfutils-0.158-3.el7.x86_64.rpm | 260 kB 00:00<br \/>\n(204\/1414): elfutils-devel-0.158-3.el7.x86_64.rpm | 76 kB 00:00<br \/>\n(205\/1414): elfutils-devel-static-0.158-3.el7.x86_64.rpm | 157 kB 00:00<br \/>\n(206\/1414): elfutils-libelf-0.158-3.el7.x86_64.rpm | 188 kB 00:00<br \/>\n(207\/1414): elfutils-libelf-devel-0.158-3.el7.x86_64.rpm | 34 kB 00:00<br \/>\n(208\/1414): elfutils-libelf-devel-static-0.158-3.el7.x86_64.rpm | 67 kB 00:00<br \/>\n(209\/1414): elfutils-libs-0.158-3.el7.x86_64.rpm | 238 kB 00:00<br \/>\n(210\/1414): emacs-filesystem-24.3-11.el7.noarch.rpm | 57 kB 00:00<br \/>\n(211\/1414): enchant-1.6.0-8.el7.x86_64.rpm | 55 kB 00:00<br \/>\n(212\/1414): enscript-1.6.6-6.el7.x86_64.rpm | 412 kB 00:00<br \/>\n(213\/1414): eog-3.8.2-5.el7.x86_64.rpm | 3.0 MB 00:06<br \/>\n(214\/1414): espeak-1.47.11-4.el7.x86_64.rpm | 1.1 MB 00:01<br \/>\n(215\/1414): ethtool-3.8-3.el7.x86_64.rpm | 108 kB 00:00<br \/>\n(216\/1414): evolution-data-server-3.8.5-24.el7_0.x86_64.rpm | 2.8 MB 00:05<br \/>\n(217\/1414): exempi-2.2.0-8.el7.x86_64.rpm | 414 kB 00:01<br \/>\n(218\/1414): expat-2.1.0-8.el7.i686.rpm | 80 kB 00:00<br \/>\n(219\/1414): expat-2.1.0-8.el7.x86_64.rpm | 80 kB 00:00<br \/>\n(220\/1414): expat-devel-2.1.0-8.el7.x86_64.rpm | 56 kB 00:00<br \/>\n(221\/1414): festival-1.96-28.el7.x86_64.rpm | 1.3 MB 00:02<br \/>\n(222\/1414): festival-freebsoft-utils-0.10-7.el7.noarch.rpm | 36 kB 00:00<br \/>\n(223\/1414): festival-lib-1.96-28.el7.x86_64.rpm | 458 kB 00:01<br \/>\n(224\/1414): festival-speechtools-libs-1.2.96-28.el7.x86_64.rpm | 1.0 MB 00:01<br \/>\n(225\/1414): festvox-slt-arctic-hts-0.20061229-28.el7.noarch.rpm | 1.0 MB 00:02<br \/>\n(226\/1414): file-5.11-21.el7.x86_64.rpm | 54 kB 00:00<br \/>\n(227\/1414): file-libs-5.11-21.el7.x86_64.rpm | 336 kB 00:00<br \/>\n(228\/1414): filesystem-3.2-18.el7.x86_64.rpm | 1.0 MB 00:01<br \/>\n(229\/1414): findutils-4.5.11-3.el7.x86_64.rpm | 558 kB 00:00<br \/>\n(230\/1414): fipscheck-1.4.1-5.el7.x86_64.rpm | 21 kB 00:00<br \/>\n(231\/1414): fipscheck-lib-1.4.1-5.el7.x86_64.rpm | 11 kB 00:00<br \/>\n(232\/1414): firefox-24.7.0-1.0.1.el6_5.x86_64.rpm | 47 MB 00:26<br \/>\n(233\/1414): firstboot-19.9-1.el7.noarch.rpm | 111 kB 00:00<br \/>\n(234\/1414): flac-libs-1.3.0-4.el7.x86_64.rpm | 169 kB 00:00<br \/>\n(235\/1414): flite-1.3-22.el7.x86_64.rpm | 6.1 MB 00:11<br \/>\n(236\/1414): fontconfig-2.10.95-7.el7.x86_64.rpm | 228 kB 00:00<br \/>\n(237\/1414): fontconfig-devel-2.10.95-7.el7.x86_64.rpm | 128 kB 00:00<br \/>\n(238\/1414): fontpackages-filesystem-1.44-8.el7.noarch.rpm | 9.9 kB 00:00<br \/>\n(239\/1414): foomatic-4.0.9-6.el7.x86_64.rpm | 248 kB 00:00<br \/>\n(240\/1414): foomatic-db-4.0-40.20130911.el7.noarch.rpm | 1.0 MB 00:02<br \/>\n(241\/1414): foomatic-db-filesystem-4.0-40.20130911.el7.noarch.rpm | 9.1 kB 00:00<br \/>\n(242\/1414): foomatic-db-ppds-4.0-40.20130911.el7.noarch.rpm | 29 MB 01:04<br \/>\n(243\/1414): foomatic-filters-4.0.9-6.el7.x86_64.rpm | 98 kB 00:00<br \/>\n(244\/1414): fprintd-0.5.0-4.0.el7_0.x86_64.rpm | 75 kB 00:00<br \/>\n(245\/1414): fprintd-pam-0.5.0-4.0.el7_0.x86_64.rpm | 15 kB 00:00<br \/>\n(246\/1414): freetype-2.4.11-9.el7.x86_64.rpm | 389 kB 00:00<br \/>\n(247\/1414): freetype-devel-2.4.11-9.el7.x86_64.rpm | 355 kB 00:00<br \/>\n(248\/1414): fros-1.0-2.el7.noarch.rpm | 22 kB 00:00<br \/>\n(249\/1414): fuse-2.9.2-5.el7.x86_64.rpm | 84 kB 00:00<br \/>\n(250\/1414): fuse-libs-2.9.2-5.el7.x86_64.rpm | 93 kB 00:00<br \/>\n(251\/1414): gamin-0.1.10-16.el7.x86_64.rpm | 128 kB 00:00<br \/>\n(252\/1414): gawk-4.0.2-4.el7.x86_64.rpm | 873 kB 00:01<br \/>\n(253\/1414): gc-7.2d-6.el7.x86_64.rpm | 158 kB 00:00<br \/>\n(254\/1414): gc-devel-7.2d-6.el7.x86_64.rpm | 105 kB 00:00<br \/>\n(255\/1414): gcc-4.8.2-16.el7.x86_64.rpm | 16 MB 00:32<br \/>\n(256\/1414): gcc-c++-4.8.2-16.el7.x86_64.rpm | 7.2 MB 00:13<br \/>\n(257\/1414): gcc-gfortran-4.8.2-16.el7.x86_64.rpm | 6.6 MB 00:12<br \/>\n(258\/1414): gcc-gnat-4.8.2-16.el7.x86_64.rpm | 13 MB 00:25<br \/>\n(259\/1414): gcc-objc-4.8.2-16.el7.x86_64.rpm | 5.7 MB 00:10<br \/>\n(260\/1414): gcc-objc++-4.8.2-16.el7.x86_64.rpm | 6.1 MB 00:11<br \/>\n(261\/1414): gconf-editor-3.0.1-7.el7.x86_64.rpm | 1.2 MB 00:01<br \/>\n(262\/1414): gcr-3.8.2-4.el7.x86_64.rpm | 636 kB 00:01<br \/>\n(263\/1414): gcr-devel-3.8.2-4.el7.x86_64.rpm | 270 kB 00:00<br \/>\n(264\/1414): gd-2.0.35-26.el7.x86_64.rpm | 146 kB 00:01<br \/>\n(265\/1414): gdb-7.6.1-51.el7.x86_64.rpm | 2.4 MB 00:11<br \/>\n(266\/1414): gdbm-1.8.0-36.el6.i686.rpm | 28 kB 00:00<br \/>\n(267\/1414): gdbm-1.10-8.el7.x86_64.rpm | 70 kB 00:00<br \/>\n(268\/1414): gdbm-devel-1.10-8.el7.x86_64.rpm | 47 kB 00:00<br \/>\n(269\/1414): gdisk-0.8.6-4.el7.x86_64.rpm | 187 kB 00:01<br \/>\n(270\/1414): gdk-pixbuf2-2.28.2-4.el7.x86_64.rpm | 533 kB 00:01<br \/>\n(271\/1414): gdk-pixbuf2-devel-2.28.2-4.el7.x86_64.rpm | 209 kB 00:00<br \/>\n(272\/1414): gdm-3.8.4-28.el7_0.1.x86_64.rpm | 912 kB 00:01<br \/>\n(273\/1414): gdm-libs-3.8.4-28.el7_0.1.x86_64.rpm | 13 kB 00:00<br \/>\n(274\/1414): geoclue-0.12.99-7.el7.x86_64.rpm | 100 kB 00:00<br \/>\n(275\/1414): gettext-0.18.2.1-4.el7.x86_64.rpm | 959 kB 00:01<br \/>\n(276\/1414): gettext-libs-0.18.2.1-4.el7.x86_64.rpm | 435 kB 00:00<br \/>\n(277\/1414): gfs2-utils-3.1.6-13.el7.x86_64.rpm | 247 kB 00:00<br \/>\n(278\/1414): ghostscript-9.07-16.el7.x86_64.rpm | 4.3 MB 00:08<br \/>\n(279\/1414): ghostscript-cups-9.07-16.el7.x86_64.rpm | 54 kB 00:00<br \/>\n(280\/1414): ghostscript-fonts-5.50-32.el7.noarch.rpm | 324 kB 00:00<br \/>\n(281\/1414): giflib-4.1.6-9.el7.x86_64.rpm | 40 kB 00:00<br \/>\n(282\/1414): gjs-1.36.1-2.el7.x86_64.rpm | 154 kB 00:00<br \/>\n(283\/1414): gl-manpages-1.1-7.20130122.el7.noarch.rpm | 994 kB 00:02<br \/>\n(284\/1414): glib-networking-2.36.2-3.el7.x86_64.rpm | 120 kB 00:00<br \/>\n(285\/1414): glib2-2.36.3-5.el7.i686.rpm | 2.1 MB 00:03<br \/>\n(286\/1414): glib2-2.36.3-5.el7.x86_64.rpm | 2.1 MB 00:03<br \/>\n(287\/1414): glib2-devel-2.36.3-5.el7.x86_64.rpm | 436 kB 00:01<br \/>\n(288\/1414): glibc-2.17-55.el7.i686.rpm | 4.2 MB 00:17<br \/>\n(289\/1414): glibc-2.17-55.el7.x86_64.rpm | 3.6 MB 00:08<br \/>\n(290\/1414): glibc-common-2.17-55.el7.x86_64.rpm | 11 MB 00:25<br \/>\n(291\/1414): glibc-devel-2.17-55.el7.x86_64.rpm | 1.0 MB 00:01<br \/>\n(292\/1414): glibc-headers-2.17-55.el7.x86_64.rpm | 650 kB 00:01<br \/>\n(293\/1414): glibc-static-2.17-55.el7.x86_64.rpm | 1.5 MB 00:03<br \/>\n(294\/1414): glibc-utils-2.17-55.el7.x86_64.rpm | 193 kB 00:00<br \/>\n(295\/1414): glibmm24-2.36.2-4.el7.x86_64.rpm | 433 kB 00:00<br \/>\n(296\/1414): glibmm24-devel-2.36.2-4.el7.x86_64.rpm | 447 kB 00:00<br \/>\n(297\/1414): glusterfs-api-3.4.0.59rhs-1.el7.centos.x86_64.rpm | 56 kB 00:00<br \/>\n(298\/1414): glusterfs-libs-3.4.0.59rhs-1.el7.centos.x86_64.rpm | 259 kB 00:00<br \/>\n(299\/1414): gmp-5.1.1-5.el7.x86_64.rpm | 273 kB 00:00<br \/>\n(300\/1414): gnome-abrt-0.3.4-6.el7.x86_64.rpm | 211 kB 00:00<br \/>\n(301\/1414): gnome-bluetooth-3.8.2.1-3.el7.x86_64.rpm | 79 kB 00:00<br \/>\n(302\/1414): gnome-bluetooth-libs-3.8.2.1-3.el7.x86_64.rpm | 858 kB 00:01<br \/>\n(303\/1414): gnome-calculator-3.8.2-4.el7.x86_64.rpm | 798 kB 00:01<br \/>\n(304\/1414): gnome-classic-session-3.8.4-10.el7_0.noarch.rpm | 23 kB 00:00<br \/>\n(305\/1414): gnome-desktop-2.28.2-11.0.1.el6.x86_64.rpm | 987 kB 00:02<br \/>\n(306\/1414): gnome-desktop3-3.8.4-4.el7.x86_64.rpm | 557 kB 00:01<br \/>\n(307\/1414): gnome-disk-utility-3.8.2-5.el7.x86_64.rpm | 987 kB 00:02<br \/>\n(308\/1414): gnome-doc-utils-stylesheets-0.20.10-5.el7.noarch.rpm | 152 kB 00:00<br \/>\n(309\/1414): gnome-icon-theme-3.8.2-3.el7.noarch.rpm | 9.5 MB 00:20<br \/>\n(310\/1414): gnome-icon-theme-legacy-3.8.2-3.el7.noarch.rpm | 421 kB 00:00<br \/>\n(311\/1414): gnome-icon-theme-symbolic-3.8.2.2-2.el7.noarch.rpm | 193 kB 00:00<br \/>\n(312\/1414): gnome-keyring-3.8.2-8.el7.x86_64.rpm | 870 kB 00:01<br \/>\n(313\/1414): gnome-keyring-pam-3.8.2-8.el7.x86_64.rpm | 38 kB 00:00<br \/>\n(314\/1414): gnome-menus-3.8.1-4.el7.x86_64.rpm | 179 kB 00:00<br \/>\n(315\/1414): gnome-online-accounts-3.8.5-9.el7_0.1.x86_64.rpm | 394 kB 00:00<br \/>\n(316\/1414): gnome-online-accounts-devel-3.8.5-9.el7_0.1.x86_64.rpm | 140 kB 00:00<br \/>\n(317\/1414): gnome-packagekit-3.8.2-10.el7.x86_64.rpm | 3.9 MB 00:08<br \/>\n(318\/1414): gnome-python2-2.28.1-14.el7.x86_64.rpm | 47 kB 00:00<br \/>\n(319\/1414): gnome-python2-bonobo-2.28.1-14.el7.x86_64.rpm | 87 kB 00:00<br \/>\n(320\/1414): gnome-python2-canvas-2.28.1-14.el7.x86_64.rpm | 34 kB 00:00<br \/>\n(321\/1414): gnome-python2-gconf-2.28.1-14.el7.x86_64.rpm | 46 kB 00:00<br \/>\n(322\/1414): gnome-python2-gnome-2.28.1-14.el7.x86_64.rpm | 82 kB 00:00<br \/>\n(323\/1414): gnome-python2-gnomevfs-2.28.1-14.el7.x86_64.rpm | 85 kB 00:00<br \/>\n(324\/1414): gnome-session-3.8.4-11.el7.x86_64.rpm | 439 kB 00:01<br \/>\n(325\/1414): gnome-session-xsession-3.8.4-11.el7.x86_64.rpm | 11 kB 00:00<br \/>\n(326\/1414): gnome-settings-daemon-3.8.6.1-9.el7_0.1.x86_64.rpm | 1.2 MB 00:03<br \/>\n(327\/1414): gnome-settings-daemon-updates-3.8.6.1-9.el7_0.1.x86_64.rpm | 53 kB 00:00<br \/>\n(328\/1414): gnome-shell-3.8.4-32.el7_0.x86_64.rpm | 1.2 MB 00:04<br \/>\n(329\/1414): gnome-shell-extension-alternate-tab-3.8.4-10.el7_0.noarch.rpm | 15 kB 00:00<br \/>\n(330\/1414): gnome-shell-extension-apps-menu-3.8.4-10.el7_0.noarch.rpm | 18 kB 00:00<br \/>\n(331\/1414): gnome-shell-extension-common-3.8.4-10.el7_0.noarch.rpm | 91 kB 00:00<br \/>\n(332\/1414): gnome-shell-extension-launch-new-instance-3.8.4-10.el7_0.noarch.rpm | 14 kB 00:00<br \/>\n(333\/1414): gnome-shell-extension-places-menu-3.8.4-10.el7_0.noarch.rpm | 17 kB 00:00<br \/>\n(334\/1414): gnome-shell-extension-window-list-3.8.4-10.el7_0.noarch.rpm | 22 kB 00:00<br \/>\n(335\/1414): gnome-terminal-3.8.4-8.el7.x86_64.rpm | 951 kB 00:01<br \/>\n(336\/1414): gnome-themes-standard-3.8.4-3.el7.x86_64.rpm | 3.5 MB 00:08<br \/>\n(337\/1414): gnome-user-docs-3.8.2-4.el7.noarch.rpm | 9.9 MB 00:19<br \/>\n(338\/1414): gnome-vfs2-2.24.4-14.el7.x86_64.rpm | 839 kB 00:01<br \/>\n(339\/1414): gnome-vfs2-devel-2.24.4-14.el7.x86_64.rpm | 214 kB 00:00<br \/>\n(340\/1414): gnome-vfs2-smb-2.24.4-14.el7.x86_64.rpm | 44 kB 00:00<br \/>\n(341\/1414): gnupg2-2.0.22-3.el7.x86_64.rpm | 1.5 MB 00:02<br \/>\n(342\/1414): gnutls-3.1.18-9.el7_0.x86_64.rpm | 609 kB 00:01<br \/>\n(343\/1414): gnutls-c++-3.1.18-9.el7_0.x86_64.rpm | 29 kB 00:00<br \/>\n(344\/1414): gnutls-dane-3.1.18-9.el7_0.x86_64.rpm | 51 kB 00:00<br \/>\n(345\/1414): gnutls-devel-3.1.18-9.el7_0.x86_64.rpm | 1.3 MB 00:02<br \/>\n(346\/1414): gnutls-utils-3.1.18-9.el7_0.x86_64.rpm | 207 kB 00:00<br \/>\n(347\/1414): gobject-introspection-1.36.0-4.el7.x86_64.rpm | 223 kB 00:00<br \/>\n(348\/1414): gobject-introspection-devel-1.36.0-4.el7.x86_64.rpm | 1.1 MB 00:01<br \/>\n(349\/1414): gpgme-1.3.2-5.el7.x86_64.rpm | 146 kB 00:00<br \/>\n(350\/1414): gpm-libs-1.20.7-5.el7.x86_64.rpm | 32 kB 00:00<br \/>\n(351\/1414): graphite2-1.2.2-5.el7.x86_64.rpm | 81 kB 00:00<br \/>\n(352\/1414): grep-2.16-1.el7.x86_64.rpm | 351 kB 00:00<br \/>\n(353\/1414): groff-1.22.2-8.el7.x86_64.rpm | 1.1 MB 00:02<br \/>\n(354\/1414): groff-base-1.22.2-8.el7.x86_64.rpm | 942 kB 00:01<br \/>\n(355\/1414): grub2-2.02-0.2.10.el7.centos.1.x86_64.rpm | 1.5 MB 00:02<br \/>\n(356\/1414): grub2-tools-2.02-0.2.10.el7.centos.1.x86_64.rpm | 3.2 MB 00:06<br \/>\n(357\/1414): grubby-8.28-8.el7.x86_64.rpm | 60 kB 00:00<br \/>\n(358\/1414): gsettings-desktop-schemas-3.8.2-3.el7.x86_64.rpm | 417 kB 00:00<br \/>\n(359\/1414): gsm-1.0.13-11.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(360\/1414): gstreamer-0.10.36-7.el7.x86_64.rpm | 958 kB 00:01<br \/>\n(361\/1414): gstreamer-plugins-base-0.10.36-10.el7.x86_64.rpm | 1.2 MB 00:03<br \/>\n(362\/1414): gstreamer-plugins-good-0.10.31-11.el7.x86_64.rpm | 1.5 MB 00:02<br \/>\n(363\/1414): gstreamer-tools-0.10.36-7.el7.x86_64.rpm | 27 kB 00:00<br \/>\n(364\/1414): gstreamer1-1.0.7-4.el7.x86_64.rpm | 909 kB 00:01<br \/>\n(365\/1414): gstreamer1-plugins-bad-free-1.0.7-4.el7.x86_64.rpm | 794 kB 00:01<br \/>\n(366\/1414): gstreamer1-plugins-base-1.0.7-5.el7.x86_64.rpm | 1.1 MB 00:03<br \/>\n(367\/1414): gstreamer1-plugins-good-1.0.7-5.el7.x86_64.rpm | 1.6 MB 00:03<br \/>\n(368\/1414): gtk-doc-1.19-3.el7.noarch.rpm | 264 kB 00:00<br \/>\n(369\/1414): gtk2-2.24.22-5.el7.x86_64.rpm | 3.4 MB 00:06<br \/>\n(370\/1414): gtk2-devel-2.24.22-5.el7.x86_64.rpm | 2.9 MB 00:06<br \/>\n(371\/1414): gtk2-immodule-xim-2.24.22-5.el7.x86_64.rpm | 17 kB 00:00<br \/>\n(372\/1414): gtk3-3.8.8-5.el7.x86_64.rpm | 3.2 MB 00:06<br \/>\n(373\/1414): gtk3-devel-3.8.8-5.el7.x86_64.rpm | 3.3 MB 00:06<br \/>\n(374\/1414): gtkmm24-2.24.2-8.el7.x86_64.rpm | 750 kB 00:01<br \/>\n(375\/1414): gtkmm24-devel-2.24.2-8.el7.x86_64.rpm | 614 kB 00:00<br \/>\n(376\/1414): gucharmap-3.8.2-3.el7.x86_64.rpm | 1.4 MB 00:02<br \/>\n(377\/1414): gutenprint-5.2.9-15.el7.x86_64.rpm | 2.3 MB 00:04<br \/>\n(378\/1414): gutenprint-cups-5.2.9-15.el7.x86_64.rpm | 363 kB 00:00<br \/>\n(379\/1414): gvfs-1.16.4-7.el7.x86_64.rpm | 1.3 MB 00:02<br \/>\n(380\/1414): gvfs-afp-1.16.4-7.el7.x86_64.rpm | 137 kB 00:00<br \/>\n(381\/1414): gvfs-archive-1.16.4-7.el7.x86_64.rpm | 75 kB 00:00<br \/>\n(382\/1414): gvfs-fuse-1.16.4-7.el7.x86_64.rpm | 40 kB 00:00<br \/>\n(383\/1414): gvfs-smb-1.16.4-7.el7.x86_64.rpm | 108 kB 00:00<br \/>\n(384\/1414): gzip-1.5-7.el7.x86_64.rpm | 129 kB 00:00<br \/>\n(385\/1414): hardlink-1.0-19.el7.x86_64.rpm | 14 kB 00:00<br \/>\n(386\/1414): harfbuzz-0.9.20-3.el7.x86_64.rpm | 144 kB 00:00<br \/>\n(387\/1414): harfbuzz-devel-0.9.20-3.el7.x86_64.rpm | 100 kB 00:00<br \/>\n(388\/1414): harfbuzz-icu-0.9.20-3.el7.x86_64.rpm | 11 kB 00:00<br \/>\n(389\/1414): hdparm-9.43-5.el7.x86_64.rpm | 83 kB 00:00<br \/>\n(390\/1414): hesiod-3.2.1-3.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(391\/1414): hexedit-1.2.13-5.el7.x86_64.rpm | 39 kB 00:00<br \/>\n(392\/1414): hicolor-icon-theme-0.12-7.el7.noarch.rpm | 42 kB 00:00<br \/>\n(393\/1414): hivex-1.3.8-4.el7.x86_64.rpm | 98 kB 00:00<br \/>\n(394\/1414): hostname-3.13-3.el7.x86_64.rpm | 17 kB 00:00<br \/>\n(395\/1414): hpijs-3.13.7-6.el7.x86_64.rpm | 4.7 MB 00:09<br \/>\n(396\/1414): hplip-common-3.13.7-6.el7.x86_64.rpm | 85 kB 00:00<br \/>\n(397\/1414): hplip-libs-3.13.7-6.el7.x86_64.rpm | 166 kB 00:00<br \/>\n(398\/1414): hunspell-1.3.2-13.el7.x86_64.rpm | 223 kB 00:00<br \/>\n(399\/1414): hunspell-en-0.20121024-5.el7.noarch.rpm | 194 kB 00:00<br \/>\n(400\/1414): hunspell-en-GB-0.20121024-5.el7.noarch.rpm | 239 kB 00:00<br \/>\n(401\/1414): hunspell-en-US-0.20121024-5.el7.noarch.rpm | 189 kB 00:00<br \/>\n(402\/1414): hwdata-0.252-7.3.el7.noarch.rpm | 1.9 MB 00:03<br \/>\n(403\/1414): ibus-1.5.3-11.el7.x86_64.rpm | 328 kB 00:00<br \/>\n(404\/1414): ibus-chewing-1.4.4-8.el7.x86_64.rpm | 88 kB 00:00<br \/>\n(405\/1414): ibus-gtk2-1.5.3-11.el7.x86_64.rpm | 43 kB 00:00<br \/>\n(406\/1414): ibus-gtk3-1.5.3-11.el7.x86_64.rpm | 42 kB 00:00<br \/>\n(407\/1414): ibus-hangul-1.4.2-9.el7.x86_64.rpm | 65 kB 00:00<br \/>\n(408\/1414): ibus-libpinyin-1.6.91-4.el7.x86_64.rpm | 704 kB 00:01<br \/>\n(409\/1414): ibus-libs-1.5.3-11.el7.x86_64.rpm | 206 kB 00:00<br \/>\n(410\/1414): ibus-m17n-1.3.4-13.el7.x86_64.rpm | 59 kB 00:00<br \/>\n(411\/1414): ibus-qt-1.3.2-4.el7.x86_64.rpm | 139 kB 00:00<br \/>\n(412\/1414): ibus-rawcode-1.3.2-3.el7.x86_64.rpm | 23 kB 00:00<br \/>\n(413\/1414): ibus-sayura-1.3.2-3.el7.x86_64.rpm | 22 kB 00:00<br \/>\n(414\/1414): ibus-setup-1.5.3-11.el7.noarch.rpm | 67 kB 00:00<br \/>\n(415\/1414): ibus-table-1.5.0-5.el7.noarch.rpm | 297 kB 00:00<br \/>\n(416\/1414): icoutils-0.31.0-3.el7.x86_64.rpm | 82 kB 00:00<br \/>\n(417\/1414): im-chooser-common-1.6.4-4.el7.x86_64.rpm | 229 kB 00:00<br \/>\n(418\/1414): imsettings-1.6.3-9.el7.x86_64.rpm | 206 kB 00:00<br \/>\n(419\/1414): imsettings-gsettings-1.6.3-9.el7.x86_64.rpm | 102 kB 00:00<br \/>\n(420\/1414): imsettings-libs-1.6.3-9.el7.x86_64.rpm | 112 kB 00:00<br \/>\n(421\/1414): indent-2.2.11-13.el7.x86_64.rpm | 150 kB 00:00<br \/>\n(422\/1414): info-5.1-4.el7.x86_64.rpm | 233 kB 00:00<br \/>\n(423\/1414): iniparser-3.1-5.el7.x86_64.rpm | 14 kB 00:00<br \/>\n(424\/1414): initscripts-9.49.17-1.el7.x86_64.rpm | 422 kB 00:00<br \/>\n(425\/1414): iok-2.1.3-6.el7.x86_64.rpm | 117 kB 00:00<br \/>\n(426\/1414): ipa-client-3.3.3-28.el7.centos.x86_64.rpm | 141 kB 00:00<br \/>\n(427\/1414): ipa-python-3.3.3-28.el7.centos.x86_64.rpm | 945 kB 00:02<br \/>\n(428\/1414): iproute-3.10.0-13.el7.x86_64.rpm | 500 kB 00:01<br \/>\n(429\/1414): iptables-1.4.21-13.el7.x86_64.rpm | 423 kB 00:00<br \/>\n(430\/1414): iptables-services-1.4.21-13.el7.x86_64.rpm | 49 kB 00:00<br \/>\n(431\/1414): iputils-20121221-6.el7.x86_64.rpm | 152 kB 00:00<br \/>\n(432\/1414): ipxe-roms-qemu-20130517-5.gitc4bce43.el7.noarch.rpm | 267 kB 00:00<br \/>\n(433\/1414): irqbalance-1.0.6-5.el7.x86_64.rpm | 42 kB 00:00<br \/>\n(434\/1414): iscsi-initiator-utils-6.2.0.873-21.el7.x86_64.rpm | 411 kB 00:00<br \/>\n(435\/1414): iscsi-initiator-utils-iscsiuio-6.2.0.873-21.el7.x86_64.rpm | 79 kB 00:00<br \/>\n(436\/1414): iso-codes-3.46-2.el7.noarch.rpm | 2.7 MB 00:05<br \/>\n(437\/1414): ivtv-firmware-20080701-26.el7.noarch.rpm | 106 kB 00:00<br \/>\n(438\/1414): iw-3.10-4.el7.x86_64.rpm | 59 kB 00:00<br \/>\n(439\/1414): iwl100-firmware-39.31.5.1-34.el7.noarch.rpm | 143 kB 00:00<br \/>\n(440\/1414): iwl1000-firmware-39.31.5.1-34.el7.noarch.rpm | 206 kB 00:00<br \/>\n(441\/1414): iwl3945-firmware-15.32.2.9-34.el7.noarch.rpm | 81 kB 00:00<br \/>\n(442\/1414): iwl4965-firmware-228.61.2.24-34.el7.noarch.rpm | 95 kB 00:00<br \/>\n(443\/1414): iwl5000-firmware-8.83.5.1_1-34.el7.noarch.rpm | 287 kB 00:00<br \/>\n(444\/1414): iwl5150-firmware-8.24.2.2-34.el7.noarch.rpm | 140 kB 00:00<br \/>\n(445\/1414): iwl6000-firmware-9.221.4.1-34.el7.noarch.rpm | 160 kB 00:00<br \/>\n(446\/1414): iwl6000g2a-firmware-17.168.5.3-34.el7.noarch.rpm | 303 kB 00:00<br \/>\n(447\/1414): iwl6050-firmware-41.28.5.1-34.el7.noarch.rpm | 236 kB 00:00<br \/>\n(448\/1414): jansson-2.4-6.el7.x86_64.rpm | 32 kB 00:00<br \/>\n(449\/1414): jasper-libs-1.900.1-26.el7.x86_64.rpm | 147 kB 00:00<br \/>\n(450\/1414): java-1.6.0-openjdk-1.6.0.0-6.1.13.4.el7_0.x86_64.rpm | 42 MB 01:10<br \/>\n(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<br \/>\n(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<br \/>\n(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<br \/>\n(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<br \/>\n(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<br \/>\n(456\/1414): java_cup-0.11a-16.el7.noarch.rpm | 107 kB 00:00<br \/>\n(457\/1414): javapackages-tools-3.4.1-5.el7.noarch.rpm | 72 kB 00:00<br \/>\n(458\/1414): jbigkit-libs-2.0-11.el7.x86_64.rpm | 46 kB 00:00<br \/>\n(459\/1414): jline-1.0-8.el7.noarch.rpm | 69 kB 00:00<br \/>\n(460\/1414): jomolhari-fonts-0.003-17.el7.noarch.rpm | 534 kB 00:01<br \/>\n(461\/1414): js-1.8.5-17.el7.x86_64.rpm | 2.3 MB 00:03<br \/>\n(462\/1414): json-c-0.11-4.el7_0.x86_64.rpm | 31 kB 00:00<br \/>\n(463\/1414): json-glib-0.16.0-3.el7.x86_64.rpm | 113 kB 00:00<br \/>\n(464\/1414): kbd-1.15.5-10.el7.x86_64.rpm | 345 kB 00:01<br \/>\n(465\/1414): kbd-misc-1.15.5-10.el7.noarch.rpm | 931 kB 00:01<br \/>\n(466\/1414): kde-filesystem-4-47.el7.x86_64.rpm | 48 kB 00:00<br \/>\n(467\/1414): kernel-3.10.0-123.4.4.el7.x86_64.rpm | 29 MB 00:57<br \/>\n(468\/1414): kernel-tools-3.10.0-123.4.4.el7.x86_64.rpm | 669 kB 00:01<br \/>\n(469\/1414): kernel-tools-libs-3.10.0-123.4.4.el7.x86_64.rpm | 609 kB 00:01<br \/>\n(470\/1414): kernel-uek-2.6.39-400.215.6.el6uek.x86_64.rpm | 28 MB 00:16<br \/>\n(471\/1414): kernel-uek-firmware-2.6.39-400.215.6.el6uek.noarch.rpm | 3.7 MB 00:08<br \/>\n(472\/1414): kernel-uek-headers-2.6.32-400.36.6.el6uek.x86_64.rpm | 739 kB 00:00<br \/>\n(473\/1414): kexec-tools-2.0.4-32.el7.centos.2.x86_64.rpm | 321 kB 00:00<br \/>\n(474\/1414): keyutils-1.5.8-3.el7.x86_64.rpm | 54 kB 00:00<br \/>\n(475\/1414): keyutils-libs-1.5.8-3.el7.i686.rpm | 25 kB 00:00<br \/>\n(476\/1414): keyutils-libs-1.5.8-3.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(477\/1414): keyutils-libs-devel-1.5.8-3.el7.x86_64.rpm | 37 kB 00:00<br \/>\n(478\/1414): khmeros-base-fonts-5.0-17.el7.noarch.rpm | 123 kB 00:00<br \/>\n(479\/1414): khmeros-fonts-common-5.0-17.el7.noarch.rpm | 6.2 kB 00:00<br \/>\n(480\/1414): kmod-14-9.el7.x86_64.rpm | 77 kB 00:00<br \/>\n(481\/1414): kmod-libs-14-9.el7.x86_64.rpm | 45 kB 00:00<br \/>\n(482\/1414): kpartx-0.4.9-72.0.1.el6_5.3.x86_64.rpm | 59 kB 00:00<br \/>\n(483\/1414): krb5-devel-1.11.3-49.el7.x86_64.rpm | 611 kB 00:01<br \/>\n(484\/1414): krb5-libs-1.11.3-49.el7.i686.rpm | 810 kB 00:01<br \/>\n(485\/1414): krb5-libs-1.11.3-49.el7.x86_64.rpm | 810 kB 00:01<br \/>\n(486\/1414): krb5-workstation-1.11.3-49.el7.x86_64.rpm | 724 kB 00:01<br \/>\n(487\/1414): ksh-20120801-19.el7.x86_64.rpm | 879 kB 00:02<br \/>\n(488\/1414): kurdit-unikurd-web-fonts-20020502-11.el7.noarch.rpm | 49 kB 00:00<br \/>\n(489\/1414): latrace-0.5.11-5.el7.x86_64.rpm | 142 kB 00:00<br \/>\n(490\/1414): lcms2-2.5-4.el7.x86_64.rpm | 133 kB 00:00<br \/>\n(491\/1414): ldns-1.6.16-7.el7.x86_64.rpm | 473 kB 00:01<br \/>\n(492\/1414): ledmon-0.79-3.el7.x86_64.rpm | 56 kB 00:00<br \/>\n(493\/1414): less-458-8.el7.x86_64.rpm | 120 kB 00:00<br \/>\n(494\/1414): libICE-1.0.8-7.el7.x86_64.rpm | 63 kB 00:00<br \/>\n(495\/1414): libICE-devel-1.0.8-7.el7.x86_64.rpm | 49 kB 00:00<br \/>\n(496\/1414): libIDL-0.8.14-8.el7.i686.rpm | 83 kB 00:00<br \/>\n(497\/1414): libIDL-0.8.14-8.el7.x86_64.rpm | 87 kB 00:00<br \/>\n(498\/1414): libIDL-devel-0.8.14-8.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(499\/1414): libSM-1.2.1-7.el7.x86_64.rpm | 38 kB 00:00<br \/>\n(500\/1414): libSM-devel-1.2.1-7.el7.x86_64.rpm | 12 kB 00:00<br \/>\n(501\/1414): libX11-1.6.0-2.1.el7.x86_64.rpm | 605 kB 00:01<br \/>\n(502\/1414): libX11-common-1.6.0-2.1.el7.noarch.rpm | 181 kB 00:00<br \/>\n(503\/1414): libX11-devel-1.6.0-2.1.el7.x86_64.rpm | 979 kB 00:01<br \/>\n(504\/1414): libXScrnSaver-1.2.2-6.1.el7.x86_64.rpm | 24 kB 00:00<br \/>\n(505\/1414): libXau-1.0.8-2.1.el7.x86_64.rpm | 29 kB 00:00<br \/>\n(506\/1414): libXau-devel-1.0.8-2.1.el7.x86_64.rpm | 14 kB 00:00<br \/>\n(507\/1414): libXcomposite-0.4.4-4.1.el7.x86_64.rpm | 22 kB 00:00<br \/>\n(508\/1414): libXcomposite-devel-0.4.4-4.1.el7.x86_64.rpm | 16 kB 00:00<br \/>\n(509\/1414): libXcursor-1.1.14-2.1.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(510\/1414): libXcursor-devel-1.1.14-2.1.el7.x86_64.rpm | 23 kB 00:00<br \/>\n(511\/1414): libXdamage-1.1.4-4.1.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(512\/1414): libXdamage-devel-1.1.4-4.1.el7.x86_64.rpm | 9.7 kB 00:00<br \/>\n(513\/1414): libXdmcp-1.1.1-6.1.el7.x86_64.rpm | 32 kB 00:00<br \/>\n(514\/1414): libXevie-1.0.3-7.1.el7.x86_64.rpm | 18 kB 00:00<br \/>\n(515\/1414): libXext-1.3.2-2.1.el7.x86_64.rpm | 38 kB 00:00<br \/>\n(516\/1414): libXext-devel-1.3.2-2.1.el7.x86_64.rpm | 74 kB 00:00<br \/>\n(517\/1414): libXfixes-5.0.1-2.1.el7.x86_64.rpm | 18 kB 00:00<br \/>\n(518\/1414): libXfixes-devel-5.0.1-2.1.el7.x86_64.rpm | 13 kB 00:00<br \/>\n(519\/1414): libXfont-1.4.7-1.1.el7.x86_64.rpm | 143 kB 00:00<br \/>\n(520\/1414): libXft-2.3.1-5.1.el7.x86_64.rpm | 57 kB 00:00<br \/>\n(521\/1414): libXft-devel-2.3.1-5.1.el7.x86_64.rpm | 19 kB 00:00<br \/>\n(522\/1414): libXi-1.7.2-2.1.el7.x86_64.rpm | 39 kB 00:00<br \/>\n(523\/1414): libXi-devel-1.7.2-2.1.el7.x86_64.rpm | 104 kB 00:00<br \/>\n(524\/1414): libXinerama-1.1.3-2.1.el7.x86_64.rpm | 14 kB 00:00<br \/>\n(525\/1414): libXinerama-devel-1.1.3-2.1.el7.x86_64.rpm | 13 kB 00:00<br \/>\n(526\/1414): libXmu-1.1.1-5.1.el7.x86_64.rpm | 70 kB 00:00<br \/>\n(527\/1414): libXpm-3.5.10-5.1.el7.x86_64.rpm | 52 kB 00:00<br \/>\n(528\/1414): libXrandr-1.4.1-2.1.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(529\/1414): libXrandr-devel-1.4.1-2.1.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(530\/1414): libXrender-0.9.8-2.1.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(531\/1414): libXrender-devel-0.9.8-2.1.el7.x86_64.rpm | 16 kB 00:00<br \/>\n(532\/1414): libXres-1.0.7-2.1.el7.x86_64.rpm | 13 kB 00:00<br \/>\n(533\/1414): libXt-1.1.4-6.1.el7.x86_64.rpm | 173 kB 00:00<br \/>\n(534\/1414): libXtst-1.2.2-2.1.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(535\/1414): libXv-1.0.9-2.1.el7.x86_64.rpm | 18 kB 00:00<br \/>\n(536\/1414): libXvMC-1.0.8-2.1.el7.x86_64.rpm | 22 kB 00:00<br \/>\n(537\/1414): libXxf86dga-1.1.4-2.1.el7.x86_64.rpm | 19 kB 00:00<br \/>\n(538\/1414): libXxf86misc-1.0.3-7.1.el7.x86_64.rpm | 19 kB 00:00<br \/>\n(539\/1414): libXxf86vm-1.1.3-2.1.el7.x86_64.rpm | 17 kB 00:00<br \/>\n(540\/1414): libXxf86vm-devel-1.1.3-2.1.el7.x86_64.rpm | 18 kB 00:00<br \/>\n(541\/1414): libacl-2.2.51-12.el7.x86_64.rpm | 27 kB 00:00<br \/>\n(542\/1414): libaio-0.3.109-12.el7.x86_64.rpm | 24 kB 00:00<br \/>\n(543\/1414): libaio-devel-0.3.109-12.el7.x86_64.rpm | 12 kB 00:00<br \/>\n(544\/1414): libao-1.1.0-8.el7.x86_64.rpm | 72 kB 00:00<br \/>\n(545\/1414): libarchive-3.1.2-7.el7.x86_64.rpm | 317 kB 00:01<br \/>\n(546\/1414): libart_lgpl-2.3.21-9.el7.x86_64.rpm | 67 kB 00:00<br \/>\n(547\/1414): libart_lgpl-devel-2.3.21-9.el7.x86_64.rpm | 24 kB 00:00<br \/>\n(548\/1414): libassuan-2.1.0-3.el7.x86_64.rpm | 63 kB 00:00<br \/>\n(549\/1414): libasyncns-0.8-7.el7.x86_64.rpm | 26 kB 00:00<br \/>\n(550\/1414): libatasmart-0.19-6.el7.x86_64.rpm | 43 kB 00:00<br \/>\n(551\/1414): libattr-2.4.46-12.el7.i686.rpm | 18 kB 00:00<br \/>\n(552\/1414): libattr-2.4.46-12.el7.x86_64.rpm | 18 kB 00:00<br \/>\n(553\/1414): libavc1394-0.5.3-14.el7.x86_64.rpm | 50 kB 00:00<br \/>\n(554\/1414): libbasicobjects-0.1.0-22.el7.x86_64.rpm | 24 kB 00:00<br \/>\n(555\/1414): libblkid-2.23.2-16.el7.x86_64.rpm | 162 kB 00:00<br \/>\n(556\/1414): libbluray-0.2.3-5.el7.x86_64.rpm | 135 kB 00:00<br \/>\n(557\/1414): libbonobo-2.24.2-5.el6.i686.rpm | 404 kB 00:01<br \/>\n(558\/1414): libbonobo-2.32.1-7.el7.x86_64.rpm | 437 kB 00:00<br \/>\n(559\/1414): libbonobo-devel-2.24.2-5.el6.i686.rpm | 464 kB 00:01<br \/>\n(560\/1414): libbonobo-devel-2.32.1-7.el7.x86_64.rpm | 454 kB 00:01<br \/>\n(561\/1414): libbonoboui-2.24.5-7.el7.x86_64.rpm | 342 kB 00:00<br \/>\n(562\/1414): libbonoboui-devel-2.24.5-7.el7.x86_64.rpm | 196 kB 00:00<br \/>\n(563\/1414): libcanberra-0.30-5.el7.x86_64.rpm | 82 kB 00:00<br \/>\n(564\/1414): libcanberra-devel-0.30-5.el7.x86_64.rpm | 33 kB 00:00<br \/>\n(565\/1414): libcanberra-gtk2-0.30-5.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(566\/1414): libcanberra-gtk3-0.30-5.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(567\/1414): libcap-2.22-8.el7.i686.rpm | 47 kB 00:00<br \/>\n(568\/1414): libcap-2.22-8.el7.x86_64.rpm | 47 kB 00:00<br \/>\n(569\/1414): libcap-ng-0.7.3-5.el7.x86_64.rpm | 24 kB 00:00<br \/>\n(570\/1414): libcdio-0.92-1.el7.x86_64.rpm | 235 kB 00:00<br \/>\n(571\/1414): libcdio-paranoia-10.2+0.90-11.el7.x86_64.rpm | 70 kB 00:00<br \/>\n(572\/1414): libcgroup-0.41-6.el7.x86_64.rpm | 62 kB 00:00<br \/>\n(573\/1414): libchewing-0.3.4-6.el7.x86_64.rpm | 1.6 MB 00:02<br \/>\n(574\/1414): libcollection-0.6.2-22.el7.x86_64.rpm | 39 kB 00:00<br \/>\n(575\/1414): libcom_err-1.42.9-4.el7.i686.rpm | 40 kB 00:00<br \/>\n(576\/1414): libcom_err-1.42.9-4.el7.x86_64.rpm | 40 kB 00:00<br \/>\n(577\/1414): libcom_err-devel-1.42.9-4.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(578\/1414): libconfig-1.4.9-5.el7.x86_64.rpm | 59 kB 00:00<br \/>\n(579\/1414): libcroco-0.6.8-5.el7.x86_64.rpm | 104 kB 00:00<br \/>\n(580\/1414): libcurl-7.29.0-19.el7.x86_64.rpm | 212 kB 00:00<br \/>\n(581\/1414): libcurl-devel-7.29.0-19.el7.x86_64.rpm | 295 kB 00:00<br \/>\n(582\/1414): libdaemon-0.14-7.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(583\/1414): libdb-5.3.21-17.el7.i686.rpm | 729 kB 00:01<br \/>\n(584\/1414): libdb-5.3.21-17.el7.x86_64.rpm | 718 kB 00:01<br \/>\n(585\/1414): libdb-cxx-5.3.21-17.el7.x86_64.rpm | 751 kB 00:01<br \/>\n(586\/1414): libdb-devel-5.3.21-17.el7.x86_64.rpm | 38 kB 00:00<br \/>\n(587\/1414): libdb-utils-5.3.21-17.el7.x86_64.rpm | 101 kB 00:00<br \/>\n(588\/1414): libdhash-0.4.3-22.el7.x86_64.rpm | 27 kB 00:00<br \/>\n(589\/1414): libdmx-1.1.3-3.el7.x86_64.rpm | 16 kB 00:00<br \/>\n(590\/1414): libdrm-2.4.50-1.1.el7.x86_64.rpm | 121 kB 00:00<br \/>\n(591\/1414): libdrm-devel-2.4.50-1.1.el7.x86_64.rpm | 88 kB 00:00<br \/>\n(592\/1414): libdv-1.0.0-17.el7.x86_64.rpm | 78 kB 00:00<br \/>\n(593\/1414): libdvdnav-4.2.0-8.el7.x86_64.rpm | 58 kB 00:00<br \/>\n(594\/1414): libdvdread-4.2.0-6.el7.x86_64.rpm | 66 kB 00:00<br \/>\n(595\/1414): libdwarf-20130207-3.el7.x86_64.rpm | 109 kB 00:00<br \/>\n(596\/1414): libedit-3.0-12.20121213cvs.el7.x86_64.rpm | 92 kB 00:00<br \/>\n(597\/1414): liberation-fonts-common-1.07.2-14.el7.noarch.rpm | 27 kB 00:00<br \/>\n(598\/1414): liberation-mono-fonts-1.07.2-14.el7.noarch.rpm | 227 kB 00:00<br \/>\n(599\/1414): liberation-sans-fonts-1.07.2-14.el7.noarch.rpm | 278 kB 00:01<br \/>\n(600\/1414): liberation-serif-fonts-1.07.2-14.el7.noarch.rpm | 298 kB 00:00<br \/>\n(601\/1414): libertas-usb8388-firmware-20140213-0.3.git4164c23.el7.noarch.rpm | 106 kB 00:00<br \/>\n(602\/1414): libestr-0.1.9-2.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(603\/1414): libevent-2.0.21-4.el7.x86_64.rpm | 214 kB 00:00<br \/>\n(604\/1414): libexif-0.6.21-6.el7.x86_64.rpm | 347 kB 00:00<br \/>\n(605\/1414): libexif-devel-0.6.21-6.el7.x86_64.rpm | 21 kB 00:00<br \/>\n(606\/1414): libffi-3.0.13-11.el7.i686.rpm | 26 kB 00:00<br \/>\n(607\/1414): libffi-3.0.13-11.el7.x86_64.rpm | 29 kB 00:00<br \/>\n(608\/1414): libffi-devel-3.0.13-11.el7.x86_64.rpm | 22 kB 00:00<br \/>\n(609\/1414): libfontenc-1.1.1-5.el7.x86_64.rpm | 29 kB 00:00<br \/>\n(610\/1414): libfprint-0.5.0-3.el7.x86_64.rpm | 155 kB 00:00<br \/>\n(611\/1414): libgcc-4.8.2-16.el7.i686.rpm | 94 kB 00:00<br \/>\n(612\/1414): libgcc-4.8.2-16.el7.x86_64.rpm | 86 kB 00:00<br \/>\n(613\/1414): libgcrypt-1.5.3-4.el7.i686.rpm | 254 kB 00:00<br \/>\n(614\/1414): libgcrypt-1.5.3-4.el7.x86_64.rpm | 251 kB 00:00<br \/>\n(615\/1414): libgcrypt-devel-1.5.3-4.el7.x86_64.rpm | 127 kB 00:00<br \/>\n(616\/1414): libgdata-0.13.3-4.el7.x86_64.rpm | 360 kB 00:00<br \/>\n(617\/1414): libgdata-devel-0.13.3-4.el7.x86_64.rpm | 496 kB 00:00<br \/>\n(618\/1414): libgee-0.10.1-3.el7.x86_64.rpm | 236 kB 00:00<br \/>\n(619\/1414): libgfortran-4.8.2-16.el7.x86_64.rpm | 284 kB 00:00<br \/>\n(620\/1414): libglade2-2.6.4-11.el7.x86_64.rpm | 64 kB 00:00<br \/>\n(621\/1414): libglade2-devel-2.6.4-11.el7.x86_64.rpm | 52 kB 00:00<br \/>\n(622\/1414): libgnat-4.8.2-16.el7.x86_64.rpm | 955 kB 00:01<br \/>\n(623\/1414): libgnat-devel-4.8.2-16.el7.x86_64.rpm | 2.7 MB 00:05<br \/>\n(624\/1414): libgnome-2.32.1-9.el7.x86_64.rpm | 741 kB 00:01<br \/>\n(625\/1414): libgnome-devel-2.32.1-9.el7.x86_64.rpm | 80 kB 00:00<br \/>\n(626\/1414): libgnome-keyring-3.8.0-3.el7.x86_64.rpm | 109 kB 00:00<br \/>\n(627\/1414): libgnomecanvas-2.30.3-8.el7.x86_64.rpm | 226 kB 00:01<br \/>\n(628\/1414): libgnomecanvas-devel-2.30.3-8.el7.x86_64.rpm | 71 kB 00:00<br \/>\n(629\/1414): libgnomekbd-3.6.0-4.el7.x86_64.rpm | 158 kB 00:00<br \/>\n(630\/1414): libgnomekbd-devel-3.6.0-4.el7.x86_64.rpm | 22 kB 00:00<br \/>\n(631\/1414): libgnomeui-2.24.5-8.el7.x86_64.rpm | 789 kB 00:01<br \/>\n(632\/1414): libgnomeui-devel-2.24.5-8.el7.x86_64.rpm | 260 kB 00:00<br \/>\n(633\/1414): libgomp-4.8.2-16.el7.x86_64.rpm | 104 kB 00:00<br \/>\n(634\/1414): libgpg-error-1.12-3.el7.i686.rpm | 87 kB 00:00<br \/>\n(635\/1414): libgpg-error-1.12-3.el7.x86_64.rpm | 87 kB 00:00<br \/>\n(636\/1414): libgpg-error-devel-1.12-3.el7.x86_64.rpm | 16 kB 00:00<br \/>\n(637\/1414): libgphoto2-2.5.2-3.el7.x86_64.rpm | 1.2 MB 00:02<br \/>\n(638\/1414): libgphoto2-devel-2.5.2-3.el7.x86_64.rpm | 207 kB 00:00<br \/>\n(639\/1414): libgpod-0.8.2-11.el7.x86_64.rpm | 296 kB 00:00<br \/>\n(640\/1414): libgpod-devel-0.8.2-11.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(641\/1414): libgpod-doc-0.8.2-11.el7.x86_64.rpm | 72 kB 00:00<br \/>\n(642\/1414): libgsf-1.14.26-6.el7.x86_64.rpm | 166 kB 00:00<br \/>\n(643\/1414): libgsf-devel-1.14.26-6.el7.x86_64.rpm | 110 kB 00:00<br \/>\n(644\/1414): libgtop2-2.28.4-6.el7.x86_64.rpm | 128 kB 00:00<br \/>\n(645\/1414): libgtop2-devel-2.28.4-6.el7.x86_64.rpm | 86 kB 00:00<br \/>\n(646\/1414): libgudev1-208-11.el7_0.2.x86_64.rpm | 48 kB 00:00<br \/>\n(647\/1414): libgudev1-devel-208-11.el7_0.2.x86_64.rpm | 60 kB 00:00<br \/>\n(648\/1414): libguestfs-1.22.6-22.el7.x86_64.rpm | 1.7 MB 00:03<br \/>\n(649\/1414): libguestfs-devel-1.22.6-22.el7.x86_64.rpm | 599 kB 00:01<br \/>\n(650\/1414): libguestfs-java-1.22.6-22.el7.x86_64.rpm | 168 kB 00:00<br \/>\n(651\/1414): libguestfs-java-devel-1.22.6-22.el7.x86_64.rpm | 83 kB 00:01<br \/>\n(652\/1414): libguestfs-javadoc-1.22.6-22.el7.noarch.rpm | 199 kB 00:00<br \/>\n(653\/1414): libguestfs-tools-1.22.6-22.el7.noarch.rpm | 104 kB 00:00<br \/>\n(654\/1414): libguestfs-tools-c-1.22.6-22.el7.x86_64.rpm | 1.7 MB 00:03<br \/>\n(655\/1414): libgusb-0.1.6-3.el7.x86_64.rpm | 33 kB 00:00<br \/>\n(656\/1414): libgweather-3.8.2-4.el7.x86_64.rpm | 3.7 MB 00:07<br \/>\n(657\/1414): libgweather-devel-3.8.2-4.el7.x86_64.rpm | 50 kB 00:00<br \/>\n(658\/1414): libgxim-0.5.0-3.el7.x86_64.rpm | 131 kB 00:00<br \/>\n(659\/1414): libgxim-devel-0.5.0-3.el7.x86_64.rpm | 96 kB 00:00<br \/>\n(660\/1414): libgxps-0.2.2-9.el7.x86_64.rpm | 68 kB 00:00<br \/>\n(661\/1414): libhangul-0.1.0-8.el7.x86_64.rpm | 2.1 MB 00:04<br \/>\n(662\/1414): libibverbs-1.1.7-6.el7.x86_64.rpm | 55 kB 00:00<br \/>\n(663\/1414): libical-0.48-6.el7.x86_64.rpm | 171 kB 00:00<br \/>\n(664\/1414): libicu-50.1.2-11.el7.x86_64.rpm | 6.9 MB 00:12<br \/>\n(665\/1414): libicu-devel-50.1.2-11.el7.x86_64.rpm | 702 kB 00:01<br \/>\n(666\/1414): libidn-1.28-3.el7.x86_64.rpm | 209 kB 00:01<br \/>\n(667\/1414): libiec61883-1.2.0-10.el7.x86_64.rpm | 37 kB 00:00<br \/>\n(668\/1414): libieee1284-0.2.11-15.el7.x86_64.rpm | 39 kB 00:00<br \/>\n(669\/1414): libimobiledevice-1.1.5-6.el7.x86_64.rpm | 136 kB 00:00<br \/>\n(670\/1414): libimobiledevice-devel-1.1.5-6.el7.x86_64.rpm | 134 kB 00:00<br \/>\n(671\/1414): libini_config-1.0.0.1-22.el7.x86_64.rpm | 49 kB 00:00<br \/>\n(672\/1414): libipa_hbac-1.11.2-68.el7_0.5.x86_64.rpm | 73 kB 00:00<br \/>\n(673\/1414): libipa_hbac-python-1.11.2-68.el7_0.5.x86_64.rpm | 67 kB 00:00<br \/>\n(674\/1414): libiptcdata-1.0.4-11.el7.x86_64.rpm | 56 kB 00:00<br \/>\n(675\/1414): libiscsi-1.9.0-6.el7.x86_64.rpm | 60 kB 00:00<br \/>\n(676\/1414): libitm-4.8.2-16.el7.x86_64.rpm | 75 kB 00:00<br \/>\n(677\/1414): libjpeg-turbo-1.2.90-5.el7.x86_64.rpm | 134 kB 00:00<br \/>\n(678\/1414): libldb-1.1.16-4.el7.x86_64.rpm | 121 kB 00:00<br \/>\n(679\/1414): liblouis-2.5.2-10.el7.x86_64.rpm | 1.2 MB 00:02<br \/>\n(680\/1414): liblouis-python-2.5.2-10.el7.noarch.rpm | 12 kB 00:00<br \/>\n(681\/1414): libmbim-1.5.0-3.20130815git.el7.x86_64.rpm | 63 kB 00:00<br \/>\n(682\/1414): libmng-1.0.10-14.el7.x86_64.rpm | 171 kB 00:00<br \/>\n(683\/1414): libmnl-1.0.3-7.el7.x86_64.rpm | 23 kB 00:00<br \/>\n(684\/1414): libmodman-2.0.1-8.el7.x86_64.rpm | 28 kB 00:00<br \/>\n(685\/1414): libmount-2.23.2-16.el7.x86_64.rpm | 165 kB 00:00<br \/>\n(686\/1414): libmpc-1.0.1-3.el7.x86_64.rpm | 51 kB 00:00<br \/>\n(687\/1414): libndp-1.2-4.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(688\/1414): libnetfilter_conntrack-1.0.4-2.el7.x86_64.rpm | 53 kB 00:00<br \/>\n(689\/1414): libnfnetlink-1.0.1-4.el7.x86_64.rpm | 26 kB 00:00<br \/>\n(690\/1414): libnfsidmap-0.25-9.el7.x86_64.rpm | 45 kB 00:00<br \/>\n(691\/1414): libnl-1.1.4-3.el7.x86_64.rpm | 128 kB 00:00<br \/>\n(692\/1414): libnl3-3.2.21-6.el7.x86_64.rpm | 196 kB 00:00<br \/>\n(693\/1414): libnl3-cli-3.2.21-6.el7.x86_64.rpm | 77 kB 00:00<br \/>\n(694\/1414): libnm-gtk-0.9.9.0-15.git20140307.el7.x86_64.rpm | 80 kB 00:00<br \/>\n(695\/1414): libnotify-0.7.5-7.el7.x86_64.rpm | 39 kB 00:00<br \/>\n(696\/1414): liboauth-0.9.7-4.el7.x86_64.rpm | 22 kB 00:00<br \/>\n(697\/1414): liboauth-devel-0.9.7-4.el7.x86_64.rpm | 21 kB 00:00<br \/>\n(698\/1414): libobjc-4.8.2-16.el7.x86_64.rpm | 64 kB 00:00<br \/>\n(699\/1414): libogg-1.3.0-7.el7.x86_64.rpm | 24 kB 00:00<br \/>\n(700\/1414): liboil-0.3.16-10.el7.x86_64.rpm | 127 kB 00:00<br \/>\n(701\/1414): libosinfo-0.2.7-10.el7.x86_64.rpm | 196 kB 00:00<br \/>\n(702\/1414): libpath_utils-0.2.1-22.el7.x86_64.rpm | 27 kB 00:00<br \/>\n(703\/1414): libpcap-1.5.3-3.el7.x86_64.rpm | 137 kB 00:00<br \/>\n(704\/1414): libpciaccess-0.13.1-4.1.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(705\/1414): libpeas-1.8.0-5.el7.x86_64.rpm | 122 kB 00:00<br \/>\n(706\/1414): libpinyin-0.9.93-4.el7.x86_64.rpm | 139 kB 00:00<br \/>\n(707\/1414): libpinyin-data-0.9.93-4.el7.x86_64.rpm | 10 MB 00:19<br \/>\n(708\/1414): libpipeline-1.2.3-3.el7.x86_64.rpm | 53 kB 00:00<br \/>\n(709\/1414): libplist-1.10-4.el7.x86_64.rpm | 57 kB 00:00<br \/>\n(710\/1414): libplist-devel-1.10-4.el7.x86_64.rpm | 17 kB 00:00<br \/>\n(711\/1414): libpng-1.5.13-5.el7.x86_64.rpm | 212 kB 00:00<br \/>\n(712\/1414): libpng-devel-1.5.13-5.el7.x86_64.rpm | 121 kB 00:00<br \/>\n(713\/1414): libpng12-1.2.50-6.el7.x86_64.rpm | 178 kB 00:00<br \/>\n(714\/1414): libproxy-0.4.11-6.el7.x86_64.rpm | 65 kB 00:00<br \/>\n(715\/1414): libproxy-bin-0.4.11-6.el7.x86_64.rpm | 12 kB 00:00<br \/>\n(716\/1414): libproxy-python-0.4.11-6.el7.noarch.rpm | 12 kB 00:00<br \/>\n(717\/1414): libpwquality-1.2.3-4.el7.x86_64.rpm | 84 kB 00:00<br \/>\n(718\/1414): libqmi-1.6.0-3.el7.x86_64.rpm | 319 kB 00:00<br \/>\n(719\/1414): libquadmath-4.8.2-16.el7.x86_64.rpm | 173 kB 00:00<br \/>\n(720\/1414): libquadmath-devel-4.8.2-16.el7.x86_64.rpm | 36 kB 00:00<br \/>\n(721\/1414): libquvi-0.4.1-5.el7.x86_64.rpm | 36 kB 00:00<br \/>\n(722\/1414): libquvi-scripts-0.4.10-3.el7.noarch.rpm | 64 kB 00:00<br \/>\n(723\/1414): libraw1394-2.1.0-2.el7.x86_64.rpm | 63 kB 00:00<br \/>\n(724\/1414): librdmacm-1.0.17.1-1.el7.x86_64.rpm | 58 kB 00:00<br \/>\n(725\/1414): libref_array-0.1.3-22.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(726\/1414): libreport-2.1.11-10.el7.centos.x86_64.rpm | 423 kB 00:00<br \/>\n(727\/1414): libreport-cli-2.1.11-10.el7.centos.x86_64.rpm | 44 kB 00:00<br \/>\n(728\/1414): libreport-compat-2.1.11-10.el7.centos.x86_64.rpm | 37 kB 00:00<br \/>\n(729\/1414): libreport-filesystem-2.1.11-10.el7.centos.x86_64.rpm | 32 kB 00:00<br \/>\n(730\/1414): libreport-gtk-2.1.11-10.el7.centos.x86_64.rpm | 88 kB 00:00<br \/>\n(731\/1414): libreport-newt-2.1.11-10.el7.centos.x86_64.rpm | 40 kB 00:00<br \/>\n(732\/1414): libreport-plugin-bugzilla-2.1.11-10.el7.centos.x86_64.rpm | 79 kB 00:00<br \/>\n(733\/1414): libreport-plugin-kerneloops-2.1.11-10.el7.centos.x86_64.rpm | 43 kB 00:00<br \/>\n(734\/1414): libreport-plugin-logger-2.1.11-10.el7.centos.x86_64.rpm | 45 kB 00:00<br \/>\n(735\/1414): libreport-plugin-mailx-2.1.11-10.el7.centos.x86_64.rpm | 48 kB 00:00<br \/>\n(736\/1414): libreport-plugin-reportuploader-2.1.11-10.el7.centos.x86_64.rpm | 50 kB 00:00<br \/>\n(737\/1414): libreport-plugin-rhtsupport-2.1.11-10.el7.centos.x86_64.rpm | 58 kB 00:00<br \/>\n(738\/1414): libreport-plugin-ureport-2.1.11-10.el7.centos.x86_64.rpm | 50 kB 00:00<br \/>\n(739\/1414): libreport-python-2.1.11-10.el7.centos.x86_64.rpm | 60 kB 00:00<br \/>\n(740\/1414): libreport-rhel-2.1.11-10.el7.centos.x86_64.rpm | 39 kB 00:00<br \/>\n(741\/1414): libreport-web-2.1.11-10.el7.centos.x86_64.rpm | 43 kB 00:00<br \/>\n(742\/1414): librsvg2-2.39.0-1.el7.x86_64.rpm | 123 kB 00:01<br \/>\n(743\/1414): libsamplerate-0.1.8-6.el7.x86_64.rpm | 1.0 MB 00:02<br \/>\n(744\/1414): libseccomp-2.1.1-2.el7.x86_64.rpm | 40 kB 00:00<br \/>\n(745\/1414): libsecret-0.15-3.el7.x86_64.rpm | 133 kB 00:00<br \/>\n(746\/1414): libselinux-2.2.2-6.el7.i686.rpm | 144 kB 00:00<br \/>\n(747\/1414): libselinux-2.2.2-6.el7.x86_64.rpm | 145 kB 00:00<br \/>\n(748\/1414): libselinux-devel-2.2.2-6.el7.x86_64.rpm | 174 kB 00:00<br \/>\n(749\/1414): libselinux-python-2.2.2-6.el7.x86_64.rpm | 247 kB 00:00<br \/>\n(750\/1414): libselinux-utils-2.2.2-6.el7.x86_64.rpm | 135 kB 00:00<br \/>\n(751\/1414): libsemanage-2.1.10-16.el7.x86_64.rpm | 121 kB 00:00<br \/>\n(752\/1414): libsepol-2.1.9-3.el7.x86_64.rpm | 154 kB 00:00<br \/>\n(753\/1414): libsepol-devel-2.1.9-3.el7.x86_64.rpm | 71 kB 00:00<br \/>\n(754\/1414): libshout-2.2.2-11.el7.x86_64.rpm | 43 kB 00:00<br \/>\n(755\/1414): libsigc++20-2.3.1-4.el7.x86_64.rpm | 59 kB 00:00<br \/>\n(756\/1414): libsigc++20-devel-2.3.1-4.el7.x86_64.rpm | 73 kB 00:00<br \/>\n(757\/1414): libsmbclient-4.1.1-35.el7_0.x86_64.rpm | 114 kB 00:00<br \/>\n(758\/1414): libsndfile-1.0.25-9.el7.x86_64.rpm | 149 kB 00:00<br \/>\n(759\/1414): libsoup-2.42.2-3.el7.x86_64.rpm | 326 kB 00:00<br \/>\n(760\/1414): libsoup-devel-2.42.2-3.el7.x86_64.rpm | 264 kB 00:00<br \/>\n(761\/1414): libss-1.42.9-4.el7.x86_64.rpm | 44 kB 00:00<br \/>\n(762\/1414): libssh2-1.4.3-8.el7.x86_64.rpm | 133 kB 00:00<br \/>\n(763\/1414): libsss_idmap-1.11.2-68.el7_0.5.x86_64.rpm | 77 kB 00:00<br \/>\n(764\/1414): libstdc++-4.8.2-16.el7.i686.rpm | 301 kB 00:00<br \/>\n(765\/1414): libstdc++-4.8.2-16.el7.x86_64.rpm | 288 kB 00:00<br \/>\n(766\/1414): libstdc++-devel-4.8.2-16.el7.x86_64.rpm | 1.5 MB 00:02<br \/>\n(767\/1414): libstdc++-docs-4.8.2-16.el7.x86_64.rpm | 11 MB 00:22<br \/>\n(768\/1414): libtalloc-2.0.8-4.el7.x86_64.rpm | 26 kB 00:00<br \/>\n(769\/1414): libtar-1.2.11-28.el7.x86_64.rpm | 33 kB 00:00<br \/>\n(770\/1414): libtasn1-3.3-5.el7_0.x86_64.rpm | 316 kB 00:00<br \/>\n(771\/1414): libtasn1-devel-3.3-5.el7_0.x86_64.rpm | 66 kB 00:00<br \/>\n(772\/1414): libtdb-1.2.12-3.el7.x86_64.rpm | 39 kB 00:00<br \/>\n(773\/1414): libteam-1.9-15.el7.x86_64.rpm | 44 kB 00:00<br \/>\n(774\/1414): libtevent-0.9.18-6.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(775\/1414): libthai-0.1.14-9.el7.x86_64.rpm | 187 kB 00:00<br \/>\n(776\/1414): libtheora-1.1.1-8.el7.x86_64.rpm | 136 kB 00:00<br \/>\n(777\/1414): libtiff-4.0.3-14.el7.x86_64.rpm | 167 kB 00:00<br \/>\n(778\/1414): libtirpc-0.2.4-0.3.el7.x86_64.rpm | 85 kB 00:00<br \/>\n(779\/1414): libtool-2.4.2-20.el7.x86_64.rpm | 588 kB 00:01<br \/>\n(780\/1414): libtool-ltdl-2.4.2-20.el7.i686.rpm | 49 kB 00:00<br \/>\n(781\/1414): libtool-ltdl-2.4.2-20.el7.x86_64.rpm | 49 kB 00:01<br \/>\n(782\/1414): libudisks2-2.1.2-5.el7.x86_64.rpm | 115 kB 00:00<br \/>\n(783\/1414): libunistring-0.9.3-9.el7.x86_64.rpm | 293 kB 00:00<br \/>\n(784\/1414): libusal-1.1.11-22.el7.x86_64.rpm | 135 kB 00:00<br \/>\n(785\/1414): libusb-0.1.4-3.el7.x86_64.rpm | 19 kB 00:00<br \/>\n(786\/1414): libusb-devel-0.1.4-3.el7.x86_64.rpm | 33 kB 00:00<br \/>\n(787\/1414): libusbx-1.0.15-4.el7.x86_64.rpm | 50 kB 00:00<br \/>\n(788\/1414): libusbx-devel-1.0.15-4.el7.x86_64.rpm | 18 kB 00:00<br \/>\n(789\/1414): libuser-0.60-5.el7.x86_64.rpm | 397 kB 00:00<br \/>\n(790\/1414): libuser-python-0.60-5.el7.x86_64.rpm | 51 kB 00:00<br \/>\n(791\/1414): libutempter-1.1.6-4.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(792\/1414): libuuid-2.23.2-16.el7.x86_64.rpm | 72 kB 00:00<br \/>\n(793\/1414): libv4l-0.9.5-4.el7.x86_64.rpm | 194 kB 00:01<br \/>\n(794\/1414): libverto-0.2.5-4.el7.i686.rpm | 16 kB 00:00<br \/>\n(795\/1414): libverto-0.2.5-4.el7.x86_64.rpm | 16 kB 00:00<br \/>\n(796\/1414): libverto-devel-0.2.5-4.el7.x86_64.rpm | 12 kB 00:00<br \/>\n(797\/1414): libvirt-client-1.1.1-29.el7_0.1.x86_64.rpm | 3.8 MB 00:08<br \/>\n(798\/1414): libvirt-daemon-1.1.1-29.el7_0.1.x86_64.rpm | 826 kB 00:01<br \/>\n(799\/1414): libvirt-daemon-driver-interface-1.1.1-29.el7_0.1.x86_64.rpm | 113 kB 00:00<br \/>\n(800\/1414): libvirt-daemon-driver-network-1.1.1-29.el7_0.1.x86_64.rpm | 124 kB 00:00<br \/>\n(801\/1414): libvirt-daemon-driver-nodedev-1.1.1-29.el7_0.1.x86_64.rpm | 111 kB 00:00<br \/>\n(802\/1414): libvirt-daemon-driver-nwfilter-1.1.1-29.el7_0.1.x86_64.rpm | 137 kB 00:00<br \/>\n(803\/1414): libvirt-daemon-driver-qemu-1.1.1-29.el7_0.1.x86_64.rpm | 442 kB 00:00<br \/>\n(804\/1414): libvirt-daemon-driver-secret-1.1.1-29.el7_0.1.x86_64.rpm | 106 kB 00:00<br \/>\n(805\/1414): libvirt-daemon-driver-storage-1.1.1-29.el7_0.1.x86_64.rpm | 152 kB 00:00<br \/>\n(806\/1414): libvirt-daemon-kvm-1.1.1-29.el7_0.1.x86_64.rpm | 69 kB 00:00<br \/>\n(807\/1414): libvisual-0.4.0-16.el7.x86_64.rpm | 138 kB 00:00<br \/>\n(808\/1414): libvorbis-1.3.3-8.el7.x86_64.rpm | 204 kB 00:00<br \/>\n(809\/1414): libvpx-1.2.0-4.el7.x86_64.rpm | 208 kB 00:00<br \/>\n(810\/1414): libwacom-0.8-3.el7.x86_64.rpm | 26 kB 00:00<br \/>\n(811\/1414): libwacom-data-0.8-3.el7.noarch.rpm | 36 kB 00:00<br \/>\n(812\/1414): libwbclient-4.1.1-35.el7_0.x86_64.rpm | 85 kB 00:00<br \/>\n(813\/1414): libwebp-0.3.0-3.el7.x86_64.rpm | 170 kB 00:00<br \/>\n(814\/1414): libwnck3-3.4.5-3.el7.x86_64.rpm | 365 kB 00:00<br \/>\n(815\/1414): libxcb-1.9-5.el7.x86_64.rpm | 169 kB 00:00<br \/>\n(816\/1414): libxcb-devel-1.9-5.el7.x86_64.rpm | 1.0 MB 00:01<br \/>\n(817\/1414): libxkbfile-1.0.8-5.el7.x86_64.rpm | 81 kB 00:00<br \/>\n(818\/1414): libxklavier-5.3-4.el7.x86_64.rpm | 63 kB 00:00<br \/>\n(819\/1414): libxklavier-devel-5.3-4.el7.x86_64.rpm | 35 kB 00:00<br \/>\n(820\/1414): libxml2-2.9.1-5.el7.i686.rpm | 649 kB 00:01<br \/>\n(821\/1414): libxml2-2.9.1-5.el7.x86_64.rpm | 664 kB 00:01<br \/>\n(822\/1414): libxml2-devel-2.9.1-5.el7.x86_64.rpm | 1.0 MB 00:01<br \/>\n(823\/1414): libxml2-python-2.9.1-5.el7.x86_64.rpm | 244 kB 00:00<br \/>\n(824\/1414): libxslt-1.1.28-5.el7.x86_64.rpm | 242 kB 00:00<br \/>\n(825\/1414): libxslt-devel-1.1.28-5.el7.x86_64.rpm | 309 kB 00:00<br \/>\n(826\/1414): linux-firmware-20140213-0.3.git4164c23.el7.noarch.rpm | 20 MB 00:36<br \/>\n(827\/1414): linuxconsoletools-1.4.5-3.el7.x86_64.rpm | 60 kB 00:00<br \/>\n(828\/1414): lklug-fonts-0.6-10.20090803cvs.el7.noarch.rpm | 89 kB 00:00<br \/>\n(829\/1414): lm_sensors-libs-3.3.4-10.el7.x86_64.rpm | 40 kB 00:00<br \/>\n(830\/1414): lockdev-1.0.4-0.13.20111007git.el7.x86_64.rpm | 31 kB 00:00<br \/>\n(831\/1414): logrotate-3.8.6-4.el7.x86_64.rpm | 64 kB 00:00<br \/>\n(832\/1414): lohit-assamese-fonts-2.5.3-2.el7.noarch.rpm | 73 kB 00:00<br \/>\n(833\/1414): lohit-bengali-fonts-2.5.3-4.el7.noarch.rpm | 73 kB 00:00<br \/>\n(834\/1414): lohit-devanagari-fonts-2.5.3-4.el7.noarch.rpm | 48 kB 00:00<br \/>\n(835\/1414): lohit-gujarati-fonts-2.5.3-2.el7.noarch.rpm | 38 kB 00:00<br \/>\n(836\/1414): lohit-kannada-fonts-2.5.3-3.el7.noarch.rpm | 54 kB 00:00<br \/>\n(837\/1414): lohit-oriya-fonts-2.5.4.1-3.el7.noarch.rpm | 54 kB 00:00<br \/>\n(838\/1414): lohit-punjabi-fonts-2.5.3-2.el7.noarch.rpm | 24 kB 00:00<br \/>\n(839\/1414): lohit-tamil-fonts-2.5.3-2.el7.noarch.rpm | 36 kB 00:00<br \/>\n(840\/1414): lohit-telugu-fonts-2.5.3-3.el7.noarch.rpm | 62 kB 00:00<br \/>\n(841\/1414): lsof-4.87-4.el7.x86_64.rpm | 331 kB 00:00<br \/>\n(842\/1414): lsscsi-0.27-3.el7.x86_64.rpm | 47 kB 00:00<br \/>\n(843\/1414): ltrace-0.7.91-7.el7.x86_64.rpm | 145 kB 00:00<br \/>\n(844\/1414): lua-5.1.4-14.el7.x86_64.rpm | 201 kB 00:00<br \/>\n(845\/1414): lvm2-2.02.105-14.el7.x86_64.rpm | 818 kB 00:01<br \/>\n(846\/1414): lvm2-libs-2.02.105-14.el7.x86_64.rpm | 709 kB 00:01<br \/>\n(847\/1414): lzo-2.06-6.el7_0.2.x86_64.rpm | 59 kB 00:00<br \/>\n(848\/1414): lzop-1.03-10.el7.x86_64.rpm | 54 kB 00:00<br \/>\n(849\/1414): m17n-contrib-1.1.14-3.el7.noarch.rpm | 345 kB 00:00<br \/>\n(850\/1414): m17n-db-1.6.4-3.el7.noarch.rpm | 224 kB 00:00<br \/>\n(851\/1414): m17n-lib-1.6.4-10.el7.x86_64.rpm | 183 kB 00:00<br \/>\n(852\/1414): m4-1.4.16-9.el7.x86_64.rpm | 256 kB 00:01<br \/>\n(853\/1414): madan-fonts-2.000-11.el7.noarch.rpm | 83 kB 00:00<br \/>\n(854\/1414): mailcap-2.1.41-2.el7.noarch.rpm | 31 kB 00:00<br \/>\n(855\/1414): mailx-12.5-11.el7.x86_64.rpm | 243 kB 00:00<br \/>\n(856\/1414): make-3.82-21.el7.x86_64.rpm | 420 kB 00:01<br \/>\n(857\/1414): man-db-2.6.3-9.el7.x86_64.rpm | 559 kB 00:01<br \/>\n(858\/1414): man-pages-3.53-5.el7.noarch.rpm | 5.0 MB 00:11<br \/>\n(859\/1414): man-pages-overrides-7.0.0-2.el7.noarch.rpm | 3.6 kB 00:00<br \/>\n(860\/1414): mariadb-libs-5.5.37-1.el7_0.x86_64.rpm | 752 kB 00:02<br \/>\n(861\/1414): mdadm-3.2.6-31.el7.x86_64.rpm | 358 kB 00:01<br \/>\n(862\/1414): mesa-dri-drivers-9.2.5-5.20131218.el7.x86_64.rpm | 11 MB 00:25<br \/>\n(863\/1414): mesa-filesystem-9.2.5-5.20131218.el7.x86_64.rpm | 21 kB 00:00<br \/>\n(864\/1414): mesa-libEGL-9.2.5-5.20131218.el7.x86_64.rpm | 69 kB 00:00<br \/>\n(865\/1414): mesa-libEGL-devel-9.2.5-5.20131218.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(866\/1414): mesa-libGL-9.2.5-5.20131218.el7.x86_64.rpm | 142 kB 00:00<br \/>\n(867\/1414): mesa-libGL-devel-9.2.5-5.20131218.el7.x86_64.rpm | 129 kB 00:00<br \/>\n(868\/1414): mesa-libgbm-9.2.5-5.20131218.el7.x86_64.rpm | 29 kB 00:00<br \/>\n(869\/1414): mesa-libglapi-9.2.5-5.20131218.el7.x86_64.rpm | 34 kB 00:00<br \/>\n(870\/1414): mesa-libxatracker-9.2.5-5.20131218.el7.x86_64.rpm | 669 kB 00:02<br \/>\n(871\/1414): mesa-private-llvm-3.3-0.8.20131023.el7.x86_64.rpm | 5.3 MB 00:14<br \/>\n(872\/1414): metacity-2.34.13-7.el7.x86_64.rpm | 1.1 MB 00:02<br \/>\n(873\/1414): microcode_ctl-2.1-7.1.el7_0.2.x86_64.rpm | 490 kB 00:01<br \/>\n(874\/1414): mlocate-0.26-5.el7.x86_64.rpm | 112 kB 00:00<br \/>\n(875\/1414): mobile-broadband-provider-info-1.20120614-4.el7.noarch.rpm | 40 kB 00:00<br \/>\n(876\/1414): mozilla-filesystem-1.9-11.el7.x86_64.rpm | 5.3 kB 00:00<br \/>\n(877\/1414): mozjs17-17.0.0-10.el7.i686.rpm | 1.4 MB 00:03<br \/>\n(878\/1414): mozjs17-17.0.0-10.el7.x86_64.rpm | 1.4 MB 00:02<br \/>\n(879\/1414): mpfr-3.1.1-4.el7.x86_64.rpm | 203 kB 00:00<br \/>\n(880\/1414): mtdev-1.1.3-4.el7.x86_64.rpm | 17 kB 00:00<br \/>\n(881\/1414): mtools-4.0.18-5.el7.x86_64.rpm | 203 kB 00:00<br \/>\n(882\/1414): mtr-0.85-7.el7.x86_64.rpm | 71 kB 00:00<br \/>\n(883\/1414): mutter-3.8.4-10.el7.x86_64.rpm | 1.1 MB 00:02<br \/>\n(884\/1414): nano-2.3.1-10.el7.x86_64.rpm | 440 kB 00:01<br \/>\n(885\/1414): nautilus-3.8.2-7.el7.x86_64.rpm | 2.5 MB 00:05<br \/>\n(886\/1414): nautilus-extensions-3.8.2-7.el7.x86_64.rpm | 64 kB 00:00<br \/>\n(887\/1414): ncurses-5.9-13.20130511.el7.x86_64.rpm | 303 kB 00:01<br \/>\n(888\/1414): ncurses-base-5.9-13.20130511.el7.noarch.rpm | 68 kB 00:00<br \/>\n(889\/1414): ncurses-libs-5.9-13.20130511.el7.i686.rpm | 316 kB 00:01<br \/>\n(890\/1414): ncurses-libs-5.9-13.20130511.el7.x86_64.rpm | 316 kB 00:00<br \/>\n(891\/1414): net-snmp-5.7.2-18.el7.x86_64.rpm | 319 kB 00:01<br \/>\n(892\/1414): net-snmp-agent-libs-5.7.2-18.el7.x86_64.rpm | 698 kB 00:01<br \/>\n(893\/1414): net-snmp-libs-5.7.2-18.el7.x86_64.rpm | 744 kB 00:03<br \/>\n(894\/1414): net-tools-2.0-0.17.20131004git.el7.x86_64.rpm | 304 kB 00:00<br \/>\n(895\/1414): netcf-libs-0.2.3-8.el7.x86_64.rpm | 67 kB 00:00<br \/>\n(896\/1414): netpbm-10.61.02-9.el7.x86_64.rpm | 180 kB 00:00<br \/>\n(897\/1414): netpbm-progs-10.61.02-9.el7.x86_64.rpm | 1.9 MB 00:05<br \/>\n(898\/1414): nettle-2.7.1-2.el7.x86_64.rpm | 326 kB 00:01<br \/>\n(899\/1414): network-manager-applet-0.9.9.0-15.git20140307.el7.x86_64.rpm | 201 kB 00:00<br \/>\n(900\/1414): newt-0.52.15-4.el7.x86_64.rpm | 105 kB 00:00<br \/>\n(901\/1414): newt-python-0.52.15-4.el7.x86_64.rpm | 54 kB 00:00<br \/>\n(902\/1414): nfs-utils-1.3.0-0.el7.x86_64.rpm | 357 kB 00:00<br \/>\n(903\/1414): nfs4-acl-tools-0.3.3-13.el7.x86_64.rpm | 47 kB 00:00<br \/>\n(904\/1414): nm-connection-editor-0.9.9.0-15.git20140307.el7.x86_64.rpm | 889 kB 00:02<br \/>\n(905\/1414): nmap-ncat-6.40-4.el7.x86_64.rpm | 200 kB 00:00<br \/>\n(906\/1414): nspr-4.10.6-1.el7_0.i686.rpm | 127 kB 00:00<br \/>\n(907\/1414): nspr-4.10.6-1.el7_0.x86_64.rpm | 125 kB 00:00<br \/>\n(908\/1414): nspr-devel-4.10.6-1.el7_0.x86_64.rpm | 112 kB 00:00<br \/>\n(909\/1414): nss-3.16.1-4.0.1.el6_5.x86_64.rpm | 832 kB 00:01<br \/>\n(910\/1414): nss-devel-3.16.1-4.0.1.el6_5.x86_64.rpm | 191 kB 00:00<br \/>\n(911\/1414): nss-softokn-3.15.4-2.el7.x86_64.rpm | 307 kB 00:00<br \/>\n(912\/1414): nss-softokn-devel-3.15.4-2.el7.x86_64.rpm | 22 kB 00:00<br \/>\n(913\/1414): nss-softokn-freebl-3.15.4-2.el7.i686.rpm | 180 kB 00:00<br \/>\n(914\/1414): nss-softokn-freebl-3.15.4-2.el7.x86_64.rpm | 196 kB 00:00<br \/>\n(915\/1414): nss-softokn-freebl-devel-3.15.4-2.el7.x86_64.rpm | 41 kB 00:00<br \/>\n(916\/1414): nss-sysinit-3.16.1-4.0.1.el6_5.x86_64.rpm | 40 kB 00:00<br \/>\n(917\/1414): nss-tools-3.16.1-4.0.1.el6_5.x86_64.rpm | 360 kB 00:01<br \/>\n(918\/1414): nss-util-3.16.1-1.el6_5.x86_64.rpm | 64 kB 00:00<br \/>\n(919\/1414): nss-util-devel-3.16.1-1.el6_5.x86_64.rpm | 66 kB 00:00<br \/>\n(920\/1414): ntp-4.2.6p5-18.el7.centos.x86_64.rpm | 539 kB 00:01<br \/>\n(921\/1414): ntpdate-4.2.6p5-18.el7.centos.x86_64.rpm | 82 kB 00:00<br \/>\n(922\/1414): ntsysv-1.3.61-4.el7.x86_64.rpm | 35 kB 00:00<br \/>\n(923\/1414): numactl-2.0.9-2.el7.x86_64.rpm | 65 kB 00:00<br \/>\n(924\/1414): numactl-devel-2.0.9-2.el7.x86_64.rpm | 22 kB 00:00<br \/>\n(925\/1414): numactl-libs-2.0.9-2.el7.x86_64.rpm | 29 kB 00:00<br \/>\n(926\/1414): numad-0.5-13.20140225git.el7.x86_64.rpm | 34 kB 00:00<br \/>\n(927\/1414): obexd-0.46-5.el7.x86_64.rpm | 79 kB 00:00<br \/>\n(928\/1414): oddjob-0.31.5-3.el7.x86_64.rpm | 69 kB 00:00<br \/>\n(929\/1414): oddjob-mkhomedir-0.31.5-3.el7.x86_64.rpm | 38 kB 00:00<br \/>\n(930\/1414): opencc-0.4.3-3.el7.x86_64.rpm | 694 kB 00:01<br \/>\n(931\/1414): openjade-1.3.2-45.el7.x86_64.rpm | 831 kB 00:01<br \/>\n(932\/1414): openjpeg-libs-1.5.1-9.el7.x86_64.rpm | 84 kB 00:00<br \/>\n(933\/1414): openldap-2.4.39-3.el7.x86_64.rpm | 343 kB 00:00<br \/>\n(934\/1414): opensp-1.5.2-19.el7.x86_64.rpm | 874 kB 00:02<br \/>\n(935\/1414): openssh-6.4p1-8.el7.x86_64.rpm | 341 kB 00:00<br \/>\n(936\/1414): openssh-askpass-6.4p1-8.el7.x86_64.rpm | 66 kB 00:00<br \/>\n(937\/1414): openssh-clients-6.4p1-8.el7.x86_64.rpm | 470 kB 00:01<br \/>\n(938\/1414): openssh-server-6.4p1-8.el7.x86_64.rpm | 367 kB 00:01<br \/>\n(939\/1414): openssl-1.0.1e-34.el7_0.3.x86_64.rpm | 705 kB 00:02<br \/>\n(940\/1414): openssl-devel-1.0.1e-34.el7_0.3.x86_64.rpm | 1.2 MB 00:02<br \/>\n(941\/1414): openssl-libs-1.0.1e-34.el7_0.3.i686.rpm | 925 kB 00:01<br \/>\n(942\/1414): openssl-libs-1.0.1e-34.el7_0.3.x86_64.rpm | 939 kB 00:03<br \/>\n(943\/1414): opus-1.0.2-6.el7.x86_64.rpm | 630 kB 00:01<br \/>\n(944\/1414): oracle-logos-60.0.14-1.0.1.el6.noarch.rpm | 12 MB 00:21<br \/>\n(945\/1414): orc-0.4.17-5.el7.x86_64.rpm | 164 kB 00:00<br \/>\n(946\/1414): orca-3.6.3-4.el7.x86_64.rpm | 3.9 MB 00:07<br \/>\n(947\/1414): os-prober-1.58-5.el7.x86_64.rpm | 41 kB 00:00<br \/>\n(948\/1414): p11-kit-0.18.7-4.el7.x86_64.rpm | 100 kB 00:00<br \/>\n(949\/1414): p11-kit-devel-0.18.7-4.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(950\/1414): p11-kit-trust-0.18.7-4.el7.x86_64.rpm | 74 kB 00:00<br \/>\n(951\/1414): paktype-naqsh-fonts-4.1-2.el7.noarch.rpm | 359 kB 00:01<br \/>\n(952\/1414): paktype-tehreer-fonts-4.1-2.el7.noarch.rpm | 418 kB 00:00<br \/>\n(953\/1414): pam-1.1.8-9.el7.i686.rpm | 710 kB 00:02<br \/>\n(954\/1414): pam-1.1.8-9.el7.x86_64.rpm | 712 kB 00:01<br \/>\n(955\/1414): pam_krb5-2.4.8-4.el7.x86_64.rpm | 158 kB 00:00<br \/>\n(956\/1414): pango-1.34.1-5.el7.x86_64.rpm | 283 kB 00:00<br \/>\n(957\/1414): pango-devel-1.34.1-5.el7.x86_64.rpm | 303 kB 00:00<br \/>\n(958\/1414): pangomm-2.34.0-3.el7.x86_64.rpm | 63 kB 00:00<br \/>\n(959\/1414): pangomm-devel-2.34.0-3.el7.x86_64.rpm | 58 kB 00:00<br \/>\n(960\/1414): paps-0.6.8-28.el7.x86_64.rpm | 36 kB 00:00<br \/>\n(961\/1414): paps-libs-0.6.8-28.el7.x86_64.rpm | 27 kB 00:00<br \/>\n(962\/1414): parted-3.1-17.el7.x86_64.rpm | 604 kB 00:01<br \/>\n(963\/1414): passwd-0.79-4.el7.x86_64.rpm | 105 kB 00:00<br \/>\n(964\/1414): patch-2.7.1-8.el7.x86_64.rpm | 110 kB 00:00<br \/>\n(965\/1414): pax-3.4-19.el7.x86_64.rpm | 74 kB 00:00<br \/>\n(966\/1414): pciutils-3.2.1-4.el7.x86_64.rpm | 90 kB 00:00<br \/>\n(967\/1414): pciutils-libs-3.2.1-4.el7.x86_64.rpm | 45 kB 00:00<br \/>\n(968\/1414): pcre-8.32-12.el7.i686.rpm | 414 kB 00:00<br \/>\n(969\/1414): pcre-8.32-12.el7.x86_64.rpm | 417 kB 00:01<br \/>\n(970\/1414): pcre-devel-8.32-12.el7.x86_64.rpm | 477 kB 00:01<br \/>\n(971\/1414): perl-5.16.3-283.el7.x86_64.rpm | 8.0 MB 00:16<br \/>\n(972\/1414): perl-B-Lint-1.17-3.el7.noarch.rpm | 20 kB 00:00<br \/>\n(973\/1414): perl-Business-ISBN-2.06-2.el7.noarch.rpm | 25 kB 00:00<br \/>\n(974\/1414): perl-Business-ISBN-Data-20120719.001-2.el7.noarch.rpm | 24 kB 00:00<br \/>\n(975\/1414): perl-CGI-3.63-4.el7.noarch.rpm | 250 kB 00:00<br \/>\n(976\/1414): perl-CPAN-1.9800-283.el7.noarch.rpm | 291 kB 00:01<br \/>\n(977\/1414): perl-Carp-1.26-244.el7.noarch.rpm | 19 kB 00:00<br \/>\n(978\/1414): perl-Class-ISA-0.36-1010.el7.noarch.rpm | 8.9 kB 00:00<br \/>\n(979\/1414): perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64.rpm | 32 kB 00:00<br \/>\n(980\/1414): perl-Compress-Raw-Zlib-2.061-4.el7.x86_64.rpm | 57 kB 00:00<br \/>\n(981\/1414): perl-Data-Dumper-2.145-3.el7.x86_64.rpm | 47 kB 00:00<br \/>\n(982\/1414): perl-Digest-1.17-245.el7.noarch.rpm | 23 kB 00:00<br \/>\n(983\/1414): perl-Digest-MD5-2.52-3.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(984\/1414): perl-Digest-SHA-5.85-3.el7.x86_64.rpm | 58 kB 00:00<br \/>\n(985\/1414): perl-Encode-2.51-7.el7.x86_64.rpm | 1.5 MB 00:04<br \/>\n(986\/1414): perl-Encode-Locale-1.03-5.el7.noarch.rpm | 16 kB 00:00<br \/>\n(987\/1414): perl-Env-1.04-2.el7.noarch.rpm | 16 kB 00:00<br \/>\n(988\/1414): perl-Exporter-5.68-3.el7.noarch.rpm | 28 kB 00:00<br \/>\n(989\/1414): perl-ExtUtils-Install-1.58-283.el7.noarch.rpm | 73 kB 00:00<br \/>\n(990\/1414): perl-ExtUtils-MakeMaker-6.68-3.el7.noarch.rpm | 275 kB 00:00<br \/>\n(991\/1414): perl-ExtUtils-Manifest-1.61-244.el7.noarch.rpm | 31 kB 00:00<br \/>\n(992\/1414): perl-ExtUtils-ParseXS-3.18-2.el7.noarch.rpm | 77 kB 00:00<br \/>\n(993\/1414): perl-FCGI-0.74-8.el7.x86_64.rpm | 42 kB 00:00<br \/>\n(994\/1414): perl-File-CheckTree-4.42-3.el7.noarch.rpm | 18 kB 00:00<br \/>\n(995\/1414): perl-File-Listing-6.04-7.el7.noarch.rpm | 13 kB 00:00<br \/>\n(996\/1414): perl-File-Path-2.09-2.el7.noarch.rpm | 26 kB 00:00<br \/>\n(997\/1414): perl-File-Temp-0.23.01-3.el7.noarch.rpm | 56 kB 00:00<br \/>\n(998\/1414): perl-Filter-1.49-3.el7.x86_64.rpm | 76 kB 00:00<br \/>\n(999\/1414): perl-Getopt-Long-2.40-2.el7.noarch.rpm | 56 kB 00:00<br \/>\n(1000\/1414): perl-HTML-Parser-3.71-4.el7.x86_64.rpm | 115 kB 00:00<br \/>\n(1001\/1414): perl-HTML-Tagset-3.20-15.el7.noarch.rpm | 18 kB 00:00<br \/>\n(1002\/1414): perl-HTTP-Cookies-6.01-5.el7.noarch.rpm | 26 kB 00:00<br \/>\n(1003\/1414): perl-HTTP-Daemon-6.01-5.el7.noarch.rpm | 20 kB 00:00<br \/>\n(1004\/1414): perl-HTTP-Date-6.02-8.el7.noarch.rpm | 14 kB 00:00<br \/>\n(1005\/1414): perl-HTTP-Message-6.06-6.el7.noarch.rpm | 82 kB 00:00<br \/>\n(1006\/1414): perl-HTTP-Negotiate-6.01-5.el7.noarch.rpm | 17 kB 00:00<br \/>\n(1007\/1414): perl-HTTP-Tiny-0.033-3.el7.noarch.rpm | 38 kB 00:00<br \/>\n(1008\/1414): perl-IO-Compress-2.061-2.el7.noarch.rpm | 260 kB 00:01<br \/>\n(1009\/1414): perl-IO-HTML-1.00-2.el7.noarch.rpm | 23 kB 00:00<br \/>\n(1010\/1414): perl-IO-Socket-IP-0.21-4.el7.noarch.rpm | 35 kB 00:00<br \/>\n(1011\/1414): perl-IO-Socket-SSL-1.94-3.el7.noarch.rpm | 113 kB 00:00<br \/>\n(1012\/1414): perl-LWP-MediaTypes-6.02-2.el7.noarch.rpm | 24 kB 00:00<br \/>\n(1013\/1414): perl-Locale-Codes-3.26-2.el7.noarch.rpm | 314 kB 00:02<br \/>\n(1014\/1414): perl-Locale-Maketext-1.23-3.el7.noarch.rpm | 93 kB 00:03<br \/>\n(1015\/1414): perl-Module-Pluggable-4.8-3.el7.noarch.rpm | 29 kB 00:00<br \/>\n(1016\/1414): perl-Net-HTTP-6.06-2.el7.noarch.rpm | 29 kB 00:00<br \/>\n(1017\/1414): perl-Net-LibIDN-0.12-15.el7.x86_64.rpm | 28 kB 00:00<br \/>\n(1018\/1414): perl-Net-SSLeay-1.55-3.el7.x86_64.rpm | 285 kB 00:00<br \/>\n(1019\/1414): perl-PathTools-3.40-5.el7.x86_64.rpm | 82 kB 00:00<br \/>\n(1020\/1414): perl-Pod-Checker-1.60-2.el7.noarch.rpm | 28 kB 00:00<br \/>\n(1021\/1414): perl-Pod-Escapes-1.04-283.el7.noarch.rpm | 49 kB 00:00<br \/>\n(1022\/1414): perl-Pod-LaTeX-0.61-2.el7.noarch.rpm | 35 kB 00:00<br \/>\n(1023\/1414): perl-Pod-Parser-1.61-2.el7.noarch.rpm | 107 kB 00:00<br \/>\n(1024\/1414): perl-Pod-Perldoc-3.20-4.el7.noarch.rpm | 87 kB 00:00<br \/>\n(1025\/1414): perl-Pod-Plainer-1.03-4.el7.noarch.rpm | 9.0 kB 00:00<br \/>\n(1026\/1414): perl-Pod-Simple-3.28-4.el7.noarch.rpm | 216 kB 00:03<br \/>\n(1027\/1414): perl-Pod-Usage-1.63-3.el7.noarch.rpm | 27 kB 00:00<br \/>\n(1028\/1414): perl-SGMLSpm-1.03ii-31.el7.noarch.rpm | 27 kB 00:00<br \/>\n(1029\/1414): perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm | 36 kB 00:00<br \/>\n(1030\/1414): perl-Socket-2.010-3.el7.x86_64.rpm | 49 kB 00:00<br \/>\n(1031\/1414): perl-Storable-2.45-3.el7.x86_64.rpm | 77 kB 00:00<br \/>\n(1032\/1414): perl-String-ShellQuote-1.04-10.el7.noarch.rpm | 19 kB 00:00<br \/>\n(1033\/1414): perl-Sys-Guestfs-1.22.6-22.el7.x86_64.rpm | 340 kB 00:02<br \/>\n(1034\/1414): perl-Sys-Syslog-0.33-3.el7.x86_64.rpm | 42 kB 00:00<br \/>\n(1035\/1414): perl-Sys-Virt-1.1.1-5.el7.x86_64.rpm | 236 kB 00:01<br \/>\n(1036\/1414): perl-Test-Harness-3.28-2.el7.noarch.rpm | 302 kB 00:01<br \/>\n(1037\/1414): perl-Test-Simple-0.98-243.el7.noarch.rpm | 170 kB 00:00<br \/>\n(1038\/1414): perl-Text-ParseWords-3.29-4.el7.noarch.rpm | 14 kB 00:00<br \/>\n(1039\/1414): perl-Text-Soundex-3.04-4.el7.x86_64.rpm | 19 kB 00:00<br \/>\n(1040\/1414): perl-Text-Unidecode-0.04-20.el7.noarch.rpm | 114 kB 00:00<br \/>\n(1041\/1414): perl-Thread-Queue-3.02-2.el7.noarch.rpm | 17 kB 00:00<br \/>\n(1042\/1414): perl-Time-HiRes-1.9725-3.el7.x86_64.rpm | 45 kB 00:00<br \/>\n(1043\/1414): perl-Time-Local-1.2300-2.el7.noarch.rpm | 24 kB 00:00<br \/>\n(1044\/1414): perl-TimeDate-2.30-2.el7.noarch.rpm | 52 kB 00:00<br \/>\n(1045\/1414): perl-URI-1.60-9.el7.noarch.rpm | 106 kB 00:00<br \/>\n(1046\/1414): perl-WWW-RobotRules-6.02-5.el7.noarch.rpm | 18 kB 00:00<br \/>\n(1047\/1414): perl-XML-LibXML-2.0018-5.el7.x86_64.rpm | 373 kB 00:01<br \/>\n(1048\/1414): perl-XML-NamespaceSupport-1.11-10.el7.noarch.rpm | 18 kB 00:00<br \/>\n(1049\/1414): perl-XML-Parser-2.41-10.el7.x86_64.rpm | 223 kB 00:01<br \/>\n(1050\/1414): perl-XML-SAX-0.99-9.el7.noarch.rpm | 63 kB 00:00<br \/>\n(1051\/1414): perl-XML-SAX-Base-1.08-7.el7.noarch.rpm | 32 kB 00:00<br \/>\n(1052\/1414): perl-XML-Writer-0.623-3.el7.noarch.rpm | 32 kB 00:00<br \/>\n(1053\/1414): perl-XML-XPath-1.13-22.el7.noarch.rpm | 82 kB 00:00<br \/>\n(1054\/1414): perl-autodie-2.16-2.el7.noarch.rpm | 77 kB 00:00<br \/>\n(1055\/1414): perl-constant-1.27-2.el7.noarch.rpm | 19 kB 00:00<br \/>\n(1056\/1414): perl-devel-5.16.3-283.el7.x86_64.rpm | 451 kB 00:01<br \/>\n(1057\/1414): perl-hivex-1.3.8-4.el7.x86_64.rpm | 39 kB 00:00<br \/>\n(1058\/1414): perl-libintl-1.20-12.el7.x86_64.rpm | 875 kB 00:02<br \/>\n(1059\/1414): perl-libs-5.16.3-283.el7.x86_64.rpm | 686 kB 00:01<br \/>\n(1060\/1414): perl-libwww-perl-6.05-2.el7.noarch.rpm | 205 kB 00:00<br \/>\n(1061\/1414): perl-macros-5.16.3-283.el7.x86_64.rpm | 42 kB 00:00<br \/>\n(1062\/1414): perl-parent-0.225-244.el7.noarch.rpm | 12 kB 00:00<br \/>\n(1063\/1414): perl-podlators-2.5.1-3.el7.noarch.rpm | 112 kB 00:00<br \/>\n(1064\/1414): perl-threads-1.87-4.el7.x86_64.rpm | 49 kB 00:00<br \/>\n(1065\/1414): perl-threads-shared-1.43-6.el7.x86_64.rpm | 39 kB 00:00<br \/>\n(1066\/1414): perl-version-0.99.07-2.el7.x86_64.rpm | 84 kB 00:00<br \/>\n(1067\/1414): phonon-4.6.0-9.el7.x86_64.rpm | 205 kB 00:00<br \/>\n(1068\/1414): phonon-backend-gstreamer-4.6.3-3.el7.x86_64.rpm | 140 kB 00:00<br \/>\n(1069\/1414): pinentry-0.8.1-14.el7.x86_64.rpm | 72 kB 00:00<br \/>\n(1070\/1414): pinfo-0.6.10-9.el7.x86_64.rpm | 116 kB 00:00<br \/>\n(1071\/1414): pixman-0.32.4-3.el7.x86_64.rpm | 254 kB 00:00<br \/>\n(1072\/1414): pixman-devel-0.32.4-3.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(1073\/1414): pkgconfig-0.27.1-4.el7.x86_64.rpm | 54 kB 00:00<br \/>\n(1074\/1414): plymouth-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 112 kB 00:00<br \/>\n(1075\/1414): plymouth-core-libs-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 106 kB 00:00<br \/>\n(1076\/1414): plymouth-graphics-libs-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 44 kB 00:00<br \/>\n(1077\/1414): plymouth-plugin-label-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 34 kB 00:00<br \/>\n(1078\/1414): plymouth-plugin-two-step-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 42 kB 00:00<br \/>\n(1079\/1414): plymouth-scripts-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 35 kB 00:00<br \/>\n(1080\/1414): plymouth-system-theme-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 29 kB 00:00<br \/>\n(1081\/1414): plymouth-theme-charge-0.8.9-0.10.20140113.el7.centos.x86_64.rpm | 34 kB 00:00<br \/>\n(1082\/1414): plymouth-theme-rings-0.8.3-27.0.1.el6.noarch.rpm | 32 kB 00:00<br \/>\n(1083\/1414): pm-utils-1.4.1-26.el7.x86_64.rpm | 139 kB 00:00<br \/>\n(1084\/1414): pnm2ppa-1.04-28.el7.x86_64.rpm | 147 kB 00:00<br \/>\n(1085\/1414): policycoreutils-2.2.5-11.el7.x86_64.rpm | 801 kB 00:01<br \/>\n(1086\/1414): polkit-0.112-5.el7.i686.rpm | 165 kB 00:00<br \/>\n(1087\/1414): polkit-0.112-5.el7.x86_64.rpm | 165 kB 00:00<br \/>\n(1088\/1414): polkit-pkla-compat-0.1-4.el7.x86_64.rpm | 39 kB 00:00<br \/>\n(1089\/1414): poppler-0.22.5-6.el7.x86_64.rpm | 737 kB 00:01<br \/>\n(1090\/1414): poppler-data-0.4.6-3.el7.noarch.rpm | 2.2 MB 00:04<br \/>\n(1091\/1414): poppler-glib-0.22.5-6.el7.x86_64.rpm | 111 kB 00:00<br \/>\n(1092\/1414): poppler-utils-0.22.5-6.el7.x86_64.rpm | 158 kB 00:00<br \/>\n(1093\/1414): popt-1.13-16.el7.x86_64.rpm | 42 kB 00:00<br \/>\n(1094\/1414): popt-devel-1.13-16.el7.x86_64.rpm | 22 kB 00:00<br \/>\n(1095\/1414): portreserve-0.0.5-10.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(1096\/1414): postfix-2.10.1-6.el7.x86_64.rpm | 2.4 MB 00:04<br \/>\n(1097\/1414): ppp-2.4.5-33.el7.x86_64.rpm | 357 kB 00:00<br \/>\n(1098\/1414): prelink-0.5.0-6.el7.x86_64.rpm | 1.0 MB 00:02<br \/>\n(1099\/1414): procps-ng-3.3.9-6.el7.x86_64.rpm | 280 kB 00:00<br \/>\n(1100\/1414): psacct-6.6.1-8.el7.x86_64.rpm | 91 kB 00:00<br \/>\n(1101\/1414): psmisc-22.20-8.el7.x86_64.rpm | 140 kB 00:00<br \/>\n(1102\/1414): psutils-1.17-44.el7.x86_64.rpm | 54 kB 00:00<br \/>\n(1103\/1414): pth-2.0.7-22.el7.x86_64.rpm | 89 kB 00:00<br \/>\n(1104\/1414): pulseaudio-3.0-22.el7.x86_64.rpm | 855 kB 00:00<br \/>\n(1105\/1414): pulseaudio-gdm-hooks-3.0-22.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(1106\/1414): pulseaudio-libs-3.0-22.el7.x86_64.rpm | 555 kB 00:00<br \/>\n(1107\/1414): pulseaudio-libs-glib2-3.0-22.el7.x86_64.rpm | 28 kB 00:00<br \/>\n(1108\/1414): pulseaudio-module-bluetooth-3.0-22.el7.x86_64.rpm | 77 kB 00:00<br \/>\n(1109\/1414): pulseaudio-module-gconf-3.0-22.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(1110\/1414): pulseaudio-module-x11-3.0-22.el7.x86_64.rpm | 41 kB 00:00<br \/>\n(1111\/1414): pulseaudio-utils-3.0-22.el7.x86_64.rpm | 76 kB 00:00<br \/>\n(1112\/1414): pyOpenSSL-0.13.1-3.el7.x86_64.rpm | 133 kB 00:00<br \/>\n(1113\/1414): pyatspi-2.8.0-3.el7.noarch.rpm | 81 kB 00:00<br \/>\n(1114\/1414): pycairo-1.8.10-8.el7.x86_64.rpm | 157 kB 00:00<br \/>\n(1115\/1414): pygobject2-2.28.6-11.el7.x86_64.rpm | 226 kB 00:00<br \/>\n(1116\/1414): pygobject3-3.8.2-4.el7.x86_64.rpm | 12 kB 00:00<br \/>\n(1117\/1414): pygobject3-base-3.8.2-4.el7.x86_64.rpm | 295 kB 00:00<br \/>\n(1118\/1414): pygpgme-0.3-9.el7.x86_64.rpm | 63 kB 00:00<br \/>\n(1119\/1414): pygtk2-2.24.0-9.el7.x86_64.rpm | 914 kB 00:00<br \/>\n(1120\/1414): pygtk2-libglade-2.24.0-9.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(1121\/1414): pyliblzma-0.5.3-11.el7.x86_64.rpm | 47 kB 00:00<br \/>\n(1122\/1414): pyorbit-2.24.0-15.el7.x86_64.rpm | 51 kB 00:00<br \/>\n(1123\/1414): pytalloc-2.0.8-4.el7.x86_64.rpm | 13 kB 00:00<br \/>\n(1124\/1414): python-2.6.6-29.el6.i686.rpm | 4.8 MB 00:08<br \/>\n(1125\/1414): python-2.7.5-16.el7.x86_64.rpm | 86 kB 00:00<br \/>\n(1126\/1414): python-augeas-0.4.1-5.el7.noarch.rpm | 24 kB 00:00<br \/>\n(1127\/1414): python-backports-1.0-6.el7.noarch.rpm | 4.9 kB 00:00<br \/>\n(1128\/1414): python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch.rpm | 12 kB 00:00<br \/>\n(1129\/1414): python-beaker-1.5.4-10.el7.noarch.rpm | 80 kB 00:00<br \/>\n(1130\/1414): python-brlapi-0.6.0-8.el7.x86_64.rpm | 58 kB 00:00<br \/>\n(1131\/1414): python-caribou-0.4.11-3.el7.noarch.rpm | 41 kB 00:00<br \/>\n(1132\/1414): python-chardet-2.0.1-7.el7.noarch.rpm | 222 kB 00:00<br \/>\n(1133\/1414): python-cups-1.9.63-6.el7.x86_64.rpm | 75 kB 00:00<br \/>\n(1134\/1414): python-dns-1.10.0-5.el7.noarch.rpm | 220 kB 00:00<br \/>\n(1135\/1414): python-ethtool-0.8-5.el7.x86_64.rpm | 33 kB 00:00<br \/>\n(1136\/1414): python-iniparse-0.4-9.el7.noarch.rpm | 39 kB 00:00<br \/>\n(1137\/1414): python-inotify-0.9.4-4.el7.noarch.rpm | 49 kB 00:00<br \/>\n(1138\/1414): python-javapackages-3.4.1-5.el7.noarch.rpm | 31 kB 00:00<br \/>\n(1139\/1414): python-kerberos-1.1-13.el7.x86_64.rpm | 24 kB 00:00<br \/>\n(1140\/1414): python-kitchen-1.1.1-5.el7.noarch.rpm | 267 kB 00:00<br \/>\n(1141\/1414): python-krbV-1.0.90-8.el7.x86_64.rpm | 54 kB 00:00<br \/>\n(1142\/1414): python-ldap-2.4.6-6.el7.x86_64.rpm | 153 kB 00:00<br \/>\n(1143\/1414): python-libs-2.6.6-52.el6.i686.rpm | 5.3 MB 00:06<br \/>\n(1144\/1414): python-libs-2.7.5-16.el7.x86_64.rpm | 5.6 MB 00:02<br \/>\n(1145\/1414): python-lxml-3.2.1-4.el7.x86_64.rpm | 758 kB 00:00<br \/>\n(1146\/1414): python-mako-0.8.1-2.el7.noarch.rpm | 307 kB 00:00<br \/>\n(1147\/1414): python-markupsafe-0.11-10.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(1148\/1414): python-meh-0.25-2.el7.noarch.rpm | 80 kB 00:00<br \/>\n(1149\/1414): python-netaddr-0.7.5-7.el7.noarch.rpm | 983 kB 00:01<br \/>\n(1150\/1414): python-nss-0.14.0-5.el7.x86_64.rpm | 239 kB 00:00<br \/>\n(1151\/1414): python-paste-1.7.5.1-9.20111221hg1498.el7.noarch.rpm | 866 kB 00:00<br \/>\n(1152\/1414): python-pwquality-1.2.3-4.el7.x86_64.rpm | 11 kB 00:00<br \/>\n(1153\/1414): python-pycurl-7.19.0-17.el7.x86_64.rpm | 80 kB 00:00<br \/>\n(1154\/1414): python-setuptools-0.9.8-3.el7.noarch.rpm | 396 kB 00:00<br \/>\n(1155\/1414): python-slip-0.4.0-2.el7.noarch.rpm | 30 kB 00:00<br \/>\n(1156\/1414): python-sssdconfig-1.11.2-68.el7_0.5.noarch.rpm | 97 kB 00:00<br \/>\n(1157\/1414): python-tempita-0.5.1-6.el7.noarch.rpm | 33 kB 00:00<br \/>\n(1158\/1414): python-urlgrabber-3.10-4.el7.noarch.rpm | 107 kB 00:00<br \/>\n(1159\/1414): pyxattr-0.5.1-5.el7.x86_64.rpm | 28 kB 00:00<br \/>\n(1160\/1414): qemu-img-1.5.3-60.el7_0.5.x86_64.rpm | 601 kB 00:01<br \/>\n(1161\/1414): qemu-kvm-1.5.3-60.el7_0.5.x86_64.rpm | 1.8 MB 00:04<br \/>\n(1162\/1414): qemu-kvm-common-1.5.3-60.el7_0.5.x86_64.rpm | 312 kB 00:00<br \/>\n(1163\/1414): ql2400-firmware-7.03.00-1.0.1.el6.noarch.rpm | 93 kB 00:00<br \/>\n(1164\/1414): ql2500-firmware-7.03.00-1.0.1.el6.noarch.rpm | 113 kB 00:00<br \/>\n(1165\/1414): qpdf-libs-5.0.1-3.el7.x86_64.rpm | 328 kB 00:00<br \/>\n(1166\/1414): qrencode-libs-3.4.1-3.el7.x86_64.rpm | 50 kB 00:00<br \/>\n(1167\/1414): qt-4.8.5-8.el7.x86_64.rpm | 4.5 MB 00:02<br \/>\n(1168\/1414): qt-qdbusviewer-4.8.5-8.el7.x86_64.rpm | 55 kB 00:00<br \/>\n(1169\/1414): qt-settings-19-23.4.el7.noarch.rpm | 17 kB 00:00<br \/>\n(1170\/1414): qt-x11-4.8.5-8.el7.x86_64.rpm | 13 MB 00:08<br \/>\n(1171\/1414): qt3-3.3.8b-51.el7.x86_64.rpm | 3.5 MB 00:01<br \/>\n(1172\/1414): quota-4.01-11.el7.x86_64.rpm | 176 kB 00:00<br \/>\n(1173\/1414): quota-nls-4.01-11.el7.noarch.rpm | 89 kB 00:00<br \/>\n(1174\/1414): radvd-1.9.2-7.el7.x86_64.rpm | 85 kB 00:00<br \/>\n(1175\/1414): rarian-0.8.1-11.el7.x86_64.rpm | 98 kB 00:00<br \/>\n(1176\/1414): rarian-compat-0.8.1-11.el7.x86_64.rpm | 66 kB 00:00<br \/>\n(1177\/1414): rdate-1.4-25.el7.x86_64.rpm | 19 kB 00:00<br \/>\n(1178\/1414): readline-6.2-9.el7.i686.rpm | 189 kB 00:00<br \/>\n(1179\/1414): readline-6.2-9.el7.x86_64.rpm | 192 kB 00:00<br \/>\n(1180\/1414): realmd-0.14.6-6.el7.x86_64.rpm | 234 kB 00:00<br \/>\n(1181\/1414): redhat-lsb-4.1-24.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(1182\/1414): redhat-lsb-core-4.1-24.el7.x86_64.rpm | 37 kB 00:00<br \/>\n(1183\/1414): redhat-lsb-cxx-4.1-24.el7.x86_64.rpm | 16 kB 00:00<br \/>\n(1184\/1414): redhat-lsb-desktop-4.1-24.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(1185\/1414): redhat-lsb-languages-4.1-24.el7.x86_64.rpm | 17 kB 00:00<br \/>\n(1186\/1414): redhat-lsb-printing-4.1-24.el7.x86_64.rpm | 16 kB 00:00<br \/>\n(1187\/1414): redhat-lsb-submod-multimedia-4.1-24.el7.x86_64.rpm | 15 kB 00:00<br \/>\n(1188\/1414): redhat-lsb-submod-security-4.1-24.el7.x86_64.rpm | 15 kB 00:00<br \/>\n(1189\/1414): redhat-upgrade-tool-0.7.6-1.el7.centos.noarch.rpm | 76 kB 00:00<br \/>\n(1190\/1414): rest-0.7.90-7.el7.x86_64.rpm | 61 kB 00:00<br \/>\n(1191\/1414): rfkill-0.4-9.el7.x86_64.rpm | 12 kB 00:00<br \/>\n(1192\/1414): rhino-1.7R4-4.el7.noarch.rpm | 1.0 MB 00:00<br \/>\n(1193\/1414): rng-tools-4-5.el7.x86_64.rpm | 33 kB 00:00<br \/>\n(1194\/1414): rootfiles-8.1-11.el7.noarch.rpm | 7.3 kB 00:00<br \/>\n(1195\/1414): rpcbind-0.2.0-23.el7.x86_64.rpm | 55 kB 00:00<br \/>\n(1196\/1414): rpm-4.11.1-16.el7.x86_64.rpm | 1.1 MB 00:00<br \/>\n(1197\/1414): rpm-build-libs-4.11.1-16.el7.x86_64.rpm | 99 kB 00:00<br \/>\n(1198\/1414): rpm-libs-4.11.1-16.el7.x86_64.rpm | 268 kB 00:00<br \/>\n(1199\/1414): rpm-python-4.11.1-16.el7.x86_64.rpm | 74 kB 00:00<br \/>\n(1200\/1414): rsync-3.0.9-15.el7.x86_64.rpm | 359 kB 00:00<br \/>\n(1201\/1414): rsyslog-7.4.7-6.el7.x86_64.rpm | 556 kB 00:00<br \/>\n(1202\/1414): rsyslog-mmjsonparse-7.4.7-6.el7.x86_64.rpm | 27 kB 00:00<br \/>\n(1203\/1414): rtkit-0.11-8.el7.x86_64.rpm | 49 kB 00:00<br \/>\n(1204\/1414): samba-client-4.1.1-35.el7_0.x86_64.rpm | 517 kB 00:01<br \/>\n(1205\/1414): samba-common-4.1.1-35.el7_0.x86_64.rpm | 690 kB 00:01<br \/>\n(1206\/1414): samba-libs-4.1.1-35.el7_0.x86_64.rpm | 4.3 MB 00:09<br \/>\n(1207\/1414): samba-winbind-4.1.1-35.el7_0.x86_64.rpm | 450 kB 00:00<br \/>\n(1208\/1414): samba-winbind-clients-4.1.1-35.el7_0.x86_64.rpm | 115 kB 00:00<br \/>\n(1209\/1414): samba-winbind-modules-4.1.1-35.el7_0.x86_64.rpm | 96 kB 00:00<br \/>\n(1210\/1414): sane-backends-1.0.24-9.el7.x86_64.rpm | 667 kB 00:00<br \/>\n(1211\/1414): sane-backends-doc-1.0.24-9.el7.noarch.rpm | 272 kB 00:00<br \/>\n(1212\/1414): sane-backends-drivers-cameras-1.0.24-9.el7.x86_64.rpm | 45 kB 00:00<br \/>\n(1213\/1414): sane-backends-drivers-scanners-1.0.24-9.el7.x86_64.rpm | 2.3 MB 00:00<br \/>\n(1214\/1414): sane-backends-libs-1.0.24-9.el7.x86_64.rpm | 95 kB 00:00<br \/>\n(1215\/1414): satyr-0.13-4.el7.x86_64.rpm | 500 kB 00:00<br \/>\n(1216\/1414): sbc-1.0-5.el7.x86_64.rpm | 53 kB 00:00<br \/>\n(1217\/1414): scl-utils-20130529-5.el7.x86_64.rpm | 19 kB 00:00<br \/>\n(1218\/1414): scrub-2.5.2-5.el7.x86_64.rpm | 40 kB 00:00<br \/>\n(1219\/1414): seabios-1.7.2.2-12.el7.x86_64.rpm | 27 kB 00:00<br \/>\n(1220\/1414): seabios-bin-1.7.2.2-12.el7.x86_64.rpm | 69 kB 00:00<br \/>\n(1221\/1414): seavgabios-bin-1.7.2.2-12.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(1222\/1414): sed-4.2.2-5.el7.x86_64.rpm | 231 kB 00:00<br \/>\n(1223\/1414): selinux-policy-3.12.1-153.el7_0.10.noarch.rpm | 340 kB 00:00<br \/>\n(1224\/1414): selinux-policy-targeted-3.12.1-153.el7_0.10.noarch.rpm | 3.8 MB 00:01<br \/>\n(1225\/1414): setserial-2.17-33.el7.x86_64.rpm | 25 kB 00:00<br \/>\n(1226\/1414): setup-2.8.71-4.el7.noarch.rpm | 164 kB 00:00<br \/>\n(1227\/1414): setuptool-1.19.11-8.el7.x86_64.rpm | 61 kB 00:00<br \/>\n(1228\/1414): sg3_utils-libs-1.37-5.el7.x86_64.rpm | 63 kB 00:00<br \/>\n(1229\/1414): sgabios-bin-0.20110622svn-4.el7.noarch.rpm | 7.1 kB 00:00<br \/>\n(1230\/1414): sgml-common-0.6.3-39.el7.noarch.rpm | 55 kB 00:00<br \/>\n(1231\/1414): sgpio-1.2.0.10-13.el7.x86_64.rpm | 13 kB 00:00<br \/>\n(1232\/1414): shadow-utils-4.1.5.1-13.el7.x86_64.rpm | 1.1 MB 00:00<br \/>\n(1233\/1414): shared-mime-info-1.1-7.el7.x86_64.rpm | 370 kB 00:00<br \/>\n(1234\/1414): sil-padauk-fonts-2.8-5.el7.noarch.rpm | 174 kB 00:00<br \/>\n(1235\/1414): slang-2.2.4-11.el7.x86_64.rpm | 512 kB 00:00<br \/>\n(1236\/1414): smartmontools-6.2-4.el7.x86_64.rpm | 403 kB 00:00<br \/>\n(1237\/1414): smc-fonts-common-6.0-7.el7.noarch.rpm | 9.6 kB 00:00<br \/>\n(1238\/1414): smc-meera-fonts-6.0-7.el7.noarch.rpm | 148 kB 00:00<br \/>\n(1239\/1414): snappy-1.1.0-3.el7.x86_64.rpm | 40 kB 00:00<br \/>\n(1240\/1414): sos-3.0-23.el7.centos.noarch.rpm | 241 kB 00:00<br \/>\n(1241\/1414): sound-theme-freedesktop-0.8-3.el7.noarch.rpm | 377 kB 00:00<br \/>\n(1242\/1414): soundtouch-1.4.0-9.el7.x86_64.rpm | 53 kB 00:00<br \/>\n(1243\/1414): source-highlight-3.1.6-6.el7.x86_64.rpm | 611 kB 00:00<br \/>\n(1244\/1414): sox-14.4.1-6.el7.x86_64.rpm | 398 kB 00:00<br \/>\n(1245\/1414): spax-1.5.2-11.el7.x86_64.rpm | 259 kB 00:00<br \/>\n(1246\/1414): speech-dispatcher-0.7.1-15.el7.x86_64.rpm | 363 kB 00:00<br \/>\n(1247\/1414): speech-dispatcher-python-0.7.1-15.el7.x86_64.rpm | 52 kB 00:00<br \/>\n(1248\/1414): speex-1.2-0.19.rc1.el7.x86_64.rpm | 98 kB 00:00<br \/>\n(1249\/1414): spice-server-0.12.4-6.el6_5.2.x86_64.rpm | 344 kB 00:01<br \/>\n(1250\/1414): spice-vdagent-0.14.0-7.el7.x86_64.rpm | 65 kB 00:00<br \/>\n(1251\/1414): sqlite-3.7.17-4.el7.i686.rpm | 396 kB 00:00<br \/>\n(1252\/1414): sqlite-3.7.17-4.el7.x86_64.rpm | 393 kB 00:00<br \/>\n(1253\/1414): sssd-1.11.2-68.el7_0.5.x86_64.rpm | 66 kB 00:00<br \/>\n(1254\/1414): sssd-ad-1.11.2-68.el7_0.5.x86_64.rpm | 169 kB 00:00<br \/>\n(1255\/1414): sssd-client-1.11.2-68.el7_0.5.x86_64.rpm | 120 kB 00:00<br \/>\n(1256\/1414): sssd-common-1.11.2-68.el7_0.5.x86_64.rpm | 1.2 MB 00:02<br \/>\n(1257\/1414): sssd-common-pac-1.11.2-68.el7_0.5.x86_64.rpm | 121 kB 00:00<br \/>\n(1258\/1414): sssd-ipa-1.11.2-68.el7_0.5.x86_64.rpm | 273 kB 00:00<br \/>\n(1259\/1414): sssd-krb5-1.11.2-68.el7_0.5.x86_64.rpm | 110 kB 00:00<br \/>\n(1260\/1414): sssd-krb5-common-1.11.2-68.el7_0.5.x86_64.rpm | 203 kB 00:00<br \/>\n(1261\/1414): sssd-ldap-1.11.2-68.el7_0.5.x86_64.rpm | 203 kB 00:00<br \/>\n(1262\/1414): sssd-proxy-1.11.2-68.el7_0.5.x86_64.rpm | 117 kB 00:00<br \/>\n(1263\/1414): startup-notification-0.12-8.el7.x86_64.rpm | 39 kB 00:00<br \/>\n(1264\/1414): stix-fonts-1.1.0-5.el7.noarch.rpm | 1.3 MB 00:00<br \/>\n(1265\/1414): strace-4.8-7.el7.x86_64.rpm | 265 kB 00:00<br \/>\n(1266\/1414): sudo-1.8.6p7-11.el7.x86_64.rpm | 717 kB 00:00<br \/>\n(1267\/1414): supermin-helper-4.1.4-2.el7.x86_64.rpm | 371 kB 00:00<br \/>\n(1268\/1414): syslinux-4.05-8.el7.x86_64.rpm | 1.0 MB 00:00<br \/>\n(1269\/1414): syslinux-extlinux-4.05-8.el7.x86_64.rpm | 359 kB 00:00<br \/>\n(1270\/1414): sysstat-10.1.5-4.el7.x86_64.rpm | 294 kB 00:00<br \/>\n(1271\/1414): system-config-date-1.10.6-2.el7.centos.noarch.rpm | 619 kB 00:00<br \/>\n(1272\/1414): system-config-date-docs-1.0.11-4.el7.noarch.rpm | 527 kB 00:00<br \/>\n(1273\/1414): system-config-firewall-base-1.2.29-10.el7.noarch.rpm | 414 kB 00:00<br \/>\n(1274\/1414): system-config-firewall-tui-1.2.29-10.el7.noarch.rpm | 38 kB 00:00<br \/>\n(1275\/1414): system-config-keyboard-1.4.0-4.el7.noarch.rpm | 33 kB 00:00<br \/>\n(1276\/1414): system-config-keyboard-base-1.4.0-4.el7.noarch.rpm | 103 kB 00:00<br \/>\n(1277\/1414): system-config-network-tui-1.6.0.el6.3-1.0.1.el6.noarch.rpm | 818 kB 00:00<br \/>\n(1278\/1414): system-config-printer-1.4.1-16.el7.x86_64.rpm | 292 kB 00:00<br \/>\n(1279\/1414): system-config-printer-libs-1.4.1-16.el7.noarch.rpm | 948 kB 00:00<br \/>\n(1280\/1414): system-config-printer-udev-1.4.1-16.el7.x86_64.rpm | 92 kB 00:00<br \/>\n(1281\/1414): system-config-users-1.3.5-2.el7.noarch.rpm | 337 kB 00:00<br \/>\n(1282\/1414): system-config-users-docs-1.0.9-6.el7.noarch.rpm | 308 kB 00:00<br \/>\n(1283\/1414): system-icon-theme-6.0.0-2.0.2.el6.noarch.rpm | 115 kB 00:01<br \/>\n(1284\/1414): systemd-208-11.el7_0.2.x86_64.rpm | 2.6 MB 00:04<br \/>\n(1285\/1414): systemd-devel-208-11.el7_0.2.x86_64.rpm | 144 kB 00:00<br \/>\n(1286\/1414): systemd-libs-208-11.el7_0.2.i686.rpm | 159 kB 00:00<br \/>\n(1287\/1414): systemd-libs-208-11.el7_0.2.x86_64.rpm | 153 kB 00:00<br \/>\n(1288\/1414): systemd-python-208-11.el7_0.2.x86_64.rpm | 82 kB 00:00<br \/>\n(1289\/1414): systemd-sysv-208-11.el7_0.2.x86_64.rpm | 35 kB 00:00<br \/>\n(1290\/1414): systemtap-runtime-2.4-14.el7.x86_64.rpm | 255 kB 00:00<br \/>\n(1291\/1414): systemtap-sdt-devel-2.4-14.el7.x86_64.rpm | 58 kB 00:00<br \/>\n(1292\/1414): sysvinit-tools-2.88-14.dsf.el7.x86_64.rpm | 63 kB 00:00<br \/>\n(1293\/1414): taglib-1.8-7.20130218git.el7.x86_64.rpm | 310 kB 00:00<br \/>\n(1294\/1414): tar-1.26-29.el7.x86_64.rpm | 843 kB 00:00<br \/>\n(1295\/1414): tcp_wrappers-7.6-77.el7.x86_64.rpm | 78 kB 00:00<br \/>\n(1296\/1414): tcp_wrappers-libs-7.6-77.el7.x86_64.rpm | 66 kB 00:00<br \/>\n(1297\/1414): tcpdump-4.5.1-2.el7.x86_64.rpm | 387 kB 00:00<br \/>\n(1298\/1414): tcsh-6.18.01-7.el7.x86_64.rpm | 337 kB 00:00<br \/>\n(1299\/1414): teamd-1.9-15.el7.x86_64.rpm | 103 kB 00:00<br \/>\n(1300\/1414): telepathy-filesystem-0.0.2-6.el7.noarch.rpm | 4.7 kB 00:00<br \/>\n(1301\/1414): telepathy-glib-0.20.4-5.el7.x86_64.rpm | 706 kB 00:00<br \/>\n(1302\/1414): telepathy-logger-0.8.0-5.el7.x86_64.rpm | 98 kB 00:00<br \/>\n(1303\/1414): thai-scalable-fonts-common-0.5.0-7.el7.noarch.rpm | 13 kB 00:00<br \/>\n(1304\/1414): thai-scalable-waree-fonts-0.5.0-7.el7.noarch.rpm | 168 kB 00:00<br \/>\n(1305\/1414): tibetan-machine-uni-fonts-1.901-12.el7.noarch.rpm | 973 kB 00:00<br \/>\n(1306\/1414): time-1.7-45.el7.x86_64.rpm | 30 kB 00:00<br \/>\n(1307\/1414): tmpwatch-2.11-5.el7.x86_64.rpm | 38 kB 00:00<br \/>\n(1308\/1414): totem-mozplugin-3.8.2-5.el7.x86_64.rpm | 184 kB 00:00<br \/>\n(1309\/1414): totem-pl-parser-3.4.5-3.el7.x86_64.rpm | 194 kB 00:00<br \/>\n(1310\/1414): trace-cmd-2.2.1-6.el7.x86_64.rpm | 1.6 MB 00:00<br \/>\n(1311\/1414): traceroute-2.0.19-5.el7.x86_64.rpm | 58 kB 00:00<br \/>\n(1312\/1414): tracker-0.16.2-8.el7.x86_64.rpm | 1.1 MB 00:00<br \/>\n(1313\/1414): ttmkfdir-3.0.9-41.el7.x86_64.rpm | 47 kB 00:00<br \/>\n(1314\/1414): tzdata-2014e-1.el7_0.noarch.rpm | 433 kB 00:00<br \/>\n(1315\/1414): tzdata-java-2014e-1.el7_0.noarch.rpm | 148 kB 00:00<br \/>\n(1316\/1414): udisks2-2.1.2-5.el7.x86_64.rpm | 311 kB 00:00<br \/>\n(1317\/1414): unbound-libs-1.4.20-19.el7.x86_64.rpm | 294 kB 00:00<br \/>\n(1318\/1414): unique3-3.0.2-8.el7.x86_64.rpm | 57 kB 00:00<br \/>\n(1319\/1414): unixODBC-2.2.14-12.el6_3.i686.rpm | 382 kB 00:00<br \/>\n(1320\/1414): unixODBC-2.3.1-10.el7.x86_64.rpm | 413 kB 00:00<br \/>\n(1321\/1414): unixODBC-devel-2.3.1-10.el7.x86_64.rpm | 54 kB 00:00<br \/>\n(1322\/1414): unzip-6.0-13.el7.x86_64.rpm | 165 kB 00:00<br \/>\n(1323\/1414): upower-0.9.20-7.el7.x86_64.rpm | 127 kB 00:00<br \/>\n(1324\/1414): urw-fonts-2.4-16.el7.noarch.rpm | 3.0 MB 00:01<br \/>\n(1325\/1414): usbmuxd-1.0.8-11.el7.x86_64.rpm | 70 kB 00:00<br \/>\n(1326\/1414): usbmuxd-devel-1.0.8-11.el7.x86_64.rpm | 11 kB 00:00<br \/>\n(1327\/1414): usbredir-0.6-7.el7.x86_64.rpm | 44 kB 00:00<br \/>\n(1328\/1414): usbutils-007-4.el7.x86_64.rpm | 79 kB 00:00<br \/>\n(1329\/1414): usermode-1.111-5.el7.x86_64.rpm | 193 kB 00:00<br \/>\n(1330\/1414): usermode-gtk-1.111-5.el7.x86_64.rpm | 109 kB 00:00<br \/>\n(1331\/1414): ustr-1.0.4-16.el7.x86_64.rpm | 92 kB 00:00<br \/>\n(1332\/1414): util-linux-2.23.2-16.el7.x86_64.rpm | 1.8 MB 00:00<br \/>\n(1333\/1414): valgrind-3.9.0-6.el7.x86_64.rpm | 14 MB 00:04<br \/>\n(1334\/1414): vim-common-7.4.160-1.el7.x86_64.rpm | 5.9 MB 00:02<br \/>\n(1335\/1414): vim-enhanced-7.4.160-1.el7.x86_64.rpm | 1.0 MB 00:00<br \/>\n(1336\/1414): vim-filesystem-7.4.160-1.el7.x86_64.rpm | 9.6 kB 00:00<br \/>\n(1337\/1414): vim-minimal-7.4.160-1.el7.x86_64.rpm | 436 kB 00:00<br \/>\n(1338\/1414): vino-3.8.1-10.el7.x86_64.rpm | 445 kB 00:00<br \/>\n(1339\/1414): virt-what-1.13-5.el7.x86_64.rpm | 26 kB 00:00<br \/>\n(1340\/1414): vlgothic-fonts-20130607-2.el7.noarch.rpm | 2.2 MB 00:00<br \/>\n(1341\/1414): vlgothic-p-fonts-20130607-2.el7.noarch.rpm | 2.2 MB 00:00<br \/>\n(1342\/1414): vte3-0.34.6-3.el7.x86_64.rpm | 333 kB 00:00<br \/>\n(1343\/1414): wavpack-4.60.1-9.el7.x86_64.rpm | 131 kB 00:00<br \/>\n(1344\/1414): webkitgtk3-2.0.4-6.el7_0.1.x86_64.rpm | 10 MB 00:03<br \/>\n(1345\/1414): webrtc-audio-processing-0.1-5.el7.x86_64.rpm | 108 kB 00:00<br \/>\n(1346\/1414): wget-1.14-10.el7.x86_64.rpm | 545 kB 00:00<br \/>\n(1347\/1414): which-2.20-7.el7.x86_64.rpm | 41 kB 00:00<br \/>\n(1348\/1414): words-3.0-22.el7.noarch.rpm | 1.4 MB 00:00<br \/>\n(1349\/1414): wpa_supplicant-2.0-12.el7.x86_64.rpm | 801 kB 00:00<br \/>\n(1350\/1414): wqy-zenhei-fonts-0.9.46-11.el7.noarch.rpm | 7.7 MB 00:02<br \/>\n(1351\/1414): xcb-util-0.3.9-4.el7.x86_64.rpm | 14 kB 00:00<br \/>\n(1352\/1414): xdg-user-dirs-0.15-4.el7.x86_64.rpm | 59 kB 00:00<br \/>\n(1353\/1414): xdg-user-dirs-gtk-0.10-4.el7.x86_64.rpm | 66 kB 00:00<br \/>\n(1354\/1414): xdg-utils-1.1.0-0.16.20120809git.el7.noarch.rpm | 70 kB 00:00<br \/>\n(1355\/1414): xfsprogs-3.2.0-0.10.alpha2.el7.x86_64.rpm | 847 kB 00:00<br \/>\n(1356\/1414): xkeyboard-config-2.9-4.el7.noarch.rpm | 718 kB 00:00<br \/>\n(1357\/1414): xml-common-0.6.3-39.el7.noarch.rpm | 26 kB 00:00<br \/>\n(1358\/1414): xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64.rpm | 130 kB 00:00<br \/>\n(1359\/1414): xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64.rpm | 32 kB 00:00<br \/>\n(1360\/1414): xorg-x11-drivers-7.7-6.el7.x86_64.rpm | 8.9 kB 00:00<br \/>\n(1361\/1414): xorg-x11-drv-ati-7.2.0-9.20140113git3213df1.el7.x86_64.rpm | 162 kB 00:00<br \/>\n(1362\/1414): xorg-x11-drv-dummy-0.3.6-15.el7.x86_64.rpm | 16 kB 00:00<br \/>\n(1363\/1414): xorg-x11-drv-evdev-2.8.2-5.el7.x86_64.rpm | 45 kB 00:00<br \/>\n(1364\/1414): xorg-x11-drv-fbdev-0.4.3-15.el7.x86_64.rpm | 19 kB 00:00<br \/>\n(1365\/1414): xorg-x11-drv-intel-2.21.15-13.el7.x86_64.rpm | 541 kB 00:00<br \/>\n(1366\/1414): xorg-x11-drv-keyboard-1.8.0-4.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(1367\/1414): xorg-x11-drv-modesetting-0.8.0-13.el7.x86_64.rpm | 28 kB 00:00<br \/>\n(1368\/1414): xorg-x11-drv-mouse-1.9.0-6.el7.x86_64.rpm | 35 kB 00:00<br \/>\n(1369\/1414): xorg-x11-drv-nouveau-1.0.10-5.el7.x86_64.rpm | 96 kB 00:00<br \/>\n(1370\/1414): xorg-x11-drv-openchrome-0.3.3-6.el7.x86_64.rpm | 170 kB 00:00<br \/>\n(1371\/1414): xorg-x11-drv-qxl-0.1.1-9.el7.x86_64.rpm | 89 kB 00:00<br \/>\n(1372\/1414): xorg-x11-drv-synaptics-1.7.1-10.el7_0.1.x86_64.rpm | 81 kB 00:00<br \/>\n(1373\/1414): xorg-x11-drv-v4l-0.2.0-35.el7.x86_64.rpm | 20 kB 00:00<br \/>\n(1374\/1414): xorg-x11-drv-vesa-2.3.2-14.el7.x86_64.rpm | 23 kB 00:00<br \/>\n(1375\/1414): xorg-x11-drv-vmmouse-13.0.0-10.el7.x86_64.rpm | 22 kB 00:00<br \/>\n(1376\/1414): xorg-x11-drv-vmware-13.0.1-7.el7.x86_64.rpm | 74 kB 00:00<br \/>\n(1377\/1414): xorg-x11-drv-void-1.4.0-23.el7.x86_64.rpm | 14 kB 00:00<br \/>\n(1378\/1414): xorg-x11-drv-wacom-0.23.0-6.el7.x86_64.rpm | 263 kB 00:00<br \/>\n(1379\/1414): xorg-x11-font-utils-7.5-18.1.el7.x86_64.rpm | 87 kB 00:00<br \/>\n(1380\/1414): xorg-x11-fonts-100dpi-7.5-9.el7.noarch.rpm | 3.1 MB 00:01<br \/>\n(1381\/1414): xorg-x11-fonts-ISO8859-1-100dpi-7.5-9.el7.noarch.rpm | 1.1 MB 00:00<br \/>\n(1382\/1414): xorg-x11-fonts-Type1-7.5-9.el7.noarch.rpm | 521 kB 00:00<br \/>\n(1383\/1414): xorg-x11-fonts-misc-7.5-9.el7.noarch.rpm | 5.8 MB 00:02<br \/>\n(1384\/1414): xorg-x11-glamor-0.5.1-4.20140115gitfb4d046c.el7.x86_64.rpm | 103 kB 00:00<br \/>\n(1385\/1414): xorg-x11-proto-devel-7.7-8.el7.1.noarch.rpm | 281 kB 00:00<br \/>\n(1386\/1414): xorg-x11-server-Xorg-1.15.0-7.el7.x86_64.rpm | 1.3 MB 00:00<br \/>\n(1387\/1414): xorg-x11-server-common-1.15.0-7.el7.x86_64.rpm | 47 kB 00:00<br \/>\n(1388\/1414): xorg-x11-server-utils-7.7-4.el7.x86_64.rpm | 174 kB 00:00<br \/>\n(1389\/1414): xorg-x11-utils-7.5-13.1.el7.x86_64.rpm | 111 kB 00:00<br \/>\n(1390\/1414): xorg-x11-xauth-1.0.7-6.1.el7.x86_64.rpm | 29 kB 00:00<br \/>\n(1391\/1414): xorg-x11-xinit-1.3.2-13.el7.x86_64.rpm | 54 kB 00:00<br \/>\n(1392\/1414): xorg-x11-xkb-utils-7.7-9.1.el7.x86_64.rpm | 93 kB 00:00<br \/>\n(1393\/1414): xulrunner-24.7.0-1.el7.centos.x86_64.rpm | 22 MB 00:40<br \/>\n(1394\/1414): xvattr-1.3-27.el7.x86_64.rpm | 22 kB 00:00<br \/>\n(1395\/1414): xz-5.1.2-8alpha.el7.x86_64.rpm | 199 kB 00:00<br \/>\n(1396\/1414): xz-devel-5.1.2-8alpha.el7.x86_64.rpm | 44 kB 00:00<br \/>\n(1397\/1414): xz-libs-5.1.2-8alpha.el7.i686.rpm | 107 kB 00:00<br \/>\n(1398\/1414): xz-libs-5.1.2-8alpha.el7.x86_64.rpm | 102 kB 00:00<br \/>\n(1399\/1414): xz-lzma-compat-5.1.2-8alpha.el7.x86_64.rpm | 18 kB 00:00<br \/>\n(1400\/1414): yajl-2.0.4-4.el7.x86_64.rpm | 39 kB 00:00<br \/>\n(1401\/1414): yelp-3.8.1-7.el7.x86_64.rpm | 802 kB 00:00<br \/>\n(1402\/1414): yelp-libs-3.8.1-7.el7.x86_64.rpm | 93 kB 00:00<br \/>\n(1403\/1414): yelp-xsl-3.8.1-2.el7.noarch.rpm | 295 kB 00:00<br \/>\n(1404\/1414): yp-tools-2.14-3.el7.x86_64.rpm | 79 kB 00:00<br \/>\n(1405\/1414): ypbind-1.37.1-7.el7.x86_64.rpm | 62 kB 00:00<br \/>\n(1406\/1414): yum-3.4.3-118.el7.centos.noarch.rpm | 1.2 MB 00:00<br \/>\n(1407\/1414): yum-metadata-parser-1.1.4-10.el7.x86_64.rpm | 28 kB 00:00<br \/>\n(1408\/1414): yum-plugin-fastestmirror-1.1.31-24.el7.noarch.rpm | 28 kB 00:00<br \/>\n(1409\/1414): yum-utils-1.1.31-24.el7.noarch.rpm | 111 kB 00:00<br \/>\n(1410\/1414): zenity-3.8.0-4.el7.x86_64.rpm | 3.4 MB 00:01<br \/>\n(1411\/1414): zip-3.0-10.el7.x86_64.rpm | 260 kB 00:00<br \/>\n(1412\/1414): zlib-1.2.7-13.el7.i686.rpm | 90 kB 00:00<br \/>\n(1413\/1414): zlib-1.2.7-13.el7.x86_64.rpm | 89 kB 00:00<br \/>\n(1414\/1414): zlib-devel-1.2.7-13.el7.x86_64.rpm | 49 kB 00:00<br \/>\ntesting upgrade transaction<br \/>\nrpm transaction 100% [======================================================================================================================================================================================================================]<br \/>\nrpm install 100% [==========================================================================================================================================================================================================================]<br \/>\nsetting up system for upgrade<br \/>\nFinished. Reboot to start upgrade.<br \/>\n[root@oracle ~]#<\/p>\n<p style=\"color: #000000;\">Now reboot the server.<\/p>\n<div class=\"wp_syntax\" style=\"color: #110000;\">\n<table>\n<tbody>\n<tr>\n<td class=\"code\">\n<pre class=\"dos\"># reboot<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h4 style=\"color: #000000;\"><span style=\"color: #800000;\">Upgrade toCentOS 7:<\/span><\/h4>\n<p style=\"color: #000000;\">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.<\/p>\n<p><span style=\"color: #000000;\">\u00a0<\/span><\/p>\n<h4><span style=\"color: #800000;\">Upgrade toCentOS 7:<\/span><\/h4>\n<p>&nbsp;<\/p>\n<p>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.<\/p>\n<p><span style=\"color: #000000;\"><br \/>\n<a href=\"http:\/\/rmohan.com\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Login.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3390\" src=\"http:\/\/rmohan.com\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Login.jpg\" alt=\"CentOS-6-to-CentOS-7-Login\" width=\"646\" height=\"78\" srcset=\"https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Login.jpg 646w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Login-300x36.jpg 300w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Login-150x18.jpg 150w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Login-400x48.jpg 400w\" sizes=\"(max-width: 646px) 100vw, 646px\" \/><\/a> <a href=\"http:\/\/rmohan.com\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3391\" src=\"http:\/\/rmohan.com\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-1.png\" alt=\"CentOS-6-to-CentOS-7-Upgrading-the-Packages-1\" width=\"1280\" height=\"768\" srcset=\"https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-1.png 1280w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-1-300x180.png 300w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-1-1024x614.png 1024w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-1-150x90.png 150w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-1-400x240.png 400w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-1-900x540.png 900w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/><\/a> <a href=\"http:\/\/rmohan.com\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3392\" src=\"http:\/\/rmohan.com\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-2.png\" alt=\"CentOS-6-to-CentOS-7-Upgrading-the-Packages-2\" width=\"1280\" height=\"768\" srcset=\"https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-2.png 1280w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-2-300x180.png 300w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-2-1024x614.png 1024w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-2-150x90.png 150w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-2-400x240.png 400w, https:\/\/mohan.sg\/wp-content\/uploads\/2014\/08\/CentOS-6-to-CentOS-7-Upgrading-the-Packages-2-900x540.png 900w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/><\/a><\/p>\n<p><\/span><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Red Hat Enterprise Linux 6 to 7? Migrating existing Red Hat Enterprise Linux installations to new major versions<\/p>\n<p>Migration vs. Upgrade \u2022migration: Moving a set of running services from one installed system to another, including all configuration aspects and data. \u2022upgrade: Upgrading the installed software to newer revisions. This process may or may not include [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,4,50],"tags":[],"_links":{"self":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/3383"}],"collection":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3383"}],"version-history":[{"count":7,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/3383\/revisions"}],"predecessor-version":[{"id":3393,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/3383\/revisions\/3393"}],"wp:attachment":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3383"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3383"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3383"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}