[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[orca-users:06522] Re: sargeでjma-receiptがインストール出来ない



東山@高知です。
私がインストールしている方法を書いてみますね。

①Woody最小インストール(tasksel, dselectはdefaultで)
②/etc/apt/sources.list編集
 # Debian Package
 deb ftp://ftp.jp.debian.org/debian woody main contrib non-free
 deb ftp://ftp.jp.debian.org/debian-non-US woody/non-US main contrib
non-free
 deb ftp://ftp.jp.debian.org/debian-jp woody-jp main contrib non-free
 deb ftp://ftp.jp.debian.org/debian woody-proposed-updates main contrib
non-free
 deb ftp://ftp.jp.debian.org/debian-non-US woody-proposed-updates/non-US
main contrib non-free

 # Debian Security Package
 deb http://security.debian.org/ woody/updates main contrib non-free

 # ORCA
 deb ftp://ftp.orca.med.or.jp/pub/debian woody jma
 deb-src ftp://ftp.orca.med.or.jp/pub/debian woody jma
③# apt-get update & upgrade
④# apt-get insatall task-jma-receipt
⑤# echo ‘postgresql hold’ | dpkg --set-selections
 # echo ‘postgresql-client hold’ | dpkg --set-selections
 # echo ‘postgresql-contrib hold’ | dpkg --set-selections
 # echo ‘ruby hold’ | dpkg --set-selections
 # echo ‘gs hold’ | dpkg -set-selections
⑥/etc/apt/sources.list編集、「sarge」にする。
 # Debian Package
 deb ftp://ftp.jp.debian.org/debian sarge main contrib non-free
 deb ftp://ftp.jp.debian.org/debian-non-US sarge/non-US main contrib
non-free
 deb ftp://ftp.jp.debian.org/debian-jp sarge-jp main contrib non-free
 deb ftp://ftp.jp.debian.org/debian sarge-proposed-updates main contrib
non-free
 deb ftp://ftp.jp.debian.org/debian-non-US sarge-proposed-updates/non-US
main contrib non-free

 # Debian Security Package
 deb http://security.debian.org/ sarge/updates main contrib non-free

 # ORCA
 deb ftp://ftp.orca.med.or.jp/pub/debian woody jma
 deb-src ftp://ftp.orca.med.or.jp/pub/debian woody jma
⑦# apt-get update & dist-upgrade  質問には適時答える(ほぼdefault)。(Flex
major  updateにはyes)
⑧# dselect
⑨# apt-get install sudo murasaki  → # visudoでkasumiに権限を与える。
⑩# apt-get install x-window-system
  # dpkg-reconfigure xserver-xfree86
  # startxで確認(このときはマウスが動くことを確認するのみ。ctrl + Alt +
Backspaceでもどる。
⑪#dpkg-reconfigure -plow localesで「ja_JP.EUC-JP EUC-JP」と「ja_JP.UTF-8
UTF-8」を選択し、デフォルトを「ja_JP.EUC-JP EUC-JP」とする。
⑫日本語環境インストール
  # apt-get install user-ja canna canna-utils kinput2-canna kterm jless
grep-ja ja-trans manpages-ja doc-debian-ja doc-linux-ja-text
⑬Gnomeインストール
 # apt-get install gnome-bin gnome-session gnome-common
gnome-control-center gnome-panel gnome-applets gnome-utils sawfish-gnome
metacity xscreensaver-gnome gconf2 gtk2-engines* gnome-icon-theme
gnome-themes gconf-editor nautilus nautilus-gtkhtml gnome2-user-guide gdm
gnome-system-tools gedit mozilla
⑭フォント関連インストール
  # apt-get install gsfonts gs-cjk-resource cmap-adobe-japan1
cmap-adobe-japan2 defoma psfontmgr ttf-kochi-gothic-naga10
ttf-kochi-mincho-naga10 xfs-xtt xfs
⑮# vi /etc/X11/XF86Config-4 にて、Section "Files"の、FontPath "unix/:7100"
の上に、以下の2行を追加
  FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
  FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
⑯# /etc/init.d/xfs restart
 # /etc/init.d/xfs-xtt restart
⑰apt lineをwoodyにもどし、以下のgs, LIPS関連の入手元を追加
  # gs-Japanese
  deb http://www.topstudio.co.jp/kmuto/debian/event/lc2002 ./
  # LIPS etc.
  deb http://arcangel.cside21.com/orca/debian /
⑱# apt-get update & apt-get install gs lprng lprngtool smbclient mpage
task-tettei-gs-japan
を行い、 /etc/printcap を設定し、gsの設定も行う。この操作でgsのholdが一旦解
除されるので、再び 
 # echo ‘gs hold’ | dpkg -set-selections
⑲# apt-get remove xdm
⑳/etc/init.d/gdmの start) の次の行に以下を追加
  LANG=ja_JP.EUC-JP
  export LANG
 # /etc/init.d/gdm start

usernameでログイン後
①ktermで $ user-ja-conf
  ORCA HPどおりに .gnomerc と .xmodmapを作成
②ORCAの残りの設定をする。
 $ sudo -u orca sh /usr/lib/jma-receipt/bin/jma-receipt-hospid-set.sh
JPN************
 $ sudo -u orca /usr/sbin/gluseradd -file /etc/jma-receipt/passwd -p
(password) ormaster
次にOCR用フォントorcaocrb.psをHPの「プリンタ設定」→「PostScriptプリンタ設
定」のページから /home/orca にダウンロードする。
③/etc/postgresql/pg_hba.confを編集
 local  all                                    ident sameuser
 host  all         127.0.0.1     255.255.255.255     trust
 host  all         192.168.0.0   255.255.0.0         trust
 host  all         0.0.0.0       0.0.0.0             reject
④/etc/hostsに次を追加
   ::1 localhost     loopback
⑤/etc/postgresql/postgresql.confを編集
 tcpip_socket = 1を
 tcpip socket = onにする。
⑥/etc/init.d/jma-receiptを編集
   RUN_REDIRECTOR = falseをtrueに書き換えたのち、 
# dpkg-reconfigure jma-receipt

ちょっと長くなりましたが、ご参考になれば幸いです。

(参考HP)http://www2.starcat.ne.jp/~kanocl/shumi/debian_install.htm 大変参
考になりました。この場を借りてお礼申し上げます。

高知大学医学部
東山 佳澄
kasumihigashi@xxxxxxxxx