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

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

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

Linuxは、Unixをベースにして開発されたオペレーティングシステムです。日本では「リナックス」と呼ばれています。 主にWebサーバやDNSサーバ、イントラネットなどのサーバ用OSとして利用されています。 上位500のスーパーコンピュータの90%以上はLinuxを使用しています。 携帯端末用のプラットフォームAndroidは、Linuxカーネル上に構築されています。

yum

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

AWS(Amazon Web Services)

Amazon Web Services (AWS)は、仮想空間を機軸とした、クラスター状のコンピュータ・ネットワーク・データベース・ストーレッジ・サポートツールをAWSというインフラから提供する商用サービスです。

Q&A

2回答

13093閲覧

yumでepelリポジトリが参照不可になった事の解決がしたい

araru-n

総合スコア11

Linux

Linuxは、Unixをベースにして開発されたオペレーティングシステムです。日本では「リナックス」と呼ばれています。 主にWebサーバやDNSサーバ、イントラネットなどのサーバ用OSとして利用されています。 上位500のスーパーコンピュータの90%以上はLinuxを使用しています。 携帯端末用のプラットフォームAndroidは、Linuxカーネル上に構築されています。

yum

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

AWS(Amazon Web Services)

Amazon Web Services (AWS)は、仮想空間を機軸とした、クラスター状のコンピュータ・ネットワーク・データベース・ストーレッジ・サポートツールをAWSというインフラから提供する商用サービスです。

0グッド

1クリップ

投稿2018/05/02 08:05

編集2022/01/12 10:55

エラー内容

  • Amazon linuxにnodejsをインストールする際、下記のようなエラーが大量に出た
$ sudo yum install nodejs 省略 http://epel.mirror.srv.co.ge/6/x86_64/nodejs-mime-1.2.11-1.el6.noarch.rpm: [Errno 14] HTTP Error 403 - Forbidden 0 B --:--:-- ETA Trying other mirror. nodejs-init-package-json-0.0.1 FAILED http://mirror.premi.st/epel/6/x86_64/nodejs-init-package-json-0.0.10-1.el6.noarch.rpm: [Errno 14] HTTP Error 403 - Forbidden--:-- ETA Trying other mirror. nodejs-json-stringify-safe-5.0 FAILED http://kartolo.sby.datautama.net.id/EPEL/6/x86_64/nodejs-json-stringify-safe-5.0.0-1.el6.noarch.rpm: [Errno 14] HTTP Error 403 - Forbidden Trying other mirror. nodejs-minimatch-0.2.12-2.el6. FAILED 省略
  • とりあえず原因調査中にキャッシュを一度削除しようと思い下記を実行
yum clean all Loaded plugins: update-motd, upgrade-helper, versionlock Cleaning repos: amzn-main amzn-updates epel Cleaning up everything
  • epelリポジトリが使えなくなった
[epel]のenabledが1の場合 enabled=1 $ sudo yum install nodejs Loaded plugins: priorities, update-motd, upgrade-helper, versionlock One of the configured repositories failed (Unknown), 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. Disable the repository, 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 <repoid> 4. 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=<repoid>.skip_if_unavailable=true Cannot retrieve metalink for repository: epel/x86_64. Please verify its path and try again
[epel]のenabledが0の場合 enabled=1 $ sudo yum install nodejs Loaded plugins: priorities, update-motd, upgrade-helper, versionlock No package nodejs available. Error: Nothing to do

解決策を探しているのですがわかりません。どなたかお助けいただきたいです。。。

試したこと

  1. リポジトリのインストールし直し
  2. rpmによるリポジトリの導入
  3. epel設定ファイルのmirrorlistをbaseurlに変更(※サイトに書いてあったからやりましたが好転せず・・・)

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

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

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

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

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

guest

回答2

0

つsudo yum reinstall epel-release

投稿2018/05/02 09:39

hichon

総合スコア5737

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

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

0

ミラーサイトが消えるのはよくあるので/etc/yum.repos.d/以下等からURLを変更する。

投稿2018/05/02 08:47

kawax

総合スコア10377

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

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

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだベストアンサーが選ばれていません

会員登録して回答してみよう

アカウントをお持ちの方は

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

ただいまの回答率
85.50%

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

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

質問する

関連した質問