最近公司里面进行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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2021-08-30
  • 2022-12-23
  • 2021-07-05
  • 2021-08-20
猜你喜欢
  • 2021-05-18
  • 2022-12-23
  • 2021-08-17
  • 2022-12-23
  • 2021-06-05
  • 2021-11-19
  • 2022-12-23
相关资源
相似解决方案