質問編集履歴

1

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

2016/09/01 07:56

投稿

mosa
mosa

スコア218

test CHANGED
File without changes
test CHANGED
@@ -27,3 +27,155 @@
27
27
 
28
28
 
29
29
  つまらない質問をしてすみませんがよろしくお願いします。
30
+
31
+
32
+
33
+
34
+
35
+ ---
36
+
37
+
38
+
39
+ エラー全文を追記します。yum clean metadata をした後です。
40
+
41
+ ```ここに言語を入力
42
+
43
+ # sudo yum install MariaDB-server
44
+
45
+ 読み込んだプラグイン:fastestmirror
46
+
47
+ base | 3.6 kB 00:00:00
48
+
49
+ epel/x86_64/metalink | 4.8 kB 00:00:00
50
+
51
+ epel | 4.3 kB 00:00:00
52
+
53
+ extras | 3.4 kB 00:00:00
54
+
55
+ mariadb | 2.9 kB 00:00:00
56
+
57
+ remi-safe | 2.9 kB 00:00:00
58
+
59
+ updates | 3.4 kB 00:00:00
60
+
61
+ (1/9): base/7/x86_64/group_gz | 155 kB 00:00:00
62
+
63
+ (2/9): epel/x86_64/group_gz | 170 kB 00:00:00
64
+
65
+ (3/9): base/7/x86_64/primary_db | 5.3 MB 00:00:00
66
+
67
+ (4/9): epel/x86_64/updateinfo | 618 kB 00:00:00
68
+
69
+ (5/9): extras/7/x86_64/primary_db | 160 kB 00:00:00
70
+
71
+ mariadb/primary_db FAILED
72
+
73
+ http://yum.mariadb.org/10.1/centos7-amd64/repodata/f09b8e0157e896bfbef0778637696edb00d721fb6dab112be7b16c638087ef43-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not FoundB 00:00:06 ETA
74
+
75
+ 他のミラーを試します。
76
+
77
+ To address this issue please refer to the below knowledge base article
78
+
79
+
80
+
81
+ https://access.redhat.com/articles/1320623
82
+
83
+
84
+
85
+ If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
86
+
87
+
88
+
89
+ remi-safe/primary_db FAILED 37% [=========================- ] 2.2 MB/s | 6.8 MB 00:00:05 ETA
90
+
91
+ http://mirror5.layerjet.com/remi/enterprise/7/safe/x86_64/repodata/027ccf5ef41c558110705019cfc8291aa9b0dba3c47f8cc27f7fedbed198092e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
92
+
93
+ 他のミラーを試します。
94
+
95
+ (6/9): remi-safe/primary_db | 486 kB 00:00:00
96
+
97
+ (7/9): updates/7/x86_64/primary_db | 7.1 MB 00:00:02
98
+
99
+ (8/9): epel/x86_64/primary_db | 4.3 MB 00:00:03
100
+
101
+ Loading mirror speeds from cached hostfile
102
+
103
+ * base: ftp.iij.ad.jp
104
+
105
+ * epel: ftp.jaist.ac.jp
106
+
107
+ * extras: ftp.iij.ad.jp
108
+
109
+ * remi-safe: fr.mirror.babylon.network
110
+
111
+ * updates: ftp.iij.ad.jp
112
+
113
+ mariadb/primary_db FAILED
114
+
115
+ http://yum.mariadb.org/10.1/centos7-amd64/repodata/f09b8e0157e896bfbef0778637696edb00d721fb6dab112be7b16c638087ef43-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not FoundB --:--:-- ETA
116
+
117
+ 他のミラーを試します。
118
+
119
+ http://yum.mariadb.org/10.1/centos7-amd64/repodata/f09b8e0157e896bfbef0778637696edb00d721fb6dab112be7b16c638087ef43-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
120
+
121
+ 他のミラーを試します。
122
+
123
+
124
+
125
+
126
+
127
+ One of the configured repositories failed (MariaDB),
128
+
129
+ and yum doesn't have enough cached data to continue. At this point the only
130
+
131
+ safe thing yum can do is fail. There are a few ways to work "fix" this:
132
+
133
+
134
+
135
+ 1. Contact the upstream for the repository and get them to fix the problem.
136
+
137
+
138
+
139
+ 2. Reconfigure the baseurl/etc. for the repository, to point to a working
140
+
141
+ upstream. This is most often useful if you are using a newer
142
+
143
+ distribution release than is supported by the repository (and the
144
+
145
+ packages for the previous distribution release still work).
146
+
147
+
148
+
149
+ 3. Disable the repository, so yum won't use it by default. Yum will then
150
+
151
+ just ignore the repository until you permanently enable it again or use
152
+
153
+ --enablerepo for temporary usage:
154
+
155
+
156
+
157
+ yum-config-manager --disable mariadb
158
+
159
+
160
+
161
+ 4. Configure the failing repository to be skipped, if it is unavailable.
162
+
163
+ Note that yum will try to contact the repo. when it runs most commands,
164
+
165
+ so will have to try and fail each time (and thus. yum will be be much
166
+
167
+ slower). If it is a very temporary problem though, this is often a nice
168
+
169
+ compromise:
170
+
171
+
172
+
173
+ yum-config-manager --save --setopt=mariadb.skip_if_unavailable=true
174
+
175
+
176
+
177
+ failure: repodata/f09b8e0157e896bfbef0778637696edb00d721fb6dab112be7b16c638087ef43-primary.sqlite.bz2 from mariadb: [Errno 256] No more mirrors to try.
178
+
179
+ http://yum.mariadb.org/10.1/centos7-amd64/repodata/f09b8e0157e896bfbef0778637696edb00d721fb6dab112be7b16c638087ef43-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
180
+
181
+ ```