bug-cfengine
[Top][All Lists]
Advanced

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

Logging bug in cfengine 2.0.3


From: David Douthitt
Subject: Logging bug in cfengine 2.0.3
Date: Wed, 18 Sep 2002 09:36:27 -0500
User-agent: Mutt/1.4i

If you have a cfengine line like the following:

files:
    /home/*/.ssh [...]

and some of these directories do not exist, then
the output states the following:

Sep 18 01:03:14 myhost cfengine:myhost[11766]: Cannot access file/directory 
/home/*/.ssh 
Sep 18 01:03:14 myhost cfengine:myhost[11766]: File/Dir /home/*/.ssh did not 
exist and was marked (fixdirs) 

Shouldn't it be something like this:

Sep 18 01:03:14 myhost cfengine:myhost[11766]: Cannot access file/directory 
/home/jik/.ssh 
Sep 18 01:03:14 myhost cfengine:myhost[11766]: File/Dir /home/jik/.ssh did not 
exist and was marked (fixdirs) 





reply via email to

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