- 2008 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2007 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2006 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2005 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2004 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2003 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2002 : 01 02 03 04 05 06 07 08 09 10 11 12
2005-11-25
サポートが終了したRed Hat Linuxをアップデートするには
- 下準備
GnuPGがインストールされていない場合は
GnuPGがインストールされていない場合は
# rpm -Uvh http://download.fedoralegacy.org/redhat/9/updates/i386/gnupg-1.2.1-9.i386.rpm
- aptを利用する場合
1. aptのインストール
# rpm -ivh http://download.fedora.us/fedora/redhat/9/i386/RPMS.stable/apt-0.5.5cnc6-0.fdr.8.rh90.i386.rpm
2. /etc/apt/sources.listの編集
rpm http://download.fedoralegacy.org/apt redhat/9/i386 os updates legacy-utils # ミラーサーバの場合 rpm http://ftp.riken.go.jp/pub/Linux/fedoralegacy/apt redhat/8.0/i386 os updates legacy-utils
3. apt DBの更新
# apt-get update
4. PGPキーの追加
# rpm --import http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY
5. パッケージのアップデート
# apt-get upgrade
- yumを利用する場合
1. yumのインストール
# rpm -ivh http://download.fedora.us/fedora/redhat/9/i386/RPMS.stable/yum-2.0.3-0.fdr.1.rh90.noarch.rpm
2. /etc/yum.conf の編集 (ミラーサイトを利用する場合)
[redhat-os] name=Red Hat Linux $releasever ($basearch) baseurl= # http://download.fedora.us/fedora/redhat/$releasever/$basearch/yum/os/ http://riksun.riken.go.jp/pub/Linux/fedoralegacy/redhat/$releasever/os/$basearch/ [redhat-updates] name=Red Hat Linux $releasever ($basearch) updates baseurl= # http://download.fedora.us/fedora/redhat/$releasever/$basearch/yum/updates/ http://riksun.riken.go.jp/pub/Linux/fedoralegacy/redhat/$releasever/updates/$basearch/
3. PGPキーのアップデート
# rpm --import http://www.fedoralegacy.org/FEDORA-LEGACY-GPG-KEY
4. yum update
# yum update
5. Red Hat Networkを利用していた場合
以下のコマンドを実行してデーモンを止めておく.
# service rhnsd stop
# chkconfig rhnsd off
- トラブルシューティング
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 4f2a6fd2
上記エラーの場合は以下を実行してみる.
# rpm --import /usr/share/doc/yum-2.0.3/*GPG-KEY
# rpm --import /usr/share/rhn/RPM-GPG-KEY
- Reference
@IT - サポートが終了したRed Hat Linuxをアップデートするには (apt編)
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/602endrhlup2.html
@IT - サポートが終了したRed Hat Linuxをアップデートするには (yum編)
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/599endrhlup.html
The Fedora Legacy Project
http://www.fedoralegacy.org/
- 2008 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2007 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2006 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2005 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2004 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2003 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2002 : 01 02 03 04 05 06 07 08 09 10 11 12
2005-11 /