CentOS 6.4にSamba 4.0.7をインストールする

CentOS 6.4にSamba 4.0.7をインストールする

CentOS 6.4のyumリポジトリは4.0.0です。それ以来、いくつかの主要なセキュリティと信頼性のパッチを見てきました。

そのため、SerNetに登録し、指示に従ってGPGキーをインストールしました。それから私は次のことをしました。

sudo yum -y install sernet-samba*

出力は次に終了します。

> Transaction Summary
> ================================================================================================================================ Install      34 Package(s)
> 
> Total size: 36 M Installed size: 157 M Downloading Packages: Running
> rpm_check_debug Running Transaction Test
> 
> 
> Transaction Check Error:   file
> /usr/lib/python2.6/site-packages/tdb.so from install of
> sernet-samba-ad-4.0.7-2.el6.i686 conflicts with file from package
> python-tdb-1.2.10-1.el6.i686   file
> /usr/lib/python2.6/site-packages/talloc.so from install of
> sernet-samba-ad-4.0.7-2.el6.i686 conflicts with file from package
> pytalloc-2.0.7-2.el6.i686   file
> /usr/lib/python2.6/site-packages/ldb.so from install of
> sernet-samba-ad-4.0.7-2.el6.i686 conflicts with file from package
> pyldb-1.1.13-3.el6.i686   file
> /usr/lib/python2.6/site-packages/_tevent.so from install of
> sernet-samba-ad-4.0.7-2.el6.i686 conflicts with file from package
> python-tevent-0.9.17-1.el6.i686   file
> /usr/lib/python2.6/site-packages/tevent.pyc from install of
> sernet-samba-ad-4.0.7-2.el6.i686 conflicts with file from package
> python-tevent-0.9.17-1.el6.i686   file
> /usr/lib/python2.6/site-packages/tevent.pyo from install of
> sernet-samba-ad-4.0.7-2.el6.i686 conflicts with file from package
> python-tevent-0.9.17-1.el6.i686
> 
> Error Summary
> -------------

...その後、プロンプトに戻ります。これはPythonや他のものをアップグレードする必要があることを意味しますか?私は以下をインストールしました:

Python 2.6.6 (r266:84292, Feb 21 2013, 23:54:59)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2

十分に新しいものではないか?

返品

$ rpm -qi python-tevent
Name        : python-tevent                Relocations: (not relocatable)
Version     : 0.9.17                            Vendor: CentOS
Release     : 1.el6                         Build Date: Fri 22 Feb 2013 01:47:57 AM EST
Install Date: Thu 04 Jul 2013 09:56:11 AM EDT      Build Host: c6b8.bsys.dev.centos.org
Group       : Development/Libraries         Source RPM: libtevent-0.9.17-1.el6.src.rpm
Size        : 16963                            License: LGPLv3+
Signature   : RSA/SHA1, Sat 23 Feb 2013 12:52:51 PM EST, Key ID 0946fca2c105b9de
Packager    : CentOS BuildSystem <http://bugs.centos.org>
URL         : http://tevent.samba.org/
Summary     : Python bindings for the Tevent library
Description :
Python bindings for libtevent

ベストアンサー1

コンボ

python-tevent

sernet-sambaパッケージがCentOSに以前にSambaをインストールしたため、クラッシュしているようです。確認してください

rpm -qi python-tevent | grep Repository

どのリポジトリから来たのか。 「base」から出た場合は、まず削除してからもう一度お試しください。

また、Sambaバージョン番号を確認するだけでは不十分で、Sambaバージョン番号も確認する必要があります。 RedHatはセキュリティ修正を適切にバックポートしました(もちろん、CentOSもこれらの修正を継承しました)。関連ページをご覧ください。https://access.redhat.com/security/updates/backporting/?sc_cid=3093

おすすめ記事