Re: Screen Resolution

2019-06-12 Thread Amarjeet Singh
I was facing the similar issue. FreeRDP 1.0.2 doesn't support display update virtual channel. I also tried using 1.1 and 1.2 releases of FreeRDP but it is not compaitable with guacamole server. In order to resolve the above I had to integrate display update virtual channel support in FreeRDP

Re: Installation script

2019-06-12 Thread ivanmarcus
If the primary site doesn't work for you, and Mike's suggestion doesn't reveal anything, there appear to be several mirrors that may be accessible and provide what you need, here's a couple: http://apachemirror.wuchna.com/guacamole/1.0.0/source/

Re: guacd

2019-06-12 Thread Nick Couchman
On Tue, Jun 11, 2019 at 4:49 PM Goran wrote: > It's working: > > > > > rdp > 192.168.100.188 > nla > true > q > > > > > Yes - with NLA the username and password must be present at connection time - they are used as part of the

Re: Screen Resolution

2019-06-12 Thread Nick Couchman
On Tue, Jun 11, 2019 at 5:22 PM Goran wrote: > Param resize-method=display-update does not work on fullsizing the > browser window. It resizes but not to full size. > > resize-method=reconnect does it's job but is uncomfy. > > Does someone has a simillar problem? > What O/S are you running

Re: Automating creation of users and connections

2019-06-12 Thread Nick Couchman
On Wed, Jun 12, 2019 at 3:56 PM DmitriyL wrote: > I have successfully deployed Guacamole 1.0.0, and now looking into > automating > some of the tasks for adding users & connections. For config storage I have > gone with Postgres, so the idea is to run sql commands against the DB. This should

Automating creation of users and connections

2019-06-12 Thread DmitriyL
I have successfully deployed Guacamole 1.0.0, and now looking into automating some of the tasks for adding users & connections. For config storage I have gone with Postgres, so the idea is to run sql commands against the DB. I have reviewed the documentation

Re: Failed to install guacamole-client 1.0.0

2019-06-12 Thread Mike Jumper
On Wed, Jun 12, 2019, 03:10 ietvkh wrote: > Hi > > I've run in to similar problems trying to build the client. > JDK version 11 and maven 3.6.0 running on ubuntu 18.04 > > First javadoc, markup has changed since 3.0.0. I excluded it in build.. > >

Re: Installation script

2019-06-12 Thread Mike Jumper
No. I don't believe the apache.org servers block any IPs, and your logs specifically indicate it connected. Maybe wget has a verbose option that would help see what isn't working on your end? - Mike On Wed, Jun 12, 2019, 09:26 Manoj Patil wrote: > i think my ip is block by apache.org server >

Re: Unable to specify upload directory in file stream

2019-06-12 Thread Mike Jumper
On Wed, Jun 12, 2019, 09:17 Lukáš Raška wrote: > Hello, > so after digging through guacd source, I found out it can be controller > via 482201 console code, > Or via the guacctl utility provided to send those codes: https://github.com/apache/guacamole-server/blob/master/bin/guacctl but it

Re: Installation script

2019-06-12 Thread Manoj Patil
i think my ip is block by apache.org server > On 12-Jun-2019, at 3:43 PM, Manoj Patil wrote: > > have issue to installation > > https://apache.org/dyn/closer.cgi?action=download=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz > >

Re: Unable to specify upload directory in file stream

2019-06-12 Thread Lukáš Raška
Hello, so after digging through guacd source, I found out it can be controller via 482201 console code, but it seems it's not configurable via protocol API and seems to affect sftp file transport (couldn't see it in guac_rdp_upload_file_handler, but haven't tested on Windows yet). Are there any

Unable to specify upload directory in file stream

2019-06-12 Thread Lukáš Raška
Hello, we are using Guacamole as part of other application, which is mostly utilising just the guacamole-common-js library. Till now we we're using plain output stream with sendBlob method to upload files to connected server. However due to the 8k limitation in chunk size, it seems this approach

Re: Installation script

2019-06-12 Thread Manoj Patil
have issue to installation https://apache.org/dyn/closer.cgi?action=download=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz Resolving apache.org (apache.org

Re: Failed to install guacamole-client 1.0.0

2019-06-12 Thread ietvkh
Hi I've run in to similar problems trying to build the client. JDK version 11 and maven 3.6.0 running on ubuntu 18.04 First javadoc, markup has changed since 3.0.0. I excluded it in build.. https://stackoverflow.com/questions/23542876/unable-to-build-maven-project-due-to-javadoc-error [ERROR]

Re: Installation script

2019-06-12 Thread Manoj Patil
i have same error >> Unable to establish SSL connection > On 12-Jun-2019, at 3:05 PM, ivanmarcus wrote: > > It works for me if I issue the command: > > wget > https://www.apache.org/dist/guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz > >

Re: Installation script

2019-06-12 Thread ivanmarcus
It works for me if I issue the command: wget https://www.apache.org/dist/guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz This will download the file into whatever directory you are working from at the time. On 12/06/2019 7:00 p.m., Manoj Patil wrote: i have issue to installation

Re: Installation script

2019-06-12 Thread Manoj Patil
i have issue to installation https://apache.org/dyn/closer.cgi?action=download=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz Resolving apache.org (apache.org)... 40.79.78.1, 95.216.24.32 Connecting to apache.org (apache.org)|40.79.78.1|:443... connected. Unable to establish SSL connection.