LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   YUM Problem (https://www.linuxquestions.org/questions/linux-newbie-8/yum-problem-697608/)

shivanrathore 01-15-2009 05:18 PM

YUM Problem
 
I have killed the yum process for many times , but i still get errro rwhen i try to installl thro YUM :

error "Existing lock /var/run/yum.pid: another copy is running. Aborting.
"

pls help me

amani 01-15-2009 05:47 PM

You will find a lock file in /var/...

delete it as root

your_shadow03 01-15-2009 10:08 PM

Kill the process

#ps -auxf| grep yum
#kill -9 <pid from the above output>


All times are GMT -5. The time now is 12:36 AM.