From owner-freebsd-current@FreeBSD.ORG Wed Jul 4 17:10:59 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF22916A46B for ; Wed, 4 Jul 2007 17:10:59 +0000 (UTC) (envelope-from bst2006@dva.dyndns.org) Received: from staeblow.de (dva.homeunix.org [217.91.119.60]) by mx1.freebsd.org (Postfix) with ESMTP id AD77A13C489 for ; Wed, 4 Jul 2007 17:10:59 +0000 (UTC) (envelope-from bst2006@dva.dyndns.org) Received: from [10.0.0.12] (tmpdva [10.0.0.12]) by staeblow.de (Postfix) with ESMTP id BF9112397A; Wed, 4 Jul 2007 19:10:58 +0200 (CEST) Message-ID: <46644820.6020609@dva.dyndns.org> From: "Boris S." User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Brian Donnell References: <46633B27.50601@dva.dyndns.org> <1c5c32890707031732s195a97c3vd29fb46323f28fae@mail.gmail.com> In-Reply-To: <1c5c32890707031732s195a97c3vd29fb46323f28fae@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: current , Pascal Hofstee Subject: Re: ZFS vs Samba Debugging Results ... Need Help. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Wed, 04 Jul 2007 17:11:00 -0000 X-Original-Date: Mon, 04 Jun 2007 19:13:04 +0200 X-List-Received-Date: Wed, 04 Jul 2007 17:11:00 -0000 Brian Donnell schrieb: > Boris, care to share any more info on how you managed to get it working? I've nothing special done. My System: BSD/AMD64, Nforce 4 Mainboard, 2GB RAM, A64/3000+ Compiled Samba with gcc from base -> crash. Compiled gcc42 from ports. Added following lines in make.conf: CFLAGS= -O2 -fno-strict-aliasing -pipe CC=/usr/local/bin/gcc42 CPP=/usr/local/bin/cpp42 CXX=/usr/local/bin/c++42 Compiled Samba, started, no crash anymore. Do you use amd64 or i386 mode? Boris