Re: ip forwarding and iptables

2006-05-15 Thread Angel Tsankov
I have 2 PCs: one configured as gateway (PC1) and the other one (PC2) configured to use PC1 as gateway. PC1 runs a LFS. It has ip forwarding enabled (e.g. by echo 'net.ipv4.ip_forward = 1' >> /etc/sysctl.conf). As far as I understand, I do not need to do anything else to make the kernel route tr

ip forwarding and iptables

2006-05-15 Thread Angel Tsankov
I have 2 PCs: one configured as gateway (PC1) and the other one (PC2) configured to use PC1 as gateway. PC1 runs LFS. It has ip forwarding enabled (e.g. by echo 'net.ipv4.ip_forward = 1' >> /etc/sysctl.conf). As far as I understand, I do not need to do anything else to make the kernel route traf

Re: ip forwarding and iptables

2006-05-15 Thread steve crosby
On 5/16/06, Andrew Benton <[EMAIL PROTECTED]> wrote: Angel Tsankov wrote: > I have 2 PCs: one configured as gateway (PC1) and the other one (PC2) > configured to use PC1 as gateway. PC1 runs a LFS. It has ip forwarding > enabled (e.g. by echo 'net.ipv4.ip_forward = 1' >> /etc/sysctl.conf). > As f

unsubscription

2006-05-15 Thread jay
unsubscription -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Chpt 6.14 GCC no such file (Repost of question)

2006-05-15 Thread Michael
On Mon, 2006-05-15 at 06:06 -0700, Dan Nicholson wrote: > On 5/14/06, Michael <[EMAIL PROTECTED]> wrote: > > On Sun, 2006-05-14 at 19:42 -0700, Dan Nicholson wrote: > > > On 5/14/06, Michael <[EMAIL PROTECTED]> wrote: > > > > > > > > In file included from ../../gcc-3.4.3/gcc/crtstuff.c:62: > > > >

LFS 6.1.1 glibc errors

2006-05-15 Thread David Wiese
chapter 6.11 make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored) make[2]: *** [/sources/glibc-build/nptl/tst-attr3.out] Error 1 make[2]: *** [/sources/glibc-build/nptl/tst-clock2.out] Error 1 make[1]: *** [nptl/tests] Error 2 make[1]: *** [/sources/glibc-build/c++-types-check.out]

Re: Chpt 6.14 GCC no such file (Repost of question)

2006-05-15 Thread Michael
On Mon, 2006-05-15 at 06:06 -0700, Dan Nicholson wrote: > On 5/14/06, Michael <[EMAIL PROTECTED]> wrote: > > On Sun, 2006-05-14 at 19:42 -0700, Dan Nicholson wrote: > > > On 5/14/06, Michael <[EMAIL PROTECTED]> wrote: > > > > > > > > In file included from ../../gcc-3.4.3/gcc/crtstuff.c:62: > > > >

Re: ip forwarding and iptables

2006-05-15 Thread Andrew Benton
Angel Tsankov wrote: I have 2 PCs: one configured as gateway (PC1) and the other one (PC2) configured to use PC1 as gateway. PC1 runs a LFS. It has ip forwarding enabled (e.g. by echo 'net.ipv4.ip_forward = 1' >> /etc/sysctl.conf). As far as I understand, I do not need to do anything else to mak

Re: LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-15 Thread Dan Nicholson
On 5/15/06, Dan Nicholson <[EMAIL PROTECTED]> wrote: $ /sources/gcc-build/gcc/xgcc -v dummy.c | grep include I just figured out something simpler to see the header search path. xgcc is just a frontend for the actual driver, cc1. This guy actually gets executed when compiling or preprocessing

Re: LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-15 Thread Dan Nicholson
On 5/15/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: Hi once again! Am Sonntag, 14. Mai 2006 23:05 schrieb Mag. Leonhard Landrock: > Am Sonntag, 14. Mai 2006 20:41 schrieb Dan Nicholson: > > > > cat > dummy.c << "EOF" > > #include > > main(){} > > EOF > > > > cc -H dummy.c Let's try

Re: LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-15 Thread Mag. Leonhard Landrock
Hi once again! Am Sonntag, 14. Mai 2006 23:05 schrieb Mag. Leonhard Landrock: > Am Sonntag, 14. Mai 2006 20:41 schrieb Dan Nicholson: > > That's correct. > > > > Can you try this other sanity check that will actually tell us > > something useful about how it's searching for the headers. > > > > ca

ip forwarding and iptables

2006-05-15 Thread Angel Tsankov
I have 2 PCs: one configured as gateway (PC1) and the other one (PC2) configured to use PC1 as gateway. PC1 runs a LFS. It has ip forwarding enabled (e.g. by echo 'net.ipv4.ip_forward = 1' >> /etc/sysctl.conf). As far as I understand, I do not need to do anything else to make the kernel route tr

Re: Chpt 6.14 GCC no such file (Repost of question)

2006-05-15 Thread Dan Nicholson
On 5/14/06, Michael <[EMAIL PROTECTED]> wrote: On Sun, 2006-05-14 at 19:42 -0700, Dan Nicholson wrote: > On 5/14/06, Michael <[EMAIL PROTECTED]> wrote: > > > > In file included from ../../gcc-3.4.3/gcc/crtstuff.c:62: > > ../../gcc-3.4.3/gcc/tsystem.h:79:19: stdio.h: No such file or directory > >