Results 1 to 2 of 2
hi, i am new to linux. i am using opensus 11. when i try to install a software from "yast>software management" it gives me a message, "system management is locked ...
- 07-24-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 1
software installation stopped by "pid 2247 packagekitd"
hi, i am new to linux. i am using opensus 11. when i try to install a software from "yast>software management" it gives me a message, "system management is locked with pid 2247, close this application before trying again." i tried to kill the process but it gives "operation not permitted".
regards
- 07-25-2010 #2
You can not have two processes trying to install software at the same time. Most likely you have Yast and Uppdater trying to run at the same time. You would need to be root to kill the process.
become root in the console window by typing
su -
the - is important
then
kill PID
where PID is the process ID you want to kill.


Reply With Quote