dispatch - permission denied

Chris Thompson cet1 at cam.ac.uk
Wed Oct 26 16:04:30 UTC 2011


On Oct 26 2011, Benzi Mizrahi wrote:

>Hi,
>
> I've recently upgraded our nameservers  from version 9.6.2.-p3 to 9.7.4 , and the following 
> messages started to appear on all nameservers logs:
>
>
>22-Oct-2011 16:58:41.548 dispatch: dispatch 5612b0: open_socket(0.0.0.0#2049) -> permission denied: continuing
>22-Oct-2011 17:01:02.361 dispatch: dispatch 5612b0: open_socket(0.0.0.0#4045) -> permission denied: continuing
>22-Oct-2011 17:10:11.686 dispatch: dispatch 5612b0: open_socket(0.0.0.0#4045) -> permission denied: continuing
>
>I need to know how critical these messages are and where can I find some information about what is means?
>
>All our nameservers run on SUN  sparc machines with Solaris 10.

These ports are the ones used by nfs and lockd. They will be in use
(and are also privileged, as though they were <1024).

With Solaris I use the following in named.conf options:

  use-v4-udp-ports { range 32768 65535; };
  use-v6-udp-ports { range 32768 65535; };

This is the same as the (default) anonymous port range.

-- 
Chris Thompson
Email: cet1 at cam.ac.uk



More information about the bind-users mailing list