yumBackend.py と言うスクリプトが走って、yumコマンドの操作が出来ません。以下の通りです。
# yum install cuda
Loaded plugins: fastestmirror, refresh-packagekit, security
Existing lock /var/run/yum.pid: another copy is running as pid 12183.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: PackageKit
Memory : 24 M RSS (333 MB VSZ)
Started: Thu Jul 24 07:32:00 2014 - 05:13 ago
State : Sleeping, pid: 12183
# ps -edf | grep yum
root 12183 12182 0 07:32 ? 00:00:00 /usr/bin/python /usr/share/PackageKit/helpers/yum/yumBackend.py get-updates none
以下の方と同じです。
[URL]
以下の方の様にはなっておりませんが、問題があるスクリプトの様ですね。
[URL]
調べたら、自動的に終了するという記述が
[URL]
今調べたら、停止していました。 (^^)
セコメントをする