0x03 서버 및 PC/리눅스
[YUM] Another app is currently holding the yum lock; 에러발생 시 조치방법
멋진관우
2012. 7. 10. 08:22
[YUM] Another app is currently holding the yum lock; 에러발생 시 조치방법
리눅스 서버에서 yum update 및 install 을 할 때 가끔 아래와 같은 에러 메시지가 나올 경우가 있습니다.
Existing lock /var/run/yum.pid: another copy is running as pid 32714.
Another app is currently holding the yum lock; waiting for it to exit...
와 같이 에러가 발생됩니다.
# 조치방법 : rm -rf /var/run/yum.pid
yum.pid 삭제 후 yum 명령을 사용하면 다시 되는 것을 확인할 수 있습니다.