Re: No loopback interface after upgrading to testing

2001-05-18 Thread Jan Ulrich Hasecke
Hi Debians! After upgrading to testing I must setup lo manually after rebooting with ifup lo. I have this in my - not changed - interfaces-file: | iface lo inet loopback How can I fix it? TIA juh -- Wem gehört die Einheit? http://www.sudelbuch.de/2000/20001003.html

Re: No loopback interface after upgrading to testing

2001-05-18 Thread Gregory T. Norris
Do you have an auto entry in /etc/network/interfaces? Mine looks something like: auto lo eth0 iface lo inet loopback iface eth0 inet blah blah On Thu, May 18, 2000 at 09:01:16AM +0200, Jan Ulrich Hasecke wrote: Hi Debians! After upgrading to testing I must setup lo manually

Re: No loopback interface after upgrading to testing

2001-05-18 Thread Jan Ulrich Hasecke
Gregory T. Norris [EMAIL PROTECTED] writes: Do you have an auto entry in /etc/network/interfaces? Mine looks something like: auto lo eth0 iface lo inet loopback iface eth0 inet blah blah That's it. Strange, in potato I did not need this auto entry. Ciao! juh --

No loopback interface after upgrading to testing

2001-05-17 Thread Jan Ulrich Hasecke
Hi, I solved some of the problems I've got after upgrading to testing. I have no loopback interface With ifconfig lo does not show up. ifconfig -a gives loLink encap:Local Loopback LOOPBACK MTU:16192 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0

Re: No loopback interface after upgrading to testing

2001-05-17 Thread Jim McCloskey
Jan Ulrich Hasecke [EMAIL PROTECTED] wrote: | I have no loopback interface Edit /etc/networking/interfaces to include a line: iface lo inet loopback (you'll probably just have to uncomment an existing line) You'll need to bring the interfaces up again with ipup, I imagine, Jim

Re: No loopback interface after upgrading to testing

2001-05-17 Thread Jan Ulrich Hasecke
Hallo Jim! Am Don, 17 Mai 2001, schrieb Jim McCloskey: Edit /etc/networking/interfaces to include a line: iface lo inet loopback I have this line there. Seems that on boot it is not automatically configured. You'll need to bring the interfaces up again with ipup, I imagine, Mh, yes