From owner-freebsd-current@FreeBSD.ORG Wed Jul 22 19:23:08 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 927B7106566B for ; Wed, 22 Jul 2009 19:23:08 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (tignes.restart.be [IPv6:2001:41d0:2:2d29:0:1::]) by mx1.freebsd.org (Postfix) with ESMTP id 21B598FC20 for ; Wed, 22 Jul 2009 19:23:08 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (avoriaz.tunnel.bel [IPv6:2001:41d0:2:2d29:1:ffff::]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "avoriaz.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTPS id 7078E62D9; Wed, 22 Jul 2009 21:23:07 +0200 (CEST) Received: from morzine.restart.bel (morzine.restart.be [IPv6:2001:41d0:2:2d29:1:2::]) (authenticated bits=0) by restart.be (8.14.3/8.14.3) with ESMTP id n6MJN45B014786; Wed, 22 Jul 2009 21:23:04 +0200 (CEST) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1248290586; bh=4QJAzZm3cgDuahzW2TdfgJRJZCbnl79HoVBG95HyF1o=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=GPeRkgTUFIrOZ3Tt9WzTq+ou5Bm6sOmtBr9zppvbbpaujt32nIxkEPgTuy6tIDfQp O7aLZaUWg6hh1guys5h3w== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:content-type: content-transfer-encoding:x-scanned-by; b=xYV9EBOuVYzeD6GP+WEEeVXWq5aQwB2gQr+fWKMKOxrvsxKcgSSC/3zaJXyunrwP6 AZeERmzMSUFfWCdQvHQLA== Message-ID: <4A676717.1030002@restart.be> Date: Wed, 22 Jul 2009 21:23:03 +0200 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.22 (X11/20090717) MIME-Version: 1.0 To: Andriy Gapon References: <4A673FD3.3020701@restart.be> <4A6742BC.9080602@icyb.net.ua> In-Reply-To: <4A6742BC.9080602@icyb.net.ua> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on IPv6:2001:41d0:2:2d29:1:1:: Cc: freebsd-current@freebsd.org Subject: [SOLVED] 8.0-BETA2r195818M - tar: Out of memory: Cannot allocate memory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 22 Jul 2009 19:23:08 -0000 Andriy Gapon wrote: > on 22/07/2009 19:35 Henri Hennebert said the following: >> Trying to `portupgrade -fu` all my ports I encounter a strange problem: >> >> tar: Out of memory: Cannot allocate memory >> >> > > This should have just been fixed by r195822. > Please try. > OK it works now Thanks a lot Henri