fisherman

Forum Replies Created

Viewing 15 posts - 181 through 195 (of 249 total)
  • Author
    Posts
  • in reply to: Client GPU at 100%, machine becomes unresponsive #29781
    fisherman
    Moderator

    Can you try to disable “multi-pass encoding” in session Display Settings of NoMachine Menu Panel. https://www.nomachine.com/DT04O00140#5.1

    fisherman
    Moderator

    This 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.

    1. 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.
    2. 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.
    3. 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.
    in reply to: NX server startup error: Can’t bind localhost #29775
    fisherman
    Moderator

    It looks everything is OK from NoMachine side.

    Please can you send output of the.
    ls -la /Users/npatelv/.home/hosts

    in reply to: Bring all 5 buttons from mouse to server #29751
    fisherman
    Moderator

    We 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?

    in reply to: Windows 10 NX user exists after uninstall #29511
    fisherman
    Moderator

    We have created TR related to this issue https://www.nomachine.com/TR09R09830.

    fisherman
    Moderator

    Wayland 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”

    in reply to: NoMachine admin page issue after load CA certificate #29453
    fisherman
    Moderator

    Based 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/AR05P00980

    in reply to: NX server startup error: Can’t bind localhost #29450
    fisherman
    Moderator

    Please can you send output of the following commands

    dscacheutil -q host -a name localhost
    ls -l /etc/hosts
    cat /etc/hosts
    in reply to: NoMachine web session SSL #29369
    fisherman
    Moderator

    Please check article on how to solve certificate issue: https://www.nomachine.com/AR05P00980.

    in reply to: Disconnect every 20 minutes #29334
    fisherman
    Moderator

    I 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?

    fisherman
    Moderator

    I 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” like

    sudo /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.

    fisherman
    Moderator

    Can 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.

    in reply to: Mobile hotspot access #29107
    fisherman
    Moderator

    What 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.

    in reply to: Disconnect every 20 minutes #29039
    fisherman
    Moderator

    I 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?

    in reply to: Windows resolution issue #28737
    fisherman
    Moderator

    Please see requested feature related to the scaling https://www.nomachine.com/FR02M02864.

Viewing 15 posts - 181 through 195 (of 249 total)