Re: Building 3.3 on Solaris 11

2012-04-24 Thread Mikhail Gusarov
On 24.04.2012 23:43, Brian Bennett wrote: > I'm attempting to build version 3.3.0 on Solaris 11. After several warnings > I get this: > > unix.c: In function `Unix_GetMacAddress': > unix.c:562: error: structure has no member named `ifr_hwaddr' > unix.c:563: error: structure has no

Re: seg fault in 3.3

2012-04-24 Thread Mikhail Gusarov
On 24.04.2012 21:32, Neil Watson wrote: > I've seen this a few times since upgrading to 3.3. On a debian squeeze > host, amd64. > Error in client-server stream >!!! System reports error for recv: "Resource temporarily unavailable" > I: Made in version 'Community Promises.cf 1.0.0' of > '/var/c

Building 3.3 on Solaris 11

2012-04-24 Thread Brian Bennett
I'm attempting to build version 3.3.0 on Solaris 11. After several warnings I get this: unix.c: In function `Unix_GetMacAddress': unix.c:562: error: structure has no member named `ifr_hwaddr' unix.c:563: error: structure has no member named `ifr_hwaddr' unix.c:564: error: structu

CFEngine Help: Re: Difference betw CoreBase and example_config dirs?

2012-04-24 Thread no-reply
Forum: CFEngine Help Subject: Re: Difference betw CoreBase and example_config dirs? Author: analogue Link to topic: https://cfengine.com/forum/read.php?3,25116,25680#msg-25680 analogue Wrote: --- > There is no update.cf in CoreBase. Is it intende

Re: CFEngine Help: Re: Difference betw CoreBase and example_config dirs?

2012-04-24 Thread Nick Anderson
On 04/24/2012 01:32 PM, no-re...@cfengine.com wrote: > Forum: CFEngine Help > Subject: Re: Difference betw CoreBase and example_config dirs? > Author: analogue > Link to topic: https://cfengine.com/forum/read.php?3,25116,25677#msg-25677 > > There is no update.cf in CoreBase. Is it intended? It se

seg fault in 3.3

2012-04-24 Thread Neil Watson
I've seen this a few times since upgrading to 3.3. On a debian squeeze host, amd64. Error in client-server stream !!! System reports error for recv: "Resource temporarily unavailable" I: Made in version 'Community Promises.cf 1.0.0' of '/var/cfengine/inputs/cfop.cf' near line 98 I: Comment: Dow

CFEngine Help: Re: Difference betw CoreBase and example_config dirs?

2012-04-24 Thread no-reply
Forum: CFEngine Help Subject: Re: Difference betw CoreBase and example_config dirs? Author: analogue Link to topic: https://cfengine.com/forum/read.php?3,25116,25677#msg-25677 There is no update.cf in CoreBase. Is it intended? ___ Help-cfengine mailing

CFEngine Help: Re: executable file doesn't exist. bundles processing.

2012-04-24 Thread no-reply
Forum: CFEngine Help Subject: Re: executable file doesn't exist. bundles processing. Author: phnakarin Link to topic: https://cfengine.com/forum/read.php?3,25667,25676#msg-25676 This warning is from syntax checker (cf-promises), not executor (cf-agent). Even though, you specify a right class to m

Re: CFEngine Help: Re: executable file doesn't exist. bundles processing.

2012-04-24 Thread Denis Zinevich
24.04.2012 20:43, no-re...@cfengine.com wrote: > I would rather check for the binary first then run returnzero() to avoid the > problem. For example; But isn't it same as I'm doing ? The one difference is that you propose to do it in one bundle and I'm using two. In case I mailed before I do: me

CFEngine Help: Re: executable file doesn't exist. bundles processing.

2012-04-24 Thread no-reply
Forum: CFEngine Help Subject: Re: executable file doesn't exist. bundles processing. Author: phnakarin Link to topic: https://cfengine.com/forum/read.php?3,25667,25674#msg-25674 I would rather check for the binary first then run returnzero() to avoid the problem. For example; classes: any::

Re: executable file doesn't exist. bundles processing.

2012-04-24 Thread Denis Zinevich
thanks. That what i guessed. But it there way to avoid this ? 24.04.2012, 16:00, "Neil Watson" : > During the run, and the three sub-runs, Cfengine will attempt to > evaluate variables and classes.  So the commands that may be associated > with vars and classes promises will be run, if possible, e

Re: CFEngine Help: Re: cf-twin

2012-04-24 Thread Nick Anderson
On 04/24/2012 07:58 AM, Neil Watson wrote: > On Tue, Apr 24, 2012 at 10:18:32AM +0200, no-re...@cfengine.com wrote: >> I believed that there was a postinstall script in the previous package >> to copy /var/cfengine/bin/cf-agent to /var/cfengine/bin/cf-twin if it >> does not exist and when $(sys.cf_

Re: executable file doesn't exist. bundles processing.

2012-04-24 Thread Neil Watson
During the run, and the three sub-runs, Cfengine will attempt to evaluate variables and classes. So the commands that may be associated with vars and classes promises will be run, if possible, each time. -- Neil Watson Linux/UNIX Consultant http://watson-wilson.ca ___

Re: CFEngine Help: Re: cf-twin

2012-04-24 Thread Neil Watson
On Tue, Apr 24, 2012 at 10:18:32AM +0200, no-re...@cfengine.com wrote: >I believed that there was a postinstall script in the previous package >to copy /var/cfengine/bin/cf-agent to /var/cfengine/bin/cf-twin if it >does not exist and when $(sys.cf_twin) is used and there is no >/var/cfengine/bin/cf

Re: CFEngine Help: Re: CFEngine Help: Re: libtokyocabinet.so.9 error on AIX 5.2

2012-04-24 Thread Mikhail Gusarov
On 23.04.2012 19:04, no-re...@cfengine.com wrote: > configure:14196: checking for tchdbnew in -ltokyocabinet > configure:14221: cc -qlanglvl=extc89 -o conftest -D_THREAD_SAFE > -qmaxmem=16384 -DSYSV -D_AIX -D_AIX32 -D_AIX41 -D_AIX43 -D_AIX51 -D_AIX52 > -D_AIX53 -D_ALL_SOURCE -DFUNCPROTO=15 -O -

executable file doesn't exist. bundles processing.

2012-04-24 Thread Denis Zinevich
Hi, Seems it is some cf specific that I missed. Can someone clarify please. I have such bundles: bundle agent install_custom_pack { files: . classes: "custom_pack_installed" expression => fileexists("/usr/bin/customfile"); methods: custom_pack_installed:: "install_custom_plu

CFEngine Help: symbol lookup error: /usr/lib64/libssl.so.0.9.8

2012-04-24 Thread no-reply
Forum: CFEngine Help Subject: symbol lookup error: /usr/lib64/libssl.so.0.9.8 Author: tuibelgium Link to topic: https://cfengine.com/forum/read.php?3,25664,25664#msg-25664 I have one server. repeatedly logging this error: /var/cfengine/bin/cf-agent: symbol lookup error: /usr/lib64/libssl.so.0.9.8

CFEngine Help: Re: cf-twin

2012-04-24 Thread no-reply
Forum: CFEngine Help Subject: Re: cf-twin Author: phnakarin Link to topic: https://cfengine.com/forum/read.php?3,25655,25663#msg-25663 Actually, cf-twin is a dup of cf-agent. I use cf-twin in failsafe.cf to do a CFE upgrade. I believed that there was a postinstall script in the previous package