From owner-freebsd-current@FreeBSD.ORG Wed Jul 22 16:35:35 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 3B95D106566B for ; Wed, 22 Jul 2009 16:35:35 +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 E78058FC14 for ; Wed, 22 Jul 2009 16:35:34 +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 483976C0E for ; Wed, 22 Jul 2009 18:35:34 +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 n6MGZVnV011666 for ; Wed, 22 Jul 2009 18:35:31 +0200 (CEST) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1248280534; bh=d0o+Mu+HHvFblX1F9d4aTk5xLhk4uqSEcE+xeQ0dTwE=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=xOlj0bnVfe/SFHOeN+FE8NZ0oZC9BIR368LWPzsftUPoctLRUm+exQW5csriMApoW Y6GJvwLDT2zpIvUtciAtA== 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: subject:content-type:content-transfer-encoding:x-scanned-by; b=EQ3CT9h9tiAmnIkh38LmwCIXVAdC5yTHHJCLpZn84M6NeEk2i/3MrOggWMDflxPAt 5q8l+C03rrKvCxSa6/OQg== Message-ID: <4A673FD3.3020701@restart.be> Date: Wed, 22 Jul 2009 18:35:31 +0200 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.22 (X11/20090717) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on IPv6:2001:41d0:2:2d29:1:1:: Subject: 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 16:35:35 -0000 Trying to `portupgrade -fu` all my ports I encounter a strange problem: tar: Out of memory: Cannot allocate memory to dig a little: [root@morzine ~]# truss /usr/bin/bsdtar cvf /tmp/etc.tar /etc __sysctl(0x9fbfe604,0x2,0x9fbfe60c,0x9fbfe610,0x0,0x0) = 0 (0x0) mmap(0x0,320,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 671682560 (0x28091000) munmap(0x28091000,320) = 0 (0x0) __acl_get_file(0x2841a100,0x2,0x28474000,0x280c9440,0x2846013c,0x2841a100) ERR#45 'Operation not supported' __acl_get_file(0x2841a100,0x3,0x28474000,0x280c9440,0x0,0x2841a100) ERR#45 'Operation not supported' extattr_list_link(0x2841a100,0x1,0x0,0x0,0x3,0x0) = -1492922980 (0xa703cd9c) mmap(0x0,-1492123648,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) ERR#12 'Cannot allocate memory' bsdtar: write(2,"bsdtar: ",8) = 8 (0x8) Out of memorywrite(2,"Out of memory",13) = 13 (0xd) Strange this negative arg in mmap! I boot from zfs and my root is on zfs. Thanks for any clue Henri PS. I rebuild and reinstall world and kernel to no avail.