2003년 4월 9일 수요일

레드헷리눅스(redhat linux 8.0)과 한텀(hanterm)이 죽을 때.

http://hanterm-xf.kldp.net/
http://kldp.net/projects/hanterm-xf/


redhat linux 8.0에서 설치한 hanterm이 root 계정 이외의 계정으로 실행하면 실행 후에 곧바로 죽어버릴때.(창이 열리자 마자 다시 닫혀버린다.)

rpm -qa|grep hanterm (현재 깔려있는 rpm 버젼의 한텀의 정확한 이름을 알아낸다.)
rpm -e hanterm블라블라블라 (기존의 한텀을 지운다.)
http://www.kr.freebsd.org/~hwang/hanterm/ 에서

http://www.kr.freebsd.org/~hwang/hanterm/hanterm-xf-p18.tar.gz 을 받는 다.

tar xzvf hanterm-xf-p18.tar.gz
cd hanterm-xf-p18
su -
./configure --with-utempter
make
make install
make clean

@@ utempter라는 것과 hanterm사이의 문제로써 hanterm-xf-p18이상 버젼을 --witdh-utempter 옵션을 주어 컴파일하여 깔면 해결 된다.

꽁수로는 hanterm실행파일에 setuid bit를 준다는 의견도 있었다. 이 방법은 내 생각에 권장할 방법이 아닌 듯 싶다.

cf) utempter는 permission과 관련된 프로그램이다.

한텀의 바탕 화면을 검정색으로 하고 글씨를 흰색으로 한다. 그리고 폰트를 찾지 못할 때도 대부분 고딕폰트는 가지고 있다. 다음과 같은 명령으로 실행시켜준다.
hanterm -hfn *gothic* -bg black -fg white

댓글 없음:

댓글 쓰기