RE: SFTP problems

2017-11-15 Thread Mike Jumper
Do you have a reverse proxy in front of Guacamole, like Nginx? The Guacamole webapp recently switched to using HTTP as the transport for file transfers, and a reverse proxy may be imposing default limits on the body size of each request. - Mike On Nov 15, 2017 23:44, "Lars van Ruiten" wrote:

Re: Kill session button in UI?

2017-11-16 Thread Mike Jumper
On Thu, Nov 16, 2017 at 2:52 PM, dan wrote: > Is there a way to enable a 'kill session' button on the home screen? > You could write an extension to add such a button, but I'm not sure exactly why this would be necessary (more on this below). > Sometimes a VNC or RDP session will hang up and n

Re: Missing keyboard layouts and workarounds

2017-11-17 Thread Mike Jumper
On Fri, Nov 17, 2017 at 1:42 PM, wrote: > Hi, > > I was not referring to any particular issue I am having. I simply wanted > to understand the different layers that make things what they are. > > This is what I found out. Hope it helps someone in the future. Feel free > to correct it, or include

Re: Clipboard support using guacamole-common-js API

2017-11-17 Thread Mike Jumper
On Nov 17, 2017 17:40, "Amarjeet Singh" wrote: ... I have added the clipboard support without any plugins or without pressing ctrl+shift+alt. for all browsers. Can you describe the nature of your changes? - Mike

Re: Connection dropped as soon as I type letter

2017-11-18 Thread Mike Jumper
On Fri, Nov 17, 2017 at 3:56 PM, Don Schmitt wrote: > Hi, > > I have Guacamole running on Ubuntu it is connecting via RDP to a Windows > 2016 server. > > The connection goes through and I can log in and use the desktop with the > mouse. > > But as soon as I start typing characters in Notepad, IE,

Re: Configuring LDAP

2017-11-20 Thread Mike Jumper
On Mon, Nov 20, 2017 at 10:01 AM, Richard Lee wrote: > How can I leave this group? > > If you want to unsubscribe to the user@ list, send an email to user-unsubscr...@guacamole.apache.org and follow the instructions in the confirmation email. Be sure to send the email from the email address that

Re: Security Issue "token" "authToken" hijacking

2017-11-20 Thread Mike Jumper
On Nov 20, 2017 20:07, "Thiago Araújo" wrote: Hello everyone, I will be very brief in my story. We recently tried to implement guacamole for about 2500 users or more. However, guacamole did not respond well to pen testing. The pen testing team has found a way to hijack the authToken, and connec

Re: No logs, failed to login

2017-11-21 Thread Mike Jumper
On Tue, Nov 21, 2017 at 10:53 AM, dirtbikersteve . wrote: >... > > I've built the guacd service and client, and deployed the client to tomcat8. > I've set the invornment variable for GUACAMOLE_HOME to point to > /etc/guacamole (for both my user steve, and root just in case). > You would be better

Re: External keyboard with iPad

2017-11-23 Thread Mike Jumper
On Thu, Nov 23, 2017 at 1:46 PM, Greg Trasuk wrote: > Hi all: > > I’m trying to use Guacamole with an iOS device (I’ve tried both iPad and > iPhone devices) with an IOGear GKB632B keyboard > (https://www.iogear.com/product/GKB632B/) > > The problem is that Guac doesn’t seem to understand the key

Re: External keyboard with iPad

2017-11-23 Thread Mike Jumper
On Thu, Nov 23, 2017 at 10:56 PM, Mike Jumper wrote: > On Thu, Nov 23, 2017 at 1:46 PM, Greg Trasuk wrote: >> Hi all: >> >> I’m trying to use Guacamole with an iOS device (I’ve tried both iPad and >> iPhone devices) with an IOGear GKB632B keyboard >> (https

Re: 404 with guacamole-tomcat package install on ubuntu 17.10

2017-11-26 Thread Mike Jumper
On Sun, Nov 26, 2017 at 6:36 PM, Domudarius wrote: > Complete linux noob. > > I originally installed guacamole-tomcat on Ubuntu 16.04.3 (on a hyper-v > virtual machine) and had it working up to the point of getting "Waiting for > first update" and then a disconnect message. I found another post

Re: cconfig.setParameter not setting parameter on specific Paramaters

2017-11-27 Thread Mike Jumper
On Sun, Nov 26, 2017 at 7:31 AM, messido wrote: > ... > > Here's my code after completely squeezing my brain trying to figure it > out.. > > Your code seems to have been filtered before it went out on the mailing list, I presume by Nabble. It wasn't actually included in the email. Could you post

Re: INFO REQUIRED : Is Guacamole supoprt Bitmap Caching

2017-11-27 Thread Mike Jumper
On Mon, Nov 27, 2017 at 6:02 AM, Amarjeet Singh wrote: > Hi Team, > > I haven't seen any parameter regarding bitmap caching in Guacamole. > > Is it supported in Guacamole ? > > Yes. There is no parameter for controlling whether bitmap caching is used, but it is supported. As long as the RDP serve

Re: INFO REQUIRED : Support of Shell Mode in Guacamole

2017-11-27 Thread Mike Jumper
On Mon, Nov 27, 2017 at 5:25 AM, Amarjeet Singh wrote: > Hi Team, > > > I was trying to run a program using shell command instead of Remote app. > > It seems that Guacamole doesn't support the shell command. > > It does. > Below are the parameters of freeRDP which is used to open any progam in

Re: External keyboard with iPad

2017-11-27 Thread Mike Jumper
On Sat, Nov 25, 2017 at 10:48 PM, Greg Trasuk wrote: > Hi Mike: > > Thanks for the reply. Here’s the result from the keypress tester: > > keydown e.keyCode=0 e.which=0 e.keyIdentifier=Unidentified > e.key=UIKeyInputEscape e.altKey=false e.ctrlKey=false > e.altGraphKey=false e.met

Re: INFO REQUIRED : Support of Shell Mode in Guacamole

2017-11-27 Thread Mike Jumper
On Nov 27, 2017 17:20, "Amarjeet Singh" wrote: @Mike I already tried with initial-program but it is showing black screen . Is there anything that I am missing ? Check the logs from guacd. Any other parameters ? No, however you may need to enable the ability to set the shell within the grou

Re: cconfig.setParameter not setting parameter on specific Paramaters

2017-11-28 Thread Mike Jumper
On Mon, Nov 27, 2017 at 5:40 AM, messido wrote: > https://paste.ofcode.org/cRLYBeSzPLYWDBAHpuQ85 I don't see anything wrong with your Java code. If it's only the performance flags which have no effect, this sounds an awful lot like GUACAMOLE-35, which was fixed for 0.9.10-incubating: https://i

Re: External keyboard with iPad

2017-11-28 Thread Mike Jumper
ir corresponding X11 keysyms within Guacamole's keyboard handling. The changes can be found on the "fix-ios-external-kb" topic branch of my GitHub fork: https://github.com/mike-jumper/incubator-guacamole-client/tree/fix-ios-external-kb Mind giving that a go? - Mike [1] https://issu

Re: External keyboard with iPad

2017-11-28 Thread Mike Jumper
On Tue, Nov 28, 2017 at 5:46 AM, Greg Trasuk wrote: >... >> >> https://github.com/mike-jumper/incubator-guacamole-client/tree/fix-ios-external-kb >> >> Mind giving that a go? > > I’m traveling without that hardware, so it’ll be Friday or Saturday before I >

Re: cconfig.setParameter not setting parameter on specific Paramaters

2017-11-28 Thread Mike Jumper
Can you post the logs from guacd from when you run the Java code you posted previously? - Mike On Tue, Nov 28, 2017 at 4:40 PM, messido wrote: > [mado@centos ~]$ guacd -f -l 4888 -L debug > guacd[2809]: INFO: Guacamole proxy daemon (guacd) version > 0.9.12-incubating > started > guacd[280

Re: Configuring LDAP

2017-12-01 Thread Mike Jumper
On Mon, Nov 27, 2017 at 10:49 AM, wrote: > Here’s my current /etc/guacamole/guacamole.properties file: > > > > #MySQL properties > > mysql-hostname: localhost > > mysql-port:3306 > > mysql-database: guacdb > > mysql-username: guacuser > > mysql-password: guacadmin > > mysql-default-max-connection

Re: Configuring LDAP

2017-12-01 Thread Mike Jumper
On Fri, Dec 1, 2017 at 10:37 AM, wrote: > OK I was able to get it to log in. Here’s what I changed in my > guacamole.properties to make it work: > > ldap-search-bind-dn:cn=”Directory Manager” > > ldap-user-base-dn:cn=users,cn=accounts,dc=example,dc=com > > > > So the user logs in fine, but in /v

Re: Authentication issue after build client war file

2017-12-01 Thread Mike Jumper
On Fri, Dec 1, 2017 at 10:47 AM, David Rodriguez wrote: > Hi, > I have build from git both the server and client versions, to be able to > use the Spanish keyboard layout in the Guacamole connections. > > Server version was build and installed without issues and can continue > using the previous

Re: 答复: how to download a file form sftp to a connection in the guacamole?

2017-12-04 Thread Mike Jumper
On Dec 4, 2017 17:17, "Oliver.Zhan" wrote: I means that if the sftp server can not connect to remote computer automatically

Re: 答复: 答复: how to download a file form sftp to a connection in the guacamole?

2017-12-04 Thread Mike Jumper
On Mon, Dec 4, 2017 at 8:14 PM, Oliver.Zhan wrote: > I just want to kown you how to transfer file between local computer with > remote computer in the guacamole by the sftp? > Guacamole supports SFTP file transfer for VNC, RDP, and SSH. To enable file transfer via SFTP, you will need to specify

Re: Authentication issue after build client war file

2017-12-04 Thread Mike Jumper
On Mon, Dec 4, 2017 at 7:48 AM, David Rodriguez wrote: > Hi there, > > Any clue why I still unable to see the Spanish keyboard layout after > follow the steps mentioned before? > > The contents of the keyboard layout field within the connection parameters in the admin UI are determined by the "rd

Re: translation template

2017-12-05 Thread Mike Jumper
On Tue, Dec 5, 2017 at 7:28 AM, David Rodriguez wrote: > Hi, > I'm setting the Spanish translation file for Guacamole and it is almost > completed, however there are some sections which doesn't appear in the > English translation file. These are the below. Is there any place where I > can get the

Re: translation template

2017-12-07 Thread Mike Jumper
again, however these texts still appearing in English. Do you know > if there is any other place that need to me modified in order to automatic > use the es.json if Spanish language is selected as display language in > Guacamole? > > 2017-12-05 19:07 GMT+01:00 Mike Jumper :

Re: How to playback saved videos?

2017-12-09 Thread Mike Jumper
On Sat, Dec 9, 2017 at 5:58 AM, Adrian Owen wrote: > .. Is there a better way to play those recordings on my front-end client? > > Yes. Guacamole 0.9.13 supports in-browser playback of screen recordings. > No conversion needed. > > Please check the documentation how to implement. > > An example i

Re: translation template

2017-12-10 Thread Mike Jumper
On Sun, Dec 10, 2017 at 10:15 AM, David Rodriguez wrote: > It seems that something was not working properly in my Firefox as even > delete cache etc it still appearing in English, but just checked in Chrome > and it is translated, hehe. > Just tried in Firefox again and it installed an update and

Re: Screen reader/JAWS over Guac?

2017-12-12 Thread Mike Jumper
On Tue, Dec 12, 2017 at 10:08 AM, Nick Couchman wrote: > On Tue, Dec 12, 2017 at 1:03 PM, Nick Couchman wrote: >> >> On Tue, Dec 12, 2017 at 12:39 PM, Antony Awaida >> wrote: >>> >>> Hi everyone: >>> >>> Has anyone tried to run a screen reader such as JAWS over Guacamole? if >>> so do you have a

Re: Error Message

2017-12-12 Thread Mike Jumper
On Dec 12, 2017 22:34, "Martin Herold" wrote: Can someone tell me the conditions when following message is displayed? Guacamole has a 15-second network timeout. Under healthy network conditions, there will be messages going back and forth between the browser and the Guacamole server every secon

Re: showing an error message to the end user

2017-12-13 Thread Mike Jumper
Hello, With respect to displaying error messages as a result of exceptions during auth, Guacamole only handles that during the authentication process which follows a failed authentication (otherwise, users would receive "Invalid login" errors upon visiting Guacamole for the first time). That said,

Re: How to get GuacamoleConfiguration from url?

2017-12-13 Thread Mike Jumper
On Wed, Dec 13, 2017 at 9:59 AM, genesis wrote: > Hi Carl, I see. > And what do you do with this cookie on the getAuthorizedConfiguration > method? Do you decrypt it and map to a Map > object? > > My doubt is, how do you update the configs list when the user opens another > tab, with another Guac

Re: report of activities on the server

2017-12-14 Thread Mike Jumper
On Thu, Dec 14, 2017 at 8:32 AM, Erik Berndt wrote: > Michael, > > Check the catalina.out log under the /etc/tomcatX directory. That should > list the relevant user names and connects/disconnects. > Probably /var/log/tomcat or /var/log/tomcatX. It would be unusual indeed for a Tomcat install to s

Re: Interesting combination of Guacamole and ZeroTier

2017-12-19 Thread Mike Jumper
On Tue, Dec 19, 2017 at 4:13 PM, brian mullan wrote: > I'm not sure what the advantages of integrating ZeroTier & Guacamole might > be? > > Speaking from a networking perspective (I am CCIE # 1143).. you can > already implement Guacamole with NGINX etc and a Certificate from the likes > of Lets

Re: How to get GuacamoleConfiguration from url?

2017-12-20 Thread Mike Jumper
On Mon, Dec 18, 2017 at 5:59 AM, genesis wrote: > > I could not find some topics about the anonymous_identifier const, is there > any example on how to use that? > The manual has an overview of the general authentication process, structure of a Guacamole extension, and the nature of the key inte

Re: Printing using docker image?

2017-12-20 Thread Mike Jumper
On Dec 20, 2017 17:26, "Jonathan Hunter" wrote: ... The following command returns nothing for me: # docker exec -it guacamole find / -type f -name gs Am I barking up the wrong tree here? Yep. You need to bark up the guacd tree instead. ;) It's not the guacamole image which needs GhostScript

Re: RDP connection problems

2017-12-21 Thread Mike Jumper
Beware that the "z-index: -1" on the canvas of each visible layer is actually critically necessary: https://github.com/apache/guacamole-client/blob/1c0ee41d0ecd5bc4a3550804b74b73b901e074c2/guacamole-common-js/src/main/webapp/modules/Layer.js#L864-L867 If this is causing the layer to render undern

Re: report of activities on the server

2017-12-23 Thread Mike Jumper
On Fri, Dec 22, 2017 at 3:51 PM, mniehren wrote: > Hi Erik, > > i tried out jetty and tomcat but in the log of both, i found the real > username > and the connection name, not more . > > In the guacd.log i only have the encrypted ones. > > guacd has no concept of user accounts. The values you're

Re: INFO Required : CLIENT.URL_OSK_LAYOUT not translating

2017-12-26 Thread Mike Jumper
On Tue, Dec 26, 2017 at 5:17 AM, Amarjeet Singh wrote: > Any update on the above ? > > The string is ultimately translating, and the on-screen keyboard (the component this drives) is working. The initial 404 you see prior to the translation being applied can be safely ignored. I assume you're no

Re: how to prohibit common users to change ther permissions througth api

2017-12-27 Thread Mike Jumper
On Wed, Dec 27, 2017 at 4:03 AM, feifei0814a <870487...@qq.com> wrote: > I installed guacacmole in my vm-computer whose system is Centos7 and I can > log in and connect to appointed computers with mysql database. Now, I am > using python flask framework to add users and connections through api aut

Re: INFO Required : CLIENT.URL_OSK_LAYOUT not translating

2017-12-28 Thread Mike Jumper
On Dec 28, 2017 03:18, "Amarjeet Singh" wrote: Why this URL is not found ( 404 Error ) ? Still my concern is that *it is not translating* as en.json is loaded before calling this url. Please correct me if I am missing anything ? You are not missing anything. The translation ultimately loads.

Re: Printing using docker image?

2018-01-01 Thread Mike Jumper
On Sun, Dec 24, 2017 at 4:40 AM, Jonathan Hunter wrote: > Hi All, > > Just to follow up on this and for the benefit of others having the same > issue, I have now successfully worked around the problem. > > Printing does not work (for me, at least) when using guacamole via an > Apache reverse prox

Re: Unable to transfer file using upload files in Shared Drive

2018-01-03 Thread Mike Jumper
On Wed, Jan 3, 2018 at 9:24 PM, Amarjeet Singh wrote: > Issue is resolved. Thanks though for helping me out. It's not Guacamole > configurations which caused this issue instead Apache configurations. > > Glad to hear it, but can you describe what the cause was and what you changed to resolve it?

Re: user-mapping.xml errors

2018-01-05 Thread Mike Jumper
On Fri, Jan 5, 2018 at 10:34 AM, timrvt wrote: > but even putting in an entry for ssh in the .xml file (no rdp) to a linux > box > causes the same user /console login error..cant login to guac... > so something seems wrong with the manner I'm putting in the syntax? > > As Nick suggested, you shou

Re: Same shared Drive redirected to all users : Privacy and Security breach

2018-01-06 Thread Mike Jumper
On Sat, Jan 6, 2018 at 10:58 AM, Amarjeet Singh wrote: > > Hi Team, > > I have redirected shared drive on Windows server 2012 R 2. I have 5 users in > that machine. > > I have mapped this drive to one of the folder of Centos 7 where guacamole > server runs. > > Now, all the users are getting t

Re: Same shared Drive redirected to all users : Privacy and Security breach

2018-01-06 Thread Mike Jumper
On Sat, Jan 6, 2018 at 12:10 PM, Amarjeet Singh wrote: > Hi Mike, > > Use separate filesystems to hold the drive > > contents, not the root filesystem of your Guacamole server. > > > > If I have 500 users then I can't have separate file system for each one of > them on the same machine where gu

Re: Implement support for in-browser playback of screen recordings

2018-01-08 Thread Mike Jumper
On Mon, Jan 8, 2018 at 6:00 AM, Amarjeet Singh wrote: > Hi Team, > > > If " Implement support for in-browser playback of screen recordings" is > fixed in 0.9.13 version then How can I play screen recordings from the > Browser itself ? > > The support for in-browser playback of screen recordings

[SECURITY] CVE-2017-3158: Buffer overflow in SSH/telnet terminal emulator

2018-01-08 Thread Mike Jumper
CVE-2017-3158: Buffer overflow in SSH/telnet terminal emulator Versions affected: Apache Guacamole prior to 0.9.11-incubating Description: A race condition in Guacamole's terminal emulator could allow writes of blocks of printed data to overlap. Such overlapping writes could cause packet data to

Re: SSL RDP Download file fails

2018-01-08 Thread Mike Jumper
Do you see anything in the network tab of your browser's dev tools when the upload fails? If Tomcat is rejecting the request, the response within the network tab may reveal the cause. Depending on whether IE successfully logs such things, you may need to switch to a different browser to obtain the

Re: SSL RDP Download file fails

2018-01-08 Thread Mike Jumper
On Mon, Jan 8, 2018 at 12:44 PM, Mike Jumper wrote: > Do you see anything in the network tab of your browser's dev tools when > the upload fails? If Tomcat is rejecting the request, the response within > the network tab may reveal the cause. Depending on whether IE successful

Re: Printing using docker image?

2018-01-08 Thread Mike Jumper
On Wed, Jan 3, 2018 at 12:35 PM, Jonathan Hunter wrote: > > > On 1 January 2018 at 21:01, Mike Jumper wrote: > >> On Sun, Dec 24, 2017 at 4:40 AM, Jonathan Hunter >> wrote: >> >>> Mike/team - is this a bug? (Printing works via websocket but not via >&g

Re: SSL RDP Download file fails

2018-01-08 Thread Mike Jumper
be708bd/activeConnection/connection/sharingProfiles?token=5A4E4579D2378423604D5D90DF3CA7302AC998063E095D41768D428762B8E09F > Failed to load resource: the server responded with a status of 404 (Not > Found) > > > > Adrian > > > > From: Mike Jumper [mailto:mike.jum...@guac-dev.org

Re: SSL RDP Download file fails

2018-01-08 Thread Mike Jumper
Regarding the non-WebSocket messages: On Mon, Jan 8, 2018 at 1:03 PM, Adrian Owen wrote: > Hi Mike, > > Yes Chrome shows this error: > > The key "target-densitydpi" is not supported. > This is a warning regarding a legacy meta key used to hint to older browsers that Guacamole is a web applicatio

Re: FreeRDP 2.0.0 support in Guacamole

2018-01-09 Thread Mike Jumper
TL;DR - the FreeRDP API is a constantly-moving and undocumented target. There is an effort underway to add support for the 2.0 API, but it is difficult to convey just how enormous that task is. There is no simple solution. It will be done eventually. On Tue, Jan 9, 2018 at 12:40 AM, rtvnoord wrot

Re: Copying the database is giving me an error (Amazon Aurora)

2018-01-09 Thread Mike Jumper
On Tue, Jan 9, 2018 at 10:19 AM, Zach Bonjour < zbonj...@vibrantcreditunion.org> wrote: > ... > ERROR: Unable to execute constraint query > ALTER TABLE guacamole_0.9.13.guacamole_user_permission add CONSTRAINT > `guacamole_user_permission_ibfk_2` > FOREIGN KEY (`user_id`) > REFERENCES `guacamole_0

Re: ssh connect always faild

2018-01-09 Thread Mike Jumper
On Jan 9, 2018 22:00, "Oliver.Zhan" wrote: When I remote connect a centos by ssh, connection always faild Guacamole log is: Jan 10 13:50:05 ubuntu guacd[7992]: SSH connection successful. Jan 10 13:50:05 ubuntu guacd[8076]: Connection "$8651e7ab-d3bc-4a1e-bf85-f355833866b4" removed. What ve

Re: Virtual Channel callback onpipe doesn't work on IE11

2018-01-12 Thread Mike Jumper
On Fri, Jan 12, 2018 at 1:33 AM, Alexey F. wrote: > > Hi guys, > > I have added "static-channel" param to add a new virtual channel to my rdp > session. > But it *does not* call onpipe callback in *IE11 *for some reason.* On > Firefox and Chrome everything works.* > May be I am missing some setti

Re: How to fit video recording in a modal?

2018-01-12 Thread Mike Jumper
On Thu, Jan 11, 2018 at 10:34 AM, genesis wrote: > I have an angular app wich reproduces the video record of the session. Its > working fine but i cannot find how to fit it on a modal. I used the > guacamole-playback-example project as model. There´s a scale method on the > Guacamole.Display obje

Re: High Availability in Guacamole Client

2018-01-13 Thread Mike Jumper
On Sat, Jan 13, 2018 at 11:09 AM, Nick Couchman wrote: > On Tue, Jan 9, 2018 at 1:28 PM, Thiago dos Santos Nunes < > thi...@digitalinformatica.com.br> wrote: > >> I really need help with High Availability for the Guacamole client. >> > > Based on what you've said below, what I believe you mean by

Re: Seamless Clipboard Redirection from Local to Remote Desktop

2018-01-14 Thread Mike Jumper
On Fri, Jan 12, 2018 at 6:25 AM, Amarjeet Singh wrote: > ... > > 1. After more debugging I have noticed that these functions take lot of > time to process if buffer size if large ( copying or pasting large amount > of data ). > > >1. > *__encode_utf8 * >2. > *__append_utf8 * >3. > *ar

[DISCUSS] Add FAQ to website (Was: Re: Seamless Clipboard Redirection from Local to Remote Desktop)

2018-01-14 Thread Mike Jumper
x27;s size. Why? * I want to do [Y] in order to accomplish [X]. How do I do [Y] with Guacamole? (Rather than assume Y is the correct approach, instead look into how to do X with Guacamole - see "the xy problem") Any thoughts/suggestions? - Mike On Sun, Jan 14, 2018 at 1:16 AM, Mike Jump

Re: Permissions on screen capture recordings

2018-01-14 Thread Mike Jumper
On Jan 14, 2018 16:19, "Aaron Newsome" wrote: Hello guys. I've noticed that the permissions on recordings are 600. How would I go about changing that? Can you provide any background on the need for such a change? - Mike

Re: possible security issue

2018-01-15 Thread Mike Jumper
On Sun, Jan 14, 2018 at 11:46 PM, Michael Niehren wrote: > Hi together, > > i see an security issue in the following scenario: > First, if you think you've found a problem with security implications, *please do not post about it in a public forum*. Follow responsible disclosure practices, as des

Re: Permissions on screen capture recordings

2018-01-15 Thread Mike Jumper
On Mon, Jan 15, 2018 at 11:59 AM, Ryan Underwood wrote: > Aaron and Mike, > > This may be an issue in the source for recording.c (line 83 and again for > the naming retries): > > > > /* Attempt to open recording */ > > *int* fd = open(basename, O_CREAT | O_EXCL | O_WRONLY, S_IRUSR | > S_I

Re: wsock32 in 0.9.14

2018-01-16 Thread Mike Jumper
On Jan 16, 2018 00:42, "fou fe" wrote: Hi I just compile 0.914 ... 0.9.14 is not yet released. and i have new library wsock32 not set . is-it about microsoft SQL server ? No, it relates to the recently-added support for building libguac against Windows: https://issues.apache.org/jira/bro

Re: way to make RECENT CONNECTIONS stay forever?

2018-01-18 Thread Mike Jumper
On Jan 18, 2018 11:05, "Joseph Bernard" wrote: We are using Guacamole to connect to 13 different systems on a video wall, and it’s nice using the thumbnail to connect to a machine without having to remember the name. Unfortunately, when we log out, that information disappears. Is there any way

Re: way to make RECENT CONNECTIONS stay forever?

2018-01-18 Thread Mike Jumper
owser also control how many RECENT CONNECTIONS thumbnails are shown? Thanks, Joseph B. *From: *Mike Jumper *Reply-To: *"user@guacamole.apache.org" *Date: *Thursday, January 18, 2018 at 2:13 PM *To: *"user@guacamole.apache.org" *Subject: *Re: way to make RECENT CONNECTI

[ANNOUNCE] Apache Guacamole 0.9.14 released

2018-01-19 Thread Mike Jumper
The Apache Guacamole community is proud to announce the release of Apache Guacamole 0.9.14. 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 i

Re: GUACAMOLE-335 GUACAMOLE_HOME changes

2018-01-19 Thread Mike Jumper
On Fri, Jan 19, 2018 at 11:29 AM, wrote: > ... > Funny enough the Docs , at least for me, confusingly say the same > "Creating a directory named .guacamole, within the home directory of the user > running the servlet container. This directory will automatically be used for > GUACAMOLE_HOME if it

Re: color-depth parameter not working for rdp

2018-01-24 Thread Mike Jumper
On Wed, Jan 24, 2018 at 1:14 PM, genesis wrote: > Hi, im trying to specify the color-depth parameter and the dpi parameter to > an windows server. > The dpi is working fine ... On the contrary, for the "dpi" parameter, your logs say: > Jan 24 12:55:12 debian guacd[9281]: Specified value "[#015

Re: Connection failures

2018-01-24 Thread Mike Jumper
On Wed, Jan 24, 2018 at 11:49 AM, wrote: > Did some more debugging. When we try to connect to a server that is FIPS > 140-2 compliant, here’s what the algorithms that are expected are: > > > > When I try to connect via a Guacamole SSH session, here are the algorithms > being sent: > > debug2: KE

Re: Connection failures

2018-01-24 Thread Mike Jumper
On Wed, Jan 24, 2018 at 2:02 PM, Mike Jumper wrote: > On Wed, Jan 24, 2018 at 11:49 AM, wrote: > >> Did some more debugging. When we try to connect to a server that is FIPS >> 140-2 compliant, here’s what the algorithms that are expected are: >> >> >> >

Re: Testing Ubuntu 18.04 (alpha release) and noticed repository Guacamole is still v0.9.9

2018-01-26 Thread Mike Jumper
On Fri, Jan 26, 2018 at 12:10 PM, bmullan wrote: > Testing Ubuntu 18.04 (alpha release) and noticed repository Guacamole is > still v0.9.9 > > ... > Any chance of that getting upgraded to the latest from > Apache-Guacamole-Incubator? > > Hi Brian, The packages for Apache Guacamole for Ubuntu, De

Re: Creating JAR files for a branding extension

2018-01-26 Thread Mike Jumper
On Fri, Jan 26, 2018 at 8:21 AM, wrote: > Thanks. That worked well. I notice that our logo isn’t showing up. > How did you specify your logo? Its currently a gif file (unsure of the size). Does it have to be a png > file? > Only the "smallIcon" and "largeIcon" need to be PNG (though these p

Re: Creating JAR files for a branding extension

2018-01-26 Thread Mike Jumper
On Fri, Jan 26, 2018 at 12:54 PM, wrote: > ... We also added in an html template to put our approved warning banner > on the login screen. Can you direct me to the right location to view the > CSS that I can use to place a border around that HTML code? > Since the HTML in question here is your

Re: wsock32 status / file transfers failing

2018-01-31 Thread Mike Jumper
On Wed, Jan 31, 2018 at 8:10 AM, Adrian Owen wrote: > > Hi Nick, > > Thanks for explaining the wsock32. > > I’ve narrowed the issue – On Internet Explorer. Both HTTP and HTTPS > transfers fail. Note I am not transferring desktop.ini. I’m unsure why it > picked it up. > > I’ll investigate this,

Re: LDAP Guacamole 9.14

2018-02-02 Thread Mike Jumper
On Fri, Feb 2, 2018 at 5:25 AM, Ferron Nijland - Switch IT Solutions < f.nijl...@switch.nl> wrote: > Hello Everyone, > > > Hello Ferron, I’ve installed a new installation of Guacamole 9.14. > > I can access the GUI and login with sql authentication. > > Now I’ve added LDAP authentication, but it

Re: 答复: Login to guacamole using the web api

2018-02-02 Thread Mike Jumper
On Fri, Feb 2, 2018 at 8:16 PM, zhangbin wrote: > I tried the way you said, but I'm not sure if there is a bug in my json > format for submitting data, or anything else,I get an error XMLHttpRequest > can not load http://10.128.0.211:8080/guacamole/api/tokens. No > 'Access-Control-Allow-Origin' h

Re: OpenID

2018-02-05 Thread Mike Jumper
On Mon, Feb 5, 2018 at 6:05 AM, Nick Couchman wrote: > > I’m missing the openid-client-secret attribute to authenticate. Is it not >> yet documented or implemented? >> > There is no openid-client-secret attribute - either implemented or > documented. Do you know that Microsoft is actually implem

Re: Inifinite loop in IE of clipboard check.

2018-02-06 Thread Mike Jumper
The problem you describe was fixed as part of 0.9.14: http://guacamole.apache.org/releases/0.9.14/#clipboard-behavior-fixes Specifically: https://issues.apache.org/jira/browse/GUACAMOLE-128 - Mike On Feb 6, 2018 01:29, "Alex Fadeev" wrote: > My guacamole version is 0.9.12. > > > > -- > Sent

Re: Issues connection to RDP connection

2018-02-06 Thread Mike Jumper
Would you be able to obtain a stacktrace using gdb for that SIGABRT? That may reveal what's happening internally. - Mike On Feb 6, 2018 10:21, wrote: We are on 0.9.13, and used to be able to connect to a Windows machine via RDP. However, over the last few weeks, this has been failing. I capt

RE: Connection failures

2018-02-06 Thread Mike Jumper
give me a time frame. We can’t SSH to FIPS > 140-2 compliant machines via guacamole without it. When I get > libssh2-devel resolved/updated, would I have to recompile guacamole? > > > > Thanks, > > Harry > > > > *From:* Mike Jumper [mailto:mike.jum...@guac-dev.or

Re: Getting errors on GUACD : Static Virtual Channels

2018-02-06 Thread Mike Jumper
On Tue, Feb 6, 2018 at 4:48 AM, Amarjeet Singh wrote: > ... > > Feb 6 18:02:09 Guacamole-9098 guacd[16663]: Inbound half of channel > "usb4rdp" connected. > Feb 6 18:02:09 Guacamole-rms-9098 guacd: guacd[16663]: ERROR: Inbound > half of channel "usb4rdp" connected. > > Why I am getting this p

Re: Getting errors on GUACD : Static Virtual Channels

2018-02-06 Thread Mike Jumper
On Tue, Feb 6, 2018 at 10:12 PM, Amarjeet Singh wrote: > @Mike :- > > *I checked and came to know that the above error is in if else condition > which will always come for every static virtual channel. [ Thanks Mike > ] * > > Point 1 : - > > Eltima is sending and receiving data continuously (

Re: Guacamole 0.9.14, RDP, Accent Symbols on German Keyboard Layout

2018-02-07 Thread Mike Jumper
ng from Microsoft's RDP client. For this > reason, I am on the one hand quite sure it's related to Guacamole. > > On the other hand, the keyboard test in Guacamole seems to recognize the > keys correctly: > > Guacamole.Keyboard tester version 1.4 (0.9.9) Mike Jump

Re: killing active connections from command line

2018-02-08 Thread Mike Jumper
On Thu, Feb 8, 2018 at 12:18 AM, fou fe wrote: > I have one zombie connection in GUI guacamole client . > I kill it from GUI ,but it's appear after few seconds. > > I think there is no active connection but it's still exist in mysql > database. > > If you kill the connection within the GUI, but

Re: Could Guacamole make use of WebRTC now that Gstreamer implements it?

2018-02-08 Thread Mike Jumper
On Thu, Feb 8, 2018 at 8:57 AM, Nick Couchman wrote: > On Wed, Feb 7, 2018 at 12:25 PM, brian mullan > wrote: > >> Could something like this be used to stream the user's remote desktop to >> the client as a video stream? >> >> > It could, yes, but I'm not certain why you'd want to do this in > G

Re: MS SQL Extension Broken?

2018-02-09 Thread Mike Jumper
On Fri, Feb 9, 2018 at 5:33 AM, Nick Couchman wrote: > On Fri, Feb 9, 2018 at 5:55 AM, sebastian.k > wrote: > >> Hi there, >> >> I've setup guacamole on centos 7.4/rhel with the new MS-SQL extension from >> version 0.9.14. >> The problem is that users get "corrupted". After a fresh install I can

Re: Send PrintScreen key to the Remote Desktop

2018-02-09 Thread Mike Jumper
On Thu, Feb 8, 2018 at 11:25 PM, Amarjeet Singh wrote: > ... > I tried to send both keydown and keyup as well but didn't worked. > > Any suggestions. > > Can't we send keysym as we send for normal keys ( a - z or A-Z or 0-9 ) ? > > If the "printscreen" key is not working for RDP specifically, an

Re: Copy/Paste without ctrl-shift-alt, need a bit of help with pasting into a SSH session

2018-02-12 Thread Mike Jumper
On Mon, Feb 12, 2018 at 10:09 AM, McRoy, Jeffrey (GE Healthcare) wrote: > Hi Everyone, > > I’ve seen a lot of email about copy/paste without ctrl-shift-alt, so I > decided to try it out. I downloaded the 0.9.14 war file, added some user > mappings, and fired it up in Tomcat 8.x. > > I then added t

Re: Configuring GuacConfigGroup

2018-02-13 Thread Mike Jumper
On Feb 13, 2018 04:38, "Nick Couchman" wrote: On Tue, Feb 13, 2018 at 2:31 AM, maks wrote: > Good afternoon. > There is a question for you. > We changed the AD schema. > Now we have a new TestGuacGroup object in AD. > The user who is in TestGuacGroup connects to the RDP server. It works. > But

RE: Black page after upgrade to 0.9.14

2018-02-13 Thread Mike Jumper
On Feb 13, 2018 05:23, "fou fe" wrote: thanks you lots i forget it When upgrading to a new release of Guacamole, even if you don't read through the entire release notes, it's a good idea to at least check for the "deprecation / compatibility notes" section. If changes are made which break

Re: Unable to get Duo 2FA to work with Guacamole

2018-02-14 Thread Mike Jumper
On Tue, Feb 13, 2018 at 6:35 AM, amlamarra wrote: > ... > - Searching my logs for anything duo related reveals nothing (grep -i duo > /var/log/jetty8/*) > I'm not sure what file Jetty would log things to, but there should be a file containing substantial logging messages from Guacamole during st

Re: unable to use websocket - HTTP tunnel instead

2018-02-14 Thread Mike Jumper
On Wed, Feb 14, 2018 at 4:45 AM, wouterve wrote: > ... > In the new hostfile, i placed only the information regarding the websocket > AND changed the port to 8080 (forgot this before) > > > ServerName name > > I'm not sure I see why you would want Apache to listen on port 8080, as normally you

Re: Unable to get Duo 2FA to work with Guacamole

2018-02-14 Thread Mike Jumper
On Wed, Feb 14, 2018 at 5:53 AM, amlamarra wrote: > > When I was getting this setup, for some reason, 0.9.14 didn't work. I think > the page wouldn't load, but I can't remember exactly. Anyway, I tried 0.9.13 > and it worked fine. Maybe some incompatibility with Jetty8? > It's unlikely that anyth

Re: Easiest way to get 300 servers into guacamole!

2018-02-14 Thread Mike Jumper
Worth noting also that the schema used by the database auth is documented in the manual: http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-schema If unsure what tables/columns are applicable to the data you're trying to insert, the above is a good resource. - Mike On Wed, Feb 14, 20

Re: Getting errors on GUACD : Static Virtual Channels

2018-02-16 Thread Mike Jumper
On Fri, Feb 16, 2018 at 6:18 AM, Amarjeet Singh wrote: > Hi MIke, > > As suggested by you, I have implemented *SIMPLE PROOF-OF-CONCEPT > *applications > which stream over separate and differently-named static channels within > the RDP session. > > *STATIC VIRTUAL CHANNEL NAME* : vEcho > > *PUR

Re: guacamole-common-js resize method guidance

2018-02-16 Thread Mike Jumper
On Fri, Feb 16, 2018 at 9:33 AM, McRoy, Jeffrey (GE Healthcare) < jeffrey.mc...@ge.com> wrote: > ... > > I’ve hit a couple of issues: > - Calculating the initial scale, Guacamole.Display.getHeight() and > Guacamole.Display.getWidth() return 0 until the browser window is resized. > This causes the

  1   2   3   4   5   6   7   8   9   10   >