I've been having issues getting ServerWMC/PVR WMC working and it may be due to a DNS issue. Can someone explain the following:
SpareBR:/etc # cat resolv.conf
# Generated by Connection Manager
search mydomain.local
nameserver 10.2.1.2
SpareBR:/etc # ping -c 2 htserver
PING htserver (10.2.1.4): 56 data bytes
64 bytes from 10.2.1.4: seq=0 ttl=128 time=0.341 ms
64 bytes from 10.2.1.4: seq=1 ttl=128 time=0.823 ms
--- htserver ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.341/0.582/0.823 ms
SpareBR:/etc # ping -c 2 htserver.mydomain.local
ping: bad address 'htserver.mydomain.local'
SpareBR:/etc # nslookup htserver 10.2.1.2
Server: 10.2.1.2
Address 1: 10.2.1.2 domctl.mydomain.local
Name: htserver
Address 1: 10.2.1.4 htserver.mydomain.local
SpareBR:/etc # nslookup htserver.mydomain.local 10.2.1.2
Server: 10.2.1.2
Address 1: 10.2.1.2 domctl.mydomain.local
nslookup: can't resolve 'htserver.mydomain.local'
Why isn't htserver.mydomain.local resolving? It works fine from a openelec system with the same settings (resolv.conf, netconfig).