From owner-freebsd-stable@freebsd.org Fri Aug 14 18:44:00 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2ADC69B96AE for ; Fri, 14 Aug 2015 18:44:00 +0000 (UTC) (envelope-from carlj@peak.org) Received: from filter01.peakinternet.com (filter01.peakinternet.com [207.55.16.92]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF3DC17EE for ; Fri, 14 Aug 2015 18:43:59 +0000 (UTC) (envelope-from carlj@peak.org) Received: from zmail-mta02.peak.org ([207.55.16.112]) by filter01.peakinternet.com ({e1c81c21-e4c4-4528-aa90-7a27869c545a}) via TCP (outbound) with ESMTPS id 20150814184358262_0000 for ; Fri, 14 Aug 2015 11:43:58 -0700 X-RC-FROM: X-RC-RCPT: Received: from zmail-mta02.peak.org (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTPS id 8C2794D995 for ; Fri, 14 Aug 2015 11:43:57 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTP id 7CC434D999 for ; Fri, 14 Aug 2015 11:43:57 -0700 (PDT) Received: from zmail-mta02.peak.org ([127.0.0.1]) by localhost (zmail-mta02.peak.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id yHv-vpzTWPZ3 for ; Fri, 14 Aug 2015 11:43:57 -0700 (PDT) Received: from mailproxy-lb-05.peak.org (mailproxy-lb-05.peak.org [207.55.17.95]) by zmail-mta02.peak.org (Postfix) with ESMTP id 42D174D995 for ; Fri, 14 Aug 2015 11:43:57 -0700 (PDT) Received: from carlj by elk.localnet with local (Exim 4.80) (envelope-from ) id 1ZQJxM-000529-63 for freebsd-stable@freebsd.org; Fri, 14 Aug 2015 11:43:56 -0700 From: Carl Johnson To: freebsd-stable@freebsd.org Subject: Re: Swap Questions References: <55CDE9EE.5090603@tundraware.com> <280266DF-AD94-4DC2-A5E1-AD0603B33BFE@punkt.de> <55CDFF32.3020809@tundraware.com> <874mk1g9b6.fsf@elk.localnet> <55CE1654.8030304@tundraware.com> <87wpwxesgg.fsf@elk.localnet> <55CE2077.3010703@tundraware.com> Mail-Followup-To: freebsd-stable@freebsd.org X-Clacks-Overhead: GNU Terry Pratchett Date: Fri, 14 Aug 2015 11:43:56 -0700 In-Reply-To: <55CE2077.3010703@tundraware.com> (Tim Daneliuk's message of "Fri, 14 Aug 2015 12:08:07 -0500") Message-ID: <87si7lemmr.fsf@elk.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2015 18:44:00 -0000 Tim Daneliuk writes: > On 08/14/2015 11:38 AM, Carl Johnson wrote: > >> I should have mentioned that I had similar problems until I added the >> "late" option to the swapfile line in fstab. I suspect that it is a >> general problem with swapfiles and should be in the swapfile example in >> the fstab(5) manpage. >> > > Would you mind posting the exact line you're using... Thanks md none swap sw,late,file=/var/swapfile 0 0 This is on a Raspberry Pi, but I don't think that should make any difference. -- Carl Johnson carlj@peak.org