Forum Replies Created
-
AuthorPosts
-
Britgirl
Keymasteruse NoMachine exclusively for my connectivity to it,
That’s good!
the NoMachine team should really consider implementing a feature that allows for connections to other machines that are only intended for device or network port sharing….having the flexibility to use them without needing to have a display connection as well would be awesome.
A type of lightweight session, or NoMachine is actually something we have evaluated and it’s something we are planning on doing. It would allow the Player to connect without having to connect to the physical desktop, then it could be possible to access certain functionalities made available within this session. It’s still in the design phase right now, but we will definitely consider your use case 🙂
April 28, 2022 at 16:35 in reply to: The remote host refused to establish a network connection on port 4000 #38457Britgirl
KeymasterLet us know 🙂
April 27, 2022 at 17:57 in reply to: Problematic keys when connecting from Mac to KDE on CentOS #38445Britgirl
KeymasterTomasM, just to let you know we are analysing the content you sent us.
Britgirl
KeymasterApologies for the late response.
Try defining the key as:
UserScriptAfterSessionStart “C:\test.bat”
And the body:
@echo off
mkdir C:\Users\tester\anydirBear in mind that custom scripts need to finish within 30 seconds otherwise the session will be terminated. So if you would like to be able to open a program or carry out some kind of activity for longer, you will have to run an application in the background.
Britgirl
KeymasterHi, NoMachine’s first and foremost use case is for access to the desktop of the remote computer. Connecting to the computer without connecting to the display is not possible. Perhaps consider using NoMachine for all your remote desktop needs rather than another software? That way you would also decrease the resource usage 🙂
Britgirl
KeymasterHi dg, we are aware of this problem and a fix will be released in the next update. We can pass you a patched package to test if you are interested.
April 27, 2022 at 12:51 in reply to: The remote host refused to establish a network connection on port 4000 #38437Britgirl
KeymasterAre the IP address and port number correct? The message indicates that the IP address is not available from your network. Could it be that IPSEC VPN is blocking NoMachine? Can you try disabling VPN as a test to verify if problem is in the VPN configuration?
Britgirl
KeymasterTo Topnotchprincess, submit those attachments from your earlier reply to forum[at]nomachine[dot]com. Thanks
April 26, 2022 at 11:37 in reply to: Error: Cannot create a new display, please contact your system administrator #38426Britgirl
KeymasterHi the logs (which were long and for this reason were extracted and attached separately) were from the Player side. We need logs from the server side to understand why the NoMachine server cannot create a new display.
You should also tell us what desktop environment your VM is running. From what you submitted in your original question, I can’t see a desktop GUI running there. You can install one using
sudo apt-get install ubuntu-desktop
.Please take a look at our tutorial for Google Cloud users:
https://www.nomachine.com/accessing-your-remote-desktop-on-google-cloud-platform-via-nomachine
If none of our tips and suggestions work and you can submit logs from the server which can be extracted using the instructions here: https://knowledgebase.nomachine.com/DT11R00182
Please submit them to forum[at]nomachine[dot]com using the title of this topic as the subject of your email. Thanks!
April 26, 2022 at 10:54 in reply to: Corrupt black screen when viewing a Gnome session from Ubuntu 22.04 #38425Britgirl
KeymasterCan you submit a screenshot showing the problem? From what you describe it sounds like a rendering issue on the client side. Please try disabling hardware decoding on the Ubuntu 22.04 computer (client). You can do that by connecting to the server, opening the menu with Ctrl-Alt-0 -> Display -> Change settings -> Modify and ticking the box “Disable client side hardware decoding”. Does this help?
April 22, 2022 at 15:28 in reply to: Message dialog “NoMachine Monitor could not create the settings directory.” #38389Britgirl
KeymasterTo brokewood, we got your screenshots thanks and we will remove them once this topic has been resolved.
Britgirl
KeymasterAn update to the issue described in this topic:
Depending on the sound card on the Windows host, it might not be possible to mute audio on the NoMachine server side. If the Windows audio driver doesn’t provide functionalities like ‘mute control’, the WASAPI loopback capture can intercept only silence, when the server is muted.
Unfortunately there is no way to workaround this behaviour, but it’s possible to install and use the NoMachine Virtual Audio Adapter (NXVAC). On recent Windows versions like Windows 10 and 11, NoMachine installs only the Microphone Adapter, but it’s still possible to install the Audio Adapter manually.
More details here:
Muting audio on the server side on Windows 10 and 11
https://www.nomachine.com/AR04T01159Britgirl
KeymasterThis was fixed in the 7.9.2 update https://knowledgebase.nomachine.com/SU03T00231.
April 22, 2022 at 09:20 in reply to: ARM package installs with error /usr/NX/bin/nxserver.bin: No such file or directory #38384Britgirl
KeymasterThis looks like you might have installed the wrong package for your device.
For Raspberry see the installation notes that we link from the download page here: https://knowledgebase.nomachine.com/AR07N00896. For other ARM devices see here: https://knowledgebase.nomachine.com/AR03M00842
The package you select depends on the architecture of your device. To check this, open a terminal on your device and run the uname -m command. Some examples:
armv6l – means that you should useARMv6 packages
armv7l – means that you should use ARMv7 packages
aarch64 – means that you should use ARMv8 packagesSo in your case I would:
1) uninstall with
sudo /usr/NX/scripts/setup/nxserver --uninstall sudo rm -rf /usr/NX/ /etc/NX/ /var/NX .nx
2) Check architecture using:
uname -m
3) Download and install the correct package.
Britgirl
KeymasterThanks for posting that.
We have an article that would be useful in this case:
How to handle possible conflicts between NoMachine USB module and third party drivers
https://knowledgebase.nomachine.com/AR04Q01027 -
AuthorPosts