linux – AVAHI究竟是什么?

前端之家收集整理的这篇文章主要介绍了linux – 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的功能.在服务器上我真的不需要它…我已经在我设置的服务器上自行关闭了它.

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

service avahi-daemon stop 
chkconfig avahi-daemon off
原文链接:https://www.f2er.com/linux/400342.html

猜你在找的Linux相关文章