4
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

さくらVPSのyum update実行時に出るエラーの対処法

Last updated at Posted at 2014-03-13

さくらのVPS(v3) 2G TK02 を使い始めました。

しかし、yum updateを実行すると、表題のエラーが出てつまずいたので、対処法をメモします。
Error: Cannot find a valid baseurl for repo: base

#対処法
のbaseurlをrikenのパスに変更します。

/etc/yum.repos.d/ConsOS-Base.repo
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
baseurl=http://ftp.riken.jp/Linux/centos/$releasever/extras/$basearch/

対処法に問題がありましたら、突っ込みをお願いします。

参考
http://centos.bungu-do.jp/archives/000198.html

4
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?