-
Notifications
You must be signed in to change notification settings - Fork 93
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
Linux desktop connection problem #237
Comments
I will have a look later today/2moz for u on this, |
Not a problem. Can you, please, provide bug template? |
@heldner when u open an issue select bug report and all information is in there |
This problem reproduced only when message-box, in my case it's zenity, runs with non-ascii symbols. With ascii it's working fine. |
In this moment zenity fails with code 255, when title or caption passed in cyrillic. Code goes to next invocation of zenity and sometimes it works and all goes fine, or it fails as I mentioned above. If title and caption defined in english all working fine. MeshAgent/modules/message-box.js Line 404 in 17a37ea
|
@si458 is it possible to fix it? |
Sorry I've not had chance to look at it, won't have chance until weekend now, but will try my best! Can u share what node version, meshcentral version, server os running meshcentral you are on? Also share what the remote OS and architecture it is? You didn't follow the bug template originally which has all this information asked for so I can try and replicate the issue |
Hello @si458 ! $ node --version
v20.11.1
$ lsb_release -d
Description: Debian GNU/Linux 11 (bullseye)
$ npm list | grep mesh
meshcentral@ /opt/meshcentral
├── [email protected] |
Thanks @heldner Is the remote computers OS the debian 11 or the server running meshcentral thats debain 11? Is it x64 or arm64? Server/computer or Raspberry Pi? |
Both server and client are on debian 11. All of them on x64 architecture. |
Hello!
I have a problem with desktop connection to linux machines. Meshagent regulary segfaults after consentpromise resolved.
To reproduce:
At this time I see small window notifybar-desktop, and agent is not starting with message:
I'm tried to enable debug logs with these instructions, without success:
Please help with this bug?
The text was updated successfully, but these errors were encountered: