What if you try: cp /etc/network/interfaces /etc/network/interfaces.bak dpkg-reconfigure etherconf
This will regenerate interfaces according to the debian configuration. Being an automated process, it should generate a correct file. Now try again. ifdown lo ifup lo Could you send me the output of strace ? It can be very usefull for such debugging purposes. Now, how to override the normal ifupdown configuration: create /etc/init.d/my_localhost with these 2 lines #!/bin/sh ifconfig lo 127.0.0.1 up then chmod 755 /etc/init.d/my_localhost ln -s /etc/init.d/my_localhost /etc/rcS.d/S38my_localhost This script will be executed on boot, just before ifupdown (S39) is executed. Good Luck! Ionut On Mon, May 30, 2005 at 10:48:32PM -0400, David R. Litwin wrote: > ifconfig lo 127.0.0.1 <http://127.0.0.1> up worked. The other things you > suggest tell me that it can't read the interfaces file (which may or may not > be a problem unto itself). > > Any way, how do I make it run ifconfig lo 127.0.0.1 <http://127.0.0.1> up > with out my having to do that? > > Thank you very much. -- *************** * Ionuţ Georgescu * Max-Planck-Institut für Physik komplexer Systeme * Noethnitzer Str. 38, D-01187 Dresden * Phone: +49 (351) 871-2209 * Fax: +49 (351) 871-1999
signature.asc
Description: Digital signature