-
-
Notifications
You must be signed in to change notification settings - Fork 518
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
Error: context deadline exceeded #2934
Comments
@Cikaros can you share the file generated by the command: netbird debug for 1m -SA |
Thanks @Cikaros the context deadline here might be related to the daemon service not being started. Everytime you run If it was running and then stopped, can you please check if the file |
There is no issue without restarting Linux; however, after I restart Linux, I must run netbird service uninstall && netbird service install to restart the daemon service. |
I do not know the reason, and there is no output in the log either. |
It is quite strange that the daemon can only start normally after reinstallation. |
Sorry, I missed you running on Linux. The error file will be /var/log/netbird/netbird.err. Please run the same ls command. |
I know, but the result is the same |
May I ask what other methods are available to check the operation of the guardian service? I suspect the issue lies within the guardian service, but I do not see any error logs. |
You can try the following: journalctl -u netbird.service The fact that you don't have the logs might indicate that the /var/log is unavailable during boot and netbird startup time. |
Can you share the text from the |
Can you add the following line before
Then run:
|
debconf: unable to initialize frontend: Dialog
|
@Cikaros can you share your distribution name and version? |
No LSB modules are available. |
FYI: I have same behavior on Mac Os, service start only after an upgrade. Then after a reboot I have to run "sudo netbird service start" |
@Guik can you share the output of |
After each restart, the message
Error: context deadline exceeded
appears. When executingnetbird status
, it promptsError: failed to connect to daemon error: context deadline exceeded. If the daemon is not running please run: netbird service install netbird service start
. It is necessary to executenetbird service uninstall && netbird service install && netbird service start
to restore normal operation, but the errorError: context deadline exceeded
still occurs after the next restart.ubuntu 22.04 arm64
netbird v0.32.0
The text was updated successfully, but these errors were encountered: