Frank Ranner wrote:
Run cfagent using truss or strace to see what error is being generated by stat. A likely reason is that the files are > 2Gb and cfagent is not using a stat that support large files. In that case you get E_OVERFLOW or similar.
(I think that is what it is called).Is it possible to adjust cfagent (and cfengine) to be "large file safe"? That is, cfengine can recognize and handle the E_OVERFLOW error and recognize when the file is too big to be handled.
That's the next best thing to having the program fully handle large files (2G+) cleanly and without problems.
_______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org http://cfengine.org/mailman/listinfo/help-cfengine