Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not depend on specific networking.service #69

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

leoss
Copy link
Contributor

@leoss leoss commented Sep 22, 2024

There are several services which can implement network configuration. networking.service is only one of them. When a system does not have networking.service installed but e.g. systemd-networkd then starting OLSRd2 fails.
A better and more general approach is to wait to network being online.

There are several services which can implement network configuration.
networking.service is only one of them. When a system does not have
networking.service installed but e.g. systemd-networkd then starting
OLSRd2 fails.
A better and more general approach is to wait to network being online.
@mathiashro
Copy link
Contributor

mathiashro commented Sep 25, 2024

Issue confirmed on a recent (vanilla) Debian 12 "bookworm":

Starting olsrd2 (via systemctl): olsrd2.service
Failed to start olsrd2.service: Unit networking.service not found.
failed!

Working after the change.

@mathiashro mathiashro merged commit 78730b7 into OLSR:master Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants