Mailing List Archive

re: configfile format
I have a working parser now, having implemented the this_host() function.
It should be adapted to support ifconfig once a version of ifconfig is
generally available which is capable of reporting multiple IPs per
interface.

For now it is using the linux kernel networking program 'ip' to acquire
configured IP address, as well as the glibc program 'getent' to do
hostname resolution. These _should_ be availble on all linuxen. They
quite likely won't be avail on other Unices, but I don't think DRBD is
targeting them any time soon either.

The main point of this email was:

Thomas: Should I feed this work to you, or should I be playing with
CVS directly?

Alan: where do things stand with your script rewrites? Should I
start coding the ideas you presented previously, or are you busy with
that? Is such in CVS currently?

-josh
Re: configfile format [ In reply to ]
> I have a working parser now, having implemented the this_host() function.
> It should be adapted to support ifconfig once a version of ifconfig is
> generally available which is capable of reporting multiple IPs per
> interface.
>
> For now it is using the linux kernel networking program 'ip' to acquire
> configured IP address, as well as the glibc program 'getent' to do
> hostname resolution. These _should_ be availble on all linuxen. They
> quite likely won't be avail on other Unices, but I don't think DRBD is
> targeting them any time soon either.
>
> The main point of this email was:
>
> Thomas: Should I feed this work to you, or should I be playing with
> CVS directly?
>
> Alan: where do things stand with your script rewrites? Should I
> start coding the ideas you presented previously, or are you busy with
> that? Is such in CVS currently?
>
> -josh

As I can not proveide CVS access, my guess is that you will have to pass it
to me ..

However I was wondering how your are going to parse the new options ?
GLOBAL_SAFE and GLOBAL_MODE for example ...

As far as I understood it is not part of you configuration code ...
Correct me if I am wrong ...

Thank you for the work already done ..
Thomas
Re: re: configfile format [ In reply to ]
Joshua Rodman wrote:

[snip]

> Alan: where do things stand with your script rewrites? Should I
> start coding the ideas you presented previously, or are you busy with
> that? Is such in CVS currently?

I got distracted by some travel, and not feeling well for a few days,
followed by having to prepare some viewgraphs for a talk at LWCE in
January. Other than that I haven't had anything to do ;-)

I started the process, but haven't written much code - and I'd be happy to
give the little bit I've written to you. I have only a small attachment to
doing it myself - but I haven't done it so far... Do you anticipate that
this will interact heavily with your changes?

If you want to do it, then have at it! I'd strongly suggest doing it in
phases like I described. I'd be happy to talk to you about it and review
your code if you'd like to do it. Heaven knows I've got too much to do, and
don't need to do any work I can give away.

[Sorry for not replying until now]

-- Alan Robertson
alanr@example.com