Ternyata hal ini disebabkan karena proses yum yang sebelumnya gw pake masih gantung, jadi seolah – olah aplikasi yum masih berjalan, untuk mengatasinya :
- Cari PID proses yang sedang menggunakan yum misalnya : [root@localhost yudi]# ps aux | grep yum
root 2585 0.5 6.1 74728 60060 pts/1 S+ Jun24 0:10 /usr/bin/python /usr/bin/yum install dhcp
root 2659 0.2 1.5 29296 15028 ? S 00:05 0:02 /usr/bin/python /usr/bin/yum install dhcp
root 2869 0.2 1.5 29292 15032 pts/3 S+ 00:24 0:00 /usr/bin/python /usr/bin/yum install apache
root 2933 0.0 0.0 4216 720 pts/4 S+ 00:29 0:00 grep yum - Kill PID proses yang me lock yum dengan “kill
“ - Misalkan : # kill 2585
- done
Thanks for Mbah Google!



