Page MenuHomeDevCentral

murmurd: dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mdnsd on Ysul
Closed, WontfixPublic

Description

The log show the following entry:

May 19 17:45:03 ysul murmurd: dnssd_clientstub ConnectToServer: connect()-> No of tries: 1
May 19 17:45:04 ysul murmurd: dnssd_clientstub ConnectToServer: connect()-> No of tries: 2
May 19 17:45:05 ysul murmurd: dnssd_clientstub ConnectToServer: connect()-> No of tries: 3
May 19 17:45:06 ysul murmurd: dnssd_clientstub ConnectToServer: connect() failed path:/var/run/mdnsd Socket:19 Err:-1 Errno:2 No such file or directory

mdnsd is the daemon of mDNSResponder, a Multicast and Unicast DNS daemon (Bonjour).

According the man page, it has been updated or recompiled today.

Event Timeline

dereckson raised the priority of this task from to Normal.
dereckson updated the task description. (Show Details)
dereckson added projects: Mumble, Servers.
dereckson added a subscriber: dereckson.

As root:

$ mkdir /var/run/mdnsd
$ ls -lhU
[...]
rw-------  1 root          wheel       0B Apr 11 01:41 logpriv
drwxr-xr-x  2 root          wheel     512B May 19 17:55 mdnsd
drwxr-xr-x  2 nobody        nobody    512B Apr 28 11:36 memcached
drwxr-xr-x  2 murmur        murmur    512B Jul 19  2014 murmur
[...]

We'll see next errors for relevant rights.

Not sure we need Bonjour in our current Mumble case use.

We should disable Bonjour support.

According this Mumble wiki entry:

Mumble is using a protocol called Bonjour to announce
and detect servers in local networks. If you enabled Bonjour
for your LAN server it will appear in the public server list
of other Mumble users in this network.

dereckson claimed this task.
dereckson moved this task from Working on to Done on the Mumble board.

We should disable Bonjour support.

Done. Recompiled without Bonjour support. And Bonjour=False added to configuration file.