Forum Replies Created
-
AuthorPosts
-
Britgirl
KeymasterWe’ll need the logs from the computer you are connecting to (server-side). Please follow the instructions for Windows in the document here: https://knowledgebase.nomachine.com/DT11R00182#1
1) enable debug
2) reproduce the problem
3) gather the logsI’ve pasted some of the content here of that document.
To enable debug on Windows, open a CMD console as administrator and move to the ‘bin’ folder under the NoMachine installation, e.g:
cd %ProgramFiles(x86)%\NoMachine\bin nxserver --debug --enable all
The log archive is named as: NoMachine-log-<timestamp>.zip (e.g. NoMachine-log-2018.09.27-11.44.01.zip) and stored in: %PROGRAMDATA%/NoMachine/var/log/archives on Windows 10, 8.x, 7 and Vista or in Documents and Settings/All Users/NoMachine/var/log/archives Windows XP.
Please submit them to forum[at]nomachine[dot]com making sure to reference the topic’s title. Thanks!
Britgirl
KeymasterI see two mouse cursors.
Does this happen when you use a specific application or in all activities (desktop, all programs and use)?
Check that the box “Use acceleration for display processing” is not ticked. To do this, on the computer that you are connecting to, go to Server -> Performance -> 4th box must not be flagged.
February 23, 2022 at 09:20 in reply to: File transfer doesn’t react when clicked, drag & drop works correctly #37676Britgirl
KeymasterHi, I’m not sure whether you saw our last reply. What I advise you to do, if you have not done so already, is update both sides to the latest version 7.8.2 and if you are still seeing the problem, submit the logs again, including the Player side logs. Another option is that we send you a debug version based on 7.8.2 with further instructions.
Britgirl
KeymasterThis is a known issue. The workaround is to change the current active window on your local desktop before going back to the player window.
Client window ignores keyboard input on macOS Monterey
https://knowledgebase.nomachine.com/TR01T10443Britgirl
KeymasterLogs show that you have an incomplete installation. There is no local node present, so there is no local session to share. I recommend a complete uninstall, remove traces and reinstall.
# rm -rf /usr/NX /etc/NX /var/NX
and remove the .nx folder from the home directory
Britgirl
KeymasterThis is the link to the Trouble Report for this issue which we have also reproduced. You can monitor it to keep track of when a fix has been released.
The drag operation to download a file from Ubuntu 20 doesn’t work
https://knowledgebase.nomachine.com/TR02T10479Britgirl
KeymasterYes, provided that each server is enabled to broadcast its IP details to other computers on the same network i.e it must have the “Advertize this computer on the network” box enabled.
Please see the dedicated tutorial here for more information about this:
https://www.nomachine.com/finding-other-nomachine-computers-on-the-same-networkAn additional tidbit, just so you know 🙂 Each Player can also be configured to NOT show other computers on the LAN if you want. Check out chapter 2.4 of the guide here: https://knowledgebase.nomachine.com/DT11R00177#2.4.
Britgirl
KeymasterCan you try rebooting the VM again and also restart nxserver? Please also send us your server.cfg file so we can check its configuration. You can send it direct to us at forum[at]nomachine[dot]com. Thanks!
Britgirl
KeymasterFor the record, the affected Workstation host details:
NAME="openSUSE Tumbleweed" # VERSION="20220213" ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20220213" PRETTY_NAME="openSUSE Tumbleweed"
February 18, 2022 at 09:50 in reply to: Connection reset by peer loop immediately after login #37618Britgirl
KeymasterHi Jalberto,
can you send those files that didn’t attach directly to forum[at]nomachine[dot]com? Please use the topic’s title as the subject of your email. At this point you should also send us the NoMachine logs from the computer you are connecting to. Please read the instructions here: https://knowledgebase.nomachine.com/DT11R00182
Thanks!
Britgirl
KeymasterSo something is not right. Tell me what Linux distribution you’ve installed Workstation on and what version of the distro.
Then we’ll need to take a look at your debug logs:On the problematic host:
nxserver --debug --enable all nxserver --restart nxserver --debug --collect nxserver --debug --disable all
The log archive is named as: NoMachine-log-
.zip (e.g. NoMachine-log-2018.09.27-11.44.01.zip) and stored in: /usr/NX/var/log/archives on Linux. Further reference: https://knowledgebase.nomachine.com/DT11R00182
Send directly to forum[at]nomachine[dot]com using the topic’s title as the subject of your email. Thanks!
Britgirl
KeymasterIs the user an administrator or trusted user? You can check with
--userlist
. If not you can try adding them as I suggested earlier. Does this change anything?Britgirl
KeymasterI realised I had written the wrong command and then edited my answer, but not before you saw my initial reply. Please tell me the output of
sudo /etc/NX/nxserver --version
Britgirl
Keymasterwhat was the output of
whereis "libpam.so.0"
? It’s not clear if you still have version 14.2 or 15 of Slackware installed. Are you still not able to connect?Britgirl
KeymasterBy default, connections to the physical desktop are enabled but restricted to system administrators, NoMachine administrators and trusted users. To assign the ‘trusted’ flag to an existent user, execute:
/etc/NX/nxserver --useredit USERNAME> --trusted physical
. More information about this is in the Workstation Guide: https://knowledgebase.nomachine.com/DT11R00174, chapter 12.4.Just to make sure that it is the Workstation installed, please run the following in a terminal on the Linux host where you installed the package:
sudo /etc/NX/nxserver --version
and also
--status
which checks that the nxserver is running or not. -
AuthorPosts