bug-cfengine
[Top][All Lists]
Advanced

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

bug in processes?


From: Holger Schurig
Subject: bug in processes?
Date: Fri, 09 Jan 2004 14:54:43 +0100
User-agent: KNode/0.7.2

I have this entry:

------------------------------------
processes:

    linux::

        SetOptionString "aucx"

    hup_syslogd::

        "syslogd" signal=hup inform=on
------------------------------------

But nothing happened when


------------------------------------
editfiles:

    redhat|mandrake::

        { /etc/syslog.conf
        BeginGroupIfNoLineContaining 'tty12'
             Append ''
             AppendIfNoSuchLine '# log almost everything on console 12'
             AppendIfNoSuchLine '*.info                     /dev/tty12'
             DefineInGroup 'hup_syslogd'
        EndGroup
        }
------------------------------------

executed. The I run cfagent 2.1.0p1 with "-v -d2" and saw this:

------------------------------------
DEFINED PROCESSES


PROCESS
 Restart =  (useshell=y)
 matches: @-1
 signal=NOSIG
 action=d
 ChDir=, ChRoot=
 IfElapsed=0, ExpireAfter=240
 Define
 ElseDefine

PROCESS SetOptionString
 Restart = aucx (useshell=y)
 matches: @-1
 signal=NOSIG
 action=d
 ChDir=, ChRoot=
 IfElapsed=0, ExpireAfter=240
 Define
 ElseDefine
)
------------------------------------

Where the @ is underlined, probably a NULL character. Seems that some
processing went wrong.

-- 
Try Linux 2.6 from BitKeeper for PXA2x0 CPUs at
http://www.mn-logistik.de/unsupported/linux-2.6/





reply via email to

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