From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3446E198005 for ; Sat, 23 Feb 2013 06:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AEFA21C038; Sat, 23 Feb 2013 06:21:03 +0000 (UTC) Received: from mail130c7.megamailservers.com (mail130c7-2520.megamailservers.com [69.49.98.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B70821C003 for ; Sat, 23 Feb 2013 06:21:01 +0000 (UTC) X-POP-User: admin.sys-concept.com Received: from syscon7.localdomain (S01060050da7ae68c.ed.shawcable.net [68.149.90.13]) by mail130c7.megamailservers.com (8.13.6/8.13.1) with ESMTP id r1N6L0o1003632 for ; Sat, 23 Feb 2013 01:21:01 -0500 Received: by syscon7.localdomain (Postfix, from userid 1000) id 2F9AD203D7E; Fri, 22 Feb 2013 23:21:02 -0700 (MST) Date: Fri, 22 Feb 2013 23:21:02 -0700 From: Joseph To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] No space left on device ? Message-ID: <20130223062102.GE5625@syscon7.inet> References: <20130223050004.GC5625@syscon7.inet> <512855B8.4080904@nileshgr.com> <20130223060537.GD5625@syscon7.inet> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline In-Reply-To: <20130223060537.GD5625@syscon7.inet> User-Agent: Mutt/1.5.21 (2010-09-15) X-CSC: 0 X-CHA: v=1.1 cv=+PIAiWNsXfbSO+KefjDTIelYECyt3IQLxM6M9Svpvew= c=1 sm=1 a=wom5GMh1gUkA:10 a=NmsTTJYueWQA:10 a=nDghuxUhq_wA:10 a=8nJEP1OIZ-IA:10 a=C3ZDv51cNVt4vJz/79I2xQ==:17 a=zn6RbOe9AAAA:8 a=6WQv9LWF8BXW5iW5hrcA:9 a=wPNLvfGTeEIA:10 a=C3ZDv51cNVt4vJz/79I2xQ==:117 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A020209.51285FCD.004D,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-Archives-Salt: 30a9cd8d-3780-4787-9f2d-32a3ea37866c X-Archives-Hash: 9b3bc271be0e23e3e56a4edc0f147120 On 02/22/13 23:05, Joseph wrote: >>> tmpfs 949264 990 948274 1% /var/tmp/portage >>> >>> So, why I'm getting this message? >>> >> >>Your /var/tmp/portage is 10 MB! Increase that. >> >>-- >>Nilesh Govindarajan >>http://nileshgr.com > >How do I increase it? > >I deleted all the file in /var/tmp/portage but after reboot the system populate it again. >In fstab I have two entries: >... >shm /dev/shm devtmpfs nodev,nosuid,noexec 0 0 >tmpfs /var/tmp/portage devtmpfs defaults 0 0 > >should I just comment them out? Got it. I change it to: tmpfs /var/tmp/portage devtmpfs size=1512M,nr_inodes=1M 0 0 -- Joseph