Re: HTTPS support for Guacamole

2021-12-18 Thread Manoj Patil
Thanks,

I will do the setup of Nginx .but I am not too much aware of Nginx so kindly 
help me to configured the Nginx to access the guacamole on web through https.

> On 17-Dec-2021, at 11:59 PM, Nick Couchman  wrote:
> 
> On Fri, Dec 10, 2021 at 8:54 AM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> Thanks Nick.
> 
> I have one another doubt is when I am using a nginx that time I am stop the 
> tomcat which is installed automatically when installed guacamole.
> 
> 
> Both Tomcat and Nginx are required. Proxying Guacamole through Nginx doesn't 
> get rid of Tomcat, it simply puts Tomcat behind Nginx, so that Nginx can 
> provide HTTPS access and a more standard port than Tomcat, in a more secure 
> fashion than Java. Nginx is also easier to configure SSL/TLS on than Tomcat.
>  
> I have install the setup guacamole 1.0+tomcat 8 +xrdp in one machine and this 
> machine is accessible over WAN . But in a day a “Unstable network “ message 
> is flash and disconnect a connection .
> 
> 
> I think you've posted about this before, and you're going to have to look 
> closely at your environment. These messages indicate that Guacamole-related 
> traffic is not making it from the client machine (web browser) to guacd. This 
> can indicate any number of problems, including misconfiguration, resource 
> issues, or other software that interferes with the communication (e.g. 
> application-aware firewalls, also known as deep-packet inspection). If you 
> only see this issue when you're using Nginx as a proxy, then verify, first, 
> that you've configured Nginx as directed in the manual - most notably, there 
> are some parameters related to buffering that absolutely must be present in 
> order to make the connections stable. If you've configured Nginx correctly, 
> then I would look next for network-related items, like firewalls that are 
> inspecting HTTPS traffic, and make sure that those are not interfering.
> 
> If you've verified configuration and network, then look at the components of 
> Guacamole and make sure there are not any resource constraints - CPU, RAM, or 
> network bandwidth.
> 
> -Nick



Custom a login page

2021-12-16 Thread Manoj Patil
Dear,

I want to customise a guacamole login page add a one more button near to login 
button . Please guide us how to and where to add.



-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Re: HTTPS support for Guacamole

2021-12-10 Thread Manoj Patil
Hello, please update on below doubt

> On 10-Dec-2021, at 7:24 PM, Manoj Patil  wrote:
> 
> Thanks Nick.
> 
> I have one another doubt is when I am using a nginx that time I am stop the 
> tomcat which is installed automatically when installed guacamole.
> 
> I have install the setup guacamole 1.0+tomcat 8 +xrdp in one machine and this 
> machine is accessible over WAN . But in a day a “Unstable network “ message 
> is flash and disconnect a connection .
> 
> This setup is accessible at client side  and those network are  good but in 
> client side have 10 machines and the “unstable network message “ is not flash 
> all the machine it flash randomly in machines.  
> 
> I am test same setup of new server at my side for  another client which is 
> another  state those have also  issue.
> 
> From 2 days  I do a one of  setup Xrdp+centos 7 + tomcat 8 , this setup I am 
> accessible through MSTSC web  HTML page at same client side and there is no 
> issue of disconnect the server in whole day. From last 2 days this running 
> fine .
> 
> So I request you what happen when I am going through the  this setup  
> guacamole 1.0+tomcat 8 +xrdp and message is flash “Unstable network”
> 
> Please guide us
>  
>> On 10-Dec-2021, at 7:03 PM, Nick Couchman > <mailto:vn...@apache.org>> wrote:
>> 
>> On Fri, Dec 10, 2021 at 8:23 AM Manoj Patil > <mailto:manoj2pa...@gmail.com>> wrote:
>> Okay, but please give me a example of HTTPS of nginx  over a domain names
>> 
>> 
>> I'm not really sure what you mean by "over a domain names"? I've attached 
>> the nginx.conf for one of the Guacamole servers that I run. There's really 
>> not much to it - it's a pretty standard Nginx configuration. I'm not setting 
>> a specific hostname - just using the host name of the server it's running 
>> on. Also, instructions for proxying with both httpd and Nginx can be found 
>> in the manual:
>> 
>> https://guacamole.apache.org/doc/gug/proxying-guacamole.html 
>> <https://guacamole.apache.org/doc/gug/proxying-guacamole.html>
>> 
>> -Nick
>> 
>> -
>> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org 
>> <mailto:user-unsubscr...@guacamole.apache.org>
>> For additional commands, e-mail: user-h...@guacamole.apache.org 
>> <mailto:user-h...@guacamole.apache.org>



Re: HTTPS support for Guacamole

2021-12-10 Thread Manoj Patil
Thanks Nick.

I have one another doubt is when I am using a nginx that time I am stop the 
tomcat which is installed automatically when installed guacamole.

I have install the setup guacamole 1.0+tomcat 8 +xrdp in one machine and this 
machine is accessible over WAN . But in a day a “Unstable network “ message is 
flash and disconnect a connection .

This setup is accessible at client side  and those network are  good but in 
client side have 10 machines and the “unstable network message “ is not flash 
all the machine it flash randomly in machines.  

I am test same setup of new server at my side for  another client which is 
another  state those have also  issue.

From 2 days  I do a one of  setup Xrdp+centos 7 + tomcat 8 , this setup I am 
accessible through MSTSC web  HTML page at same client side and there is no 
issue of disconnect the server in whole day. From last 2 days this running fine 
.

So I request you what happen when I am going through the  this setup  guacamole 
1.0+tomcat 8 +xrdp and message is flash “Unstable network”

Please guide us
 
> On 10-Dec-2021, at 7:03 PM, Nick Couchman  wrote:
> 
> On Fri, Dec 10, 2021 at 8:23 AM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> Okay, but please give me a example of HTTPS of nginx  over a domain names
> 
> 
> I'm not really sure what you mean by "over a domain names"? I've attached the 
> nginx.conf for one of the Guacamole servers that I run. There's really not 
> much to it - it's a pretty standard Nginx configuration. I'm not setting a 
> specific hostname - just using the host name of the server it's running on. 
> Also, instructions for proxying with both httpd and Nginx can be found in the 
> manual:
> 
> https://guacamole.apache.org/doc/gug/proxying-guacamole.html 
> <https://guacamole.apache.org/doc/gug/proxying-guacamole.html>
> 
> -Nick
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
> For additional commands, e-mail: user-h...@guacamole.apache.org



Re: HTTPS support for Guacamole

2021-12-10 Thread Manoj Patil
Okay, but please give me a example of HTTPS of nginx  over a domain names

> On 10-Dec-2021, at 5:36 PM, Nick Couchman  wrote:
> 
> On Thu, Dec 9, 2021 at 10:20 PM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> Dear,
> 
> We implement the Guacamole with XRDP on centos 7.5 with HTTPS please confirm 
> the guacamole run over tomcat with  https smoothly .
> 
> 
> Yes, Guacamole works fine over HTTPS - this is the recommended configuration. 
> I use it over HTTPS on a regular basis.
>  
> In my case I not used NGINX i am use  tomcat with HTTPS certificate. But I 
> see I saw a “network connection is unstable message” in my WAN environment so 
> I request to guide us 
> 
> 
> I would recommend using HTTPS with Nginx or Apache httpd and not doing it 
> directly in Tomcat. It's generally easier to configure and easier to secure 
> (no requirement for root access, etc.). The instances of Guacamole that I use 
> on a daily basis are used with Nginx. As far as the "Network Connection is 
> Unstable" message that you receive in this configuration, that indicates some 
> misconfiguration or resource constraint. Nginx is perfectly capable of 
> handling this, and there's nothing in Guacamole that would cause this 
> configuration to fail.
> 
> That said, if you have it working with HTTPS configured in Tomcat, and that 
> is working in your environment, then that is probably fine - so long as 
> Tomcat is not running as root.
> 
> -Nick



HTTPS support for Guacamole

2021-12-09 Thread Manoj Patil
Dear,

We implement the Guacamole with XRDP on centos 7.5 with HTTPS please confirm 
the guacamole run over tomcat with  https smoothly .

In my case I not used NGINX i am use  tomcat with HTTPS certificate. But I see 
I saw a “network connection is unstable message” in my WAN environment so I 
request to guide us 

If there any lack of network issue is occur .
-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Memory leak issue in tomcat

2021-10-04 Thread Manoj Patil
Dear,

i see in my tomcat log memory leak issue and that time connection is broken

Oct 04, 2021 1:42:15 PM org.apache.catalina.loader.WebappClassLoaderBase
clearReferencesThreads
SEVERE: The web application [/test] appears to have started a thread named
[com.google.inject.internal.util.$Finalizer] but has failed to stop it.
This is very likely to create a memory leak.
Oct 04, 2021 1:42:15 PM org.apache.catalina.loader.WebappClassLoaderBase
clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver
[com.mysql.jdbc.Driver] but failed to unregister it when the web
application was stopped. To prevent a memory leak, the JDBC Driver has been
forcibly unregistered.
Oct 04, 2021 1:42:15 PM org.apache.catalina.loader.WebappClassLoaderBase
clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named
[com.google.inject.internal.util.$Finalizer] but has failed to stop it.
This is very likely to create a memory leak.
Oct 04, 2021 1:42:15 PM org.apache.catalina.loader.WebappClassLoaderBase
clearReferencesThreads



please help in this
-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Guacd High CPU

2021-10-04 Thread Manoj Patil
Dear,

I am observing a guacd taking high cpu in my environment . I am trying to
stop guacd and start again. He also used a high cpu.

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Guacd not responding

2021-03-13 Thread Manoj Patil
Dear,

Suddenly i have issue with guacd it is not responding and using high cpu

Mar 13 16:31:57 lapp56te guacd[5015]: guacd[11063]: INFO:Last user
of connection "$626a20bb-f032-49b5-8abb-85f4b1a53b31" disconnected
Mar 13 16:31:57 lapp56te guacd[11714]: User is not responding.
Mar 13 16:31:57 lapp56te guacd[5015]: guacd[11714]: ERROR:User is
not responding.

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: A large thank you to the Apache Guacamole Team

2020-03-25 Thread Manoj Patil
Many many Thanks to Guacamole Team and specially thanks For Mike and Ivan.

> On 26-Mar-2020, at 11:47 AM, Juan Martin Fernandez Jimenez 
>  wrote:
> 
> Completely agree. Many many thanks to the Team.
> 
> El 25/3/20 a las 17:25, dmoscovi...@simard.ca  
> escribió:
>> Hi Team, 
>> 
>>  I'd just like the give a quick large thank you to the Guacamole team and 
>> any and all developers involved at this time. Due to the word situation now 
>> I've had to quickly implement something to allow many many users to now work 
>> from home and most likely without this system people would be stuck. Using 
>> this system as a base, It has enabled many people to just transplant 
>> themselves and continue working safely. 
>> 
>> Thank you. 
>> 
>> /danielm 
>> 
>>  
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
> For additional commands, e-mail: user-h...@guacamole.apache.org



Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-03-10 Thread Manoj Patil
ivanmarcus,

Thanks for cooperation .

Xrdp observation--

As per observation and experience i think the measure issue at Xrdp side .
Xrdp send the images in bitmap and jpeg compression but i could not see the
compression is done or not.

second thing is when you move the mouse pointer on RDp session then it also
send the bytes .

third one is , its calculate the RDP desktop in BPP,Width and Hight and
show  this bitmap to client . (rendering)

TLS 1.2 calls is default implemented in and it send request(read write) in
100 ms .

At Guacamole Side---

When Browser to Guacamole in idle no send receive .

But when connect to RDP session its continuously checking keepalive then
some bytes to be increased .

When at client side latency is 400-500 guacamole disconnected frequently .

 can you help in this to increased the parameter for checking the
connection to keepalive and checking latency.








On Wed, 11 Mar 2020 at 02:12, ivanmarcus 
wrote:

> Manoj,
>
> On 11/03/2020 12:02 a.m., Manoj Patil wrote:
>
> When connect to FreeRDP client-> xrdp ,bandwidth utilization is also High
> in idle condition.  In running condition using freerdp client utilization
> is High.
>
>
> Thank you for doing this test. From the above comment I take it that what
> you experience with the FreeRDP client <-> Xrdp is similar to what you have
> with Guacamole <-> Xrdp, and results in the issue you raise.
>
> As you're probably aware Guacamole uses FreeRDP for RDP connections to
> Xrdp. If the bandwidth requirement using FreeRDP directly, without
> Guacamole, is problematic for you then it's likely the issue results from
> FreeRDP rather than Guacamole.
>
> FreeRDP is a separate project to Guacamole. You should research your issue
> in relation to FreeRDP, rather than Guacamole, as this may give you the
> answers you're looking for. Possibly it's just a function of the way
> FreeRDP works and you will simply need to allocate more bandwidth as Mike
> has already suggested, or there may be some parameters you can tweak.
>
> Concluding, I note that FreeRDP, as with Guacamole, is an open-source
> project. If you've discovered an issue that is causing you a problem then
> your company could consider putting some resource into fixing/improving
> that issue? Not only would that make things better for you, it would also
> assist the wider community who've provided the base for your service,
> including, ultimately, Guacamole.
>


-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-03-10 Thread Manoj Patil
Dear,

When i am connecting through MSRD client to xrdp --

In idle mode Bandwidth utilization is low ,but when i move mouse pointer
over windows and run my application bandwidth is utilized high.

In reverse i am connect MSRD client to MSRD (windows) host  in idle
condition bandwidth is low , when i am move mouse pointer over windows or
run application on windows host the utilization of bandwidth is very low.

When connect to FreeRDP client-> xrdp ,bandwidth utilization is also High
in idle condition.  In running condition using freerdp client utilization
is High.







On Tue, 10 Mar 2020 at 13:15, ivanmarcus 
wrote:

> Manoj,
>
> I think the answer you're giving is 'yes' - ie. that the issue you're
> experiencing is in fact between Guacamole and the Xrdp machine(?).
>
> In that case, for the next step, could you try connecting to your Xrdp
> machine directly via:
>
> (1) MSRD client
>
> (2) FreeRDP client
> And compare the experience/bandwidth utilisation of these two clients
> (doing the same tasks, incl idle)?
>
>
>
> On 10/03/2020 5:48 p.m., Manoj Patil wrote:
>
> dear Mkie/
> ivanmarcus
>
> can i share  a html code of MSRDC . through this html you can able to
> connect windows machine.
>  share this html on that mailid or any personal maild ?
>
> see the snap shot .
>
> When i am check MSRDC at high network latency(600-700 ms) it run smoothly
> . but in guacamole breaks the connection in time to time(connect-reconnect).
>
> Also we check at this latency typing is very fast there is no laggy in
> keyboard typing.
>
> In guacamole to Xrdp at same latency there is  keyboard laagy occur means
> slow typing at client end.
>
> we also see when i am connect to MSRDC(windows) host through client its
> take first time 8-10 kbps continilously transfer data  in transection mode .
>
> in idle  mode there is no any bandwidth utilization.
>
>
>
> On Tue, 10 Mar 2020 at 09:06, ivanmarcus 
>  wrote:
>
>> Manoj,
>>
>> Perhaps I'm struggling to understand completely, but maybe we should just
>> go through this one step at a time.
>>
>> (1) Is the bandwidth issue you're presenty raising between Guacamole and
>> the local (Xrdp) client - NOT between Guacamole and the remote browser?
>>
>> On 10/03/2020 4:20 p.m., Manoj Patil wrote:
>>
>> Dear ivanmarcus,
>>
>> To be specific. You say MSRDWC uses a lot less bandwidth than Guacamole,
>> however (if I understand correctly) from what you say you're using
>> Guacamole with a Xrdp client machine, and MSRDWC with a MSRD client
>> machine. I suggest you should first test with Guacamole to the MSRD client,
>> and then MSRDWC to the *same* client with the *same* parameters and the
>> *same* series of tests. IOW the *only* change in the lineup is MSRDWC vs
>> Guacamole - NOT the client machine as
>>
>> I am done the setup of MSRDC at my place and measuring the sam scenario
>> Guacamole to xrdp client 
>>
>> When connecting through browser to guacamole it's low bandwidth . when
>> connect guacad to xrdp host its huge bandwidth.
>>
>> Guacamole to MSRDC client--
>>
>> We test this setup with guacamole to MSRDC host through client there is
>> also a bandwidth utilization . we measure theough wireshark
>>
>> MSRDC to same client --
>>
>> When i am connected to  MSRDC with same parameter of bpp, width , height
>> etc and measure through wireshark there is tremendous different , its take
>> very low bandwidth .
>>
>> When I am in idle mode in guacamole to xrdp its continuously check
>> keepalive and bandwidth utilizated that time.
>>
>> When i am in idle in MSRDC there is no keepalive checking see in
>> wireshark hence bandits is very low .
>>
>>
>> On Tue, 10 Mar 2020, 02:00 ivanmarcus, 
>>  wrote:
>>
>>> Manoj,
>>>
>>> We may have exhausted our ability to help. As Stefan has pointed out
>>> there have been a number of suggestions and explanations around the issue
>>> you raise; it could be useful if you were to pursue those in the first
>>> instance.
>>>
>>> One thing that strikes me from your latest post is that you're
>>> introducing too many variables when attempting to compare systems. If you
>>> want to make comparisons then you should start with as identical a system
>>> as possible and  change just *one* parameter first. In this way you will
>>> generally be a lot clearer around what changes have an affect on something.
>>>
>>> To be specific. You say MSRDWC uses a lot less bandwidth than

Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-03-09 Thread Manoj Patil
Dear ivanmarcus,

To be specific. You say MSRDWC uses a lot less bandwidth than Guacamole,
however (if I understand correctly) from what you say you're using
Guacamole with a Xrdp client machine, and MSRDWC with a MSRD client
machine. I suggest you should first test with Guacamole to the MSRD client,
and then MSRDWC to the *same* client with the *same* parameters and the
*same* series of tests. IOW the *only* change in the lineup is MSRDWC vs
Guacamole - NOT the client machine as

I am done the setup of MSRDC at my place and measuring the sam scenario
Guacamole to xrdp client 

When connecting through browser to guacamole it's low bandwidth . when
connect guacad to xrdp host its huge bandwidth.

Guacamole to MSRDC client--

We test this setup with guacamole to MSRDC host through client there is
also a bandwidth utilization . we measure theough wireshark

MSRDC to same client --

When i am connected to  MSRDC with same parameter of bpp, width , height
etc and measure through wireshark there is tremendous different , its take
very low bandwidth .

When I am in idle mode in guacamole to xrdp its continuously check
keepalive and bandwidth utilizated that time.

When i am in idle in MSRDC there is no keepalive checking see in wireshark
hence bandits is very low .


On Tue, 10 Mar 2020, 02:00 ivanmarcus,  wrote:

> Manoj,
>
> We may have exhausted our ability to help. As Stefan has pointed out there
> have been a number of suggestions and explanations around the issue you
> raise; it could be useful if you were to pursue those in the first instance.
>
> One thing that strikes me from your latest post is that you're introducing
> too many variables when attempting to compare systems. If you want to make
> comparisons then you should start with as identical a system as possible
> and  change just *one* parameter first. In this way you will generally be a
> lot clearer around what changes have an affect on something.
>
> To be specific. You say MSRDWC uses a lot less bandwidth than Guacamole,
> however (if I understand correctly) from what you say you're using
> Guacamole with a Xrdp client machine, and MSRDWC with a MSRD client
> machine. I suggest you should first test with Guacamole to the MSRD client,
> and then MSRDWC to the *same* client with the *same* parameters and the
> *same* series of tests. IOW the *only* change in the lineup is MSRDWC vs
> Guacamole - NOT the client machine as well.
>
> Moving on from this, I don't have access to MSRDWC and have never used it
> but if possible the next test might be to utilise it with an Xrdp client
> machine and compare that with Guacamole to the *same* client. Such logical
> steps would lend much more credence to your results, and may provide a
> clearer pointer to you as to where the issue, if there is one, lays.
>
>
>
> On 9/03/2020 8:58 p.m., Manoj Patil wrote:
>
> Dear,
>
> Any Resolution on my Issues.
>
> Please suggest any changes at guacamole server and Xrdp host server.
>
>
> On Tue, 3 Mar 2020 at 13:22, Manoj Patil  wrote:
>
>> Dear  ivanmarcus/mike,
>>
>> The MSRDP setup is done at my end for testing purpose with same user
>> ,same screen,same depth etc. we measure the bandith for singile session and
>> it is too low. i am already sharing a snapshot in preious mail.
>>
>> *My point is if i used MSRDP web client to acees the server it take low
>> bandwidth utilization . when i am using guacd with xrdp it uses high
>> bandwidth.*
>>
>>
>>
>>
>


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-03-09 Thread Manoj Patil
Dear

I know the discussion is going on .., but still we try to minimised the
bandwidth utilization. I see in xrdp code there is a bitmap and jpeg cache
and compression with respectively bpp(bit per pixel), width and height .
but guacamole can done the compression and cache the bitmap and jpeg.

We see in guacamole they used ping and webp so I think the cache and
compression is mismatch.

Please if it correct?

On Mon, 9 Mar 2020, 13:39 Stefan M. Radman,  wrote:

> Hi Manoj
>
> Several Guacamole users have made useful suggestions over the course of
> the discussion.
>
> Ultimately, the resolution of your issues is in your own hands.
>
> Stefan
>
>
> > On Mar 9, 2020, at 08:58, Manoj Patil  wrote:
> >
> > Dear,
> >
> > Any Resolution on my Issues.
> >
> > Please suggest any changes at guacamole server and Xrdp host server.
> >
>
>
> CONFIDENTIALITY NOTICE: This communication may contain privileged and
> confidential information, or may otherwise be protected from disclosure,
> and is intended solely for use of the intended recipient(s). If you are not
> the intended recipient of this communication, please notify the sender that
> you have received this communication in error and delete and destroy all
> copies in your possession.
>
> -
> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
> For additional commands, e-mail: user-h...@guacamole.apache.org
>
>


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-03-09 Thread Manoj Patil
Dear,

Any Resolution on my Issues.

Please suggest any changes at guacamole server and Xrdp host server.


On Tue, 3 Mar 2020 at 13:22, Manoj Patil  wrote:

> Dear ivanmarcus/mike,
>
> The MSRDP setup is done at my end for testing purpose with same user ,same
> screen,same depth etc. we measure the bandith for singile session and it is
> too low. i am already sharing a snapshot in preious mail.
>
> *My point is if i used MSRDP web client to acees the server it take low
> bandwidth utilization . when i am using guacd with xrdp it uses high
> bandwidth.*
>
>
>
> On Tue, 3 Mar 2020 at 11:25, ivanmarcus 
> wrote:
>
>> Manoj,
>>
>> I've followed this thread with some interest, and have learnt something
>> from what Mike's been saying about how Guacamole handles image compression
>> etc.
>>
>> I'm not able to contribute much from a softwarec perspective but there
>> are a couple of things that I wonder about.
>>
>> In your tests it appears to me that, generally, the Guacamole <-> xrdp
>> traffic is much higher than Tomcat <-> browser, as one would anticipate.
>> Assuming your Guacamole <-> xrdp connections to be on an internal 1GbE
>> network then one would expect Tomcat <-> [external] browser experience to
>> be much quicker than say xrdp <-> [external] MSRD client.
>>
>> In an earlier post you said:
>>
>> My Observation is---
>>
>> we observe that in my colleague company those people used  Microsoft
>> remote desktop Web client (using activex) for 1200 connection in 10 Mbps
>> for huge transaction. and
>>
>> we used Xrdp+wine+Guacamole with 600 connection with 50 Mbps bandwidth .
>>
>> what protocol they are used  ( Microsoft remote desktop Web client ) is
>> taking less bandwidth compare  with  Guacamole.
>>
>> From this I was interested to see what information there was regarding
>> the bandwidth requirements for MS RD Web Client vs MS Terminal Services
>> Client.
>>
>> I found this website article:
>>
>>
>> https://www.rdsgurus.com/microsoft-rd-web-client-html5-performance-testing-part-1/
>>
>> Although not completely clear my take on their results is that MSRDWC
>> could use similar, or possibly more, bandwith than MSTSC (or it could use
>> ~1/2 in some cases). They explicitly state further research is needed so
>> the results should be considered provisional at this time.
>>
>> *If* these results are in the typical ballpark then it would seem to me
>> somewhat at odds with what you said earlier, and with the results you've
>> charted.
>>
>> To clarifiy.
>>
>> (1) From the article let's say MSRDWC bandwith typically = MSTSC
>> bandwith.
>>
>> (2)You measure Guacamole <-> xrdp bandwidth significantly higher than
>> Tomcat <-> browser (let's say this equates to what we'd expect typical
>> MSTSC bandwidth to be).
>>
>> (3) Extapolating; your colleague company is using MSRDWC, therefore with
>> no other changes or tuning we might ordinarily expect their bandwith
>> requirements to be higher than yours since, from your's and Mike's data,
>> the Tomcat <-> browser bandwidth should effectively be less than MSRDWC.
>>
>> (4) Yet you've said they have twice the connection numbers with 1/5
>> available bandwith, and although not stated the intimation is that their
>> user's experience could be better than yours?
>>
>> Now I realise I'm drawing a fairly long bow, and making some pretty wild
>> assumptions based on possibly erroneous data, but at this point the
>> comparision just doesn't add up.
>>
>> There are many possibly variables that might explain this but I wonder,
>> initially, if there are some other differences in what service your
>> colleague company is delivering compared with yours? For example is theirs
>> a much reduced colour depth, is it limited to a specific app with little
>> screen updates, do they have burst mode data capacity, do they have fewer
>> _concurrent_ users etc?
>>
>> Ultimately Mike has said several times that you simply need to allocate
>> more resource for what you're doing, but it may assist yourself and the
>> community if you could obtain a similar bandwith log from your colleague
>> company as you have for yours. It would be good if the data were
>> standardised as much as possible (ie. perform exactly the same desktop
>> tasks) and the same colour depth settings etc were utilised.
>>
>> If this were effected I think we'

Guacamole Support For X2go/Freenx

2020-03-07 Thread Manoj Patil
Dear,

I am install X2go server on centos host can you please advice it is
supported protocol for Guacamole server.

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Regarding using freerdp in centos and guacamole server

2020-03-06 Thread Manoj Patil
Dear,

Ok , i want install libguac-client-rdp0 on guacamole server . on another
host linux server xrdp is necessary? without xrdp we can not connect
guacamole to linux host?

On Sat, 7 Mar 2020 at 08:50, Matt Nels  wrote:

> Hi Manoj,
>
> If you are asking, “do you need xrdp on the Guacamole server?”.you do
> not need xrdp on the server. You will need to install libguac-client-rdp0
> to support connecting to any RDP service.
>
> xrdp is what you would install on a Linux host if you want it to have a
> RDP service; this would be the client that Guacamole server would be the
> gateway for.
>
> -Matt
>
> > On Mar 6, 2020, at 11:12, Manoj Patil  wrote:
> >
> > 
> > Dear sir.
> >
> > I am not install xrdp on centos but I am install only guacamole so
> please give suggestions it is necessary to install xrdp on centos to run
> guacamole with rdp of centos system.
> >
>
> -
> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
> For additional commands, e-mail: user-h...@guacamole.apache.org
>
>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Regarding using freerdp in centos and guacamole server

2020-03-06 Thread Manoj Patil
Which is best xrdp or xorgxrdp?

On Sat, 7 Mar 2020, 00:57 Nick Couchman,  wrote:

> On Fri, Mar 6, 2020 at 2:20 PM Manoj Patil  wrote:
>
>> Xrdp and xorgxrdp utilized high bandwidth .please suggest another one for
>> centos7
>>
>>
> Those are the only options for running RDP servers on Linux that I am
> aware of.
>
> -Nick
>


Re: Regarding using freerdp in centos and guacamole server

2020-03-06 Thread Manoj Patil
Xrdp and xorgxrdp utilized high bandwidth .please suggest another one for
centos7

On Fri, 6 Mar 2020, 22:50 Nick Couchman,  wrote:

> On Fri, Mar 6, 2020 at 11:12 AM Manoj Patil  wrote:
>
>> Dear sir.
>>
>> I am not install xrdp on centos but I am install only guacamole so please
>> give suggestions it is necessary to install xrdp on centos to run guacamole
>> with rdp of centos system.
>>
>>
> 1) Make sure you have the EPEL repo installed.
> 2) yum install xrdp xorgxrdp
> 3) Configure xrdp (http://xrdp.org/)
>
> -Nick
>


Regarding using freerdp in centos and guacamole server

2020-03-06 Thread Manoj Patil
Dear sir.

I am not install xrdp on centos but I am install only guacamole so please
give suggestions it is necessary to install xrdp on centos to run guacamole
with rdp of centos system.


Caps_lock/Num_Lock/scroll lock not working in Xvnc

2020-03-05 Thread Manoj Patil
Dear,

When i am connecting xrdp-Xvnc session through Guacamole browser then

*Caps_lock/Num_Lock/scroll lock not working*

When i am taking remote through Mstsc then all *Caps_lock/Num_Lock/scroll
lock **working fine.*
-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-03-02 Thread Manoj Patil
Dear ivanmarcus/mike,

The MSRDP setup is done at my end for testing purpose with same user ,same
screen,same depth etc. we measure the bandith for singile session and it is
too low. i am already sharing a snapshot in preious mail.

*My point is if i used MSRDP web client to acees the server it take low
bandwidth utilization . when i am using guacd with xrdp it uses high
bandwidth.*



On Tue, 3 Mar 2020 at 11:25, ivanmarcus 
wrote:

> Manoj,
>
> I've followed this thread with some interest, and have learnt something
> from what Mike's been saying about how Guacamole handles image compression
> etc.
>
> I'm not able to contribute much from a softwarec perspective but there are
> a couple of things that I wonder about.
>
> In your tests it appears to me that, generally, the Guacamole <-> xrdp
> traffic is much higher than Tomcat <-> browser, as one would anticipate.
> Assuming your Guacamole <-> xrdp connections to be on an internal 1GbE
> network then one would expect Tomcat <-> [external] browser experience to
> be much quicker than say xrdp <-> [external] MSRD client.
>
> In an earlier post you said:
>
> My Observation is---
>
> we observe that in my colleague company those people used  Microsoft
> remote desktop Web client (using activex) for 1200 connection in 10 Mbps
> for huge transaction. and
>
> we used Xrdp+wine+Guacamole with 600 connection with 50 Mbps bandwidth .
>
> what protocol they are used  ( Microsoft remote desktop Web client ) is
> taking less bandwidth compare  with  Guacamole.
>
> From this I was interested to see what information there was regarding the
> bandwidth requirements for MS RD Web Client vs MS Terminal Services Client.
>
> I found this website article:
>
>
> https://www.rdsgurus.com/microsoft-rd-web-client-html5-performance-testing-part-1/
>
> Although not completely clear my take on their results is that MSRDWC
> could use similar, or possibly more, bandwith than MSTSC (or it could use
> ~1/2 in some cases). They explicitly state further research is needed so
> the results should be considered provisional at this time.
>
> *If* these results are in the typical ballpark then it would seem to me
> somewhat at odds with what you said earlier, and with the results you've
> charted.
>
> To clarifiy.
>
> (1) From the article let's say MSRDWC bandwith typically = MSTSC bandwith.
>
> (2)You measure Guacamole <-> xrdp bandwidth significantly higher than
> Tomcat <-> browser (let's say this equates to what we'd expect typical
> MSTSC bandwidth to be).
>
> (3) Extapolating; your colleague company is using MSRDWC, therefore with
> no other changes or tuning we might ordinarily expect their bandwith
> requirements to be higher than yours since, from your's and Mike's data,
> the Tomcat <-> browser bandwidth should effectively be less than MSRDWC.
>
> (4) Yet you've said they have twice the connection numbers with 1/5
> available bandwith, and although not stated the intimation is that their
> user's experience could be better than yours?
>
> Now I realise I'm drawing a fairly long bow, and making some pretty wild
> assumptions based on possibly erroneous data, but at this point the
> comparision just doesn't add up.
>
> There are many possibly variables that might explain this but I wonder,
> initially, if there are some other differences in what service your
> colleague company is delivering compared with yours? For example is theirs
> a much reduced colour depth, is it limited to a specific app with little
> screen updates, do they have burst mode data capacity, do they have fewer
> _concurrent_ users etc?
>
> Ultimately Mike has said several times that you simply need to allocate
> more resource for what you're doing, but it may assist yourself and the
> community if you could obtain a similar bandwith log from your colleague
> company as you have for yours. It would be good if the data were
> standardised as much as possible (ie. perform exactly the same desktop
> tasks) and the same colour depth settings etc were utilised.
>
> If this were effected I think we'd have a much better idea as to the
> bandwith requirements of Guacamole vs MSRDWC. From this one might then know
> if there's any real (comparative) issue between your service and that of
> your colleague company, or not. It could also give some potentially useful
> info around Guacamole/MSRDWC performance...
>
>
> On 3/03/2020 4:06 p.m., Manoj Patil wrote:
>
> What tool u used for measuring bandwidth.
>
> Is there any resolution?
>
> As per your snanshot RDP take to much bandwidth utilization . if u also
> 600 a

Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-03-02 Thread Manoj Patil
What tool u used for measuring bandwidth.

Is there any resolution?

As per your snanshot RDP take to much bandwidth utilization . if u also 600
active connwction then the bandwidth utilization is around 40- 45 mbps.

On Mon, 2 Mar 2020, 00:45 Mike Jumper,  wrote:

> On Sun, Mar 1, 2020 at 1:59 AM Manoj Patil  wrote:
>
>> Dear,
>>
>> I am deployed the Microsoft environment at my end and measure the
>> bandwidth data send and received.
>>  using wireshark.
>>
>> please find the attached file one is microsoft web rdp bandwidth
>> calculation using wireshark and second snapshot is guacamol server
>> calculation using wireshark .
>>
>
> If you want to compare bandwidth usage reliably, you will need to measure
> and compare the two sides of the same session: one measurement being the
> browser <--> Guacamole traffic and the other being the guacd <--> RDP
> traffic. For example, here's my statistics for the first week of December
> last year:
>
> [image: glen-demo-stats-2019-12-01-through-2019-12-07.png]
>
> The graph shows total Guacamole bandwidth usage (green line) against RDP
> usage (orange line) for the same servers across all sessions. The purple
> line is the total number of active sessions. In general, the two bandwidth
> lines follow each other, however I've always observed the RDP line to be
> significantly higher, presumably due to using poorer image compression. The
> only times I've seen the Guacamole line peek (slightly) above the RDP line
> are when there is extremely low activity.
>
> If you are absolutely sure that you are measuring effectively the same
> sessions, connecting to the same RDP server, and that you are using the
> same display size, performing the same actions, seeing the same graphics,
> etc. between them, I'm not sure what would account for your measurements
> showing the opposite behavior.
>
> - Mike
>
>


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-29 Thread Manoj Patil
Dear,

Thank For your appreciation .

The only thing that I noticed is that there is no compression between the
server and the client.
Meaning that full sized base64 encoded PNG images are send to the client,
which causes a high network load.

i am try to find out why more bandwidth is required for 600 connection and
how to reduced it.

My Observation is---

we observe that in my colleague company those people used  Microsoft remote
desktop Web client (using activex) for 1200 connection in 10 Mbps for huge
transaction. and

we used Xrdp+wine+Guacamole with 600 connection with 50 Mbps bandwidth .

what protocol they are used  ( Microsoft remote desktop Web client ) is
taking less bandwidth compare  with  Guacamole.

if we tune guacamole like that  Microsoft remote desktop Web client it is
valuable for all in low bandwidth.

without your help we can not do any changes in guacamole server.

Please guide.




On Sun, 1 Mar 2020 at 11:36, Mike Jumper  wrote:

> On Sat, Feb 29, 2020, 20:57 Manoj Patil  wrote:
>
>> Dear,
>>
>> Thanks your valuable replay .
>>
>> I observe that when data send from server to client in image/PNG and PNG
>> take to much bandwidth rather than *Webp.*
>>
>
> No, whether WebP performs better than PNG depends on the content of the
> image, and there is more to performance than simply bandwidth. Guacamole
> attempts to detect this automatically and use whichever will produce the
> best user experience. Forcing WebP across the board will likely perform
> noticably poorly.
>
>
>> *Please guide us how i am enable or decode image data/PNG to image
>> data/Webp in guacamole server with tomcat with compression?*
>>
>
> Guacamole already does this automatically, and it has nothing to do with
> Tomcat.
>
> Really, I think you are chasing red herrings, trying to solve a problem
> that isn't actually in the software. Your recording and bandwidth
> measurements both show things working nominally and that the bandwidth
> usage is not high.
>
> I believe the ultimate issue is that you're trying to cram 600 connections
> down the same 50 Mbps pipe, and that you are not going to achieve
> reasonable performance for those 600 connections simply because that is not
> a reasonable resource allocation. Guacamole will still work, but it will be
> strongly limited by what you've given it to work with.
>
> It doesn't hurt to experiment (it's the only way progress happens) and
> you're more than welcome to dig through the source on your own and see
> whether tweaking things with respect to WebP vs. PNG vs. JPEG helps. If you
> do discover an improvement, it would be a very welcome contribution.
>
> That said, keep in mind:
>
> * This and many other things have been tried before. Guacamole is as it
> currently is because of this extensive testing and design. Using WebP
> across the board has been tested, and it performed badly.
> * There are bandwidth, encode time, and decode time tradeoffs in using
> these various compression schemes. The idea of using WebP across the board
> (for browsers that support it) was rejected during initial testing for this
> reason - PNG often compresses faster and nearly as well, with the slower
> encode time of lossless WebP outweighing any benefit and ultimately making
> things slower.
> * While there are likely cleverer ways to determine whether PNG, WebP, or
> JPEG should be used, and cleverer algorithms to be applied to Guacamole's
> cost optimizer, it's unlikely to be as simple as "just use WebP" and
> unlikely to produce the order-of-magnitude improvement you would need to
> fit all those connections in 50 Mbps.
>
> - Mike
>
>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-29 Thread Manoj Patil
Dear,

Thanks your valuable replay .

I observe that when data send from server to client in image/PNG and PNG
take to much bandwidth rather than *Webp.*

*Please guide us how i am enable or decode image data/PNG to image
data/Webp in guacamole server with tomcat with compression?*


On Sun, 1 Mar 2020 at 01:40, Mike Jumper  wrote:

> On Sat, Feb 29, 2020 at 6:17 AM Manoj Patil  wrote:
>
>> Dear mike,
>>
>> We have captured the Guacamole screen recording as per your suggestions.
>> please find attachment and guide us what data is sent .
>>
>
> Looking through the recording, everything looks absolutely fine. All
> updates are incremental, and updates to large parts of the screen are only
> sent when those parts of the screen have indeed changed. This change is
> sometimes subtle (a window border changes color due to losing focus, drop
> shadow appears in front of something that otherwise hasn't changed, buttons
> become enabled/disabled, etc.), but the changes are there.
>
> The raw data is just over 5 MB and covers a session around 8 minutes in
> length. Average bandwidth usage over that timeframe would have been around
> 86 Kbps (10 KB/s), however that actually would have been closer to 57 Kbps
> (7 KB/s) with the additional gzip compression typically applied between
> Tomcat and the browser.
>
> There is no problem here.
>
> How we can see that file data?
>>
>
> You can manually walk through the data - the Guacamole protocol is text
> and is documented:
>
> http://guacamole.apache.org/doc/gug/guacamole-protocol.html
> http://guacamole.apache.org/doc/gug/protocol-reference.html
>
> You can also play back the recording in-browser and watch as parts of the
> recording are decoded. There's an example of this in the Guacamole source:
>
>
> https://github.com/apache/guacamole-client/tree/master/doc/guacamole-playback-example
>
> There's also a third-party hosted version of the above which I wrote for
> my day job that has some modifications to support loading larger files:
>
> https://player.glyptodon.com/
>
> - Mike
>
>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-28 Thread Manoj Patil
Dear Mike,

Today we have measured bandwidth utilization using another verified tool on
our server and had below observations :

1. It seems that whenever *single *user session is in idle mode (No screen
change) , the bandwidth utilization is almost 707 B/s (which is low)

2. And whenever *single * session is active(means Screen changes with user
inputs) ,  the bandwidth utilization is almost 30-40 KB/s which is too high
for us for single  user session.

>From these observations, We might say that whenever screen changes on
remote session, frames for whole screen are transferred every time over n/w
and hence causes high data flow which leads to high bandwidth utilization.
(This also happens whenever same screen/window is opened repeatedly).

FYR i have attached screen shots for  single  user session in both idle and
active state.

Urging you to check the same and guide us further to work on frames
transferred over n/w and how to tune it ?






On Mon, 24 Feb 2020 at 12:52, Manoj Patil  wrote:

> Dear Mike/Nick,
>
> For your below question, PF below reply.
>
> Sean makes a really good point, and, really, it brings us back to one of
> Mike's questions, Manoj: what problem are you trying to solve?  Are you
> seeing congestion on the network when you use Guacamole?  Is the Guacamole
> connection unreliable or slow or choppy?  Are you seeing high resource
> utilization for the Guacamole components or the web browser?
>
> *--Our problem is high bandwidth utilization (around 90 kbps per user
> connection) and we want to reduce this anyhow. Because we have only 50 mbps
> MPLS link and we have deployed and running more than 600 user sessions in
> parallel. So this bandwidth is not sufficient and s/w gets slow with
> degraded performance. *
>
> *--Is there anyway using which we can reduce this bandwidth (90 kbps) to
> at least 10-20 kbps ?  or can we increase tunnel keep alive checking
> timeouts at guacamole client and server side so as to reduce frequent data
> transfer over network.*
>
> *--If so please do let us know. this will greatly appreciated and our
> clients will be more happy to use our solution.*
>
>
> On Sun, 23 Feb 2020 at 00:39, Mike Jumper  wrote:
>
>> Manoj, Guacamole will not send image data if the connection is idle.
>> Images are sent only when content on the screen is changing and only for
>> the part of the screen that changed.
>>
>> Earlier in this conversation, you described 90 Kbps. This has now become
>> 1.8 Mbps. I assume you are now measuring something completely different,
>> and the connection is extremely active?
>>
>> I'm still not seeing what problem you're trying to solve. The fact that
>> this doesn't match our own measurements notwithstanding, slightly higher
>> idle bandwidth usage is unlikely to be the cause of any actual problem.
>> Framing overhead could easily cause Guacamole's bandwidth usage to be
>> higher than RDP when things are idle, but would be become negligible when
>> things are actually in use, at which point Guacamole's bandwidth usage
>> would be expected to be lower than the underlying RDP connection.
>>
>> Perhaps you could configure the Guacamole connection in question to
>> capture a screen recording? If you capture a screen recording via Guacamole
>> and send it our way, that will essentially be a raw protocol dump and
>> should allow us to see exactly what's happening behind the scenes,
>> including what data is transferred and when.
>>
>> - Mike
>>
>> On Sat, Feb 22, 2020, 10:47 Manoj Patil  wrote:
>>
>>> Hi nick,
>>>
>>> Yes , I am seeing encoded images at idle connection and frequently
>>> packet send recive ACK and SYN through server to client and vice versa .
>>>
>>> I am  seeing high resource utilization for the Guacamole components on
>>> the web browser.
>>>
>>> I am also cross check bandwidth utilization RDP with using MSTSC ActiveX
>>> control its too less (1.3 kbps) in running mode . in idle mode they can not
>>> utilized network .
>>>
>>>
>>> On Sun, 23 Feb 2020, 00:00 Nick Couchman,  wrote:
>>>
>>>> On Sat, Feb 22, 2020 at 12:35 PM Sean Reid 
>>>> wrote:
>>>>
>>>>> Hi Manoj,
>>>>>
>>>>> Guacd has a few formats at its disposal to send images: PNG, JPEG, and
>>>>> optionally webp. PNG is lossless, JPEG and webp are lossy. Guacd chooses
>>>>> heuristically which it will use based on things like the current 
>>>>> framerate,
>>>>> the size of the image, and whether or not PNG is just better at a

Re: EXT: Re: Chrome copy-paste issue

2020-02-26 Thread Manoj Patil
Yes

Above setting is work to cpoy paste on browser i tested on chrome .

On Thu, 27 Feb 2020 at 08:44, Mike Jumper  wrote:

> On Wed, Feb 26, 2020 at 12:47 PM McRoy, Jeffrey (GE Healthcare) <
> jeffrey.mc...@ge.com> wrote:
>
>> Hi Nick,
>>
>> Thanks for the reply. I don't get a pop-up. I am using Guac 1.0.0.
>> Copy-paste from inside the browser window that the Gauc display is in works
>> just fine. It only fails when I copy from outside the browser and try to
>> paste into the browser.
>>
>
> If clipboard isn't working but you're not seeing the pop-up at all, it
> sounds like clipboard permission has already been denied, perhaps by
> accident. Do you see anything relevant within 
> chrome://settings/content/clipboard
> ?
>
> - Mike
>
>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-23 Thread Manoj Patil
Dear Mike/Nick,

For your below question, PF below reply.

Sean makes a really good point, and, really, it brings us back to one of
Mike's questions, Manoj: what problem are you trying to solve?  Are you
seeing congestion on the network when you use Guacamole?  Is the Guacamole
connection unreliable or slow or choppy?  Are you seeing high resource
utilization for the Guacamole components or the web browser?

*--Our problem is high bandwidth utilization (around 90 kbps per user
connection) and we want to reduce this anyhow. Because we have only 50 mbps
MPLS link and we have deployed and running more than 600 user sessions in
parallel. So this bandwidth is not sufficient and s/w gets slow with
degraded performance. *

*--Is there anyway using which we can reduce this bandwidth (90 kbps) to at
least 10-20 kbps ?  or can we increase tunnel keep alive checking timeouts
at guacamole client and server side so as to reduce frequent data transfer
over network.*

*--If so please do let us know. this will greatly appreciated and our
clients will be more happy to use our solution.*


On Sun, 23 Feb 2020 at 00:39, Mike Jumper  wrote:

> Manoj, Guacamole will not send image data if the connection is idle.
> Images are sent only when content on the screen is changing and only for
> the part of the screen that changed.
>
> Earlier in this conversation, you described 90 Kbps. This has now become
> 1.8 Mbps. I assume you are now measuring something completely different,
> and the connection is extremely active?
>
> I'm still not seeing what problem you're trying to solve. The fact that
> this doesn't match our own measurements notwithstanding, slightly higher
> idle bandwidth usage is unlikely to be the cause of any actual problem.
> Framing overhead could easily cause Guacamole's bandwidth usage to be
> higher than RDP when things are idle, but would be become negligible when
> things are actually in use, at which point Guacamole's bandwidth usage
> would be expected to be lower than the underlying RDP connection.
>
> Perhaps you could configure the Guacamole connection in question to
> capture a screen recording? If you capture a screen recording via Guacamole
> and send it our way, that will essentially be a raw protocol dump and
> should allow us to see exactly what's happening behind the scenes,
> including what data is transferred and when.
>
> - Mike
>
> On Sat, Feb 22, 2020, 10:47 Manoj Patil  wrote:
>
>> Hi nick,
>>
>> Yes , I am seeing encoded images at idle connection and frequently packet
>> send recive ACK and SYN through server to client and vice versa .
>>
>> I am  seeing high resource utilization for the Guacamole components on
>> the web browser.
>>
>> I am also cross check bandwidth utilization RDP with using MSTSC ActiveX
>> control its too less (1.3 kbps) in running mode . in idle mode they can not
>> utilized network .
>>
>>
>> On Sun, 23 Feb 2020, 00:00 Nick Couchman,  wrote:
>>
>>> On Sat, Feb 22, 2020 at 12:35 PM Sean Reid  wrote:
>>>
>>>> Hi Manoj,
>>>>
>>>> Guacd has a few formats at its disposal to send images: PNG, JPEG, and
>>>> optionally webp. PNG is lossless, JPEG and webp are lossy. Guacd chooses
>>>> heuristically which it will use based on things like the current framerate,
>>>> the size of the image, and whether or not PNG is just better at accurately
>>>> representing the frame content. These heuristics are not user-controllable,
>>>> so the fact that guacd is choosing PNG means that it is the optimal choice
>>>> given the current state of the remote display.
>>>>
>>>> Sean
>>>>
>>>> On Sat, Feb 22, 2020 at 11:56 AM Manoj Patil 
>>>> wrote:
>>>>
>>>>> The only thing that I noticed is that there is no compression between
>>>>> the server and the client. Meaning that full sized base64 encoded PNG
>>>>> images are send to the client, which causes a high network load (~1.8mb/s)
>>>>>
>>>>
>>> Well, 1.8 Mb/s may be a high network load on a 5 Mb/s shared MPLS
>>> connection, but it isn't all that high on a 100 Mb/s network link.  Also,
>>> what are you doing when you see this utilization and base64-encoded PNG
>>> images?  Is this when the connection is idle?  Or are you watching a
>>> YouTube video on the remote system?  It matters. And it seems like you've
>>> jumped back and forth between talking about idle connections and now
>>> talking about...??   There's very little context to your assertion, here.
>>>
>>> Sean makes a really good point, and, really, it brings us back to one of
>>> Mike's questions, Manoj: what problem are you trying to solve?  Are you
>>> seeing congestion on the network when you use Guacamole?  Is the Guacamole
>>> connection unreliable or slow or choppy?  Are you seeing high resource
>>> utilization for the Guacamole components or the web browser?
>>>
>>> -Nick
>>>
>>>>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-22 Thread Manoj Patil
Hi nick,

Yes , I am seeing encoded images at idle connection and frequently packet
send recive ACK and SYN through server to client and vice versa .

I am  seeing high resource utilization for the Guacamole components on the
web browser.

I am also cross check bandwidth utilization RDP with using MSTSC ActiveX
control its too less (1.3 kbps) in running mode . in idle mode they can not
utilized network .


On Sun, 23 Feb 2020, 00:00 Nick Couchman,  wrote:

> On Sat, Feb 22, 2020 at 12:35 PM Sean Reid  wrote:
>
>> Hi Manoj,
>>
>> Guacd has a few formats at its disposal to send images: PNG, JPEG, and
>> optionally webp. PNG is lossless, JPEG and webp are lossy. Guacd chooses
>> heuristically which it will use based on things like the current framerate,
>> the size of the image, and whether or not PNG is just better at accurately
>> representing the frame content. These heuristics are not user-controllable,
>> so the fact that guacd is choosing PNG means that it is the optimal choice
>> given the current state of the remote display.
>>
>> Sean
>>
>> On Sat, Feb 22, 2020 at 11:56 AM Manoj Patil 
>> wrote:
>>
>>> The only thing that I noticed is that there is no compression between
>>> the server and the client. Meaning that full sized base64 encoded PNG
>>> images are send to the client, which causes a high network load (~1.8mb/s)
>>>
>>
> Well, 1.8 Mb/s may be a high network load on a 5 Mb/s shared MPLS
> connection, but it isn't all that high on a 100 Mb/s network link.  Also,
> what are you doing when you see this utilization and base64-encoded PNG
> images?  Is this when the connection is idle?  Or are you watching a
> YouTube video on the remote system?  It matters. And it seems like you've
> jumped back and forth between talking about idle connections and now
> talking about...??   There's very little context to your assertion, here.
>
> Sean makes a really good point, and, really, it brings us back to one of
> Mike's questions, Manoj: what problem are you trying to solve?  Are you
> seeing congestion on the network when you use Guacamole?  Is the Guacamole
> connection unreliable or slow or choppy?  Are you seeing high resource
> utilization for the Guacamole components or the web browser?
>
> -Nick
>
>>


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-22 Thread Manoj Patil
The only thing that I noticed is that there is no compression between the
server and the client. Meaning that full sized base64 encoded PNG images
are send to the client, which causes a high network load (~1.8mb/s)

On Tue, 18 Feb 2020, 09:05 Mike Jumper,  wrote:

> No, unless the RDP server is horribly broken, Guacamole will receive only
> incremental updates for the changed portions of the screen, and will only
> forward incremental updates to the client.
>
> On Mon, Feb 17, 2020, 18:46 Manoj Patil  wrote:
>
>> Mike,
>>
>> I am really see on chrome when I am open a forms or any gui  those are
>> see at client side network tab.
>> I think this is rendring.
>>
>> On Tue, 18 Feb 2020, 00:24 Mike Jumper,  wrote:
>>
>>> On Mon, Feb 17, 2020, 10:35 Manoj Patil  wrote:
>>>
>>>> Hi mike
>>>>
>>>> Help me in that matter how I am decrypt the tcp packet. And find out
>>>> what data is travel?
>>>>
>>>> I am using domain name with https connection.
>>>>
>>>
>>> You can't. You need to capture the data at a point where it is not
>>> encrypted.
>>>
>>> - Mike
>>>
>>>


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-17 Thread Manoj Patil
Mike,

I am really see on chrome when I am open a forms or any gui  those are  see
at client side network tab.
I think this is rendring.

On Tue, 18 Feb 2020, 00:24 Mike Jumper,  wrote:

> On Mon, Feb 17, 2020, 10:35 Manoj Patil  wrote:
>
>> Hi mike
>>
>> Help me in that matter how I am decrypt the tcp packet. And find out what
>> data is travel?
>>
>> I am using domain name with https connection.
>>
>
> You can't. You need to capture the data at a point where it is not
> encrypted.
>
> - Mike
>
>


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-17 Thread Manoj Patil
Hi mike

Help me in that matter how I am decrypt the tcp packet. And find out what
data is travel?

I am using domain name with https connection.

On Mon, 17 Feb 2020, 23:44 Mike Jumper,  wrote:

> On Mon, Feb 17, 2020, 10:09 Manoj Patil  wrote:
>
>> Hi ,
>>
>>  I am see in browser Guacamole send full-screen images from the server
>> to the client.
>> Can this is utilized bandwidth?
>>
>
> No, Guacamole does not do this.
>
> Guacamole sends incremental rectangles of image data, *not* full screen
> images. Only changed regions are sent, with those regions compressed using
> an appropriate format.
>
> The only time that Guacamole will send a full screen image is if the
> entire screen has changed.
>
> Sending full screen images would also use far more bandwidth than the
> miniscule 90 Kbps you have observed.
>
> - Mike
>
>


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-17 Thread Manoj Patil
Hi ,

 I am see in browser Guacamole send full-screen images from the server to
the client.
Can this is utilized bandwidth?

On Mon, 17 Feb 2020, 06:08 Mike Jumper,  wrote:

> On Sun, Feb 16, 2020, 16:31 Manoj Patil  wrote:
>
>> Thanks Mike ,
>>
>> I am continuously check http request and capture the packet I see ACK is
>> continuously from server to client side and client to server s oh side in
>> idle session .
>>
>
> ACK packets are just part of TCP. You need to actually look at the data
> being transferred to see what's happening at the Guacamole level.
>
> Please help us in how can I check at my end to find out where is the
>> problem of high bandwidth utilization.
>>
>
> 90 Kbps is not high bandwidth. You might be able to figure out why what
> you're seeing is above average (I measure 17 Kbps on my end, for example),
> but really ... I'm not sure you're chasing the right issue.
>
>


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-16 Thread Manoj Patil
Thanks Mike ,

I am continuously check http request and capture the packet I see ACK is
continuously from server to client side and client to server s oh side in
idle session .

Please help us in how can I check at my end to find out where is the
problem of high bandwidth utilization.

On Mon, 17 Feb 2020, 05:42 Mike Jumper,  wrote:

> On Sun, Feb 16, 2020, 16:03 Manoj Patil  wrote:
>
>> Dear mike,
>>
>> In last reply of  Nick he said there is any traffic of audio and I am
>> check the http traffic and send you I see the the word in this traffic is
>> guac_audio . but I am not enable the audio settings .
>>
>
> That is not audio traffic. It's just a declaration of what the client
> supports. If you disabled audio, you won't receive any.
>
> - Mike
>
>


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-16 Thread Manoj Patil
Dear mike,

In last reply of  Nick he said there is any traffic of audio and I am check
the http traffic and send you I see the the word in this traffic is
guac_audio . but I am not enable the audio settings .

Please check http request and guide us

GET
/aceBankCBS/websocket-tunnel?token=010A36823D3FF22287309A8C592C1B046E50465362DC4F6B9CE1C2E53A2489CB&GUAC_DATA_SOURCE=mysql&GUAC_ID=274&GUAC_TYPE=c&GUAC_WIDTH=1366&GUAC_HEIGHT=635&GUAC_DPI=96&GUAC_AUDIO=audio%2FL8&GUAC_AUDIO=audio%2FL16&GUAC_IMAGE=image%2Fjpeg&GUAC_IMAGE=image%2Fpng&GUAC_IMAGE=image%2Fwebp
HTTP/1.1
Host: 103.115.232.22:2790
User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:68.0)
Gecko/20100101 Firefox/68.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Sec-WebSocket-Version: 13
Origin: http://103.115.232.22:2790
Sec-WebSocket-Protocol: guacamole
Sec-WebSocket-Extensions: permessage-deflate
Sec-WebSocket-Key: Zvk3/kV4ybnfVqM+QwtUYA==
DNT: 1
Connection: keep-alive, Upgrade
Pragma: no-cache
Cache-Control: no-cache
Upgrade: websocket

HTTP/1.1 101 Switching Protocols
Server: Apache-Coyote/1.1
Upgrade: websocket
Connection: upgrade
Sec-WebSocket-Accept: D6A8C+QV7sHMKnLCckBZKowuOCA=
Sec-WebSocket-Protocol: guacamole
Sec-WebSocket-Extensions: permessage-deflate
Date: Sun, 16 Feb 2020 07:08:18 GMT


On Sun, 16 Feb 2020, 23:27 Mike Jumper,  wrote:

> Manoj, what are you trying to ask? I'm confused about what is confusing
> here. The last response to your question about disabling audio explains
> exactly that, and points to documentation which also explains this.
>
> On Sun, Feb 16, 2020, 09:08 Manoj Patil  wrote:
>
>> GET
>> /aceBankCBS/websocket-tunnel?token=010A36823D3FF22287309A8C592C1B046E50465362DC4F6B9CE1C2E53A2489CB&GUAC_DATA_SOURCE=mysql&GUAC_ID=274&GUAC_TYPE=c&GUAC_WIDTH=1366&GUAC_HEIGHT=635&GUAC_DPI=96&GUAC_AUDIO=audio%2FL8&GUAC_AUDIO=audio%2FL16&GUAC_IMAGE=image%2Fjpeg&GUAC_IMAGE=image%2Fpng&GUAC_IMAGE=image%2Fwebp
>> HTTP/1.1
>> Host: 103.115.232.22:2790
>> User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:68.0)
>> Gecko/20100101 Firefox/68.0
>> Accept: */*
>> Accept-Language: en-US,en;q=0.5
>> Accept-Encoding: gzip, deflate
>> Sec-WebSocket-Version: 13
>> Origin: http://103.115.232.22:2790
>> Sec-WebSocket-Protocol: guacamole
>> Sec-WebSocket-Extensions: permessage-deflate
>> Sec-WebSocket-Key: Zvk3/kV4ybnfVqM+QwtUYA==
>> DNT: 1
>> Connection: keep-alive, Upgrade
>> Pragma: no-cache
>> Cache-Control: no-cache
>> Upgrade: websocket
>>
>> HTTP/1.1 101 Switching Protocols
>> Server: Apache-Coyote/1.1
>> Upgrade: websocket
>> Connection: upgrade
>> Sec-WebSocket-Accept: D6A8C+QV7sHMKnLCckBZKowuOCA=
>> Sec-WebSocket-Protocol: guacamole
>> Sec-WebSocket-Extensions: permessage-deflate
>> Date: Sun, 16 Feb 2020 07:08:18 GMT
>>
>>
>> On Sun, 16 Feb 2020, 22:13 Manoj Patil,  wrote:
>>
>>> Hi all
>>>
>>> Today I am see in tcp and web socket packet there is audio traffic is
>>> found  but I am not enable the audio I think by default audio is enable
>>> when guacamole is install .
>>>
>>> Please guide us how to disable the audio communication from server to
>>> client and viceversa .
>>>
>>> I am using mysql authentication.
>>>
>>> On Sun, 16 Feb 2020, 14:30 ivanmarcus, 
>>> wrote:
>>>
>>>> In the Guacamole GUI there's a tickbox 'disable audio'
>>>>
>>>> You could also check this out:
>>>>
>>>> http://guacamole.apache.org/doc/gug/configuring-guacamole.html
>>>>
>>>> which explains how the audio works (and from that perhaps how you might
>>>> deal with it in your configuration).
>>>>
>>>> On 16/02/2020 12:05 p.m., Manoj Patil wrote:
>>>>
>>>> Hi
>>>> I agree to we can not send u un- encrypted traffic for checking but as
>>>> per discussion I ask you how to check at guacamole end if audio is enabled?
>>>> And if enabled then give me solution for disable the audio streaming
>>>>
>>>> On Thu, 13 Feb 2020, 22:19 Nick Couchman,  wrote:
>>>>
>>>>> On Thu, Feb 13, 2020 at 9:03 AM Manoj Patil 
>>>>> wrote:
>>>>>
>>>>>> Hello Mike,
>>>>>>
>>>>>> We have investigate further and there in we found that there's an
>>>>>> continues ACK/SYN/PING traffic flows between server and client for an
>>>>>> absolutely idle session.
>>>&g

Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-16 Thread Manoj Patil
GET
/aceBankCBS/websocket-tunnel?token=010A36823D3FF22287309A8C592C1B046E50465362DC4F6B9CE1C2E53A2489CB&GUAC_DATA_SOURCE=mysql&GUAC_ID=274&GUAC_TYPE=c&GUAC_WIDTH=1366&GUAC_HEIGHT=635&GUAC_DPI=96&GUAC_AUDIO=audio%2FL8&GUAC_AUDIO=audio%2FL16&GUAC_IMAGE=image%2Fjpeg&GUAC_IMAGE=image%2Fpng&GUAC_IMAGE=image%2Fwebp
HTTP/1.1
Host: 103.115.232.22:2790
User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:68.0)
Gecko/20100101 Firefox/68.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Sec-WebSocket-Version: 13
Origin: http://103.115.232.22:2790
Sec-WebSocket-Protocol: guacamole
Sec-WebSocket-Extensions: permessage-deflate
Sec-WebSocket-Key: Zvk3/kV4ybnfVqM+QwtUYA==
DNT: 1
Connection: keep-alive, Upgrade
Pragma: no-cache
Cache-Control: no-cache
Upgrade: websocket

HTTP/1.1 101 Switching Protocols
Server: Apache-Coyote/1.1
Upgrade: websocket
Connection: upgrade
Sec-WebSocket-Accept: D6A8C+QV7sHMKnLCckBZKowuOCA=
Sec-WebSocket-Protocol: guacamole
Sec-WebSocket-Extensions: permessage-deflate
Date: Sun, 16 Feb 2020 07:08:18 GMT


On Sun, 16 Feb 2020, 22:13 Manoj Patil,  wrote:

> Hi all
>
> Today I am see in tcp and web socket packet there is audio traffic is
> found  but I am not enable the audio I think by default audio is enable
> when guacamole is install .
>
> Please guide us how to disable the audio communication from server to
> client and viceversa .
>
> I am using mysql authentication.
>
> On Sun, 16 Feb 2020, 14:30 ivanmarcus, 
> wrote:
>
>> In the Guacamole GUI there's a tickbox 'disable audio'
>>
>> You could also check this out:
>>
>> http://guacamole.apache.org/doc/gug/configuring-guacamole.html
>>
>> which explains how the audio works (and from that perhaps how you might
>> deal with it in your configuration).
>>
>> On 16/02/2020 12:05 p.m., Manoj Patil wrote:
>>
>> Hi
>> I agree to we can not send u un- encrypted traffic for checking but as
>> per discussion I ask you how to check at guacamole end if audio is enabled?
>> And if enabled then give me solution for disable the audio streaming
>>
>> On Thu, 13 Feb 2020, 22:19 Nick Couchman,  wrote:
>>
>>> On Thu, Feb 13, 2020 at 9:03 AM Manoj Patil 
>>> wrote:
>>>
>>>> Hello Mike,
>>>>
>>>> We have investigate further and there in we found that there's an
>>>> continues ACK/SYN/PING traffic flows between server and client for an
>>>> absolutely idle session.
>>>>
>>>>
>>> Yes, this is by design - the Guacamole protocol has built-in mechanisms
>>> to verify that the connection is still active and prevent the server
>>> (guacd) from dropping the connection.  However, as Mike stated, the amount
>>> of traffic generates solely for keeping alive an idle connection is very
>>> low - 17Kb/s - so it does not account for all of the traffic you are seeing
>>> - something else is going on.
>>>
>>>
>>>> Due to which number of packets and in turn data exchange
>>>> increases continuously for an absolutely idle session.
>>>>
>>>
>>> Absolutely idle is a little bit of a misnomer, here.  If a session is in
>>> progress, it will *never* be "absolutely idle" - that is, there will always
>>> be some amount of minimal data exchange in order to keep the session alive
>>> - else it will shut down.  This is true of pretty much any protocol - RDP,
>>> VNC, SSH, Telnet, and Guacamole - all will have some minimal amount of
>>> overhead client/server traffic even when there are no mouse/keyboard
>>> actions and the screen is not being updated.
>>>
>>>
>>>>
>>>> Can you please guide us on how to stop continues server
>>>> PING/NOP/ACK/SYN ?
>>>>
>>>
>>> No, this cannot be disabled without changing the code, and the result
>>> would be undesirable - the remote connection would shut down.  And, this
>>> isn't a problem - again, the amount of data you're seeing shows that
>>> something else is going on aside from a completely idle connection.  You
>>> might check and see if audio is being generated that would account for the
>>> higher bandwidth utilization, or if file sharing is enabled.
>>>
>>> And, as Mike said, in order to truly debug what's going on, here, you
>>> need to look at the traffic un-encrypted.  This will allow you to see the
>>> actual Guacamole protocol packets that are being exchanged and figure out
>>> where the data is coming from.
>>>
>>> -Nick
>>>
>>
>>


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-16 Thread Manoj Patil
Hi all

Today I am see in tcp and web socket packet there is audio traffic is
found  but I am not enable the audio I think by default audio is enable
when guacamole is install .

Please guide us how to disable the audio communication from server to
client and viceversa .

I am using mysql authentication.

On Sun, 16 Feb 2020, 14:30 ivanmarcus,  wrote:

> In the Guacamole GUI there's a tickbox 'disable audio'
>
> You could also check this out:
>
> http://guacamole.apache.org/doc/gug/configuring-guacamole.html
>
> which explains how the audio works (and from that perhaps how you might
> deal with it in your configuration).
>
> On 16/02/2020 12:05 p.m., Manoj Patil wrote:
>
> Hi
> I agree to we can not send u un- encrypted traffic for checking but as per
> discussion I ask you how to check at guacamole end if audio is enabled? And
> if enabled then give me solution for disable the audio streaming
>
> On Thu, 13 Feb 2020, 22:19 Nick Couchman,  wrote:
>
>> On Thu, Feb 13, 2020 at 9:03 AM Manoj Patil 
>> wrote:
>>
>>> Hello Mike,
>>>
>>> We have investigate further and there in we found that there's an
>>> continues ACK/SYN/PING traffic flows between server and client for an
>>> absolutely idle session.
>>>
>>>
>> Yes, this is by design - the Guacamole protocol has built-in mechanisms
>> to verify that the connection is still active and prevent the server
>> (guacd) from dropping the connection.  However, as Mike stated, the amount
>> of traffic generates solely for keeping alive an idle connection is very
>> low - 17Kb/s - so it does not account for all of the traffic you are seeing
>> - something else is going on.
>>
>>
>>> Due to which number of packets and in turn data exchange
>>> increases continuously for an absolutely idle session.
>>>
>>
>> Absolutely idle is a little bit of a misnomer, here.  If a session is in
>> progress, it will *never* be "absolutely idle" - that is, there will always
>> be some amount of minimal data exchange in order to keep the session alive
>> - else it will shut down.  This is true of pretty much any protocol - RDP,
>> VNC, SSH, Telnet, and Guacamole - all will have some minimal amount of
>> overhead client/server traffic even when there are no mouse/keyboard
>> actions and the screen is not being updated.
>>
>>
>>>
>>> Can you please guide us on how to stop continues server PING/NOP/ACK/SYN
>>> ?
>>>
>>
>> No, this cannot be disabled without changing the code, and the result
>> would be undesirable - the remote connection would shut down.  And, this
>> isn't a problem - again, the amount of data you're seeing shows that
>> something else is going on aside from a completely idle connection.  You
>> might check and see if audio is being generated that would account for the
>> higher bandwidth utilization, or if file sharing is enabled.
>>
>> And, as Mike said, in order to truly debug what's going on, here, you
>> need to look at the traffic un-encrypted.  This will allow you to see the
>> actual Guacamole protocol packets that are being exchanged and figure out
>> where the data is coming from.
>>
>> -Nick
>>
>
>


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-15 Thread Manoj Patil
Hi
I agree to we can not send u un- encrypted traffic for checking but as per
discussion I ask you how to check at guacamole end if audio is enabled? And
if enabled then give me solution for disable the audio streaming

On Thu, 13 Feb 2020, 22:19 Nick Couchman,  wrote:

> On Thu, Feb 13, 2020 at 9:03 AM Manoj Patil  wrote:
>
>> Hello Mike,
>>
>> We have investigate further and there in we found that there's an
>> continues ACK/SYN/PING traffic flows between server and client for an
>> absolutely idle session.
>>
>>
> Yes, this is by design - the Guacamole protocol has built-in mechanisms to
> verify that the connection is still active and prevent the server (guacd)
> from dropping the connection.  However, as Mike stated, the amount of
> traffic generates solely for keeping alive an idle connection is very low -
> 17Kb/s - so it does not account for all of the traffic you are seeing -
> something else is going on.
>
>
>> Due to which number of packets and in turn data exchange
>> increases continuously for an absolutely idle session.
>>
>
> Absolutely idle is a little bit of a misnomer, here.  If a session is in
> progress, it will *never* be "absolutely idle" - that is, there will always
> be some amount of minimal data exchange in order to keep the session alive
> - else it will shut down.  This is true of pretty much any protocol - RDP,
> VNC, SSH, Telnet, and Guacamole - all will have some minimal amount of
> overhead client/server traffic even when there are no mouse/keyboard
> actions and the screen is not being updated.
>
>
>>
>> Can you please guide us on how to stop continues server PING/NOP/ACK/SYN ?
>>
>
> No, this cannot be disabled without changing the code, and the result
> would be undesirable - the remote connection would shut down.  And, this
> isn't a problem - again, the amount of data you're seeing shows that
> something else is going on aside from a completely idle connection.  You
> might check and see if audio is being generated that would account for the
> higher bandwidth utilization, or if file sharing is enabled.
>
> And, as Mike said, in order to truly debug what's going on, here, you need
> to look at the traffic un-encrypted.  This will allow you to see the actual
> Guacamole protocol packets that are being exchanged and figure out where
> the data is coming from.
>
> -Nick
>


Re: Required help for reducing High Bandwidth Utilization of Guacamole

2020-02-13 Thread Manoj Patil
Hello Mike,

We have investigate further and there in we found that there's an
continues ACK/SYN/PING traffic flows between server and client for an
absolutely idle session.

Due to which number of packets and in turn data exchange
increases continuously for an absolutely idle session.

Can you please guide us on how to stop continues server PING/NOP/ACK/SYN ?

can we configure some parameters in guacamole-client to achieve this ?


On Thu, 13 Feb 2020 at 00:04, Mike Jumper  wrote:

> On Wed, Feb 12, 2020 at 2:23 AM Manoj Patil  wrote:
>
>> Dear,
>>
>> As per our observation we found that there is continuous send receive
>> traffic   from server to client and vise versa  in every fractions of
>> seconds(may be checking the network availability ) , however  we are not
>> doing any activity(idle session).
>>
>> we are attaching snapshot of wireshark send receive  packet capture
>> details when session is idle .
>>
>
> Your screenshot shows:
>
> * 4 MB of data transfer over the course of 6 minutes.
> * At least two separate HTTP connections, judging from the "Client Hello"
> toward the end, presumably more.
> * Only encrypted traffic.
>
> It's not going to be possible to look at a screenshot of encrypted traffic
> and determine what's going on. That said, based on what can be seen, it
> looks like the following is true:
>
> 1) You are not measuring what you expect (multiple connections are present
> in reality) OR the HTTP tunnel is being used, which will indeed have
> bandwidth overhead.
> 2) Regardless of what you're measuring, 4 MB in 6 minutes is around 90
> Kbps. I wouldn't expect this for an idle connection, but it is also
> definitely not high usage.
>
> Testing this myself, I see 17 Kbps of usage between browser and webapp for
> an idle RDP connection.
>
> Is there any configuration setting to increase the time duration of
>> checking network availability OR some other way to reduce
>> bandwidth utilization on continuous basis?
>>
>
> No, but I wouldn't jump to the conclusion that Guacamole is doing
> something wrong here, nor that you should look to decrease pinging between
> client and server as a solution. You should investigate what is actually
> being sent behind the scenes by capturing the unencrypted traffic.
>
> - Mike
>
>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Gucamole Uses High Bandwidth

2020-02-10 Thread Manoj Patil
On Mon, 10 Feb 2020 at 10:30, Manoj Patil  wrote:

> Hello Dear,
>
> Is there any update on my previous mail please find attached snapshot also
>
> On Sat, 8 Feb 2020 at 11:36, Manoj Patil  wrote:
>
>> Yes, we have verified the same that local browser cache is caching .js
>> files not downloading them from server for subsequent requests.
>>
>> But we also observed that Xhr,images and css files always get download
>> from server with transfer size almost 3 MB per login page request.
>>
>> PF below attached screenshot FYR.
>>
>> Is there any way to have these files also locally cache so as to save
>> network bandwidth ?
>>
>>
>>
>> On Sat, 8 Feb 2020 at 11:13, Mike Jumper  wrote:
>>
>>> On Fri, Feb 7, 2020, 21:35 Manoj Patil  wrote:
>>>
>>>> Hello Dear,
>>>>
>>>> Can we locally cache required .js files on local browser instead of
>>>> downloading them from server everytime per login request ?
>>>>
>>>
>>> Yes. That's exactly what the browser cache already does.
>>>
>>> - Mike
>>>
>>>
>>
>> --
>> Thanks & Regards,
>>
>> Manoj Patil.(Asst. Manager DBA)
>> Netwin Systems & Softwares(I) Pvt.Ltd
>> Nasik.
>> Mobile No -+91-9922507588
>> Email- manoj2pa...@gmail.com
>>
>
>
> --
> Thanks & Regards,
>
> Manoj Patil.(Asst. Manager DBA)
> Netwin Systems & Softwares(I) Pvt.Ltd
> Nasik.
> Mobile No -+91-9922507588
> Email- manoj2pa...@gmail.com
>


-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com

-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org

Re:

2020-02-09 Thread Manoj Patil
Hello Dear,

Is there any update on my previous mail please find attached snapshot also

On Sat, 8 Feb 2020 at 11:36, Manoj Patil  wrote:

> Yes, we have verified the same that local browser cache is caching .js
> files not downloading them from server for subsequent requests.
>
> But we also observed that Xhr,images and css files always get download
> from server with transfer size almost 3 MB per login page request.
>
> PF below attached screenshot FYR.
>
> Is there any way to have these files also locally cache so as to save
> network bandwidth ?
>
>
>
> On Sat, 8 Feb 2020 at 11:13, Mike Jumper  wrote:
>
>> On Fri, Feb 7, 2020, 21:35 Manoj Patil  wrote:
>>
>>> Hello Dear,
>>>
>>> Can we locally cache required .js files on local browser instead of
>>> downloading them from server everytime per login request ?
>>>
>>
>> Yes. That's exactly what the browser cache already does.
>>
>> - Mike
>>
>>
>
> --
> Thanks & Regards,
>
> Manoj Patil.(Asst. Manager DBA)
> Netwin Systems & Softwares(I) Pvt.Ltd
> Nasik.
> Mobile No -+91-9922507588
> Email- manoj2pa...@gmail.com
>


-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


TOTP enable

2020-02-08 Thread Manoj Patil
Dear,

I want to enable TOTP in guacamole setup please guide me .
 and how this work.

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Black windows screen or page when connecting

2020-02-07 Thread Manoj Patil
Dear,

in what JS i want to change this page to modify new one .

On Sat, 8 Feb 2020 at 09:37, Manoj Patil  wrote:

> PFA
>
> pleas find the snap shot
>
> On Fri, 7 Feb 2020 at 09:42, Manoj Patil  wrote:
>
>> Dear,
>>
>> When i am connecting to xrdp server through guacamole using browser that
>> every  time i am display a "Black Screen" and then after we got the RDp
>> session .
>>
>> how can convert this black window screen or page into any visual page on
>> that user see a message " connecting to server " like that or any GIF on
>> that screen?
>>
>> --
>> Thanks & Regards,
>>
>> Manoj Patil.(Asst. Manager DBA)
>> Netwin Systems & Softwares(I) Pvt.Ltd
>> Nasik.
>> Mobile No -+91-9922507588
>> Email- manoj2pa...@gmail.com
>>
>
>
> --
> Thanks & Regards,
>
> Manoj Patil.(Asst. Manager DBA)
> Netwin Systems & Softwares(I) Pvt.Ltd
> Nasik.
> Mobile No -+91-9922507588
> Email- manoj2pa...@gmail.com
>


-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re:

2020-02-07 Thread Manoj Patil
Yes, we have verified the same that local browser cache is caching .js
files not downloading them from server for subsequent requests.

But we also observed that Xhr,images and css files always get download from
server with transfer size almost 3 MB per login page request.

PF below attached screenshot FYR.

Is there any way to have these files also locally cache so as to save
network bandwidth ?



On Sat, 8 Feb 2020 at 11:13, Mike Jumper  wrote:

> On Fri, Feb 7, 2020, 21:35 Manoj Patil  wrote:
>
>> Hello Dear,
>>
>> Can we locally cache required .js files on local browser instead of
>> downloading them from server everytime per login request ?
>>
>
> Yes. That's exactly what the browser cache already does.
>
> - Mike
>
>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com

-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org

Re:

2020-02-07 Thread Manoj Patil
Hello Dear,

Can we locally cache required .js files on local browser instead of
downloading them from server everytime per login request ?

Please guide us.


On Sat, 8 Feb 2020 at 01:58, ivanmarcus 
wrote:

> Manoj,
>
> I wouldn't have thought 1.2MB too onerous, and I suspect you can't change
> the .js interaction, but you could have a look at this extension:
>
> https://github.com/Zer0CoolX/guacamole-customize-loginscreen-extension
>
> I've not utilised it myself, and I don't know to what extent you could
> reduce the transaction bandwith with it, however it may give you some
> pointers/assistance for what you want to do?
>
> I hesitate to comment on things that I don't know much about, however I
> wonder if with some experimentation you may be able to reduce the font
> requirements?
>
>
>
> On 7/02/2020 10:32 p.m., Manoj Patil wrote:
>
> Hello Team,
>
> We are facing problem while loading guacamole login page that most of
> bandwidth around 1.2 MB is used per user login page load.
>
> We have deployed lots of clients on this platform and almost all of
> available bandwidth is used by guacamole login page.
>
> FYR i have attached screenshot indicating bandwidth usage.
>
> --
> Thanks & Regards,
>
> Manoj Patil.(Asst. Manager DBA)
> Netwin Systems & Softwares(I) Pvt.Ltd
> Nasik.
> Mobile No -+91-9922507588
> Email- manoj2pa...@gmail.com
>
>
> -
> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
> For additional commands, e-mail: user-h...@guacamole.apache.org
>
>
>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Black windows screen or page when connecting

2020-02-07 Thread Manoj Patil
PFA

pleas find the snap shot

On Fri, 7 Feb 2020 at 09:42, Manoj Patil  wrote:

> Dear,
>
> When i am connecting to xrdp server through guacamole using browser that
> every  time i am display a "Black Screen" and then after we got the RDp
> session .
>
> how can convert this black window screen or page into any visual page on
> that user see a message " connecting to server " like that or any GIF on
> that screen?
>
> --
> Thanks & Regards,
>
> Manoj Patil.(Asst. Manager DBA)
> Netwin Systems & Softwares(I) Pvt.Ltd
> Nasik.
> Mobile No -+91-9922507588
> Email- manoj2pa...@gmail.com
>


-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com

-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org

Black windows screen or page when connecting

2020-02-06 Thread Manoj Patil
Dear,

When i am connecting to xrdp server through guacamole using browser that
every  time i am display a "Black Screen" and then after we got the RDp
session .

how can convert this black window screen or page into any visual page on
that user see a message " connecting to server " like that or any GIF on
that screen?

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Scoket in CLOSE_WAIT

2020-02-05 Thread Manoj Patil
Hello Nick,

Technically we can understand what you are trying to tell us and we are
appreciating your reply too.

But after digging so much we haven't found any work around for our problem
which we are facing.

Also we have deployed our solution on production for lots of our clients.

so at least at this stage we need some kind of work around for problem
instead of root cause solution.

Will you please guide us on how to initiate socket close/disconnect request
to xrdp from guacamole to release CLOSE_WAIT STATE ?

Your guidance will be greatly appreciated.


On Wed, 5 Feb 2020 at 17:38, Nick Couchman  wrote:

> On Wed, Feb 5, 2020 at 5:38 AM Manoj Patil  wrote:
>
>> It seems that XRDP is not cleaning sockets(CLOSE_WAIT state)  as because
>> it's not receiving last close acknowledgment from guacamole/client side.
>>
>>
> Really?  It seems to me that the Guacamole side has properly disconnected
> - there are no remaining sockets open between Guacamole and xrdp.  How can
> this be something that Guacamole is not doing properly?
>
> Also, I tried it in my environment, where I have Guacamole connecting to a
> CentOS 7 Linux system running xrdp, and it disconnects cleanly and I see no
> waiting CLOSE_WAIT entries in netstat output.
>
>
>> Can we initiate socket close from guacamole periodically ?
>>
>
> This would be a work-around to actually fixing the issue - if Guacamole is
> not "properly" disconnecting, it should be fixed to properly disconnect.
> Issuing periodic socket close commands from Guacamole is just ignoring the
> root issue.
>
> That said, I doubt it would actually help, anyway, since Guacamole isn't
> the one leaving the sockets open - it's xrdp, and it's not between
> Guacamole and xrdp, it's between xrdp components (looks like between xrdp
> and xrdp-sesman).  The issue needs to be addressed in the xrdp components.
>
> -Nick
>


-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Scoket in CLOSE_WAIT

2020-02-05 Thread Manoj Patil
It seems that XRDP is not cleaning sockets(CLOSE_WAIT state)  as because
it's not receiving last close acknowledgment from guacamole/client side.

Can we initiate socket close from guacamole periodically ?


On Wed, 5 Feb 2020 at 16:02, Manoj Patil  wrote:

> when close_wait occures that time user can not connect to server through
> guacamole.
>
> On Wed, 5 Feb 2020 at 14:39, Mike Jumper  wrote:
>
>> On Wed, Feb 5, 2020, 00:26 Manoj Patil  wrote:
>>
>>> Dear,
>>>
>>> When i am connecting xrdp through guacamole i see a error
>>>
>>> tcp3  0 127.0.0.1:3350  0.0.0.0:*
>>> LISTEN  8256/xrdp-sesman
>>> tcp0  1 127.0.0.1:29380 127.0.0.1:3350
>>>  SYN_SENT406/xrdp
>>> tcp  130  0 127.0.0.1:3350  127.0.0.1:26992
>>> CLOSE_WAIT  -
>>> tcp  130  0 127.0.0.1:3350  127.0.0.1:26882
>>> CLOSE_WAIT  -
>>> tcp0  1 127.0.0.1:29394 127.0.0.1:3350
>>>  SYN_SENT502/xrdp
>>> tcp0  1 127.0.0.1:29400 127.0.0.1:3350
>>>  SYN_SENT-
>>> tcp  131  0 127.0.0.1:3350  127.0.0.1:26980
>>> CLOSE_WAIT  -
>>> tcp0  1 127.0.0.1:29392 127.0.0.1:3350
>>>  SYN_SENT422/xrdp
>>> tcp0  1 127.0.0.1:29382 127.0.0.1:3350
>>>  SYN_SENT437/xrdp
>>> tcp0  1 127.0.0.1:29384 127.0.0.1:3350
>>>  SYN_SENT450/xrdp
>>>
>>
>> What error? This looks to be the output from netstat, showing several
>> sockets which have been closed by the client (presumably Guacamole) but the
>> XRDP side has not yet cleaned things up.
>>
>> - Mike
>>
>>
>
> --
> Thanks & Regards,
>
> Manoj Patil.(Asst. Manager DBA)
> Netwin Systems & Softwares(I) Pvt.Ltd
> Nasik.
> Mobile No -+91-9922507588
> Email- manoj2pa...@gmail.com
>


-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Scoket in CLOSE_WAIT

2020-02-05 Thread Manoj Patil
when close_wait occures that time user can not connect to server through
guacamole.

On Wed, 5 Feb 2020 at 14:39, Mike Jumper  wrote:

> On Wed, Feb 5, 2020, 00:26 Manoj Patil  wrote:
>
>> Dear,
>>
>> When i am connecting xrdp through guacamole i see a error
>>
>> tcp3  0 127.0.0.1:3350  0.0.0.0:*
>> LISTEN  8256/xrdp-sesman
>> tcp0  1 127.0.0.1:29380 127.0.0.1:3350
>>  SYN_SENT406/xrdp
>> tcp  130  0 127.0.0.1:3350  127.0.0.1:26992
>> CLOSE_WAIT  -
>> tcp  130  0 127.0.0.1:3350  127.0.0.1:26882
>> CLOSE_WAIT  -
>> tcp0  1 127.0.0.1:29394 127.0.0.1:3350
>>  SYN_SENT502/xrdp
>> tcp0  1 127.0.0.1:29400 127.0.0.1:3350
>>  SYN_SENT-
>> tcp  131  0 127.0.0.1:3350  127.0.0.1:26980
>> CLOSE_WAIT  -
>> tcp0  1 127.0.0.1:29392 127.0.0.1:3350
>>  SYN_SENT422/xrdp
>> tcp0  1 127.0.0.1:29382 127.0.0.1:3350
>>  SYN_SENT437/xrdp
>> tcp0  1 127.0.0.1:29384 127.0.0.1:3350
>>  SYN_SENT450/xrdp
>>
>
> What error? This looks to be the output from netstat, showing several
> sockets which have been closed by the client (presumably Guacamole) but the
> XRDP side has not yet cleaned things up.
>
> - Mike
>
>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Scoket in CLOSE_WAIT

2020-02-05 Thread Manoj Patil
Dear,

When i am connecting xrdp through guacamole i see a error

tcp3  0 127.0.0.1:3350  0.0.0.0:*   LISTEN
 8256/xrdp-sesman
tcp0  1 127.0.0.1:29380 127.0.0.1:3350
 SYN_SENT406/xrdp
tcp  130  0 127.0.0.1:3350  127.0.0.1:26992
CLOSE_WAIT  -
tcp  130  0 127.0.0.1:3350  127.0.0.1:26882
CLOSE_WAIT  -
tcp0  1 127.0.0.1:29394 127.0.0.1:3350
 SYN_SENT502/xrdp
tcp0  1 127.0.0.1:29400 127.0.0.1:3350
 SYN_SENT-
tcp  131  0 127.0.0.1:3350  127.0.0.1:26980
CLOSE_WAIT  -
tcp0  1 127.0.0.1:29392 127.0.0.1:3350
 SYN_SENT422/xrdp
tcp0  1 127.0.0.1:29382 127.0.0.1:3350
 SYN_SENT437/xrdp
tcp0  1 127.0.0.1:29384 127.0.0.1:3350
 SYN_SENT450/xrdp

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: [ANNOUNCE] Apache Guacamole 1.1.0

2020-01-31 Thread Manoj Patil
Thanks For inform

On Fri, 31 Jan 2020 at 09:10, Mike Jumper  wrote:

> The Apache Guacamole community is proud to announce the release of Apache
> Guacamole 1.1.0.
>
> Apache Guacamole is a clientless remote desktop gateway which supports
> standard
> protocols like VNC, RDP, and SSH. We call it "clientless" because no
> plugins or
> client software are required; once Guacamole is installed on a server, all
> you
> need to access your desktops is a web browser.
>
> The 1.1.0 release features support for dynamic image quality and for
> connecting directly to the terminals of Kubernetes pods. Issues with
> user group support discovered following the 1.0.0 release have been
> fixed, issues with LDAP support have been resolved through migrating
> to the Apache Directory API, and issues with RDP support have been
> resolved through migrating to FreeRDP 2.0.0.
>
> A full list of the changes in this release, along with links to downloads
> and updated documentation, can be found in the release notes:
>
> http://guacamole.apache.org/releases/1.1.0/
>
> For more information on Apache Guacamole, please see:
>
> http://guacamole.apache.org/
>
> Thanks!
>
> The Apache Guacamole Community
>
> -
> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
> For additional commands, e-mail: user-h...@guacamole.apache.org
>
>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


black screen in every first login

2020-01-30 Thread Manoj Patil
Dear,

I observer that when i am connecting xrdp server through guacamole using
chrome browser i see a black screen in every first login and then
after connect to rdp session.

i am using xrdp 9.11 with centos 7.4 and guacamole 1.0



-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Guacamole network connection is unstable

2020-01-30 Thread Manoj Patil
Thanks

On Fri, 31 Jan 2020 at 04:07, Mike Jumper  wrote:

> On Thu, Jan 30, 2020 at 2:15 AM Manoj Patil  wrote:
>
>> Hi,
>>
>> but how can i measure and find out the high latency at user end or
>> guacamole server end.
>>
>
> You could try pinging the Guacamole server from the user's machine. That
> would show whether the network has inherently high latency, but wouldn't
> necessarily eliminate whether an intervening proxy is disrupting the
> connection through buffering.
>
> You could also check the network tab of the browser's dev tools when
> attempting to visit your Guacamole deployment from the user's browser, as
> that may show the latency between request and response, as well as whether
> things are generally being streamed gradually (what Guacamole needs for
> things to function) or end up being received all at once after a
> considerable delay (characteristic of buffering).
>
> - Mike
>
>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Guacamole network connection is unstable

2020-01-30 Thread Manoj Patil
Hi,

but how can i measure and find out the high latency at user end or
guacamole server end.


On Thu, 30 Jan 2020 at 13:31, Mike Jumper  wrote:

> On Wed, Jan 29, 2020, 23:08 Manoj Patil  wrote:
>
>> Dear sir,
>>
>> we are facing a issue a message "network connection is unstable"
>> but actually we check the upload and download speed its ok and other
>> sites are accessible smoothly.
>>
>
> It's not necessarily a matter of throughput. Assuming your speed
> measurements are accurate, extremely high latency could cause apparent
> connection instability and ultimately a timeout. If there is a proxy or
> similar network device between your users and the Guacamole server,
> interference by that device would also be a possibility. Excessive
> buffering could easily cause the steady stream of Guacamole data to not be
> a stream. Some virus scanners can cause this as well if they mishandle the
> Guacamole stream as a file download.
>
> - Mike
>
>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Black Screen when login to xrdp

2020-01-29 Thread Manoj Patil
Dear sir,

we are using guacamole 1.0 with xrdp when i am connecting through browser
with low bandwidth that time we face issue of login and black screen is
appear.

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


How to find disconnected session in guacamole

2020-01-27 Thread Manoj Patil
Dear Sir,

we used guacamole 1.0 with x11rdp on centos 7.5 .

we connect the xrdp session from Firefox Mozilla or chrome. when i am
taking remote of centos through xrdp using firefox or chrome  and suddenly
closed the firefox or chrome directly without logout the guacamole or xrdp
then how to find out this session is currently working or not and how to
kill this type of sessions.



-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Issue Of resolution in Chrome Browser

2019-12-10 Thread Manoj Patil
Dear ,

When i am taking RDP through guacamole Chrome browser then my app some buttons 
are hide means my app not fixed in browser .

I am using Chrome browser and my desktop resolution is 1366X768 .



-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Guacd and tomcat menory usage

2019-10-11 Thread Manoj Patil
Hi,

I have installed guacamole server 1.0 on centos 64 bit (with 32 GB RAM )
and i have deployed 40 application on xrdp  but tomcat and guacd taking too
much memory usage.

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Login Isuue on centos Xorg session

2019-10-02 Thread Manoj Patil
Dear,

I am configured xorgxrdp on centos 7 and try to acces rdp session through
guacamole but connection timeout error occurred .

log are-

Oct  2 16:19:47 lapp12te guacd[6828]: Creating new client for protocol "rdp"
Oct  2 16:19:47 lapp12te guacd: guacd[6828]: INFO:#011Creating new client
for protocol "rdp"
Oct  2 16:19:47 lapp12te guacd[6828]: Connection ID is
"$c06dd96d-aaa3-4170-aecb-da4d775a14fe"
Oct  2 16:19:47 lapp12te guacd: guacd[6828]: INFO:#011Connection ID is
"$c06dd96d-aaa3-4170-aecb-da4d775a14fe"
Oct  2 16:19:47 lapp12te guacd[6949]: Support for protocol "rdp" is not
installed
Oct  2 16:19:47 lapp12te guacd: guacd[6949]: WARNING:#011Support for
protocol "rdp" is not installed
Oct  2 16:19:47 lapp12te guacd[6828]: Connection
"$c06dd96d-aaa3-4170-aecb-da4d775a14fe" removed.
Oct  2 16:19:47 lapp12te guacd: guacd[6828]: INFO:#011Connection
"$c06dd96d-aaa3-4170-aecb-da4d775a14fe" removed.
Oct  2 16:20:01 lapp12te systemd: Started Session 183 of user root.
Oct  2 16:20:02 lapp12te server: 16:20:02.635 [http-bio-8080-exec-6] ERROR
o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Creation of WebSocket tunnel to
guacd failed: Connection to guacd timed out.

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: PDF file print through Guacamole RDP Session

2019-10-02 Thread Manoj Patil
Dear,

I want to print from browser to client side printer directly.


On Wed, 2 Oct 2019 at 15:43, Nick Couchman  wrote:

> On Wed, Oct 2, 2019 at 2:07 AM Manoj Patil  wrote:
>
>> Dear,
>>
>> I am using xrdp on centos with guacamole 1.0 and i want to print PDF text
>> file through guacamole RDP session at client side with all printers. please
>> guide me how to do this setting in guacamole.
>>
>>
> If you enable Printer Redirection on the RDP connection, assuming the RDP
> server supports/allows it, then you will see a Guacamole printer in the
> remote session, and you can print to it and the file will be downloaded as
> a PDF within the browser.
>
> You cannot directly print from the remote side to printers attached to the
> client (browser) - browsers do not allow this, and the only way around that
> is a client-side browser plugin, which is not something we want to
> implement in Guacamole, and something that is being rapidly removed from
> all modern browsers.
>
> -Nick
>


-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


PDF file print through Guacamole RDP Session

2019-10-01 Thread Manoj Patil
Dear,

I am using xrdp on centos with guacamole 1.0 and i want to print PDF text
file through guacamole RDP session at client side with all printers. please
guide me how to do this setting in guacamole.

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Keyboard issue

2019-09-26 Thread Manoj Patil
Hi,

i am checking the keyboard keys from guacamole and MSTSC(remote desktop
from windows) . i have issue in scroll lock

scenario :-

1) when i am login through guacamole to xrdp system using Firefox  and
press scroll_lock and then start to typing , keyword not type.

2) when i am taking a MSTSC (remote desktop from windows) to xrdp  and
press scroll_lock and then start to typing , keyword type correctly.

so i request what is the issue

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Create keymap file

2019-09-25 Thread Manoj Patil
-server/blob/b181026e589d396b498de56747ab8a489b34647b/src/protocols/rdp/keymaps/de_de_qwertz.keymap#L22
>
> 5. A Windows scancode <--> X11 keysym mapping. These lines are the more
> complex lines which start with "map":
>
>
> https://github.com/apache/guacamole-server/blob/b181026e589d396b498de56747ab8a489b34647b/src/protocols/rdp/keymaps/de_de_qwertz.keymap#L31
>
> The important thing to keep in mind with the scancode/keysym mapping is
> the inherent difference between scancodes and keysyms - the whole reason
> these keymaps exist at all. Guacamole uses X11 keysyms for key events as
> these are independent of keyboard layout and define key identity. The
> keysym for an uppercase "A" is always the same, regardless of where that
> key is located, whether Shift or AltGr are held down, etc. Windows
> scancodes, on the other hand, deal more with key location. While a keysym
> may mean "A", a scancode has meaning more like "the second key from the
> left in the second row". They have no meaning on their own until the
> keyboard layout is known, and even then may depend on whether certain
> modifier keys are active.
>
> With the above in mind, each "map" line tells Guacamole how exactly to
> produce the effect of a particular key through sending Windows scancodes.
> Since the keyboard layout of the client machine will not necessarily match
> that of the server, these instructions include whether some modifiers are
> required for those keys to map as listed, and whether some modifiers must
> NOT be active for those keys to map as listed. The format of each "map"
> line is as follows:
>
> map [OPTIONAL MODIFIER REQUIREMENTS] [SCANCODE LIST] ~ [KEYSYMS]
>
> Dissecting the line I linked to above:
>
> map -altgr -shift 0x56 0x2C..0x35  ~ "
> this line says that the following keysyms map to the following scancodes:
>
> "<": 0x56
> "y": 0x2C
> "x": 0x2D
> "c": 0x2E
> "v": 0x2F
> "b": 0x30
> "n": 0x31
> "m": 0x32
> ",": 0x33
> ".": 0x34
> "-": 0x45
>
> and that the "altgr" and "shift" modifiers must NOT be active (Guacamole
> will automatically send the key events and scancodes to release these keys
> prior to sending the required scancodes to press any of the above). The two
> dots between "0x2C" and "0x35" are just a shorthand notation supported by
> the keymap files which avoid needing to list each scancode, as scancodes of
> adjacent keys tend to be one apart.
>
> The " format. X11 keysyms are numeric by nature, but there is also a direct
> mapping from Unicode to keysyms. If the keysym you are mapping has an
> associated Unicode character, representing the key using that character in
> the keymap is more readable. You will see numeric values specified for keys
> which are not printable, such as "Ctrl" within the base keymap, or dead
> keys:
>
>
> https://github.com/apache/guacamole-server/blob/b181026e589d396b498de56747ab8a489b34647b/src/protocols/rdp/keymaps/de_de_qwertz.keymap#L60
>
> - Mike
>
>

-- 
Thanks & Regards,

Manoj Patil.(Asst. Manager DBA)
Netwin Systems & Softwares(I) Pvt.Ltd
Nasik.
Mobile No -+91-9922507588
Email- manoj2pa...@gmail.com


Re: Create keymap file

2019-09-18 Thread Manoj Patil
Dear, 

I have a same issue with US keyboard layout when i pressed a key with scroll 
lock is on  that time word not type.

Means, when i pressed shift+p with scroll lock is on condition then i want to 
print a marathi word ‘पी’ 
but this not happen . 


my current setup is-

centos 7.6 64 bit
xrdp 9.6
guacamole server 1.0



> On 18-Sep-2019, at 6:23 AM, Nick Couchman  wrote:
> 
> On Tue, Sep 17, 2019 at 3:30 AM Lesley Persyn  > wrote:
> Hi all,
> 
> With US keyboard systems no problem. But with "Belgium Dutch keyboard" 
> (point, not french) still an issue. (if i don't select a keyboard and set the 
> remote server to US then it works fine but this should work seamlessly and i 
> need the keymap)
> 
> What are the best practices to create a .keymap file? How to read out the 
> keyboard keys?
> 
> I can do it myself but cannot find where to start. (i don't see any logic 
> with the 0x29,... mappings)
> 
> 
> So, first big disclaimer that I've never actually written a keymap before, so 
> I'm kind of venturing out here on a limb and telling you what I *think* 
> should work.
> 
> To answer your first question, how to read out the keyboard keys, get the 
> "xev" program on a Linux system and launch it, and then press the keys - 
> you'll see output like this:
> 
> KeyPress event, serial 37, synthetic NO, window 0x601,
> root 0xd3, subw 0x0, time 610952169, (94,73), root:(688,379),
> state 0x0, keycode 10 (keysym 0x31, 1), same_screen YES,
> XLookupString gives 1 bytes: (31) "1"
> XmbLookupString gives 1 bytes: (31) "1"
> XFilterEvent returns: False
> 
> KeyRelease event, serial 37, synthetic NO, window 0x601,
> root 0xd3, subw 0x0, time 610952264, (94,73), root:(688,379),
> state 0x0, keycode 10 (keysym 0x31, 1), same_screen YES,
> XLookupString gives 1 bytes: (31) "1"
> XFilterEvent returns: False
> 
> This shows a key press and key release for the "1" key, which is keysym 0x31. 
>  The en_us_qwerty.keymap file has this line:
> 
> map -shift 0x29 0x02..0x0D  ~ "`1234567890-="
> 
> So, based on my read of this, and experimentation with xev, my guess is that 
> the 0x29 is somehow the base of all of those keys on that line, and the 
> "0x02..0x0D" is the range of values that are added or masked onto that base 
> to get the actual value.  However, this theory is not working out on my 
> keyboard - things are slightly off - so I may be getting that wrong.  Someone 
> else can probably help on that, or maybe it'll at least set you in the right 
> direction.  Here are a few links that might help out:
> 
> https://github.com/FreeRDP/FreeRDP/wiki/Keyboard 
> 
> https://issues.apache.org/jira/browse/GUACAMOLE-233 
> 
> https://github.com/apache/guacamole-server/pull/55 
> 
>  
> Final thing I would say is that the keyboard is most likely related to 
> another keyboard that's already mapped - maybe one of the other de_ 
> keyboards, so you can probably base off of that and then just make the 
> necessary adjustments.
> 
> -Nick



Re: Us keyboard not work on XRDP

2019-08-21 Thread Manoj Patil
thanks very much.

i am made any changes in guacamole machine and also client machine.

only one thing is i am restart the guacamole machine .

please share this to all of . if you want to see the issue i am ready to share 
a screen.



> On 22-Aug-2019, at 3:39 AM, ivanmarcus  wrote:
> 
> Thanks, that's useful.
> 
> In my test case the Guacamole on-screen keyboard works, and I can get it 
> working with the physical keyboard if I change the Guacamole keyboard type to 
> Unicode (local keyboard type remains US).
> 
> In your case the Guacamole on-screen keyboard also works correctly, but 
> setting Unicode in Guacamole doesn't fix it for the physical keyboard.
> 
> I'm not certain but, bearing in mind Nick's earlier comments, I suspect this 
> means the issue may be between your local machine and Guacamole (ie. it's 
> probably not the target machine). 
> 
> If it was working some time ago then I would look back to what changes or 
> updates you have made to your local machine, and to the Guacamole machine, 
> since then. It's possible some small change or update has affected the 
> keyboard operation.
> 
> As I don't use Centos, and don't seem to be able to easily get xrdp running 
> on my test machine anyway, I'm not able to clone your installation or exactly 
> replicate the problem, sorry. Therefore I think we've probably reached the 
> limit of what I'm able to do to help.
> 
> Beyond this it will need someone with better skills than mine to assist 
> further, however if I think of anything else I'll pass that on.
> 
> 
> On 21/08/2019 6:40 p.m., Manoj Patil wrote:
>> yes it work .
>> 
>> 
>>> On 21-Aug-2019, at 11:58 AM, ivanmarcus >> <mailto:ivanmar...@yahoo.com>> wrote:
>>> 
>>> If you use the on-screen keyboard (control-shift-alt -> input method -> on 
>>> screen keyboard) does the caps-lock work?
>>> 
>>> 
>>> On 21/08/2019 4:43 p.m., Manoj Patil wrote:
>>>> dear,
>>>> 
>>>> when cam taking remote of x11rdp server(lentos 7) from windows through 
>>>> mstsc that time cap lock working fine .
>>>> 
>>>> but when taking remote through guacamole cap lock not working .
>>>> 
>>>> when in last month this cap lock with en_us_qwarety keyboard with 
>>>> guacamole is working fine but suddenly this stop working.
>>>> 
>>>> 
>>>> 
>>>>> On 21-Aug-2019, at 9:57 AM, ivanmarcus >>>> <mailto:ivanmar...@yahoo.com>> wrote:
>>>>> 
>>>>> Ok, unfortunately that's different from my experience; there may not be a 
>>>>> lot more I can help with.
>>>>> 
>>>>> However, it may be useful for others if you could let us know what 
>>>>> happens if you use Guacamole's on-screen keyboard?
>>>>> 
>>>>> 
>>>>> On 21/08/2019 4:04 p.m., Manoj Patil wrote:
>>>>>> thanks for response .
>>>>>> 
>>>>>> I am done all these setting but Cap lock not work in any condition.
>>>>>> 
>>>>>> please suggest any other solution.
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> On 20-Aug-2019, at 4:37 PM, ivanmarcus >>>>>> <mailto:ivanmar...@yahoo.com>> wrote:
>>>>>>> 
>>>>>>> In Guacamole itself there's a setting for keyboard layout.
>>>>>>> 
>>>>>>> This is located, from the web gui, in settings -> connections -> 
>>>>>>> [connection name] -> basic settings -> keyboard layout
>>>>>>> 
>>>>>>> Try changing this option to Unicode
>>>>>>> 
>>>>>>> 
>>>>>>> On 20/08/2019 8:46 p.m., Manoj Patil wrote:
>>>>>>>> i am setting keyboard type -unicode on firefox version 68 but still 
>>>>>>>> cap locks not work .
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>>> On 20-Aug-2019, at 5:02 AM, ivanmarcus >>>>>>>> <mailto:ivanmar...@yahoo.com>> wrote:
>>>>>>>>> 
>>>>>>>>> Manoj,
>>>>>>>>> 
>>>>>>>>> Have you tried setting the keyboard layout to 'unicode' in Guacamole?
>>>>>>>>> 
>>&

Re: Us keyboard not work on XRDP

2019-08-21 Thread Manoj Patil
HI All,

I am not setting any keyboard layout in connection but i found a log that shows 
en-us-qwarety is loaded. please see follow log

Aug 21 18:49:30 lapp1 guacd: guacd[19234]: INFO:#011Loading keymap "base"
Aug 21 18:49:30 lapp1 guacd: guacd[19234]: INFO:#011Loading keymap 
"en-us-qwerty"
Aug 21 18:49:30 lapp1 guacd[19234]: User 
"@1826247b-ab34-42ae-8586-5fdec4c1cac5" joined connection 
"$e47bc719-be20-45dc-8f34-ed47fe22bb82" (1 users now present)
Aug 21 18:49:30 lapp1 server: 18:49:30.223 [http-bio-1753-exec-8] INFO  
o.a.g.tunnel.TunnelRequestService - User "v2" connected to connection "81".
Aug 21 18:49:30 lapp1 guacd[19234]: Loading keymap "base"
Aug 21 18:49:30 lapp1 guacd[19234]: Loading keymap "en-us-qwerty"



> On 21-Aug-2019, at 1:06 PM, Manoj Patil  wrote:
> 
> i got one log message
> 
>  xrdp[10416]: (10416)(140402425526336)[WARN ] local keymap file for 
> 0x0409 found and doesn't match built in keymap, using local keymap file
> 
> 
> 
>> On 21-Aug-2019, at 12:10 PM, Manoj Patil > <mailto:manoj2pa...@gmail.com>> wrote:
>> 
>> yes it work .
>> 
>> 
>>> On 21-Aug-2019, at 11:58 AM, ivanmarcus >> <mailto:ivanmar...@yahoo.com>> wrote:
>>> 
>>> If you use the on-screen keyboard (control-shift-alt -> input method -> on 
>>> screen keyboard) does the caps-lock work?
>>> 
>>> 
>>> On 21/08/2019 4:43 p.m., Manoj Patil wrote:
>>>> dear,
>>>> 
>>>> when cam taking remote of x11rdp server(lentos 7) from windows through 
>>>> mstsc that time cap lock working fine .
>>>> 
>>>> but when taking remote through guacamole cap lock not working .
>>>> 
>>>> when in last month this cap lock with en_us_qwarety keyboard with 
>>>> guacamole is working fine but suddenly this stop working.
>>>> 
>>>> 
>>>> 
>>>>> On 21-Aug-2019, at 9:57 AM, ivanmarcus >>>> <mailto:ivanmar...@yahoo.com>> wrote:
>>>>> 
>>>>> Ok, unfortunately that's different from my experience; there may not be a 
>>>>> lot more I can help with.
>>>>> 
>>>>> However, it may be useful for others if you could let us know what 
>>>>> happens if you use Guacamole's on-screen keyboard?
>>>>> 
>>>>> 
>>>>> On 21/08/2019 4:04 p.m., Manoj Patil wrote:
>>>>>> thanks for response .
>>>>>> 
>>>>>> I am done all these setting but Cap lock not work in any condition.
>>>>>> 
>>>>>> please suggest any other solution.
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> On 20-Aug-2019, at 4:37 PM, ivanmarcus >>>>>> <mailto:ivanmar...@yahoo.com>> wrote:
>>>>>>> 
>>>>>>> In Guacamole itself there's a setting for keyboard layout.
>>>>>>> 
>>>>>>> This is located, from the web gui, in settings -> connections -> 
>>>>>>> [connection name] -> basic settings -> keyboard layout
>>>>>>> 
>>>>>>> Try changing this option to Unicode
>>>>>>> 
>>>>>>> 
>>>>>>> On 20/08/2019 8:46 p.m., Manoj Patil wrote:
>>>>>>>> i am setting keyboard type -unicode on firefox version 68 but still 
>>>>>>>> cap locks not work .
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>>> On 20-Aug-2019, at 5:02 AM, ivanmarcus >>>>>>>> <mailto:ivanmar...@yahoo.com>> wrote:
>>>>>>>>> 
>>>>>>>>> Manoj,
>>>>>>>>> 
>>>>>>>>> Have you tried setting the keyboard layout to 'unicode' in Guacamole?
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> On 19/08/2019 11:09 p.m., Manoj Patil wrote:
>>>>>>>>>> Dear thank
>>>>>>>>>> 
>>>>>>>>>> We used RDP protocol?? and xrdp version 0.9.6 with x11rdp session .
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> On Mon, 19 Aug 2019, 16:17 ivanmarcus >>>>>>>>> <mailto:ivanmar...@yahoo.com&g

Re: Us keyboard not work on XRDP

2019-08-21 Thread Manoj Patil
i got one log message

 xrdp[10416]: (10416)(140402425526336)[WARN ] local keymap file for 0x0409 
found and doesn't match built in keymap, using local keymap file



> On 21-Aug-2019, at 12:10 PM, Manoj Patil  wrote:
> 
> yes it work .
> 
> 
>> On 21-Aug-2019, at 11:58 AM, ivanmarcus > <mailto:ivanmar...@yahoo.com>> wrote:
>> 
>> If you use the on-screen keyboard (control-shift-alt -> input method -> on 
>> screen keyboard) does the caps-lock work?
>> 
>> 
>> On 21/08/2019 4:43 p.m., Manoj Patil wrote:
>>> dear,
>>> 
>>> when cam taking remote of x11rdp server(lentos 7) from windows through 
>>> mstsc that time cap lock working fine .
>>> 
>>> but when taking remote through guacamole cap lock not working .
>>> 
>>> when in last month this cap lock with en_us_qwarety keyboard with guacamole 
>>> is working fine but suddenly this stop working.
>>> 
>>> 
>>> 
>>>> On 21-Aug-2019, at 9:57 AM, ivanmarcus >>> <mailto:ivanmar...@yahoo.com>> wrote:
>>>> 
>>>> Ok, unfortunately that's different from my experience; there may not be a 
>>>> lot more I can help with.
>>>> 
>>>> However, it may be useful for others if you could let us know what happens 
>>>> if you use Guacamole's on-screen keyboard?
>>>> 
>>>> 
>>>> On 21/08/2019 4:04 p.m., Manoj Patil wrote:
>>>>> thanks for response .
>>>>> 
>>>>> I am done all these setting but Cap lock not work in any condition.
>>>>> 
>>>>> please suggest any other solution.
>>>>> 
>>>>> 
>>>>> 
>>>>>> On 20-Aug-2019, at 4:37 PM, ivanmarcus >>>>> <mailto:ivanmar...@yahoo.com>> wrote:
>>>>>> 
>>>>>> In Guacamole itself there's a setting for keyboard layout.
>>>>>> 
>>>>>> This is located, from the web gui, in settings -> connections -> 
>>>>>> [connection name] -> basic settings -> keyboard layout
>>>>>> 
>>>>>> Try changing this option to Unicode
>>>>>> 
>>>>>> 
>>>>>> On 20/08/2019 8:46 p.m., Manoj Patil wrote:
>>>>>>> i am setting keyboard type -unicode on firefox version 68 but still cap 
>>>>>>> locks not work .
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>>> On 20-Aug-2019, at 5:02 AM, ivanmarcus >>>>>>> <mailto:ivanmar...@yahoo.com>> wrote:
>>>>>>>> 
>>>>>>>> Manoj,
>>>>>>>> 
>>>>>>>> Have you tried setting the keyboard layout to 'unicode' in Guacamole?
>>>>>>>> 
>>>>>>>> 
>>>>>>>> On 19/08/2019 11:09 p.m., Manoj Patil wrote:
>>>>>>>>> Dear thank
>>>>>>>>> 
>>>>>>>>> We used RDP protocol?? and xrdp version 0.9.6 with x11rdp session .
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> On Mon, 19 Aug 2019, 16:17 ivanmarcus >>>>>>>> <mailto:ivanmar...@yahoo.com> wrote:
>>>>>>>>> Thanks, that's useful as I wasn't aware you were using x11rdp.
>>>>>>>>> 
>>>>>>>>> I've not used it before but have just installed xrdp on another Mint 
>>>>>>>>> 19 machine and attempted a connect via Guacamole.
>>>>>>>>> 
>>>>>>>>> Unfortunately I get the login screen but when I enter the requisite 
>>>>>>>>> detail it goes to a blank screen and I can't do anything further. 
>>>>>>>>> Having had a look around it seems this isn't uncommon with xrdp on 
>>>>>>>>> debian based systems but none of the fixes I've seen to date have 
>>>>>>>>> been able to sort it out.
>>>>>>>>> 
>>>>>>>>> Thus I'm sorry I can't test that further right now (it''s getting 
>>>>>>>>> late), however I did try the caps lock at the login prompt. What I 
>>>>>>>>> found may be useful for further fault-finding(?):
>>>>>

Re: Us keyboard not work on XRDP

2019-08-20 Thread Manoj Patil
yes it work .


> On 21-Aug-2019, at 11:58 AM, ivanmarcus  wrote:
> 
> If you use the on-screen keyboard (control-shift-alt -> input method -> on 
> screen keyboard) does the caps-lock work?
> 
> 
> On 21/08/2019 4:43 p.m., Manoj Patil wrote:
>> dear,
>> 
>> when cam taking remote of x11rdp server(lentos 7) from windows through mstsc 
>> that time cap lock working fine .
>> 
>> but when taking remote through guacamole cap lock not working .
>> 
>> when in last month this cap lock with en_us_qwarety keyboard with guacamole 
>> is working fine but suddenly this stop working.
>> 
>> 
>> 
>>> On 21-Aug-2019, at 9:57 AM, ivanmarcus >> <mailto:ivanmar...@yahoo.com>> wrote:
>>> 
>>> Ok, unfortunately that's different from my experience; there may not be a 
>>> lot more I can help with.
>>> 
>>> However, it may be useful for others if you could let us know what happens 
>>> if you use Guacamole's on-screen keyboard?
>>> 
>>> 
>>> On 21/08/2019 4:04 p.m., Manoj Patil wrote:
>>>> thanks for response .
>>>> 
>>>> I am done all these setting but Cap lock not work in any condition.
>>>> 
>>>> please suggest any other solution.
>>>> 
>>>> 
>>>> 
>>>>> On 20-Aug-2019, at 4:37 PM, ivanmarcus >>>> <mailto:ivanmar...@yahoo.com>> wrote:
>>>>> 
>>>>> In Guacamole itself there's a setting for keyboard layout.
>>>>> 
>>>>> This is located, from the web gui, in settings -> connections -> 
>>>>> [connection name] -> basic settings -> keyboard layout
>>>>> 
>>>>> Try changing this option to Unicode
>>>>> 
>>>>> 
>>>>> On 20/08/2019 8:46 p.m., Manoj Patil wrote:
>>>>>> i am setting keyboard type -unicode on firefox version 68 but still cap 
>>>>>> locks not work .
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> On 20-Aug-2019, at 5:02 AM, ivanmarcus >>>>>> <mailto:ivanmar...@yahoo.com>> wrote:
>>>>>>> 
>>>>>>> Manoj,
>>>>>>> 
>>>>>>> Have you tried setting the keyboard layout to 'unicode' in Guacamole?
>>>>>>> 
>>>>>>> 
>>>>>>> On 19/08/2019 11:09 p.m., Manoj Patil wrote:
>>>>>>>> Dear thank
>>>>>>>> 
>>>>>>>> We used RDP protocol?? and xrdp version 0.9.6 with x11rdp session .
>>>>>>>> 
>>>>>>>> 
>>>>>>>> On Mon, 19 Aug 2019, 16:17 ivanmarcus >>>>>>> <mailto:ivanmar...@yahoo.com> wrote:
>>>>>>>> Thanks, that's useful as I wasn't aware you were using x11rdp.
>>>>>>>> 
>>>>>>>> I've not used it before but have just installed xrdp on another Mint 
>>>>>>>> 19 machine and attempted a connect via Guacamole.
>>>>>>>> 
>>>>>>>> Unfortunately I get the login screen but when I enter the requisite 
>>>>>>>> detail it goes to a blank screen and I can't do anything further. 
>>>>>>>> Having had a look around it seems this isn't uncommon with xrdp on 
>>>>>>>> debian based systems but none of the fixes I've seen to date have been 
>>>>>>>> able to sort it out.
>>>>>>>> 
>>>>>>>> Thus I'm sorry I can't test that further right now (it''s getting 
>>>>>>>> late), however I did try the caps lock at the login prompt. What I 
>>>>>>>> found may be useful for further fault-finding(?):
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> Guacamole is 1.0.0 on Ubuntu server 16.04 server VM, keyboard for 
>>>>>>>> specified RDP connection is set to nothing, or US, or UK, target is 
>>>>>>>> xrdp 0.9.5 on Linux Mint 19.0, client is FF 68.0.1 on Mimt 19.2:
>>>>>>>> 
>>>>>>>> At login the caps lock key doesn't work, shift will happily give caps
>>>>>>>> 
>>>>>>>> The Guacamole on-screen keyboard caps lock 

Re: Us keyboard not work on XRDP

2019-08-20 Thread Manoj Patil
dear,

when cam taking remote of x11rdp server(lentos 7) from windows through mstsc 
that time cap lock working fine .

but when taking remote through guacamole cap lock not working .

when in last month this cap lock with en_us_qwarety keyboard with guacamole is 
working fine but suddenly this stop working.



> On 21-Aug-2019, at 9:57 AM, ivanmarcus  wrote:
> 
> Ok, unfortunately that's different from my experience; there may not be a lot 
> more I can help with.
> 
> However, it may be useful for others if you could let us know what happens if 
> you use Guacamole's on-screen keyboard?
> 
> 
> On 21/08/2019 4:04 p.m., Manoj Patil wrote:
>> thanks for response .
>> 
>> I am done all these setting but Cap lock not work in any condition.
>> 
>> please suggest any other solution.
>> 
>> 
>> 
>>> On 20-Aug-2019, at 4:37 PM, ivanmarcus >> <mailto:ivanmar...@yahoo.com>> wrote:
>>> 
>>> In Guacamole itself there's a setting for keyboard layout.
>>> 
>>> This is located, from the web gui, in settings -> connections -> 
>>> [connection name] -> basic settings -> keyboard layout
>>> 
>>> Try changing this option to Unicode
>>> 
>>> 
>>> On 20/08/2019 8:46 p.m., Manoj Patil wrote:
>>>> i am setting keyboard type -unicode on firefox version 68 but still cap 
>>>> locks not work .
>>>> 
>>>> 
>>>> 
>>>>> On 20-Aug-2019, at 5:02 AM, ivanmarcus >>>> <mailto:ivanmar...@yahoo.com>> wrote:
>>>>> 
>>>>> Manoj,
>>>>> 
>>>>> Have you tried setting the keyboard layout to 'unicode' in Guacamole?
>>>>> 
>>>>> 
>>>>> On 19/08/2019 11:09 p.m., Manoj Patil wrote:
>>>>>> Dear thank
>>>>>> 
>>>>>> We used RDP protocol?? and xrdp version 0.9.6 with x11rdp session .
>>>>>> 
>>>>>> 
>>>>>> On Mon, 19 Aug 2019, 16:17 ivanmarcus >>>>> <mailto:ivanmar...@yahoo.com> wrote:
>>>>>> Thanks, that's useful as I wasn't aware you were using x11rdp.
>>>>>> 
>>>>>> I've not used it before but have just installed xrdp on another Mint 19 
>>>>>> machine and attempted a connect via Guacamole.
>>>>>> 
>>>>>> Unfortunately I get the login screen but when I enter the requisite 
>>>>>> detail it goes to a blank screen and I can't do anything further. Having 
>>>>>> had a look around it seems this isn't uncommon with xrdp on debian based 
>>>>>> systems but none of the fixes I've seen to date have been able to sort 
>>>>>> it out.
>>>>>> 
>>>>>> Thus I'm sorry I can't test that further right now (it''s getting late), 
>>>>>> however I did try the caps lock at the login prompt. What I found may be 
>>>>>> useful for further fault-finding(?):
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> Guacamole is 1.0.0 on Ubuntu server 16.04 server VM, keyboard for 
>>>>>> specified RDP connection is set to nothing, or US, or UK, target is xrdp 
>>>>>> 0.9.5 on Linux Mint 19.0, client is FF 68.0.1 on Mimt 19.2:
>>>>>> 
>>>>>> At login the caps lock key doesn't work, shift will happily give caps
>>>>>> 
>>>>>> The Guacamole on-screen keyboard caps lock works fine. 
>>>>>> 
>>>>>> If I switch back to the remote keyboard the state of the caps lock from 
>>>>>> the Guacamole keyboard remains (ie. all typing is in caps) and caps lock 
>>>>>> still doesn't do anything, however shift will return the typing to lower 
>>>>>> case while it's pressed.
>>>>>> 
>>>>>> If I set the Guacamole RDP connection to a Unicode keyboard the caps 
>>>>>> lock key *will* work as expected and I can select caps on / caps off 
>>>>>> with seemingly good results. 
>>>>>> 
>>>>>> With the same Guacamole/Ubuntu VM and same client caps lock works fine 
>>>>>> to a Win7 target with nothing specified for the keyboard.
>>>>>> 
>>>>>> WIth the same Guacamole/Ubuntu VM and same client caps lock does NOT 
>>>>>> work 

Re: Us keyboard not work on XRDP

2019-08-20 Thread Manoj Patil
thanks for response .

I am done all these setting but Cap lock not work in any condition.

please suggest any other solution.



> On 20-Aug-2019, at 4:37 PM, ivanmarcus  wrote:
> 
> In Guacamole itself there's a setting for keyboard layout.
> 
> This is located, from the web gui, in settings -> connections -> [connection 
> name] -> basic settings -> keyboard layout
> 
> Try changing this option to Unicode
> 
> 
> On 20/08/2019 8:46 p.m., Manoj Patil wrote:
>> i am setting keyboard type -unicode on firefox version 68 but still cap 
>> locks not work .
>> 
>> 
>> 
>>> On 20-Aug-2019, at 5:02 AM, ivanmarcus >> <mailto:ivanmar...@yahoo.com>> wrote:
>>> 
>>> Manoj,
>>> 
>>> Have you tried setting the keyboard layout to 'unicode' in Guacamole?
>>> 
>>> 
>>> On 19/08/2019 11:09 p.m., Manoj Patil wrote:
>>>> Dear thank
>>>> 
>>>> We used RDP protocol?? and xrdp version 0.9.6 with x11rdp session .
>>>> 
>>>> 
>>>> On Mon, 19 Aug 2019, 16:17 ivanmarcus >>> <mailto:ivanmar...@yahoo.com> wrote:
>>>> Thanks, that's useful as I wasn't aware you were using x11rdp.
>>>> 
>>>> I've not used it before but have just installed xrdp on another Mint 19 
>>>> machine and attempted a connect via Guacamole.
>>>> 
>>>> Unfortunately I get the login screen but when I enter the requisite detail 
>>>> it goes to a blank screen and I can't do anything further. Having had a 
>>>> look around it seems this isn't uncommon with xrdp on debian based systems 
>>>> but none of the fixes I've seen to date have been able to sort it out.
>>>> 
>>>> Thus I'm sorry I can't test that further right now (it''s getting late), 
>>>> however I did try the caps lock at the login prompt. What I found may be 
>>>> useful for further fault-finding(?):
>>>> 
>>>> 
>>>> 
>>>> Guacamole is 1.0.0 on Ubuntu server 16.04 server VM, keyboard for 
>>>> specified RDP connection is set to nothing, or US, or UK, target is xrdp 
>>>> 0.9.5 on Linux Mint 19.0, client is FF 68.0.1 on Mimt 19.2:
>>>> 
>>>> At login the caps lock key doesn't work, shift will happily give caps
>>>> 
>>>> The Guacamole on-screen keyboard caps lock works fine. 
>>>> 
>>>> If I switch back to the remote keyboard the state of the caps lock from 
>>>> the Guacamole keyboard remains (ie. all typing is in caps) and caps lock 
>>>> still doesn't do anything, however shift will return the typing to lower 
>>>> case while it's pressed.
>>>> 
>>>> If I set the Guacamole RDP connection to a Unicode keyboard the caps lock 
>>>> key *will* work as expected and I can select caps on / caps off with 
>>>> seemingly good results. 
>>>> 
>>>> With the same Guacamole/Ubuntu VM and same client caps lock works fine to 
>>>> a Win7 target with nothing specified for the keyboard.
>>>> 
>>>> WIth the same Guacamole/Ubuntu VM and same client caps lock does NOT work 
>>>> to the Mint 19 target machine with x11VNC running on that machine (and 
>>>> appropriately set up in Guacamole - with no keyboard set).
>>>> 
>>>> 
>>>> 
>>>> Bear in mind I can't check within a xrdp session because I can't get 
>>>> beyond the login prompt but for the moment you might want to try changing 
>>>> your keyboard type to Unicode and test that out, then let us know. 
>>>> 
>>>> This sort of information may be useful for those who know more about these 
>>>> things, it could give them a pointer as to what the issue is and if there 
>>>> is an easy way to address it. 
>>>> 
>>>> At this stage, and with my single user case and limited knowledge, it 
>>>> suggests to me the issue is replicable between Guacamole and a Linux 
>>>> target, initially it doesn't seem to be client related, and may not be 
>>>> anything to do with the protocol in use (ie. VNC or RDP).?? 
>>>> 
>>>> 
>>>> 
>>>> On 19/08/2019 9:06 p.m., Manoj Patil wrote:
>>>>> Ok I know that without any log or details informatiom you can not give 
>>>>> solution but someone have occurred this issues and someone gives the 
>

Re: Us keyboard not work on XRDP

2019-08-20 Thread Manoj Patil
i am setting keyboard type -unicode on firefox version 68 but still cap locks 
not work .



> On 20-Aug-2019, at 5:02 AM, ivanmarcus  wrote:
> 
> Manoj,
> 
> Have you tried setting the keyboard layout to 'unicode' in Guacamole?
> 
> 
> On 19/08/2019 11:09 p.m., Manoj Patil wrote:
>> Dear thank
>> 
>> We used RDP protocol?? and xrdp version 0.9.6 with x11rdp session .
>> 
>> 
>> On Mon, 19 Aug 2019, 16:17 ivanmarcus > <mailto:ivanmar...@yahoo.com> wrote:
>> Thanks, that's useful as I wasn't aware you were using x11rdp.
>> 
>> I've not used it before but have just installed xrdp on another Mint 19 
>> machine and attempted a connect via Guacamole.
>> 
>> Unfortunately I get the login screen but when I enter the requisite detail 
>> it goes to a blank screen and I can't do anything further. Having had a look 
>> around it seems this isn't uncommon with xrdp on debian based systems but 
>> none of the fixes I've seen to date have been able to sort it out.
>> 
>> Thus I'm sorry I can't test that further right now (it''s getting late), 
>> however I did try the caps lock at the login prompt. What I found may be 
>> useful for further fault-finding(?):
>> 
>> 
>> 
>> Guacamole is 1.0.0 on Ubuntu server 16.04 server VM, keyboard for specified 
>> RDP connection is set to nothing, or US, or UK, target is xrdp 0.9.5 on 
>> Linux Mint 19.0, client is FF 68.0.1 on Mimt 19.2:
>> 
>> At login the caps lock key doesn't work, shift will happily give caps
>> 
>> The Guacamole on-screen keyboard caps lock works fine. 
>> 
>> If I switch back to the remote keyboard the state of the caps lock from the 
>> Guacamole keyboard remains (ie. all typing is in caps) and caps lock still 
>> doesn't do anything, however shift will return the typing to lower case 
>> while it's pressed.
>> 
>> If I set the Guacamole RDP connection to a Unicode keyboard the caps lock 
>> key *will* work as expected and I can select caps on / caps off with 
>> seemingly good results. 
>> 
>> With the same Guacamole/Ubuntu VM and same client caps lock works fine to a 
>> Win7 target with nothing specified for the keyboard.
>> 
>> WIth the same Guacamole/Ubuntu VM and same client caps lock does NOT work to 
>> the Mint 19 target machine with x11VNC running on that machine (and 
>> appropriately set up in Guacamole - with no keyboard set).
>> 
>> 
>> 
>> Bear in mind I can't check within a xrdp session because I can't get beyond 
>> the login prompt but for the moment you might want to try changing your 
>> keyboard type to Unicode and test that out, then let us know. 
>> 
>> This sort of information may be useful for those who know more about these 
>> things, it could give them a pointer as to what the issue is and if there is 
>> an easy way to address it. 
>> 
>> At this stage, and with my single user case and limited knowledge, it 
>> suggests to me the issue is replicable between Guacamole and a Linux target, 
>> initially it doesn't seem to be client related, and may not be anything to 
>> do with the protocol in use (ie. VNC or RDP).?? 
>> 
>> 
>> 
>> On 19/08/2019 9:06 p.m., Manoj Patil wrote:
>>> Ok I know that without any log or details informatiom you can not give 
>>> solution but someone have occurred this issues and someone gives the 
>>> solution that's I am asking solution.
>>> 
>>> I am tested through windows mstsc (remote desktop servicce) to linux which 
>>> have x11rdp installed ( centos7) that time cap locks work fine.
>>> But when I am take remote from client side windows version (windows 7, 
>>> Windows 8, windows 10) with version firefox 68 and crome 76 through 
>>> guacamole 1.0 (keyboard type _ en us qwerty) that time cap lock not work.
>>> 
>>> 
>>> If you want additional information please mail me
>>> 
>>> 
>>> On Mon, 19 Aug 2019, 02:37 ivanmarcus >> <mailto:ivanmar...@yahoo.com> wrote:
>>> Manoj,
>>> 
>>> Unfortunately this group can't always give solutions, especially when there 
>>> is little information. It would assist greatly if you could look for 
>>> solutions yourself, post what you've done to resolve the issue and what 
>>> you've found, and perhaps include log detail where useful (or when asked). 
>>> All of this will help to narrow down what the issue might be.
>>> 
>>> Fol

Re: Us keyboard not work on XRDP

2019-08-18 Thread Manoj Patil
Please give solution

On Sat, 17 Aug 2019, 22:49 Manoj Patil  Dear,
>
> when i am  connecting through msctc cap lock work well but when i am
> connecting through crome/firefox then cap lock not work . why?
>
>
>
> On 17-Aug-2019, at 11:45 AM, Manoj Patil  wrote:
>
> Dear ,
>
> Cap lock work for some days but suddenly this not work .
>
> where is the i want to change and compiled again .
> please guide in details.
>
>
>
> On 16-Aug-2019, at 3:54 AM, Nick Couchman  wrote:
>
> On Thu, Aug 15, 2019 at 3:28 PM ivanmarcus 
> wrote:
>
>> Manoj,
>>
>> There is some explanation in the link that Nick included, you will also
>> see that Nick has merged the fix into the master code.
>>
>> In terms of your installation, no doubt someone will correct me if I'm
>> wrong but I believe that if you (re)compiled Guacamole from source this fix
>> would now be included and caps lock will work. However if you've installed
>> from a binary it won't assist you until the next release.
>>
>
> Yes, you're correct - the change has been merged into the master code, so
> the fix will only be available if you check out the git master branch and
> compile it.
>
> We don't distribute any binaries of the guacd code - the closest we come
> is the Docker images, which are still compiled from source, so one way or
> the other you'll probably be compiling this from source until we push new
> Docker images.
>
>
>> I'm not sure of your exact issue but I expect you noted this: "it only
>> impacts the key up and down events for the Caps Lock key, not Caps Lock's
>> effect on sending uppercase [A-Z] characters"?
>>
>> I mention this because I'm presently typing this response via a 1.0.0
>> binary install of Guacamole to a Win7 VM and THE CAPS LOCK key works for
>> capitalising what I type. FYI while I don't specifying it I am using a 'US
>> keyboard'.
>>
>>
>>
> It's also worth noting that the Caps Lock key may be intercepted by O/S,
> window manager, and/or browser before it actually hits Guacamole - this
> will vary platform-to-platform and browser-to-browser - so if you're just
> pressing the Caps Lock key expecting it to turn on in the RDP session, you
> may be expecting something that won't work on your own platform.  One way
> to begin to track this down is to enable Guacaomle's on-screen keyboard
> (through the menu) and toggle Caps Lock from that keyboard to see if it
> works within the RDP session.
>
> -Nick
>
>
>
>


Re: Us keyboard not work on XRDP

2019-08-17 Thread Manoj Patil
Dear,

when i am  connecting through msctc cap lock work well but when i am connecting 
through crome/firefox then cap lock not work . why?



> On 17-Aug-2019, at 11:45 AM, Manoj Patil  wrote:
> 
> Dear ,
> 
> Cap lock work for some days but suddenly this not work .
> 
> where is the i want to change and compiled again .
> please guide in details.
> 
> 
> 
>> On 16-Aug-2019, at 3:54 AM, Nick Couchman > <mailto:vn...@apache.org>> wrote:
>> 
>> On Thu, Aug 15, 2019 at 3:28 PM ivanmarcus > <mailto:ivanmar...@yahoo.com.invalid>> wrote:
>> Manoj,
>> 
>> There is some explanation in the link that Nick included, you will also see 
>> that Nick has merged the fix into the master code.
>> 
>> In terms of your installation, no doubt someone will correct me if I'm wrong 
>> but I believe that if you (re)compiled Guacamole from source this fix would 
>> now be included and caps lock will work. However if you've installed from a 
>> binary it won't assist you until the next release.
>> 
>> 
>> Yes, you're correct - the change has been merged into the master code, so 
>> the fix will only be available if you check out the git master branch and 
>> compile it.
>> 
>> We don't distribute any binaries of the guacd code - the closest we come is 
>> the Docker images, which are still compiled from source, so one way or the 
>> other you'll probably be compiling this from source until we push new Docker 
>> images.
>>  
>> I'm not sure of your exact issue but I expect you noted this: "it only 
>> impacts the key up and down events for the Caps Lock key, not Caps Lock's 
>> effect on sending uppercase [A-Z] characters"?
>> 
>> I mention this because I'm presently typing this response via a 1.0.0 binary 
>> install of Guacamole to a Win7 VM and THE CAPS LOCK key works for 
>> capitalising what I type. FYI while I don't specifying it I am using a 'US 
>> keyboard'.
>> 
>> 
>> 
>> 
>> It's also worth noting that the Caps Lock key may be intercepted by O/S, 
>> window manager, and/or browser before it actually hits Guacamole - this will 
>> vary platform-to-platform and browser-to-browser - so if you're just 
>> pressing the Caps Lock key expecting it to turn on in the RDP session, you 
>> may be expecting something that won't work on your own platform.  One way to 
>> begin to track this down is to enable Guacaomle's on-screen keyboard 
>> (through the menu) and toggle Caps Lock from that keyboard to see if it 
>> works within the RDP session.
>> 
>> -Nick
> 



Re: Us keyboard not work on XRDP

2019-08-16 Thread Manoj Patil
Dear ,

Cap lock work for some days but suddenly this not work .

where is the i want to change and compiled again .
please guide in details.



> On 16-Aug-2019, at 3:54 AM, Nick Couchman  wrote:
> 
> On Thu, Aug 15, 2019 at 3:28 PM ivanmarcus  
> wrote:
> Manoj,
> 
> There is some explanation in the link that Nick included, you will also see 
> that Nick has merged the fix into the master code.
> 
> In terms of your installation, no doubt someone will correct me if I'm wrong 
> but I believe that if you (re)compiled Guacamole from source this fix would 
> now be included and caps lock will work. However if you've installed from a 
> binary it won't assist you until the next release.
> 
> 
> Yes, you're correct - the change has been merged into the master code, so the 
> fix will only be available if you check out the git master branch and compile 
> it.
> 
> We don't distribute any binaries of the guacd code - the closest we come is 
> the Docker images, which are still compiled from source, so one way or the 
> other you'll probably be compiling this from source until we push new Docker 
> images.
>  
> I'm not sure of your exact issue but I expect you noted this: "it only 
> impacts the key up and down events for the Caps Lock key, not Caps Lock's 
> effect on sending uppercase [A-Z] characters"?
> 
> I mention this because I'm presently typing this response via a 1.0.0 binary 
> install of Guacamole to a Win7 VM and THE CAPS LOCK key works for 
> capitalising what I type. FYI while I don't specifying it I am using a 'US 
> keyboard'.
> 
> 
> 
> 
> It's also worth noting that the Caps Lock key may be intercepted by O/S, 
> window manager, and/or browser before it actually hits Guacamole - this will 
> vary platform-to-platform and browser-to-browser - so if you're just pressing 
> the Caps Lock key expecting it to turn on in the RDP session, you may be 
> expecting something that won't work on your own platform.  One way to begin 
> to track this down is to enable Guacaomle's on-screen keyboard (through the 
> menu) and toggle Caps Lock from that keyboard to see if it works within the 
> RDP session.
> 
> -Nick



Re: Us keyboard not work on XRDP

2019-08-15 Thread Manoj Patil
where is the solution of cap lock in this Pull request .

please describe.

> On 15-Aug-2019, at 4:22 PM, Nick Couchman  wrote:
> 
> On Thu, Aug 15, 2019 at 2:49 AM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> Dear,
> 
> I am setting US keyboard type on connection for xrdp session but some keys is 
> work but NUM KEYS and CAPS LOCK not work.
> 
> The CAPS lock key may be fixed by a recent pull request:
> https://github.com/apache/guacamole-server/pull/236 
> <https://github.com/apache/guacamole-server/pull/236>
> 
> Not sure about the NUM lock issue, but I don't use it much :-).
> 
> -Nick



Us keyboard not work on XRDP

2019-08-14 Thread Manoj Patil
Dear,

I am setting US keyboard type on connection for xrdp session but some keys is 
work but NUM KEYS and CAPS LOCK not work.
-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Re: Wget downloading version 1.0

2019-07-03 Thread Manoj Patil
ok its work thanks

but sometime this link not working is it right?

> On 04-Jul-2019, at 11:35 AM, Der PCFreak  wrote:
> 
> Hi,
> 
> I think the problem for Manoj is, that wget stores the file as 
> closer.cgi\?action=download\&filename=guacamole%2F1.0.0%2Fsource%2Fguacamole-server-1.0.0.tar.gz.
> 
> Just add -o at the end like this and it works as expected.
> 
> wget  
> 'http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
>  
> <http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz>'
>  -o guacamole-server-1.0.0.tar.gz
> Regards
> 
> Peter
> 
> On 03.07.2019 16:10, Nick Couchman wrote:
> 
> 
> 
>> On Wed, Jul 3, 2019 at 10:00 AM Manoj Patil > <mailto:manoj2pa...@gmail.com>> wrote:
>> not resolved please see this
>> 
>> wget 
>> http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
>>  
>> <http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz>
>> 
>> Please look *carefully* at the command I posted and notice that it requires 
>> quotes around the *entire* URL due to the special characters in the URL 
>> (mainly the &).  I use single quotes, because that disables shell 
>> interpretation of anything in the quotes, but I think double quotes will 
>> actually work.
>> 
>> wget 
>> 'http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
>>  
>> <http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz>'
>> 
>> -Nick
> 
> 



Re: Wget downloading version 1.0

2019-07-03 Thread Manoj Patil
not resolved please see this

wget 
http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
[1] 8229
[root@lapp1 app]# --2019-07-03 19:44:17--  
http://apache.org/dyn/closer.cgi?action=download
Resolving apache.org (apache.org)... 40.79.78.1, 95.216.24.32
Connecting to apache.org (apache.org)|40.79.78.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26 [text/plain]
Saving to: ‘closer.cgi?action=download.1’

100%[==>]
 26  --.-K/s   in 0s

2019-07-03 19:44:17 (1.70 MB/s) - ‘closer.cgi?action=download.1’ saved [26/26]


[1]+  Donewget 
http://apache.org/dyn/closer.cgi?action=download


> On 03-Jul-2019, at 7:25 PM, Nick Couchman  wrote:
> 
> wget 
> 'http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
>  
> '



Wget downloading version 1.0

2019-07-03 Thread Manoj Patil
Dear,
I have an issue to wget a guacamole server 1.0 . please find following error

wget https://guacamole.apache.org/releases/1.0.0/guacamole-server-1.0.0.tar.gz
--2019-07-03 19:19:28--  
https://guacamole.apache.org/releases/1.0.0/guacamole-server-1.0.0.tar.gz
Resolving guacamole.apache.org (guacamole.apache.org)... 40.79.78.1, 
95.216.24.32, 2a01:4f9:2a:185f::2
Connecting to guacamole.apache.org (guacamole.apache.org)|40.79.78.1|:443... 
connected.
HTTP request sent, awaiting response... 404 Not Found
2019-07-03 19:19:35 ERROR 404: Not Found.
-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Re: User disconnected

2019-07-01 Thread Manoj Patil
Dear,

Thanks for me support(Mike and Nick) i am find from where the logout event is 
triggered and done the change.
the login page is reloaded where guacamole logout.

Thanks Team

> On 29-Jun-2019, at 5:05 PM, Nick Couchman  wrote:
> 
> On Sat, Jun 29, 2019 at 5:42 AM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> ok i see this request. but another one is when i am click on logout then 
> login page “index.html”  nor reloaded from server is load from localy . is it 
> possible to reload every time after i am click on guacamole logout. because i 
> write a my own small script in index.html and this script is validate when 
> index.html is reload or press ctrl+f5, when i am logout from guacamole then 
> link not reload from server it loaded from localy so please suggest me how i 
> do this. 
> 
> 
> A couple of things:
> - You mentioned that there is a POST 403 error when the page is loading.  
> This is normal and expected - it is how the login page is triggered - the web 
> application loads in the browser and attempts to access the REST API on the 
> server, and the server sends a 403 error that tells the web application to 
> display the login page, and what it should display on the login page.  If you 
> look in the Network tab of the browser console, and examine that 403 error 
> response, you will see that the body of it contains information on what 
> credentials should be displayed.  This is used throughout the login process - 
> if additional credentials are required (like a second factor) then further 
> 403 errors will be generated with those requirements.
> 
> - I think you're misunderstanding how the Guacamole Client web application 
> works.  From a traditional browser point of view, the web application does 
> not load or reload HTML pages after the initial index.html is loaded.  All of 
> the changes in displays on the page are done using JavaScript (AngularJS, 
> specifically), and are loaded and changed dynamically as the user interacts 
> with that page and the page makes calls to the REST API.  It is specifically 
> designed so that the index.html page will not reload or move to another HTML 
> page.  The only exceptions to that are when using certain authentication 
> providers, particularly SSO ones, where you must redirect away from the page 
> for the authentication and then return.  (I think I'm representing this 
> aspect correctly - Mike can respond with any tweaks to that if I'm wrong.)
> 
> - If you want some JavaScript code to run during logout, or every time the 
> login page is displayed, then you should work with the design of the web 
> application, and use an AngularJS method to make that happen.  It's still 
> unclear what you're trying to do with the extra code at the login page, but 
> off the top of my head I would say you could use a $watch directive from 
> AngularJS to look for certain events that get broadcast at logout or login 
> and trigger actions based on those events.  If you're willing to share with 
> us more detail on what you're trying to do, we can help guide you, but it 
> sounds to me like you're trying to fight against the design of the web 
> application rather than work through the flow of it.
> 
> -Nick



Re: User disconnected

2019-07-01 Thread Manoj Patil
dear,

please help i call one URL on guacamole logout button and in which file i was 
fond this guacamole logout code.

> On 29-Jun-2019, at 5:05 PM, Nick Couchman  wrote:
> 
> On Sat, Jun 29, 2019 at 5:42 AM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> ok i see this request. but another one is when i am click on logout then 
> login page “index.html”  nor reloaded from server is load from localy . is it 
> possible to reload every time after i am click on guacamole logout. because i 
> write a my own small script in index.html and this script is validate when 
> index.html is reload or press ctrl+f5, when i am logout from guacamole then 
> link not reload from server it loaded from localy so please suggest me how i 
> do this. 
> 
> 
> A couple of things:
> - You mentioned that there is a POST 403 error when the page is loading.  
> This is normal and expected - it is how the login page is triggered - the web 
> application loads in the browser and attempts to access the REST API on the 
> server, and the server sends a 403 error that tells the web application to 
> display the login page, and what it should display on the login page.  If you 
> look in the Network tab of the browser console, and examine that 403 error 
> response, you will see that the body of it contains information on what 
> credentials should be displayed.  This is used throughout the login process - 
> if additional credentials are required (like a second factor) then further 
> 403 errors will be generated with those requirements.
> 
> - I think you're misunderstanding how the Guacamole Client web application 
> works.  From a traditional browser point of view, the web application does 
> not load or reload HTML pages after the initial index.html is loaded.  All of 
> the changes in displays on the page are done using JavaScript (AngularJS, 
> specifically), and are loaded and changed dynamically as the user interacts 
> with that page and the page makes calls to the REST API.  It is specifically 
> designed so that the index.html page will not reload or move to another HTML 
> page.  The only exceptions to that are when using certain authentication 
> providers, particularly SSO ones, where you must redirect away from the page 
> for the authentication and then return.  (I think I'm representing this 
> aspect correctly - Mike can respond with any tweaks to that if I'm wrong.)
> 
> - If you want some JavaScript code to run during logout, or every time the 
> login page is displayed, then you should work with the design of the web 
> application, and use an AngularJS method to make that happen.  It's still 
> unclear what you're trying to do with the extra code at the login page, but 
> off the top of my head I would say you could use a $watch directive from 
> AngularJS to look for certain events that get broadcast at logout or login 
> and trigger actions based on those events.  If you're willing to share with 
> us more detail on what you're trying to do, we can help guide you, but it 
> sounds to me like you're trying to fight against the design of the web 
> application rather than work through the flow of it.
> 
> -Nick



Re: User disconnected

2019-06-29 Thread Manoj Patil
yes sure i share with you.

i want to JavaScript code to run during logout, or every time the login page is 
displayed so please guide me where i want to write and execute the code.

> On 29-Jun-2019, at 5:05 PM, Nick Couchman  wrote:
> 
> On Sat, Jun 29, 2019 at 5:42 AM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> ok i see this request. but another one is when i am click on logout then 
> login page “index.html”  nor reloaded from server is load from localy . is it 
> possible to reload every time after i am click on guacamole logout. because i 
> write a my own small script in index.html and this script is validate when 
> index.html is reload or press ctrl+f5, when i am logout from guacamole then 
> link not reload from server it loaded from localy so please suggest me how i 
> do this. 
> 
> 
> A couple of things:
> - You mentioned that there is a POST 403 error when the page is loading.  
> This is normal and expected - it is how the login page is triggered - the web 
> application loads in the browser and attempts to access the REST API on the 
> server, and the server sends a 403 error that tells the web application to 
> display the login page, and what it should display on the login page.  If you 
> look in the Network tab of the browser console, and examine that 403 error 
> response, you will see that the body of it contains information on what 
> credentials should be displayed.  This is used throughout the login process - 
> if additional credentials are required (like a second factor) then further 
> 403 errors will be generated with those requirements.
> 
> - I think you're misunderstanding how the Guacamole Client web application 
> works.  From a traditional browser point of view, the web application does 
> not load or reload HTML pages after the initial index.html is loaded.  All of 
> the changes in displays on the page are done using JavaScript (AngularJS, 
> specifically), and are loaded and changed dynamically as the user interacts 
> with that page and the page makes calls to the REST API.  It is specifically 
> designed so that the index.html page will not reload or move to another HTML 
> page.  The only exceptions to that are when using certain authentication 
> providers, particularly SSO ones, where you must redirect away from the page 
> for the authentication and then return.  (I think I'm representing this 
> aspect correctly - Mike can respond with any tweaks to that if I'm wrong.)
> 
> - If you want some JavaScript code to run during logout, or every time the 
> login page is displayed, then you should work with the design of the web 
> application, and use an AngularJS method to make that happen.  It's still 
> unclear what you're trying to do with the extra code at the login page, but 
> off the top of my head I would say you could use a $watch directive from 
> AngularJS to look for certain events that get broadcast at logout or login 
> and trigger actions based on those events.  If you're willing to share with 
> us more detail on what you're trying to do, we can help guide you, but it 
> sounds to me like you're trying to fight against the design of the web 
> application rather than work through the flow of it.
> 
> -Nick



Re: User disconnected

2019-06-29 Thread Manoj Patil
ok i see this request. but another one is when i am click on logout then login 
page “index.html”  nor reloaded from server is load from localy . is it 
possible to reload every time after i am click on guacamole logout. because i 
write a my own small script in index.html and this script is validate when 
index.html is reload or press ctrl+f5, when i am logout from guacamole then 
link not reload from server it loaded from localy so please suggest me how i do 
this. 

> On 29-Jun-2019, at 1:00 PM, Mike Jumper  wrote:
> 
> On Fri, Jun 28, 2019 at 11:01 PM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> I am not used reverse proxy and not nginx i am host on tomcat only.
> 
> what happen when i am click on guacamole “logout” and where i see this code.
> 
> 
> A "DELETE" request is issued to .../api/tokens/YOUR_SESSION_TOKEN_HERE. You 
> can see this happen if you log in, open the network tab of dev tools, and log 
> out.
> 
> - Mike
> 



Re: User disconnected

2019-06-28 Thread Manoj Patil
please find the snapshot attached in mail there is a error on POST 



> On 29-Jun-2019, at 10:55 AM, Mike Jumper  wrote:
> 
> On Fri, Jun 28, 2019 at 9:58 PM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> Yes, i am clicking on “Logout” with guacamole at that time what happen when i 
> am reconnecting through guacamole usernames and password the message is user 
> is connected .
> 
> Any chance you might be blocking the HTTP DELETE requests used to by the REST 
> API to request logout?
> 
> 
> At that time i am refresh the guacamole link means 
> “http://domainname:8080/guacamole/ <http://domainname:8080/guacamole/> “ and 
> then connect that time successfully connected.
> 
> so my question is is any chance to refresh link when i am logout with 
> guacamole.
> 
> If you have logged out, then you will not be able to connect. If you are able 
> to connect, then you haven't logged out. If you have clicked "logout" but 
> remain logged in, that suggests that you may have accidentally configured 
> your reverse proxy to block the REST API request used for logging out. That 
> request is an HTTP DELETE request.
> 
> - Mike
> 



Re: User disconnected

2019-06-28 Thread Manoj Patil
I am not used reverse proxy and not nginx i am host on tomcat only.

what happen when i am click on guacamole “logout” and where i see this code.

> On 29-Jun-2019, at 10:55 AM, Mike Jumper  wrote:
> 
> On Fri, Jun 28, 2019 at 9:58 PM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> Yes, i am clicking on “Logout” with guacamole at that time what happen when i 
> am reconnecting through guacamole usernames and password the message is user 
> is connected .
> 
> Any chance you might be blocking the HTTP DELETE requests used to by the REST 
> API to request logout?
> 
> 
> At that time i am refresh the guacamole link means 
> “http://domainname:8080/guacamole/ <http://domainname:8080/guacamole/> “ and 
> then connect that time successfully connected.
> 
> so my question is is any chance to refresh link when i am logout with 
> guacamole.
> 
> If you have logged out, then you will not be able to connect. If you are able 
> to connect, then you haven't logged out. If you have clicked "logout" but 
> remain logged in, that suggests that you may have accidentally configured 
> your reverse proxy to block the REST API request used for logging out. That 
> request is an HTTP DELETE request.
> 
> - Mike
> 



Re: User disconnected

2019-06-28 Thread Manoj Patil
Yes, i am clicking on “Logout” with guacamole at that time what happen when i 
am reconnecting through guacamole usernames and password the message is user is 
connected .

At that time i am refresh the guacamole link means 
“http://domainname:8080/guacamole/ <http://domainname:8080/guacamole/> “ and 
then connect that time successfully connected.

so my question is is any chance to refresh link when i am logout with guacamole.

> On 29-Jun-2019, at 3:20 AM, Mike Jumper  wrote:
> 
> On Fri, Jun 28, 2019 at 11:43 AM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> When I am logout the rdp session then connection drop few seconds 
> 
> Active connections associated with a Guacamole session are closed immediately 
> upon logout. This happens automatically as part of session cleanup. If the 
> user does not log out, but simply closes the tab, the client running within 
> the tab will attempt to signal the server that it is being closed. The 
> browser may not allow that signal to go through in all cases. If the server 
> does not receive the signal indicating orderly disconnect, it must wait for 
> the connection to time out, which will take ~15 seconds.
> 
> If you are indeed clicking "logout" within Guacamole, there should be no 
> pause at all. All associated connections should be closed essentially 
> instantaneously.
> 
> Any chance you might be blocking the HTTP DELETE requests used to by the REST 
> API to request logout?
> 
> - Mike
> 



Re: User disconnected

2019-06-28 Thread Manoj Patil
When I am logout the rdp session then connection drop few seconds

On Fri, 28 Jun 2019, 23:11 Mike Jumper  On Fri, Jun 28, 2019, 01:44 Manoj Patil  wrote:
>
>> hi,
>>
>> How to load guacamole login page every time from server instead of local
>> browser cache.
>>
>
> No, there is no login page to be cached. What you see as the login page is
> generated dynamically from the contents of an authentication error.
>
> - Mike
>
>


Re: User disconnected

2019-06-28 Thread Manoj Patil
Dear,

I see that when i am press Logout button from guacamole then connection take 
approx 15 sec to close the connection in between i am not able to connect the 
existing connection.


> On 26-Jun-2019, at 2:30 PM, Manoj Patil  wrote:
> 
> Dear,
> 
> I see the following log 
> 
> Jun 26 14:24:17 gucserver guacd[16862]: Creating new client for protocol "rdp"
> Jun 26 14:24:17 gucserver guacd: guacd[16862]: INFO:#011Creating new client 
> for protocol "rdp"
> Jun 26 14:24:17 gucserver guacd: guacd[16862]: INFO:#011Connection ID is 
> "$073e777f-99d1-442d-ac7a-6d3c677511ba"
> Jun 26 14:24:17 gucserver guacd[16862]: Connection ID is 
> "$073e777f-99d1-442d-ac7a-6d3c677511ba"
> Jun 26 14:24:17 gucserver server: 14:24:17.492 [http-bio-8080-exec-53] WARN  
> o.a.g.s.GuacamoleHTTPTunnelServlet - HTTP tunnel request rejected: Cannot 
> connect. Connection already in use by this user.
> Jun 26 14:24:17 gucserver guacd[20400]: No security mode specified. 
> Defaulting to RDP.
> Jun 26 14:24:17 gucserver guacd[20400]: Resize method: none
> Jun 26 14:24:17 gucserver guacd: guacd[20400]: INFO:#011No security mode 
> specified. Defaulting to RDP.
> Jun 26 14:24:17 gucserver guacd: guacd[20400]: INFO:#011Resize method: none
> Jun 26 14:24:17 gucserver guacd: guacd[20400]: INFO:#011User 
> "@a6409fb2-8d7f-47c0-adb6-25c7d7d41379" joined connection 
> "$073e777f-99d1-442d-ac7a-6d3c677511ba" (1 users now present)
> Jun 26 14:24:17 gucserver guacd: guacd[20400]: INFO:#011Loading keymap "base"
> Jun 26 14:24:17 gucserver guacd: guacd[20400]: INFO:#011Loading keymap 
> "en-us-qwerty"
> Jun 26 14:24:17 gucserver server: 14:24:17.518 [http-bio-8080-exec-59] INFO  
> o.a.g.tunnel.TunnelRequestService - User "samho" connected to connection "5".
> Jun 26 14:24:17 gucserver server: 14:24:17.520 [http-bio-8080-exec-59] INFO  
> o.a.g.tunnel.TunnelRequestService - User "samho" disconnected from connection 
> "5". Duration: 2 milliseconds
> Jun 26 14:24:17 gucserver guacd[20400]: User 
> "@a6409fb2-8d7f-47c0-adb6-25c7d7d41379" joined connection 
> "$073e777f-99d1-442d-ac7a-6d3c677511ba" (1 users now present)
> Jun 26 14:24:17 gucserver guacd[20400]: Loading keymap "base"
> Jun 26 14:24:17 gucserver guacd[20400]: Loading keymap "en-us-qwerty"
> 
>> On 26-Jun-2019, at 11:49 AM, Mike Jumper > <mailto:mjum...@apache.org>> wrote:
>> 
>> On Tue, Jun 25, 2019 at 11:07 PM Manoj Patil > <mailto:manoj2pa...@gmail.com>> wrote:
>> Dear sir,
>> 
>> PFA for guacamole connection error generated most of times when connected 
>> from 5 new  users when taking XRDP on linux 
>> 
>> This will happen if you have explicitly set the "Maximum number of 
>> connections per user" limit on the connection within Guacamole. If you have 
>> that limit set, Guacamole will deny access to the current user while they 
>> still have that connection open elsewhere. If you do not want this limit to 
>> apply, you will need to not set it. That setting is the only cause for this 
>> message.
>> 
>> - Mike
>> 
> 



Not clearing browser cache

2019-06-28 Thread Manoj Patil
Dear,

I see that after click on logout button browser cache not clear .if you have 
any idea please support me.



-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Re: User disconnected

2019-06-28 Thread Manoj Patil
hi,

How to load guacamole login page every time from server instead of local 
browser cache.


> On 27-Jun-2019, at 3:33 AM, Nick Couchman  wrote:
> 
> On Wed, Jun 26, 2019 at 4:12 AM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> Hi
> 
> This issue solve by setting as per your instruction But i want only one 
> connection per user.
> 
> is there any timeout setting of Guacamole session 
> 
> 
> If you mean, is there a way to set it so that Guacamole will time out an 
> active or idle connection, then, no, there is not - this would be up to the 
> remote server to determine when the connection is idle and log the user out.  
> I'm reasonably certain this can be done in Windows Remote Desktop Services 
> (both Workstation and Server versions), and I know it can be done on SSH 
> sessions.
> 
> -Nick



Re: User disconnected

2019-06-26 Thread Manoj Patil
Dear,

I see the following log 

Jun 26 14:24:17 gucserver guacd[16862]: Creating new client for protocol "rdp"
Jun 26 14:24:17 gucserver guacd: guacd[16862]: INFO:#011Creating new client for 
protocol "rdp"
Jun 26 14:24:17 gucserver guacd: guacd[16862]: INFO:#011Connection ID is 
"$073e777f-99d1-442d-ac7a-6d3c677511ba"
Jun 26 14:24:17 gucserver guacd[16862]: Connection ID is 
"$073e777f-99d1-442d-ac7a-6d3c677511ba"
Jun 26 14:24:17 gucserver server: 14:24:17.492 [http-bio-8080-exec-53] WARN  
o.a.g.s.GuacamoleHTTPTunnelServlet - HTTP tunnel request rejected: Cannot 
connect. Connection already in use by this user.
Jun 26 14:24:17 gucserver guacd[20400]: No security mode specified. Defaulting 
to RDP.
Jun 26 14:24:17 gucserver guacd[20400]: Resize method: none
Jun 26 14:24:17 gucserver guacd: guacd[20400]: INFO:#011No security mode 
specified. Defaulting to RDP.
Jun 26 14:24:17 gucserver guacd: guacd[20400]: INFO:#011Resize method: none
Jun 26 14:24:17 gucserver guacd: guacd[20400]: INFO:#011User 
"@a6409fb2-8d7f-47c0-adb6-25c7d7d41379" joined connection 
"$073e777f-99d1-442d-ac7a-6d3c677511ba" (1 users now present)
Jun 26 14:24:17 gucserver guacd: guacd[20400]: INFO:#011Loading keymap "base"
Jun 26 14:24:17 gucserver guacd: guacd[20400]: INFO:#011Loading keymap 
"en-us-qwerty"
Jun 26 14:24:17 gucserver server: 14:24:17.518 [http-bio-8080-exec-59] INFO  
o.a.g.tunnel.TunnelRequestService - User "samho" connected to connection "5".
Jun 26 14:24:17 gucserver server: 14:24:17.520 [http-bio-8080-exec-59] INFO  
o.a.g.tunnel.TunnelRequestService - User "samho" disconnected from connection 
"5". Duration: 2 milliseconds
Jun 26 14:24:17 gucserver guacd[20400]: User 
"@a6409fb2-8d7f-47c0-adb6-25c7d7d41379" joined connection 
"$073e777f-99d1-442d-ac7a-6d3c677511ba" (1 users now present)
Jun 26 14:24:17 gucserver guacd[20400]: Loading keymap "base"
Jun 26 14:24:17 gucserver guacd[20400]: Loading keymap "en-us-qwerty"

> On 26-Jun-2019, at 11:49 AM, Mike Jumper  wrote:
> 
> On Tue, Jun 25, 2019 at 11:07 PM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> Dear sir,
> 
> PFA for guacamole connection error generated most of times when connected 
> from 5 new  users when taking XRDP on linux 
> 
> This will happen if you have explicitly set the "Maximum number of 
> connections per user" limit on the connection within Guacamole. If you have 
> that limit set, Guacamole will deny access to the current user while they 
> still have that connection open elsewhere. If you do not want this limit to 
> apply, you will need to not set it. That setting is the only cause for this 
> message.
> 
> - Mike
> 



Re: User disconnected

2019-06-26 Thread Manoj Patil
Hi

This issue solve by setting as per your instruction But i want only one 
connection per user.

is there any timeout setting of Guacamole session 

> On 26-Jun-2019, at 11:49 AM, Mike Jumper  wrote:
> 
> On Tue, Jun 25, 2019 at 11:07 PM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> Dear sir,
> 
> PFA for guacamole connection error generated most of times when connected 
> from 5 new  users when taking XRDP on linux 
> 
> This will happen if you have explicitly set the "Maximum number of 
> connections per user" limit on the connection within Guacamole. If you have 
> that limit set, Guacamole will deny access to the current user while they 
> still have that connection open elsewhere. If you do not want this limit to 
> apply, you will need to not set it. That setting is the only cause for this 
> message.
> 
> - Mike
> 



Re: User disconnected

2019-06-25 Thread Manoj Patil
Dear 

I see this messages "the network connection to the guacamole server appears 
unstable"

> On 26-Jun-2019, at 11:49 AM, Mike Jumper  wrote:
> 
> On Tue, Jun 25, 2019 at 11:07 PM Manoj Patil  <mailto:manoj2pa...@gmail.com>> wrote:
> Dear sir,
> 
> PFA for guacamole connection error generated most of times when connected 
> from 5 new  users when taking XRDP on linux 
> 
> This will happen if you have explicitly set the "Maximum number of 
> connections per user" limit on the connection within Guacamole. If you have 
> that limit set, Guacamole will deny access to the current user while they 
> still have that connection open elsewhere. If you do not want this limit to 
> apply, you will need to not set it. That setting is the only cause for this 
> message.
> 
> - Mike
> 



User disconnected

2019-06-25 Thread Manoj Patil
Dear sir,

PFA for guacamole connection error generated most of times when connected from 
5 new  users when taking XRDP on linux 

Re: Site not reachable

2019-06-21 Thread Manoj Patil
where i am download 1.0.0 guacamole server and client

> On 21-Jun-2019, at 3:53 PM, Kamal Ezzaki  wrote:
> 
> yes guacamole_servers size is arround 800KB and guacamole-server 5.8 Mo
> 
> 


-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Re: Site not reachable

2019-06-21 Thread Manoj Patil
its just working now

 i am try to downloading guacamole-server-1.0.0.tar.gz 
<http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz>
 and guacamole-client-1.0.0.tar.gz 
<http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz>
   its size is in KB around 800 KB.

> On 21-Jun-2019, at 3:39 PM, Manoj Patil  wrote:
> 
> ok i check again
> 
>> On 21-Jun-2019, at 3:33 PM, jokland  wrote:
>> 
>> I just entered the web and it works
>> 
>> 
>> 
>> --
>> Sent from: 
>> http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
>> 
>> -
>> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
>> For additional commands, e-mail: user-h...@guacamole.apache.org
>> 
> 



Re: Site not reachable

2019-06-21 Thread Manoj Patil
ok i check again

> On 21-Jun-2019, at 3:33 PM, jokland  wrote:
> 
> I just entered the web and it works
> 
> 
> 
> --
> Sent from: 
> http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
> For additional commands, e-mail: user-h...@guacamole.apache.org
> 


-
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org



Site not reachable

2019-06-21 Thread Manoj Patil
Dear,

I am not reachable to this site https://guacamole.apache.org/releases/1.0.0/ 


shows error message “This site can not be reached"

Re: Installation script

2019-06-14 Thread Manoj Patil
The following URL is in script(guac-install.sh)

On Fri, 14 Jun 2019, 19:27 Zer0Cool  Hello,
>
> I wrote the script: https://github.com/Zer0CoolX/guacamole-install-rhel
>
> The problem you are having is not an issue with the script, its clearly a
> network issue.
>
> 1) Try downloading the file at that location yourself via a browser.
> 2) Try running the wget command yourself manually.
>
> If the above do not work, its evident that you are having issues outside of
> the script related to your network conditions.
>
> I also noticed from your error that:
>
> A) You are trying to install using git as the source, not stable. As per my
> README, git may not work and is not supported...you try it at your own
> risk.
> B) The URL for the git link is not correct.
>
> Your URL:
>
> https://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
>
> Notice both places it reads "1.0.0". The script automatically pulls the
> build number from github when the script first runs, before you even pick
> the source to install from. It should currently read "1.1.0" for the git
> version (I just checked this).
>
> So your not even able to pull the proper version from github early on in
> the
> script. This is done in line 89 of my current script (build 2019_6_6).
>
> Point being if your having trouble with SSL/HTTPS in general, specific to
> github/apache or some other network condition is causing issues...you need
> to resolve those before just about any option, especially a
> script/automated
> install, will work for you.
>
>
>
> --
> Sent from:
> http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
> For additional commands, e-mail: user-h...@guacamole.apache.org
>
>


  1   2   >