Hello, we have a strange issue where the web UI does not display the connections in a group, or sharing profiles, or any sub-element that should be unfolded. They are present in the db though, and the web UI even refuses to create them again if we try, because they already exist. Guacamole and guacd are on the same Debian 10 VM.
Here's a screenshot of what appears in the GUI, and the corresponding content of guacamole_db as fetched using guacamole_user : MariaDB [guacamole_db]> select * from guacamole_connection; +---------------+-----------------+-----------+----------+------------+----------------+-------------------------+-----------------+--------------------------+-------------------+---------------+ | connection_id | connection_name | parent_id | protocol | proxy_port | proxy_hostname | proxy_encryption_method | max_connections | max_connections_per_user | connection_weight | failover_only | +---------------+-----------------+-----------+----------+------------+----------------+-------------------------+-----------------+--------------------------+-------------------+---------------+ | 1 | testrdpequipe | NULL | rdp | NULL | NULL | NULL | 2 | 1 | NULL | 0 | | 4 | testrdpequipe_2 | NULL | rdp | NULL | NULL | NULL | 2 | 1 | NULL | 0 | | 5 | test01vnc | NULL | vnc | NULL | NULL | NULL | 1 | 1 | NULL | 0 | | 8 | testOC | 7 | vnc | NULL | NULL | NULL | 1 | 1 | NULL | 0 | +---------------+-----------------+-----------+----------+------------+----------------+-------------------------+-----------------+--------------------------+-------------------+---------------+ 4 rows in set (0.000 sec) MariaDB [guacamole_db]> select * from guacamole_connection_group; +---------------------+-----------+-----------------------+----------------+-----------------+--------------------------+-------------------------+ | connection_group_id | parent_id | connection_group_name | type | max_connections | max_connections_per_user | enable_session_affinity | +---------------------+-----------+-----------------------+----------------+-----------------+--------------------------+-------------------------+ | 2 | NULL | GroupeConnexionREPART | BALANCING | 4 | 1 | 0 | | 7 | NULL | GroupeConnexionORGA | ORGANIZATIONAL | 4 | 1 | 0 | | 8 | 7 | test | ORGANIZATIONAL | 4 | 1 | 0 | | 9 | 7 | testidiot | ORGANIZATIONAL | 2 | 2 | 0 | | 10 | 7 | testApresModif | ORGANIZATIONAL | 1 | 1 | 0 | | 11 | NULL | TestSousGroupe | ORGANIZATIONAL | 4 | 1 | 0 | +---------------------+-----------+-----------------------+----------------+-----------------+--------------------------+-------------------------+ 6 rows in set (0.001 sec) MariaDB [guacamole_db]> select * from guacamole_sharing_profile; +--------------------+----------------------+-----------------------+ | sharing_profile_id | sharing_profile_name | primary_connection_id | +--------------------+----------------------+-----------------------+ | 2 | prof | 1 | | 1 | test | 1 | +--------------------+----------------------+-----------------------+ We suspect some misconfiguration from our part but are at a loss so far. So hints and ideas are welcome. Regards, --- Olivier Chaudet Service informatique du LMO - UMR 8628 Bureau 2R1, bât 307 Faculté des Sciences 91405 ORSAY (33)1.69.15.31.67.
