[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Kein lo network interface



Hallo,

auf einem Wheezy-Rechner habe ich nach dem Booten kein lo network interface.

Das äußert sich z.B. darin, dass auch Postfix nicht startet. Er zeigt
dann die folgende Fehlermeldung:

postmulti[2773]: fatal: could not find any active network interfaces

Als workaround habe ich das folgende Skript, das alle 3 Minuten über
Cron aufgerufen wird:

if ! (/sbin/ifconfig | grep "Lokale Schleife") ; then
  echo "Kein Loopback-Device"
  /sbin/ifconfig lo 127.0.0.1 up
fi

Das funktioniert zwar, ist auf einem anderen Wheezy-Rechner aber nicht
erforderlich.

Wie bringe ich die Kiste dazu, dass das lo interface beim Booten
automatisch eingerichtet wird?

Hier noch meine /etc/network/interfaces, falls die eine Rolle spielt:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp

# The WLAN
allow-hotplug wlan0
iface wlan0 inet dhcp

Danke im Voraus!
Hermann


Reply to: