Forum Replies Created
-
AuthorPosts
-
fishermanModerator
Can you try to disable “multi-pass encoding” in session Display Settings of NoMachine Menu Panel. https://www.nomachine.com/DT04O00140#5.1
October 2, 2020 at 16:11 in reply to: Collect logs automatically and plug it to Elastic search #29780fishermanModeratorThis is not related to NoMachine software and i think that you can find all information on Elastic Search website. I can present one possible idea how all works.
- As a first thing you should install Filebeat (https://www.elastic.co/downloads/beats/filebeat) on each NoMachine server which logs have to be monitored.
Filebeat monitors the log files, collects log events, and forwards them to endpoint. Settings of logs input and endpoints outputs have to be filled in filebeat.yml – you should include there all paths of log files
NoMachine store most logs in /var/log directory, ex. /usr/NX/var/log on Linux hosts. More information about NoMachine logs you will find https://www.nomachine.com/AR10K00697, which has to be synchronized with ES and determine also where new logs will be sent (output). It can be a directly elastic search endpoint depending on what will be done with collected data next and how it has to be visualized in Kibana but, in most cases, you will want to transform this data to a more readable format for ES, ex. JSON. In that case, the best choice for your endpoint will be a Logstash. - Logstash is a data processing pipeline and a part of ELK Stack (https://www.elastic.co/downloads/logstash). It can be installed on the same host where Elastic Search and Kibana.
To process data sent by Filebeats you have to create Logstash pipeline with sections input, filter and output. Input will a Filebeat in our case. The filter section is a place to determine how logs have to be processed. Output as an Elastic Search endpoint. - Setup your Elastic Search and Kibana, create index patterns for corresponding NoMachine logs data.
If everything is configured correctly you should be able to find indexed new logs entries in Kibana “Discover” or Kibana “Management -> Index Management” sections.
fishermanModeratorIt looks everything is OK from NoMachine side.
Please can you send output of the.
ls -la /Users/npatelv/.home/hosts
fishermanModeratorWe dont have specific mouse, and we tried few other models and all buttons worked correctly.
I would like to ask you the following:
– Does all mouse buttons are working correctly on Linux client?
– What buttons are not working?
– Did you maybe reconfigured or remapped buttons?fishermanModeratorWe have created TR related to this issue https://www.nomachine.com/TR09R09830.
September 17, 2020 at 16:10 in reply to: Virtual Desktop : Wayland vs. X11 – Gnome Classic vs. Gnome Standard #29510fishermanModeratorWayland is not supported in the NoMachine virtual desktops, you can only use x11 desktops.
At the moment there is no possibility to add more Desktop types to the list, there is Feature Request for this: https://www.nomachine.com/FR09L02833.
However you can still create separate different .nxs connection file for the specific session type.
Create first connection file to start Gnome 3D as default on RHEL8 choose New Desktop and then click “Create a new virtual desktop” and select option “Save this settings in a connection file”;
Create second connection file to start Gnome Classic and then click “Create a new custom session”-> “Run the following command: env GNOME_SHELL_SESSION_MODE=classic /bin/dbus-launch –exit-with-session gnome-session –session gnome-classic” + important is to select options “Run the command in a virtual desktop” and “Save this settings in a connection file”
September 11, 2020 at 17:41 in reply to: NoMachine admin page issue after load CA certificate #29453fishermanModeratorBased on your information and the error you got we assume that you had overwrite client certificate that is not related to NoMachine Web access.
please execute following commands as root user
echo "Host:localhost" > /var/NX/nxhtd/.nx/config/client.crt cat /usr/NX/etc/keys/host/nx_host_rsa_key.crt >> /var/NX/nxhtd/.nx/config/client.crt echo "Host:127.0.0.1" >> /var/NX/nxhtd/.nx/config/client.crt cat /usr/NX/etc/keys/host/nx_host_rsa_key.crt >> /var/NX/nxhtd/.nx/config/client.crt chown nxhtd:nxhtd /var/NX/nxhtd/.nx/config/client.crt chmod 600 /var/NX/nxhtd/.nx/config/client.crt
For more details you can check using these articles
– https://www.nomachine.com/DT03O00127#2
– https://www.nomachine.com/AR05P00980fishermanModeratorPlease can you send output of the following commands
dscacheutil -q host -a name localhost ls -l /etc/hosts cat /etc/hosts
fishermanModeratorPlease check article on how to solve certificate issue: https://www.nomachine.com/AR05P00980.
fishermanModeratorI am using Xcode as well on Mac and did not noticed issue like that.
Is it possible that you have some scheduler related to Xcode, that can triger maybe network disconnection or similar?
September 2, 2020 at 16:10 in reply to: Error: Cannot create a new display, please contact your system administrator #29333fishermanModeratorI verified procedure to install NoMachine on AWS and everything is correct from the article.
when you are executing nxserver commands can you make sure that you are using double dash like “
--restart
” likesudo /etc/NX/nxserver --status sudo /etc/NX/nxserver --restart
https://www.nomachine.com/DT10O00163 (“How to gather debug logs for support requests”)
If you still having the issue please send the logs to forum[at]nomachine[dot]com using the title of this forum’s thread as the mail’s subject.
August 31, 2020 at 09:19 in reply to: Error: Cannot create a new display, please contact your system administrator #29244fishermanModeratorCan you make sure that you have installed Desktop Environment.
Here you can find more information on setup https://www.nomachine.com/accessing-your-remote-linux-desktop-on-amazon-elastic-compute-cloud-via-NoMachine.
fishermanModeratorWhat i have understood that this issue is probably connected with the fact that your provider does not offer real public IP but nated one. So basically you are using [ public ip ] — [ second level provider IP ] –> [ LAN subnetwork ].
You can confirm that by comparing IP from whatismyip to the IP provided in your 4G router.
If that is the case you can ask your network provider to assign direct public IP to the 4G router or to wait for our feature https://www.nomachine.com/FR07J02731.
fishermanModeratorI still did not notice any similar issue.
Can you verify if possibly you have set Energy Saver settings for Power Adapter and used your computer on battery, or client host Energy saver settings?
fishermanModeratorPlease see requested feature related to the scaling https://www.nomachine.com/FR02M02864.
- As a first thing you should install Filebeat (https://www.elastic.co/downloads/beats/filebeat) on each NoMachine server which logs have to be monitored.
-
AuthorPosts