[lfs-dev] network bootscript rfc

2012-04-06 Thread Bruce Dubbs
I've tried moving some things around on my development system and would like some feedback. For a bridge, br0, I have: ifconfig.br0 ONBOOT=yes IFACE=br0 SERVICE="bridge ipv4-static" IP=192.168.0.22 GATEWAY=192.168.0.1 PREFIX=24 BROADCAST=192.168.0.255 INTERFACES=eth0 # Add to IFACE IP_FORWAR

Re: [lfs-dev] network bootscript rfc

2012-04-06 Thread Qrux
On Apr 6, 2012, at 12:56 PM, Bruce Dubbs wrote: > I've tried moving some things around on my development system and would like > some feedback. > > For a bridge, br0, I have: > > ifconfig.br0 > > ONBOOT=yes > IFACE=br0 > SERVICE="bridge ipv4-static" > IP=192.168.0.22 > GATEWAY=192.168.0.1 > P

[lfs-dev] Automake-1.11.4

2012-04-06 Thread Fernando de Oliveira
aclocal-1.11.4 and automake-1.11.4 could not been found: $ automake --version | grep automake && ls -l /usr/bin/{aclocal,automake}* automake (GNU automake) 1.11.4 -rwxr-xr-x 2 root root 31104 Abr 5 13:13 /usr/bin/aclocal -rwxr-xr-x 2 root root 31104 Abr 5 13:13 /usr/bin/aclocal-1.11 -rwxr-xr-x

Re: [lfs-dev] Automake-1.11.4

2012-04-06 Thread Bruce Dubbs
Fernando de Oliveira wrote: > aclocal-1.11.4 and automake-1.11.4 could not been found: > > $ automake --version | grep automake && ls -l /usr/bin/{aclocal,automake}* > automake (GNU automake) 1.11.4 > -rwxr-xr-x 2 root root 31104 Abr 5 13:13 /usr/bin/aclocal > -rwxr-xr-x 2 root root 31104 Abr

Re: [lfs-dev] network bootscript rfc

2012-04-06 Thread Bruce Dubbs
Qrux wrote: > 1) Why is ifup bringing up the virtual interface? That is clearly a > service-level responsibility. In fact, in the case of a bridge, that > interface doesn't even exist until you create it with brctl. What > purpose does it serve in ifup? Sine it it placed after the creation/con

Re: [lfs-dev] Automake-1.11.4

2012-04-06 Thread Fernando de Oliveira
--- Em sex, 6/4/12, Bruce Dubbs escreveu: > De: Bruce Dubbs > Assunto: Re: [lfs-dev] Automake-1.11.4 > Para: "LFS Developers Mailinglist" > Data: Sexta-feira, 6 de Abril de 2012, 19:08 > Fernando de Oliveira wrote: > > aclocal-1.11.4 and automake-1.11.4 could not been > found: > > > > $ automak

Re: [lfs-dev] Automake-1.11.4

2012-04-06 Thread Bruce Dubbs
Fernando de Oliveira wrote: > --- Em sex, 6/4/12, Bruce Dubbs escreveu: > >> De: Bruce Dubbs Assunto: Re: [lfs-dev] Automake-1.11.4 Para: "LFS >> Developers Mailinglist" Data: Sexta-feira, 6 de Abril de 2012, >> 19:08 Fernando de Oliveira wrote: >>> aclocal-1.11.4 and automake-1.11.4 could not bee

Re: [lfs-dev] network bootscript rfc

2012-04-06 Thread Qrux
On Apr 6, 2012, at 3:24 PM, Bruce Dubbs wrote: > Qrux wrote: > >> 1) Why is ifup bringing up the virtual interface? That is clearly a >> service-level responsibility. In fact, in the case of a bridge, that >> interface doesn't even exist until you create it with brctl. What >> purpose does it