Console issue on core snap with bridge

Bug #2028310 reported by Davide Ronchi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
subiquity
New
Undecided
Unassigned

Bug Description

I set up Ubuntu Core with a network bridge, everything works fine, but the console shows:
Ubuntu Core 16 on <no ip address> (tty1)

You cannot log in until the system has an IP address.
(Is there supposed to be a DHCP server running on your network?)

This is not true, as I can happily ssh into the box.

Every 5-10 seconds, the message disappears, some python runs on the box spinning up the CPU quite a bit, and then the message reappears.

The bridge is set up in netplan like so:
network:
  ethernets:
    eth0: {}
  bridges:
    br0:
      addresses: [192.168.0.11/22]
      gateway4: 192.168.0.1
      nameservers:
        addresses: [192.168.0.1]
        search: []
      interfaces:
        - eth0
  version: 2

Revision history for this message
Davide Ronchi (idave) wrote :

2 more notes:
1. The message reported appears on UC 18 (despite it saying UC 16)
2. The issue is still present in UC 22, but it doesn't hammer the CPU as much as it does on UC18

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.