32ビットアプリケーションをインストールするために、お客様からRedhat 7システムを借りました。アプリケーションが正常に動作するには、gtk2.i686ツールキットをインストールする必要があります。
このコマンドを実行すると:
yum list --showduplicates gtk2
インストールされた64ビットパッケージは次のとおりです。
gtk2.x86_64 2.24.31-1.el7 @rhel-7-server-rpms
そのため、次のように一致する32ビットバージョンをインストールしようとしました。
yum install gtk2-2.24.31-1.el7.i686
これにより、承認プロンプトとともに依存関係リストが生成されます。
Install 1 Package (+79 Dependent packages)
Upgrade ( 5 Dependent packages)
Total size: 30 M
Total download size: 24 M
Is this ok [y/d/N]:
ただし、同意すると、次の一連の「ホストエラーを解決できません」で失敗します。
zlib-1.2.7-18.el7.i686.rpm FAILED
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/os/Packages/z/zlib-1.2.7-18.el7.i686.rpm: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
「yum repolist」を実行すると同様のエラーが発生します。
# yum repolist
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/ansible/2.6/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/extras/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/optional/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-maintenance/6/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.3/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.4/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
https://rhs6.loc/pulp/repos/Default_Organization/Library/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: rhs6.loc; Unknown error"
Trying other mirror.
repo id repo name status
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 12,908
google-chrome google-chrome 3
!rhel-7-server-ansible-2.6-rpms/x86_64 Red Hat Ansible Engine 2.6 RPMs for Red Hat Enterprise 18
!rhel-7-server-extras-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Extras (RPMs) 1,063
!rhel-7-server-optional-rpms/x86_64 Red Hat Enterprise Linux 7 Server - Optional (RPMs) 17,348
!rhel-7-server-rpms/x86_64 Red Hat Enterprise Linux 7 Server (RPMs) 23,690
!rhel-7-server-satellite-maintenance-6-rpms/x86_64 Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (R 26
!rhel-7-server-satellite-tools-6.3-rpms/x86_64 Red Hat Satellite Tools 6.3 (for RHEL 7 Server) (RPMs) 94
!rhel-7-server-satellite-tools-6.4-rpms/x86_64 Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (RPMs) 73
!rhel-server-rhscl-7-rpms/x86_64 Red Hat Software Collections RPMs for Red Hat Enterpri 10,935
repolist: 66,158
このコマンドは次のとおりです。
subscription-manager status
現在の状態を表示します。
注文する
nslookup google.com
正しく解決され、正常にナビゲートできます。
/etc/resolv.confの内容です。
# Generated by NetworkManager
search othecompany.dom
nameserver 1.1.1.1
yum repolistによって生成されたストレージURLの1つにカールコマンドを使用しようとすると、DNSサーバーはそのURLを見つけることができません。
したがって、何らかの理由でRedHat 7リポジトリの名前はパブリックDNSでは利用できないようです。たぶん他社のDNSサーバーにいるのでしょうか?
ベストアンサー1
「おそらく」ではありません。この名前はプライベートDNSスペースの一部であり、明らかに内部衛星設定を指しています。
パブリックDNS名へのDNSの変更は、Googleが組織のDNSサーバーだけが知っているプライベートDNS名を解決できないために発生します。
内部DNS設定や衛星の問題が発生している場合は、カスタマーサービスデスクにチケットを送信してください。
そうしないと、通常、その契約に従ってRHパッケージをアップグレード/インストールできません。
参考資料を見るRed Hat Satellite - Red Hat インフラストラクチャを管理する最良の方法
返品Red Hat Content Delivery Network リポジトリと Satellite 6 での使用について学びます。