Boot taking a long time

Paul Groves paul.groves.787 at gmail.com
Fri Nov 2 15:50:55 UTC 2018


Hi everyone.

I am having some trouble with Ubuntu Server 18.04 networking.

The system has two onboard NICs used in a network bond (bond0) in 
balance-rr mode. The network bond is working fine with both or either 
NIC connected.

When I boot the system from off or reboot I am presented with:

A start job is running for Wait for Network to be Configured

This is displayed on the screen for approximately 3 minutes at which 
point the system boots normally. How can I prevent this timer coming up?

I have this problem on two servers both running ubuntu 18.04.1 and with 
the exact same configuration.

Here is my netplan configutration which was automatically generated at 
setup.

Am I doing something wrong?

Paul

paul at web:~$ cat /etc/netplan/50-cloud-init.yaml
network:
     bonds:
         bond0:
             addresses:
             - 192.168.0.9/24
             dhcp4: false
             dhcp6: false
             gateway4: 192.168.0.1
             interfaces:
             - eno1
             - enp2s0
             nameservers:
                 addresses:
                 - 192.168.0.5
                 search:
                 - groves
             parameters:
                 mode: balance-rr
     ethernets:
         eno1:
             addresses: []
             dhcp4: false
             dhcp6: false
         enp2s0:
             addresses: []
             dhcp4: false
             dhcp6: false
     version: 2





More information about the ubuntu-users mailing list