Strange. mdnsd is the mDNSResponder daemon, and mDNSResponder was made obsolete by Avahi (see my post
Re: stabalizing 3.4f (known Issues and Fixes) back in 2007), so I wouldn't expect mdnsd to be running, and it isn't in my case:
- Code: Select all
# locate mdnsd
/usr/portage/net-misc/mDNSResponder/files/mdnsd.init.d
# rc-update show -v | grep mdnsd
#
I think this might be either a Samba bug or a Samba configuration problem on your particular PC as I have never experienced what you are seeing. I don't have a Samba share browsing problem, but you could launch the Avahi daemon to see if it helps you. You can check if it's running already as follows:
- Code: Select all
# ls /etc/init.d/avahi-daemon
/etc/init.d/avahi-daemon
^Shows the daemon's init script is present on my laptop.
- Code: Select all
# rc-update show -v | grep avahi
avahi-daemon |
avahi-dnsconfd |
^Shows the daemon is not running on my laptop.
To run it now, enter the following command as root user in a Konsole/Terminal window:
- Code: Select all
/etc/init.d/avahi-daemon start
If that gets rid of your problem, to make your PC launch the daemon automatically every time you boot do the following as root user:
- Code: Select all
rc-update add avahi-daemon default