[Bug 10772] Bad time logging as daemon

samba-bugs at samba.org samba-bugs at samba.org
Thu Aug 21 23:41:34 MDT 2014


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

Wayne Davison <wayned at samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Wayne Davison <wayned at samba.org> 2014-08-22 05:41:33 UTC ---
There's nothing more rsync can do about this.  It always calls a time function
prior to going into the chroot, but if your OS decides to re-check the time
files after that, you'll need to either supply those files in the chroot, or
live with the alternate timezone.  See the rsyncd.conf manpage for how to setup
a deeper dir in a chroot that doesn't allow the user to see the chrooted
timezone files (e.g. "Path = /chroot/./copy-dir" allows you to create
/chroot/etc that the user can't get to) and/or the exclude option (in the
config file).

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list