Re: SIOCADDRT: Invalid argument

1999-12-29 Thread aphro
using rotue add -net in 2.2.x is redundant as 2.2. already adds the route automatically, its nothing to worry about it doesnt hurt anything. nate On Wed, 29 Dec 1999, Daniel [iso-8859-1] P?rez P?rez wrote: danito >I use Debian 2.1 and I have changed my Kernel 2.0.36 to 2.2.4 and danito >when

Re: SIOCADDRT: Invalid argument

1999-12-29 Thread Marcin Kurc
route add -host 127.0.0.1 lo is added automatically by kernel. You don't need to do it again. If you want to overwrite it with some other options - use it with full syntax. goto /usr/src/linux/Documentation On Wed, Dec 29, 1999 at 03:34:29PM -0500, Sebastian Canagaratna wrote: > Try from the co

Re: SIOCADDRT: Invalid argument

1999-12-29 Thread Sebastian Canagaratna
Try from the command line: ifconfig lo 127.0.0.1 route add -host 127.0.0.1 lo If this works you can put this in the following file: /etc/init.d/network To be on the safe side copy your original network file. This is what I have on my machine and I don't have any problems. Make sure the rest of

Re: SIOCADDRT invalid argument

1999-08-16 Thread Tor Slettnes
> "Kai" == Kai Rascher <[EMAIL PROTECTED]> writes: Kai> Hi experts, I installed kernel 2.2.11 (Debian 2.1) and Kai> everything seem all right. But there are two messages Kai> ´SIOCADDRT invalid argument´ during boot process I don´t Kai> understand. I´m pretty sure that this me

Re: SIOCADDRT: Invalid argument

1999-04-19 Thread Alec Smith
Remove the route -add stuff from /etc/init.d/network and you'll be fine. Its OK to leave the route -add default gw line if you have a gateway on your network. The error message isn't harmful, so if you're squeemish about editing init files, don't worry. On Mon, 19 Apr 1999, Armin Wegner wrote: