From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 29 16:29:34 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEE05106564A for ; Mon, 29 Nov 2010 16:29:34 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3CA6C8FC19 for ; Mon, 29 Nov 2010 16:29:33 +0000 (UTC) Received: by eyb7 with SMTP id 7so2135719eyb.13 for ; Mon, 29 Nov 2010 08:29:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=2/nB3zxW5wUfe5TB0FEPWhYqknqiIMyG4wb7IdyndYI=; b=f/JKIu+x3AZqSnOwfU755n+a19QN3xujK8n03dFjYBJCxg47vSWNK9IAV9LtCz52RD 6u9kqx1FhCnuzP8VCUn4xcwYGfppk6VqG8lFHNAWuD6srwPiZtRfR7D9Lh5rfLIMinSg Gx102FTdLO0NzOJopWBTmqOQk+KSPRY74TLbo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=fUeL9npQ4kT8BUNijg504HSk7wgQ1G3ROc1J1hdK1nYR7fMKHSWEmYyanwAhgUalBz FaQaEWOzCkp+3zCKiO/6C5mYXxXK+V+ipnr9wi35yg1LTvRiVjyV/4mr0eAmN5fv995v qgjfHLQAxLEgqvaB86BjOuXRExtXafsmZtzlM= MIME-Version: 1.0 Received: by 10.216.175.18 with SMTP id y18mr5867175wel.30.1291048172498; Mon, 29 Nov 2010 08:29:32 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.198.27 with HTTP; Mon, 29 Nov 2010 08:29:32 -0800 (PST) In-Reply-To: <98D05F98AE284E59B83CB2FA55993387@GRANTLAPTOP> References: <98D05F98AE284E59B83CB2FA55993387@GRANTLAPTOP> Date: Mon, 29 Nov 2010 08:29:32 -0800 X-Google-Sender-Auth: 3pDf31vhsuybu7Bp_LKL0gOdI-Q Message-ID: From: Garrett Cooper To: Grant Peel Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Re: sbsize - console messages X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 16:29:34 -0000 On Mon, Nov 29, 2010 at 4:38 AM, Grant Peel wrote: > Hi all, > > I orriginally posted this to -questions and someone there suggest I post > here ... > > I am using FreeBSD 8.0 and am getting lots of these: > > negative sbsize for uid = 0 > +negative sbsize for uid = 0 > +negative sbsize for uid = 0 > +negative sbsize for uid = 0 > +negative sbsize for uid = 0 > > any ideas what it means or how to cure it?, or even how to trace it down? Read limit under csh(1) or ulimit under sh(1) for more details and try to apply the change to login.conf and rebuild the database. HTH, -Garrett