Hello,
During the boot, when it's time to bring the interfaces up, this process takes more than 5 minutes.
The below message is displayed on the screen:
A start job is running for LSB: Raise network interface [5:16]
After the timeout the systems works normally.
I'm using Lenny on a 64bit machine and the systemd init system.
# systemctl --version
systemd 215
+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR
My /etc/network/interfaces:
# 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
auto eth0
iface eth0 inet static
address 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 192.168.1.1 8.8.8.8
It seams the problem is some race condition that results in a deadlock.