Re: [systemd-devel] systemd-networkd-wait-online doesn't wait for DNS

2024-12-10 Thread Nick Rosbrook
On Sun, Dec 8, 2024 at 8:00 AM Adam Nielsen wrote: > > Hi all, > > Is there a way to tell the systemd-networkd-wait-online service to wait > until DNS is working before continuing? > I have a PR open for this, which should hopefully be in v258. https://github.com/systemd/systemd/pull/34640 -NR

[systemd-devel] systemd 257 released

2024-12-10 Thread systemd tag bot
🎆 A new, official systemd release has just 🎉 been 🎊 tagged 🍾. Please download the tarball here: https://github.com/systemd/systemd/archive/v257.tar.gz Changes since the previous release: Incompatible changes: * The --purge switch of systemd-tmpfiles (which was added in

Re: [systemd-devel] systemd-boot, default entry and bootctl, oh my

2024-12-10 Thread Itxaka Serrano Garcia
Another weird behaviour. I changed the loader.conf to use a glob so it picks whatever entry is, even if boot assessment is in there: default passive*.conf timeout 5 console-mode max editor no secure-boot-enroll if-safe This results in systemd-boot choosing the entry again and again, exhausting

[systemd-devel] systemd-boot, default entry and bootctl, oh my

2024-12-10 Thread Itxaka Serrano Garcia
Hey all, me again with stupid questions regarding systemd-boot, yay! seems like systemd-boot and bootctl do not agree on the default entries and IDs for the entries somehow? Scenario: We got 2 entries, with boot assessment enabled. One was already marked as good. We set the passive one as the de