From owner-freebsd-questions@FreeBSD.ORG Fri Dec 18 07:25:04 2009 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 91EFF106566C for ; Fri, 18 Dec 2009 07:25:04 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 3F83A8FC0C for ; Fri, 18 Dec 2009 07:25:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 9092A3A3853; Fri, 18 Dec 2009 14:25:02 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1261121102; x= 1262935502; bh=LX1cS8DT3kalMoYz3Cx2V6w4D8lI6peZ91M/couKXbM=; b=N 9Z6s8s2oeKUKv2J9AXyFXlcVoP8KuSCFIA6oCToXCeKVp8lXhk1IpAliIJ/joT7I F/tMUtLturRQJc6EbyFhWn5IrUZw6EGYNuow0fWma91biM7hbXdi8z4A6QTArLcB o1YPjUAsb6bLS8XZgd3X/nm4TBWbY7An+Xagdd0Tnk= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id th5ymT2MSgDQ; Fri, 18 Dec 2009 14:25:02 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id DD7EA3A385A; Fri, 18 Dec 2009 14:25:01 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id nBI7P09x015994; Fri, 18 Dec 2009 14:25:00 +0700 (ICT) (envelope-from on) Date: Fri, 18 Dec 2009 14:25:00 +0700 (ICT) Message-Id: <200912180725.nBI7P09x015994@banyan.cs.ait.ac.th> From: Olivier Nicole To: kline@thought.org In-reply-to: <20091218071951.GA1687@thought.org> (message from Gary Kline on Thu, 17 Dec 2009 23:19:53 -0800) References: <20091218071951.GA1687@thought.org> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: help, plesae check everything you can... 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: Fri, 18 Dec 2009 07:25:04 -0000 Hi, > if this gets thru, i hope some of you can help me. i was > trying to correct the couple things mentioned and all of a > sudden i broke something in /etc/namedb/; then i seemed to fix > it, > > one minute wife and daughter cannot get outside; then next > time they can. there are some error from ethic that i do not > understand. If you break something in /etc/namedb, it will probably make your DNS inoperant, then your wife/daughter cannot resolve names hence cannot access to outside. Olivier