Veyon keys not setup properly Ubuntu 18.04
-
Hi,
the message "keys are not set up properly" only appears if you did not install the private key (which is not necessary for client computers) so don't worry about that. The key pair ID can be different across platforms due to differences in the SSL implementations (we're working on a fix for this). I guess you're hitting one of the most typical problems in IT: permissions. Can you verify that the public key file on the client computers is readable by everyone? Do the log files (/tmp/VeyonServer.log
) indicate any authentication problems? Have you set authentication type to "Key file authentication" on clients? -
@tobydox I have the public key on the client set to read only access for everyone. Still no joy.
-
@tobydox looking in the VeyonMaster.log is see this warning a couple of time:
[WARN] QProcess: Destroyed while process ("ping") is still running.
-
@tobydox in the Veyon.Configurator.log file I see this error:
[ERR] CryptoCore: failed to decrypt password!
-
@tobydox on the client in the VeyonService.log I see this message:
[ERR] LinuxServiceCore: Can't start Veyon Server in Wayland sessions as this is not yet supported. Please switch to X11-based sessions!
-
@hammergil Veyon currently only suports X11-based sessions so if you have the chance to change the session type, please switch to X11-based Gnome, KDE or whatever desktop environment you're using.
-
@tobydox The session type for Ubuntu 18.04 is X11.
typing "echo $XDG_SESSION_TYPE" in the terminal returns "X11"
-
@tobydox when i do "telnet localhost 11100" in a terminal I get a "connection refused". I do not have a firewall setup. Searching the internet, I see several others having the same issue but it doesn't seem that anyone has found an answer to this problem.
I have other machines in my classroom running Linux Lite which is based on Ubuntu. These machines work just fine with Veyon. I guess I will just install Linux Lite on all of my machines to fix the problem
Before I do this, if anyone has a solution to this, please reply. Lots of others having the same problem.
-
@hammergil Can you please try the solution proposed at https://veyon.nodebb.com/topic/1289/veyon-server-doesn-t-start-qt-aa_shareopenglcontexts-must-be-set-before-qcoreapplication/5?_=1623866267474 ?
-
@tobydox I don't see where to add the parameter. I switched to advanced mode, under "service" I don't see any place to add a parameter under the VNC server section.