System management is locked by the application with pid 4059 (/usr/sbin/packagekitd).
Close this application before trying again.
“You talkin’ to ME”? “You’re talkin’ to me all wrong there…”
How do we address this?
System management is locked by the application with pid 4059 (/usr/sbin/packagekitd).
Close this application before trying again.
“You talkin’ to ME”? “You’re talkin’ to me all wrong there…”
How do we address this?
Open up a terminal type:
kill pid 4059
This usually happens when the updater applet is checking for updates while you’re installing software or whatever you need the package manager for.
linux-v8go:~ # kill pid 4059
-bash: kill: pid: arguments must be process or job IDs
-bash: kill: (4059) - No such process
linux-v8go:~ #
Tried a bunch of command string variations, but all were invalid commands.
Finally, ls -l process /* , gave a list of stuff, but no process 4059.
EDIT:
Just tried to install again, and no error message; successful install?
It’s just
kill 4059
or use killall, which takes process names, but then you should be sure there’s only one, the one that you want.
killall packagekitd
Or just wait a while.
Ah, yeah I knew it was something like that. I’ll make sure what I’m posting is right next time
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
And as an afterthought you may actually want to know what you’re killing
before you kill it. If something is blocking Yast then it’s probably
mildly-important, or at least has the potential to be important. Killing
processes all day long is fine, but at some point if you do it without any
concerns you are going to hurt more than help your system.
Good luck.
ijbreakey wrote:
> Ah, yeah I knew it was something like that. I’ll make sure what I’m
> posting is right next time
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQIcBAEBAgAGBQJJziRTAAoJEF+XTK08PnB5LDEP/25tibOlFxuyo24vVPcmVPPE
A62FlQRU4bYnxlVHEvdWfZbFfDGKI5MKQTHj18rRKUQOTJZPRblR9KjgVmXLEQh5
uuRkNTsa3Cbz753fVMMFvjhd3TOGE4d0ThpCJYIWs/+MMv9H7EHvEiCUp1L7uo1q
w6+t9f2QPUlcjsJ7g0ASsfQSd5C1q5bi9hUdvafz9csPGeWiy2lMNrGKlilyDhbZ
TGBJiAwu9J+qIW/dlLBsT8StUOaERN/EkzrKmoBdQy2sYGrLkG2jBa41tjaKMTRL
Vub1cscEICMRH4sSpc3lCsh+BPUwWSrTwUWAjbdkJf9Qm+xLUIDpjReeCF5BwtQf
Uyn6C+dYu/OS/tt0+wsaMpKbRPwLud1mVSRlBi5qEqztIY/eg2FL03QNeQL424fp
iFunsfR6jVIXAS/Q4BUXHE4BARzNEzs5PqKi5UIRnZXko/744s8cv4dxA1rrvXQt
PFGJZW4lFUPaMURPaLC4MQlanM6DhD3XyC6iJR55oOp6Q+DyB4S3XTVZZiw3Ikr+
WPQmfyLa/Ki2/bnQoLeuywurdr10gmI3MPHDKKU5vCWDTFHazDWrBTjeu3LurA3N
t/f+FKKnUBntO0rP7I6bfu6XLUKvDGwYJuKmW0RDrvd9YVbO5SEOSM8+b7+935DG
J+nvWxhKSWtsclmmeLvD
=MtPT
-----END PGP SIGNATURE-----