From owner-freebsd-current Mon Jul 27 11:51:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13152 for freebsd-current-outgoing; Mon, 27 Jul 1998 11:51:08 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from zone.baldcom.net (green@zone.BALDCOM.NET [205.232.46.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13000 for ; Mon, 27 Jul 1998 11:50:13 -0700 (PDT) (envelope-from green@zone.baldcom.net) Received: from localhost (green@localhost) by zone.baldcom.net (8.8.8/8.8.7) with SMTP id OAA18047; Mon, 27 Jul 1998 14:49:28 -0400 (EDT) Date: Mon, 27 Jul 1998 14:49:28 -0400 (EDT) From: Brian Feldman To: Thomas Dean cc: FreeBSD-current@FreeBSD.ORG Subject: Re: Savecore_enable not in rc.conf In-Reply-To: <199807271532.IAA14392@ix.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Your rc(5) appears to be out of date; the current revision is $Id: rc,v 1.146 1998/06/22 06:34:12 jkoshy Exp $ and it contains the following: /* begin line 182 */ # enable dumpdev so that savecore can see it # /var/crash should be a directory or a symbolic link # to the crash directory if core dumps are to be saved. if [ "X${dumpdev}" != X"NO" -a -e ${dumpdev} -a -d /var/crash ]; then dumpon ${dumpdev} echo -n checking for core dump... savecore /var/crash fi /* end line 189 */ Cheers, Brian Feldman green@unixhelp.org On Mon, 27 Jul 1998, Thomas Dean wrote: > Should savecore_enable be in rc.conf? > > /etc/rc contains: > > # enable dumpdev so that savecore can see it > if [ "X${dumpdev}" != X"NO" -a -e ${dumpdev} ]; then > dumpon ${dumpdev} > fi > > # /var/crash should be a directory or a symbolic link > # to the crash directory if core dumps are to be saved. > if [ "X${savecore_enable}" = X"YES" -a -d /var/crash ]; then > echo -n checking for core dump... > savecore /var/crash > fi > > > Should we change rc.conf? > > dumpdev="NO" # Device name to crashdump to (if enabled). > savecore_enable="NO" # Save kernel core dumps (if enables). > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message