web-dev-qa-db-ja.com

Centos7でのDellomsaパッケージの問題

Centos7とDellOMSAパッケージがインストールされたDell2950を持っています。 「yumupdate」でサーバーを更新しようとすると、次の依存関係の問題が発生します。

Error: Package: Dell_ie_rac_5-8.1.0-4.1.128.el7.x86_64 (@Dell-omsa-indep)
       Requires: srvadmin-racadm5 = 8.1.0
       Removing: srvadmin-racadm5-8.1.0-4.1.128.el7.x86_64 (@Dell-omsa-indep                                                                             )
           srvadmin-racadm5 = 8.1.0-4.1.128.el7
       Updated By: srvadmin-racadm5-8.3.0-1908.9058.el7.x86_64 (Dell-omsa-in                                                                             dep)
           srvadmin-racadm5 = 8.3.0-1908.9058.el7
Error: Package: python-smbios-2.2.27-4.4.1.el7.x86_64 (@Dell-omsa-indep)
           Requires: libsmbios = 2.2.27-4.4.1.el7
           Removing: libsmbios-2.2.27-4.4.1.el7.x86_64 (@Dell-omsa-indep)
               libsmbios = 2.2.27-4.4.1.el7
           Updated By: libsmbios-2.2.27-1908.9058.el7.x86_64 (Dell-omsa-indep)
               libsmbios = 2.2.27-1908.9058.el7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

この場合のより安全な解決策は何ですか?依存関係を無視/スキップすることは私にとってオプションではありません

2
DarkVex

デルはリポジトリの問題を修正したくないようです。そのため、私が見つけた唯一の解決策はその投稿です( http://en.community.Dell.com/support-forums/servers/f/177/t/19952237

yum remove Dell_ie_rac python-smbios
yum update
1
DarkVex