Forum Replies Created
-
AuthorPosts
-
Britgirl
KeymasterPlease 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.
Britgirl
KeymasterConnecting 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/AR10K00728Britgirl
KeymasterUpdate 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.
July 20, 2023 at 11:58 in reply to: Windows client freeze and cannot restart without reboot (continued) #44912Britgirl
KeymasterHi, 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
Britgirl
KeymasterCan 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
July 19, 2023 at 16:54 in reply to: Remote virtual desktop does not resize in conjunction with certain client #44904Britgirl
KeymasterA similar topic was posted here with the same workaround: https://forum.nomachine.com/topic/windows-display-scaling-nomachine-makes-it-blurry
Britgirl
KeymasterA portable package is planned and work was already started. We had other priorities in the meantime though and work was temporarily suspended.
Britgirl
KeymasterWe 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 machineBritgirl
KeymasterYou can try to see if that helps.
Britgirl
KeymasterIt looks similar to this problem:
Xorg crashes after certain events sequence
https://www.nomachine.com/TR07U10939Please check if setting the following key in node.cfg helps:
DisplayServerExtraOptions "-eventdelay 0"
Britgirl
KeymasterCan 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.
July 14, 2023 at 11:18 in reply to: NoMachine keeps flipping from shared to not shared several times per minute #44874Britgirl
KeymasterHi, 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/DT07S00243Once 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.
July 14, 2023 at 08:28 in reply to: NoMachine client connects to server IP unrelated to auto-discovered IP #44871Britgirl
KeymasterCustom 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
.July 13, 2023 at 09:04 in reply to: NoMachine client connects to server IP unrelated to auto-discovered IP #44864Britgirl
KeymasterWhen 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
Britgirl
KeymasterThe 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,
-
AuthorPosts