<div dir="ltr"><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 12, 2022 at 11:33 AM Michael Biebl <<a href="mailto:biebl@debian.org">biebl@debian.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Hm, works fine here, i.e. I can't reproduce your problem.<br>
I'm running LXC on a Debian sid host though.<br>
Maybe it's something related to your LXC configuration/installation?<br></blockquote><div><br></div><div><div>Hi Michael</div><div><br></div><div>LXC host runs on Debian Bullseye.</div><div><br></div><div>ck@host:~$ dpkg -l|egrep "(systemd|lxc)" | awk '{print $2" "$3}'<br>dbus-user-session 1.12.20-2<br>liblxc1:amd64 1:4.0.6-2<br>libnss-systemd:amd64 247.3-6<br>libpam-systemd:amd64 247.3-6<br>libsystemd0:amd64 247.3-6<br>libvirt-daemon-system-systemd 7.0.0-3<br>lxc 1:4.0.6-2<br>lxcfs 4.0.7-1<br>systemd 247.3-6<br>systemd-container 247.3-6<br>systemd-sysv 247.3-6<br>systemd-timesyncd 247.3-6</div> </div><div>I actually see a major difference when comparing a Debian 11.2 vs. a 11.3 container.</div><div><br></div><div>-----------------------------------------------------------<br></div><div>Inside 11.2 LXC:</div><div><br></div><div>root@112:~# cat /etc/debian_version <br>11.2</div><div><br></div><div>ck@112:~$ systemctl list-units|grep network<br>  networking.service                  loaded active exited    Raise network interfaces<br>  network-online.target               loaded active active    Network is Online<br>  network.target                      loaded active active    Network</div><div><br></div><div><br></div><div>Inside 11.3 LXC:</div><div><br></div><div>root@113test:~# cat /etc/debian_version<br>11.3</div><div><br></div><div>root@11test:~# systemctl list-units|grep network<br>  systemd-networkd.service            loaded active running   Network Service<br>  systemd-networkd.socket             loaded active running   Network Service Netlink Socket<br>  network.target                      loaded active active    Network<br></div><div>-----------------------------------------------------------</div><div><br></div><div>Note the different network units.<br></div><div>Both LXC containers have been setup with the same lxc-download template. Actually a locally modified lxc-download template for our infra so there was definitely no change inside the template.<br></div><div>Not sure where this change comes from though.<br></div><div><br></div></div></div>