In an earlier post you showed output 

Code:
--------------------
    
  ela@akacja:~$ nslookup forums.slimdevices.com
  Server:         127.0.0.1
  Address:        127.0.0.1#53
  
--------------------

Do you have a process open on port 53 ?  (e.g. try sudo netstat -tulpn |
grep ":53 " )

As a test can you create a /etc/resolv.conf file with the IP address of
the process and see oif LMS works.

Code:
--------------------
    
  nameserver 127.0.0.xx
  
--------------------


As a more permant solution you can modify LMS DNS module to specify
fallback name server through  Slim::Networking::Async::DNS.pm module  - 
@AnyEvent::DNS::DNS_FALLBACK = ();


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109600

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to