bug-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bugs (?) in cfengine 1.6.3 (on HPUX 10.20)


From: Martin Jost
Subject: Bugs (?) in cfengine 1.6.3 (on HPUX 10.20)
Date: Wed, 04 Jul 2001 16:05:47 +0200

Hello,

I just started using cfengine and stumbled across some problems:

Environment:
cfengine 1.6.3 (no patches)
HPUX 10.20
Compiled using the HP ANSI-C compiler
(/opt/ansic/bin/cc:
              LINT A.10.32.30 CXREF  A.10.32.30
        HP92453-01 A.10.32.30 HP C Compiler
         /usr/lib/libc: $Revision: 76.3 $
)
configure-Call:
export CC=cc
export CXX=aCC
export CPPFLAGS="-I/pd/tcpwrapper7.6/include -I/pd/libs/include \
                 -D_POSIX_SOURCE  -D_HPUX_SOURCE"
export LDFLAGS=" -L/pd/libs/lib/"
export CFLAGS="+DAportable -Aa +O2 -D_POSIX_SOURCE -D_HPUX_SOURCE"
export LDFLAGS="-L/pd/tcpwrapper7.6/lib -L /pd/libs/lib"
./configure -prefix=/pd/cfengine1.6.3 --without-gcc

config.log etc. available if needed


Problems/Bugs:
========================================================

Remark:
If I talk about 'documentation', I mean the info-files coming with
1.6.3


RCS file: /home/pd/cvs/cfengine/src/cfd.c,v
retrieving revision 1.1.1.1
diff -b -r1.1.1.1 cfd.c
1671c1671
< if (!hosts_ctl("cfd",name1,name2,username))
---
> if (!hosts_ctl("cfengine",name1,name2,username))

----------------------

The documentation talks about "cfengine" for the service-name, cfd
itself uses it when it tries to find the port-number.
So this is wrong and causes tcpwrapper to fail !


Form Cfengine Tutorial:

Remote execution of cfengine
----------------------------
...
     myhost% cfrun REMOTE-HOST -v


This is incorrect. No host-name can be given. cfrun uses cfrun.hosts
instead.


Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]