!!! System error for creat:

2010-12-21 Thread Ryan Anderson
I've created a new cf3 3.1.2 server which successfully starts, but with a single odd error (see subject line above). The cf-agent runs on the client against the running cf-serverd and works per-se, but despite running multiple times, its constantly repairing promises that are already kept; its

Re: copy: question

2006-07-13 Thread Ryan Anderson
We do this by turning single copy one, and having a r=inf in the copy statement. Example:   cfgagent.conf ... control:     singlecopy = ( on ) ...   cf.copy     copy:         $(masterfiles)/copy/hosts/$(host)             dest=/             ...             r=inf             ...   In the source dir