运行yum系统Existing lock /var/run/yum.pid

运行yum,系统提示Existing lock /var/run/yum.pid: another copy is running as pid 3046

问题描述:登录系统后,执行yum install vsftpd,提示Existing lock /var/run/yum.pid: another copy is running as pid 5048.有时等5~10分钟yum可以正常使用。

问题分析:主要原因就是yum在自动更新,所以再运行yum就会报这个错。

问题解决:只要关掉正在执行的yum更新就可以了就可以了,停止正在运行的yum进程,或者禁用开机自动启动yum进程。

操作步骤:

停止yum进程

[[email protected] ~]# rm -f /var/run/yum.pid

为什么会有一个yum进程在执行呢?

原来是yum自动更新机制自动激活了yum进程,用下面的命令停止自动更新:

[[email protected] ~]# /etc/init.d/yum-updatesd stop

停止 yum-updatesd: [确定]

如果我们不需要自动更新服务,可以直接删除它。 
yum remove yum-updatesd 
不过删除该服务之后,以后的更新要用下面的命令手工来完成了。 
yum update

原文地址:http://blog.51cto.com/sf1314/2061632

时间: 2024-11-11 14:00:31

运行yum系统Existing lock /var/run/yum.pid的相关文章

yum 出现Existing lock /var/run/yum.pid: another copy is running as pid:3355

使用yum命令时,出现: Existing lock /var/run/yum.pid: another copy is running as pid:3355. Another app is currently holding the yum lock; waiting for it to exit... The other application is: yum-updatesd-he -- 主要原因就是yum在自动更新 只要关掉他就可以了 解决方案: 直接输入  rm -f    /var

运行yum系统提示Existing lock /var/run/yum.pid: another copy is running as pid

运行yum,系统提示Existing lock /var/run/yum.pid: another copy is running as pid 3046 问题描述:登录系统后,执行yum install vsftpd,提示Existing lock /var/run/yum.pid: another copy is running as pid 5048.有时等5~10分钟yum可以正常使用. 问题分析:主要原因就是yum在自动更新,所以再运行yum就会报这个错. 问题解决:只要关掉正在执行的

yum被lock Existing lock /var/run/yum.pid: another copy is running as pid 1580. Another app is currently holding the yum lock; waiting for it to exi

[[email protected] bin]# yum -y install lrzszLoaded plugins: fastestmirrorExisting lock /var/run/yum.pid: another copy is running as pid 1580.Another app is currently holding the yum lock; waiting for it to exit... The other application is: yum Memor

/var/run/yum.pid 已被锁定,PID 为 XXXX 的另一个程序正在运行。

安装st-load时, 终端提示 “/var/run/yum.pid 已被锁定,PID 为 13908 的另一个程序正在运行.” 解决方法:直接在终端运行 rm -f /var/run/yum.pid 将该文件删除,然后再次运行yum. 即出现如下提示: [[email protected] ~]# yum install git unzip patch gcc gcc-c++ make已加载插件:fastestmirror, langpacks/var/run/yum.pid 已被锁定,PID

/var/run/syslogd.pid can not write pid

场景描述:系统启动之后,将分区挂载到/var目录下,保存日志文件到其他的硬盘分区之上.出现如下的问题: 1重新挂载硬盘的分区到/var/log,接收系统的日志 如果已经指向一个设备,重新挂载到一个设备,以前 的将被覆盖 2 starting system logger :can not open or create /var/run/syslogd.pid  can not write pid /var/run/syslogd.pid can not write pid

nginx: [error] open() "/usr/local/var/run/nginx.pid" failed (2: No such file or directory)

nginx: [error] open() "/usr/local/var/run/nginx.pid" failed (2: No such file or directory) 2017年09月14日 09:15:45 阅读数:7742 启动Nginx出现这个错误 nginx: [error] open() "/usr/local/var/run/nginx.pid" failed (2: No such file or directory) 1  解决方法:找

解决opensips启动时出现PID file /var/run/opensips.pid does not exist 的错误

启动opensips时报下列错误 [[email protected] opensips]# opensipsctl start INFO: Starting OpenSIPS : ERROR: PID file /var/run/opensips.pid does not exist -- OpenSIPS start failed 查看日志文件 [[email protected] opensips]# tail -f /var/log/messages May 14 15:52:41 Op

failed to create pid file /var/run/rsyncd.pid: File exists报错

[[email protected] ansible_playbooks]# ps aux|grep rsyncroot      1799  0.0  0.0 114652   480 ?        Ss   Jun29   0:00 rsync --daemonroot     61754  0.0  0.0 112664   972 pts/2    S+   11:17   0:00 grep --color=auto rsync[[email protected] ansible_

7.6 yum更换国内源 7.7 yum下载rpm包 7.8/7.9 源码包安装

7.6 yum更换国内源 7.7 yum下载rpm包 7.8/7.9 源码包安装 扩展 1. 配置yum源优先级 http://ask.apelearn.com/question/7168 2. 把源码包打包成rpm包 http://www.linuxidc.com/Linux/2012-09/70096.htm # 7.6  yum更换国内源 ![mark](http://oqxf7c508.bkt.clouddn.com/blog/20170812/154757717.png?imagesl