[GH-ISSUE #1634] Installation of netbird fails on Fedora Atomic-based Immutable Systems #2832

Open
opened 2026-08-05 00:49:09 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @M0Rf30 on GitHub (Feb 27, 2024).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/1634

Describe the problem

following the installation details for rpm lead to a failing postinstall execution

The error reported is

Post Install of an clean install
open /etc/init.d/netbird: no such file or directory
Error: open /etc/init.d/netbird: no such file or directory
"service" failed: exec: "service": executable file not found in $PATH
Error: "service" failed: exec: "service": executable file not found in $PATH

as suggested by the package manager you can view this error with the command
journalctl -t 'rpm-ostree(netbird.post)'

To Reproduce
Steps to reproduce the behavior:

  1. add the repo under repos.d folder
  2. do an rpm-ostree update (the repo is evaluated in the right manner)
  3. do an rpm-ostree install netbird

Expected behavior

NetBird version

from 0.25.8 to 0.26.0

Originally created by @M0Rf30 on GitHub (Feb 27, 2024). Original GitHub issue: https://github.com/netbirdio/netbird/issues/1634 **Describe the problem** following the installation details for rpm lead to a failing postinstall execution The error reported is ``` Post Install of an clean install open /etc/init.d/netbird: no such file or directory Error: open /etc/init.d/netbird: no such file or directory "service" failed: exec: "service": executable file not found in $PATH Error: "service" failed: exec: "service": executable file not found in $PATH ``` as suggested by the package manager you can view this error with the command `journalctl -t 'rpm-ostree(netbird.post)'` **To Reproduce** Steps to reproduce the behavior: 1. add the repo under repos.d folder 2. do an `rpm-ostree update` (the repo is evaluated in the right manner) 3. do an `rpm-ostree install netbird` **Expected behavior** **NetBird version** `from 0.25.8 to 0.26.0`
saavagebueno added the bugclient labels 2026-08-05 00:49:09 -04:00
Sign in to join this conversation.
No Label bug client
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#2832