[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error on line 31 of a 30 line cfservd.conf .
From: |
Ryan Merrick |
Subject: |
error on line 31 of a 30 line cfservd.conf . |
Date: |
Mon, 13 Oct 2003 02:15:57 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 |
Hello,
Cfagent ran fine until I tried to run cfservd to serve config files. All
the commented options were also listed as parse errors.
Where did I go wrong ?
Ryan Merrick
root@free# cfservd -v
GNU Cfengine server daemon -
2.0.3
Free Software Foundation 1994-2001
Donated by Mark Burgess, Faculty of Engineering,
Oslo University College, 0254 Oslo, Norway
------------------------------------------------------------------------
Host name is: free.death.list
Operating System Type is freebsd
Operating System Release is 5.1-RELEASE-p8
Architecture = i386
Using internal soft-class freebsd for host freebsd
The time is now Mon Oct 13 02:07:50 2003
------------------------------------------------------------------------
Additional hard class defined as: 32_bit
Additional hard class defined as: freebsd_5_1_RELEASE_p8
Additional hard class defined as: freebsd_i386
Additional hard class defined as: freebsd_i386_5_1_RELEASE_p8
Additional hard class defined as:
freebsd_i386_5_1_RELEASE_p8_FreeBSD_5_1_RELEASE_p8__0__Sat_Oct__4_13_53_39_PDT_2003_____root_free_attbi_com__usr_obj_usr_src_sys_TIDE
GNU autoconf class from compile time: compiled_on_freebsd5.1
Address given by nameserver: 10.1.1.2
Looking for a source of entropy in /var/cfengine/randseed
Loaded /var/cfengine/ppkeys/localhost.priv
Loaded /var/cfengine/ppkeys/localhost.pub
Interface 1: fxp0
Interface 2: fxp0
Interface 3: fxp0
Interface 4: lo0
Interface 5: lo0
cf:free.death.list:/var/cfengine/inputs/cfservd.conf:31: parse error
free.death.list: cfservd Multithreaded version
free.death.list::Execution terminated after parsing due to errors in program
root@free# cat -b cfservd.conf
1 #########################################################
2 #
3 # This is a cfd config file
4 #
5 # The access control here follows after any tcpd
6 # control in /etc/hosts.allow and /etc/hosts.deny
7 #
8 #########################################################
9 #
10 #
11 # Could import cf.groups here and use a structure like
12 # in cfengine.conf, cf.main, cf.groups
13 #
14 #
15 control:
16 ChecksumDatabase = ( /tmp/testDATABASEcache )
17 IfElapsed = ( 1 )
18 MaxConnections = ( 10 )
19 BindToInterface = ( 10.1.1.2 )
20 DenyBadClocks
21 domain = ( death.list )
22 #AllowUsers = ( wrmine root )
23 #LogAllConnections
24 #AllowConnectionsFrom = ( 10.1.1.0/24 )
25 #TrustKeysFrom = ( 10.1.1.0/24 ) # trusted subnet
26 #
27 #########################################################
28 #
29 # admit: # or grant:
30 # /etc/cfengine encrypt=true *.death.list
root@free#
- error on line 31 of a 30 line cfservd.conf .,
Ryan Merrick <=