hello, i'm having a problem configuring cfengine 2.1.20 from source on
Solaris 9 sparc. it complains of the familiar BerkeleyDB 3.2 or later
requirement. but i'm not sure what to do about it. can anyone advise?
much appreciation in advance...
[EMAIL PROTECTED] cfengine-2.1.20]$ uname -a
SunOS
For the last month or so I've been experiencing a problem with my
"cfexecd -F" process. In the morning I find that some of my "links"
declarations are "expired (after 3117/90 minutes)". cfengine processes
the config, but doesn't actually do anything during those 3000 odd
minutes.
After fixing and
Hi,
The best way for me is to store config files in different folders, rather than
different filename:
...repository.../host1/some_config_file
...repository.../host2/some_config_file
Then, on your "copy" statement, use the ${host} variable:
copy:
...repository.../${host}/some_config_file
d