yumが更新をインストールしないのはなぜですか?


9

エラーが発生します。coreutilsでは、yumは更新されません。ここに私が実行したときに私が見るものからのストリップされた出力がありますyum update

Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
--> Running transaction check
---> Package PyYAML.x86_64 0:3.10-3.el6 will be updated
---> Package PyYAML.x86_64 0:3.10-3.1.el6 will be an update
... more of the same, and then:
--> Processing Dependency: coreutils = 8.4-31.el6_5.2 for package: coreutils-libs-8.4-31.el6_5.2.x86_64
---> Package coreutils.x86_64 0:8.4-37.el6 will be an update
... then more of the same    --> Finished Dependency Resolution
--> Running transaction check
---> Package coreutils.x86_64 0:8.4-31.el6_5.2 will be updated
--> Processing Dependency: coreutils = 8.4-31.el6_5.2 for package: coreutils-libs-8.4-31.el6_5.2.x86_64
---> Package kernel.x86_64 0:2.6.32-431.17.1.el6 will be erased
--> Finished Dependency Resolution
Error: Package: coreutils-libs-8.4-31.el6_5.2.x86_64 (@updates)
           Requires: coreutils = 8.4-31.el6_5.2
           Removing: coreutils-8.4-31.el6_5.2.x86_64 (@updates)
               coreutils = 8.4-31.el6_5.2
           Updated By: coreutils-8.4-37.el6.x86_64 (base)
               coreutils = 8.4-37.el6
 You could try using --skip-broken to work around the problem
** Found 71 pre-existing rpmdb problem(s), 'yum check' output follows:
audit-libs-2.3.7-5.el6.x86_64 is a duplicate with audit-libs-2.2-4.el6_5.x86_64
audit-libs-python-2.3.7-5.el6.x86_64 is a duplicate with audit-libs-python-2.2-4.el6_5.x86_64
... then lots more like the above duplicate

これと(ほぼ)同一(負荷分散されており、同じイメージで動作する)別のサーバーがあり、このサーバーには同じ問題がありません。問題は何でしょうか?どのようにすればよいですか?

更新:

私もyum-complete-transaction失敗し、トランザクションファイルの名前が変更されたと言いました。それはまだ不完全なトランザクションがあると言いますが、今私がそれを実行するとこれが起こります:

[root@nico ~]# yum-complete-transaction
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * webtatic: uk.repo.webtatic.com
drivesrvr                                                                                                                                                                                                                                |  951 B     00:00
There are 1 outstanding transactions to complete. Finishing the most recent one
The remaining transaction had 252 elements left to run
... lots of:
Package name-1.23.x8x_64 already installed and latest version
...
--> Running transaction check
... lots of entries like this:
---> Package PyYAML.x86_64 0:3.10-3.el6 will be updated
... and this:
---> Package PyYAML.x86_64 0:3.10-3.1.el6 will be an update
... and this:
---> Package audit-libs.x86_64 0:2.2-4.el6_5 will be erased
Killed

その後、Killedラインで突然停止します。

yum update --skip-broken次に実行してみました:

[root@nico ~]# yum update --skip-broken
Freeing read locks for locker 0x7d: 28940/139976145426176
Freeing read locks for locker 0x7f: 28940/139976145426176
Freeing read locks for locker 0x80: 28940/139976145426176
Freeing read locks for locker 0x81: 28940/139976145426176
Freeing read locks for locker 0x82: 28940/139976145426176
Loaded plugins: downloadonly, fastestmirror, replace
Setting up Update Process
Loading mirror speeds from cached hostfile
 * webtatic: uk.repo.webtatic.com
drivesrvr                                                                                                                                                                                                                                |  951 B     00:00
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
--> Running transaction check
... lots of will be updated/will be an update/etc, then:
--> Processing Dependency: coreutils = 8.4-31.el6_5.2 for package: coreutils-libs-8.4-31.el6_5.2.x86_64

次に、さらにいくつかRunning transaction check:の、およびより多くのProcessing Dependency: coreutils =...エントリの中のwilly be updated/willbe an updateエントリ 次に:

Packages skipped because of dependency problems:
    coreutils-8.4-37.el6.x86_64 from base

Dependencies Resolved

次に、Installing:Updating:パッケージのリストの表が表示され、最後に要約が表示されます。

Install       2 Package(s)
Upgrade      79 Package(s)
Remove        1 Package(s)

次に、すべてのパッケージをダウンロードし(81/81に成功)、最後にこれを表示します。

Total                                                                                                                                                                                                                           3.0 MB/s | 115 MB     00:37
Running rpm_check_debug
Killed

アップデート2:

私も走っyum clean allて問題がありました。__db*ファイルを削除して再試行するためのアドバイスを見つけました:

[root@nico ~]# yum clean all
rpmdb: Thread/process 29404/139880514733824 failed: Thread died in Berkeley DB library
error: db3 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
error: cannot open Packages index using db3 -  (-30974)
error: cannot open Packages database in /var/lib/rpm
CRITICAL:yum.main:

Error: rpmdb open failed
[root@nico ~]# rm -f /var/lib/rpm/__db*
[root@nico ~]# yum clean all
Loaded plugins: downloadonly, fastestmirror, replace
Cleaning repos: base drivesrvr epel extras ius newrelic percona-release-noarch percona-release-x86_64 rackspace updates webtatic
Cleaning up Everything
Cleaning up list of fastest mirrors
[root@nico ~]# yum clean all
Loaded plugins: downloadonly, fastestmirror, replace
Cleaning repos: base drivesrvr epel extras ius newrelic percona-release-noarch percona-release-x86_64 rackspace updates webtatic
Cleaning up Everything
[root@nico ~]#

更新3:

を実行すると、尾を引い/var/log/messagesて多くの出力yum-complete-transactionが表示されました。最後の2行は次のとおりです。

Nov 14 08:19:47 nico kernel: Out of memory: Kill process 30995 (yum-complete-tr) score 149 or sacrifice child
Nov 14 08:19:47 nico kernel: Killed process 30995, UID 0, (yum-complete-tr) total-vm:641952kB, anon-rss:181420kB, file-rss:4kB

したがって、これはおそらくメモリに関連していることを示唆しています。もしそうなら、これはより多くのRAMが必要な場合ですか、それとも私が調査する必要がある別の問題があるでしょうか?


2
システムログを確認しましたか?メモリが不足している可能性があります。
マイケルハンプトン

ええ、私は質問(更新3)をメモリ情報で更新しました、あなたは正しいと思います。
Leonard Challis 2014年

回答:


6

同様の問題-そして私の修正。私もメモリに問題があったため、VPSのメモリをアップグレードする必要がありました。次に、yumの更新を行いました-もちろん上記のエラーが発生しました。失敗を見て、Yumが最新のcoreutils-バージョン37をインストールした(まあ、インストールを開始した)のが何だったかに気づきましたが、私はまだ31のビットを持っていました。再び。

これにより、'31 'バージョンが完全に「更新」されるようになりました。以下の作業を参照してください。

--> Running transaction check
---> Package coreutils.x86_64 0:8.4-31.el6_5.2 will be updated
--> Processing Dependency: coreutils = 8.4-31.el6_5.2 for package: coreutils-libs-8.4-31.el6_5.2.x86_64
---> Package coreutils.x86_64 0:8.4-37.el6 will be an update
--> Finished Dependency Resolution
Error: Package: coreutils-libs-8.4-31.el6_5.2.x86_64 (@updates)
           Requires: coreutils = 8.4-31.el6_5.2
           Removing: coreutils-8.4-31.el6_5.2.x86_64 (@updates)
               coreutils = 8.4-31.el6_5.2
           Updated By: coreutils-8.4-37.el6.x86_64 (base)
               coreutils = 8.4-37.el6
 You could try using --skip-broken to work around the problem

実行中yum remove coreutils-libs-8.4-37.el6.x86_64

Loaded plugins: fastestmirror
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package coreutils-libs.x86_64 0:8.4-37.el6 will be erased
--> Finished Dependency Resolution

Dependencies Resolved
==============================
========================================================================================

Package                         Arch                    Version                    Repository                  Size
======================================================================================================================
Removing:
 coreutils-libs                  x86_64                  8.4-37.el6                  installed                  5.4 k

Transaction Summary
======================================================================================================================
Remove        1 Package(s)

Installed size: 5.4 k
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Erasing    : coreutils-libs-8.4-37.el6.x86_64                                                                   1/1 
  Verifying  : coreutils-libs-8.4-37.el6.x86_64                                                                   1/1 

Removed:
  coreutils-libs.x86_64 0:8.4-37.el6                                                                                  

Complete!

を使用したクリーンアップyum clean all

Loaded plugins: fastestmirror
Cleaning repos: base extras updates
Cleaning up Everything
Cleaning up list of fastest mirrors

パッケージリストの更新を実行していyum updateます:

Loaded plugins: fastestmirror
Setting up Update Process
Determining fastest mirrors
 * base: mirrors.lga7.us.voxel.net
 * extras: mirrors.lga7.us.voxel.net
 * updates: mirror.cc.columbia.edu
base                                                                                           | 3.7 kB     00:00     
base/primary_db                                                                                | 4.6 MB     00:00     
extras                                                                                         | 3.4 kB     00:00     
extras/primary_db                                                                              |  30 kB     00:00     
updates                                                                                        | 3.4 kB     00:00     
updates/primary_db                                                                             | 1.5 MB     00:00     
Resolving Dependencies
--> Running transaction check
---> Package coreutils.x86_64 0:8.4-31.el6_5.2 will be updated
---> Package coreutils.x86_64 0:8.4-37.el6 will be an update
---> Package coreutils-libs.x86_64 0:8.4-31.el6_5.2 will be updated
---> Package coreutils-libs.x86_64 0:8.4-37.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

======================================================================================================================
 Package                          Arch                     Version                       Repository              Size
======================================================================================================================
Updating:
 coreutils                        x86_64                   8.4-37.el6                    base                   3.0 M
 coreutils-libs                   x86_64                   8.4-37.el6                    base                    50 k

Transaction Summary
======================================================================================================================
Upgrade       2 Package(s)

Total download size: 3.1 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): coreutils-8.4-37.el6.x86_64.rpm                                                         | 3.0 MB     00:00     
(2/2): coreutils-libs-8.4-37.el6.x86_64.rpm                                                    |  50 kB     00:00     
----------------------------------------------------------------------------------------------------------------------
Total                                                                                  44 MB/s | 3.1 MB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating   : coreutils-libs-8.4-37.el6.x86_64                                                                   1/4 
  Updating   : coreutils-8.4-37.el6.x86_64                                                                        2/4 
  Cleanup    : coreutils-libs-8.4-31.el6_5.2.x86_64                                                               3/4 
  Cleanup    : coreutils-8.4-31.el6_5.2.x86_64                                                                    4/4 
  Verifying  : coreutils-8.4-37.el6.x86_64                                                                        1/4 
  Verifying  : coreutils-libs-8.4-37.el6.x86_64                                                                   2/4 
  Verifying  : coreutils-libs-8.4-31.el6_5.2.x86_64                                                               3/4 
  Verifying  : coreutils-8.4-31.el6_5.2.x86_64                                                                    4/4 

Updated:
  coreutils.x86_64 0:8.4-37.el6                           coreutils-libs.x86_64 0:8.4-37.el6                          

Complete!

-うん。


10

yum死亡する通常の理由Killedは、システムのメモリが不足していることです。

ログから、Amazon t1.microインスタンスまたは同様のサイズの何かがあり、スワップ領域がないように見えます。この制限されたメモリ容量は、多くの場合、多数のパッケージのインストール/更新を完了するには不十分です。

この問題を解決するには、次のいずれかを実行します。

  1. yumトランザクションを完了するのに十分なメモリが確保されるまで、実行中のサービスをシャットダウンします。

    または...

  2. スワップファイルを追加する、一時ストレージをインスタンスにスワップします。

その後、yumトランザクションを完了できるはずです。


最後に、以前の失敗した更新からパッケージの問題をクリーンアップするには、

package-cleanup --cleandupes

他の更新を実行する前。


1
この機会に、より多くのメモリを備え、通常はより高速で安価なt2.microインスタンスに切り替えることもできます。
マイケルハンプトン

ありがとうございました。httpdの停止に時間がかかりましたが、すべて正常に機能し、その後もクリーンアップされました。
レナードシャリス2014年

2

試してみてくださいyou update --skip-brokenそれを実行するために、おそらく壊れたパッケージ(後でそれらに対処することができます)、良いアイデアをスキップするyum clean all何かを行う前に。


1

あなたが引用した無関係の情報を除外し、途中でyumすでにあなたを助けようとします:

未完了のトランザクションが残っています。あなたはyum-complete-transactionそれらを完了するために最初に走ることを考えるかもしれません。プログラムyum-complete-transactionは、yum-utilsパッケージにあります。

もう試しましたか?


はい、実際にやりました。完了できなかった、トランザクションファイルの名前が変更された、と告げた
Leonard Challis

問題がいつ失敗するかを示す例を使用して、質問に詳細を追加しました。
Leonard Challis

0

お試しください

yumダウングレードパッケージ名

理由は不明ですが、更新されています。少なくとも、tcpdumpパッケージを使用すると更新されました。バージョンtcpdump-4.5.1-2.el7.x86_64からtcpdump-4.7.4-1_ESG_ring.x86_64に変更しました。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.