Comment 21 for bug 2004551

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Yet another hit on the same

1. Maas deployed jammy GA 22.04
  This has 1:8.9p1-3

2. Tonight unattended-upgrade ran
   upgraded a lot of things
   # This is massive, but might be the first to recreate this

3. it triggers the same issue again

Aug 03 06:44:41 node-horsea sshd[8697]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
Aug 03 06:44:41 node-horsea sshd[8697]: error: Bind to port 22 on :: failed: Address already in use.
Aug 03 06:44:41 node-horsea sshd[8697]: fatal: Cannot bind any address.

Extra info:

There are a few things on this machine which might play into this.
It has some special network adapters, not all connected well (intentionally).

ubuntu@node-horsea:~$ networkctl
IDX LINK TYPE OPERATIONAL SETUP
  1 lo loopback carrier unmanaged
  2 eno1 ether routable configured
  3 eno2 ether degraded configured
  4 eno3 ether no-carrier configuring
  5 eno4 ether no-carrier configuring
  6 eno49 ether degraded configured
  7 eno50 ether degraded configured
  8 ens1 ether no-carrier configuring

e.g. this fails:

ubuntu@node-horsea:~$ /lib/systemd/systemd-networkd-wait-online
managing: eno2
managing: eno50
managing: eno49
managing: eno1

Timeout occurred while waiting for network connectivity.

When we activate apt-daily directly it fails over that.
But if not, then it updates and causes this crash.