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

  • 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…

  • Authentication Error with VNC

    Issue User is reciving a GUI pop-up messages that says the following, and asks for the root password at login: When logging into a VNC session as user the following message is received: Environment Red Hat Enterprise Linux 6 gnome-packagekit, several versions  Resolution Solution 1: Ensure that the system is properly registered with RHN/Satellite (Re)register…

  • RHEL 6 NFS

    Ensuring NFS Services are running on RHEL 6 The first task is to verify that the NFS services are installed and running on your RHEL 6 system. This can be achieved either from the command line, or using the graphical services tool. Begin by confirming that the NFS service is installed by running the following command from a…