Forum Replies Created
-
AuthorPosts
-
September 18, 2024 at 08:25 in reply to: After upgrade to Ubuntu 24.04.1 LTS players immediately disconnects #49724
Britgirl
Keymasterpsantucc
we’re unable to reproduce this behaviour despite several attempts and the logs you sent us indicate nothing strange.
1) can you tell us if the server is headless?
2) send us all the logs in this directory: $HOME/.nx/nxegl/
Britgirl
KeymasterWe have opened a Trouble Report which you can monitor at the following link:
Britgirl
KeymasterHi,
is it possible to disable copy/paste function :
– from client (source machine) to server (destination machine) ?
– from server to client ?
Yes, it is possible in all server products, that means also the free version. Here some instructions to disable copy and paste, both directions: https://kb.nomachine.com/DT07S00233#22
Is it possible to create complex rules like:
“Allows copy/paste from server to client only if the client is in LAN” ?
“Disables copy/paste from any client not in LAN”
Rules, via “profiles”, are available in specific products of the Enterprise suite, namely all Cloud Server products, Terminal Server and Enterprise Terminal Server. By federating the smaller Workstations and Enterprise Desktops under one of the Cloud Servers, profiles can be propagated. How to do it? Below is an example, which blocks allows only 192.*.*.* addresses.
$ sudo /etc/NX/nxserver --ruleadd --class feature --type client-clipboard --value no --address 10.0.*.* $ sudo /etc/NX/nxserver --ruleadd --class feature --type server-clipboard --value no --address 10.0.*.*
September 16, 2024 at 15:26 in reply to: Another no “Fullscreen across all monitors” option for dual screen setup #49694Britgirl
KeymasterYou have the same overlapping issue like in the other topic mentioned above. To fix the overlap you can move the second screen to not overlap the other. For example, arandr will let you do this.
September 16, 2024 at 15:25 in reply to: No “Fullscreen across all monitors” option for Dual Screen setup #49693Britgirl
KeymasterAn easy way to fix the overlap is to do
sudo apt install arandr
and run that application. It lets you organize the screens and you can fix the overlapping.Britgirl
KeymasterHi, adding the possibility to disable clipboard from the client side is already planned. It’s currently in our development roadmap for version 9.x.
September 13, 2024 at 15:31 in reply to: Another no “Fullscreen across all monitors” option for dual screen setup #49665Britgirl
KeymasterIndeed this looks similar to https://forum.nomachine.com/topic/no-fullscreen-across-all-monitors-option-for-dual-screen-setup
Can you send us the output of the xrandr command on the Kubuntu machine?
September 13, 2024 at 15:22 in reply to: No “Fullscreen across all monitors” option for Dual Screen setup #49664Britgirl
KeymasterWe noticed that the monitors overlap by 1 pixel.
Screen 0: minimum 320 x 200, current 3839 x 1080
DisplayPort-1 connected 1920×1080+0+0
DisplayPort-2 connected primary 1920×1080+1919+0We are checking on our side what improvements can be done, but if you fix the overlapping of the monitors’ position, it should be OK.
Britgirl
KeymasterYou can login to the server as any other user provided the account is valid on the server. So, there could be users John, Jack and Jill. NoMachine handles key authentication in the same way as SSH. The keys are set per system user account. So, if the desktop on the server is owned by John, the user which connects should login as John. If you login with another valid system user (Jack or Jill), user John will have to authorize the connection.
Britgirl
KeymasterWe’re not able to reproduce it. Can you send us the server-side logs so we can check them? You can extract them using the instructions here: https://kb.nomachine.com/DT07S00243
Send them to forum[at]nomachine[dot]com. Please use the title of this topic as the subject of your email. Or you can attach the zip archive here. Thanks!
Britgirl
KeymasterAre you seeing the local cursor and the remote cursor?
Is it just you connecting to the remote desktop or are there other users? When there are multiple users connected, the remote cursor will show regardless of what is set in that option.
It would be useful to know the macOS version and whether it’s a headless Mac. Please also tell us the specific Mac model.
Britgirl
KeymasterHi,
please provide some more details about the cursor problem. What is happening exactly? Can you submit a screenshot or two showing the issue?
Britgirl
KeymasterHi, are you able to send us complete logs, from both the player and server sides? You can extract them using the instructions here: https://kb.nomachine.com/DT07S00243. For the player session logs you need to refer to “Fourth step” in that document. Also, system logs (journalctl) would be useful as well.
Send them to forum[at]nomachine[dot]com. Please use the title of this topic as the subject of your email. Thanks!
Britgirl
KeymasterOne thing worth noting here because it’s not been mentioned is that if you want to start SSH connections from the Mac machine to your Ubuntu host with NoMachine, on the server you need to have a product from the Enterprise family. If you have NoMachine free version installed on the server side, it cannot accept SSH connections. I think Guro assumed that you did (e.g Enterprise Desktop is the same as the free version but provides SSH support, web-based connections and other features) when he suggested trying an SSH connection.
Britgirl
KeymasterThe attachment you sent us from the Windows machine does not contain the player logs from the Windows machine.
Are you enabling the box in the Player (don’t delete logs upon exit) ?
To debug a problem which causes a session freeze or a disconnect, 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. Start the session, do not close the Player window once problem has been reproduced.
On Windows the .nx folder is hidden. To find it, write the following in the address bar or the file browser:
%USERPROFILE%\.nxOr 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.
Thanks.
-
AuthorPosts