[PR #4124] [CLOSED] fix: adjust systemd service to properly gather debug bundles #19570

Open
opened 2026-08-05 05:06:10 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/4124
Author: @nazarewk
Created: 7/9/2025
Status: Closed

Base: mainHead: fix/systemd-service-logs


📝 Commits (2)

  • e6672c4 fix: debug bundles: adjust systemd service to properly gather debug bundles
  • 782a8cb fix: keep the daemon socket address constant

📊 Changes

3 files changed (+16 additions, -8 deletions)

View changed files

📝 client/cmd/service.go (+1 -1)
📝 client/internal/debug/debug_linux.go (+2 -2)
📝 release_files/systemd/netbird@.service (+13 -5)

📄 Description

Describe your changes

The Arch Linux (and probably other) packages using release_files/systemd/netbird@.service as a base aren't sufficiently configured to gather logs for a debug bundle.

This PR attempts to fix the situation

https://github.com/netbirdio/netbird/issues/4110

possibly interferes with https://github.com/netbirdio/netbird/pull/3980

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/4124 **Author:** [@nazarewk](https://github.com/nazarewk) **Created:** 7/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/systemd-service-logs` --- ### 📝 Commits (2) - [`e6672c4`](https://github.com/netbirdio/netbird/commit/e6672c4ecb7a77d61fa2475a8f5507fce8f914a1) fix: debug bundles: adjust systemd service to properly gather debug bundles - [`782a8cb`](https://github.com/netbirdio/netbird/commit/782a8cb13036db0a5eecf8296d8cb5ef51a8760f) fix: keep the daemon socket address constant ### 📊 Changes **3 files changed** (+16 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/service.go` (+1 -1) 📝 `client/internal/debug/debug_linux.go` (+2 -2) 📝 `release_files/systemd/netbird@.service` (+13 -5) </details> ### 📄 Description ## Describe your changes The Arch Linux (and probably other) packages using `release_files/systemd/netbird@.service` as a base aren't sufficiently configured to gather logs for a debug bundle. This PR attempts to fix the situation ## Issue ticket number and link https://github.com/netbirdio/netbird/issues/4110 possibly interferes with https://github.com/netbirdio/netbird/pull/3980 ## Stack <!-- branch-stack --> ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 05:06:10 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#19570