I don’t know if this is a bug or just a config error , any help appreciated. I run hass as a VM on an unraid server. I only want samba on hass to expose the backup and config shares all my other shares are exposed from unraid. WORKGROUP is the common name across hass/unraid and my Win10 pc.
My samba config is the standard one :
username: xxxx
password: xxxxxxxxx
workgroup: WORKGROUP
compatibility_mode: false
veto_files:
._*
.DS_Store
Thumbs.db
icon?
.Trashes
allow_hosts:
10.0.0.0/8
172.16.0.0/12
192.168.0.0/24
fe80::/10
and the repeated log errors are :
query_name_response: Multiple (2) responses received for a query on subnet 192.168.0.142 for name WORKGROUP<1d>. This response was from IP 192.168.0.110, reporting an IP address of 192.168.0.110. query_name_response: Multiple (2) responses received for a query on subnet 192.168.0.142 for name WORKGROUP<1d>. This response was from IP 192.168.0.110, reporting an IP address of 192.168.0.110. query_name_response: Multiple (2) responses received for a query on subnet 192.168.0.142 for name WORKGROUP<1d>. This response was from IP 192.168.0.110, reporting an IP address of 192.168.0.110. Registered MSG_REQ_POOL_USAGE Registered MSG_REQ_POOL_USAGE Could not find child 2146 -- ignoring
Clearly 192.168.0.142 is not a subnet , it is the ip address for my hass server and 192.168.0.110 is the ip address of my unraid server. Is there any way of getting rid of these errors/messages ?? I’m guessing this is some kind of conflict over who the master browser is , can i config the hass samba addon to accept unraid as the mbr ? After all in my config it cannot run until unraid is already started.