From owner-freebsd-geom@FreeBSD.ORG Fri Nov 9 10:47:53 2007 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07A0416A421; Fri, 9 Nov 2007 10:47:53 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 088EC13C4BA; Fri, 9 Nov 2007 10:47:51 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id C6D92744009; Fri, 9 Nov 2007 12:47:34 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Pl-Eq4cVA01P; Fri, 9 Nov 2007 12:47:34 +0200 (EET) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [88.81.251.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id 68D88744004; Fri, 9 Nov 2007 12:47:34 +0200 (EET) Message-ID: <47343AC5.8090103@icyb.net.ua> Date: Fri, 09 Nov 2007 12:47:33 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: freebsd-geom@freebsd.org, Pawel Jakub Dawidek References: <4732E3C6.5060205@icyb.net.ua> In-Reply-To: <4732E3C6.5060205@icyb.net.ua> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Re: gjournal on 6.2: Cannot delete /var/.deleted/#613759 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 10:47:53 -0000 on 08/11/2007 12:24 Andriy Gapon said the following: > I use gjournal6.patch on FreeBSD 6.2 amd64 system. > > Everything was perfect until today when I got some minor problems from > gjournal. While building a port, compilation aborted with an error that > said something like the following (I didn't save the message, > unfortunately): "can not create temporary file: interrupted system call". > I had to restart compilation several times because of such errors and > eventually it finished successfully. Along the compilation errors the > following message appeared in system log: > UFS_GJGC: Cannot delete /var/.deleted/#613759 (error=2) > UFS_GJGC: Cannot delete /var/.deleted/#1202391 (error=2) > UFS_GJGC: Cannot delete /var/.deleted/#1202391 (error=2) > UFS_GJGC: Cannot delete /var/.deleted/#1202390 (error=2) > UFS_GJGC: Cannot delete /var/.deleted/#1202390 (error=2) > Well, given that errno 2 is ENOENT, it is interesting what happens here. Entry appearing twice on the list of GC items, name clash, something else ? Is this something harmless or a result of a more serious issue ? My guess is that it could be a result of fast creation and deletion of some tmp files, so that inode number is reused before an entry is actually deleted from .deleted and thus there is a name clash. Should be harmless if this is true. Or not ? -- Andriy Gapon