From owner-freebsd-stable Tue May 26 15:39:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08846 for freebsd-stable-outgoing; Tue, 26 May 1998 15:39:28 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08760; Tue, 26 May 1998 15:39:07 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id OAA01429; Tue, 26 May 1998 14:32:33 -0700 (PDT) Message-Id: <199805262132.OAA01429@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: shimon@simon-shapiro.org cc: Mike Smith , Tom , freebsd-stable@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: DPT install problem In-reply-to: Your message of "Tue, 26 May 1998 13:06:15 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 26 May 1998 14:32:33 -0700 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk > >> An ajacent problem, is that fsck will fail on such filesystems. > >> The failure mode is fsck -p in /etc/rc. It does not have, by default > >> enough resources to run a large parallel fsck. I added the following to > >> /etc/rc: > > > > You should update the daemon class in /etc/login.conf. Can you verify > > that the current settings there (/usr/src/etc/login.conf) are adequate? > > I am using (as of today, still to be tried): > > # > # Settings used by /etc/rc > # > daemon:\ > :coredumpsize@:\ > :coredumpsize-cur=0:\ > :datasize=infinity:\ > :datasize-cur@:\ > :maxproc=512:\ > :maxproc-cur@:\ > :memoryuse-cur=infinity:\ > :memorylocked-cur=infinity:\ > :openfiles=1024:\ > :openfiles-cur@:\ > :stacksize=infinity:\ > :stacksize-cur@:\ > :tc=default: untried ie. you haven't verified whether this configuration works or fails, correct? > BTW, what is foo@ in this file? from 'man 3 getcap' (whence you are referred from login.conf(5)) When a database is searched for a capability record, the first matching record in the search is returned. When a record is scanned for a capa- bility, the first matching capability is returned; the capability :nameT@: will hide any following definition of a value of type T for name; and the capability :name@: will prevent any following values of name from being seen. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message