Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1840  / 2 Years ago, wed, march 9, 2022, 8:32:48

I'm one of the many confused by the new several minute delay when booting an upgraded Ubuntu 11.10 system. I have two NICs, both with static IP addresses, plus lo and nothing else (that I know of). So (a) what is the system waiting for? and (b) why does it think it failed and warn that is it is going to proceed with "broken" network configuration? This is EXTREMELY disconcerting even though every network thing I've known to check appears to be working fine. FWIW, here's my interfaces file (actual addresses obscured):



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth1
iface eth1 inet static
address w.x.y.z
netmask 255.255.255.248
gateway w.x.y.z

# The extra network interface
auto eth0
iface eth0 inet static
address w.x.y.z
netmask 255.255.255.0
gateway w.x.y.z


Oh, I'm not running under VMware, this is a dedicated PC, but I've followed the instructions about changing /var/run and /var/lock into symlinks anyway, but of course that didn't help.


More From » 11.10

 Answers
3

Remove the "auto" lines (comment them out if you're not confident). This is a bug, either #839595, “failsafe.conf's 30 second time out is too low” or #845914, “Failsafe boot delay causes a real delay on every boot” (now marked as a dupe of #847782, “installer writes a permanent ethernet entry in interfaces file”). That edit fixes it.


[#42712] Wednesday, March 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
arbaour

Total Points: 346
Total Questions: 115
Total Answers: 105

Location: Oman
Member since Wed, Apr 12, 2023
1 Year ago
;