From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 29 21:36:26 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 2A5D210656A4 for ; Mon, 29 Nov 2010 21:36:26 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from constellation.thenetnow.com (constellation.thenetnow.com [207.112.4.14]) by mx1.freebsd.org (Postfix) with ESMTP id F0CB28FC24 for ; Mon, 29 Nov 2010 21:36:25 +0000 (UTC) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANTDESKTOP) by constellation.thenetnow.com with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1PNBOW-0005TN-D2; Mon, 29 Nov 2010 16:36:20 -0500 Message-ID: From: "Grant Peel" To: "Garrett Cooper" References: <98D05F98AE284E59B83CB2FA55993387@GRANTLAPTOP> In-Reply-To: Date: Mon, 29 Nov 2010 16:36:18 -0500 Organization: The Net Now Internet Services. MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3502.922 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3502.922 Cc: freebsd-hackers@freebsd.org Subject: Re: sbsize - console messages X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel 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 21:36:26 -0000 -----Original Message----- From: Garrett Cooper Sent: Monday, November 29, 2010 11:29 AM To: Grant Peel Cc: freebsd-hackers@freebsd.org Subject: Re: sbsize - console messages 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 _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" Garrett, Thanks for the hint. I am looking through login.conf and from what I can see none of the defaults have been modified. Does this then indicate that there might be an issue with a process trying to consume to many reasources? FWIW I only see the messages occasionally in the logs and the console. -Grant