CentOS 8 – mcelog: AMD Processor family

CentOS 8 사용시 AMD 라이젠 이전 cpu 사용할 경우 아래와 같은 메시지와 mcelog 서비스 실패가 표시 된다면 mcelog: AMD Processor family 21: CPU is unsupported systemctl disable mcelog yum -y erase mcelog 참고 링크 – https://bugzilla.redhat.com/show_bug.cgi?id=1166978

Centos SELINUX 끄기

vi /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing – SELinux security policy is enforced. # permissive – SELinux prints warnings instead of enforcing. # disabled – No SELinux policy is loaded. SELINUX=disabled # SELINUXTYPE= can take one of three …
Centos SELINUX 끄기 더보기