fisherman

Forum Replies Created

Viewing 15 posts - 166 through 180 (of 242 total)
  • Author
    Posts
  • fisherman
    Moderator

    Can you tell us what is your desktop environment installed on Server?

    Additionally, please check following forum posts related to Manjaro Linux

    https://forums.nomachine.com/topic/connection-fails-on-headless-client

    in reply to: NoMachine with Kaspersky Security Cloud #30665
    fisherman
    Moderator

    This is not NoMachine issue, it is protection module in Kaspersky application.

    Please check following link https://support.kaspersky.com/10947 and enable nxnode.bin in the trusted applications.

     

    Attachments:
    in reply to: Welcome window does not open correctly after install #30327
    fisherman
    Moderator

    This issue looks like problem with loading fonts. Can you check MacOS console for possible errors related to NoMachine or font loading.

    Additionally can you please compress and upload here $HOME/.nx.

    in reply to: Media keys not captured #30266
    fisherman
    Moderator

    Can you try to grab the keyboard input in the session. You can do it in the in-session menu-panel or by pressing Ctrl + Alt + K to toggle the keyboard grabbing.

    in reply to: How does NoMachine “advertising on the network” work #30077
    fisherman
    Moderator

    Hello,

    There is a feature request https://www.nomachine.com/FR09P03687 that could help for your case.

    If I am not wrong, when you are mentioning that you dont see NoMachine server in client i am thinking that you need to enable mDNS port as well inside of firewall.

    Here is the article about NoMachine used ports: https://www.nomachine.com/AR01L00770.

    in reply to: Errors trying to install Ubuntu 1804 using wget #29993
    fisherman
    Moderator

    Hello,

    You are trying to download old version not available for current download.

    Please see the following forum post to download latest nomachine version
    https://forums.nomachine.com/topic/my-successful-story-in-setting-up-nvidia-driver-on-aws#post-27729

    in reply to: Resolution does not fit #29861
    fisherman
    Moderator

    I understood it is virtual machine as you have mentioned “Linux VM (Ubuntu 20.04)”.

    If you Linux machine is without monitor attached probably Linux X server if forcing one resolution. Possibly you can attach hdmi dummy dongle or you can let NoMachine create a display on the fly rather than using physical one.

    Try to turn off lightdm or gdm:
    sudo service lightdm stop

    and then restart NoMachine server:
    sudo /usr/NX/bin/nxserver –restart

    in reply to: Resolution does not fit #29852
    fisherman
    Moderator

    Hello Predz,

    What i have noticed is that you are having the Ubuntu virtual machine:
    – I would recommend to install hypervisor drivers and verify if your machine is able to use different resolutions.

    Or You may try to switch off your X server and let NoMachine create display for you. You can stop or disable you Display Manager, and create a connection to that desktop.

    Visit this link for more information about the configuration:
    https://www.nomachine.com/FR10L02842

    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

Viewing 15 posts - 166 through 180 (of 242 total)