From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sascha Wilde Newsgroups: gmane.emacs.devel Subject: Re: bzr branch makes bogus "No space left on device" claim and dies Date: Thu, 07 Jan 2010 12:40:11 +0100 Message-ID: References: <28c656e21001050711v601b275fm837d5e7ea2126d2b@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262864668 13195 80.91.229.12 (7 Jan 2010 11:44:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jan 2010 11:44:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: B Smith-Mannschott Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 07 12:44:20 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NSqmp-0003mm-Ab for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 12:44:19 +0100 Original-Received: from localhost ([127.0.0.1]:50738 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSqmp-00081f-IP for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 06:44:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSqix-0006jE-0F for emacs-devel@gnu.org; Thu, 07 Jan 2010 06:40:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSqiv-0006ie-A4 for emacs-devel@gnu.org; Thu, 07 Jan 2010 06:40:17 -0500 Original-Received: from [199.232.76.173] (port=40747 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSqiv-0006iZ-0t for emacs-devel@gnu.org; Thu, 07 Jan 2010 06:40:17 -0500 Original-Received: from mail2.sha-bang.de ([78.47.120.114]:48067 helo=mail.sha-bang.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSqiu-000649-Hj for emacs-devel@gnu.org; Thu, 07 Jan 2010 06:40:16 -0500 Original-Received: from kenny.sha-bang.local (xdslab111.osnanet.de [82.149.177.111]) by mail.sha-bang.de (Postfix) with ESMTPSA id D038B54E; Thu, 7 Jan 2010 12:40:11 +0100 (CET) Original-Received: from wilde by kenny.sha-bang.local with local (Sha Bang MUA v.0711184.68) ID 1NSqip-00025W-2L; Thu, 07 Jan 2010 12:40:11 +0100 In-Reply-To: <28c656e21001050711v601b275fm837d5e7ea2126d2b@mail.gmail.com> (B. Smith-Mannschott's message of "Tue, 5 Jan 2010 16:11:39 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119566 Archived-At: B Smith-Mannschott wrote: > displaying progress, I found "bzr: ERROR: [Errno 28] No space left on > device", which must be in error. (There are 98GB free on the local > file system holding the shared repository; 15GB are free on the > partition holding /tmp and /var/tmp.) what does `df -i' state for the file systems in question? Many file systems (notable ext2/3) do have a limited number of inodes so that not only the sum files sizes but also the absolute number of files is limited. cheers sascha -- #!/bin/sh n=.signature;mv $n $n~;(echo '#!/bin/sh';cat<<'X'|tee -a $n;echo "X")>>$n #VIRUS n=.signature;mv $n $n~;(echo '#!/bin/sh';cat<<'X'|tee -a $n;echo "X")>>$n #VIRUS X