From owner-freebsd-stable Sat Sep 20 11:59:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA21841 for stable-outgoing; Sat, 20 Sep 1997 11:59:46 -0700 (PDT) Received: from david.siemens.de (david.siemens.de [139.23.36.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA21836 for ; Sat, 20 Sep 1997 11:59:44 -0700 (PDT) Received: from salomon.mchp.siemens.de (salomon.siemens.de [139.23.33.13]) by david.siemens.de (8.8.7/8.8.5) with ESMTP id UAA02321 for ; Sat, 20 Sep 1997 20:59:32 +0200 (MDT) Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.7/8.8.5) with ESMTP id UAA11653 for ; Sat, 20 Sep 1997 20:59:40 +0200 (MDT) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.8.7/8.8.7) id UAA13567 for ; Sat, 20 Sep 1997 20:59:39 +0200 (MET DST) From: Andre Albsmeier Message-Id: <199709201859.UAA16138@curry.mchp.siemens.de> Subject: Re: fsck runs out of memory during boot In-Reply-To: from Tom at "Sep 20, 97 09:55:01 am" To: tom@uniserve.com (Tom) Date: Sat, 20 Sep 1997 20:59:37 +0200 (CEST) Cc: freebsd-stable@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > On Sat, 20 Sep 1997, Andre Albsmeier wrote: > > > Hi, > > > > after installing the newest version of 2.2-STABLE, one of my > > machines doesn't boot properly anymore. I think it's fsck which > > runs out of memory. I have no idea what has changed and how to > > The "daemon" class in login.conf is supposed to control what limits are > given to things run out of rc. > > I found that modifying "daemon" was ineffective for the fsck problem. I > stuck a "csh -c limit" line into rc just before the fsck so the current > limits would be printed during boot. I eventutally just changed the > "default" class. Well, I fiddled with "daemon" as well but it didn't work... Will try the limit in rc on monday. Thanks, -Andre