From owner-freebsd-current@FreeBSD.ORG Fri Aug 13 09:30:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E330016A4CE for ; Fri, 13 Aug 2004 09:30:40 +0000 (GMT) Received: from lnxc-641.srv.mediaways.net (smtp.compuserve.de [62.52.27.101]) by mx1.FreeBSD.org (Postfix) with SMTP id A71CF43D5E for ; Fri, 13 Aug 2004 09:30:39 +0000 (GMT) (envelope-from Hilko.Meyer@gmx.de) Received: (qmail 18310 invoked by uid 501); 13 Aug 2004 09:30:37 -0000 Received: from acb0c83a.ipt.aol.com (acb0c83a.ipt.aol.com [172.176.200.58]) by compuserve.de ([10.228.3.105]) with ESMTP via TCP; 13 Aug 2004 09:30:37 -0000 From: Hilko Meyer To: Doug White Date: Fri, 13 Aug 2004 11:31:12 +0200 Message-ID: <5j1ph0pdod0dnjefu1tpsj4vo2pvqv3uom@smtp.compuserve.de> References: <07759232F85A5C7FC2256EED0022A18A.00281F3542256EED@dp.uz.gov.ua> <20040811120642.503650b8@iscmpd-oleg.dp.uz.gov.ua> <20040812182149.T86599@carver.gumbysoft.com> In-Reply-To: <20040812182149.T86599@carver.gumbysoft.com> X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable cc: Oleg Palij cc: current@freebsd.org Subject: Re: panic with any version of smbd in 5.2.1-R X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 09:30:41 -0000 Doug White schrieb: >On Wed, 11 Aug 2004, Oleg Palij wrote: > >> > Panic happens with samba 2.2.8-2.2.10, 3.0.0-3.0.4. >> > I can't reproduce kernel panic but it happens frequently. >> > >> > # uname -a >> > FreeBSD iscmpd-oleg 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: = Wed Aug 4 >> > 11:59:15 EEST 2004 = root@iscmpd-oleg:/usr/obj/usr/src/sys/ISCMPD-OLEG_KERNEL >> > i386 > >Oh, this is the quota-op-on-non-qutoa-fs bug. I came across this in = march, >and I think a fix was committed to -current not too soon after. I can't >find the relevant files right now, however; it wasn't committed to the >obvious places in the msdosfs code.... The commit was IIRC to vfs_syscalls.c,v. It was fixed by pjd in April. I think it was the commit in http://lists.freebsd.org/pipermail/cvs-all/2004-April/061569.html. Workaround ist to compile samba without quota-support. Hilko