On Wed, Apr 23, 2025 at 12:13 PM Gabriel L. Somlo <[email protected]> wrote:
> This *sort-of* worked: systemd-networkd-wait-online took about two > minutes before it failed with a timeout. However, that was long enough > to hold back network-online.target, and by extension sendmail.service, > so that the latter found the transient hostname already configured... As Lennart indicated, you may need to properly configure your interfaces (especially if you have multiple) to indicate whether they are required for online status. For a number of my existing (but inactive) interfaces I ended up adding: Unmanaged=yes RequiredForOnline=no for my use cases (obviously your use cases will be different). You should be able to see the problematic (for you) use cases using: networkctl -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
