遠(yuǎn)程UOS時(shí)總是顯示Your system is not activated. Please activate as soon as possible for normal use提示。
解決方法:
systemctl |grep license //查詢license.service是否啟動(dòng)
systemctl stop license.service //關(guān)閉license.service文章來源:http://www.zghlxwxcb.cn/news/detail-517100.html
systemctl disable license.service //關(guān)閉開機(jī)啟動(dòng)license.service文章來源地址http://www.zghlxwxcb.cn/news/detail-517100.html
fanz@fanz-PC:~/WORK/0029project/test/src$ systemctl |grep license
license.service loaded active running UOS License Activator
fanz@fanz-PC:~/WORK/0029project/test/src$ systemctl stop license.service
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
停止“l(fā)icense.service”需要認(rèn)證。
Authenticating as: fanz
Info: Password
Password:
Info: Verification successful
==== AUTHENTICATION COMPLETE ===
fanz@fanz-PC:~/WORK/0029project/test/src$ systemctl |grep license
fanz@fanz-PC:~/WORK/0029project/test/src$ systemctl disable license.service
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-unit-files ===
管理系統(tǒng)服務(wù)或單元文件需要認(rèn)證。
Authenticating as: fanz
Info: Password
Password:
Info: Verification successful
==== AUTHENTICATION COMPLETE ===
到了這里,關(guān)于UOS -- Your system is not activated. Please activate as soon as possible for normal use的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!