运维常见问题及解决方法汇总(持续更新...)
生活随笔
收集整理的這篇文章主要介紹了
运维常见问题及解决方法汇总(持续更新...)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1、yum安裝軟件提示:another app is currently holding the yum.lock;waiting for it to exit.
原因:可能是系統自動升級正在運行,yum在鎖定狀態中。
解決方法:通過強制關掉yum進程:
#rm -f /var/run/yum.pid
然后就可以使用yum了。
2、./configure時老是報!!!! OpenSSL is not properly installed on your system.
解決:
yum install -y openssl openssl-devel
3、
轉載于:https://blog.51cto.com/miaocbin/1657115
總結
以上是生活随笔為你收集整理的运维常见问题及解决方法汇总(持续更新...)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 新站如何快速的度过考察期并避免进入沙盒期
- 下一篇: flex组件使用【PopUpButton