help-cfengine
[Top][All Lists]
Advanced

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

[SOLVED] more cfengine on NT issues


From: Nate Campi
Subject: [SOLVED] more cfengine on NT issues
Date: Sat, 17 Jan 2004 16:18:31 -0800
User-agent: Mutt/1.3.28i

My bad, in order to make cfengine on cygwin do the right thing, I needed
to make this:

        $(master_cfinput)               dest=$(workdir)/inputs
                                        r=inf
                                        mode=700
                                        type=binary
                                        exclude=*.lst
                                        exclude=*~
                                        exclude=#*
                                        exclude=RCS
                                        exclude=*,v
                                        purge=true
                                        server=$(policyhost)

into this:

        $(master_cfinput)/              dest=$(workdir)/inputs/
                                        r=inf
                                        mode=700
                                        type=binary
                                        exclude=*.lst
                                        exclude=*~
                                        exclude=#*
                                        exclude=RCS
                                        exclude=*,v
                                        purge=true
                                        server=$(policyhost)


The changes from that message are already in cfengine, therefore making
Mark wonder what the hell I was asking for. ;)

Sorry for the trouble.

On Sat, Jan 17, 2004 at 03:18:56PM -0800, Nate Campi wrote:
> I'm encountering this issue copying files:
> 
>  http://mail.gnu.org/archive/html/bug-cfengine/2002-04/msg00155.html
> 
> My copy of the inputs dir, pretty much right out of the cfengine docs:
> 
> copy:
> 
>         $(master_cfinput)               dest=$(workdir)/inputs
>                                         r=inf
>                                         mode=700
>                                         type=binary
>                                         exclude=*.lst
>                                         exclude=*~
>                                         exclude=#*
>                                         exclude=RCS
>                                         exclude=*,v
>                                         purge=true
>                                         server=$(policyhost)
>  
> Produces this on the client:
> 
>  cfengine:: (Can't stat /var/cfengine/masterfiles/inputs\cfservd.conf)
> 
> ...and this on the server:
> 
>  Jan 17 15:00:32 duo cfservd[30989]:  Couldn't stat filename
>  /var/cfengine/masterfiles/inputs\cfservd.conf from host
>  galileo.campin.net
> 
> Is there a reason things weren't changed the way David Reiter did it to
> his source? Would that take care of my problems without creating more?
> 
> TIA
> -- 
> Nate
> 
> I was married by a judge. I should have asked for a jury. - Groucho Marx
> 
> 
> 
> _______________________________________________
> Help-cfengine mailing list
> Help-cfengine@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-cfengine
> 

-- 
Nate

My perspective is different. You see your 38 zones; I see millions of
zones on thousands of servers. There are a huge number of zone files
being written to disk every day, and a huge number of power outages
every day. The two events occasionally coincide. - DJB





reply via email to

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