From owner-freebsd-stable@FreeBSD.ORG Sun Apr 17 19:19:35 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 151BE16A4CE for ; Sun, 17 Apr 2005 19:19:35 +0000 (GMT) Received: from pinus.cc.fer.hr (pinus.cc.fer.hr [161.53.73.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D1343D39 for ; Sun, 17 Apr 2005 19:19:34 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [161.53.72.113] (lara.cc.fer.hr [161.53.72.113]) by pinus.cc.fer.hr (8.12.2/8.12.2) with ESMTP id j3HJKGhE010046 for ; Sun, 17 Apr 2005 21:20:17 +0200 (MEST) Message-ID: <4262B6BB.9000502@fer.hr> Date: Sun, 17 Apr 2005 21:19:23 +0200 From: Ivan Voras User-Agent: Mozilla Thunderbird 1.0 (X11/20041213) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: dumpon "AUTO" not implemented? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2005 19:19:35 -0000 The man page on rc.conf states that "AUTO" can be given to dumpon variable and it will save the coredump to first suitable swap device. I tried this today and it doesn't work - during boot, there's a line like "dumpon: 'AUTO' is not a valid device". By quick grepping in /etc/rc.d it seems that 'AUTO' is not implemented. So, this should probably be implemented or removed from man page :) (this is 5.4-PRERELEASE, apologies if it's fixed already)