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

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

  • RHEL 6 Install Info

    Bios Settings on HPZ420 Enter BIOS and change the following settings: Storage                 Storage options                                 SATA Mode ==> IDE                 Boot Order                                 UEFI Boot Sources ==> Disable All                                 Legacy Boot Sources ==> Enable All Installing RHEL 6.3 Prerequisites You will need: The RHEL 6.3 Installation DVD and license from RedHat (you need the Workstation…

  • Transfer data between RHEL and Solaris

    Transfer Data between RHEL and Solaris On SUN: in /etc/dfs/dfstab file addshare -F nfs /export/homethen type:/etc/init.d/nfs.server start On RHEL: to mounttype mount host:/export/home /mnt/sundisk Or in /etc/fstab host:/export/home /home/sundisk nfs defaults 0 0 Then type mount /home/sundisk Or type mount -aTo make nfs start at boot type: chkconfig nfs on to sharein file /etc/exports add/home/vnmr1…

  • Installing Nvidia driver in Ubuntu 22.04

    sudo apt update sudo apt-get remove ‘^nvidia’ sudo apt autoremove sudo apt install nvidia-driver-450 sudo reboot After you have installed the nvidia-driver-450 graphics driver in Ubuntu 20.04 it may be updated from nvidia-driver-450 to nvidia-driver-460 by the normal software update activity. As an alternative to step 4 you can let the ubuntu-drivers program automatically select the proprietary…

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

  • Intel e1000e Linux Driver

    Linux* e1000e Base Driver overview and installation   Using the e1000e Base Driver for Gigabit IntelĀ® Network Connections The e1000e driver supports PCI Express* Gigabit Network Connections except the 82575, 82576, 82580, and I350. Download e1000e here Overview Building and installation Command line parameters Speed and duplex configuration Additional configurations Overview The Linux base drivers support the 2.4.x…