[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bootstrapping
From: |
Chip Seraphine |
Subject: |
Re: Bootstrapping |
Date: |
Fri, 20 Feb 2004 07:59:08 -0600 |
User-agent: |
KMail/1.5 |
On Thursday 19 February 2004 16:49, Jamie Wilkinson wrote:
> This one time, at band camp, Chip Seraphine wrote:
> >On Wednesday 18 February 2004 16:56, Luke A. Kanies wrote:
> >> So, as to 'correctly updating': If a client can successfully copy
> >> _anything_ is it working? What about if it's just running cfagent at
all?
> >> What if it has some errors, such as being incapable of starting a
process?
> >
> >I have my cfagents dump their $(allclasses) variable, suitably
reformatted,
> >into a file at the very end of each run. This is useful for seeing 'what
> >happened' and such.
>
> Please, some example script? :-)
Do you mean of the variable dumping or the post-game analysis? The former
is pretty simple, the latter is very highly localized... so I'll assume you
meant the former. :-)
The last thing (theoreticallly, anyway) my cfagent.conf does is import a
file called cf.finish. Cf.finish does some tidy tasks, including:
shellcommands:
"/bin/echo '$(allclasses)' | cut -d= -f2- | tr ':' '\n' >
/var/cfengine/log/classes.last"
- Re: Bootstrapping, (continued)
- Re: Bootstrapping, Mark . Burgess, 2004/02/19
- Re: Bootstrapping, Luke A. Kanies, 2004/02/19
- Re: Bootstrapping, Nate Campi, 2004/02/19
- Re: Bootstrapping, John Sechrest, 2004/02/19
- Re: Bootstrapping, Nate Campi, 2004/02/19
- Re: Bootstrapping, Russell Adams, 2004/02/19
- Re: Bootstrapping, Jamie Wilkinson, 2004/02/19
- Re: Bootstrapping,
Chip Seraphine <=
Re: Bootstrapping, Jamie Wilkinson, 2004/02/19
Re: Bootstrapping, Luke A. Kanies, 2004/02/16