From owner-freebsd-net Thu Apr 12 9:55:37 2001 Delivered-To: freebsd-net@freebsd.org Received: from black.purplecat.net (ns1.purplecat.net [209.16.228.148]) by hub.freebsd.org (Postfix) with ESMTP id 3984437B446 for ; Thu, 12 Apr 2001 09:55:35 -0700 (PDT) (envelope-from peter@black.purplecat.net) Received: from localhost (peter@localhost) by black.purplecat.net (8.8.8/8.8.8) with ESMTP id MAA06122 for ; Thu, 12 Apr 2001 12:58:04 -0400 (EDT) (envelope-from peter@black.purplecat.net) Date: Thu, 12 Apr 2001 12:58:04 -0400 (EDT) From: Peter Brezny To: freebsd-net@freebsd.org Subject: running two instances of bind Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm attempting to get two instances of bind running on the same machine. When I start the second instance, i get this error: named[15794]: ctl_server: bind: /var/run/ndc: Address already in use However it each instance of named can be found with a ps wax|grep named, and it appears that each can answer queries. I've got separate configurations in separate directories. The named.conf files specify separate ip addresses for the two instances to listen on. I'm starting the instances as follows: named -u bind -c /path/to/named.conf1 named -u bind -c /path/to/named.conf2 Any ideas as to why i'm gettin this error? I don't believe that it's because the ip address is already in use (that error message went away when i added the 'listen-on { ;}; statements in each named.conf file)... TIA pb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message