[PR #2031] [CLOSED] Fix checkpid on windows #16235

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2031
Author: @hurricanehrndz
Created: 5/22/2024
Status: Closed

Base: mainHead: fix_checkpid_on_windows


📝 Commits (4)

  • fbd2c09 Syscall.signal(0) always returns false on windows
  • 41b2f6e Update ui pid file name
  • d99f867 Update client/ui/client_ui.go
  • c4b4566 Update client/ui/client_ui.go

📊 Changes

1 file changed (+34 additions, -6 deletions)

View changed files

📝 client/ui/client_ui.go (+34 -6)

📄 Description

Describe your changes

syscall.signal 0 does not work on windows as it is not implemented

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

🔄 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/2031 **Author:** [@hurricanehrndz](https://github.com/hurricanehrndz) **Created:** 5/22/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix_checkpid_on_windows` --- ### 📝 Commits (4) - [`fbd2c09`](https://github.com/netbirdio/netbird/commit/fbd2c099f1c942becb984c52296e30e128a450b3) Syscall.signal(0) always returns false on windows - [`41b2f6e`](https://github.com/netbirdio/netbird/commit/41b2f6e334966bd6445a2ad3c64a840e3d6b821b) Update ui pid file name - [`d99f867`](https://github.com/netbirdio/netbird/commit/d99f867f59d230ed4c8b0748f0d555be5ae96cb6) Update client/ui/client_ui.go - [`c4b4566`](https://github.com/netbirdio/netbird/commit/c4b4566d5cbc76183ed0df971bae5beac1954a6f) Update client/ui/client_ui.go ### 📊 Changes **1 file changed** (+34 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `client/ui/client_ui.go` (+34 -6) </details> ### 📄 Description ## Describe your changes [syscall.signal 0 does not work on windows as it is not implemented](https://pkg.go.dev/os?utm_source=godoc#Process.Signal) ## Issue ticket number and link ### 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 --- <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 04:05:53 -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#16235