问题:
使用yum install somexx -y的时候,执行到
Installed products updated.报如下错误:
ERROR:dbus.proxies:Introspect error on :1.261:/org/freedesktop/PackageKit: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Unable to send message to PackageKit问题排查:因为是两台不同的机器同时指向同一个YUM源,其中一台机器已经通过yum install xx -y命令成功安装所需软件,而另外一台却不行,可以排除不是YUM源的问题,也不是网络的问题,那肯定是本机的问题了,
查看日志发现PackageKit这个词频繁出现,所以目标定位在这个PackageKit上面,查阅得知PackageKit是一款新的Linux包管理器,但是既然这边包这个错误,删除之是否可行?
问题解决
yum remove PackageKit* -y //删除该管理器
推荐阅读:配置EPEL YUM源 http://www.linuxidc.com/Linux/2012-10/71850.htmRedHat 本地yum源配置 http://www.linuxidc.com/Linux/2012-11/75127.htmRedHat Linux 本地yum源的配置 http://www.linuxidc.com/Linux/2013-08/88217.htmRedHat 6.2 Linux修改yum源免费使用CentOS源 http://www.linuxidc.com/Linux/2013-07/87383.htmyum的配置文件说明 http://www.linuxidc.com/Linux/2013-04/83298.htmRedHat 6.1下安装yum(图文) http://www.linuxidc.com/Linux/2013-06/86535.htmYUM 安装及清理 http://www.linuxidc.com/Linux/2013-07/87163.htm更多CentOS相关信息见CentOS 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=14在CentOS中建立本地源的注意事项RedHat Enterprise Linux 6.X系统双网卡绑定操作实例相关资讯 yum yum安装
- yum安装与卸载软件常见命令 (05月24日)
- 升级Python导致yum报错 (12/21/2015 15:14:23)
- RHEL7.0配置CD-ROM为本地YUM (12/10/2015 09:24:47)
| - CentOS 6.5下YUM仓库的部署 (03月11日)
- 从CentOS安装R中看yum、rpm、repo (12/18/2015 14:48:10)
- Linux Study之--CentOS 创建本地 (12/03/2015 19:47:40)
|
本文评论 查看全部评论 (0)