[Ubuntu] disable apt-daily.timer & apt-daily-upgrade.timer & unattended-upgrades

2022-07-18 KENNETH 0

ubuntu 리눅스의 자동 패키지 업데이트 비활성화   개요 우분투(ubuntu-20.04) 리눅스는 “서비스” & “타이머”를 이용하여 정기적인 업데이트를 “자동”으로 수행 apt-daily : upgrade 대상 다운로드 apt-daily-upgrade : upgrade 대상에 대한 실제 upgrade 수행 unattended-upgrades : 최신 업데이트 등을 자동으로 설치     검토 편리하고 좋은 기능이지만… 자동으로 패키지가 업그레이드 되면서 데몬이 종료되어 버리거나 재시작 과정에서 정상적으로 수행을 못하고 있거나 원치않거나 그래선 안되는 프로세스도 영향을 받는 이슈가 종종 있기 때문에 (충분한 가능성과 실제 발생사례) 민감도가 높은 시스템에서는 이를 수행할 시 리스크가 있음     apt-daily 비활성화 기본값 : 활성화   1. 활성화 상태 확인 apt-daily, apt-daily-upgrade 로 확인하면 inactive 로 나옴(나올 수 있음)을 주의 하자, 뒤에 “.timer”가 붙는다   2. 비활성화     unattended-upgrades 비활성화 구글에서 검색하면 보통은 만 줄기 차게 나온다. 이 방법이 잘못 되었다는것은 아니고 엄연히 systemctl 로 관리되고 있는 패키지를 사용하지 않으려는 상황이라고 해서 굳이 “unattended-upgrades” 만 선택&편집 등의 방법을 [ more… ]

AMD GPU DRIVER in linux(RHEL8) – install / remove / update

2022-06-12 KENNETH 0

AMD GPU 공식드라이버 설치하기 (RHEL8/centos8/rockylinux8)   개요 날짜 : 2022.06 OS : rockylinux-8.6 드라이버버전 : amdgpu-core-22.10.3.50103     파일 다운로드 및 설치 https://repo.radeon.com/amdgpu-install/ 무턱대고 latest 에서 받으면 안됨 2022.06.11 기준 latest 하단에는 rhel-8.6 디렉토리가 없어서 최신버전의 rhel은 설치가 되지 않음 https://repo.radeon.com/amdgpu-install/22.10.3/ 여기로 가야 8.6 디렉토리가 있으며 또한 amdgpu-install 의 버전이 latest 보다 높은것이 있었음 amd측에서 패키지 관리를 제대로 안하는듯     파일 설치     패키지 설치       패키지 제거     드라이버 업데이트  

“Status : Non-Critical” in Dell OpenManage Server Administrator (OMSA)

2022-05-06 KENNETH 0

DELL RAID MONITOR 에서 “Non-Critical” 메세지가 발생하는 경우 Status : Non-Critical 원인 : DELL 인증 디스크를 사용하지 않은 경우 발생 문제는 없지만 혼란을 줄 수 있음     수정 : /opt/dell/srvadmin/etc/srvadmin-storage/stsvc.ini     DSM SA Data Manager 재시작     확인  

Dell EMC OpenManage Ubuntu and Debian Repositories

2021-03-29 KENNETH 0

Dell EMC OpenManage Ubuntu and Debian Repositories   URL : http://linux.dell.com/repo/community/openmanage/   환경 OS : ubuntu 20.04 (codename : focal) OMSA latest version (2021.03.29) : 950     add repositories 950 : omsa version focal : ubuntu code name     add key     Install all OMSA components     Starting dsm_om_connsvc     Ubuntu에서 설치시 systemctl 에 서비스 등록이 자동으로 등록(enable) 되기 때문에 따로 해줄것은 없다  

dnssec-lookaside ‘auto’ is no longer supported BIND-9.11

2020-01-17 KENNETH 0

BIND버전 : 9.11   로그내용 /etc/named.conf:38: dnssec-lookaside ‘auto’ is no longer supported   원인 Decommissioning the DLV (Completed as of September 30, 2017) URL : https://www.isc.org/blogs/dlv/   해결 사실 문제는 아니기 때문에 해결할 것은 아니고 /etc/named.conf 파일 내용중 dnssec-lookaside auto; 항목만 삭제 해주면 되겠다.