奥特虾的Linux排错合集

奥特虾的Linux排错合集_第1张图片

个人笔记,不定期更新

2018-01-19

  • 出现报错
    Existing lock /var/run/yum.pid: another copy is running as pid 6071.
    Another app is currently holding the yum lock; waiting for it to exit...
    The other application is: yum
    Memory :  84 M RSS (619 MB VSZ)
    Started: Thu Jan 18 22:35:18 2018 - 09:16 ago
    State  : Sleeping, pid: 6071
    
    • 原因分析:yum处于锁定状态,后台已经存在一个yum进程
    • 解决方案:rm -f /var/run/yum.pid

你可能感兴趣的:(奥特虾的Linux排错合集)