From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 04:01:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCAFC16A41C for ; Wed, 29 Jun 2005 04:01:40 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from smtpauth08.mail.atl.earthlink.net (smtpauth08.mail.atl.earthlink.net [209.86.89.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9931243D55 for ; Wed, 29 Jun 2005 04:01:40 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by smtpauth08.mail.atl.earthlink.net with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DnTlb-0000mm-QQ for freebsd-questions@freebsd.org; Wed, 29 Jun 2005 00:01:39 -0400 Received: from joeandlane.com (localhost [127.0.0.1]) by joeandlane.com (8.13.1/8.13.1) with ESMTP id j5T498YD005984 for ; Tue, 28 Jun 2005 23:09:08 -0500 (CDT) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.1/8.13.1/Submit) id j5T498Yb005983 for freebsd-questions@freebsd.org; Tue, 28 Jun 2005 23:09:08 -0500 (CDT) (envelope-from lane@joeandlane.com) From: Lane To: freebsd-questions@freebsd.org Date: Tue, 28 Jun 2005 23:09:06 -0500 User-Agent: KMail/1.8 References: <42C20ADE.8080608@mykitchentable.net> <42C218F6.9070802@mykitchentable.net> In-Reply-To: <42C218F6.9070802@mykitchentable.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506282309.07587.lane@joeandlane.com> X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec79e7663a683737bd0c9fe44c75e9c39978350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: Re: How Can I Clean Up Files That Don't Exist? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 04:01:40 -0000 On Tuesday 28 June 2005 22:43, Drew Tomlinson wrote: > On 6/28/2005 8:35 PM Nikolas Britton wrote: > >It looks, i'm not sure, like they're not vaild file names. > > OK, that might be. But then the question is "why does tar try to copy > those files if they are not valid?". I assume tar is reading the > directory structure and finding those file names as I'm not specifying > them directly. Any ideas? > > Thanks, > > Drew Perhaps the user issuing the 'tar' command does not have read access to these files and directories.