Hmm I need to look into how Net::DNS finds nameservers, there may be a
bug in there.  When you run with --d_http_async, there is a message
right at startup and looks like this:

2006-08-11 20:09:19.9237 Async: Verifying if we can use nameserver
192.168.100.1...
2006-08-11 20:09:19.9238   Testing lookup of www.google.com
2006-08-11 20:09:19.9525   Lookup successful, using 192.168.100.1 for
DNS lookups

Does this check fail for you?

The reason this problem didn't exist in 6.2 was because it used the
gethostbyname call.  The reason we can't use that anymore is because it
blocks SlimServer for many seconds when it can't resolve something.  See
bugs 1627 and 3309.


-- 
andyg
------------------------------------------------------------------------
andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=26294

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to