Ich habe hier im Forum gelesen, dass man dazu alle Einträge in der interfaces auskommentieren soll. Ich hatte dort tatsächlich manuell die eth0 statisch verwaltet
Wenn ich nun aber alles auskommentiere und das System neu starte dann hängt der Bootvorgang an folgender Stelle: "Starting NFS common utilities: statd"
Zumindest ist das die letzte Ausgabe die auf dem Schirm stehen bleibt.
Wenn ich die Änderungen rückgängig mache bootet das System wieder normal. Was läuft da falsch?
- Tue Sep 13 09:39:14 2011: Setting parameters of disc: (none).
Tue Sep 13 09:39:14 2011: Setting preliminary keymap...done.
Tue Sep 13 09:39:14 2011: Activating swap...done.
Tue Sep 13 09:39:14 2011: Checking root file system...fsck from util-linux-ng 2.17.2
Tue Sep 13 09:39:14 2011: root: clean, 138668/3662848 files, 1610300/14648320 blocks (check in 3 mounts)
Tue Sep 13 09:39:14 2011: done.
Tue Sep 13 09:39:14 2011: Cleaning up ifupdown....
Tue Sep 13 09:39:14 2011: Setting up networking....
Tue Sep 13 09:39:14 2011: Loading kernel modules...done.
Tue Sep 13 09:39:14 2011: Activating lvm and md swap...done.
Tue Sep 13 09:39:14 2011: Checking file systems...fsck from util-linux-ng 2.17.2
Tue Sep 13 09:39:14 2011: done.
Tue Sep 13 09:39:14 2011: Mounting local filesystems...done.
Tue Sep 13 09:39:14 2011: Activating swapfile swap...done.
Tue Sep 13 09:39:14 2011: Cleaning up temporary files....
Tue Sep 13 09:39:14 2011: Setting kernel variables ...done.
Tue Sep 13 09:39:14 2011: Configuring network interfaces...done.
Tue Sep 13 09:39:14 2011: Starting portmap daemon....
Tue Sep 13 09:39:14 2011: Starting NFS common utilities: statd.
- # 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
#NetworkManager#iface eth0 inet dhcp
auto eth0
iface eth0 inet static
address 192.168.2.7
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.1.255
gateway 192.168.2.1