在我的debian测试系统中,我在我的/var/log/boot文件中得到以下消息:
Starting rpcbind daemon...rpcbind:
Cannot open '/var/run/rpcbind/rpcbind.xdr' file for reading, errno 2 (No such file or directory)
rpcbind: Cannot open '/var/run/rpcbind/portmap.xdr' file for reading, errno 2 (No such file or directory)因此,它即将出现--但有了这个恼人的信息。我不知道怎么去掉这个。
发布于 2011-05-19 18:46:09
见rpcbind报告:减少启动blather。
如果您没有使用rpcbind (而且您可能没有使用),我建议您删除它。
apt-get purge rpcbind以下是来自rpcbind的apt-cache show rpcbind描述。
说明:将RPC程序号转换为通用地址,rpcbind实用程序是将RPC程序号转换为通用地址的服务器。主页:http://sourceforge.net/projects/rpcbind/
https://unix.stackexchange.com/questions/13437
复制相似问题