什么是AVAHI?

CentOS 5.2

我的VPS主机重新启动(现在检查主机支持),我注意到/ var / log / messages中的以下内容

Aug 28 11:57:52 echo avahi-daemon[21633]: **Found user 'avahi' (UID 70) and group 'avahi' (GID 70).** Aug 28 11:57:52 echo avahi-daemon[21633]: **Successfully dropped root privileges.** Aug 28 11:57:52 echo avahi-daemon[21633]: **avahi-daemon 0.6.16 starting up.** Aug 28 11:57:52 echo avahi-daemon[21633]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Aug 28 11:57:52 echo avahi-daemon[21633]: dbus_bus_get(): Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory Aug 28 11:57:52 echo avahi-daemon[21633]: WARNING: Failed to contact D-Bus daemon. Aug 28 11:57:52 echo init: no more processes left in this runlevel 

什么是avahi? 这是一个标准的消息?

正如Iain所说,Avahi提供类似于Bonjour或Rendezvous for Linux的function。 在服务器上,我真的没有看到它的需要…我已经在我设置的服务器上自己closures了。

您可以停止服务,然后使用以下两个命令在启动时将其closures:

 service avahi-daemon stop chkconfig avahi-daemon off 

Avahi是一个通过mDNS / DNS-SD协议套件在本地networking上进行服务发现的系统。 更多信息在这里