Forum / NoMachine for Linux / OpenSUSE Tumbleweed – ERROR! Limit of 1 virtual sessions has been reached
- This topic has 1 reply, 2 voices, and was last updated 3 hours, 44 minutes ago by
Britgirl.
-
AuthorPosts
-
November 12, 2025 at 09:54 #54838
CRCinAUParticipantI’ve done a fresh install of OpenSUSE Tumbleweed – and then first thing I start doing is to install NoMachine.
I installed: nomachine_9.2.18_3_x86_64.rpm
In my configuration, I set the following in server.cfg:
DisablePersistentSession “all”
EnableNetworkBroadcast 0
CreateDisplay 1
DisplayOwner “myusername”In node.cfg, I set:
DefaultDesktopCommand “dbus-launch –exit-with-session /usr/bin/startplasma-x11”The connection fails, and in server.log, I get the following errors:
Info: Handler started with pid 7527 on Tue Nov 11 23:57:41 2025.
Info: Handling connection from
port 48802 on Tue Nov 11 23:57:41 2025. 7527 7527 2025-11-11 23:57:42 341.254 NXSERVER Connected from remote machine ‘
‘ using protocol ‘NX’. 7527 7527 2025-11-11 23:57:42 341.299 NXSERVER Process initialized with arguments ‘-c /etc/NX/nxserver –login -H 21’.
7527 7527 2025-11-11 23:57:42 412.144 NXSERVER User ‘netwiz’ logged in from ‘
‘ using authentication method NX-password. 7572 7572 2025-11-11 23:57:42 880.590 NXSERVER Connected from remote machine ‘127.0.0.1’ using protocol ‘NX’.
7572 7572 2025-11-11 23:57:42 880.649 NXSERVER Process initialized with arguments ‘–virtualsession –sessionid 79D97B8D2CC8FC9BA18DA06C45B87C46’.
7576 7576 2025-11-11 23:57:42 886.708 NXSERVER Connected from remote machine ‘
‘ using protocol ‘NX’. 7576 7576 2025-11-11 23:57:42 886.740 NXSERVER Process initialized with arguments ‘–virtualsession –sessionid E224323157C9E89B691D9760CCDF7688’.
7576 7576 2025-11-11 23:57:42 966.335 NXSERVER ERROR! Limit of 1 virtual sessions has been reached.
7527 7527 2025-11-11 23:57:43 022.724 NXSERVER ERROR! Received error from nxserver –daemon nxFrameBuffer error while starting
Info: Connection from
port 48802 closed on Tue Nov 11 23:57:43 2025. Info: Handler with pid 7527 terminated on Tue Nov 11 23:57:43 2025.
7527 7527 2025-11-11 23:57:43 048.848 NXSERVER Remote machine ‘
‘ disconnected. 7527 7527 2025-11-11 23:57:43 053.907 NXSERVER User ‘netwiz’ from ‘
‘ logged out. 7527 7527 2025-11-11 23:57:43 054.488 NXSERVER Remote machine ‘
‘ disconnected. 7572 7572 2025-11-11 23:57:43 468.784 NXSERVER ERROR! Received error message from node
‘localhost:4000’, ‘Unexpected program termination.’.7572 7572 2025-11-11 23:57:43 486.100 NXSERVER WARNING! NXRedis: field ServerStatusDump in
command line ‘command=hmset,service=db,key=running.2756B757D28F3516AED36205FCCD6B64,
field=status,value=Failed, field=error,value=NX+Node+do+not+exit+correctly%
%3a+Unexpected+program+termination.,field=endTime,value=1762865863,
field=ServerStatusDump,value=\n’ cannot be empty.Anyone come across this before? It’s a new one for me…
November 12, 2025 at 15:02 #54857
BritgirlKeymasterIt seems like the dbus-daemon is missing. Try manually installing the package dbus-1-daemon. Once installed, dbus-launch can properly start a D-Bus session, and the KDE virtual desktop session should start successfully. The command to install dbus-1-daemon by zypper is “sudo zypper install dbus-1-daemon”. Does that help?
-
AuthorPosts
You must be logged in to reply to this topic. Please login here.
