From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 08:36:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63DEC16A4CE for ; Tue, 14 Dec 2004 08:36:09 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A5D043D31 for ; Tue, 14 Dec 2004 08:36:09 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so81030wri for ; Tue, 14 Dec 2004 00:35:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=SCrpdyGnTVgt3Rr7lXnZ5zVgX9XUTikbHsUDhaoAVz47ptmdAjCTBMEaIyPy7+hSRa+L2rZoWpnZdEGYa4vrszlsimR90I21McDjeCEpB4cw56HbEgthORW4GqeYuGhCJRIK92DhvIRJlOVgEnDoMuBH6Apad43VdFAraFa0o/Q= Received: by 10.54.24.32 with SMTP id 32mr2843941wrx; Tue, 14 Dec 2004 00:35:50 -0800 (PST) Received: by 10.54.38.42 with HTTP; Tue, 14 Dec 2004 00:35:49 -0800 (PST) Message-ID: <7cbadc870412140035443ba967@mail.gmail.com> Date: Tue, 14 Dec 2004 10:35:49 +0200 From: Nelis Lamprecht To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: swapfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nelis Lamprecht List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 08:36:09 -0000 Hi, Checked the manual but couldn't find anything regarding this. If you have created more than one swap file how do you specify them in your rc.conf file ? Manually it works fine but obviously when the machine boots I want them both to be used again. swapfile="/mailstore/swap1" swapfile="/mailstore/swap2" The above doesn't work, only the first one is used. Thanks. Nelis