336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
[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 명령을 사용하면 다시 되는 것을 확인할 수 있습니다.