Re: SQL Query for active sessions

2022-04-27 Thread Michael Jumper
On Wed, Apr 27, 2022 at 3:30 AM Rafael Cervillera wrote: > Hello all. > > Firstable, thanks for the awesome work with Apache Guacamole. > > Our environment is CentOS with Guacamole 1.3.0 and RDP connections to > Windows10 virtual clients. Now we need to query the active RDP sessions > in order

Re: Guacamole SSL/MySQL schema changes?

2022-04-27 Thread Michael Jumper
On Wed, Apr 27, 2022 at 1:00 PM Tom Lawson wrote: > Hi all, > > Did something change with Guac? For two weeks (on and off in spare time!) > now I've tried to figure out why Guacamole can't connect to Guacd, where it > was previously working just fine. I can't seem to even disable the >

Guacamole SSL/MySQL schema changes?

2022-04-27 Thread Tom Lawson
Hi all, Did something change with Guac? For two weeks (on and off in spare time!) now I've tried to figure out why Guacamole can't connect to Guacd, where it was previously working just fine. I can't seem to even disable the requirement for SSL Guacamole: 19:54:35.187

Re: Compile on Ubuntu 22.04 => openssl

2022-04-27 Thread Gerd Hoerst
Hi ! this works root@capri-2:~# javadoc javadoc: error - No modules, packages or classes specified. 1 error Am 27.04.2022 um 19:04 schrieb Nick Couchman: Make sure the javadoc command is in your normal PATH - you should be able to execute "javadoc" from the command line. On Wed, Apr 27,

Re: Compile on Ubuntu 22.04 => openssl

2022-04-27 Thread Nick Couchman
Make sure the javadoc command is in your normal PATH - you should be able to execute "javadoc" from the command line. On Wed, Apr 27, 2022 at 1:02 PM Gerd Hoerst wrote: > Hi ! > > OK server compile now is OK but client complains > > [ERROR] Failed to execute goal >

Re: Compile on Ubuntu 22.04 => openssl

2022-04-27 Thread Gerd Hoerst
Hi ! OK server compile now is OK but client complains [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar (attach-javadocs) on project guacamole-common: MavenReportException: Error while generating Javadoc: Unable to find javadoc command: The environment

Re: Compile on Ubuntu 22.04 => openssl

2022-04-27 Thread Nick Couchman
On Wed, Apr 27, 2022 at 3:22 AM Gerd Hoerst wrote: > Hi ! > > is it fixed meanwhile in git ? > Yes, that's what Mike just said. > how can i download the archives from actual git ? > You can either use "git clone" to clone the repository, or, if you go to the web page

SQL Query for active sessions

2022-04-27 Thread Rafael Cervillera
Hello all. Firstable, thanks for the awesome work with Apache Guacamole. Our environment is CentOS with Guacamole 1.3.0 and RDP connections to Windows10 virtual clients. Now we need to query the active RDP sessions in order to shutdown inactive devices and start up in the moment we need

Re: Compile on Ubuntu 22.04 => openssl

2022-04-27 Thread Gerd Hoerst
Hi ! is it fixed meanwhile in git ? how can i download the archives from actual git ? Ciao Gerd Am 27.04.22 um 04:24 schrieb Michael Jumper: On Tue, Apr 26, 2022, 10:22 Gerd Hoerst wrote: Hi ! i tried to compile the 1.4.0 package for Ubuntu 22.04 but i get some of this