Britgirl

Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 5,290 total)
  • Author
    Posts
  • in reply to: Black screen on Orange Pi 5 #44915
    Britgirl
    Keymaster

    Please update to the latest release.

    Miltonvo, if you continue to have problems, we’ll need to see the logs. You can follow the instructions here and then submit them to forum[at]email.com

    https://kb.nomachine.com/DT07S00243

    Bluesmanuk, it could be a different issue. Confirm the distro and version and where you downloaded the NoMachine software from.

    in reply to: Unable to authenticate #44914
    Britgirl
    Keymaster

    Connecting to the NX Server via SSH connection requires an Enterprise product installed there. If you have the free version installed on Google Cloud, you should connect using NX. Alternatively you can tunnel an SSH connection using the tips here:

    Connecting by SSH to a NoMachine host in version 4 or later
    https://kb.nomachine.com/AR10K00728

    in reply to: Players and encoders go white or not responding #44913
    Britgirl
    Keymaster

    Update to the latest version please. If the issue continues, open a new topic with details of OS versions and clear steps on how to reproduce.

    Britgirl
    Keymaster

    Hi, can you update to the latest version and tell us if you still encounter the problem? We’ve still not managed to reproduce the issue.

    Submit logs from the player side and we’ll take another look.

    Be sure that the Don’t delete log files on exit checkbox is selected in UI -> Settings -> Player -> Security panel before launching the client to reproduce the problem. Do not close the client once problem has been reproduced.

    Then collect logs manually: create a compressed archive of the .nx directory in the user’s home. On Windows the .nx folder is hidden. To find it, write the following in the address bar or the file browser:

    %USERPROFILE%\.nx

    Otherwise navigate through the computer folder till the user’s home and digit .nx in the navigation toolbar to reach it. Path can be similar to: C:/Users/nomachine/.nx

    in reply to: White screen Nvidia driver #44905
    Britgirl
    Keymaster

    Can you update to the latest version 8.7 and tell us if you have the same issue? A similar issue was reported on Debian and a fix was released in the maintenance update of today: https://kb.nomachine.com/TR07U10920

    Britgirl
    Keymaster

    A similar topic was posted here with the same workaround: https://forum.nomachine.com/topic/windows-display-scaling-nomachine-makes-it-blurry

    in reply to: Is there a portable version of NoMachine? #44902
    Britgirl
    Keymaster

    A portable package is planned and work was already started. We had other priorities in the meantime though and work was temporarily suspended.

    in reply to: Desktop not shared on mac #44900
    Britgirl
    Keymaster

    We are not aware of a similar problem.
    So that we can attempt to reproduce, please tell us:

    1) macOS version on affected machine
    2) NoMachine version on affected machine

    in reply to: The sound on the server is broken #44899
    Britgirl
    Keymaster

    You can try to see if that helps.

    in reply to: NoMachine disconnecting and logging out #44894
    Britgirl
    Keymaster

    It looks similar to this problem:

    Xorg crashes after certain events sequence
    https://www.nomachine.com/TR07U10939

    Please check if setting the following key in node.cfg helps:

    DisplayServerExtraOptions "-eventdelay 0"

     

    in reply to: External IP is gone #44890
    Britgirl
    Keymaster

    Can you attach the screenshot which didn’t attach? Don’t paste, but use the attachment tool “Upload attachments”.

    Also, tell us:

    – did you update from an earlier NoMachine version?And what version are you using now?

    – specify the OS client side and also server side.

    In NoMachine version 8, UPnP/NAT-PMP is disabled by default in the Free Edition. To get access to your computer over the internet, NoMachine’s UPnP/NAT-PMP port mapping must be enabled by hand (‘Server settings -> Ports’ -> Select the service and click on Configure); or alternatively, your router can be configured with the appropriate port-forwarding rule.

    Britgirl
    Keymaster

    Hi, we aren’t able to reproduce the issue – we checked with all the latest Win 11 updates as well.

    We will need logs with debug enabled from the Windows you are connecting to (the one which keeps turning “desktop shared” on and off).

    Please follow the instructions here for Windows:

    First Step: Enable Debug Level on the Problematic Server/Node Host
    https://kb.nomachine.com/DT07S00243

    Once you’ve enabled debug, go to your other Windows machine and start a connection. Reproduce the problem. Gather the logs.

    You can send your attachment to forum[at]nomachine[dot]com making sure to use the title of this topic as the subject of your email.

    Britgirl
    Keymaster

    Custom scripts are available in all NoMachine server products, but there is not one suitable for what you’d like to achieve at the moment. We are evaluating the possibility of adding it. Check out the guide here for a full list (11.3. Server Automation Interface: Custom Scripts executed on Server/Node Events) of what is available: https://kb.nomachine.com/DT07S00246
    You can achieve the same also in the free version if you are using that on the server.

    However, you could probably achieve a DHCP hook using your own system’s scripts to find and set the new IP as NXdListenAddress key in server configuration file, and then run /etc/NX/nxserver --configupdate.

    Britgirl
    Keymaster

    When a NoMachine server runs on a machine, it makes a list of network interfaces, and it collects all the information (hostname, list of IPs, ports on which it is listening) and sends it on the LAN to the NoMachine clients (on the same LAN). This info is used to create an mDNS item in the list of IPs and they are transmitted to the Player. As you correctly wrote, these machines are “autodiscovered”. How does the Player know that you want to use 192.xx or whatever rather than another?

    What you can do is go in to the Player’s Configuration panel of the connection and manually choose the correct IP address from the list, by editing the mDNS machine before connecting. See https://forum.nomachine.com/topic/how-to-make-nomachine-update-target-computer-ips#post-40814

     

    in reply to: No available desktops on this server #44853
    Britgirl
    Keymaster

    The logs show: “cannot open file `/etc/NX/server/localhost/node.cfg’ for reading (Permission denied)”

    This is what you should change to make it accessible to “read” for all users

    Execute:

    ls -l /etc/NX/server/localhost/node.cfg
    -rw-r--r-- 1 root root 605 cze 30 15:03 /etc/NX/server/localhost/node.cfg

    then you should execute:

    chmod 644 /etc/NX/server/localhost/node.cfg

    This last operation will require admin privileges,

Viewing 15 posts - 1,396 through 1,410 (of 5,290 total)