bug-findutils
[Top][All Lists]
Advanced

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

[bug #23443] find regression: now fooled when crossing mountpoints


From: Juergen Weigert
Subject: [bug #23443] find regression: now fooled when crossing mountpoints
Date: Sat, 31 May 2008 23:29:15 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE

Follow-up Comment #2, bug #23443 (project findutils):

I meant to say 4.3.1 and 4.3.2 instead of 3.9.x
(looked at too many different packages meanwhile, sorry)

Currently I can no longer reproduce the issue.
I have found that when it is reproducable, it is consistently reproducable
for some time, then suddenly all is well again.
Thereafter I need to wait several hours.

This is todays typescript (I'll retry tomorrow with
stat(1) first):

$ find . -maxdepth 3 -name weg
./.snapshot/hourly.0/weg
$ # broken ....

$ ls -ld weg
drwxr-xr-x 6 jw suse 4096 May 16 16:30 weg
$ 

$ find . -name weg
./.snapshot/hourly.0/weg
./.snapshot/hourly.1/weg
./.snapshot/hourly.2/weg
./weg
$ # okay, ....???

$ find . -maxdepth 3 -name weg
./.snapshot/hourly.0/weg
./.snapshot/hourly.1/weg
./.snapshot/hourly.2/weg
./weg
$ # sigh, lost it ...

$ stat weg .snapshot/*/weg
  File: `weg'
  Size: 4096            Blocks: 8          IO Block: 8192   directory
Device: 17h/23d Inode: 31712587    Links: 6
Access: (0755/drwxr-xr-x)  Uid: (10668/      jw)   Gid: (   50/    suse)
Access: 2008-06-01 00:45:51.714820000 +0200
Modify: 2008-05-16 16:30:04.488067000 +0200
Change: 2008-05-16 16:30:04.488067000 +0200
  File: `.snapshot/hourly.0/weg'
  Size: 4096            Blocks: 8          IO Block: 8192   directory
Device: 1ch/28d Inode: 31712587    Links: 6
Access: (0755/drwxr-xr-x)  Uid: (10668/      jw)   Gid: (   50/    suse)
Access: 2008-05-31 17:00:14.877621000 +0200
Modify: 2008-05-16 16:30:04.488067000 +0200
Change: 2008-05-16 16:30:04.488067000 +0200
  File: `.snapshot/hourly.1/weg'
  Size: 4096            Blocks: 8          IO Block: 8192   directory
Device: 1dh/29d Inode: 31712587    Links: 6
Access: (0755/drwxr-xr-x)  Uid: (10668/      jw)   Gid: (   50/    suse)
Access: 2008-05-31 12:00:15.823078000 +0200
Modify: 2008-05-16 16:30:04.488067000 +0200
Change: 2008-05-16 16:30:04.488067000 +0200
  File: `.snapshot/hourly.2/weg'
  Size: 4096            Blocks: 8          IO Block: 8192   directory
Device: 1eh/30d Inode: 31712587    Links: 6
Access: (0755/drwxr-xr-x)  Uid: (10668/      jw)   Gid: (   50/    suse)
Access: 2008-05-30 17:00:20.870448000 +0200
Modify: 2008-05-16 16:30:04.488067000 +0200
Change: 2008-05-16 16:30:04.488067000 +0200
$


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23443>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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