From owner-freebsd-current@FreeBSD.ORG Sun Aug 31 02:24:48 2003 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 006A716A4C0 for ; Sun, 31 Aug 2003 02:24:48 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 193F543F75 for ; Sun, 31 Aug 2003 02:24:47 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from mail.robbins.dropbear.id.au (210.50.248.11) by smtp01.syd.iprimus.net.au (7.0.018) id 3F4C093C000DA6A4; Sun, 31 Aug 2003 19:24:44 +1000 Received: by mail.robbins.dropbear.id.au (Postfix, from userid 1000) id 9D15CC926; Sun, 31 Aug 2003 19:24:32 +1000 (EST) Date: Sun, 31 Aug 2003 19:24:32 +1000 From: Tim Robbins To: Christoph Kukulies Message-ID: <20030831092432.GA93827@dilbert.robbins.dropbear.id.au> References: <200308301638.h7UGc2w03537@accms33.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308301638.h7UGc2w03537@accms33.physik.rwth-aachen.de> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: su in free(): warning: chunk is already free 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: Sun, 31 Aug 2003 09:24:48 -0000 On Sat, Aug 30, 2003 at 06:38:02PM +0200, Christoph Kukulies wrote: > > On my 5.1-current I logged in from outside and tried > su getting: > $ su > su in free(): warning: chunk is already free > su: pam_start: system error > > I'm not sure whether my system is absolutely in sync but > I'd think with make buildworld, installworld, buildkernel, installkernel > reboot it should be. Are you using the defaults for /etc/pam.d/* or have they changed? Are you using YP or Kerberos? Tim