DO NOT REPLY [Bug 4168] Random file has vanished when syncing clock with ntpdate/hwclock ?

samba-bugs at samba.org samba-bugs at samba.org
Thu Oct 26 02:48:52 GMT 2006


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


wayned at samba.org changed:

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




------- Comment #2 from wayned at samba.org  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.


More information about the rsync mailing list