Invalid argument error

Kevin Darcy kcd at daimlerchrysler.com
Thu May 25 23:27:27 UTC 2000


Anthony Golia wrote:

> Hello.  On Bind 8.x, what does this mean:
>
> named[1099]: bind(dfd=28, [154.13.193.119].53): Invalid argument

Literally, it means that the bind(3) library call failed with errno set
to EINVAL. It would appear that named tried to bind a socket that was
already bound. No idea why. (Trying to bind to an address/port
combination which is already in use by another process -- like if you
tried to start up 2 named's with identical configurations -- gives a
different error, so that's not it).


- Kevin





More information about the bind-users mailing list