最近公司里面进行UOS的兼容性验证,但是系统总是会提示:
Your system is not activated. Please activate as soon as possible for normal use.
比较烦人. 今天发现原来他就是一个 systemd的服务 停止了服务就可以了.
systemctl |grep license
systemctl stop license.service
systemctl disable license.service
最近公司里面进行UOS的兼容性验证,但是系统总是会提示:
Your system is not activated. Please activate as soon as possible for normal use.
比较烦人. 今天发现原来他就是一个 systemd的服务 停止了服务就可以了.
systemctl |grep license
systemctl stop license.service
systemctl disable license.service
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。