From owner-freebsd-current@freebsd.org Tue Nov 3 20:50:25 2015 Return-Path: Delivered-To: freebsd-current@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 7FD8DA25585 for ; Tue, 3 Nov 2015 20:50:25 +0000 (UTC) (envelope-from pugachev.mm@gmail.com) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 435B71340 for ; Tue, 3 Nov 2015 20:50:25 +0000 (UTC) (envelope-from pugachev.mm@gmail.com) Received: by obdgf3 with SMTP id gf3so22827417obd.3 for ; Tue, 03 Nov 2015 12:50:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=B2KTROBh4zHKEcY2UeebOu16vJ2Pgp19DoD5rqwIXw4=; b=O40Xi9fRdqUIQYY0WtADBs43p7yVS2YoTe9SqOaRbd8zk/8Ximd2YP+kLdjZpZidJV hZ2h8s7kIB4UiHi+aWDDcOaZ9unlIynehvc6euD5kGPkrOek7fNYRvgmY7LlvO34PcNM dmfec5Kh3yZiSF70VPT1HXlFst+knkJ2NVcCl1X0MGiCNPU96RbuiU9/yk/y1nIhbiFt 4pL5qwuxNDW1+RSC80+fh5eXk+C+zMCsV7n6C+p3erDnD4ZbHrzu1Cr9Kjoz0Jlz7QQD NUFMaXsrZL0WEXxOHmkwFSkU00iyim90lzGJ8mVXz5FhQg5fOj56VMY++jHavwRQBWS3 Nm0A== X-Received: by 10.60.33.232 with SMTP id u8mr19544166oei.22.1446583824667; Tue, 03 Nov 2015 12:50:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.202.49.70 with HTTP; Tue, 3 Nov 2015 12:50:05 -0800 (PST) From: Maxim Pugachev Date: Tue, 3 Nov 2015 23:50:05 +0300 Message-ID: Subject: 11.0-CURRENT r290273: installer fails with "out of swap space" error To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Tue, 03 Nov 2015 21:33:14 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 20:50:25 -0000 Hi, I tried to install r29273 into Parallels VM, but got an error on "distextract" stage. Here is the last messages from bsdinstall_log: DEBUG: f_debug_init: ARGV=[distextract] GETOPTS_STDARGS=[dD:] DEBUG: f_debug_init: debug=[1] debugFile=[/tmp/bsdinstall_log] DEBUG: Running installation step: distextract Killed Last message from /var/log/messages: Nov 3 20:02:9 kernel: pid 967 (distextract), uid 0, was killed: out of swap space My VM has 2 gigs of memory, vmstat tells that I have ~537M free (swapinfo tells nothing). I dunno is it a bug or I'm doing something wrong.