ログ:yumリポジトリの追加とCentOSのアップグレード
VMware FusionにインストールしたCentOS6.2に、yumリポジトリの追加とCentOSのupgradeを行ったときのログ
参考:CentOS開発環境の構築(Apache, MySQL, PHP)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 | rpm -Uvh http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/6/x86_64/epel-release-6-7.noarch.rpm http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/6/x86_64/epel-release-6-7.noarch.rpm を取得中 警告: /var/tmp/rpm-tmp.3FpUiU: ヘッダ V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY 準備中... ########################################### [100%] 1:epel-release ########################################### [100%] rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm http://rpms.famillecollet.com/enterprise/remi-release-6.rpm を取得中 警告: /var/tmp/rpm-tmp.jIR7hn: ヘッダ V3 DSA/SHA1 Signature, key ID 00f97f56: NOKEY 準備中... ########################################### [100%] 1:remi-release ########################################### [100%] rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm を取得中 警告: /var/tmp/rpm-tmp.MYcO5D: ヘッダ V3 DSA/SHA1 Signature, key ID 6b8d79e6: NOKEY 準備中... ########################################### [100%] 1:rpmforge-release ########################################### [100%] vi /etc/yum.repos.d/epel.repo vi /etc/yum.repos.d/rpmforge.repo yum --enablerepo=remi,epel,rpmforge upgrade Loaded plugins: fastestmirror base | 3.7 kB 00:00 base/primary_db | 4.5 MB 00:01 epel/metalink | 5.8 kB 00:00 epel | 4.0 kB 00:00 epel/primary_db | 4.6 MB 00:01 extras | 3.5 kB 00:00 extras/primary_db | 8.9 kB 00:00 remi | 2.9 kB 00:00 remi/primary_db | 258 kB 00:00 rpmforge | 1.9 kB 00:00 rpmforge/primary_db | 2.5 MB 00:00 updates | 3.5 kB 00:00 updates/primary_db | 4.1 MB 00:01 Setting up Upgrade Process Resolving Dependencies --> Running transaction check ---> Package bash.x86_64 0:4.1.2-8.el6.centos will be updated ---> Package bash.x86_64 0:4.1.2-9.el6_2 will be an update ---> Package chkconfig.x86_64 0:1.3.47-1.el6 will be updated ---> Package chkconfig.x86_64 0:1.3.49.3-1.el6_2 will be an update ---> Package curl.x86_64 0:7.19.7-26.el6_1.2 will be updated ---> Package curl.x86_64 0:7.19.7-26.el6_2.4 will be an update ---> Package dhclient.x86_64 12:4.1.1-25.P1.el6 will be updated ---> Package dhclient.x86_64 12:4.1.1-25.P1.el6_2.1 will be an update ---> Package dhcp-common.x86_64 12:4.1.1-25.P1.el6 will be updated ---> Package dhcp-common.x86_64 12:4.1.1-25.P1.el6_2.1 will be an update ---> Package dracut.noarch 0:004-256.el6 will be updated ---> Package dracut.noarch 0:004-256.el6_2.1 will be an update ---> Package dracut-kernel.noarch 0:004-256.el6 will be updated ---> Package dracut-kernel.noarch 0:004-256.el6_2.1 will be an update ---> Package expat.x86_64 0:2.0.1-9.1.el6 will be updated ---> Package expat.x86_64 0:2.0.1-11.el6_2 will be an update ---> Package glibc.x86_64 0:2.12-1.47.el6 will be updated ---> Package glibc.x86_64 0:2.12-1.47.el6_2.12 will be an update ---> Package glibc-common.x86_64 0:2.12-1.47.el6 will be updated ---> Package glibc-common.x86_64 0:2.12-1.47.el6_2.12 will be an update ---> Package gmp.x86_64 0:4.3.1-7.el6 will be updated ---> Package gmp.x86_64 0:4.3.1-7.el6_2.2 will be an update ---> Package initscripts.x86_64 0:9.03.27-1.el6.centos will be updated ---> Package initscripts.x86_64 0:9.03.27-1.el6.centos.1 will be an update ---> Package iptables.x86_64 0:1.4.7-4.el6 will be updated ---> Package iptables.x86_64 0:1.4.7-5.1.el6_2 will be an update ---> Package iptables-ipv6.x86_64 0:1.4.7-4.el6 will be updated ---> Package iptables-ipv6.x86_64 0:1.4.7-5.1.el6_2 will be an update ---> Package kernel.x86_64 0:2.6.32-220.23.1.el6 will be installed ---> Package kernel-firmware.noarch 0:2.6.32-220.el6 will be updated ---> Package kernel-firmware.noarch 0:2.6.32-220.23.1.el6 will be an update ---> Package krb5-libs.x86_64 0:1.9-22.el6 will be updated ---> Package krb5-libs.x86_64 0:1.9-22.el6_2.1 will be an update ---> Package libcurl.x86_64 0:7.19.7-26.el6_1.2 will be updated ---> Package libcurl.x86_64 0:7.19.7-26.el6_2.4 will be an update ---> Package libgcrypt.x86_64 0:1.4.5-9.el6 will be updated ---> Package libgcrypt.x86_64 0:1.4.5-9.el6_2.2 will be an update ---> Package libicu.x86_64 0:4.2.1-9.el6 will be updated ---> Package libicu.x86_64 0:4.2.1-9.1.el6_2 will be an update ---> Package libssh2.x86_64 0:1.2.2-7.el6_1.1 will be updated ---> Package libssh2.x86_64 0:1.2.2-7.el6_2.3 will be an update ---> Package libxml2.x86_64 0:2.7.6-4.el6 will be updated ---> Package libxml2.x86_64 0:2.7.6-4.el6_2.4 will be an update ---> Package matahari.x86_64 0:0.4.4-11.el6 will be updated ---> Package matahari.x86_64 0:0.4.4-12.el6_2 will be an update ---> Package matahari-agent-lib.x86_64 0:0.4.4-11.el6 will be updated ---> Package matahari-agent-lib.x86_64 0:0.4.4-12.el6_2 will be an update ---> Package matahari-broker.x86_64 0:0.4.4-11.el6 will be updated ---> Package matahari-broker.x86_64 0:0.4.4-12.el6_2 will be an update ---> Package matahari-host.x86_64 0:0.4.4-11.el6 will be updated ---> Package matahari-host.x86_64 0:0.4.4-12.el6_2 will be an update ---> Package matahari-lib.x86_64 0:0.4.4-11.el6 will be updated ---> Package matahari-lib.x86_64 0:0.4.4-12.el6_2 will be an update ---> Package matahari-network.x86_64 0:0.4.4-11.el6 will be updated ---> Package matahari-network.x86_64 0:0.4.4-12.el6_2 will be an update ---> Package matahari-service.x86_64 0:0.4.4-11.el6 will be updated ---> Package matahari-service.x86_64 0:0.4.4-12.el6_2 will be an update ---> Package matahari-sysconfig.x86_64 0:0.4.4-11.el6 will be updated ---> Package matahari-sysconfig.x86_64 0:0.4.4-12.el6_2 will be an update ---> Package module-init-tools.x86_64 0:3.9-17.el6 will be updated ---> Package module-init-tools.x86_64 0:3.9-19.el6_2 will be an update ---> Package mysql-libs.x86_64 0:5.1.52-1.el6_0.1 will be updated --> Processing Dependency: libmysqlclient.so.16()(64bit) for package: 2:postfix-2.6.6-2.2.el6_1.x86_64 --> Processing Dependency: libmysqlclient.so.16(libmysqlclient_16)(64bit) for package: 2:postfix-2.6.6-2.2.el6_1.x86_64 ---> Package mysql-libs.x86_64 0:5.5.25-1.el6.remi will be an update ---> Package net-tools.x86_64 0:1.60-109.el6 will be updated ---> Package net-tools.x86_64 0:1.60-110.el6_2 will be an update ---> Package nspr.x86_64 0:4.8.8-3.el6 will be updated ---> Package nspr.x86_64 0:4.8.9-3.el6_2 will be an update ---> Package nss.x86_64 0:3.12.10-16.el6 will be updated ---> Package nss.x86_64 0:3.13.1-7.el6_2 will be an update ---> Package nss-sysinit.x86_64 0:3.12.10-16.el6 will be updated ---> Package nss-sysinit.x86_64 0:3.13.1-7.el6_2 will be an update ---> Package nss-util.x86_64 0:3.12.10-2.el6 will be updated ---> Package nss-util.x86_64 0:3.13.1-3.el6_2 will be an update ---> Package openssh.x86_64 0:5.3p1-70.el6 will be updated ---> Package openssh.x86_64 0:5.3p1-70.el6_2.2 will be an update ---> Package openssh-server.x86_64 0:5.3p1-70.el6 will be updated ---> Package openssh-server.x86_64 0:5.3p1-70.el6_2.2 will be an update ---> Package openssl.x86_64 0:1.0.0-20.el6 will be updated ---> Package openssl.x86_64 0:1.0.0-20.el6_2.5 will be an update ---> Package pam.x86_64 0:1.1.1-10.el6 will be updated ---> Package pam.x86_64 0:1.1.1-10.el6_2.1 will be an update ---> Package passwd.x86_64 0:0.77-4.el6 will be updated ---> Package passwd.x86_64 0:0.77-4.el6_2.2 will be an update ---> Package policycoreutils.x86_64 0:2.0.83-19.18.el6 will be updated ---> Package policycoreutils.x86_64 0:2.0.83-19.21.el6_2 will be an update ---> Package python.x86_64 0:2.6.6-29.el6 will be updated ---> Package python.x86_64 0:2.6.6-29.el6_2.2 will be an update ---> Package python-libs.x86_64 0:2.6.6-29.el6 will be updated ---> Package python-libs.x86_64 0:2.6.6-29.el6_2.2 will be an update ---> Package qpid-cpp-client.x86_64 0:0.12-6.el6 will be updated ---> Package qpid-cpp-client.x86_64 0:0.14-14.el6_2 will be an update ---> Package qpid-cpp-client-ssl.x86_64 0:0.12-6.el6 will be updated ---> Package qpid-cpp-client-ssl.x86_64 0:0.14-14.el6_2 will be an update ---> Package qpid-cpp-server.x86_64 0:0.12-6.el6 will be updated ---> Package qpid-cpp-server.x86_64 0:0.14-14.el6_2 will be an update ---> Package qpid-cpp-server-ssl.x86_64 0:0.12-6.el6 will be updated ---> Package qpid-cpp-server-ssl.x86_64 0:0.14-14.el6_2 will be an update ---> Package qpid-qmf.x86_64 0:0.12-6.el6 will be updated ---> Package qpid-qmf.x86_64 0:0.14-7.el6_2 will be an update ---> Package rpm.x86_64 0:4.8.0-19.el6 will be updated ---> Package rpm.x86_64 0:4.8.0-19.el6_2.1 will be an update ---> Package rpm-libs.x86_64 0:4.8.0-19.el6 will be updated ---> Package rpm-libs.x86_64 0:4.8.0-19.el6_2.1 will be an update ---> Package rpm-python.x86_64 0:4.8.0-19.el6 will be updated ---> Package rpm-python.x86_64 0:4.8.0-19.el6_2.1 will be an update ---> Package selinux-policy.noarch 0:3.7.19-126.el6 will be updated ---> Package selinux-policy.noarch 0:3.7.19-126.el6_2.10 will be an update ---> Package selinux-policy-targeted.noarch 0:3.7.19-126.el6 will be updated ---> Package selinux-policy-targeted.noarch 0:3.7.19-126.el6_2.10 will be an update ---> Package sudo.x86_64 0:1.7.4p5-7.el6 will be updated ---> Package sudo.x86_64 0:1.7.4p5-9.el6_2 will be an update ---> Package tzdata.noarch 0:2011l-4.el6 will be updated ---> Package tzdata.noarch 0:2012c-1.el6 will be an update ---> Package yum.noarch 0:3.2.29-22.el6.centos will be updated ---> Package yum.noarch 0:3.2.29-22.el6.centos.2 will be an update --> Running transaction check ---> Package compat-mysql51.x86_64 0:5.1.54-1.el6.remi will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel x86_64 2.6.32-220.23.1.el6 updates 24 M Updating: bash x86_64 4.1.2-9.el6_2 updates 903 k chkconfig x86_64 1.3.49.3-1.el6_2 updates 159 k curl x86_64 7.19.7-26.el6_2.4 updates 192 k dhclient x86_64 12:4.1.1-25.P1.el6_2.1 updates 315 k dhcp-common x86_64 12:4.1.1-25.P1.el6_2.1 updates 139 k dracut noarch 004-256.el6_2.1 updates 110 k dracut-kernel noarch 004-256.el6_2.1 updates 20 k expat x86_64 2.0.1-11.el6_2 updates 76 k glibc x86_64 2.12-1.47.el6_2.12 updates 3.8 M glibc-common x86_64 2.12-1.47.el6_2.12 updates 14 M gmp x86_64 4.3.1-7.el6_2.2 updates 207 k initscripts x86_64 9.03.27-1.el6.centos.1 updates 934 k iptables x86_64 1.4.7-5.1.el6_2 updates 246 k iptables-ipv6 x86_64 1.4.7-5.1.el6_2 updates 93 k kernel-firmware noarch 2.6.32-220.23.1.el6 updates 6.3 M krb5-libs x86_64 1.9-22.el6_2.1 updates 709 k libcurl x86_64 7.19.7-26.el6_2.4 updates 163 k libgcrypt x86_64 1.4.5-9.el6_2.2 updates 228 k libicu x86_64 4.2.1-9.1.el6_2 updates 4.9 M libssh2 x86_64 1.2.2-7.el6_2.3 updates 75 k libxml2 x86_64 2.7.6-4.el6_2.4 updates 795 k matahari x86_64 0.4.4-12.el6_2 updates 18 k matahari-agent-lib x86_64 0.4.4-12.el6_2 updates 40 k matahari-broker x86_64 0.4.4-12.el6_2 updates 25 k matahari-host x86_64 0.4.4-12.el6_2 updates 43 k matahari-lib x86_64 0.4.4-12.el6_2 updates 43 k matahari-network x86_64 0.4.4-12.el6_2 updates 36 k matahari-service x86_64 0.4.4-12.el6_2 updates 51 k matahari-sysconfig x86_64 0.4.4-12.el6_2 updates 32 k module-init-tools x86_64 3.9-19.el6_2 updates 465 k mysql-libs x86_64 5.5.25-1.el6.remi remi 769 k net-tools x86_64 1.60-110.el6_2 updates 268 k nspr x86_64 4.8.9-3.el6_2 updates 110 k nss x86_64 3.13.1-7.el6_2 updates 759 k nss-sysinit x86_64 3.13.1-7.el6_2 updates 31 k nss-util x86_64 3.13.1-3.el6_2 updates 52 k openssh x86_64 5.3p1-70.el6_2.2 updates 235 k openssh-server x86_64 5.3p1-70.el6_2.2 updates 297 k openssl x86_64 1.0.0-20.el6_2.5 updates 1.4 M pam x86_64 1.1.1-10.el6_2.1 updates 656 k passwd x86_64 0.77-4.el6_2.2 updates 89 k policycoreutils x86_64 2.0.83-19.21.el6_2 updates 645 k python x86_64 2.6.6-29.el6_2.2 updates 4.8 M python-libs x86_64 2.6.6-29.el6_2.2 updates 623 k qpid-cpp-client x86_64 0.14-14.el6_2 updates 996 k qpid-cpp-client-ssl x86_64 0.14-14.el6_2 updates 106 k qpid-cpp-server x86_64 0.14-14.el6_2 updates 990 k qpid-cpp-server-ssl x86_64 0.14-14.el6_2 updates 58 k qpid-qmf x86_64 0.14-7.el6_2 updates 410 k rpm x86_64 4.8.0-19.el6_2.1 updates 898 k rpm-libs x86_64 4.8.0-19.el6_2.1 updates 309 k rpm-python x86_64 4.8.0-19.el6_2.1 updates 53 k selinux-policy noarch 3.7.19-126.el6_2.10 updates 773 k selinux-policy-targeted noarch 3.7.19-126.el6_2.10 updates 2.5 M sudo x86_64 1.7.4p5-9.el6_2 updates 418 k tzdata noarch 2012c-1.el6 updates 441 k yum noarch 3.2.29-22.el6.centos.2 updates 987 k Installing for dependencies: compat-mysql51 x86_64 5.1.54-1.el6.remi remi 1.4 M Transaction Summary ================================================================================ Install 2 Package(s) Upgrade 57 Package(s) Total download size: 80 M Is this ok [y/N]: y Downloading Packages: (1/59): bash-4.1.2-9.el6_2.x86_64.rpm | 903 kB 00:00 (2/59): chkconfig-1.3.49.3-1.el6_2.x86_64.rpm | 159 kB 00:00 (3/59): compat-mysql51-5.1.54-1.el6.remi.x86_64.rpm | 1.4 MB 00:03 (4/59): curl-7.19.7-26.el6_2.4.x86_64.rpm | 192 kB 00:00 (5/59): dhclient-4.1.1-25.P1.el6_2.1.x86_64.rpm | 315 kB 00:00 (6/59): dhcp-common-4.1.1-25.P1.el6_2.1.x86_64.rpm | 139 kB 00:00 (7/59): dracut-004-256.el6_2.1.noarch.rpm | 110 kB 00:00 (8/59): dracut-kernel-004-256.el6_2.1.noarch.rpm | 20 kB 00:00 (9/59): expat-2.0.1-11.el6_2.x86_64.rpm | 76 kB 00:00 (10/59): glibc-2.12-1.47.el6_2.12.x86_64.rpm | 3.8 MB 00:00 (11/59): glibc-common-2.12-1.47.el6_2.12.x86_64.rpm | 14 MB 00:03 (12/59): gmp-4.3.1-7.el6_2.2.x86_64.rpm | 207 kB 00:00 (13/59): initscripts-9.03.27-1.el6.centos.1.x86_64.rpm | 934 kB 00:00 (14/59): iptables-1.4.7-5.1.el6_2.x86_64.rpm | 246 kB 00:00 (15/59): iptables-ipv6-1.4.7-5.1.el6_2.x86_64.rpm | 93 kB 00:00 (16/59): kernel-2.6.32-220.23.1.el6.x86_64.rpm | 24 MB 00:05 (17/59): kernel-firmware-2.6.32-220.23.1.el6.noarch.rpm | 6.3 MB 00:01 (18/59): krb5-libs-1.9-22.el6_2.1.x86_64.rpm | 709 kB 00:00 (19/59): libcurl-7.19.7-26.el6_2.4.x86_64.rpm | 163 kB 00:00 (20/59): libgcrypt-1.4.5-9.el6_2.2.x86_64.rpm | 228 kB 00:00 (21/59): libicu-4.2.1-9.1.el6_2.x86_64.rpm | 4.9 MB 00:01 (22/59): libssh2-1.2.2-7.el6_2.3.x86_64.rpm | 75 kB 00:00 (23/59): libxml2-2.7.6-4.el6_2.4.x86_64.rpm | 795 kB 00:00 (24/59): matahari-0.4.4-12.el6_2.x86_64.rpm | 18 kB 00:00 (25/59): matahari-agent-lib-0.4.4-12.el6_2.x86_64.rpm | 40 kB 00:00 (26/59): matahari-broker-0.4.4-12.el6_2.x86_64.rpm | 25 kB 00:00 (27/59): matahari-host-0.4.4-12.el6_2.x86_64.rpm | 43 kB 00:00 (28/59): matahari-lib-0.4.4-12.el6_2.x86_64.rpm | 43 kB 00:00 (29/59): matahari-network-0.4.4-12.el6_2.x86_64.rpm | 36 kB 00:00 (30/59): matahari-service-0.4.4-12.el6_2.x86_64.rpm | 51 kB 00:00 (31/59): matahari-sysconfig-0.4.4-12.el6_2.x86_64.rpm | 32 kB 00:00 (32/59): module-init-tools-3.9-19.el6_2.x86_64.rpm | 465 kB 00:00 (33/59): mysql-libs-5.5.25-1.el6.remi.x86_64.rpm | 769 kB 00:02 (34/59): net-tools-1.60-110.el6_2.x86_64.rpm | 268 kB 00:00 (35/59): nspr-4.8.9-3.el6_2.x86_64.rpm | 110 kB 00:00 (36/59): nss-3.13.1-7.el6_2.x86_64.rpm | 759 kB 00:00 (37/59): nss-sysinit-3.13.1-7.el6_2.x86_64.rpm | 31 kB 00:00 (38/59): nss-util-3.13.1-3.el6_2.x86_64.rpm | 52 kB 00:00 (39/59): openssh-5.3p1-70.el6_2.2.x86_64.rpm | 235 kB 00:00 (40/59): openssh-server-5.3p1-70.el6_2.2.x86_64.rpm | 297 kB 00:00 (41/59): openssl-1.0.0-20.el6_2.5.x86_64.rpm | 1.4 MB 00:00 (42/59): pam-1.1.1-10.el6_2.1.x86_64.rpm | 656 kB 00:00 (43/59): passwd-0.77-4.el6_2.2.x86_64.rpm | 89 kB 00:00 (44/59): policycoreutils-2.0.83-19.21.el6_2.x86_64.rpm | 645 kB 00:00 (45/59): python-2.6.6-29.el6_2.2.x86_64.rpm | 4.8 MB 00:01 (46/59): python-libs-2.6.6-29.el6_2.2.x86_64.rpm | 623 kB 00:00 (47/59): qpid-cpp-client-0.14-14.el6_2.x86_64.rpm | 996 kB 00:00 (48/59): qpid-cpp-client-ssl-0.14-14.el6_2.x86_64.rpm | 106 kB 00:00 (49/59): qpid-cpp-server-0.14-14.el6_2.x86_64.rpm | 990 kB 00:00 (50/59): qpid-cpp-server-ssl-0.14-14.el6_2.x86_64.rpm | 58 kB 00:00 (51/59): qpid-qmf-0.14-7.el6_2.x86_64.rpm | 410 kB 00:00 (52/59): rpm-4.8.0-19.el6_2.1.x86_64.rpm | 898 kB 00:00 (53/59): rpm-libs-4.8.0-19.el6_2.1.x86_64.rpm | 309 kB 00:00 (54/59): rpm-python-4.8.0-19.el6_2.1.x86_64.rpm | 53 kB 00:00 (55/59): selinux-policy-3.7.19-126.el6_2.10.noarch.rpm | 773 kB 00:00 (56/59): selinux-policy-targeted-3.7.19-126.el6_2.10.noa | 2.5 MB 00:00 (57/59): sudo-1.7.4p5-9.el6_2.x86_64.rpm | 418 kB 00:00 (58/59): tzdata-2012c-1.el6.noarch.rpm | 441 kB 00:00 (59/59): yum-3.2.29-22.el6.centos.2.noarch.rpm | 987 kB 00:00 -------------------------------------------------------------------------------- Total 2.5 MB/s | 80 MB 00:32 警告: rpmts_HdrFromFdno: ヘッダ V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 Importing GPG key 0xC105B9DE: Userid : CentOS-6 Key (CentOS 6 Official Signing Key) <centos-6-key@centos.org> Package: centos-release-6-2.el6.centos.7.x86_64 (@anaconda-CentOS-201112091719.x86_64/6.2) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 Is this ok [y/N]: y warning: rpmts_HdrFromFdno: Header V3 DSA/SHA1 Signature, key ID 00f97f56: NOKEY Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi Importing GPG key 0x00F97F56: Userid : Remi Collet <RPMS@FamilleCollet.com> Package: remi-release-6-1.el6.remi.noarch (installed) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-remi Is this ok [y/N]: y Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Warning: RPMDB altered outside of yum. Updating : 12:dhcp-common-4.1.1-25.P1.el6_2.1.x86_64 1/116 Updating : kernel-firmware-2.6.32-220.23.1.el6.noarch 2/116 Updating : tzdata-2012c-1.el6.noarch 3/116 Updating : glibc-common-2.12-1.47.el6_2.12.x86_64 4/116 Updating : glibc-2.12-1.47.el6_2.12.x86_64 5/116 Updating : bash-4.1.2-9.el6_2.x86_64 6/116 Updating : chkconfig-1.3.49.3-1.el6_2.x86_64 7/116 Updating : nspr-4.8.9-3.el6_2.x86_64 8/116 Updating : krb5-libs-1.9-22.el6_2.1.x86_64 9/116 Updating : openssl-1.0.0-20.el6_2.5.x86_64 10/116 Updating : nss-util-3.13.1-3.el6_2.x86_64 11/116 Updating : nss-3.13.1-7.el6_2.x86_64 12/116 Updating : nss-sysinit-3.13.1-7.el6_2.x86_64 13/116 Updating : pam-1.1.1-10.el6_2.1.x86_64 14/116 Updating : module-init-tools-3.9-19.el6_2.x86_64 15/116 Updating : libssh2-1.2.2-7.el6_2.3.x86_64 16/116 Updating : libcurl-7.19.7-26.el6_2.4.x86_64 17/116 Updating : matahari-lib-0.4.4-12.el6_2.x86_64 18/116 Updating : curl-7.19.7-26.el6_2.4.x86_64 19/116 Updating : rpm-4.8.0-19.el6_2.1.x86_64 20/116 Updating : rpm-libs-4.8.0-19.el6_2.1.x86_64 21/116 Updating : iptables-1.4.7-5.1.el6_2.x86_64 22/116 Updating : net-tools-1.60-110.el6_2.x86_64 23/116 Updating : initscripts-9.03.27-1.el6.centos.1.x86_64 24/116 Updating : qpid-cpp-client-0.14-14.el6_2.x86_64 25/116 Updating : qpid-qmf-0.14-7.el6_2.x86_64 26/116 Updating : qpid-cpp-server-0.14-14.el6_2.x86_64 27/116 Updating : qpid-cpp-client-ssl-0.14-14.el6_2.x86_64 28/116 Updating : matahari-agent-lib-0.4.4-12.el6_2.x86_64 29/116 Updating : policycoreutils-2.0.83-19.21.el6_2.x86_64 30/116 Updating : selinux-policy-3.7.19-126.el6_2.10.noarch 31/116 Updating : matahari-host-0.4.4-12.el6_2.x86_64 32/116 Updating : matahari-sysconfig-0.4.4-12.el6_2.x86_64 33/116 Updating : matahari-network-0.4.4-12.el6_2.x86_64 34/116 Updating : matahari-service-0.4.4-12.el6_2.x86_64 35/116 Updating : qpid-cpp-server-ssl-0.14-14.el6_2.x86_64 36/116 Updating : matahari-broker-0.4.4-12.el6_2.x86_64 37/116 Updating : openssh-5.3p1-70.el6_2.2.x86_64 38/116 Updating : dracut-004-256.el6_2.1.noarch 39/116 Updating : dracut-kernel-004-256.el6_2.1.noarch 40/116 Updating : expat-2.0.1-11.el6_2.x86_64 41/116 Updating : python-2.6.6-29.el6_2.2.x86_64 42/116 Updating : python-libs-2.6.6-29.el6_2.2.x86_64 43/116 Updating : rpm-python-4.8.0-19.el6_2.1.x86_64 44/116 Updating : yum-3.2.29-22.el6.centos.2.noarch 45/116 Installing : kernel-2.6.32-220.23.1.el6.x86_64 46/116 Updating : openssh-server-5.3p1-70.el6_2.2.x86_64 47/116 Updating : matahari-0.4.4-12.el6_2.x86_64 48/116 Updating : selinux-policy-targeted-3.7.19-126.el6_2.10.noarch 49/116 Updating : 12:dhclient-4.1.1-25.P1.el6_2.1.x86_64 50/116 Updating : iptables-ipv6-1.4.7-5.1.el6_2.x86_64 51/116 Updating : passwd-0.77-4.el6_2.2.x86_64 52/116 Updating : sudo-1.7.4p5-9.el6_2.x86_64 53/116 Updating : mysql-libs-5.5.25-1.el6.remi.x86_64 54/116 WARNING : This MySQL RPM is not an official Fedora/Redhat build and it overrides the official one. Don't file bugs on Fedora Project nor Redhat. Use dedicated forums http://forums.famillecollet.com/ Installing : compat-mysql51-5.1.54-1.el6.remi.x86_64 55/116 Updating : libxml2-2.7.6-4.el6_2.4.x86_64 56/116 Updating : gmp-4.3.1-7.el6_2.2.x86_64 57/116 Updating : libgcrypt-1.4.5-9.el6_2.2.x86_64 58/116 Updating : libicu-4.2.1-9.1.el6_2.x86_64 59/116 Cleanup : openssh-server-5.3p1-70.el6.x86_64 60/116 Cleanup : matahari-0.4.4-11.el6.x86_64 61/116 Cleanup : yum-3.2.29-22.el6.centos.noarch 62/116 Cleanup : selinux-policy-targeted-3.7.19-126.el6.noarch 63/116 Cleanup : matahari-host-0.4.4-11.el6.x86_64 64/116 Cleanup : matahari-network-0.4.4-11.el6.x86_64 65/116 Cleanup : matahari-service-0.4.4-11.el6.x86_64 66/116 Cleanup : matahari-sysconfig-0.4.4-11.el6.x86_64 67/116 Cleanup : matahari-broker-0.4.4-11.el6.x86_64 68/116 Cleanup : matahari-agent-lib-0.4.4-11.el6.x86_64 69/116 Cleanup : qpid-cpp-server-ssl-0.12-6.el6.x86_64 70/116 Cleanup : qpid-cpp-client-ssl-0.12-6.el6.x86_64 71/116 Cleanup : rpm-python-4.8.0-19.el6.x86_64 72/116 Cleanup : openssh-5.3p1-70.el6.x86_64 73/116 Cleanup : iptables-ipv6-1.4.7-4.el6.x86_64 74/116 Cleanup : qpid-cpp-server-0.12-6.el6.x86_64 75/116 Cleanup : mysql-libs-5.1.52-1.el6_0.1.x86_64 76/116 Cleanup : qpid-qmf-0.12-6.el6.x86_64 77/116 Cleanup : sudo-1.7.4p5-7.el6.x86_64 78/116 Cleanup : qpid-cpp-client-0.12-6.el6.x86_64 79/116 Cleanup : iptables-1.4.7-4.el6.x86_64 80/116 Cleanup : passwd-0.77-4.el6.x86_64 81/116 Cleanup : 12:dhclient-4.1.1-25.P1.el6.x86_64 82/116 Cleanup : selinux-policy-3.7.19-126.el6.noarch 83/116 Cleanup : dracut-kernel-004-256.el6.noarch 84/116 Cleanup : policycoreutils-2.0.83-19.18.el6.x86_64 85/116 Cleanup : dracut-004-256.el6.noarch 86/116 Cleanup : initscripts-9.03.27-1.el6.centos.x86_64 87/116 Cleanup : rpm-4.8.0-19.el6.x86_64 88/116 Cleanup : rpm-libs-4.8.0-19.el6.x86_64 89/116 Cleanup : curl-7.19.7-26.el6_1.2.x86_64 90/116 Cleanup : python-libs-2.6.6-29.el6.x86_64 91/116 Cleanup : python-2.6.6-29.el6.x86_64 92/116 Cleanup : matahari-lib-0.4.4-11.el6.x86_64 93/116 Cleanup : libcurl-7.19.7-26.el6_1.2.x86_64 94/116 Cleanup : nss-sysinit-3.12.10-16.el6.x86_64 95/116 Cleanup : nss-3.12.10-16.el6.x86_64 96/116 Cleanup : nss-util-3.12.10-2.el6.x86_64 97/116 Cleanup : libssh2-1.2.2-7.el6_1.1.x86_64 98/116 Cleanup : openssl-1.0.0-20.el6.x86_64 99/116 Cleanup : nspr-4.8.8-3.el6.x86_64 100/116 Cleanup : module-init-tools-3.9-17.el6.x86_64 101/116 Cleanup : pam-1.1.1-10.el6.x86_64 102/116 Cleanup : krb5-libs-1.9-22.el6.x86_64 103/116 Cleanup : expat-2.0.1-9.1.el6.x86_64 104/116 Cleanup : chkconfig-1.3.47-1.el6.x86_64 105/116 Cleanup : net-tools-1.60-109.el6.x86_64 106/116 Cleanup : libicu-4.2.1-9.el6.x86_64 107/116 Cleanup : libgcrypt-1.4.5-9.el6.x86_64 108/116 Cleanup : gmp-4.3.1-7.el6.x86_64 109/116 Cleanup : libxml2-2.7.6-4.el6.x86_64 110/116 Cleanup : 12:dhcp-common-4.1.1-25.P1.el6.x86_64 111/116 Cleanup : kernel-firmware-2.6.32-220.el6.noarch 112/116 Cleanup : bash-4.1.2-8.el6.centos.x86_64 113/116 Cleanup : glibc-common-2.12-1.47.el6.x86_64 114/116 Cleanup : glibc-2.12-1.47.el6.x86_64 115/116 Cleanup : tzdata-2011l-4.el6.noarch 116/116 Installed: kernel.x86_64 0:2.6.32-220.23.1.el6 Dependency Installed: compat-mysql51.x86_64 0:5.1.54-1.el6.remi Updated: bash.x86_64 0:4.1.2-9.el6_2 chkconfig.x86_64 0:1.3.49.3-1.el6_2 curl.x86_64 0:7.19.7-26.el6_2.4 dhclient.x86_64 12:4.1.1-25.P1.el6_2.1 dhcp-common.x86_64 12:4.1.1-25.P1.el6_2.1 dracut.noarch 0:004-256.el6_2.1 dracut-kernel.noarch 0:004-256.el6_2.1 expat.x86_64 0:2.0.1-11.el6_2 glibc.x86_64 0:2.12-1.47.el6_2.12 glibc-common.x86_64 0:2.12-1.47.el6_2.12 gmp.x86_64 0:4.3.1-7.el6_2.2 initscripts.x86_64 0:9.03.27-1.el6.centos.1 iptables.x86_64 0:1.4.7-5.1.el6_2 iptables-ipv6.x86_64 0:1.4.7-5.1.el6_2 kernel-firmware.noarch 0:2.6.32-220.23.1.el6 krb5-libs.x86_64 0:1.9-22.el6_2.1 libcurl.x86_64 0:7.19.7-26.el6_2.4 libgcrypt.x86_64 0:1.4.5-9.el6_2.2 libicu.x86_64 0:4.2.1-9.1.el6_2 libssh2.x86_64 0:1.2.2-7.el6_2.3 libxml2.x86_64 0:2.7.6-4.el6_2.4 matahari.x86_64 0:0.4.4-12.el6_2 matahari-agent-lib.x86_64 0:0.4.4-12.el6_2 matahari-broker.x86_64 0:0.4.4-12.el6_2 matahari-host.x86_64 0:0.4.4-12.el6_2 matahari-lib.x86_64 0:0.4.4-12.el6_2 matahari-network.x86_64 0:0.4.4-12.el6_2 matahari-service.x86_64 0:0.4.4-12.el6_2 matahari-sysconfig.x86_64 0:0.4.4-12.el6_2 module-init-tools.x86_64 0:3.9-19.el6_2 mysql-libs.x86_64 0:5.5.25-1.el6.remi net-tools.x86_64 0:1.60-110.el6_2 nspr.x86_64 0:4.8.9-3.el6_2 nss.x86_64 0:3.13.1-7.el6_2 nss-sysinit.x86_64 0:3.13.1-7.el6_2 nss-util.x86_64 0:3.13.1-3.el6_2 openssh.x86_64 0:5.3p1-70.el6_2.2 openssh-server.x86_64 0:5.3p1-70.el6_2.2 openssl.x86_64 0:1.0.0-20.el6_2.5 pam.x86_64 0:1.1.1-10.el6_2.1 passwd.x86_64 0:0.77-4.el6_2.2 policycoreutils.x86_64 0:2.0.83-19.21.el6_2 python.x86_64 0:2.6.6-29.el6_2.2 python-libs.x86_64 0:2.6.6-29.el6_2.2 qpid-cpp-client.x86_64 0:0.14-14.el6_2 qpid-cpp-client-ssl.x86_64 0:0.14-14.el6_2 qpid-cpp-server.x86_64 0:0.14-14.el6_2 qpid-cpp-server-ssl.x86_64 0:0.14-14.el6_2 qpid-qmf.x86_64 0:0.14-7.el6_2 rpm.x86_64 0:4.8.0-19.el6_2.1 rpm-libs.x86_64 0:4.8.0-19.el6_2.1 rpm-python.x86_64 0:4.8.0-19.el6_2.1 selinux-policy.noarch 0:3.7.19-126.el6_2.10 selinux-policy-targeted.noarch 0:3.7.19-126.el6_2.10 sudo.x86_64 0:1.7.4p5-9.el6_2 tzdata.noarch 0:2012c-1.el6 yum.noarch 0:3.2.29-22.el6.centos.2 Complete! yum --enablerepo=remi,epel,rpmforge install vim Loaded plugins: fastestmirror Determining fastest mirrors * base: ftp.neowiz.com * epel: ftp.neowiz.com * extras: ftp.neowiz.com * remi: rpms.famillecollet.com * rpmforge: repoforge.spinellicreations.com * updates: ftp.neowiz.com Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package vim-enhanced.x86_64 2:7.2.411-1.6.el6 will be installed --> Processing Dependency: vim-common = 2:7.2.411-1.6.el6 for package: 2:vim-enhanced-7.2.411-1.6.el6.x86_64 --> Processing Dependency: perl(:MODULE_COMPAT_5.10.1) for package: 2:vim-enhanced-7.2.411-1.6.el6.x86_64 --> Processing Dependency: libperl.so()(64bit) for package: 2:vim-enhanced-7.2.411-1.6.el6.x86_64 --> Processing Dependency: libgpm.so.2()(64bit) for package: 2:vim-enhanced-7.2.411-1.6.el6.x86_64 --> Running transaction check ---> Package gpm-libs.x86_64 0:1.20.6-12.el6 will be installed ---> Package perl.x86_64 4:5.10.1-119.el6_1.1 will be installed --> Processing Dependency: perl(Pod::Simple) for package: 4:perl-5.10.1-119.el6_1.1.x86_64 --> Processing Dependency: perl(version) for package: 4:perl-5.10.1-119.el6_1.1.x86_64 --> Processing Dependency: perl(Module::Pluggable) for package: 4:perl-5.10.1-119.el6_1.1.x86_64 ---> Package perl-libs.x86_64 4:5.10.1-119.el6_1.1 will be installed ---> Package vim-common.x86_64 2:7.2.411-1.6.el6 will be installed --> Running transaction check ---> Package perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 will be installed ---> Package perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 will be installed --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64 ---> Package perl-version.x86_64 3:0.77-119.el6_1.1 will be installed --> Running transaction check ---> Package perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: vim-enhanced x86_64 2:7.2.411-1.6.el6 base 896 k Installing for dependencies: gpm-libs x86_64 1.20.6-12.el6 base 28 k perl x86_64 4:5.10.1-119.el6_1.1 base 10 M perl-Module-Pluggable x86_64 1:3.90-119.el6_1.1 base 37 k perl-Pod-Escapes x86_64 1:1.04-119.el6_1.1 base 30 k perl-Pod-Simple x86_64 1:3.13-119.el6_1.1 base 209 k perl-libs x86_64 4:5.10.1-119.el6_1.1 base 575 k perl-version x86_64 3:0.77-119.el6_1.1 base 49 k vim-common x86_64 2:7.2.411-1.6.el6 base 6.0 M Transaction Summary ================================================================================ Install 9 Package(s) Total download size: 18 M Installed size: 54 M Is this ok [y/N]: y Downloading Packages: http://ftp.neowiz.com/centos/6.2/os/x86_64/Packages/gpm-libs-1.20.6-12.el6.x86_64.rpm: [Errno 12] Timeout on http://ftp.neowiz.com/centos/6.2/os/x86_64/Packages/gpm-libs-1.20.6-12.el6.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds') Trying other mirror. (1/9): gpm-libs-1.20.6-12.el6.x86_64.rpm | 28 kB 00:00 (2/9): perl-5.10.1-119.el6_1.1.x86_64.rpm | 10 MB 00:02 (3/9): perl-Module-Pluggable-3.90-119.el6_1.1.x86_64.rpm | 37 kB 00:00 (4/9): perl-Pod-Escapes-1.04-119.el6_1.1.x86_64.rpm | 30 kB 00:00 (5/9): perl-Pod-Simple-3.13-119.el6_1.1.x86_64.rpm | 209 kB 00:00 (6/9): perl-libs-5.10.1-119.el6_1.1.x86_64.rpm | 575 kB 00:00 (7/9): perl-version-0.77-119.el6_1.1.x86_64.rpm | 49 kB 00:00 (8/9): vim-common-7.2.411-1.6.el6.x86_64.rpm | 6.0 MB 00:01 (9/9): vim-enhanced-7.2.411-1.6.el6.x86_64.rpm | 896 kB 00:00 -------------------------------------------------------------------------------- Total 506 kB/s | 18 MB 00:36 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : 1:perl-Pod-Escapes-1.04-119.el6_1.1.x86_64 1/9 Installing : 1:perl-Module-Pluggable-3.90-119.el6_1.1.x86_64 2/9 Installing : 4:perl-libs-5.10.1-119.el6_1.1.x86_64 3/9 Installing : 1:perl-Pod-Simple-3.13-119.el6_1.1.x86_64 4/9 Installing : 3:perl-version-0.77-119.el6_1.1.x86_64 5/9 Installing : 4:perl-5.10.1-119.el6_1.1.x86_64 6/9 Installing : gpm-libs-1.20.6-12.el6.x86_64 7/9 Installing : 2:vim-common-7.2.411-1.6.el6.x86_64 8/9 Installing : 2:vim-enhanced-7.2.411-1.6.el6.x86_64 9/9 Installed: vim-enhanced.x86_64 2:7.2.411-1.6.el6 Dependency Installed: gpm-libs.x86_64 0:1.20.6-12.el6 perl.x86_64 4:5.10.1-119.el6_1.1 perl-Module-Pluggable.x86_64 1:3.90-119.el6_1.1 perl-Pod-Escapes.x86_64 1:1.04-119.el6_1.1 perl-Pod-Simple.x86_64 1:3.13-119.el6_1.1 perl-libs.x86_64 4:5.10.1-119.el6_1.1 perl-version.x86_64 3:0.77-119.el6_1.1 vim-common.x86_64 2:7.2.411-1.6.el6 Complete! vi .bashrc source .bashrc |
CentOS開発環境の構築(Apache, MySQL, PHP) | mawatari.jp
2012年6月28日 @ 9:41 PM
[…] 参考:ログ – yumリポジトリの追加とCentOSのupgrade yumリポジトリの追加とCentOSのupgrade(ハイライト部分がコマンド) Shell # yumリポジトリの追加(RPMの取得先は下記である必要はない […]