bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] tar v1.26 - Folder has been renamed problem


From: Paul Eggert
Subject: Re: [Bug-tar] tar v1.26 - Folder has been renamed problem
Date: Wed, 29 Aug 2012 07:27:32 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0

On 08/29/2012 03:31 AM, Joerg Schilling wrote:
> Did you see truss output from the related part of the gtar run?
> I would like to understand what filesystem bug might cause a missbehavior

tar's strace output was fine.  The problem appears to
be that the resulting file system was trashed.  Here's a
symptom, after running 'tar':

> $ ls -alh
> ls: klogd: No such file or directory/

readdir is saying there's a directory entry 'klogd' but
lstat is saying there's not.  Classic file system bug.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]