From owner-freebsd-arm@FreeBSD.ORG Wed Nov 14 23:25:37 2007 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C45E16A417 for ; Wed, 14 Nov 2007 23:25:37 +0000 (UTC) (envelope-from shu@rfrn.org) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 1DD4B13C457 for ; Wed, 14 Nov 2007 23:25:36 +0000 (UTC) (envelope-from shu@rfrn.org) Received: by ug-out-1314.google.com with SMTP id y2so479935uge for ; Wed, 14 Nov 2007 15:25:35 -0800 (PST) Received: by 10.78.131.8 with SMTP id e8mr3679665hud.1195081079049; Wed, 14 Nov 2007 14:57:59 -0800 (PST) Received: by 10.78.81.9 with HTTP; Wed, 14 Nov 2007 14:57:59 -0800 (PST) Message-ID: Date: Wed, 14 Nov 2007 16:57:59 -0600 From: "Shu-yu Guo" To: freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: BIND9 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2007 23:25:37 -0000 Hello, BIND9 under ARM doesn't work. I can't get any useful debugging output from the program itself either -- it just freezes (have to be kill -9'd) after it prints out the number of CPUs and the worker thread it uses, i.e.: 14-Nov-2007 16:57:39.906 starting BIND 9.4.1-P1 -g -u bind 14-Nov-2007 16:57:39.962 found 1 CPU, using 1 worker thread Any ideas? This is on the FreeBSD-7 beta on a GW2348-4. -- shu