select b.owner,b.object_name,a.session_id,a.locked_mode,c.serial#,c.sid||','||c.serial# from v$locked_object a,dba_objects b ,v$session c where b.object_id = a.object_id And a.session_id = c.sid 解除锁表 --alter system kill session 'sid,serial' immedia…
Loaded plugins: fastestmirror, refresh-packagekit, security Existing . Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : M RSS ( MB VSZ) Started: Wed Apr :: - : ago State : Sleeping…
State : Sleeping, pid: Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : M RSS ( MB VSZ) Started: Wed May :: - : ago State : Sleeping, pid: Another app is currently holding the yum…
yum 安装报错 "Another app is currently holding the yum lock; waiting for it to exit... The other application is: PackageKit Memory : 153 M RSS (266 MB VSZ) Started: Thu Jul 12 00:03:05 2012 - 06:17 ago State : Sleeping, pid: 4018Another app is currently…
centos在yum install报错:Another app is currently holding the yum lock,这个问题可能是很多的新手经常遇到问题,之前也有人问我,包括本人在刚刚学习centos的时候也遇到过. Another app is currently holding the yum lock,这个意思很明显就是说,有另外一个应用在使用yum,被占用锁定了,所以咋办呢,直接结束掉呗. 可以通过强制关掉yum进程: # rm -f /var/run/yum.pid…
在Linux系统中使用yum安装软件时,提示yum处于锁定状态 Another app is currently holding the yum lock; waiting for it to exit... 通过查询得知,可能是系统内部在自动升级,可通过强制关闭yum进程 #rm -f /var/run/yum.pid 之后yum就可以正常使用了…
使用yum grouplis列举系统中以组安装的包,结果提示: # yum grouplist Loaded plugins: fastestmirror, refresh-packagekit, security Existing . Another app is currently holding the yum lock; waiting for it to exit... 应该是网上说可能系统正在自动升级,反正yum在锁定状态中,已经有一个yum进程在运行了,可以使用kill杀掉它: #…