Re: cf3 weirdest one yet - magic future entry in file
Matt Richards <[email protected]> Fri, 17 Apr 2009 12:45:17 -0400
| Newsgroups | gmane.comp.sysutils.cfengine.bugs |
|---|---|
| Message-ID | <[email protected]> |
I have been running this through the debugger, and after searching and searching for open filehandles and all sorts of stuff, I think the problem is a bug that I reported earlier on a different topic. cf3 Could not examine file /var/opt/cfengine/cf_hosts in readfile cf3 (stat: No such file or directory) cf3 Could not examine file /var/opt/cfengine/cf_hosts in readfile cf3 (stat: No such file or directory) I believe that it is doing a readstringarray at the very begining, so when the file changes while running some agents, the readstringarray is never updated. It was indicated that it was fixed in SVN, so I pulled down b6, and the fix does not seem to be in there. I do no have access to svn other than the web viewer.