Problem with route and kernel 2.2.10

1999-06-27 Thread Ralf Comtesse
Hello, I compiled kernel 2.2.10 today and almost everything went fine. The only problem is when booting. In /etc/rcS.d S40network is called and there you find the line route add -net 127.0.0.0 wich gives me SIOCADDRT: Invalid argument Was there change that I did not get? Sth. else I missed?

Re: Problem with route and kernel 2.2.10

1999-06-27 Thread Dennis Schoen
Ralf Comtesse wrote: Hello, I compiled kernel 2.2.10 today and almost everything went fine. The only problem is when booting. In /etc/rcS.d S40network is called and there you find the line route add -net 127.0.0.0 wich gives me SIOCADDRT: Invalid argument Was there change that

Re: Problem with route and kernel 2.2.10

1999-06-27 Thread Leen Besselink
On Sun, 27 Jun 1999, Ralf Comtesse wrote: Hello, I compiled kernel 2.2.10 today and almost everything went fine. The only problem is when booting. In /etc/rcS.d S40network is called and there you find the line route add -net 127.0.0.0 wich gives me SIOCADDRT: Invalid argument

Re: Problem with route and kernel 2.2.10

1999-06-27 Thread Robert Rati
Just comment out the route add -net line from your /etc/init.d/network file. It is no longer needed because in the 2.2.x kernels, that is taken care of in a different place. Rob On Sun, 27 Jun 1999, Ralf Comtesse wrote: Hello,