码迷,mamicode.com
首页 >  
搜索关键字:yum-lock    ( 39个结果
yum提示Another app is currently holding the yum lock; waiting for it to exit...
使用yum安装计划任务功能,结果提示: 可能是系统自动升级正在运行,yum在锁定状态中。 已经有一个yum进程在运行了,使用kill干掉它: 很遗憾,kill对付不了它,那怎么办呢? 可以通过强制关掉yum进程: 然后就可以使用yum了。 ...
分类:移动开发   时间:2017-12-23 14:22:12    阅读次数:216
yum提示Another app is currently holding the yum lock; waiting for it to exit...
转自:http://blog.csdn.net/testcs_dn/article/details/48711805使用yum安装计划任务功能,结果提示:# yum -y install vixie-cronLoaded plugins: fastestmirror, refresh-package... ...
分类:移动开发   时间:2017-10-24 19:46:11    阅读次数:221
新装Gentos系统遇到的一些问题
1、切换root提示abrt 切换到root用户,执行提示的内容,abrt-cli rm directory对应的目录(就是简单的删除他就没有提示了) 2、yum install ....提示 Another app is currently holding the yum lock 执行 rm - ...
分类:其他好文   时间:2017-07-31 20:03:59    阅读次数:115
【linux】State : Uninterruptible, pid: 3936
运行centos7中yum命令时提示: Existing lock /var/run/yum.pid: another copy is running as pid 3936.Another app is currently holding the yum lock; waiting for it ...
分类:系统相关   时间:2017-07-20 00:52:51    阅读次数:218
Another app is currently holding the yum lock; waiting for it to exit 解决方法
Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : 46 M RSS (925 MB VSZ) Started: ...
分类:移动开发   时间:2017-07-07 00:48:25    阅读次数:264
yum 时候出现Another app is currently holding the yum lock解决方法
在centos系统中,YUM安装软件包,出现如下问题解决方法:/var/run/yum.pid我打开看了,只是一个数,其他的可能是系统自动升级正在运行,所以yum被锁定了。可以通过执行rm-rf/var/run/yum.pid来强行解除锁定,然后你的yum就可以运行了。
分类:移动开发   时间:2017-06-05 14:00:36    阅读次数:390
Another app is currently holding the yum lock; waiting for it to exit...
刚安装完虚拟机,用xshell连接上linux后,安装程序时一直出现这个信息Another app is currently holding the yum lock; waiting for it to exit... 解决方法:rm -rf /var/run/yum.pid 来强行解除锁定,然后 ...
分类:移动开发   时间:2016-08-31 00:20:56    阅读次数:161
Another app is currently holding the yum lock; waiting for it to exit...
小技巧: 通过以下命令找到yum.pid的具体路径,然后rm -rf掉。 ...
分类:移动开发   时间:2016-07-20 22:41:32    阅读次数:211
another app is currently hold yum lock问题
问题描述:使用yum时出现下图错误:问题原因:由于yum被另外一个程序使用,以被锁定。解决方法:可以通过强制杀死进程#rm-f/var/run/yum.pid以上问题是很多新手常碰到的问题,笔者也时遇见过的,今天又遇见了,想写出来与正在学习linux的朋友分享,我学习的时候也是又好多网友..
分类:移动开发   时间:2016-06-20 16:05:46    阅读次数:201
yum提示another app is currently holding the yum lock;waiting for it to exit
可能是系统自动升级正在运行,yum在锁定状态中。可以通过强制关掉yum进程:#rm-f/var/run/yum.pid然后就可以使用yum了。
分类:移动开发   时间:2016-03-16 01:43:10    阅读次数:176
39条   上一页 1 2 3 4 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!