「さくらの専用サーバ HP DL2000」をご利用中の場合、HPリポジトリの設定を修正していただく必要がございます。
不具合の解決方法
OSにあわせて以下手順にてリポジトリ設定を修正してください。
※ 設定ファイルの記載で、行末にバックスラッシュ「¥」のある行は後ろの行と合わせて1行に修正してください。
RHEL系OS
# rm -f /etc/yum.repos.d/HP-ProLiantSupportPack.repo # vi /etc/yum.repos.d/HP-spp.repo <以下を記載 ここから> # auto-generated by # http://downloads.linux.hpe.com/SDR/repo/add_repo.sh spp # By including and using this configuration, # you agree to the terms and conditions # of the HP Software License Agreement at # http://h20000.www2.hp.com/bizsupport/TechSupport/softwareLicense.jsp?lang=en&cc=us&prodTypeId=15351&prodSeriesId=11215\ 16&prodNameId=3288134&taskId=135 [HP-spp] name=HP Software Delivery Repository for spp baseurl=http://downloads.linux.hpe.com/SDR/repo/spp/RedHatEnterpriseServer/$releasever/$basearch/current enabled=1 gpgcheck=0 #gpgcheck=1 #gpgkey=http://downloads.linux.hpe.com/SDR/repo/spp/GPG-KEY-spp #[HP-spp-packages] #name=HP Software Delivery Repository Repository for spp Packages #baseurl=http://downloads.linux.hpe.com/SDR/repo/spp/RedHatEnterpriseServer/$releasever/packages/$basearch #enabled=0 #gpgcheck=0 #gpgcheck=1 #gpgkey=http://downloads.linux.hpe.com/SDR/repo/spp/GPG-KEY-spp <ここまで>
Debian系OS
# rm -f /etc/apt/sources.list.d/HP-ProLiantSupportPack.list # vi /etc/apt/sources.list.d/HP-mcp.list <以下を記載 ここから> # auto-generated by # http://downloads.linux.hpe.com/SDR/repo/add_repo.sh mcp # By including and using this configuration, # you agree to the terms and conditions # of the HP Software License Agreement at # http://h20000.www2.hp.com/bizsupport/TechSupport/softwareLicense.jsp?lang=en&cc=us&prodTypeId=15351&prodSeriesId=11215\ 16&prodNameId=3288134&taskId=135 # HP Software Delivery Repository for mcp deb http://downloads.linux.hpe.com/SDR/repo/mcp [dist]/current non-free ← [dist]は使用しているOSにあわせて 修正してください。 Debian6ならsqueeze、Debian7ならwheezy、Ubuntu 12.04ならprecise、Ubuntu 14.04ならtrusty <ここまで> # wget http://downloads.linux.hp.com/SDR/repo/mcp/GPG-KEY-mcp -O - | apt-key add - # apt-get update