-
-
Notifications
You must be signed in to change notification settings - Fork 581
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
Windows 10 netbird service not starting (context deadline exceeded) #1685
Comments
Hello! I saw you started the service in debug mode. Could you send me the log file? |
Hello There is nothing of value within the client.log file
But if I run the command within powershell:
I will get an error message:
|
Also I can't set the Management URL through the GUI, once I enter the self-hosted URL to save it, the content is reset I check config.json and it shows:
If I set inside config.json
then run
client.log will receive error message:
|
The correct syntax of the URL config looks like this: "ManagementURL": {
"Scheme": "https",
"Opaque": "",
"User": null,
"Host": "netbird.xxxxx.com:443",
"Path": "",
"RawPath": "",
"OmitHost": false,
"ForceQuery": false,
"RawQuery": "",
"Fragment": "",
"RawFragment": ""
},
"AdminURL": {
"Scheme": "https",
"Opaque": "",
"User": null,
"Host": "app.netbird.xxxxx.com:443",
"Path": "",
"RawPath": "",
"OmitHost": false,
"ForceQuery": false,
"RawQuery": "",
"Fragment": "",
"RawFragment": ""
}, |
Thanks for the sample configuration, I've fixed it! |
For the previous problem, it may have been caused by netbird copying an old wiretrustee config file that I used a few years ago lmao |
Describe the problem
Install the current latest version (v0.26.2) and check the running status: Error: failed to connect to daemon error: context deadline exceeded
Executing the following command tries to fix it, but it does not work:
Suspected to be related to this issue: #1418
To Reproduce
Steps to reproduce the behavior:
1.Install the latest version
2.Error received
Are you using NetBird Cloud?
Self-host NetBird's control plane
Deploy according to this document: https://docs.netbird.io/selfhosted/selfhosted-quickstart
NetBird version
0.26.2
NetBird status -d output:
Error: failed to connect to daemon error: context deadline exceeded
If the daemon is not running please run:
netbird service install
netbird service start
Screenshots
The text was updated successfully, but these errors were encountered: