Another application is currently running which is accessing software information
to resolve this problem on CentOS 5.4:
[root@localhost]# ./etc/init.d/yum-updatesd-helper stop
or
[root@localhost]# ps -ef|grep yum
root 2558 1 0 03:28 ? 00:00:00 /usr/bin/python -tt /usr/libexec/yum-updatesd-helper --check --dbus
root 2785 2783 0 03:38 pts/1 00:00:00 grep yum
[root@localhost]# kill -9 2558
enjoy!
|