解决UOS终端提示Your system is not activated. Please activate as soon as possible for normal use.

最近公司里面进行UOS的兼容性验证,但是系统总是会提示:

1
Your system is not activated. Please activate as soon as possible for normal use.

比较烦人. 今天发现原来他就是一个 systemd的服务 停止了服务就可以了.

1
2
3
systemctl |grep license
systemctl stop license.service
systemctl disable license.service