Today Mini Learned :

기록하는 습관 들이기

TIPS - 내가 보려고 기록하는 팁!

[Linux] yum "Unable to read consumer identity - This system is not registered with an entitlement server" 에러 발생 시 해결 방법

얌챠 2023. 3. 22. 17:01

(Red Hat Linux 9 사용 중)

 

yum install vsftpd 명령어를 실행할 때 다음과 같은 에러가 발생했다.

 

해당 문제에 대한 해결 방법은 다음 글에 잘 정리되어 있었다.
yum update나 yum install을 수행 시 레포지토리가 제대로 설정되지 않았을 때 발생한다고 한다.

 

해결 방법은 다음과 같다.

  1. yum의 subscription-manager.conf 파일을 다음과 같이 수정한다.
    vi /etc/yum/pluginconf.d/subscription-manager.conf
    enabled=0으로 수정
  2. yum clean all 커맨드를 수행하여 캐시를 지운다.
    yum clean all

 

이렇게 하고 나니 해당 문구가 뜨지 않았다.