Invalid or Missing Entitlement Certificates

How to turn off the warning message, “Invalid or Missing Entitlement Certificates”

last modified by Moritoshi Oshiro on 09/21/11 – 04:29Issue

  • We manage entitlement/subscription in RHN Classic (not Customer Portal)
  • The system is not connected to the Internet with RHN Classic (in disconnected mode), therefore the system is not registered in RHN Classic
  • When the system starts, getting a warning message “Invalid or Missing Entitlement Certificates. This system is missing one or more valid entitlement certificates.” on X window
  • The warning message is meaningless and always annoying me when the system starts, therefore I want to turn off the warning message
  • How do I turn off this warning message?

Environment

  • Red Hat Enterprise Linux 5.7 and later (New installed)
  • Managing entitlement/subscription in RHN Classic (not Customer Portal)
  • Without the Internet connection (in disconnected mode)
  • Without RHN Satellite

Resolution

  • The only way to turn off the warning message is to remove the following related packages:

   subscription-manager
   subscription-manager-firstboot
   subscription-manager-gnome

  • Remove the related packages by issuing the following command in one line:

    yum remove subscription-manager subscription-manager-firstboot subscription-manager-gnome

  • Reboot the system to turn off the warning message

Similar Posts

  • Mount Windows Share on RHEL

    In CLI    mount -t cifs //ntserver/dir -o username=user,password=pass /mnt/ntserver    In /etc/fstab    //ntserver/dir   /mnt/ntserver   cifs   credentials=/root/.smbpasswd,file_mode=0777,dir_mode=0777   0   0 Then create a file /root/.smbpasswd  with permissions set to 600    username=user    password=pass In /etc/hosts add IP address of ntserver.   

  • RHEL 6 Samba

    Samba and Samba Client Samba allows both RHEL resources to be shared with Windows systems and Windows resources to be shared with RHEL systems. RHEL accesses Windows resources using a package named samba-client. RHEL resources, on the other hand, are shared with Windows systems using a package named samba. Typically, the samba-client is installed and…

  • Installing Real VNC on RHEL

    Red Hat-compatible Linux The following instructions are valid for CentOS 5 running the GNOME desktop environment. Instructions may differ slightly fordifferent versions of CentOS, and versions of Fedora or Red Hat Enterprise, running different desktop environments, but theprinciple is the same. If in doubt, consult the operating system documentation. Downloading VNC Download a VNC for Linux…