https://bugzilla.samba.org/show_bug.cgi?id=4168


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #2 from [EMAIL PROTECTED]  2006-10-25 21:48 MST -------
What seems to be happening here is that rsync gets the name of a file via
readdir(), and then tries to stat the file to figure out its type and other
attirbutes, and the stat() (or lstat()) call fails.  This causes rsync to leave
the file out of the file list.  So, the real question is: what is affecting the
stat() calls on your system?  This doesn't sound like an rsync problem.  Are
the files coming from an NFS filesystem?  Perhaps the tweaking of the time
causes a glitch in the NFS protocol?


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to