본문 바로가기

반응형
SMALL

Compute™/Linux

[Linux] rpm 삭제 하기 ex)오류: %preun(httpd-2.0.40-21) scriptlet failed, exit status 1 1. rpm 기본 삭제하기 rpm -e 패키지명 2. rpm 패키지 의존성 에러 시 삭제 하기 (dependency) rpm -e --nodep 패키지명 3. rpm 스크립트 error 시 삭제하기 ex)오류: %preun(httpd-2.0.40-21) scriptlet failed, exit status 1 rpm -e --noscripts 패키지명 4. 삭제하려는 패키지 이름이 같은 이름으로 2개가 보이는 경우 사실은 2개가 32bit용, 64bit용으로 각각 존재하는 경우임 뒤에 32bit, 64bit를 구분할 수 있는 architecture 정보가 안 보여서 같은 이름으로 출력 예) rpm -q apr apr-1.2.7-11 apr-1.2.7-11 이 경우 다음을 설정하고 rpm -q 를 다시 실.. 더보기
[Linux] Redhat Enterprise 5.4 에 HBA(emulex) card 설치 1. 서버 Power Off 후 HBA Card(emulex) 장착 2. 서버 부팅 후 lspci 명령어를 통해 pci device 인식 여부 확인 [root@test /]# lspci |grep Fibre 07:00.0 Fibre Channel: Emulex Corporation Zephyr LightPulse Fibre Channel Host Adapter (rev 02) 13:00.0 Fibre Channel: Emulex Corporation Zephyr LightPulse Fibre Channel Host Adapter (rev 02) 3. 해당 HBA card 제조사 홈페이지를 통해 O/S버전에 맞는 드라이버 다운로드 wget http://www-dl.emulex.com/support/linu.. 더보기
[ubuntu] 9.04 atp-get update Error 발생시~ - Error Log - # apt-get install rdate http://archive.ubuntu.com jaunty/main Packages 404 Not Found http://archive.ubuntu.com jaunty/restricted Packages 404 Not Found W: http://archive.ubuntu.com/ubuntu/dists/jaunty/main/binary-i386/Packages 404 Not Found W: http://archive.ubuntu.com/ubuntu/dists/jaunty/restricted/binary-i386/Packages 404 Not Found 2011년 6월자로 Ubuntu 9.04 버전의 업데이트가 지원되지 않는다. 따라서 /.. 더보기

반응형
LIST