主頁(yè) > 知識(shí)庫(kù) > linux中yum update被占用(Another app is currently holding the yum lock)的解決辦法

linux中yum update被占用(Another app is currently holding the yum lock)的解決辦法

熱門標(biāo)簽:公司400電話辦理價(jià)格 依蘭縣地圖標(biāo)注app 琿春市地圖標(biāo)注app 潮州地圖標(biāo)注 百度中國(guó)地圖標(biāo)注中心 pageadm實(shí)現(xiàn)地圖標(biāo)注 山東企業(yè)電銷機(jī)器人價(jià)格 百度地圖標(biāo)注開(kāi)鎖電話 安陽(yáng)百應(yīng)電銷機(jī)器人加盟

使用yum安裝計(jì)劃任務(wù)功能,結(jié)果提示:


復(fù)制代碼
代碼如下:

# yum -y install vixie-cron
Loaded plugins: fastestmirror, refresh-packagekit, security
Existing lock /var/run/yum.pid: another copy is running as pid font color="#ff0000">25960/font>.
Another app is currently holding the yum lock; waiting for it to exit...


可能是系統(tǒng)自動(dòng)升級(jí)正在運(yùn)行,yum在鎖定狀態(tài)中。
已經(jīng)有一個(gè)yum進(jìn)程在運(yùn)行了,使用kill干掉它:


復(fù)制代碼
代碼如下:

# kill -s 9 25960
# ps aux|grep yum
root 6744 0.0 0.0 103260 900 pts/1 S+ 14:59 0:00 grep yum
root 25960 0.0 0.0 0 0 ? Z Sep19 0:01 [yumBackend.py] defunct>


很遺憾,kill對(duì)付不了它,那怎么辦呢?

可以通過(guò)強(qiáng)制關(guān)掉yum進(jìn)程:

#rm -f /var/run/yum.pid

然后就可以使用yum了。如果不行可以重啟yum

/sbin/service yum-updatesd restart

以下是其它網(wǎng)友的補(bǔ)充:

補(bǔ)充一、

有時(shí),在linux下yum update會(huì)提示:

Another app is currently holding the yum lock解決方案

解決辦法是干掉緩存中的yum進(jìn)程,重啟yum。

清掉緩存中的進(jìn)程:

rm -f /var/run/yum.pid

重啟yum(我的系統(tǒng)是fedora)

systemctl status yum-updatesd.service

centos用戶使用:

/sbin/service yum-updatesd restart

補(bǔ)充二、

在CentOS上yum -y install gcc* gcc-c++* autoconf* automake* zlib* libxml* ncurses-devel* libmcrypt* libtool*時(shí)出現(xiàn)錯(cuò)誤:

 

1)怎么回事呢?根據(jù)提示,原來(lái)是系統(tǒng)進(jìn)程已經(jīng)有一個(gè)update在運(yùn)行了。在進(jìn)程里查看下:ps -ef | grep update



2)通過(guò)kill殺掉這個(gè)進(jìn)程,可殺掉之后,錯(cuò)誤依舊。原來(lái)在/var/run目錄下,還有yum這個(gè)進(jìn)程ID,需要將這個(gè)進(jìn)程id文件強(qiáng)制刪除掉:

 

3)同時(shí)重啟下yum更新服務(wù),如下:



4)最后重新yum -y install gcc* gcc-c++* autoconf* automake* zlib* libxml* ncurses-devel* libmcrypt* libtool* ,已正常



以上就是腳本之家小編的整理了,希望大家多支持腳本之家網(wǎng)站。

標(biāo)簽:林芝 常德 公主嶺 連云港 呼和浩特 晉中 三明 香港

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《linux中yum update被占用(Another app is currently holding the yum lock)的解決辦法》,本文關(guān)鍵詞  linux,中,yum,update,被,占用,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《linux中yum update被占用(Another app is currently holding the yum lock)的解決辦法》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于linux中yum update被占用(Another app is currently holding the yum lock)的解決辦法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章