lennyORCA の履歴(No.17)
- 履歴一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- 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)
こちら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となる。
一般ユーザーは ormaster
ソフトウェアの選択とインストールでは、デスクトップ環境の * をはずす。標準システムの * はつけたままインストールを完了する。
(2008/2/6)
grubがインストールできないようです。grub2にするとインストールが完了しました。(IDE1,SATA1の2台構成でIDE1にインストール )
再起動後、
# 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 lennyinst40.sh
apt-get dist-upgradeするとjma-receiptはremoveされてしまう。
GTK1.2のテーマをインストールしてもjma-receiptはremoveされてしまう。
これはORCAがGTK2未対応のため?。
開発スケジュールによると2008年2月には対応する予定らしい。
(2008/2/6)
monpeの文字化けは解消されている。
データのバックアップとリストア†
バックアップ
# /etc/init.d/jma-receipt stop # sudo -u orca pg_dump -O 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 orca psql -e orca < /tmp/orca.dump # apt-get --reinstall install jma-receipt # /etc/init.d/jma-receipt start
CUPSのバグ†
(2008/2/6)localのブラウザーで
http://localhost:631
としてサーバの管理で設定を変更すると
/etc/cups/cupsd.conf
が破壊されてcupsが動かなくなる。/etc/cups/cupsd.confをエディタで開いて、
DefaultAuthType ??^E^Hc
などと文字化けしているところを
DefaultAuthType Basic
としてやると治る。