Comment 3 for bug 1999178

Revision history for this message
Danilo Egea Gondolfo (danilogondolfo) wrote :

It can be easily reproduced on Arch Linux:

lxc launch images:archlinux archlinux --vm -c security.secureboot=false
lxc exec archlinux bash
pacman -Sy netplan
mkdir /etc/netplan

cat << EOF > /etc/netplan/10-blah.yaml
network:
  version: 2
  ethernets:
    enp5s0:
      dhcp4: true
EOF

systemctl daemon-reload # this will get stuck for 60 seconds

Systemd version: 252.3-1-arch
netplan version: -0.105-1

I don't run into the same problem on Ubuntu Lunar with systemd 252.1-1ubuntu1.