Forum Replies Created
-
AuthorPosts
-
BritgirlKeymaster
No such option exists I’m afraid. Can you tell us what you would like to achieve? It might be possible to do it in some other way?
December 30, 2024 at 17:20 in reply to: Lost mouse events on hidden windows on Xfce4 (Server) and Gnome (Client) #51238BritgirlKeymasterIs there an application maybe grabbing the cursor. You could try installing
xdotool
and run the commandxdotool key XF86Ungrab
when the problem occurs, to verify if the cursor works correctly. If it does work correctly, it means another application is grabbing the cursor.
BritgirlKeymasterIt is a combination of 2 issues. One is documented here, https://kb.nomachine.com/TR05V11141, which causes the default capture method (EGL) to fail. The second issue occurs when using the fallback method (DRM) and it is due to an unexpected colorspace format which we’re still investigating and will keep you posted.
BritgirlKeymasterIt could be the already known issue here: https://kb.nomachine.com/TR05V11141. But we would like to check to make sure. Are you able to send us the logs from the server machine? 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. Thanks!
BritgirlKeymasterhow about the username? You mentioned the error message is translated. Is it possible you are using non-latin characters in the username? We can check the logs to see what is causing the authentication error, they will show whether it’s a wrong username issue or something else.
You should enable logs on the Linux server following the instructions here, https://kb.nomachine.com/DT07S00243, and then on the Mac client, the instructions are in the 4th step of that document. The client logs should be retrieved when the player showing the authentication error is open, so after reproducing the problem, do not close the player. Send everything to forum[at]nomachine[dot]com. Please use the title of this topic as the subject of your email. Thanks!
BritgirlKeymasterIt looks like a wrong password caused by keyboard layout mismatch. What is the message you are seeing?
BritgirlKeymasterCheck your FW setting:
sudo firewall-cmd --get-default-zone
If it returns “public” – this maybe the problem. The workaround is to change the zone or adding a different range. If you want to continue using “public” zone, then do the following:
sudo firewall-cmd --zone=public --add-port=1025-65535/udp --permanent sudo firewall-cmd --reload sudo /etc/NX/nxserver --upnpmap
About the cursor issue and black screen, we need logs in order to understand why that is happening. Send us full logs (from both sides) 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. Thanks!
BritgirlKeymasterI don’t have ufw (as far as I know it’s ubuntu’s firewall)
Sorry my bad.
Disable any FW you have (temporarily) and try again.
Alternatively, you could try port-forwarding
How to connect over the internet to NoMachine behind a NAT router
https://kb.nomachine.com/AR04S01122BritgirlKeymasterHi, it could be a firewall issue. We have observed similar behaviour when after enabling ufw firewall, UPnP port mapping is not working.
In that case you can allow incoming UPnP traffic from your router by executing the following command:
sudo ufw allow from 192.168.1.1 port 1900 to any proto udp
(where 192.168.1.1 is a router address). After allowing this traffic, you can initiate UPnP mapping by running:
sudo /etc/NX/nxserver --upnpmap
Once done, UPnP should be operational on your machine. Remember to repeat this process on every machine where UPnP functionality is required.
Note: To find your router’s IP address, you can use the following command:
#ip route | grep default
If you’re using any additional outer firewalls, ensure to add a similar firewall rule to allow UPnP traffic as mentioned above.
December 17, 2024 at 18:24 in reply to: NoMachine 8.14.2 doesn’t show login screen on Sequoia 15.2 #51146BritgirlKeymasterHi,
we’ve reproduced the same behaviour and a fix is already scheduled in the next release. You can track the fix using the following link:
Frozen screen on macOS15 after display goes to sleep
https://kb.nomachine.com/TR10V11230December 17, 2024 at 12:53 in reply to: Keep getting message on console regarding LD_PRELOAD failure #51139BritgirlKeymasterTamer, the file nx-sourceenv.sh is created by NoMachine.
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. Thanks!
What Linux distribution and version is installed on the server?
What desktop environment and version are you using?
Are you aware of any security policy which is set on that machine?BritgirlKeymasterOk, thanks for the additional info. We confirm that the issue is https://kb.nomachine.com/TR05V11141, which developers are currently working to resolve.
December 17, 2024 at 11:28 in reply to: Cannot share USB devices from Windows 10 to Mac Sonoma #51133BritgirlKeymasterA quick update: we are still investigating.
BritgirlKeymasterEnzo5,
please refer to this article about:
How to connect to Windows with NoMachine and an empty password
https://kb.nomachine.com/AR05L00802As I wrote here: https://forum.nomachine.com/topic/windows-credentials-with-autologin#post-50897 is an easier way to get around not having a password, rather than reconfiguring Windows policies.
BritgirlKeymasterHi, we have not received any logs. Please try again.
-
AuthorPosts