teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

エラー全文を追記しました

2016/09/01 07:56

投稿

mosa
mosa

スコア218

title CHANGED
File without changes
body CHANGED
@@ -12,4 +12,80 @@
12
12
  https://downloads.mariadb.org/mariadb/repositories/#mirror=yamagata-university&distro=CentOS&distro_release=centos7-amd64--centos7&version=10.1
13
13
 
14
14
 
15
- つまらない質問をしてすみませんがよろしくお願いします。
15
+ つまらない質問をしてすみませんがよろしくお願いします。
16
+
17
+
18
+ ---
19
+
20
+ エラー全文を追記します。yum clean metadata をした後です。
21
+ ```ここに言語を入力
22
+ # sudo yum install MariaDB-server
23
+ 読み込んだプラグイン:fastestmirror
24
+ base | 3.6 kB 00:00:00
25
+ epel/x86_64/metalink | 4.8 kB 00:00:00
26
+ epel | 4.3 kB 00:00:00
27
+ extras | 3.4 kB 00:00:00
28
+ mariadb | 2.9 kB 00:00:00
29
+ remi-safe | 2.9 kB 00:00:00
30
+ updates | 3.4 kB 00:00:00
31
+ (1/9): base/7/x86_64/group_gz | 155 kB 00:00:00
32
+ (2/9): epel/x86_64/group_gz | 170 kB 00:00:00
33
+ (3/9): base/7/x86_64/primary_db | 5.3 MB 00:00:00
34
+ (4/9): epel/x86_64/updateinfo | 618 kB 00:00:00
35
+ (5/9): extras/7/x86_64/primary_db | 160 kB 00:00:00
36
+ mariadb/primary_db FAILED
37
+ http://yum.mariadb.org/10.1/centos7-amd64/repodata/f09b8e0157e896bfbef0778637696edb00d721fb6dab112be7b16c638087ef43-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not FoundB 00:00:06 ETA
38
+ 他のミラーを試します。
39
+ To address this issue please refer to the below knowledge base article
40
+
41
+ https://access.redhat.com/articles/1320623
42
+
43
+ If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
44
+
45
+ remi-safe/primary_db FAILED 37% [=========================- ] 2.2 MB/s | 6.8 MB 00:00:05 ETA
46
+ http://mirror5.layerjet.com/remi/enterprise/7/safe/x86_64/repodata/027ccf5ef41c558110705019cfc8291aa9b0dba3c47f8cc27f7fedbed198092e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
47
+ 他のミラーを試します。
48
+ (6/9): remi-safe/primary_db | 486 kB 00:00:00
49
+ (7/9): updates/7/x86_64/primary_db | 7.1 MB 00:00:02
50
+ (8/9): epel/x86_64/primary_db | 4.3 MB 00:00:03
51
+ Loading mirror speeds from cached hostfile
52
+ * base: ftp.iij.ad.jp
53
+ * epel: ftp.jaist.ac.jp
54
+ * extras: ftp.iij.ad.jp
55
+ * remi-safe: fr.mirror.babylon.network
56
+ * updates: ftp.iij.ad.jp
57
+ mariadb/primary_db FAILED
58
+ http://yum.mariadb.org/10.1/centos7-amd64/repodata/f09b8e0157e896bfbef0778637696edb00d721fb6dab112be7b16c638087ef43-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not FoundB --:--:-- ETA
59
+ 他のミラーを試します。
60
+ http://yum.mariadb.org/10.1/centos7-amd64/repodata/f09b8e0157e896bfbef0778637696edb00d721fb6dab112be7b16c638087ef43-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
61
+ 他のミラーを試します。
62
+
63
+
64
+ One of the configured repositories failed (MariaDB),
65
+ and yum doesn't have enough cached data to continue. At this point the only
66
+ safe thing yum can do is fail. There are a few ways to work "fix" this:
67
+
68
+ 1. Contact the upstream for the repository and get them to fix the problem.
69
+
70
+ 2. Reconfigure the baseurl/etc. for the repository, to point to a working
71
+ upstream. This is most often useful if you are using a newer
72
+ distribution release than is supported by the repository (and the
73
+ packages for the previous distribution release still work).
74
+
75
+ 3. Disable the repository, so yum won't use it by default. Yum will then
76
+ just ignore the repository until you permanently enable it again or use
77
+ --enablerepo for temporary usage:
78
+
79
+ yum-config-manager --disable mariadb
80
+
81
+ 4. Configure the failing repository to be skipped, if it is unavailable.
82
+ Note that yum will try to contact the repo. when it runs most commands,
83
+ so will have to try and fail each time (and thus. yum will be be much
84
+ slower). If it is a very temporary problem though, this is often a nice
85
+ compromise:
86
+
87
+ yum-config-manager --save --setopt=mariadb.skip_if_unavailable=true
88
+
89
+ failure: repodata/f09b8e0157e896bfbef0778637696edb00d721fb6dab112be7b16c638087ef43-primary.sqlite.bz2 from mariadb: [Errno 256] No more mirrors to try.
90
+ http://yum.mariadb.org/10.1/centos7-amd64/repodata/f09b8e0157e896bfbef0778637696edb00d721fb6dab112be7b16c638087ef43-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
91
+ ```