From owner-freebsd-bugs@FreeBSD.ORG Thu Jan 15 09:10:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACCC81065674 for ; Thu, 15 Jan 2009 09:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7FCE88FC20 for ; Thu, 15 Jan 2009 09:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0F9A3XG013109 for ; Thu, 15 Jan 2009 09:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0F9A3rF013108; Thu, 15 Jan 2009 09:10:03 GMT (envelope-from gnats) Date: Thu, 15 Jan 2009 09:10:03 GMT Message-Id: <200901150910.n0F9A3rF013108@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yoshihiro Ota Cc: Subject: Re: bin/130477: restore(8) doesn't recognize out of space on /tmp X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiro Ota List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2009 09:10:04 -0000 The following reply was made to PR bin/130477; it has been noted by GNATS. From: Yoshihiro Ota To: bug-followup@FreeBSD.org, johnl@iecc.com Cc: Subject: Re: bin/130477: restore(8) doesn't recognize out of space on /tmp Date: Thu, 15 Jan 2009 03:47:00 -0500 It was fixed after 7.0-RELEASE. http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/restore/dirs.c?r1=1.34#rev1.34 /tmp: write failed, filesystem is full restore: /tmp/rstdir1232008271: cannot write directory database: No space left on device Try making space in /tmp, or set environment variable TMPDIR to an alternate location with more disk space. Hiro