fisherman

Forum Replies Created

Viewing 15 posts - 91 through 105 (of 262 total)
  • Author
    Posts
  • in reply to: Connection reset by peer #35539
    fisherman
    Moderator

    From the logs we noticed that there is a problem that one process is hanging. With logs provided, the problem is hard to debug, to handle it we would require more data.

    Please set in the /usr/NX/etc/node.cfg:
    SessionLogClean 0

    Also it seems, that master agent hangs in this case, so please add this line at the bottom of the /usr/NX/etc/node.cfg:
    dumpCoreOnHang 1 or use echo "dumpCoreOnHang 1" >> /usr/NX/etc/node.cfg

    This will cause the server to kill node with signal 11 instead of 9, so please make sure the system can handle core dumps. After this please restart the nomachine server:
    /etc/NX/nxserver –restart

    If the Agent hangs, the system produce core report for nxnode process. We would require the backtrace of all threads. The instruction is available here:
    AR09L00810 – Using GDB to debug a core file on Linux

    Make sure that debug, is enabled as per instruction Reproduce the problem and send the server and node logs as mentioned in the previous post as well as the debug traces from the core dump.

    fisherman
    Moderator

    You can check enabled applications, ports in Advance firewall settings “Inbound Rules”.

    fisherman
    Moderator

    I can only think about one possible case that you have enabled “Block all incoming connections, including those in the list of allowed apps” see screenshot.

    If that is disabled please try enabling NoMachine port 4000.

    in reply to: Connection reset by peer #35473
    fisherman
    Moderator

    Collect server side logs automatically

    More info is written under paragraph “Fourth Step: Collect Client Side Logs (if requested)”

    On Windows the .nx folder is hidden. To find it, write the following in the address bar or the file browser:
    %USERPROFILE%\.nx

    in reply to: Connection reset by peer #35462
    fisherman
    Moderator

    Hi,
    Based on the logs you send us, nxserver process is still connected and we dont see problem reproduced.
    Did you reproduced problem with connection reset by peer ?

    If yes, to make sure we have correct logs, please reproduce issue possibly few times again and send us player and server logs.

    in reply to: Install script error #35461
    fisherman
    Moderator

    I am not sure exactly by your post what is the problem. I did tried installation on Elementary OS 6 and did not have any issues and installation completed without errors and NoMachine works without problems.

    Can it be the reason that you have some special configuration that somehow alters NoMachine installation.

    Please can you show us what error you had and send us the NoMachine logs that are stored in /usr/NX/var/log?

    in reply to: Connection reset by peer #35442
    fisherman
    Moderator

    Please update your server version to latest 7.6.2.

    If you still reproduce the problem, please enable debug by executing sudo /etc/NX/nxserver --debug --enable all.
    Then reproduce problem, and collect logs sudo /etc/NX/nxserver --debug --collect

    After collecting logs you could disable logs again by running sudo /etc/NX/nxserver --debug --disable all

    in reply to: Error is 104: Connection reset by peer #35441
    fisherman
    Moderator

    From the log file you sent, I see only that NoMachine nxd cannot bind to the network interface. Can you check if permissions for nxd/nomachine to bind port 4000 on the required network interfaces are correctly set?

    Additionally, if after setting proper permission, you still experience problem please check if LAN connection works, and send us all NoMachine logs. You can collect them by executing sudo /etc/NX/nxserver --debug --collect

    in reply to: No taskbar/settings on Zorin OS 16 virtual desktop #35380
    fisherman
    Moderator

    Please change DefaultDesktopCommand in /usr/NX/etc/noode.cfg
    with
    DefaultDesktopCommand “env GNOME_SHELL_SESSION_MODE=zorin XDG_CURRENT_DESKTOP=zorin:GNOME gnome-session –session=zorin”

    fisherman
    Moderator

    I am glad that is helped.

    fisherman
    Moderator

    Please can you verify if nomachine client is installed correctly, you can do easy that by executing dpkg --list "nomachine*".

    If NoMachine is installed, but failed to start, then please check your client host architecture uname -m.
    If your architecture is x86_64, please use NoMachine client package Nomachine client amd64.

    fisherman
    Moderator

    Hello,

    NoMachine on Mac OS uses connection to the physical display. “Unknown Display” and only resolution choice of 1080p could be limitation of connected monitor or limitation of headless Mac.

    If you are using headless mac, possibly attaching hdmi dummy adapter would help.

    Or you could try to hold Option when selecting Scaled resolution (see screenshot).

    Attachments:
    in reply to: NoMachine on Arch/Wayfire? #34884
    fisherman
    Moderator

    Based on the information I found on the Internet, I see that Wayfire is Wayland environment and cannot be used within NoMachine to start virtual desktop sessions. You could try and install one of the other DE like KDE, Gnome, XFCE4 on Garuda and use it within NoMachine.

    in reply to: Keyboard control of a Windows app #34869
    fisherman
    Moderator

    You can open CMD as administrator, and execute following command:
    "C:\Program Files (x86)\NoMachine\bin\nxserver.exe" --restart

    in reply to: How to setup NoMachine on Mac #34851
    fisherman
    Moderator

    NoMachine old version 3.5 was creating session configuration differently. NoMachine from version 4, can use most of the parameters configured during the session, Please check Guide to the Functionality in the Menu Panel on Mac.
    additionally please check this document to see how to change port of the connection Getting started with NoMachine.

Viewing 15 posts - 91 through 105 (of 262 total)