configure error on solaris 9 sparc (BerkeleyDB version complaint)

2006-05-23 Thread kallen
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

failure when linking and editing a file, is there a work around?

2006-05-23 Thread Atom Powers
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

Re: copy files with diff source and dest name...

2006-05-23 Thread Greg
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