有另外的一个程序占用了yum进程,所以YUM被锁上了.等待他结束.下面的话是占用YUM的PackageKit进程的信息.你可先把PackageKit进程kill(杀死)再运行就行了用下面的命令就行 pid: 19319是PackageKit进程标志符.每一次都不一样kill 19319反馈 收藏
解析 有另外的一个程序占用了yum进程,所以YUM被锁上了.等待他结束.下面的话是占用YUM的PackageKit进程的信息.你可先把PackageKit进程kill(杀死)再运行就行了用下面的命令就行 pid:19319是PackageKit进程标志符.每一次都不一样kill 19319结果一 题目 yum安装软件包提示错误Another app is currently holding the yum ...
当你遇到“another app is currently holding the yum lock; waiting for it to exit... the other application is: packagekit”这一错误提示时,意味着PackageKit这个应用程序正在使用yum的锁,导致你无法同时进行其他的yum操作。以下是对这一问题的详细解析和解决方案: 1. 理解问题背景 在Linux系统中,尤其是基于RP...
yum提示Another app is currently holding the yum lock; waiting for it to exit...问题的解决 1、执行yum安装命令,报如下异常 2、可以看出有进程正在运行,可能是yum在自动升级 先尝试使用kill -9 看能不能杀死 如果干不掉的话就使用下面的命令,强制杀死进程 3、执行强制杀死进程 [root@doris3 jvm]# rm -...
yum安装软件包提示错误Another app is currently holding the yum lock; waiting for it to exit…… T
【题目】yum安装软件包提示错误Another app is currently holding the yum lock;waiting for it to exit...T he other application is: PackageKitMemory : 24 M RSS( 40 MB V SZ)Started: Mon Oct 24 18:31:26 2011 - 1:20:58agoState : Sleeping, pid: 19319是什么原因?应该怎么解决?
方法/步骤 1 问题分析:Another app is currently holding the yum lock. 意为另外一个应用正在锁住进程锁。waitingforittoexit...意为该应用等待解锁。此外,如图可以得知,yum的pid号为2724。2 方法①kill -9 2724执行上述命令即可,2724为系统报错的pid号 3 方法②# kill -9 2724the process could not be ...
页面提示:Another app is currently holding the yum lock; waiting for it to exit... 分析:已经有了一个yum进程在运行,所以yum在锁定状态中。(使用kill去干掉,无法干掉) 方法:强制干掉yum进程:rm-f /var/run/yum.pid(解决后,yum命令可正常使用)
用yum安装包有时候会提示 ``` Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : 128 M RSS (439 MB VSZ) Started: Fri Aug 28 08:08:31 2015 - 48:25 ago State : Sleeping, pid: 3462 ...
用yum安装包有时候会提示 ``` Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : 128 M RSS (439 MB VSZ) Started: Fri Aug 28 08:08:31 2015 - 48:25 ago State : Sleeping, pid: 3462 ...