質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
CentOS

CentOSは、主にRed Hat Enterprise Linux(RHEL)をベースにした、フリーのソフトウェアオペレーティングシステムです。

yum

yumコマンドは、UNIX系OSのRPMパッケージのインストールなどを行うためのプログラムのことです。

Raspberry Pi

Raspberry Piは、ラズベリーパイ財団が開発した、名刺サイズのLinuxコンピュータです。 学校で基本的なコンピュータ科学の教育を促進することを意図しています。

Q&A

解決済

1回答

3279閲覧

yumのリポジトリ更新(ラズパイ)

wp-h

総合スコア135

CentOS

CentOSは、主にRed Hat Enterprise Linux(RHEL)をベースにした、フリーのソフトウェアオペレーティングシステムです。

yum

yumコマンドは、UNIX系OSのRPMパッケージのインストールなどを行うためのプログラムのことです。

Raspberry Pi

Raspberry Piは、ラズベリーパイ財団が開発した、名刺サイズのLinuxコンピュータです。 学校で基本的なコンピュータ科学の教育を促進することを意図しています。

0グッド

0クリップ

投稿2018/06/19 14:09

お世話になります。
また困っていることを解決させてください。

環境はraspberryPi3
OSはCentOS7

以下のサイトを参考にラズパイにCentOSを入れました。

https://qiita.com/NAZA/items/38303564dde29977d79e

・困っていること
yum install xxx 等が行えない。
yumのリポジトリをどこからとってくれば良いのかわからない。

・試したこと
yumのupdate
yum clean all
また、外向きの通信は行えています。
curl等で確認。

なお、ラズパイ3はCPUのアーキテクチャがamdとなっていますが以下の内容も実行してみました。

basearch='x86_64' [user@centos-rpi3 ~]$ echo $basearch x86_64

どなたかご存知ではないでしょうか...。

▪️エラーメッセージ [user@centos-rpi3 ~]$ sudo yum update 読み込んだプラグイン:fastestmirror base | 3.8 kB 00:00:00 http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-%24kvariant/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found 他のミラーを試します。 To address this issue please refer to the below knowledge base article https://access.redhat.com/articles/1320623 If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/ One of the configured repositories failed (CentOS Kernels for armhfp), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo=centos-kernel ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable centos-kernel or subscription-manager repos --disable=centos-kernel 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=centos-kernel.skip_if_unavailable=true failure: repodata/repomd.xml from centos-kernel: [Errno 256] No more mirrors to try. http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-$kvariant/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

自己解決

CentOSのミラーサイトを直接指定すれば実行できました。。

http://mirror.centos.org/altarch/7/kernel/armhfp/kernel-rpi2/

自分のraspberryPi3はarmhfpが正解で,kernel-rpi2でリポジトリを参照可能でした。
実行してみて不具合がなければとりあえずは成功ということにします。笑

投稿2018/06/19 15:14

編集2018/06/19 22:46
wp-h

総合スコア135

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問