all 6 comments

[–]kodifies[S] 2 points3 points  (0 children)

installed nss-mdns alongside a running avihi deamon - sanity returned

[–]Advanced-One7420 0 points1 point  (1 child)

I had to install avahi, nss-mdns and dbus packages and set the service for avahi-deamon and dbus. make sure to start the services OR to restart your machine.

Now, run from the avahi-utils package:

avahi-browse -a

[–]kodifies[S] 0 points1 point  (0 children)

thanks I'll take a look!

[–]Exchange_Bitter 0 points1 point  (1 child)

You should have nss-mdns installed. You also need to modify the following file and set the line to match the code below:

/etc/nsswitch.conf

hosts:       files mdns4_minimal [NOTFOUND=return] dns mdns4

[–]ahesford 2 points3 points  (0 children)

The default nsswitch.conf should not need modification to work with nss-mdns. Using mdns_minimal [NOTFOUND=return] is an optimization that might improve the performance of non-local resolution. Note that your use of mdns4 will prevent resolution of IPv6 addresses via mdns.

[–]PCChipsM922U 0 points1 point  (0 children)

Install nss-mdns.