rpcbind-启动时的“警告”

Bas*_*ing 8 boot debian

在我的 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)
Run Code Online (Sandbox Code Playgroud)

因此它即将出现 - 但带有这个烦人的消息。我不知道如何删除它。

Fah*_*tha 4

请参阅rpcbind Debian 错误报告:减少启动 blather

如果您没有使用 rpcbind(而且您可能没有),我建议您将其删除。

apt-get purge rpcbind
Run Code Online (Sandbox Code Playgroud)

rpcbind这是from的描述apt-cache show rpcbind

描述:将 RPC 程序号转换为通用地址 rpcbind 实用程序是将 RPC 程序号转换为通用地址的服务器。

主页: http: //sourceforge.net/projects/rpcbind/