Thanks, that's was it! note "ls -l" vs "ls -lc"
[EMAIL PROTECTED] dsazonov]$ ls -l /cfengine/config/cfengine/files/cfengine.startup -rwxr-xr-x 1 root other 528 May 3 11:48 /cfengine/config/cfengine/files/cfengine.startup [EMAIL PROTECTED] dsazonov]$ ls -lc /cfengine/config/cfengine/files/cfengine.startup -rwxr-xr-x 1 root other 528 May 14 21:25 /cfengine/config/cfengine/files/cfengine.startup [EMAIL PROTECTED] dsazonov]$ So I gave up and changed copy type to checksums. control: any:: DefaultCopyType = ( checksum ) -- Dmitry Sazonov UNIX systems admin, AAMC 202-862-6168 >>> Frank Ranner <[EMAIL PROTECTED]> 05/14/05 7:51 AM >>> Dmitry Sazonov wrote: > copy: > /cfengine/config/cfengine/files/cfengine.startup > dest=/etc/init.d/cfengine mode=755 server=inet640 > > > The source have not changed for a while. > type=checksum comparison seems to fixed the same issue for other files I > copy, > but I don't want to start checksumming everything. modification time > should work just fine in most cases. > Note - it's even copies the file on the same host! > Also note - that happens for all hosts in the same time - ie all > solarises today at 9:30 reported that copy. > Why copy again? > > Thanks in advance for any reasonable explanation! > > If you do not specify mtime it uses ctime. In my case, ctime was being changed by a backup process, which was trying to preserve atime. After backing up each file, the backup process would set atime back to the original value, but that would set ctime to the current TOD. I think there is a variable you can set to specify the default copy type, or you can explicitly specify mtime on each copy stanza. regards, Frank Ranner _______________________________________________ Help-cfengine mailing list Help-cfengine@gnu.org http://lists.gnu.org/mailman/listinfo/help-cfengine _______________________________________________ Help-cfengine mailing list Help-cfengine@gnu.org http://lists.gnu.org/mailman/listinfo/help-cfengine