Advertisement
Guest User

test

a guest
May 13th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 100.75 KB | None | 0 0
  1. *****************************************************
  2. Downloading all required software for install routines.
  3. (B*****************************************************
  4. *************************************************
  5. * Installing Development Tools
  6. (B*************************************************
  7. please wait for yum download and installs to complete.
  8. yum installs in less verbose mode so final install status is only shown..
  9. ....
  10. ......
  11. .........
  12. Package yum-plugin-fastestmirror-1.1.31-34.el7.noarch already installed and latest version
  13. Package yum-3.4.3-132.el7.centos.0.1.noarch already installed and latest version
  14. setting yum priorities for CentOS-Base.repo
  15. [base]
  16. name=CentOS-$releasever - Base
  17. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
  18. #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
  19. gpgcheck=1
  20. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  21. [updates]
  22. name=CentOS-$releasever - Updates
  23. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
  24. #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
  25. gpgcheck=1
  26. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  27. [extras]
  28. name=CentOS-$releasever - Extras
  29. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
  30. #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
  31. gpgcheck=1
  32. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  33. [centosplus]
  34. name=CentOS-$releasever - Plus
  35. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
  36. #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
  37. gpgcheck=1
  38. enabled=0
  39. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  40. *************************************************
  41. (BFixing CentOS-Base.repo YUM Priorities
  42. (B*************************************************
  43. (B# CentOS-Base.repo
  44. #
  45. # The mirror system uses the connecting IP address of the client and the
  46. # update status of each mirror to pick mirrors that are updated to and
  47. # geographically close to the client. You should use this for CentOS updates
  48. # unless you are manually picking other mirrors.
  49. #
  50. # If the mirrorlist= does not work for you, as a fall back you can try the
  51. # remarked out baseurl= line instead.
  52. #
  53. #
  54.  
  55. [base]
  56. name=CentOS-$releasever - Base
  57. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
  58. #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
  59. gpgcheck=1
  60. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  61. priority=1
  62.  
  63. #released updates
  64. [updates]
  65. name=CentOS-$releasever - Updates
  66. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
  67. #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
  68. gpgcheck=1
  69. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  70. priority=1
  71. priority=1
  72.  
  73. #additional packages that may be useful
  74. [extras]
  75. name=CentOS-$releasever - Extras
  76. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
  77. #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
  78. gpgcheck=1
  79. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  80. priority=1
  81.  
  82. #additional packages that extend functionality of existing packages
  83. [centosplus]
  84. name=CentOS-$releasever - Plus
  85. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
  86. #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
  87. gpgcheck=1
  88. enabled=0
  89. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  90. priority=2
  91. priority=2
  92.  
  93.  
  94. setting yum priorities for CentOS-CR.repo
  95. [cr]
  96. name=CentOS-$releasever - cr
  97. baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/
  98. gpgcheck=1
  99. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  100. *************************************************
  101. (BFixing CentOS-CR.repo YUM Priorities
  102. (B*************************************************
  103. (B# CentOS-CR.repo
  104. #
  105. # The Continuous Release ( CR ) repository contains rpms that are due in the next
  106. # release for a specific CentOS Version ( eg. next release in CentOS-7 ); these rpms
  107. # are far less tested, with no integration checking or update path testing having
  108. # taken place. They are still built from the upstream sources, but might not map
  109. # to an exact upstream distro release.
  110. #
  111. # These packages are made available soon after they are built, for people willing
  112. # to test their environments, provide feedback on content for the next release, and
  113. # for people looking for early-access to next release content.
  114. #
  115. # The CR repo is shipped in a disabled state by default; its important that users
  116. # understand the implications of turning this on.
  117. #
  118. # NOTE: We do not use a mirrorlist for the CR repos, to ensure content is available
  119. # to everyone as soon as possible, and not need to wait for the external
  120. # mirror network to seed first. However, many local mirrors will carry CR repos
  121. # and if desired you can use one of these local mirrors by editing the baseurl
  122. # line in the repo config below.
  123. #
  124.  
  125. [cr]
  126. name=CentOS-$releasever - cr
  127. baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/
  128. gpgcheck=1
  129. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  130. priority=1
  131. enabled=0
  132.  
  133. Processing package: virt-what
  134. ----------------------------------------------------------------------------------
  135. virt-what already installed
  136. ----------------------------------------------------------------------------------
  137. Processing package: gawk
  138. ----------------------------------------------------------------------------------
  139. gawk already installed
  140. ----------------------------------------------------------------------------------
  141. Processing package: deltarpm
  142. ----------------------------------------------------------------------------------
  143. Installing deltarpm
  144. (B----------------------------------------------------------------------------------
  145. ----------------------------------------------------------------------------------
  146. Processing package: cracklib
  147. ----------------------------------------------------------------------------------
  148. cracklib already installed
  149. ----------------------------------------------------------------------------------
  150. Processing package: ca-certificates
  151. ----------------------------------------------------------------------------------
  152. ca-certificates already installed
  153. ----------------------------------------------------------------------------------
  154. Processing package: yum-plugin-security
  155. ----------------------------------------------------------------------------------
  156. Installing yum-plugin-security
  157. (B----------------------------------------------------------------------------------
  158. Package yum-3.4.3-132.el7.centos.0.1.noarch already installed and latest version
  159. ----------------------------------------------------------------------------------
  160. Processing package: yum-utils
  161. ----------------------------------------------------------------------------------
  162. Installing yum-utils
  163. (B----------------------------------------------------------------------------------
  164. ----------------------------------------------------------------------------------
  165. Processing package: bash
  166. ----------------------------------------------------------------------------------
  167. bash already installed
  168. ----------------------------------------------------------------------------------
  169. Processing package: mlocate
  170. ----------------------------------------------------------------------------------
  171. Installing mlocate
  172. (B----------------------------------------------------------------------------------
  173. ----------------------------------------------------------------------------------
  174. Processing package: subversion
  175. ----------------------------------------------------------------------------------
  176. Installing subversion
  177. (B----------------------------------------------------------------------------------
  178. ----------------------------------------------------------------------------------
  179. Processing package: rsyslog
  180. ----------------------------------------------------------------------------------
  181. rsyslog already installed
  182. ----------------------------------------------------------------------------------
  183. Processing package: dos2unix
  184. ----------------------------------------------------------------------------------
  185. Installing dos2unix
  186. (B----------------------------------------------------------------------------------
  187. ----------------------------------------------------------------------------------
  188. Processing package: net-tools
  189. ----------------------------------------------------------------------------------
  190. net-tools already installed
  191. ----------------------------------------------------------------------------------
  192. Processing package: imake
  193. ----------------------------------------------------------------------------------
  194. Installing imake
  195. (B----------------------------------------------------------------------------------
  196. ----------------------------------------------------------------------------------
  197. Processing package: bind-utils
  198. ----------------------------------------------------------------------------------
  199. Installing bind-utils
  200. (B----------------------------------------------------------------------------------
  201. ----------------------------------------------------------------------------------
  202. Processing package: libatomic_ops-devel
  203. ----------------------------------------------------------------------------------
  204. Installing libatomic_ops-devel
  205. (B----------------------------------------------------------------------------------
  206. ----------------------------------------------------------------------------------
  207. Processing package: time
  208. ----------------------------------------------------------------------------------
  209. Installing time
  210. (B----------------------------------------------------------------------------------
  211. ----------------------------------------------------------------------------------
  212. Processing package: coreutils
  213. ----------------------------------------------------------------------------------
  214. coreutils already installed
  215. ----------------------------------------------------------------------------------
  216. Processing package: autoconf
  217. ----------------------------------------------------------------------------------
  218. Installing autoconf
  219. (B----------------------------------------------------------------------------------
  220. ----------------------------------------------------------------------------------
  221. Processing package: cronie
  222. ----------------------------------------------------------------------------------
  223. cronie already installed
  224. ----------------------------------------------------------------------------------
  225. Processing package: crontabs
  226. ----------------------------------------------------------------------------------
  227. crontabs already installed
  228. ----------------------------------------------------------------------------------
  229. Processing package: cronie-anacron
  230. ----------------------------------------------------------------------------------
  231. cronie-anacron already installed
  232. ----------------------------------------------------------------------------------
  233. Processing package: nc
  234. ----------------------------------------------------------------------------------
  235. Installing nc
  236. (B----------------------------------------------------------------------------------
  237. ----------------------------------------------------------------------------------
  238. Processing package: gcc
  239. ----------------------------------------------------------------------------------
  240. Installing gcc
  241. (B----------------------------------------------------------------------------------
  242. ----------------------------------------------------------------------------------
  243. Processing package: gcc-c++
  244. ----------------------------------------------------------------------------------
  245. Installing gcc-c++
  246. (B----------------------------------------------------------------------------------
  247. ----------------------------------------------------------------------------------
  248. Processing package: automake
  249. ----------------------------------------------------------------------------------
  250. Installing automake
  251. (B----------------------------------------------------------------------------------
  252. ----------------------------------------------------------------------------------
  253. Processing package: libtool
  254. ----------------------------------------------------------------------------------
  255. Installing libtool
  256. (B----------------------------------------------------------------------------------
  257. ----------------------------------------------------------------------------------
  258. Processing package: make
  259. ----------------------------------------------------------------------------------
  260. make already installed
  261. ----------------------------------------------------------------------------------
  262. Processing package: libXext-devel
  263. ----------------------------------------------------------------------------------
  264. Installing libXext-devel
  265. (B----------------------------------------------------------------------------------
  266. ----------------------------------------------------------------------------------
  267. Processing package: unzip
  268. ----------------------------------------------------------------------------------
  269. unzip already installed
  270. ----------------------------------------------------------------------------------
  271. Processing package: patch
  272. ----------------------------------------------------------------------------------
  273. Installing patch
  274. (B----------------------------------------------------------------------------------
  275. ----------------------------------------------------------------------------------
  276. Processing package: sysstat
  277. ----------------------------------------------------------------------------------
  278. sysstat already installed
  279. ----------------------------------------------------------------------------------
  280. Processing package: openssh
  281. ----------------------------------------------------------------------------------
  282. openssh already installed
  283. ----------------------------------------------------------------------------------
  284. Processing package: flex
  285. ----------------------------------------------------------------------------------
  286. Installing flex
  287. (B----------------------------------------------------------------------------------
  288. ----------------------------------------------------------------------------------
  289. Processing package: bison
  290. ----------------------------------------------------------------------------------
  291. Installing bison
  292. (B----------------------------------------------------------------------------------
  293. ----------------------------------------------------------------------------------
  294. Processing package: file
  295. ----------------------------------------------------------------------------------
  296. file already installed
  297. ----------------------------------------------------------------------------------
  298. Processing package: libgcj
  299. ----------------------------------------------------------------------------------
  300. Installing libgcj
  301. (B----------------------------------------------------------------------------------
  302. Error: Nothing to do
  303. ----------------------------------------------------------------------------------
  304. Processing package: libtool-libs
  305. ----------------------------------------------------------------------------------
  306. Installing libtool-libs
  307. (B----------------------------------------------------------------------------------
  308. ----------------------------------------------------------------------------------
  309. Processing package: libtool-ltdl-devel
  310. ----------------------------------------------------------------------------------
  311. Installing libtool-ltdl-devel
  312. (B----------------------------------------------------------------------------------
  313. ----------------------------------------------------------------------------------
  314. Processing package: krb5-devel
  315. ----------------------------------------------------------------------------------
  316. Installing krb5-devel
  317. (B----------------------------------------------------------------------------------
  318. ----------------------------------------------------------------------------------
  319. Processing package: libXpm-devel
  320. ----------------------------------------------------------------------------------
  321. Installing libXpm-devel
  322. (B----------------------------------------------------------------------------------
  323. ----------------------------------------------------------------------------------
  324. Processing package: nano
  325. ----------------------------------------------------------------------------------
  326. nano already installed
  327. ----------------------------------------------------------------------------------
  328. Processing package: gmp-devel
  329. ----------------------------------------------------------------------------------
  330. Installing gmp-devel
  331. (B----------------------------------------------------------------------------------
  332. ----------------------------------------------------------------------------------
  333. Processing package: aspell-devel
  334. ----------------------------------------------------------------------------------
  335. Installing aspell-devel
  336. (B----------------------------------------------------------------------------------
  337. ----------------------------------------------------------------------------------
  338. Processing package: numactl
  339. ----------------------------------------------------------------------------------
  340. Installing numactl
  341. (B----------------------------------------------------------------------------------
  342. ----------------------------------------------------------------------------------
  343. Processing package: lsof
  344. ----------------------------------------------------------------------------------
  345. Installing lsof
  346. (B----------------------------------------------------------------------------------
  347. ----------------------------------------------------------------------------------
  348. Processing package: pkgconfig
  349. ----------------------------------------------------------------------------------
  350. pkgconfig already installed
  351. ----------------------------------------------------------------------------------
  352. Processing package: gdbm-devel
  353. ----------------------------------------------------------------------------------
  354. Installing gdbm-devel
  355. (B----------------------------------------------------------------------------------
  356. ----------------------------------------------------------------------------------
  357. Processing package: tk-devel
  358. ----------------------------------------------------------------------------------
  359. Installing tk-devel
  360. (B----------------------------------------------------------------------------------
  361. ----------------------------------------------------------------------------------
  362. Processing package: bluez-libs-devel
  363. ----------------------------------------------------------------------------------
  364. Installing bluez-libs-devel
  365. (B----------------------------------------------------------------------------------
  366. ----------------------------------------------------------------------------------
  367. Processing package: iptables*
  368. ----------------------------------------------------------------------------------
  369. iptables* already installed
  370. ----------------------------------------------------------------------------------
  371. Processing package: rrdtool
  372. ----------------------------------------------------------------------------------
  373. Installing rrdtool
  374. (B----------------------------------------------------------------------------------
  375. ----------------------------------------------------------------------------------
  376. Processing package: diffutils
  377. ----------------------------------------------------------------------------------
  378. diffutils already installed
  379. ----------------------------------------------------------------------------------
  380. Processing package: which
  381. ----------------------------------------------------------------------------------
  382. which already installed
  383. ----------------------------------------------------------------------------------
  384. Processing package: perl-Test-Simple
  385. ----------------------------------------------------------------------------------
  386. Installing perl-Test-Simple
  387. (B----------------------------------------------------------------------------------
  388. ----------------------------------------------------------------------------------
  389. Processing package: perl-ExtUtils-Embed
  390. ----------------------------------------------------------------------------------
  391. Installing perl-ExtUtils-Embed
  392. (B----------------------------------------------------------------------------------
  393. ----------------------------------------------------------------------------------
  394. Processing package: perl-ExtUtils-MakeMaker
  395. ----------------------------------------------------------------------------------
  396. perl-ExtUtils-MakeMaker already installed
  397. ----------------------------------------------------------------------------------
  398. Processing package: perl-Time-HiRes
  399. ----------------------------------------------------------------------------------
  400. perl-Time-HiRes already installed
  401. ----------------------------------------------------------------------------------
  402. Processing package: perl-libwww-perl
  403. ----------------------------------------------------------------------------------
  404. Installing perl-libwww-perl
  405. (B----------------------------------------------------------------------------------
  406. ----------------------------------------------------------------------------------
  407. Processing package: perl-Crypt-SSLeay
  408. ----------------------------------------------------------------------------------
  409. Installing perl-Crypt-SSLeay
  410. (B----------------------------------------------------------------------------------
  411. ----------------------------------------------------------------------------------
  412. Processing package: perl-Net-SSLeay
  413. ----------------------------------------------------------------------------------
  414. perl-Net-SSLeay already installed
  415. ----------------------------------------------------------------------------------
  416. Processing package: cyrus-imapd
  417. ----------------------------------------------------------------------------------
  418. Installing cyrus-imapd
  419. (B----------------------------------------------------------------------------------
  420. ----------------------------------------------------------------------------------
  421. Processing package: cyrus-sasl-md5
  422. ----------------------------------------------------------------------------------
  423. Installing cyrus-sasl-md5
  424. (B----------------------------------------------------------------------------------
  425. ----------------------------------------------------------------------------------
  426. Processing package: cyrus-sasl-plain
  427. ----------------------------------------------------------------------------------
  428. Installing cyrus-sasl-plain
  429. (B----------------------------------------------------------------------------------
  430. ----------------------------------------------------------------------------------
  431. Processing package: strace
  432. ----------------------------------------------------------------------------------
  433. Installing strace
  434. (B----------------------------------------------------------------------------------
  435. ----------------------------------------------------------------------------------
  436. Processing package: cmake
  437. ----------------------------------------------------------------------------------
  438. Installing cmake
  439. (B----------------------------------------------------------------------------------
  440. ----------------------------------------------------------------------------------
  441. Processing package: git
  442. ----------------------------------------------------------------------------------
  443. Installing git
  444. (B----------------------------------------------------------------------------------
  445. ----------------------------------------------------------------------------------
  446. Processing package: net-snmp-libs
  447. ----------------------------------------------------------------------------------
  448. net-snmp-libs already installed
  449. ----------------------------------------------------------------------------------
  450. Processing package: net-snmp-utils
  451. ----------------------------------------------------------------------------------
  452. Installing net-snmp-utils
  453. (B----------------------------------------------------------------------------------
  454. ----------------------------------------------------------------------------------
  455. Processing package: iotop
  456. ----------------------------------------------------------------------------------
  457. Installing iotop
  458. (B----------------------------------------------------------------------------------
  459. ----------------------------------------------------------------------------------
  460. Processing package: {libvpx,libvpx-devel}
  461. ----------------------------------------------------------------------------------
  462. Installing {libvpx,libvpx-devel}
  463. (B----------------------------------------------------------------------------------
  464. ----------------------------------------------------------------------------------
  465. Processing package: {t1lib,t1lib-devel}
  466. ----------------------------------------------------------------------------------
  467. Installing {t1lib,t1lib-devel}
  468. (B----------------------------------------------------------------------------------
  469. ----------------------------------------------------------------------------------
  470. Processing package: {expect,expect-devel}
  471. ----------------------------------------------------------------------------------
  472. Installing {expect,expect-devel}
  473. (B----------------------------------------------------------------------------------
  474. Package expect-5.45-14.el7_1.x86_64 already installed and latest version
  475. ----------------------------------------------------------------------------------
  476. Processing package: {readline,readline-devel}
  477. ----------------------------------------------------------------------------------
  478. Installing {readline,readline-devel}
  479. (B----------------------------------------------------------------------------------
  480. Package readline-6.2-9.el7.x86_64 already installed and latest version
  481. ----------------------------------------------------------------------------------
  482. Processing package: {libedit,libedit-devel}
  483. ----------------------------------------------------------------------------------
  484. Installing {libedit,libedit-devel}
  485. (B----------------------------------------------------------------------------------
  486. Package libedit-3.0-12.20121213cvs.el7.x86_64 already installed and latest version
  487. ----------------------------------------------------------------------------------
  488. Processing package: {openssl,openssl-devel}
  489. ----------------------------------------------------------------------------------
  490. Installing {openssl,openssl-devel}
  491. (B----------------------------------------------------------------------------------
  492. Package 1:openssl-1.0.1e-51.el7_2.5.x86_64 already installed and latest version
  493. ----------------------------------------------------------------------------------
  494. Processing package: {curl,curl-devel}
  495. ----------------------------------------------------------------------------------
  496. Installing {curl,curl-devel}
  497. (B----------------------------------------------------------------------------------
  498. Package curl-7.29.0-25.el7.centos.x86_64 already installed and latest version
  499. ----------------------------------------------------------------------------------
  500. Processing package: {openldap,openldap-devel}
  501. ----------------------------------------------------------------------------------
  502. Installing {openldap,openldap-devel}
  503. (B----------------------------------------------------------------------------------
  504. Package openldap-2.4.40-9.el7_2.x86_64 already installed and latest version
  505. ----------------------------------------------------------------------------------
  506. Processing package: {zlib,zlib-devel}
  507. ----------------------------------------------------------------------------------
  508. {zlib,zlib-devel} already installed
  509. ----------------------------------------------------------------------------------
  510. Processing package: {gd,gd-devel}
  511. ----------------------------------------------------------------------------------
  512. Installing {gd,gd-devel}
  513. (B----------------------------------------------------------------------------------
  514. ----------------------------------------------------------------------------------
  515. Processing package: {pcre,pcre-devel}
  516. ----------------------------------------------------------------------------------
  517. {pcre,pcre-devel} already installed
  518. ----------------------------------------------------------------------------------
  519. Processing package: {gettext,gettext-devel}
  520. ----------------------------------------------------------------------------------
  521. Installing {gettext,gettext-devel}
  522. (B----------------------------------------------------------------------------------
  523. Package gettext-0.18.2.1-4.el7.x86_64 already installed and latest version
  524. ----------------------------------------------------------------------------------
  525. Processing package: {libidn,libidn-devel}
  526. ----------------------------------------------------------------------------------
  527. Installing {libidn,libidn-devel}
  528. (B----------------------------------------------------------------------------------
  529. Package libidn-1.28-4.el7.x86_64 already installed and latest version
  530. ----------------------------------------------------------------------------------
  531. Processing package: {libjpeg,libjpeg-devel}
  532. ----------------------------------------------------------------------------------
  533. Installing {libjpeg,libjpeg-devel}
  534. (B----------------------------------------------------------------------------------
  535. Package libjpeg-turbo-1.2.90-5.el7.x86_64 already installed and latest version
  536. Package libjpeg-turbo-devel-1.2.90-5.el7.x86_64 already installed and latest version
  537. ----------------------------------------------------------------------------------
  538. Processing package: {libpng,libpng-devel}
  539. ----------------------------------------------------------------------------------
  540. {libpng,libpng-devel} already installed
  541. ----------------------------------------------------------------------------------
  542. Processing package: {freetype,freetype-devel}
  543. ----------------------------------------------------------------------------------
  544. {freetype,freetype-devel} already installed
  545. ----------------------------------------------------------------------------------
  546. Processing package: {libxml2,libxml2-devel}
  547. ----------------------------------------------------------------------------------
  548. Installing {libxml2,libxml2-devel}
  549. (B----------------------------------------------------------------------------------
  550. Package libxml2-2.9.1-6.el7_2.2.x86_64 already installed and latest version
  551. ----------------------------------------------------------------------------------
  552. Processing package: {glib2,glib2-devel}
  553. ----------------------------------------------------------------------------------
  554. Installing {glib2,glib2-devel}
  555. (B----------------------------------------------------------------------------------
  556. Package glib2-2.42.2-5.el7.x86_64 already installed and latest version
  557. ----------------------------------------------------------------------------------
  558. Processing package: {bzip2,bzip2-devel}
  559. ----------------------------------------------------------------------------------
  560. Installing {bzip2,bzip2-devel}
  561. (B----------------------------------------------------------------------------------
  562. ----------------------------------------------------------------------------------
  563. Processing package: {ncurses,ncurses-devel}
  564. ----------------------------------------------------------------------------------
  565. {ncurses,ncurses-devel} already installed
  566. ----------------------------------------------------------------------------------
  567. Processing package: {e2fsprogs,e2fsprogs-devel}
  568. ----------------------------------------------------------------------------------
  569. Installing {e2fsprogs,e2fsprogs-devel}
  570. (B----------------------------------------------------------------------------------
  571. Package e2fsprogs-1.42.9-7.el7.x86_64 already installed and latest version
  572. ----------------------------------------------------------------------------------
  573. Processing package: {libc-client,libc-client-devel}
  574. ----------------------------------------------------------------------------------
  575. Installing {libc-client,libc-client-devel}
  576. (B----------------------------------------------------------------------------------
  577. warning: /var/cache/yum/x86_64/7/epel/packages/libc-client-2007f-4.el7.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
  578. Public key for libc-client-2007f-4.el7.1.x86_64.rpm is not installed
  579. Importing GPG key 0x352C64E5:
  580. Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
  581. Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
  582. Package : epel-release-7-6.noarch (@extras)
  583. From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  584. ----------------------------------------------------------------------------------
  585. Processing package: {ImageMagick,ImageMagick-devel}
  586. ----------------------------------------------------------------------------------
  587. Installing {ImageMagick,ImageMagick-devel}
  588. (B----------------------------------------------------------------------------------
  589. ----------------------------------------------------------------------------------
  590. Processing package: {ImageMagick-c++,ImageMagick-c++-devel}
  591. ----------------------------------------------------------------------------------
  592. Installing {ImageMagick-c++,ImageMagick-c++-devel}
  593. (B----------------------------------------------------------------------------------
  594. ----------------------------------------------------------------------------------
  595. Processing package: {cyrus-sasl,cyrus-sasl-devel}
  596. ----------------------------------------------------------------------------------
  597. {cyrus-sasl,cyrus-sasl-devel} already installed
  598. ----------------------------------------------------------------------------------
  599. Processing package: {pam,pam-devel}
  600. ----------------------------------------------------------------------------------
  601. Installing {pam,pam-devel}
  602. (B----------------------------------------------------------------------------------
  603. Package pam-1.1.8-12.el7_1.1.x86_64 already installed and latest version
  604. ----------------------------------------------------------------------------------
  605. Processing package: {libaio,libaio-devel}
  606. ----------------------------------------------------------------------------------
  607. Installing {libaio,libaio-devel}
  608. (B----------------------------------------------------------------------------------
  609. ----------------------------------------------------------------------------------
  610. Processing package: {libevent,libevent-devel}
  611. ----------------------------------------------------------------------------------
  612. Installing {libevent,libevent-devel}
  613. (B----------------------------------------------------------------------------------
  614. ----------------------------------------------------------------------------------
  615. Processing package: {recode,recode-devel}
  616. ----------------------------------------------------------------------------------
  617. Installing {recode,recode-devel}
  618. (B----------------------------------------------------------------------------------
  619. ----------------------------------------------------------------------------------
  620. Processing package: {libtidy,libtidy-devel}
  621. ----------------------------------------------------------------------------------
  622. Installing {libtidy,libtidy-devel}
  623. (B----------------------------------------------------------------------------------
  624. ----------------------------------------------------------------------------------
  625. Processing package: {net-snmp,net-snmp-devel}
  626. ----------------------------------------------------------------------------------
  627. Installing {net-snmp,net-snmp-devel}
  628. (B----------------------------------------------------------------------------------
  629. ----------------------------------------------------------------------------------
  630. Processing package: {enchant,enchant-devel}
  631. ----------------------------------------------------------------------------------
  632. Installing {enchant,enchant-devel}
  633. (B----------------------------------------------------------------------------------
  634. ----------------------------------------------------------------------------------
  635. Processing package: {lua,lua-devel}
  636. ----------------------------------------------------------------------------------
  637. Installing {lua,lua-devel}
  638. (B----------------------------------------------------------------------------------
  639. Package lua-5.1.4-14.el7.x86_64 already installed and latest version
  640. ----------------------------------------------------------------------------------
  641. Loaded plugins: fastestmirror, priorities
  642. Loading mirror speeds from cached hostfile
  643. * base: ftp.plusline.de
  644. * epel: mirror.de.leaseweb.net
  645. * extras: mirror.imt-systems.com
  646. * updates: mirror.imt-systems.com
  647. 129 packages excluded due to repository priority protections
  648. Resolving Dependencies
  649. --> Running transaction check
  650. ---> Package ipset.x86_64 0:6.19-4.el7 will be installed
  651. --> Processing Dependency: ipset-libs = 6.19-4.el7 for package: ipset-6.19-4.el7.x86_64
  652. --> Processing Dependency: libipset.so.3(LIBIPSET_3.0)(64bit) for package: ipset-6.19-4.el7.x86_64
  653. --> Processing Dependency: libipset.so.3(LIBIPSET_2.0)(64bit) for package: ipset-6.19-4.el7.x86_64
  654. --> Processing Dependency: libipset.so.3(LIBIPSET_1.0)(64bit) for package: ipset-6.19-4.el7.x86_64
  655. --> Processing Dependency: libipset.so.3()(64bit) for package: ipset-6.19-4.el7.x86_64
  656. ---> Package ipset-devel.x86_64 0:6.19-4.el7 will be installed
  657. --> Processing Dependency: kernel-devel for package: ipset-devel-6.19-4.el7.x86_64
  658. --> Running transaction check
  659. ---> Package ipset-libs.x86_64 0:6.19-4.el7 will be installed
  660. ---> Package kernel-devel.x86_64 0:3.10.0-327.13.1.el7 will be installed
  661. --> Finished Dependency Resolution
  662.  
  663. Dependencies Resolved
  664.  
  665. ================================================================================
  666. Package Arch Version Repository Size
  667. ================================================================================
  668. Installing:
  669. ipset x86_64 6.19-4.el7 base 36 k
  670. ipset-devel x86_64 6.19-4.el7 base 15 k
  671. Installing for dependencies:
  672. ipset-libs x86_64 6.19-4.el7 base 46 k
  673. kernel-devel x86_64 3.10.0-327.13.1.el7 updates 11 M
  674.  
  675. Transaction Summary
  676. ================================================================================
  677. Install 2 Packages (+2 Dependent packages)
  678.  
  679. Total download size: 11 M
  680. Installed size: 33 M
  681. Downloading packages:
  682. --------------------------------------------------------------------------------
  683. Total 20 MB/s | 11 MB 00:00
  684. Running transaction check
  685. Running transaction test
  686. Transaction test succeeded
  687. Running transaction
  688. Installing : ipset-libs-6.19-4.el7.x86_64 1/4
  689. Installing : kernel-devel-3.10.0-327.13.1.el7.x86_64 2/4
  690. Installing : ipset-devel-6.19-4.el7.x86_64 3/4
  691. Installing : ipset-6.19-4.el7.x86_64 4/4
  692. Verifying : kernel-devel-3.10.0-327.13.1.el7.x86_64 1/4
  693. Verifying : ipset-libs-6.19-4.el7.x86_64 2/4
  694. Verifying : ipset-devel-6.19-4.el7.x86_64 3/4
  695. Verifying : ipset-6.19-4.el7.x86_64 4/4
  696.  
  697. Installed:
  698. ipset.x86_64 0:6.19-4.el7 ipset-devel.x86_64 0:6.19-4.el7
  699.  
  700. Dependency Installed:
  701. ipset-libs.x86_64 0:6.19-4.el7 kernel-devel.x86_64 0:3.10.0-327.13.1.el7
  702.  
  703. Complete!
  704. *************************************************
  705. * CentOS 7.x detected installing EPEL Repo
  706. (B*************************************************
  707. setting yum priorities for epel.repo
  708. [epel]
  709. name=Extra Packages for Enterprise Linux 7 - $basearch
  710. #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
  711. mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
  712. failovermethod=priority
  713. enabled=1
  714. gpgcheck=1
  715. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  716. *************************************************
  717. (BFixing epel.repo YUM Priorities
  718. (B*************************************************
  719. (B[epel]
  720. name=Extra Packages for Enterprise Linux 7 - $basearch
  721. #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
  722. mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
  723. failovermethod=priority
  724. enabled=1
  725. gpgcheck=1
  726. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  727. priority=3
  728. exclude=varnish clamd clamav clamav-db galera
  729.  
  730. [epel-debuginfo]
  731. name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
  732. #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch/debug
  733. mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch
  734. failovermethod=priority
  735. enabled=0
  736. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  737. gpgcheck=1
  738.  
  739. [epel-source]
  740. name=Extra Packages for Enterprise Linux 7 - $basearch - Source
  741. #baseurl=http://download.fedoraproject.org/pub/epel/7/SRPMS
  742. mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch
  743. failovermethod=priority
  744. enabled=0
  745. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  746. gpgcheck=1
  747.  
  748. rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm [found]
  749. setting yum priorities for rpmforge.repo
  750. [rpmforge]
  751. name = RHEL $releasever - RPMforge.net - dag
  752. baseurl = http://apt.sw.be/redhat/el7/en/$basearch/rpmforge
  753. mirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge
  754. #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
  755. enabled = 1
  756. protect = 0
  757. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
  758. gpgcheck = 1
  759. *************************************************
  760. (BFixing rpmforge.repo YUM Priorities
  761. (B*************************************************
  762. (B### Name: RPMforge RPM Repository for RHEL 7 - dag
  763. ### URL: http://rpmforge.net/
  764. [rpmforge]
  765. name = RHEL $releasever - RPMforge.net - dag
  766. baseurl = http://apt.sw.be/redhat/el7/en/$basearch/rpmforge
  767. mirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge
  768. #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
  769. enabled = 1
  770. protect = 0
  771. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
  772. gpgcheck = 1
  773. priority=5
  774. exclude=pure-ftpd optipng
  775.  
  776. [rpmforge-extras]
  777. name = RHEL $releasever - RPMforge.net - extras
  778. baseurl = http://apt.sw.be/redhat/el7/en/$basearch/extras
  779. mirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge-extras
  780. #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge-extras
  781. enabled = 0
  782. protect = 0
  783. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
  784. gpgcheck = 1
  785.  
  786. [rpmforge-testing]
  787. name = RHEL $releasever - RPMforge.net - testing
  788. baseurl = http://apt.sw.be/redhat/el7/en/$basearch/testing
  789. mirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge-testing
  790. #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge-testing
  791. enabled = 0
  792. protect = 0
  793. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
  794. gpgcheck = 1
  795.  
  796.  
  797. percona-release-0.1-3.noarch.rpm [found]
  798. setting yum priorities for percona-release.repo
  799. [percona-release-$basearch]
  800. name = Percona-Release YUM repository - $basearch
  801. baseurl = http://repo.percona.com/release/$releasever/RPMS/$basearch
  802. enabled = 1
  803. gpgcheck = 1
  804. *************************************************
  805. (BFixing percona-release.repo YUM Priorities
  806. (B*************************************************
  807. (B########################################
  808. # Percona releases and sources, stable #
  809. ########################################
  810. [percona-release-$basearch]
  811. name = Percona-Release YUM repository - $basearch
  812. baseurl = http://repo.percona.com/release/$releasever/RPMS/$basearch
  813. enabled = 0
  814. gpgcheck = 1
  815. priority=11
  816. exclude=Percona-SQL* Percona-Server* Percona-XtraDB-Cluster*
  817. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  818.  
  819. [percona-release-noarch]
  820. name = Percona-Release YUM repository - noarch
  821. baseurl = http://repo.percona.com/release/$releasever/RPMS/noarch
  822. enabled = 0
  823. gpgcheck = 1
  824. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  825.  
  826. [percona-release-source]
  827. name = Percona-Release YUM repository - Source packages
  828. baseurl = http://repo.percona.com/release/$releasever/SRPMS
  829. enabled = 0
  830. gpgcheck = 1
  831. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  832.  
  833. ####################################################################
  834. # Testing & pre-release packages. You don't need it for production #
  835. ####################################################################
  836. [percona-testing-$basearch]
  837. name = Percona-Testing YUM repository - $basearch
  838. baseurl = http://repo.percona.com/testing/$releasever/RPMS/$basearch
  839. enabled = 0
  840. gpgcheck = 1
  841. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  842.  
  843. [percona-testing-noarch]
  844. name = Percona-Testing YUM repository - noarch
  845. baseurl = http://repo.percona.com/testing/$releasever/RPMS/noarch
  846. enabled = 0
  847. gpgcheck = 1
  848. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  849.  
  850. [percona-testing-source]
  851. name = Percona-Testing YUM repository - Source packages
  852. baseurl = http://repo.percona.com/testing/$releasever/SRPMS
  853. enabled = 0
  854. gpgcheck = 1
  855. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  856.  
  857. ############################################
  858. # Experimental packages, use with caution! #
  859. ############################################
  860. [percona-experimental-$basearch]
  861. name = Percona-Experimental YUM repository - $basearch
  862. baseurl = http://repo.percona.com/experimental/$releasever/RPMS/$basearch
  863. enabled = 0
  864. gpgcheck = 1
  865. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  866.  
  867. [percona-experimental-noarch]
  868. name = Percona-Experimental YUM repository - noarch
  869. baseurl = http://repo.percona.com/experimental/$releasever/RPMS/noarch
  870. enabled = 0
  871. gpgcheck = 1
  872. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  873.  
  874. [percona-experimental-source]
  875. name = Percona-Experimental YUM repository - Source packages
  876. baseurl = http://repo.percona.com/experimental/$releasever/SRPMS
  877. enabled = 0
  878. gpgcheck = 1
  879. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  880.  
  881.  
  882.  
  883. varnish-release-3.0-1.el6.noarch.rpm [found]
  884. setting yum priorities for varnish.repo
  885. *************************************************
  886. (BFixing varnish.repo YUM Priorities
  887. (B*************************************************
  888. (B[varnish-3.0]
  889. name=Varnish 3.0 for Enterprise Linux el7 - $basearch
  890. baseurl=http://repo.varnish-cache.org/redhat/varnish-3.0/el7/$basearch
  891. enabled=0
  892. gpgcheck=0
  893. #gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-VARNISH
  894. priority=2
  895.  
  896.  
  897. remi-release-7.rpm [found]
  898. Preparing... ########################################
  899. Updating / installing...
  900. remi-release-7.1-3.el7.remi ########################################
  901. setting yum priorities for remi.repo
  902. [remi]
  903. name=Remi's RPM repository for Enterprise Linux 7 - $basearch
  904. #baseurl=http://rpms.remirepo.net/enterprise/7/remi/$basearch/
  905. mirrorlist=http://rpms.remirepo.net/enterprise/7/remi/mirror
  906. enabled=0
  907. gpgcheck=1
  908. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  909. *************************************************
  910. (BFixing remi.repo YUM Priorities
  911. (B*************************************************
  912. (B# Repository: http://rpms.remirepo.net/
  913. # Blog: http://blog.remirepo.net/
  914. # Forum: http://forum.remirepo.net/
  915.  
  916. [remi]
  917. name=Remi's RPM repository for Enterprise Linux 7 - $basearch
  918. #baseurl=http://rpms.remirepo.net/enterprise/7/remi/$basearch/
  919. mirrorlist=http://rpms.remirepo.net/enterprise/7/remi/mirror
  920. enabled=0
  921. gpgcheck=1
  922. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  923. priority=9
  924. exclude=php* mysql*
  925.  
  926. [remi-php55]
  927. name=Remi's PHP 5.5 RPM repository for Enterprise Linux 7 - $basearch
  928. #baseurl=http://rpms.remirepo.net/enterprise/7/php55/$basearch/
  929. mirrorlist=http://rpms.remirepo.net/enterprise/7/php55/mirror
  930. # NOTICE: common dependencies are in "remi-safe"
  931. enabled=0
  932. gpgcheck=1
  933. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  934.  
  935. [remi-php56]
  936. name=Remi's PHP 5.6 RPM repository for Enterprise Linux 7 - $basearch
  937. #baseurl=http://rpms.remirepo.net/enterprise/7/php56/$basearch/
  938. mirrorlist=http://rpms.remirepo.net/enterprise/7/php56/mirror
  939. # NOTICE: common dependencies are in "remi-safe"
  940. enabled=0
  941. gpgcheck=1
  942. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  943.  
  944. [remi-test]
  945. name=Remi's test RPM repository for Enterprise Linux 7 - $basearch
  946. #baseurl=http://rpms.remirepo.net/enterprise/7/test/$basearch/
  947. mirrorlist=http://rpms.remirepo.net/enterprise/7/test/mirror
  948. # WARNING: If you enable this repository, you must also enable "remi"
  949. enabled=0
  950. gpgcheck=1
  951. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  952.  
  953. [remi-debuginfo]
  954. name=Remi's RPM repository for Enterprise Linux 7 - $basearch - debuginfo
  955. baseurl=http://rpms.remirepo.net/enterprise/7/debug-remi/$basearch/
  956. enabled=0
  957. gpgcheck=1
  958. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  959.  
  960. [remi-php55-debuginfo]
  961. name=Remi's PHP 5.5 RPM repository for Enterprise Linux 7 - $basearch - debuginfo
  962. baseurl=http://rpms.remirepo.net/enterprise/7/debug-php55/$basearch/
  963. enabled=0
  964. gpgcheck=1
  965. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  966.  
  967. [remi-php56-debuginfo]
  968. name=Remi's PHP 5.6 RPM repository for Enterprise Linux 7 - $basearch - debuginfo
  969. baseurl=http://rpms.remirepo.net/enterprise/7/debug-php56/$basearch/
  970. enabled=0
  971. gpgcheck=1
  972. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  973.  
  974. [remi-test-debuginfo]
  975. name=Remi's test RPM repository for Enterprise Linux 7 - $basearch - debuginfo
  976. baseurl=http://rpms.remirepo.net/enterprise/7/debug-test/$basearch/
  977. enabled=0
  978. gpgcheck=1
  979. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  980.  
  981.  
  982.  
  983. Processing package: figlet
  984. ----------------------------------------------------------------------------------
  985. Installing figlet
  986. (B----------------------------------------------------------------------------------
  987. Warning: RPMDB altered outside of yum.
  988. ----------------------------------------------------------------------------------
  989. Processing package: moreutils
  990. ----------------------------------------------------------------------------------
  991. Installing moreutils
  992. (B----------------------------------------------------------------------------------
  993. ----------------------------------------------------------------------------------
  994. Processing package: clang
  995. ----------------------------------------------------------------------------------
  996. Installing clang
  997. (B----------------------------------------------------------------------------------
  998. ----------------------------------------------------------------------------------
  999. Processing package: clang-devel
  1000. ----------------------------------------------------------------------------------
  1001. Installing clang-devel
  1002. (B----------------------------------------------------------------------------------
  1003. ----------------------------------------------------------------------------------
  1004. Processing package: jemalloc
  1005. ----------------------------------------------------------------------------------
  1006. Installing jemalloc
  1007. (B----------------------------------------------------------------------------------
  1008. ----------------------------------------------------------------------------------
  1009. Processing package: jemalloc-devel
  1010. ----------------------------------------------------------------------------------
  1011. Installing jemalloc-devel
  1012. (B----------------------------------------------------------------------------------
  1013. ----------------------------------------------------------------------------------
  1014. Processing package: pngquant
  1015. ----------------------------------------------------------------------------------
  1016. Installing pngquant
  1017. (B----------------------------------------------------------------------------------
  1018. ----------------------------------------------------------------------------------
  1019. Processing package: optipng
  1020. ----------------------------------------------------------------------------------
  1021. Installing optipng
  1022. (B----------------------------------------------------------------------------------
  1023. ----------------------------------------------------------------------------------
  1024. Processing package: jpegoptim
  1025. ----------------------------------------------------------------------------------
  1026. Installing jpegoptim
  1027. (B----------------------------------------------------------------------------------
  1028. ----------------------------------------------------------------------------------
  1029. Processing package: pwgen
  1030. ----------------------------------------------------------------------------------
  1031. Installing pwgen
  1032. (B----------------------------------------------------------------------------------
  1033. ----------------------------------------------------------------------------------
  1034. Processing package: aria2
  1035. ----------------------------------------------------------------------------------
  1036. Installing aria2
  1037. (B----------------------------------------------------------------------------------
  1038. ----------------------------------------------------------------------------------
  1039. Processing package: pigz
  1040. ----------------------------------------------------------------------------------
  1041. Installing pigz
  1042. (B----------------------------------------------------------------------------------
  1043. ----------------------------------------------------------------------------------
  1044. Processing package: pbzip2
  1045. ----------------------------------------------------------------------------------
  1046. Installing pbzip2
  1047. (B----------------------------------------------------------------------------------
  1048. ----------------------------------------------------------------------------------
  1049. Processing package: xz
  1050. ----------------------------------------------------------------------------------
  1051. iotop already installed
  1052. ----------------------------------------------------------------------------------
  1053. Processing package: pxz
  1054. ----------------------------------------------------------------------------------
  1055. Installing pxz
  1056. (B----------------------------------------------------------------------------------
  1057. Error: Nothing to do
  1058. ----------------------------------------------------------------------------------
  1059. Processing package: lz4
  1060. ----------------------------------------------------------------------------------
  1061. Installing lz4
  1062. (B----------------------------------------------------------------------------------
  1063. ----------------------------------------------------------------------------------
  1064. Processing package: uw-imap-devel
  1065. ----------------------------------------------------------------------------------
  1066. iotop already installed
  1067. ----------------------------------------------------------------------------------
  1068. Processing package: libtidy
  1069. ----------------------------------------------------------------------------------
  1070. iotop already installed
  1071. ----------------------------------------------------------------------------------
  1072. Processing package: libtidy-devel
  1073. ----------------------------------------------------------------------------------
  1074. iotop already installed
  1075. ----------------------------------------------------------------------------------
  1076. Processing package: libJudy
  1077. ----------------------------------------------------------------------------------
  1078. Installing libJudy
  1079. (B----------------------------------------------------------------------------------
  1080. Error: Nothing to do
  1081. ----------------------------------------------------------------------------------
  1082. Processing package: axel
  1083. ----------------------------------------------------------------------------------
  1084. Installing axel
  1085. (B----------------------------------------------------------------------------------
  1086. ----------------------------------------------------------------------------------
  1087. Processing package: glances
  1088. ----------------------------------------------------------------------------------
  1089. Installing glances
  1090. (B----------------------------------------------------------------------------------
  1091. ----------------------------------------------------------------------------------
  1092. Processing package: bash-completion
  1093. ----------------------------------------------------------------------------------
  1094. Installing bash-completion
  1095. (B----------------------------------------------------------------------------------
  1096. ----------------------------------------------------------------------------------
  1097. Processing package: mlocate
  1098. ----------------------------------------------------------------------------------
  1099. iotop already installed
  1100. ----------------------------------------------------------------------------------
  1101. Processing package: re2c
  1102. ----------------------------------------------------------------------------------
  1103. Installing re2c
  1104. (B----------------------------------------------------------------------------------
  1105. ----------------------------------------------------------------------------------
  1106. Processing package: libmcrypt
  1107. ----------------------------------------------------------------------------------
  1108. Installing libmcrypt
  1109. (B----------------------------------------------------------------------------------
  1110. ----------------------------------------------------------------------------------
  1111. Processing package: libmcrypt-devel
  1112. ----------------------------------------------------------------------------------
  1113. Installing libmcrypt-devel
  1114. (B----------------------------------------------------------------------------------
  1115. ----------------------------------------------------------------------------------
  1116. Processing package: kernel-headers
  1117. ----------------------------------------------------------------------------------
  1118. iotop already installed
  1119. ----------------------------------------------------------------------------------
  1120. Processing package: kernel-devel
  1121. ----------------------------------------------------------------------------------
  1122. iotop already installed
  1123. ----------------------------------------------------------------------------------
  1124. Processing package: cmake28
  1125. ----------------------------------------------------------------------------------
  1126. Installing cmake28
  1127. (B----------------------------------------------------------------------------------
  1128. Error: Nothing to do
  1129. ----------------------------------------------------------------------------------
  1130. Download axel-2.5.tar.gz ...
  1131. (BAxel 2.5 Archive found, skipping download...
  1132. (Baxel-2.5.tar.gz valid file.
  1133. (B
  1134. Configuration done:
  1135. Internationalization enabled.
  1136. Debugging disabled.
  1137. Binary stripping enabled.
  1138. msgfmt -vo nl.mo nl.po
  1139. msgfmt -vo de.mo de.po
  1140. 45 translated messages, 1 fuzzy translation, 4 untranslated messages.
  1141. msgfmt -vo ru.mo ru.po
  1142. 50 translated messages.
  1143. 47 translated messages, 1 fuzzy translation, 2 untranslated messages.
  1144. msgfmt -vo zh_CN.mo zh_CN.po
  1145. 46 translated messages, 2 fuzzy translations, 2 untranslated messages.
  1146. msgfmt -vo ja.mo ja.po
  1147. 50 translated messages.
  1148. gcc -c axel.c -o axel.o -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -Wall
  1149. gcc -c conf.c -o conf.o -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -Wall
  1150. gcc -c conn.c -o conn.o -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -Wall
  1151. gcc -c ftp.c -o ftp.o -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -Wall
  1152. gcc -c http.c -o http.o -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -Wall
  1153. gcc -c search.c -o search.o -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -Wall
  1154. gcc -c tcp.c -o tcp.o -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -Wall
  1155. gcc -c text.c -o text.o -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include -Wall
  1156. gcc *.o -o axel -L/usr/lib -pthread
  1157. strip axel
  1158. Installing locale files...
  1159. mkdir -p /usr/bin/
  1160. cp axel /usr/bin/axel
  1161. mkdir -p /etc/
  1162. cp axelrc.example /etc/axelrc
  1163. mkdir -p /usr/share/man/man1/
  1164. cp man/axel.1 /usr/share/man/man1/axel.1
  1165. /bin/axel
  1166. GeoIP database and library install...
  1167. (B/usr/include/GeoIP.h
  1168. /usr/include/GeoIPCity.h
  1169. /usr/include/GeoIPUpdate.h
  1170. /usr/lib64/libGeoIP.so
  1171. /usr/lib64/libGeoIPUpdate.so
  1172. /usr/lib64/pkgconfig/geoip.pc
  1173. /etc/GeoIP.conf
  1174. /etc/GeoIP.conf.default
  1175. /usr/bin/geoiplookup
  1176. /usr/bin/geoiplookup6
  1177. /usr/bin/geoipupdate
  1178. /usr/lib64/libGeoIP.so.1
  1179. /usr/lib64/libGeoIP.so.1.5.0
  1180. /usr/lib64/libGeoIPUpdate.so.0
  1181. /usr/lib64/libGeoIPUpdate.so.0.0.0
  1182. /usr/share/GeoIP
  1183. /usr/share/GeoIP/GeoIP-initial.dat
  1184. /usr/share/GeoIP/GeoIP.dat
  1185. /usr/share/GeoIP/GeoLiteASNum.dat
  1186. /usr/share/GeoIP/GeoLiteCity.dat
  1187. /usr/share/GeoIP/GeoLiteCountry.dat
  1188. /usr/share/doc/GeoIP-1.5.0
  1189. /usr/share/doc/GeoIP-1.5.0/AUTHORS
  1190. /usr/share/doc/GeoIP-1.5.0/COPYING
  1191. /usr/share/doc/GeoIP-1.5.0/ChangeLog
  1192. /usr/share/doc/GeoIP-1.5.0/LICENSE.txt
  1193. /usr/share/doc/GeoIP-1.5.0/README
  1194. /usr/share/doc/GeoIP-1.5.0/TODO
  1195. /usr/share/doc/GeoIP-1.5.0/fetch-geoipdata-city.pl
  1196. /usr/share/doc/GeoIP-1.5.0/fetch-geoipdata.pl
  1197. /usr/share/man/man1/geoiplookup.1.gz
  1198. /usr/share/man/man1/geoiplookup6.1.gz
  1199. /usr/share/man/man1/geoipupdate.1.gz
  1200. GeoLiteCity database download ...
  1201. (B2016-05-12 12:20:14 URL:http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz [13995120/13995120] -> "/usr/share/GeoIP/GeoLiteCity.dat.gz" [1]
  1202.  
  1203. custom RPM installs
  1204.  
  1205. rpm -Uvh /svr-setup/rpms/re2c/re2c-0.14.3-1.el7.x86_64.rpm
  1206. Preparing... ########################################
  1207. package re2c-0.14.3-2.el7.x86_64 (which is newer than re2c-0.14.3-1.x86_64) is already installed
  1208.  
  1209. ----------------------------------------------------------------------------------
  1210. Using Remi YUM repo ImageMagicK version
  1211. (B----------------------------------------------------------------------------------
  1212. Loaded plugins: fastestmirror, priorities
  1213. http://mirror5.layerjet.com/remi/enterprise/7/remi/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2a01:4f8:11a:b1f::1: Network is unreachable"
  1214. Trying other mirror.
  1215. Loading mirror speeds from cached hostfile
  1216. * base: ftp.plusline.de
  1217. * epel: mirror.23media.de
  1218. * extras: mirror.imt-systems.com
  1219. * remi: remi.schlundtech.de
  1220. * rpmforge: mirror.de.leaseweb.net
  1221. * updates: ftp.plusline.de
  1222. 287 packages excluded due to repository priority protections
  1223. Package libwebp-0.3.0-3.el7.x86_64 already installed and latest version
  1224. Package mesa-libGL-10.6.5-3.20150824.el7.x86_64 already installed and latest version
  1225. Package libXxf86vm-1.1.3-2.1.el7.x86_64 already installed and latest version
  1226. Resolving Dependencies
  1227. --> Running transaction check
  1228. ---> Package OpenEXR-devel.x86_64 0:1.7.1-7.el7 will be installed
  1229. ---> Package ilmbase-devel.x86_64 0:1.0.3-7.el7 will be installed
  1230. ---> Package lcms2-devel.x86_64 0:2.6-2.el7 will be installed
  1231. ---> Package libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7 will be installed
  1232. ---> Package libwebp-devel.x86_64 0:0.3.0-3.el7 will be installed
  1233. ---> Package mesa-libGL-devel.x86_64 0:10.6.5-3.20150824.el7 will be installed
  1234. --> Processing Dependency: pkgconfig(xshmfence) >= 1.1 for package: mesa-libGL-devel-10.6.5-3.20150824.el7.x86_64
  1235. --> Processing Dependency: pkgconfig(libdrm) >= 2.4.38 for package: mesa-libGL-devel-10.6.5-3.20150824.el7.x86_64
  1236. --> Processing Dependency: pkgconfig(xfixes) for package: mesa-libGL-devel-10.6.5-3.20150824.el7.x86_64
  1237. --> Processing Dependency: pkgconfig(xdamage) for package: mesa-libGL-devel-10.6.5-3.20150824.el7.x86_64
  1238. --> Processing Dependency: gl-manpages for package: mesa-libGL-devel-10.6.5-3.20150824.el7.x86_64
  1239. ---> Package mesa-libGLU-devel.x86_64 0:9.0.0-4.el7 will be installed
  1240. --> Processing Dependency: mesa-libGLU(x86-64) = 9.0.0-4.el7 for package: mesa-libGLU-devel-9.0.0-4.el7.x86_64
  1241. --> Processing Dependency: libGLU.so.1()(64bit) for package: mesa-libGLU-devel-9.0.0-4.el7.x86_64
  1242. --> Running transaction check
  1243. ---> Package gl-manpages.noarch 0:1.1-7.20130122.el7 will be installed
  1244. ---> Package libXdamage-devel.x86_64 0:1.1.4-4.1.el7 will be installed
  1245. ---> Package libXfixes-devel.x86_64 0:5.0.1-2.1.el7 will be installed
  1246. ---> Package libdrm-devel.x86_64 0:2.4.60-3.el7 will be installed
  1247. ---> Package libxshmfence-devel.x86_64 0:1.2-1.el7 will be installed
  1248. ---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed
  1249. --> Finished Dependency Resolution
  1250.  
  1251. Dependencies Resolved
  1252.  
  1253. ================================================================================
  1254. Package Arch Version Repository
  1255. Size
  1256. ================================================================================
  1257. Installing:
  1258. OpenEXR-devel x86_64 1.7.1-7.el7 base 58 k
  1259. ilmbase-devel x86_64 1.0.3-7.el7 base 79 k
  1260. lcms2-devel x86_64 2.6-2.el7 base 2.0 M
  1261. libXxf86vm-devel x86_64 1.1.3-2.1.el7 base 18 k
  1262. libwebp-devel x86_64 0.3.0-3.el7 base 22 k
  1263. mesa-libGL-devel x86_64 10.6.5-3.20150824.el7 base 147 k
  1264. mesa-libGLU-devel x86_64 9.0.0-4.el7 base 9.0 k
  1265. Installing for dependencies:
  1266. gl-manpages noarch 1.1-7.20130122.el7 base 994 k
  1267. libXdamage-devel x86_64 1.1.4-4.1.el7 base 9.7 k
  1268. libXfixes-devel x86_64 5.0.1-2.1.el7 base 13 k
  1269. libdrm-devel x86_64 2.4.60-3.el7 base 92 k
  1270. libxshmfence-devel x86_64 1.2-1.el7 base 5.4 k
  1271. mesa-libGLU x86_64 9.0.0-4.el7 base 196 k
  1272.  
  1273. Transaction Summary
  1274. ================================================================================
  1275. Install 7 Packages (+6 Dependent packages)
  1276.  
  1277. Total download size: 3.6 M
  1278. Installed size: 6.2 M
  1279. Downloading packages:
  1280. --------------------------------------------------------------------------------
  1281. Total 7.4 MB/s | 3.6 MB 00:00
  1282. Running transaction check
  1283. Running transaction test
  1284. Transaction test succeeded
  1285. Running transaction
  1286. Installing : gl-manpages-1.1-7.20130122.el7.noarch 1/13
  1287. Installing : libXfixes-devel-5.0.1-2.1.el7.x86_64 2/13
  1288. Installing : libXdamage-devel-1.1.4-4.1.el7.x86_64 3/13
  1289. Installing : mesa-libGLU-9.0.0-4.el7.x86_64 4/13
  1290. Installing : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 5/13
  1291. Installing : libxshmfence-devel-1.2-1.el7.x86_64 6/13
  1292. Installing : libdrm-devel-2.4.60-3.el7.x86_64 7/13
  1293. Installing : mesa-libGL-devel-10.6.5-3.20150824.el7.x86_64 8/13
  1294. Installing : mesa-libGLU-devel-9.0.0-4.el7.x86_64 9/13
  1295. Installing : ilmbase-devel-1.0.3-7.el7.x86_64 10/13
  1296. Installing : OpenEXR-devel-1.7.1-7.el7.x86_64 11/13
  1297. Installing : lcms2-devel-2.6-2.el7.x86_64 12/13
  1298. Installing : libwebp-devel-0.3.0-3.el7.x86_64 13/13
  1299. Verifying : ilmbase-devel-1.0.3-7.el7.x86_64 1/13
  1300. Verifying : libdrm-devel-2.4.60-3.el7.x86_64 2/13
  1301. Verifying : libxshmfence-devel-1.2-1.el7.x86_64 3/13
  1302. Verifying : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 4/13
  1303. Verifying : mesa-libGL-devel-10.6.5-3.20150824.el7.x86_64 5/13
  1304. Verifying : libwebp-devel-0.3.0-3.el7.x86_64 6/13
  1305. Verifying : OpenEXR-devel-1.7.1-7.el7.x86_64 7/13
  1306. Verifying : libXfixes-devel-5.0.1-2.1.el7.x86_64 8/13
  1307. Verifying : mesa-libGLU-9.0.0-4.el7.x86_64 9/13
  1308. Verifying : lcms2-devel-2.6-2.el7.x86_64 10/13
  1309. Verifying : libXdamage-devel-1.1.4-4.1.el7.x86_64 11/13
  1310. Verifying : mesa-libGLU-devel-9.0.0-4.el7.x86_64 12/13
  1311. Verifying : gl-manpages-1.1-7.20130122.el7.noarch 13/13
  1312.  
  1313. Installed:
  1314. OpenEXR-devel.x86_64 0:1.7.1-7.el7
  1315. ilmbase-devel.x86_64 0:1.0.3-7.el7
  1316. lcms2-devel.x86_64 0:2.6-2.el7
  1317. libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7
  1318. libwebp-devel.x86_64 0:0.3.0-3.el7
  1319. mesa-libGL-devel.x86_64 0:10.6.5-3.20150824.el7
  1320. mesa-libGLU-devel.x86_64 0:9.0.0-4.el7
  1321.  
  1322. Dependency Installed:
  1323. gl-manpages.noarch 0:1.1-7.20130122.el7
  1324. libXdamage-devel.x86_64 0:1.1.4-4.1.el7
  1325. libXfixes-devel.x86_64 0:5.0.1-2.1.el7
  1326. libdrm-devel.x86_64 0:2.4.60-3.el7
  1327. libxshmfence-devel.x86_64 0:1.2-1.el7
  1328. mesa-libGLU.x86_64 0:9.0.0-4.el7
  1329.  
  1330. Complete!
  1331. Loaded plugins: fastestmirror, priorities
  1332. Resolving Dependencies
  1333. --> Running transaction check
  1334. ---> Package ImageMagick.x86_64 0:6.7.8.9-13.el7_2 will be erased
  1335. --> Processing Dependency: ImageMagick = 6.7.8.9-13.el7_2 for package: ImageMagick-c++-6.7.8.9-13.el7_2.x86_64
  1336. --> Processing Dependency: ImageMagick = 6.7.8.9-13.el7_2 for package: ImageMagick-devel-6.7.8.9-13.el7_2.x86_64
  1337. --> Processing Dependency: libMagickCore.so.5()(64bit) for package: ImageMagick-c++-6.7.8.9-13.el7_2.x86_64
  1338. --> Processing Dependency: libMagickCore.so.5()(64bit) for package: ImageMagick-devel-6.7.8.9-13.el7_2.x86_64
  1339. --> Processing Dependency: libMagickWand.so.5()(64bit) for package: ImageMagick-c++-6.7.8.9-13.el7_2.x86_64
  1340. --> Processing Dependency: libMagickWand.so.5()(64bit) for package: ImageMagick-devel-6.7.8.9-13.el7_2.x86_64
  1341. --> Running transaction check
  1342. ---> Package ImageMagick-c++.x86_64 0:6.7.8.9-13.el7_2 will be erased
  1343. --> Processing Dependency: ImageMagick-c++ = 6.7.8.9-13.el7_2 for package: ImageMagick-c++-devel-6.7.8.9-13.el7_2.x86_64
  1344. --> Processing Dependency: libMagick++.so.5()(64bit) for package: ImageMagick-c++-devel-6.7.8.9-13.el7_2.x86_64
  1345. ---> Package ImageMagick-devel.x86_64 0:6.7.8.9-13.el7_2 will be erased
  1346. --> Running transaction check
  1347. ---> Package ImageMagick-c++-devel.x86_64 0:6.7.8.9-13.el7_2 will be erased
  1348. --> Finished Dependency Resolution
  1349.  
  1350. Dependencies Resolved
  1351.  
  1352. ================================================================================
  1353. Package Arch Version Repository Size
  1354. ================================================================================
  1355. Removing:
  1356. ImageMagick x86_64 6.7.8.9-13.el7_2 @updates 7.6 M
  1357. Removing for dependencies:
  1358. ImageMagick-c++ x86_64 6.7.8.9-13.el7_2 @updates 527 k
  1359. ImageMagick-c++-devel x86_64 6.7.8.9-13.el7_2 @updates 356 k
  1360. ImageMagick-devel x86_64 6.7.8.9-13.el7_2 @updates 435 k
  1361.  
  1362. Transaction Summary
  1363. ================================================================================
  1364. Remove 1 Package (+3 Dependent packages)
  1365.  
  1366. Installed size: 8.9 M
  1367. Downloading packages:
  1368. Running transaction check
  1369. Running transaction test
  1370. Transaction test succeeded
  1371. Running transaction
  1372. Erasing : ImageMagick-c++-devel-6.7.8.9-13.el7_2.x86_64 1/4
  1373. Erasing : ImageMagick-devel-6.7.8.9-13.el7_2.x86_64 2/4
  1374. Erasing : ImageMagick-c++-6.7.8.9-13.el7_2.x86_64 3/4
  1375. Erasing : ImageMagick-6.7.8.9-13.el7_2.x86_64 4/4
  1376. Verifying : ImageMagick-c++-devel-6.7.8.9-13.el7_2.x86_64 1/4
  1377. Verifying : ImageMagick-devel-6.7.8.9-13.el7_2.x86_64 2/4
  1378. Verifying : ImageMagick-c++-6.7.8.9-13.el7_2.x86_64 3/4
  1379. Verifying : ImageMagick-6.7.8.9-13.el7_2.x86_64 4/4
  1380.  
  1381. Removed:
  1382. ImageMagick.x86_64 0:6.7.8.9-13.el7_2
  1383.  
  1384. Dependency Removed:
  1385. ImageMagick-c++.x86_64 0:6.7.8.9-13.el7_2
  1386. ImageMagick-c++-devel.x86_64 0:6.7.8.9-13.el7_2
  1387. ImageMagick-devel.x86_64 0:6.7.8.9-13.el7_2
  1388.  
  1389. Complete!
  1390. Loaded plugins: fastestmirror
  1391. Loading mirror speeds from cached hostfile
  1392. * base: ftp.plusline.de
  1393. * epel: mirror.23media.de
  1394. * extras: mirror.imt-systems.com
  1395. * remi: remi.schlundtech.de
  1396. * rpmforge: mirror.de.leaseweb.net
  1397. * updates: ftp.plusline.de
  1398. Resolving Dependencies
  1399. --> Running transaction check
  1400. ---> Package ImageMagick-last.x86_64 0:6.9.4.1-1.el7.remi will be installed
  1401. --> Processing Dependency: ImageMagick-last-libs(x86-64) = 6.9.4.1-1.el7.remi for package: ImageMagick-last-6.9.4.1-1.el7.remi.x86_64
  1402. --> Processing Dependency: libfftw3.so.3()(64bit) for package: ImageMagick-last-6.9.4.1-1.el7.remi.x86_64
  1403. --> Processing Dependency: libMagickWand-6.Q16.so.2()(64bit) for package: ImageMagick-last-6.9.4.1-1.el7.remi.x86_64
  1404. --> Processing Dependency: libMagickCore-6.Q16.so.2()(64bit) for package: ImageMagick-last-6.9.4.1-1.el7.remi.x86_64
  1405. ---> Package ImageMagick-last-c++.x86_64 0:6.9.4.1-1.el7.remi will be installed
  1406. ---> Package ImageMagick-last-c++-devel.x86_64 0:6.9.4.1-1.el7.remi will be installed
  1407. ---> Package ImageMagick-last-devel.x86_64 0:6.9.4.1-1.el7.remi will be installed
  1408. --> Processing Dependency: jbigkit-devel(x86-64) for package: ImageMagick-last-devel-6.9.4.1-1.el7.remi.x86_64
  1409. --> Running transaction check
  1410. ---> Package ImageMagick-last-libs.x86_64 0:6.9.4.1-1.el7.remi will be installed
  1411. --> Processing Dependency: libgvc.so.6()(64bit) for package: ImageMagick-last-libs-6.9.4.1-1.el7.remi.x86_64
  1412. --> Processing Dependency: libcgraph.so.6()(64bit) for package: ImageMagick-last-libs-6.9.4.1-1.el7.remi.x86_64
  1413. --> Processing Dependency: libcdt.so.5()(64bit) for package: ImageMagick-last-libs-6.9.4.1-1.el7.remi.x86_64
  1414. ---> Package fftw-libs-double.x86_64 0:3.3.3-8.el7 will be installed
  1415. ---> Package jbigkit-devel.x86_64 0:2.0-11.el7 will be installed
  1416. --> Running transaction check
  1417. ---> Package graphviz.x86_64 0:2.30.1-19.el7 will be installed
  1418. --> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
  1419. --> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
  1420. --> Processing Dependency: libatk-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
  1421. --> Processing Dependency: libXmu.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
  1422. --> Processing Dependency: libXaw.so.7()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
  1423. --> Running transaction check
  1424. ---> Package atk.x86_64 0:2.14.0-1.el7 will be installed
  1425. ---> Package gtk2.x86_64 0:2.24.28-8.el7 will be installed
  1426. --> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.28-8.el7.x86_64
  1427. --> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.28-8.el7.x86_64
  1428. --> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
  1429. --> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
  1430. --> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
  1431. --> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
  1432. --> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
  1433. ---> Package libXaw.x86_64 0:1.0.12-5.el7 will be installed
  1434. ---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed
  1435. --> Running transaction check
  1436. ---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
  1437. ---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
  1438. ---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
  1439. ---> Package libXi.x86_64 0:1.7.4-2.el7 will be installed
  1440. ---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
  1441. ---> Package libXrandr.x86_64 0:1.4.2-2.el7 will be installed
  1442. --> Finished Dependency Resolution
  1443.  
  1444. Dependencies Resolved
  1445.  
  1446. ================================================================================
  1447. Package Arch Version Repository
  1448. Size
  1449. ================================================================================
  1450. Installing:
  1451. ImageMagick-last x86_64 6.9.4.1-1.el7.remi remi 69 k
  1452. ImageMagick-last-c++ x86_64 6.9.4.1-1.el7.remi remi 165 k
  1453. ImageMagick-last-c++-devel x86_64 6.9.4.1-1.el7.remi remi 104 k
  1454. ImageMagick-last-devel x86_64 6.9.4.1-1.el7.remi remi 103 k
  1455. Installing for dependencies:
  1456. ImageMagick-last-libs x86_64 6.9.4.1-1.el7.remi remi 2.2 M
  1457. atk x86_64 2.14.0-1.el7 base 251 k
  1458. fftw-libs-double x86_64 3.3.3-8.el7 base 759 k
  1459. graphviz x86_64 2.30.1-19.el7 base 1.3 M
  1460. gtk2 x86_64 2.24.28-8.el7 base 3.4 M
  1461. hicolor-icon-theme noarch 0.12-7.el7 base 42 k
  1462. jbigkit-devel x86_64 2.0-11.el7 base 9.8 k
  1463. libXaw x86_64 1.0.12-5.el7 base 190 k
  1464. libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
  1465. libXcursor x86_64 1.1.14-2.1.el7 base 30 k
  1466. libXi x86_64 1.7.4-2.el7 base 40 k
  1467. libXinerama x86_64 1.1.3-2.1.el7 base 14 k
  1468. libXmu x86_64 1.1.2-2.el7 base 71 k
  1469. libXrandr x86_64 1.4.2-2.el7 base 26 k
  1470.  
  1471. Transaction Summary
  1472. ================================================================================
  1473. Install 4 Packages (+14 Dependent packages)
  1474.  
  1475. Total download size: 8.7 M
  1476. Installed size: 31 M
  1477. Downloading packages:
  1478. --------------------------------------------------------------------------------
  1479. Total 11 MB/s | 8.7 MB 00:00
  1480. Running transaction check
  1481. Running transaction test
  1482. Transaction test succeeded
  1483. Running transaction
  1484. Installing : fftw-libs-double-3.3.3-8.el7.x86_64 1/18
  1485. Installing : atk-2.14.0-1.el7.x86_64 2/18
  1486. Installing : libXmu-1.1.2-2.el7.x86_64 3/18
  1487. Installing : libXaw-1.0.12-5.el7.x86_64 4/18
  1488. Installing : libXrandr-1.4.2-2.el7.x86_64 5/18
  1489. Installing : libXcursor-1.1.14-2.1.el7.x86_64 6/18
  1490. Installing : libXi-1.7.4-2.el7.x86_64 7/18
  1491. Installing : jbigkit-devel-2.0-11.el7.x86_64 8/18
  1492. Installing : libXinerama-1.1.3-2.1.el7.x86_64 9/18
  1493. Installing : libXcomposite-0.4.4-4.1.el7.x86_64 10/18
  1494. Installing : hicolor-icon-theme-0.12-7.el7.noarch 11/18
  1495. Installing : gtk2-2.24.28-8.el7.x86_64 12/18
  1496. Installing : graphviz-2.30.1-19.el7.x86_64 13/18
  1497. Installing : ImageMagick-last-libs-6.9.4.1-1.el7.remi.x86_64 14/18
  1498. Installing : ImageMagick-last-6.9.4.1-1.el7.remi.x86_64 15/18
  1499. Installing : ImageMagick-last-devel-6.9.4.1-1.el7.remi.x86_64 16/18
  1500. Installing : ImageMagick-last-c++-6.9.4.1-1.el7.remi.x86_64 17/18
  1501. Installing : ImageMagick-last-c++-devel-6.9.4.1-1.el7.remi.x86_64 18/18
  1502. Verifying : hicolor-icon-theme-0.12-7.el7.noarch 1/18
  1503. Verifying : graphviz-2.30.1-19.el7.x86_64 2/18
  1504. Verifying : fftw-libs-double-3.3.3-8.el7.x86_64 3/18
  1505. Verifying : ImageMagick-last-c++-devel-6.9.4.1-1.el7.remi.x86_64 4/18
  1506. Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 5/18
  1507. Verifying : libXinerama-1.1.3-2.1.el7.x86_64 6/18
  1508. Verifying : jbigkit-devel-2.0-11.el7.x86_64 7/18
  1509. Verifying : gtk2-2.24.28-8.el7.x86_64 8/18
  1510. Verifying : ImageMagick-last-6.9.4.1-1.el7.remi.x86_64 9/18
  1511. Verifying : libXaw-1.0.12-5.el7.x86_64 10/18
  1512. Verifying : libXmu-1.1.2-2.el7.x86_64 11/18
  1513. Verifying : atk-2.14.0-1.el7.x86_64 12/18
  1514. Verifying : ImageMagick-last-c++-6.9.4.1-1.el7.remi.x86_64 13/18
  1515. Verifying : ImageMagick-last-devel-6.9.4.1-1.el7.remi.x86_64 14/18
  1516. Verifying : ImageMagick-last-libs-6.9.4.1-1.el7.remi.x86_64 15/18
  1517. Verifying : libXi-1.7.4-2.el7.x86_64 16/18
  1518. Verifying : libXcursor-1.1.14-2.1.el7.x86_64 17/18
  1519. Verifying : libXrandr-1.4.2-2.el7.x86_64 18/18
  1520.  
  1521. Installed:
  1522. ImageMagick-last.x86_64 0:6.9.4.1-1.el7.remi
  1523. ImageMagick-last-c++.x86_64 0:6.9.4.1-1.el7.remi
  1524. ImageMagick-last-c++-devel.x86_64 0:6.9.4.1-1.el7.remi
  1525. ImageMagick-last-devel.x86_64 0:6.9.4.1-1.el7.remi
  1526.  
  1527. Dependency Installed:
  1528. ImageMagick-last-libs.x86_64 0:6.9.4.1-1.el7.remi
  1529. atk.x86_64 0:2.14.0-1.el7
  1530. fftw-libs-double.x86_64 0:3.3.3-8.el7
  1531. graphviz.x86_64 0:2.30.1-19.el7
  1532. gtk2.x86_64 0:2.24.28-8.el7
  1533. hicolor-icon-theme.noarch 0:0.12-7.el7
  1534. jbigkit-devel.x86_64 0:2.0-11.el7
  1535. libXaw.x86_64 0:1.0.12-5.el7
  1536. libXcomposite.x86_64 0:0.4.4-4.1.el7
  1537. libXcursor.x86_64 0:1.1.14-2.1.el7
  1538. libXi.x86_64 0:1.7.4-2.el7
  1539. libXinerama.x86_64 0:1.1.3-2.1.el7
  1540. libXmu.x86_64 0:1.1.2-2.el7
  1541. libXrandr.x86_64 0:1.4.2-2.el7
  1542.  
  1543. Complete!
  1544.  
  1545. Loaded plugins: fastestmirror
  1546. Loading mirror speeds from cached hostfile
  1547. * base: ftp.plusline.de
  1548. * epel: mirror.23media.de
  1549. * extras: mirror.imt-systems.com
  1550. * remi: remi.schlundtech.de
  1551. * rpmforge: mirror.de.leaseweb.net
  1552. * updates: ftp.plusline.de
  1553. No packages marked for update
  1554. Loaded plugins: fastestmirror, priorities
  1555. Loading mirror speeds from cached hostfile
  1556. * base: ftp.plusline.de
  1557. * epel: mirror.23media.de
  1558. * extras: mirror.imt-systems.com
  1559. * rpmforge: mirror.de.leaseweb.net
  1560. * updates: ftp.plusline.de
  1561. 219 packages excluded due to repository priority protections
  1562. Resolving Dependencies
  1563. --> Running transaction check
  1564. ---> Package python-boto.noarch 0:2.25.0-2.el7.centos will be obsoleted
  1565. ---> Package python2-boto.noarch 0:2.39.0-1.el7 will be obsoleting
  1566. --> Processing Dependency: python-rsa for package: python2-boto-2.39.0-1.el7.noarch
  1567. --> Running transaction check
  1568. ---> Package python2-rsa.noarch 0:3.4.1-1.el7 will be installed
  1569. --> Processing Dependency: python-pyasn1 >= 0.1.3 for package: python2-rsa-3.4.1-1.el7.noarch
  1570. --> Running transaction check
  1571. ---> Package python-pyasn1.noarch 0:0.1.6-2.el7 will be installed
  1572. --> Finished Dependency Resolution
  1573.  
  1574. Dependencies Resolved
  1575.  
  1576. ================================================================================
  1577. Package Arch Version Repository Size
  1578. ================================================================================
  1579. Installing:
  1580. python2-boto noarch 2.39.0-1.el7 epel 1.7 M
  1581. replacing python-boto.noarch 2.25.0-2.el7.centos
  1582. Installing for dependencies:
  1583. python-pyasn1 noarch 0.1.6-2.el7 base 91 k
  1584. python2-rsa noarch 3.4.1-1.el7 epel 67 k
  1585.  
  1586. Transaction Summary
  1587. ================================================================================
  1588. Install 1 Package (+2 Dependent packages)
  1589.  
  1590. Total download size: 1.9 M
  1591. Downloading packages:
  1592. --------------------------------------------------------------------------------
  1593. Total 6.8 MB/s | 1.9 MB 00:00
  1594. Running transaction check
  1595. Running transaction test
  1596. Transaction test succeeded
  1597. Running transaction
  1598. Installing : python-pyasn1-0.1.6-2.el7.noarch 1/4
  1599. Installing : python2-rsa-3.4.1-1.el7.noarch 2/4
  1600. Installing : python2-boto-2.39.0-1.el7.noarch 3/4
  1601. Erasing : python-boto-2.25.0-2.el7.centos.noarch 4/4
  1602. Verifying : python2-boto-2.39.0-1.el7.noarch 1/4
  1603. Verifying : python-pyasn1-0.1.6-2.el7.noarch 2/4
  1604. Verifying : python2-rsa-3.4.1-1.el7.noarch 3/4
  1605. Verifying : python-boto-2.25.0-2.el7.centos.noarch 4/4
  1606.  
  1607. Installed:
  1608. python2-boto.noarch 0:2.39.0-1.el7
  1609.  
  1610. Dependency Installed:
  1611. python-pyasn1.noarch 0:0.1.6-2.el7 python2-rsa.noarch 0:3.4.1-1.el7
  1612.  
  1613. Replaced:
  1614. python-boto.noarch 0:2.25.0-2.el7.centos
  1615.  
  1616. Complete!
  1617. cp: cannot stat ‘/var/cache/yum/timedhosts.txt’: No such file or directory
  1618. -rw-r--r-- 1 root root 81K May 12 12:21 /root/centminlogs/centminmod_yumtimes_120516-121055.log
  1619. 1
  1620. Download ccache-3.2.4.tar.gz ...
  1621. (Bccache 3.2.4 Archive found, skipping download...
  1622. (Bccache-3.2.4.tar.gz valid file.
  1623. (B
  1624. install ccache 3.2.4
  1625. make: *** No rule to make target `clean'. Stop.
  1626.  
  1627. completed update to ccache 3.2.4
  1628. Set cache size limit to 2.2 GB
  1629.  
  1630. Download nginx-1.9.15.tar.gz ...
  1631. (Bnginx-1.9.15.tar.gz found, skipping download...
  1632. (Bnginx-1.9.15.tar.gz valid file.
  1633. (B
  1634. Download ngx-fancyindex-0.3.6.tar.gz ...
  1635. (Bngx-fancyindex 0.3.6 Archive found, skipping download...
  1636. (Bngx-fancyindex-0.3.6.tar.gz valid file.
  1637. (B
  1638. Download ngx-fancyindex-0.3.6.tar.gz ...
  1639. (B--2016-05-12 12:21:14-- http://centminmod.com/centminmodparts/nginx/modules/ngx-fancyindex-0.3.6.tar.gz
  1640. Resolving centminmod.com (centminmod.com)... 104.238.170.208
  1641. Connecting to centminmod.com (centminmod.com)|104.238.170.208|:80... connected.
  1642. HTTP request sent, awaiting response... 200 OK
  1643. Length: 17252 (17K) [application/octet-stream]
  1644. Saving to: ‘ngx-fancyindex-0.3.6.tar.gz’
  1645.  
  1646. 0K .......... ...... 100% 953K=0.02s
  1647.  
  1648. 2016-05-12 12:21:14 (953 KB/s) - ‘ngx-fancyindex-0.3.6.tar.gz’ saved [17252/17252]
  1649.  
  1650. Download done.
  1651. (Bngx-fancyindex-0.3.6.tar.gz valid file.
  1652. (B
  1653. Download ngx_cache_purge-2.3.tar.gz ...
  1654. (Bngx_cache_purge 2.3 Archive found, skipping download...
  1655. (Bngx_cache_purge-2.3.tar.gz valid file.
  1656. (B
  1657. Download Nginx-accesskey-2.0.3.tar.gz ...
  1658. (BNginx-accesskey 2.0.3 Archive found, skipping download...
  1659. (BNginx-accesskey-2.0.3.tar.gz valid file.
  1660. (B
  1661. Download nginx-http-concat-master.tar.gz ...
  1662. (Bnginx-http-concat-master.tar.gz Archive found, skipping download...
  1663. (Bnginx-http-concat-master.tar.gz valid file.
  1664. (B
  1665. Download headers-more-v0.30rc1.tar.gz ...
  1666. (B--2016-05-12 12:21:14-- https://github.com/openresty/headers-more-nginx-module/archive/v0.30rc1.tar.gz
  1667. Resolving github.com (github.com)... 192.30.252.131
  1668. Connecting to github.com (github.com)|192.30.252.131|:443... connected.
  1669. HTTP request sent, awaiting response... 302 Found
  1670. Location: https://codeload.github.com/openresty/headers-more-nginx-module/tar.gz/v0.30rc1 [following]
  1671. --2016-05-12 12:21:14-- https://codeload.github.com/openresty/headers-more-nginx-module/tar.gz/v0.30rc1
  1672. Resolving codeload.github.com (codeload.github.com)... 192.30.252.163
  1673. Connecting to codeload.github.com (codeload.github.com)|192.30.252.163|:443... connected.
  1674. HTTP request sent, awaiting response... 200 OK
  1675. Length: unspecified [application/x-gzip]
  1676. Saving to: ‘headers-more-v0.30rc1.tar.gz’
  1677.  
  1678. 0K .......... .......... ...... 303K=0.09s
  1679.  
  1680. 2016-05-12 12:21:15 (303 KB/s) - ‘headers-more-v0.30rc1.tar.gz’ saved [27408]
  1681.  
  1682. Download done.
  1683. (Bheaders-more-v0.30rc1.tar.gz valid file.
  1684. (B
  1685. Download nginx-sticky-1.2.6.tar.gz ...
  1686. (Bnginx-sticky-1.2.6.tar.gz Archive found, skipping download...
  1687. (Bnginx-sticky-1.2.6.tar.gz valid file.
  1688. (B
  1689. Download nginx-upstream-check-0.3.0.tar.gz ...
  1690. (Bnginx-upstream-check-0.3.0.tar.gz Archive found, skipping download...
  1691. (Bnginx-upstream-check-0.3.0.tar.gz valid file.
  1692. (B
  1693. Download ngx_http_redis-0.3.7.tar.gz ...
  1694. (Bngx_http_redis Archive found, skipping download...
  1695. (Bngx_http_redis-0.3.7.tar.gz valid file.
  1696. (B
  1697. Download pcre-8.38.tar.gz ...
  1698. (Bpcre-8.38.tar.gz Archive found, skipping download...
  1699. (Bpcre-8.38.tar.gz valid file.
  1700. (B
  1701. Download nginx-dav-ext-module-0.0.3.tar.gz ...
  1702. (Bnginx-dav-ext-module-0.0.3.tar.gz Archive found, skipping download...
  1703. (Bnginx-dav-ext-module-0.0.3.tar.gz valid file.
  1704. (B
  1705. Download memc-nginx-module_v0.16.tar.gz ...
  1706. (Bmemc-nginx-module_v0.16.tar.gz Archive found, skipping download...
  1707. (Bmemc-nginx-module_v0.16.tar.gz valid file.
  1708. (B
  1709. Download srcache-nginx-module_v0.30.tar.gz ...
  1710. (Bsrcache-nginx-module_v0.30.tar.gz Archive found, skipping download...
  1711. (Bsrcache-nginx-module_v0.30.tar.gz valid file.
  1712. (B
  1713. Download nginx-develkit_v0.3.0rc1.tar.gz ...
  1714. (Bnginx-develkit_v0.3.0rc1.tar.gz Archive found, skipping download...
  1715. (Bnginx-develkit_v0.3.0rc1.tar.gz valid file.
  1716. (B
  1717. Download set-misc-nginx-module_v0.30.tar.gz ...
  1718. (Bset-misc-nginx-module_v0.30.tar.gz Archive found, skipping download...
  1719. (Bset-misc-nginx-module_v0.30.tar.gz valid file.
  1720. (B
  1721. Download echo-nginx-module_v0.59rc1.tar.gz ...
  1722. (BError: echo-nginx-module_v0.59rc1.tar.gz not found!!! Downloading now......
  1723. (B--2016-05-12 12:21:15-- https://github.com/openresty/echo-nginx-module/archive/v0.59rc1.tar.gz
  1724. Resolving github.com (github.com)... 192.30.252.131
  1725. Connecting to github.com (github.com)|192.30.252.131|:443... connected.
  1726. HTTP request sent, awaiting response... 302 Found
  1727. Location: https://codeload.github.com/openresty/echo-nginx-module/tar.gz/v0.59rc1 [following]
  1728. --2016-05-12 12:21:16-- https://codeload.github.com/openresty/echo-nginx-module/tar.gz/v0.59rc1
  1729. Resolving codeload.github.com (codeload.github.com)... 192.30.252.160
  1730. Connecting to codeload.github.com (codeload.github.com)|192.30.252.160|:443... connected.
  1731. HTTP request sent, awaiting response... 200 OK
  1732. Length: unspecified [application/x-gzip]
  1733. Saving to: ‘echo-nginx-module_v0.59rc1.tar.gz’
  1734.  
  1735. 0K .......... .......... .......... .......... .......... 280K
  1736. 50K 19.1M=0.2s
  1737.  
  1738. 2016-05-12 12:21:16 (286 KB/s) - ‘echo-nginx-module_v0.59rc1.tar.gz’ saved [52152]
  1739.  
  1740. Download done.
  1741. (Becho-nginx-module_v0.59rc1.tar.gz valid file.
  1742. (B
  1743. Download redis2-nginx-module_v0.12.tar.gz ...
  1744. (Bredis2-nginx-module_v0.12.tar.gz Archive found, skipping download...
  1745. (Bredis2-nginx-module_v0.12.tar.gz valid file.
  1746. (B
  1747. Download csf.tgz ...
  1748. (BInitializing download: http://download.configserver.com/csf.tgz
  1749. File size: 690682 bytes
  1750. Opening output file csf.tgz
  1751. Starting download
  1752.  
  1753.  
  1754. [ 1%] [0 1 2 3 ] [ 99.5KB/s] [00:06]
  1755. [ 3%] [0 1 2 3 ] [ 196.5KB/s] [00:03]
  1756. [ 4%] [.0 1 .2 3 ] [ 294.6KB/s] [00:02]
  1757. [ 6%] [.0 1 .2 3 ] [ 392.5KB/s] [00:01]
  1758. [ 7%] [.0 1 .2 3 ] [ 490.4KB/s] [00:01]
  1759. [ 9%] [..0 1 ..2 3 ] [ 588.2KB/s] [00:01]
  1760. [ 10%] [..0 1 ..2 3 ] [ 685.9KB/s] [00:00]
  1761. [ 12%] [..0 1 ..2 3 ] [ 783.4KB/s] [00:00]
  1762. [ 13%] [...0 1 ...2 3 ] [ 881.0KB/s] [00:00]
  1763. [ 15%] [...0 1 ...2 3 ] [ 978.5KB/s] [00:00]
  1764. [ 16%] [....0 1 ....2 3 ] [ 1.0MB/s] [00:00]
  1765. [ 18%] [....0 1 ....2 3 ] [ 1.1MB/s] [00:00]
  1766. [ 19%] [....0 1 ....2 3 ] [ 1.2MB/s] [00:00]
  1767. [ 21%] [.....0 1 .....2 3 ] [ 1.3MB/s] [00:00]
  1768. [ 22%] [.....0 1 .....2 3 ] [ 1.4MB/s] [00:00]
  1769. [ 24%] [.....0 1 .....2 3 ] [ 1.5MB/s] [00:00]
  1770. [ 25%] [......0 1 ......2 3 ] [ 1.6MB/s] [00:00]
  1771. [ 27%] [......0 1 ......2 3 ] [ 1.7MB/s] [00:00]
  1772. [ 28%] [.......0 1 .......2 3 ] [ 1.8MB/s] [00:00]
  1773. [ 30%] [.......0 1 .......2 3 ] [ 1.9MB/s] [00:00]
  1774. [ 30%] [.......0 1 .......2 3 ] [ 1.9MB/s] [00:00]
  1775. [ 31%] [........0 1 .......2 3 ] [ 1.9MB/s] [00:00]
  1776. [ 32%] [........0 1 .......2 3 ] [ 2.0MB/s] [00:00]
  1777. [ 34%] [........0 1 ........2 3 ] [ 2.1MB/s] [00:00]
  1778. [ 35%] [.........0 1 ........2 3 ] [ 2.2MB/s] [00:00]
  1779. [ 37%] [.........0 1 ........2 3 ] [ 2.3MB/s] [00:00]
  1780. [ 38%] [.........0 1 .........2 3 ] [ 2.4MB/s] [00:00]
  1781. [ 40%] [..........0 1 .........2 3 ] [ 2.5MB/s] [00:00]
  1782. [ 41%] [..........0 1 ..........2 3 ] [ 2.5MB/s] [00:00]
  1783. [ 43%] [..........0 1 ..........2 3 ] [ 2.6MB/s] [00:00]
  1784. [ 44%] [...........0 1 ..........2 3 ] [ 2.7MB/s] [00:00]
  1785. [ 45%] [...........0 1 ..........2 3 ] [ 2.7MB/s] [00:00]
  1786. [ 45%] [...........0 1 ..........2 3 ] [ 2.8MB/s] [00:00]
  1787. [ 46%] [............01 ..........2 3 ] [ 2.8MB/s] [00:00]
  1788. [ 47%] [............01 ...........2 3 ] [ 2.8MB/s] [00:00]
  1789.  
  1790. Connection 0 finished
  1791.  
  1792. [ 48%] [.............1 ...........2 3 ] [ 2.9MB/s] [00:00]
  1793. [ 49%] [.............1 ............23 ] [ 2.9MB/s] [00:00]
  1794. [ 50%] [.............1 ............23 ] [ 3.0MB/s] [00:00]
  1795. [ 50%] [.............1 .............3 ] [ 3.0MB/s] [00:00]
  1796.  
  1797. Connection 2 finished
  1798.  
  1799. [ 50%] [.............1 .............3 ] [ 3.0MB/s] [00:00]
  1800. [ 51%] [.............1 .............3 ] [ 1.6MB/s] [00:00]
  1801. [ 53%] [.............1 .............3 ] [ 1.6MB/s] [00:00]
  1802. [ 54%] [.............1 .............3 ] [ 1.7MB/s] [00:00]
  1803. [ 56%] [.............1 .............3 ] [ 1.7MB/s] [00:00]
  1804. [ 57%] [..............1 ..............3 ] [ 1.8MB/s] [00:00]
  1805. [ 59%] [..............1 ..............3 ] [ 1.8MB/s] [00:00]
  1806. [ 60%] [...............1 ...............3 ] [ 1.9MB/s] [00:00]
  1807. [ 62%] [...............1 ...............3 ] [ 1.9MB/s] [00:00]
  1808. [ 63%] [...............1 ...............3 ] [ 2.0MB/s] [00:00]
  1809. [ 65%] [................1 ................3 ] [ 2.0MB/s] [00:00]
  1810. [ 66%] [................1 ................3 ] [ 2.1MB/s] [00:00]
  1811. [ 68%] [................1 ................3 ] [ 2.1MB/s] [00:00]
  1812. [ 69%] [.................1 .................3 ] [ 2.2MB/s] [00:00]
  1813. [ 71%] [.................1 .................3 ] [ 2.2MB/s] [00:00]
  1814. [ 72%] [..................1 ..................3 ] [ 2.2MB/s] [00:00]
  1815. [ 74%] [..................1 ..................3 ] [ 2.3MB/s] [00:00]
  1816. [ 75%] [..................1 ..................3 ] [ 2.3MB/s] [00:00]
  1817. [ 77%] [...................1 ...................3 ] [ 2.4MB/s] [00:00]
  1818. [ 78%] [...................1 ...................3 ] [ 2.4MB/s] [00:00]
  1819. [ 80%] [...................1 ...................3 ] [ 2.5MB/s] [00:00]
  1820. [ 81%] [....................1 ....................3 ] [ 2.5MB/s] [00:00]
  1821. [ 83%] [....................1 ....................3 ] [ 2.6MB/s] [00:00]
  1822. [ 84%] [.....................1 .....................3 ] [ 2.6MB/s] [00:00]
  1823. [ 86%] [.....................1 .....................3 ] [ 2.6MB/s] [00:00]
  1824. [ 87%] [.....................1 .....................3 ] [ 2.7MB/s] [00:00]
  1825. [ 89%] [......................1 ......................3 ] [ 2.7MB/s] [00:00]
  1826. [ 90%] [......................1 ......................3 ] [ 2.8MB/s] [00:00]
  1827. [ 92%] [......................1 ......................3 ] [ 2.8MB/s] [00:00]
  1828. [ 93%] [.......................1 .......................3 ] [ 2.9MB/s] [00:00]
  1829. [ 94%] [.......................1 .......................3 ] [ 2.9MB/s] [00:00]
  1830. [ 96%] [.......................1 .......................3 ] [ 3.0MB/s] [00:00]
  1831. [ 97%] [........................1........................3] [ 3.0MB/s] [00:00]
  1832. [ 99%] [........................1........................3] [ 3.0MB/s] [00:00]
  1833. [100%] [.................................................3] [ 3.1MB/s] [00:00]
  1834.  
  1835. Connection 1 finished
  1836.  
  1837. Downloaded 674.5 Kilobyte in 0 seconds. (3131.18 KB/s)
  1838. Download csf.tgz done.
  1839. (Bcsf.tgz valid file.
  1840. (B
  1841.  
  1842. Download mailparse-2.1.6.tgz ...
  1843. (Bmailparse-2.1.6.tgz found, skipping download...
  1844. (Bmailparse-2.1.6.tgz valid file.
  1845. (B
  1846. DE server detected
  1847. HTTP/1.1 404 Not Found
  1848. Download php-5.4.45.tar.xz ...
  1849. (BInitializing download: http://php.net/get/php-5.4.45.tar.xz/from/this/mirror
  1850. HTTP/1.1 404 Not Found
  1851. Error: php-5.4.45.tar.xz download failed.
  1852. (Bcheck Centmin Mod log for details at /root/centminlogs/
  1853. Aborting script...
  1854.  
  1855. Total Centmin Mod Install Time: 597.163589880 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement