Cockpit subscriptions on CentOS 7 - This system is not registered with an entitlement server. You can use subscription-manager to register.

下午安装 cockpit 时,使用 yum 工具的时候哦,出现如下信息:

This system is not registered with an entitlement server. You can use subscription-manager to register.

尽管不影响centos 的使用,安装软件也没有任何的影响。但是也是想知道其中的原因;下面是在国外论坛上对于centos 的讨论。

问题:

Installing Cockpit on CentOS7 adds the following nag/notice - seen every time you use yum update etc.:

"This system is not registered with Subscription Management. You can use subscription-manager to register"

Removing the cockpit-subscriptions - breaks the web interface fuctionality - You can log in but then you get an error page.

Does anyone have a fix for this?
Obviously, this is designed for RHEL but, seems the CentOS package shouldn‘t have this "Feature".

答案1:

Unfortunately cockpit requires subscription-manager and that causes that message to be emitted by yum. However it is only an informational message, not an error and everything works just as it did.

答案2:

Seems simple to nuke the subscription nag by editing /etc/yum/pluginconf.d/subscription-manager.conf :

[main]
enabled=0

Thanks TrevorH

答案3:

I could solve the problem by setting enabled=0 in [main] section of /etc/yum/pluginconf.d/enabled_repos_upload.conf configuration file:

[main]
enabled=0
supress_debug=False
supress_errors=False

参考链接:

https://www.centos.org/forums/viewtopic.php?t=62366

https://serverfault.com/questions/506148/is-subscription-manager-available-for-centos

保持更新,转载请注明出处。

原文地址:https://www.cnblogs.com/xuyaowen/p/Cockpit-subscriptions.html

时间: 2024-07-30 05:01:39

Cockpit subscriptions on CentOS 7 - This system is not registered with an entitlement server. You can use subscription-manager to register.的相关文章

This system is not registered with an entitlement server. You can use subscription-manager to register.

错误信息 [[email protected] apache-tomcat-7.0.70]# yum install gcc-c++ Loaded plugins: product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. There a

RedHat7.5 针对This system is not registered with an entitlement server问题,更换yum源

1.报错现象如下:[[email protected] ~]# yum install httpd已加载插件:langpacks, product-id, search-disabled-repos, subscription- : managerThis system is not registered with an entitlement server. You can use subscription-manager to register.There are no enabled re

Red Hat Enterprise 7.5 安装后无法进入图形界面 This system is not registered with an entitlement server. You can use subscription-manager to register.

This system is not registered with an entitlement server. You can use subscription-manager to register.由 匿名 (未验证) 提交于 2018-05-13 20:50:571:Test Environment[[email protected] ~]# cat /etc/os-releaseNAME="Red Hat Enterprise Linux Server"VERSION=&q

yum报错:This system is not registered to Red Hat Subscription Management.解决办法

使用yum安装软件,报错如下: [[email protected] ~]# yum -y install mariadbLoaded plugins: langpacks, product-id, subscription-managerThis system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.No package mariadb

解决Redhat yum出现This system is not registered with RHN的方案

最近博主在学习Linux,菜鸟级别的的选手连装个Chrome都觉得难,悲了个催的--百度了很多教程,大多是类似的.博主的配置是在VM8下搭建的RHEL5.3 (Tikanga)版本,不知道什么原因,每次在输入yum install google-chrome-stable之后就会出现"This system is not registered with RHN"的错误提示,蛋疼不已.百度无果后,GG大神帮上忙了(搜索Redhat This system is not registere

关于免费解决RedHat6.5的:This system is not registered to Red Hat Subscription Management..

redhat默认自带的yum源需要注册,才能更新,报错:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.可替换为centos对应的源. 操作如下: 1.检查是否安装yum包.查看RHEL是否安装了yum,若是安装了,那么又有哪些yum包:    rpm -qa |grep yum 2 删除redhat自带的yum包    r

yum This system is not registered with RHN. RHN support will be disabled

新安装的red hat 系统,想使用yum安装一些服务时报错: Loading "rhnplugin" plugin Loading "installonlyn" plugin This system is not registered with RHN. RHN support will be disabled. Setting up Install Process Setting up repositories No Repositories Available

This system is not registered with RHN问题解决

1.问题: 公司有一台服务器,因为一直用的是centos的系统,但是那个分中心没有现成centos的系统,问我红帽5.3的能行吗?我说试一试,然后在配置yum源的时候就遇到了问题,提示如下错误.这是因为这个系统没有在红帽注册,所以不能用yum. [[email protected] ~]# yum repolist Loaded plugins: rhnplugin, security This system is not registered with RHN. RHN support wil

yum提示This system is not registered with RHN.RHN support will be disabled.

[[email protected] ~]# yum install mlocateLoading "security" pluginLoading "rhnplugin" pluginThis system is not registered with RHN.RHN support will be disabled.Setting up Install ProcessParsing package install argumentsNo package mloc