Linux

yum 에러시 복구방법 중 하나

Heartbleed 2015. 12. 1. 15:45

yum 에러시 복구방법

# yum install 패키지명  이나 update 시 에러가 발생하면

Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: pirut
    Memory :  36 M RSS (115 MB VSZ)
    Started: Wed Jul 30 13:44:35 2014 - 05:42 ago
    State  : Sleeping, pid: 24757

위와 같은 에러메세지가 출력된다.
해당 프로세스의 pid 인 24757 을 kill 하고 다시 실행하면
에러는 해결된다.