lennyORCA の履歴(No.11)
- 履歴一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- lennyORCA へ行く。
- 1 (2007-04-17 (火) 23:03:40)
- 2 (2007-04-17 (火) 23:52:13)
- 3 (2007-05-17 (木) 08:17:39)
- 4 (2007-06-13 (水) 02:27:34)
- 5 (2007-06-22 (金) 03:42:37)
- 6 (2007-06-22 (金) 09:11:08)
- 7 (2007-06-23 (土) 05:11:18)
- 8 (2007-06-24 (日) 01:23:42)
- 9 (2007-07-24 (火) 23:07:03)
- 10 (2007-07-31 (火) 02:58:25)
- 11 (2007-08-08 (水) 08:36:18)
- 12 (2007-11-07 (水) 23:27:11)
- 13 (2007-11-08 (木) 04:01:28)
- 14 (2008-01-31 (木) 23:20:59)
- 15 (2008-02-06 (水) 03:47:52)
- 16 (2008-02-06 (水) 09:27:56)
- 17 (2008-02-06 (水) 21:43:11)
- 18 (2008-02-07 (木) 23:03:21)
- 19 (2008-02-25 (月) 05:27:34)
- 20 (2008-03-19 (水) 23:58:18)
- 21 (2008-03-30 (日) 23:19:44)
- 22 (2008-08-04 (月) 07:07:20)
- 23 (2008-09-25 (木) 05:46:45)
- 24 (2008-09-26 (金) 09:39:13)
- 25 (2008-11-14 (金) 23:22:39)
- 26 (2008-11-20 (木) 23:49:32)
- 27 (2008-11-20 (木) 23:49:32)
- 28 (2008-11-20 (木) 23:49:32)
lenny(testing)ではpostgresql-8.2がインストールされるが、orcaは問題なく動く。
(2007/7/25)sidにはインストールできなくなったのでlennyにも早晩インストールできなくなるでしょう。
(2007/8/8)lennyORCAはインストールできなくなった。
postgresql-8.2では、PGLOCALE=Cが効かないのでLANG=ja_JP.eucJPではなく、LANG=C (default)でインストールする。(掲示板8 lennyORCAとエンコーディング)
etchはパスしてlennyORCAを次のバージョンにしてもよいかもしれない。
こちらhttp://www.debian.org/devel/debian-installer/の
こちらhttp://people.debian.org/~joeyh/d-i/images/daily/の
http://people.debian.org/~joeyh/d-i/images/daily/netboot/mini.isoをDLしてCDに焼きインストールディスクを作成。
lennyインストールディスクで起動。
boot:
default Enterを続けるとアーカイブミラーホスト名がcdn.debian.or.jpとなる。
cdn.debian.or.or.jpでうまく行かない場合は、
アーカイブミラーの国 一番上の 情報を手動で入力 を選択
Debian アーカイブミラーホスト名 mirror.orca.med.or.jp アーカイブミラーディレクトリ /debian/debian/
とする。
一般ユーザーは ormaster
ソフトウェアの選択とインストールでは、デスクトップ環境の * をはずす。標準システムの * はつけたままインストールを完了する。
再起動後、
# dpkg-reconfigure locales
ja_JP.EUC-JPを追加する。defaultは ja_JP.UTF-8 のままでよい。
# cd /tmp # wget -r -np http://yukeikai.net/data/orcainst2 # cd yukeikai.net/data/orcainst2 # sh lennyinst.sh
mirror.orca.med.or.jpを使う場合は、
# sh lennyinstm.sh
/etc/jma-receipt/jma-receipt.confに
CPP="i486-linux-gnu-gcc -E"
を追記。
データのバックアップとリストア†
バックアップ
# /etc/init.d/jma-receipt stop # sudo -u postgres pg_dump orca > /tmp/orca.dump # /etc/init.d/jma-receipt start
リストア
# /etc/init.d/jma-receipt stop # sudo -u orca dropdb orca # sudo -u orca createdb -EEUC_JP orca # sudo -u postgres psql -e orca < /tmp/orca.dump # apt-get --reinstall install jma-receipt # /etc/init.d/jma-receipt start