** 참고 **

아래 장애상황과 해결방법은 각 서버의 환경에 따라 다를수 있기때문에 아래 해결방법이 꼭 정답이라고 볼 수없고, 허접스러운 제가 해결하였던 방법이므로, 각자 상황에 맞게 적절히 도움을 받으셨으면 합니다.

 

 

 

yum으로 httpd 를 설치할려고 #yum install httpd 를 입력했다. 그러자 아래와 같은 에러메시지와 함께 install 이 안됨

 

 http://mirrors.neusoft.edu.cn/centos/5.9/updates/i386/repodata/filelists.sqlite.bz2: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/filelists.sqlite.bz2 from updates: [Errno 256] No more mirrors to try.
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

 

## 해결방법 ##

#yum clean all

쳐서 yum 캐시를 지움 그후 yum install httpd 하니깐 정상적으로 install 정보를 받아옴.