From owner-freebsd-stable@freebsd.org Fri Aug 14 15:52:01 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 B7DDA9BA212 for ; Fri, 14 Aug 2015 15:52:01 +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 915A4109F for ; Fri, 14 Aug 2015 15:52:01 +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 20150814154848078_0000 for ; Fri, 14 Aug 2015 08:48:48 -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 62FF84D87A for ; Fri, 14 Aug 2015 08:48:47 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTP id 546264D09F for ; Fri, 14 Aug 2015 08:48:47 -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 xMPhfQzM6KBo for ; Fri, 14 Aug 2015 08:48:47 -0700 (PDT) Received: from mailproxy-lb-07.peak.org (mailproxy-lb-07.peak.org [207.55.17.97]) by zmail-mta02.peak.org (Postfix) with ESMTP id 22A154D883 for ; Fri, 14 Aug 2015 08:48:47 -0700 (PDT) Received: from carlj by elk.localnet with local (Exim 4.80) (envelope-from ) id 1ZQHDp-0004Cb-Tb for freebsd-stable@freebsd.org; Fri, 14 Aug 2015 08:48:45 -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> Mail-Followup-To: freebsd-stable@freebsd.org X-Clacks-Overhead: GNU Terry Pratchett Date: Fri, 14 Aug 2015 08:48:45 -0700 In-Reply-To: <55CDFF32.3020809@tundraware.com> (Tim Daneliuk's message of "Fri, 14 Aug 2015 09:46:10 -0500") Message-ID: <874mk1g9b6.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 15:52:01 -0000 Tim Daneliuk writes: > On 08/14/2015 08:53 AM, Patrick M. Hausen wrote: >> HI! >> >>> Am 14.08.2015 um 15:15 schrieb Tim Daneliuk : >>> >>> I just built a 10.2 machine on a cloud-based VPS (Digital Ocean) that has >>> 512M of memory and 1G of swap partition. I am seeing a ton of errors like >>> this: >>> >>> [...] >>> So, I added this to fstab (after creating /usr/swap0): >> >> Did you create it with dd or just with touch? You need to create a >> file that actually occupies the disk blocks with dd. >> >> HTH >> Patrick >> > > The file was actually created, and space reserved. Try removing the md99 device with mdconfig and then run the swapon again. -- Carl Johnson carlj@peak.org