Install Guac 0.9.10RC1 from zip got on git.

2016-11-23 Thread Processor
Hi,

This is my config:

Ubuntu 14.04 Server (64)
16 Gig of ram
Load of DD
up to date

Guacamole 0.9.9 already running on it.

I'm trying to,install the 0.9.10RC1 from zip got on git.

As far as I unsderstood I have to run automake once the zip is deflated.

My problem is that I got these messages :

tests/Makefile.am:32: warning: source file 'util/guac_unicode.c' is in a
subdirectory,
tests/Makefile.am:32: but option 'subdir-objects' is disabled
/usr/share/automake-1.14/am/check2.am: error: am__EXEEXT does not appear in
AM_CONDITIONAL

Any how to correct this?

Many thanks by advance,

Proc.


RE: Install Guac 0.9.10RC1 from zip got on git.

2016-11-23 Thread Adrian Owen

I successfully upgraded from 0.9.9 to 0.9.10 on Debian using step-by-step guide 
http://www.cb-net.co.uk/linux/ugrading-gucamole-0-9-9-to-0-9-10/

Ubuntu is a Debian derivative, maybe this would work for you?

Adrian

From: Processor [mailto:processor@gmail.com]
Sent: 23 November 2016 10:52
To: user@guacamole.incubator.apache.org
Subject: Install Guac 0.9.10RC1 from zip got on git.

Hi,
This is my config:
Ubuntu 14.04 Server (64)
16 Gig of ram
Load of DD
up to date
Guacamole 0.9.9 already running on it.
I'm trying to,install the 0.9.10RC1 from zip got on git.
As far as I unsderstood I have to run automake once the zip is deflated.
My problem is that I got these messages :

tests/Makefile.am:32: warning: source file 'util/guac_unicode.c' is in a 
subdirectory,
tests/Makefile.am:32: but option 'subdir-objects' is disabled
/usr/share/automake-1.14/am/check2.am: error: am__EXEEXT does 
not appear in AM_CONDITIONAL
Any how to correct this?
Many thanks by advance,
Proc.

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7859 / Virus Database: 4664/13449 - Release Date: 11/21/16


Performance Test of Guacamole

2016-11-23 Thread 吴致远
Hi there,

Now we are running guacamole and there are around 10 users in our
department, and it is a pretty nice tool. We are about to push it to our
whole company, there might be 3,000 to 4,000 users, and 20,000 VMs and we
are not sure how it will perform in this large scenario. Have anyone done
any performance test? E.G How many concurrent sessions of RDP on an 8 core
16G virtual machine? Thanks!


Re: Install Guac 0.9.10RC1 from zip got on git.

2016-11-23 Thread Processor
Thanks for your answer, Just read the page, regarding what it has to be
done it should be ok.

Thanks for your answer!! I'll keep the thread updated with the result.

2016-11-23 12:11 GMT+01:00 Adrian Owen :

>
>
> I successfully upgraded from 0.9.9 to 0.9.10 on Debian using step-by-step
> guide http://www.cb-net.co.uk/linux/ugrading-gucamole-0-9-9-to-0-9-10/
>
>
>
> Ubuntu is a Debian derivative, maybe this would work for you?
>
>
>
> Adrian
>
>
>
> *From:* Processor [mailto:processor@gmail.com]
> *Sent:* 23 November 2016 10:52
> *To:* user@guacamole.incubator.apache.org
> *Subject:* Install Guac 0.9.10RC1 from zip got on git.
>
>
>
> Hi,
>
> This is my config:
>
> Ubuntu 14.04 Server (64)
>
> 16 Gig of ram
>
> Load of DD
>
> up to date
>
> Guacamole 0.9.9 already running on it.
>
> I'm trying to,install the 0.9.10RC1 from zip got on git.
>
> As far as I unsderstood I have to run automake once the zip is deflated.
>
> My problem is that I got these messages :
>
> tests/Makefile.am:32: warning: source file 'util/guac_unicode.c' is in a
> subdirectory,
> tests/Makefile.am:32: but option 'subdir-objects' is disabled
> /usr/share/automake-1.14/am/check2.am: error: am__EXEEXT does not appear
> in AM_CONDITIONAL
>
> Any how to correct this?
>
> Many thanks by advance,
>
> Proc.
> --
>
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2016.0.7859 / Virus Database: 4664/13449 - Release Date: 11/21/16
>


authentication problems with 0.9.10

2016-11-23 Thread Joseph Bernard
I’m trying to get 0.9.10 working on Oracle Linux 7.2.  Everything seems to have 
built right.  I want to use MySQL/LDAP as my final method of authentication.  I 
tried MySQL(mariadb) at first, but query logging revealed that it wasn’t even 
being touched before saying “Invalid Login”.  So, I decided to use 
“user-mapping: user-mapping.xml” and that failed too.  I was browsing the web 
and saw a mention of “basic-user-mapping:”.  I added the “basic-“, and now I am 
able to log in.  What is going on?  I am using Tomcat 7.0.69-10 if that makes 
any difference.

Thanks,
Joseph B.




VNC File transfer 0.9.10

2016-11-23 Thread Jérémy Thévenin
Hi,

VNC File transfer do not work anymore on Guacamole 0.9.10.  How to do file 
transfer except with SFTP ?

regards.

Jérémy


Re: authentication problems with 0.9.10

2016-11-23 Thread Joseph Bernard
I found a post from last year titled “Issues installing 0.9.7 - Ubuntu" where 
someone mentioned putting:

GUACAMOLE_HOME=/etc/guacamole

in /etc/tomcat/tomcat.conf

That seems to have fixed the normal “user-mapping” method.


Thanks,
Joseph B.


On 11/23/16, 10:32 AM, "Joseph Bernard"  wrote:

I’m trying to get 0.9.10 working on Oracle Linux 7.2.  Everything seems to 
have built right.  I want to use MySQL/LDAP as my final method of 
authentication.  I tried MySQL(mariadb) at first, but query logging revealed 
that it wasn’t even being touched before saying “Invalid Login”.  So, I decided 
to use “user-mapping: user-mapping.xml” and that failed too.  I was browsing 
the web and saw a mention of “basic-user-mapping:”.  I added the “basic-“, and 
now I am able to log in.  What is going on?  I am using Tomcat 7.0.69-10 if 
that makes any difference.

Thanks,
Joseph B.






RE: Apply theme extension to docker container

2016-11-23 Thread Andy Pattrick
Hi Mike

If I wanted to try this out do I pull 
https://hub.docker.com/r/mjumper/guacamole/ or do I have to build a docker 
image myself from the source?

Thanks Andy.


From: Andy Pattrick [andy.pattr...@horiba.com]
Sent: 28 September 2016 10:31
To: user@guacamole.incubator.apache.org
Subject: RE: Apply theme extension to docker container

Thanks for the detailed explanation Mike. I understand now. I'll try to give 
that a go when I have a moment.

Cheers Andy.


From: Mike Jumper [mike.jum...@guac-dev.org]
Sent: 27 September 2016 02:06
To: user@guacamole.incubator.apache.org
Subject: Re: Apply theme extension to docker container

On Thu, Sep 22, 2016 at 7:36 AM, Andy Pattrick  wrote:
> Hi,
>
> I'm trying to apply the example theme extension jar from this thread
> https://sourceforge.net/p/guacamole/discussion/1110834/thread/be2a6785/ to
> my running guacamole docker container. This is to customise the logo and
> title etc as supported by https://glyptodon.org/jira/browse/GUAC-587
>
> I copy the example jar file to my container /root/.guacamole/extensions/
> using docker cp and I can see the file is there after the copy but nothing
> changes when I reload the web page. I figured that the web server has to be
> restarted somehow to load up the new images and translations.
>
> If I stop and start the docker container then the jar file vanishes from the
> folder.
>
> I tried copying the jar file and then immediately doing a docker commit to
> create my own customised image but again when I run this in a container the
> jar file has vanished!
>
> Does anyone know what I'm doing wrong? Why is the extension jar file
> vanishing? How do I apply the example extension to my docker container?
>

The .jar file is vanishing because the startup script for the
Guacamole Docker container recreates GUACAMOLE_HOME every time the
container starts, auto-generating the configuration and copying in any
required extensions based on the environment variables set when the
container was created.

There are WIP changes which will allow you to define a base
GUACAMOLE_HOME which the Docker container will use as a template prior
to generating its own configuration. You can use that to provide your
own extension(s) or arbitrary config:

https://issues.apache.org/jira/browse/GUACAMOLE-100

Those changes will not be making their way to git master until the
release is finally out (we are under code freeze until then), but you
can give them a shot as-is by using branch containing the changes:

https://github.com/mike-jumper/incubator-guacamole-client/tree/docker-guacamole-home

With the above, the "GUACAMOLE_HOME" environment variable can be used
to specify an arbitrary location to be copied into the real
GUACAMOLE_HOME just prior to auto-generating the configuration.
GUACAMOLE_HOME will still be wiped out each time the image starts, but
your custom GUACAMOLE_HOME will remain untouched and will still be
used as a basis. If you mount a local directory within the image and
specify that for GUACAMOLE_HOME, then external changes will be
reflected within the image whenever it is restarted, and things should
be pretty convenient.

- Mike

Re: VNC File transfer 0.9.10

2016-11-23 Thread Mike Jumper
On Nov 23, 2016 08:15, "Jérémy Thévenin"  wrote:
>
> Hi,
>
> VNC File transfer do not work anymore on Guacamole 0.9.10.  How to do
file transfer except with SFTP ?
>

Are you sure that all components have been updated (both the web
application and guacd)?

- Mike


File browser / prevent download

2016-11-23 Thread Marko Nikolić
Hello,

I have a specific request for using guacamole file browser and putting
restrictions on file transfer. The user is accessing the server using
guacamole via RDP and it is required to allow uploading of files, but to
prevent downloading.

I have tried to set the permissions on the *drive-path* but it didn't work,
either it disables file transfer completely or it works in both directions.
Maybe I have missed something here.

Is it possible to implement this functionality using extensions? I couldn't
find much documentation about creating extensions, only some basic examples
for UI customization. What would be the correct approach for such
functionality?

Thanks,
Marko


anonymous binding with LDAP?

2016-11-23 Thread Joseph Bernard
What is the guacamole.properties setting for doing an anonymous binding?  I 
can’t seem to figure it out or find documentation for it.

Thanks,
Joseph B.






Re: File browser / prevent download

2016-11-23 Thread Chris Cook
As far as I know, I think you are going to be out of luck there.  Every major 
file transfer protocol that I know of requires read privileges to even list the 
file/directory when the storage heap/mount is queried.

There are some weird file storage protocols out there that can expose/parse a 
file/directory name but prevent it from being accessed but these protocol 
settings are usually made at the storage adapter level.

This is based on my experiences - there maybe someone else that knows something 
a little easier to implement...

Sent from my iPhone

On Nov 23, 2016, at 12:06, Marko Nikolić 
mailto:marko.nikolic...@gmail.com>> wrote:

Hello,

I have a specific request for using guacamole file browser and putting 
restrictions on file transfer. The user is accessing the server using guacamole 
via RDP and it is required to allow uploading of files, but to prevent 
downloading.

I have tried to set the permissions on the drive-path but it didn't work, 
either it disables file transfer completely or it works in both directions. 
Maybe I have missed something here.

Is it possible to implement this functionality using extensions? I couldn't 
find much documentation about creating extensions, only some basic examples for 
UI customization. What would be the correct approach for such functionality?

Thanks,
Marko
THIS E-MAIL MESSAGE AND ANY ATTACHMENTS ARE INTENDED FOR THE USE OF THE 
INDIVIDUAL OR ENTITY TO WHICH IT IS ADDRESSED AND MAY CONTAIN INFORMATION THAT 
IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM DISCLOSURE UNDER APPLICABLE LAW. If 
the reader of this message is not the intended recipient or the employee or 
agent responsible for delivering the message to the intended recipient, you are 
hereby notified any dissemination, distribution or copying of this 
communication is strictly prohibited. If you have received this communication 
in error, please notify us immediately by replying to this message or by 
sending an e-mail to i...@jlsautomation.com and destroy all copies of this 
message and any attachments. Thank you.