From owner-freebsd-questions@FreeBSD.ORG Thu Aug 4 10:33:14 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEDEB1065675 for ; Thu, 4 Aug 2011 10:33:14 +0000 (UTC) (envelope-from kernel@webrz.net) Received: from webrz.xs4all.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 9C1B38FC18 for ; Thu, 4 Aug 2011 10:33:14 +0000 (UTC) Received: from webrz.xs4all.nl (localhost [127.0.0.1]) by webrz.xs4all.nl (Postfix) with ESMTP id 5314450A52 for ; Thu, 4 Aug 2011 12:33:13 +0200 (CEST) Received: from [10.10.10.71] (techunter.webrz.net [10.10.10.71]) by webrz.xs4all.nl (Postfix) with ESMTPA id 3877050967 for ; Thu, 4 Aug 2011 12:33:13 +0200 (CEST) Message-ID: <4E3A7575.8060901@webrz.net> Date: Thu, 04 Aug 2011 12:33:25 +0200 From: Jos Chrispijn User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP @triton.webrz.net Cc: Subject: Named | Annoying behaviour X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 10:33:15 -0000 Dear group, I latety face an issue with BIND 9.4.-ESV-R4-P1. According to my log file, I get the following error: Aug 4 12:00:03 triton named[93266]: starting BIND 9.4.-ESV-R4-P1 -c /etc/namedb/named.conf -t /var/named -u bind Aug 4 12:00:03 triton named[93266]: command channel listening on 127.0.0.1#953 Aug 4 12:00:03 triton named[93266]: command channel listening on ::1#953 Aug 4 12:00:03 triton named[93266]: _the working directory is not writable_ Aug 4 12:00:03 triton named[93266]: running I tried to chmod w+g the respecive directory, but it is set to default again by bind itself. Can someone tell me how I can resolve the +w on the working directory? BR, Jos Chrispijn