Re: System initialization

2012-04-19 Thread Daniel Staal

On 2012-04-18 19:23, Brett Glass wrote:


And then, there's the question of how to restart daemons (but not the
whole system!) when configurations are changed... when this is
possible.


Monit can be configured to do this, as a side effect of monitoring your 
daemons.


It also likes to be in charge of starting the daemons, which might be 
enough to let you run your dynamic config generator.


Daniel T. Staal

---
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: System initialization

2012-04-19 Thread perryh
Brett Glass  wrote:

> I have several nearly identical servers in my network, and would 
> like to control their configurations entirely from one file ...

You might find sysutils/puppet useful.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: System initialization

2012-04-18 Thread Bas Smeelen
On 04/19/2012 02:32 AM, Erich Dollansky wrote:
> Hi,
>
> I think you have had the list twice in the address list.
>
> On Thursday 19 April 2012 06:23:26 Brett Glass wrote:
>
>> Has anyone out there worked on the problem of generating 
>> configuration files for important daemons (e.g. mpd, dnscache from 
> are you sure that you really need this dynamically?
>
> I believed this too until I realised that a script manually run can do the 
> job for me.
>
> I created a central location for my configuration files and let a script do 
> the rest. Of course, it is all static.
>
> Erich
Hi

The people from pfSense have done this very nicely.
Maybe you can take a look at how they did this.
It has one configuration file which is in xml format.



Disclaimer: http://www.ose.nl/email

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: System initialization

2012-04-18 Thread Erich Dollansky
Hi,

I think you have had the list twice in the address list.

On Thursday 19 April 2012 06:23:26 Brett Glass wrote:

> Has anyone out there worked on the problem of generating 
> configuration files for important daemons (e.g. mpd, dnscache from 

are you sure that you really need this dynamically?

I believed this too until I realised that a script manually run can do the job 
for me.

I created a central location for my configuration files and let a script do the 
rest. Of course, it is all static.

Erich
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"