>> Edit article
이름
제목
패스워드
저 질문이 여러가지 거든요. 여러개 나누어서 하려다가... 그냥 하나로 모았습니다. 첫번째... vi 편집기에 관한 질문인데요. X윈도에서 한텀을 띄우고 vi를 실행시키고, 글을 적다가 Delete키를 누르면 글자가 안 지워지고 ^? 가 마치 글을 적은듯이 나오는데, Delete키의 원래 역할을 하게 하는 방법은 없나요? 두번째... 얼마전부터 root로 로긴하면 You have mail 이라는 메시지가 나와서 오늘 /var/mail/ 디렉토리내에 있는 root라는 파일을 vi 편집기로 열어보니 From root Wed Feb 7 01:44:20 2001 Return-Path: <root@localhost.localdomain> Received: (from root@localhost) by localhost.localdomain (8.11.0/8.11.0) id f16GiKt01652 for root; Wed, 7 Feb 2001 01:44:20 +0900 Date: Wed, 7 Feb 2001 01:44:20 +0900 Message-Id: <200102061644.f16GiKt01652@localhost.localdomain> From: root@localhost.localdomain (Anacron) To: root@localhost.localdomain Subject: Anacron job 'cron.daily' /etc/cron.daily/tripwire-check: **** Error: Tripwire database for localhost.localdomain not found. **** **** Run /etc/tripwire/twinstall.sh and/or tripwire --init. **** 이렇게 나오거든요. 무슨 문제가 있는 건지... 그리고, tripwire --init 라고 콘솔상에서 입력하면 [root@localhost mail]# tripwire --init ### Error: File could not be opened. ### Filename: /etc/tripwire/tw.cfg ### xb1xd7xb7xb1 xc6xc4xc0xcfxc0xccxb3xaa ### xb5xf0xb7xbaxc5xe4xb8xaexb0xa1 xbexf8xc0xbd ### Configuration file could not be read. ### Exiting... [root@localhost mail]# 이렇게 나오거든요. 이거 RPM 잘 못 설치해서 나오는 메시지 입니까? 아니면 어떤 다른게 있나요? 세번째... 사운드 문제인데요. 커널 2.4.0을 컴파일 한후(modutils 2.4.2는 깔았구, devfsd는 까니깐 시스템이 다운되서 안 깔았습니다) 부팅시에 사운드 실패가 뜨길래(근데, X윈도에서는 사운드가 됩니다. xmms도 잘 되고... 되는건 되는건데, 커널업하기 전에는 볼륨을 조정해놓고 재부팅해도 조정한 그대로였는데, 업한 이후에는 볼륨이 항상 중간으로 디폴트 되듯이 나오네요 -.-a) /var/log/ 디렉토리 안에 있는 boot.log 파일을 열어서 살펴보니... Feb 8 20:51:20 localhost rc.sysinit: Loading sound module (es1371): failed Feb 8 20:51:20 localhost modprobe: modprobe: Can't locate module es1371 이렇게 나오거든요. 그리고, 콘솔상에서 sndconfig 해서 사운드카드를 잡으려고 하면, You don't seem to be running a kernel with modular sound enabled. (soundcore.o was not found in the module search path). To use sndconfig, you must be running a kernel with modular sound, such as the kernel shipped with Red Hat Linux or a 2.2 or greater kernel. 이라고 나와요. find / -name soundcore.o 해서 찾아보면, /usr/src/linux-2.4.0/drivers/sound/soundcore.o /etc/sound/soundcore.o /bin/soundcore.o /lib/modules/2.2.17-8wl2/misc/soundcore.o /lib/modules/2.2.17-8wl2enterprise/misc/soundcore.o 에 파일들이 있는데, 이거 어디로 옮겨야 하나요? 음... 참고로 modules.conf 파일내용은... alias parport_lowlevel parport_pc alias usb-controller usb-uhci alias sound-slot-0 es1371 그리고, rc.sysinit 파일 내용중 sound관련 부분은... # Load sound modules # # I think this now qualifies as over-engineered. RETURN=0 alias=`egrep -s "^alias[[:space:]]+sound[[:space:]]+" /etc/modules.conf | awk '{ print $3 }'` if [ -n "$alias" -a "$alias" != "off" ] ; then action "Loading sound module ($alias): " modprobe $alias RETURN=$? fi alias=`egrep -s "^alias[[:space:]]+sound-slot-0[[:space:]]+" /etc/modules.conf | awk '{ print $3 }'` if [ -n "$alias" -a "$alias" != "off" ] ; then action "Loading sound module ($alias): " modprobe $alias RETURN=$? fi alias=`egrep -s "^alias[[:space:]]+midi[[:space:]]+" /etc/modules.conf | awk '{ print $3 }'` if [ -n "$alias" -a "$alias" != "off" ]; then action "Loading midi module ($alias): " modprobe $alias fi # Load mixer settings if grep -q "(sparcaudio|sound)" /proc/devices 2>/dev/null && [ $RETURN -eq 0 -a -f /etc/.aumixrc -a -x /bin/aumix-minimal ]; then action "Loading mixer settings: " /bin/aumix-minimal -f /etc/.aumixrc -L fi if [ -f /proc/sys/kernel/modprobe ]; then if [ -n "$USEMODULES" ]; then sysctl -w kernel.modprobe="/sbin/modprobe" >/dev/null 2>&1 else # We used to set this to NULL, but that causes 'failed to exec' messages" sysctl -w kernel.modprobe="/bin/true" >/dev/null 2>&1 fi fi 입니다. 네번째... 종료시에 생기는 문제인데요. 얼마전부터 종료할 때... Turning off accounting: accton: function not implemented [FAILED] 라는 메시지가 나오네요. 아마도... nfs를 선택하지 않은 다음부터 생긴 문제인 것 같은데... 확실치는 않습니다. 부팅시에 nfs 실패라고 뜨길래 마찬가지로 로긴 화일을 열어봤는데, ... Feb 7 03:12:57 localhost nfslock: lockd shutdown failed Feb 7 03:12:57 localhost nfslock: rpc.statd shutdown succeeded ... Feb 7 03:13:53 localhost rpc.lockd: lockdsvc: Invalid argument Feb 7 03:13:53 localhost nfslock: rpc.lockd startup failed Feb 7 03:13:53 localhost nfslock: rpc.statd startup succeeded ... 이라고 나와서... setup에서 시스템 서비스(System services)항을 선택하고, nfs 하구 nfslock 항을 선택에서 제외했거든요. 그 이후로는 nfs에 관한 문제가 발생하지 않는데, 종료할 때 이 문제가... 어쩌면 이 두 문제가 별로 관계없을 수도 있습니다. 다섯번째... 부팅할 때 나오는 메시지들은... /var/log/ 디렉토리 안에 dmesg파일과 boot.log 파일 안에 다 나오던데, 시스템 종료 할 때, 나오는 메시지들이 저장되는 파일은 없나요? 일단 여기까지... 리눅스 사용한지 얼마되지 않는데... 질문이 엄청 생기네요. 계속 이것저것 건드려 보고 있는데... 잘못하면, 또 다시 깔아야 할 것 같네요. 뭐, 이것도 일종의 재미이긴 하지만... 좀 짜증나는 재미라... ^^; 벌써 이 문제들 땜에 몇일을 잠안자고 삽질했지만 헐~ 짬짬이 공부하던 C도 지금 손 놓고 있답니다.--큰 상처 입어 더욱 하얀 살로 갓피어나는 내일을 위해
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved