pstree 정리해서 깔끔하게 보여줘서 좋은 명령어 yum -y install psmisc
message 오류: rpmdb: BDB0113 Thread/process 21099/139662266185792 failed: BDB1507 Thread died in Berkeley DB library 오류: dbenv->failchk의 db5 오류(-30973): BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery 오류: db5(을)를 이용하여 Packages 인덱스를 열 수 없습니다 - (-30973) 오류: /var/lib/rpm 안의 패키지 데이터베이스를 열 수 없습니다 CRITICAL:yum.main: Error: rpmdb open failed yum 혹은 rpm 명령어 실행시 에러 발생 일단 아래 링크를 참고해서 해결하긴 하였다 htt..
centos6 # yum install ca-certificates (패키지가 없는 경우) # update-ca-trust force-enable # cp USERTrust RSA Certification Authority.crt /etc/pki/ca-trust/source/anchors/ # update-ca-trust extractcentos5 cat foo.crt >>/etc/pki/tls/certs/ca-bundle.crtroot ca 업데이트 작업 (리눅스6) ca-certificates 업데이트 (사설 아래 명령어 1줄로 끝나는 경우가 많을듯 함) yum update ca-certificates # 인증서 업데이트 (추가) update-ca-trust enable cp RootCA(AAA).c..
rpm 및 yum 관련 명령 실행 오류: dbcursor->c_get의 db5 오류(-30986): BDB0075 DB_PAGE_NOTFOUND: Requested page not found조치 (실패) rpm 리빌드디비 명령 실행후 rpm rpm --rebuilddb rpm -qa | wc -l 78 centos7의 경우 기본 패키지만 원래 200여개임 실제 서버 동작 및 명령어는 잘 동작하는걸로 봐서는 DB 정보만 날라간듯 함 rebuild 하기전에는 rpm db 백업 필수인듯 함 결국 재설치
Centos 5, 6 버전의 apache2 파일이 없거나 403 포비든의 경우 계속 welcome 페이지를 보여주는 현상 /etc/httpd/conf.d/welcome.conf # # This configuration file enables the default "Welcome" # page if there is no default index page present for # the root URL. To disable the Welcome page, comment # out all the lines below. # Options -Indexes ErrorDocument 403 /error/noindex.html 위 파일 삭제하면 됨
메세지 error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directoryCentos8 에서 발생함 Centos7 에서는 문제 없었음 해결방법? dnf install ncurses-compat-libs