Re: Drag and Drop issue

2017-07-28 Thread Mike Jumper
e a lot of posts about this error, I will investigate them. > > Thanks, Adrian > > -Original Message- > From: Mike Jumper [mailto:mike.jum...@guac-dev.org] > Sent: 28 July 2017 17:29 > To: user@guacamole.incubator.apache.org > Subject: Re: Drag and Drop issue >

Re: Drag and Drop issue - RESOLVED

2017-07-28 Thread Mike Jumper
On Fri, Jul 28, 2017 at 10:36 AM, Adrian Owen wrote: > Hi Mike, > > I ran these commands: > > ln -s /usr/local/lib/freerdp/guacsnd-client.so /usr/lib/i386-linux-gnu/freerdp > ln -s /usr/local/lib/freerdp/guacdr-client.so /usr/lib/i386-linux-gnu/freerdp Note that there are other plugins installed,

Re: Drag and Drop issue

2017-07-28 Thread Mike Jumper
On Fri, Jul 28, 2017 at 8:02 AM, Adrian Owen wrote: > Guacamole 0.9.12 – Debian Jessie x86 > > On the Guacamole server: > > ... > > 2. I created /userfiles with 777 permissions > You should *never* set permissions to 777. The drive directory needs only be readable/writable by the user that

Re: Guacamole on Docker 0.9.12-incubating

2017-07-28 Thread Mike Jumper
On Fri, Jul 28, 2017 at 12:16 AM, Martin Herold wrote: > ... > > One of our users from outside told me, he get kicked out after a view > seconds (max. 10 seconds) with error "high latency". > There is no error message within Guacamole which reads "high latency". Is this the exact wording of the e

Re: How to stop other user from connecting If one user is already using the Remote computer

2017-07-24 Thread Mike Jumper
On Mon, Jul 24, 2017 at 7:07 AM, Masood Hussain wrote: > Thank you for the idea but Configuring the remote computer is probably not > a very efficient way to my working solution as I have multiple computers. > > As Erik mentioned, there are properties for configuring exactly this within the Guaca

Re: guacd 0.9.12-incubating is using 100% cpu

2017-07-23 Thread Mike Jumper
h strings internally would be unsafe. - Mike On Jul 23, 2017 11:00, "danielos" wrote: BTW another bug / missing feature - some characters are not decoded in browser clipboard, eg: \u0107 should be decoded to ć - Daniel W dniu 23.07.2017 o 19:35, Mike Jumper [via Apache Guacamole (i

Re: guacd 0.9.12-incubating is using 100% cpu

2017-07-23 Thread Mike Jumper
On Jul 23, 2017 10:52, "danielos" wrote: 1. instance 0.9.12 (outside docker, not hanging/spinning) is using user-mapping.xml without any VNC clipboard encoding specified. 2. instance 0.9.13-RC1 (inside docker, hanging/spinning) is using postgresql configuration with VNC encoding set to "UTF-8" I

Re: guacd 0.9.12-incubating is using 100% cpu

2017-07-23 Thread Mike Jumper
On Sun, Jul 23, 2017 at 9:52 AM, danielos wrote: > 1. Here are multiple thread stacktraces > > 2. I noticed that mouse "double click" event is randomly trigger spinning > a) That "double click" in "planner" app is used to "rename task", but I > noticed that is also copies name of the task to clip

Re: Guacamole throws 404 when trying guac.connect();

2017-07-23 Thread Mike Jumper
On Sat, Jul 22, 2017 at 2:04 PM, messido wrote: > ... as soon as I write > 'guac.connect()' I get a failed post request to > 'http://localhost:8080/guacamole-client/ng/tunnel' with error code 404 NOT > FOUND > What is the correct URL to the tunnel servlet of your web application?

Re: guacd 0.9.12-incubating is using 100% cpu

2017-07-23 Thread Mike Jumper
On Sat, Jul 22, 2017 at 3:28 AM, danielos wrote: > I managed to install gdb in guacd container: > > - > > [root@480dcc5d723f /]# top > top - 10:44:32 up 104 days, 23:28, 0 users, load average: 1.66, 1.95, 1.65 > Tasks: 4 total, 1 running, 3 sleeping, 0 stopped

Re: guacd 0.9.12-incubating is using 100% cpu

2017-07-23 Thread Mike Jumper
On Sun, Jul 23, 2017 at 4:17 AM, danielos wrote: > Unfortunatelly problem still exists in 0.9.13-incubating-RC1 with docker > > Is it possible tu build guacd docker image on debian-jessie instead of > centos? just for testing. > You'd have to modify the Dockerfile, but yes, you can do this. - Mi

Re: guacd 0.9.12-incubating is using 100% cpu

2017-07-21 Thread Mike Jumper
On Fri, Jul 21, 2017 at 2:16 PM, danielos wrote: > > Actually I found something (whole guacd log attached to e-mail message): > > guacd[1]: INFO: Connection "$5ac08735-d767-419f-997a-a80e74f6704b" > removed. > guacd[1]: INFO: Creating new client for protocol "rdp" > guacd[1]: INFO: Connection ID

Re: guacd 0.9.12-incubating is using 100% cpu

2017-07-21 Thread Mike Jumper
Is there anything in the Docker logs for your guacd container? On Fri, Jul 21, 2017 at 12:59 PM, danielos wrote: > Hi Everyone! > > I use most recent guacamole 0.9.12-incubating with docker. > > I noticed, that for guacd container after couple of hours of inactivity (no > clients connected) cpu

Re: Tried 0.9.13 incubating rc 1, segfault on : libguac-client-rdp

2017-07-20 Thread Mike Jumper
Can you confirm that no other copies of libguac-client-rdp exist on your system except for that built from 0.9.13-incubating-RC1 (including any which may have been installed via your distribution's packages)? Would you be willing to try running guacd under a debugger to see where exactly that segf

RE: LDAP and MySQL

2017-07-20 Thread Mike Jumper
On Jul 20, 2017 03:13, "Andy Pattrick" wrote: ... The docker image works well but does have limitations on passing configuration in. Ideally a mechanism would exist where you could pass any property through docker, or maybe store your .properties file on a mapped docker volume, but I don't think

Re: Tried 0.9.13 incubating rc 1, segfault on : libguac-client-rdp

2017-07-20 Thread Mike Jumper
Please verify that the guacsnd.so (or guacsnd-client.so), etc. FreeRDP plugins installed by the libguac-client-rdp build are indeed from the same build, and not your previous build of 0.9.12. - Mike On Jul 20, 2017 07:23, "john" wrote: > yesterday i've been testing 0.9.13 rc1, but it would not

Re: How to get guacd version?

2017-07-18 Thread Mike Jumper
On Tue, Jul 18, 2017 at 11:24 AM, MysticRyuujin wrote: > Mike Jumper wrote >> You are correct that there is no --version option. The version number is >> logged to syslog, and printed when the daemon starts, but there is no way >> to run guacd solely for the purpose of

Re: How to get guacd version?

2017-07-17 Thread Mike Jumper
On Jul 17, 2017 18:23, "Kris Germann" wrote: In the provided web front-end you can see it on the bottom right as of version 0.9.11 That version number is actually the version of the webapp, not guacd. Though both should be kept at the same version, you will need to check syslog to verify the ve

Re: How to get guacd version?

2017-07-17 Thread Mike Jumper
On Jul 17, 2017 16:13, "MysticRyuujin" wrote: Is there an easy way to get the version number of guacd? It doesn't appear to have a --version option. The only way I can see to get it currently is to actually run it, I just want the version number... You are correct that there is no --version opt

Re: SSH connection error segfault

2017-07-17 Thread Mike Jumper
On Mon, Jul 17, 2017 at 10:52 AM, Suncatcher16 wrote: > >> Can you confirm which version of Guacamole you are using? > > 0.9.12. AFAIK, 0.9.13 version is still in beta state. > 0.9.13 is not out yet, correct, however the issue you describe should be fixed on git. If you're willing to deploy a bui

Re: SSH connection error segfault

2017-07-17 Thread Mike Jumper
On Mon, Jul 17, 2017 at 9:57 AM, Suncatcher16 wrote: > Hi, > I cannot connect to SSH-server via Guacamole. Into the private key I pasted > contents of rsa.ppk file: > > You will need to convert the PPK file into standard PEM format. Only PuTTY can read its PPKs. > "$1a827d8d-c47f-4934-8ad4-368db

Re: Issues with secure file transfer

2017-07-16 Thread Mike Jumper
.error.log info ; > > ssl_certificate /etc/letsencrypt/live/myservername/cert.pem; > ssl_certificate_key /etc/letsencrypt/live/ > myservername/privkey.pem; > > location ~ /.well-known { > allow all; > } > proxy_set_header X-Fo

Re: SFTP error "unable to open file XXX" on Win8 RDP host

2017-07-15 Thread Mike Jumper
On Fri, Jul 14, 2017 at 11:10 AM, Suncatcher16 wrote: > >> Is it possible that you're only using a recent build of >> guacamole-client, and not guacamole-server, thus the new SFTP root >> directory parameter is being ignored? > > What do you mean by /guacamole-server/? WAR-file? I mean the body o

Re: session-timeout on guacamole web.xml

2017-07-14 Thread Mike Jumper
On Fri, Jul 14, 2017 at 10:56 AM, Karl Fiabeschi <1984its...@gmail.com> wrote: > Hi Mike, > > I'am Sorry but the the "api-session-timeout" setting is for guacamole > Tomcat's webapps? > It is for the Guacamole web application. - Mike

Re: SFTP error "unable to open file XXX" on Win8 RDP host

2017-07-14 Thread Mike Jumper
On Fri, Jul 14, 2017 at 9:08 AM, Suncatcher16 wrote: > >> I'm not sure exactly what you're saying here. What do you mean by >> "forward to a specific directory (not root)"? > > Forward to specific directory means "changing directory in built-in browser > dir explorer". In my understanding when I s

Re: Docker + LDAP (Active Directory)

2017-07-14 Thread Mike Jumper
Are there any characters in the value for LDAP_SEARCH_BIND_PASSWORD which might be being interpreted by your shell, and thus might not make it into the environment variables of the Docker container as expected? - Mike On Thu, Jul 13, 2017 at 9:19 PM, lfzamora wrote: > Deploying latest docker im

Re: SFTP error "unable to open file XXX" on Win8 RDP host

2017-07-14 Thread Mike Jumper
On Thu, Jul 13, 2017 at 7:48 AM, Suncatcher16 wrote: > >> When you're uploading the file, are you uploading by dragging the file >> into >> the browser window, or through clicking the upload button in Guacamole's >> file browser? > > It doesn't work either way. > Understood, but it's not clear to

Re: session-timeout on guacamole web.xml

2017-07-14 Thread Mike Jumper
On Fri, Jul 14, 2017 at 7:52 AM, Karl Fiabeschi <1984its...@gmail.com> wrote: > Hi there, > > where exactly i must put the code to increase the user's > session timeout? > Nowhere - the Guacamole web application does not use the servlet API's session implementation. It provides its own implement

Re: Font Spacing

2017-07-13 Thread Mike Jumper
On Wed, Jul 12, 2017 at 4:37 PM, zneria wrote: > > Hi Mike, > > No I haven't. It's not supported by our application at this time. > I strongly recommend updating your application as soon as possible. I sympathize that this may not be immediately feasible, but you're ultimately avoiding ~3 years w

Re: SFTP error "unable to open file XXX" on Win8 RDP host

2017-07-13 Thread Mike Jumper
When you're uploading the file, are you uploading by dragging the file into the browser window, or through clicking the upload button in Guacamole's file browser? On Thu, Jul 13, 2017 at 1:22 AM, Suncatcher16 wrote: > Marko Nikolić wrote > > Maybe it is related to > > https://issues.apache.org/

Re: Issues with secure file transfer

2017-07-12 Thread Mike Jumper
Is Guacamole behind a reverse proxy like Nginx or Apache? - Mike On Jul 12, 2017 14:38, "Giorgio" wrote: > Problem with : > File upload > File Download > Printing > > 1, Should I access the guacamole server using http all works well. > 2, Should I access it using https then > a. I can upload

Re: Font Spacing

2017-07-12 Thread Mike Jumper
The latest release is 0.9.12, with 0.9.13 on the way. Version 0.9.3 is quite old. Have you tried a more recent build? - Mike On Jul 12, 2017 14:01, "zneria" wrote: > Hello, I'm using Guacd version 0.9.3, running on a Centos7 Docker > container. When connecting to the console the fonts have an

Re: SFTP error "unable to open file XXX" on Win8 RDP host

2017-07-12 Thread Mike Jumper
Another possibility is https://issues.apache.org/jira/browse/GUACAMOLE-303, which was recently merged. Guacamole's SFTP implementation assumes "/" exists and is listable, which is not necessarily the case, particularly on Windows. - Mike On Jul 12, 2017 10:49, "Marko Nikolić" wrote: > Maybe it

Re: RemoteFX & Session Sharing

2017-07-11 Thread Mike Jumper
On Tue, Jul 11, 2017 at 9:52 AM, Jonathan Swift wrote: > I'm a little confused. Isn't remotefx a strictly (or mainly) server side > solution, so that so long as we enable remotefx on the WinServer 2016 > server, all we need is a "plain old" rdp client (eg normal guacamole) and > it > should work?

Re: status support TS gateway connections to RDP

2017-07-08 Thread Mike Jumper
On Fri, Jun 23, 2017 at 6:12 AM, Kees Louwen wrote: > > ... > > Thanks for the response. As a non-developer it becomes quickly unclear ..;-) > ..sorry about that. I tried to create a patched freerdp version but without > luck. > I've attached a patched copy of FreeRDP to the issue in JIRA: https

Re: Connection keeps timing out.

2017-07-07 Thread Mike Jumper
Could there be something different at the network level? Any proxies, virus scan software, etc. that perhaps was not present before but may now be intercepting and interfering with Guacamole traffic? - Mike On Fri, Jul 7, 2017 at 5:58 PM, Ladislav Brezovnik wrote: > Hi There, > >

Re: 0.9.12 issue with LDAP host groups

2017-07-07 Thread Mike Jumper
What happens if you query the LDAP directory as each of the users in question, listing all guacConfigGroup objects? When a user authenticates with Guacamole via LDAP, Guacamole will attempt to bind to the LDAP directory using that user's credentials, and the query retrieving available connections

Re: LDAP BULK PERMISSION

2017-07-07 Thread Mike Jumper
On Thu, Jul 6, 2017 at 7:43 AM, Michel Z. Santello wrote: > Hello, > > My Question is, there is any way to give permission to all users from LDAP > to a Connection Group? or maybe a way to give permission to a LDAP group to > a Connection Group. > > I didin't found an answer in Docs page. > You c

Re: Official release of 0.9.13

2017-07-05 Thread Mike Jumper
Hi James, There is no release schedule, however once that staging/VERSION branch exists, the release process is underway, and timing is a matter of who has time to do what. At the current stage of the process, an RC has been tagged, and the release notes are being drafted. Once the notes are in pl

Re: remote desktop vrey slow

2017-07-02 Thread Mike Jumper
On Thu, Jun 29, 2017 at 4:11 AM, 张建平 wrote: > Hi, when I remote one server by remote desktop in guacamole. about after > one minute,I can remote successfully, who can help me what happened? > I'm not sure what you're saying is happening. Can you rephrase or provide some specifics? Thanks, - Mi

Re: xf86-video-guac: Running multiple X Servers

2017-07-02 Thread Mike Jumper
On Tue, Jun 27, 2017 at 12:56 PM, McRoy, Jeffrey (GE Healthcare) < jeffrey.mc...@ge.com> wrote: > Hi Everyone, > > I’m using the below approach to run multiple instances of X Server using > the xf86-video-guac driver. I’m not an X expert so I was hoping to get some > comments about whether or not

Re: problem with rdp

2017-07-02 Thread Mike Jumper
On Fri, Jun 30, 2017 at 3:45 AM, wrote: > I started from the same machine a rdp session with freerdp successfully. > > By "same machine", do you mean the machine hosting RDP, the machine hosting Guacamole, or the machine you're using to connect to Guacamole with a web browser? - Mike

Re: guacamole-server-0.9.12 and xf86-video-guac

2017-07-02 Thread Mike Jumper
On Thu, Jun 29, 2017 at 6:11 PM, McRoy, Jeffrey (GE Healthcare) < jeffrey.mc...@ge.com> wrote: > Hi Everyone, > > I’ve made several successful installations of guacamole-server-0.9.12 with > xf86-video-guac in Fedora 23. I moved to Oracle Linux using the same > installation steps. My Guac client

Re: xf86-video-guac: Running multiple X Servers

2017-06-27 Thread Mike Jumper
On Tue, Jun 27, 2017 at 9:06 AM, McRoy, Jeffrey (GE Healthcare) wrote: > Hi Mike, > When creating a new thread, please address the list as a whole. The idea behind the mailing lists is to facilitate help/discussion within the entire community. Calling out an individual at the beginning defeats th

Re: Printing stuck if job name in Russian

2017-06-25 Thread Mike Jumper
On Sun, Jun 25, 2017 at 11:03 AM, Евгений Н. Жуков wrote: > Hello! If printing job name has Russian characters the printing job stuck > with job over 39,1kb, if the job less then 39,1kb works fine. > > I use guacamole from git, the problem with any windows version ( tried > Server 2008R2, Server 2

Re: Branding the login page

2017-06-23 Thread Mike Jumper
On Thu, Jun 22, 2017 at 2:58 AM, Goncalo Rosa wrote: > > Hi RHawkins, > > I can't understand it... I corrected a few things to make it similar to your > jar. > > However still not working on my server... I can't understand what I am > missing. > > Can it be inside jar permissions? > I am compili

Re: Restrict user by IP

2017-06-21 Thread Mike Jumper
On Jun 21, 2017 09:55, "Suncatcher16" wrote: Mike Jumper wrote > There is no setting for this, but you can write an extension which > provides > such behavior. > > Mike You mean Tomcat extension? No, a Guacamole extension. Tomcat will only be aware of the addres

Re: Disable Auto Reconnect

2017-06-21 Thread Mike Jumper
The relevant changes are: https://issues.apache.org/jira/browse/GUACAMOLE-208 On Wed, Jun 21, 2017 at 9:40 AM, Mike Jumper wrote: > Mind retrying with a build from git master or staging/0.9.13-incubating? > > There have been recent changes expanding handling of RDP disconnections >

Re: Disable Auto Reconnect

2017-06-21 Thread Mike Jumper
Mind retrying with a build from git master or staging/0.9.13-incubating? There have been recent changes expanding handling of RDP disconnections which take into account the disconnect reason code returned by the RDP server. I believe the automatic reconnect behavior is now specifically excluded fo

Re: Restrict user by IP

2017-06-21 Thread Mike Jumper
On Sun, Jun 18, 2017 at 11:49 PM, Suncatcher16 wrote: > I wanna restrict certain users of Guacamole by IP-address. In particular, I > want *guacadmin* (user with admin privileges) can access Guacamole > (settings) only from LAN, whilst other users (with standard privileges) can > access from Inte

Re: status support TS gateway connections to RDP

2017-06-21 Thread Mike Jumper
On Wed, Jun 21, 2017 at 3:42 AM, kees Louwen wrote: > Hello, > > What is the status and are the requirements to use the TS gateway RDP > options provided in guacamole version 9.13? > > 0.9.13* Keep in mind there is no 0.9.13 release yet. You are building the latest code from git. The version num

Re: groups for user .

2017-06-20 Thread Mike Jumper
On Jun 20, 2017 11:25 AM, "Alder, Steve" wrote: Thank you so much for the information, and responding. I am currently in an environment with multiple thousands of user accounts, and am just POC’ing Guacamole as a replacement for an existing commercial product. I think the inability to assign co

Re: Channel for feature request/suggest

2017-06-15 Thread Mike Jumper
On Thu, Jun 15, 2017 at 2:04 PM, Karl Fiabeschi <1984its...@gmail.com> wrote: > > ... in this particular question you are the only one who could answer. :) > No, that's just not true. Guacamole is maintained by a community of volunteers, not just myself. I am definitely far from the only one who k

Re: Guacamole HTTP tunnel not Websockets

2017-06-15 Thread Mike Jumper
On Wed, Jun 14, 2017 at 10:13 AM, Tony Hooker wrote: > “Browsers throttle the total number of HTTP connections established via > JavaScript on a per-domain basis, even across tabs. Once the browser starts > delaying the creation of outbound connections until existing connections > close, there wi

Re: Guacamole HTTP tunnel not Websockets

2017-06-15 Thread Mike Jumper
On Wed, Jun 14, 2017 at 2:56 PM, Tony Hooker wrote: > > proxy_set_header Upgrade \$http_upgrade; > proxy_set_header Connection "upgrade"; > Why have the "$" symbols for each variable been backslash-escaped?

Re: File Upload to Centos7 using SFTP fails with You do not have permission to upload this file. If you require access, please check your system settings, or check with your system administrator.

2017-06-15 Thread Mike Jumper
On Thu, Jun 15, 2017 at 6:34 AM, SCOTT, Keith (NHS NATIONAL SERVICES SCOTLAND) wrote: > Thanks for your advice, I managed to get FileZilla to upload a file > directly onto the server after disabling selinux on the "target" server. > :>) > > Were you able to determine which selinux policies to set

Re: Channel for feature request/suggest

2017-06-15 Thread Mike Jumper
On Thu, Jun 15, 2017 at 5:13 AM, Karl Fiabeschi <1984its...@gmail.com> wrote: > Mike, When creating a new thread, please address the list as a whole. The idea behind the mailing lists is to facilitate help/discussion within the entire community. Calling out an individual at the beginning defeats

Re: Branding the login page

2017-06-15 Thread Mike Jumper
On Thu, Jun 15, 2017 at 1:31 AM, rhawkins wrote: > Just updated to 9.13 > > There is no 0.9.13 release yet. The latest release is 0.9.12. If you see "0.9.13", you are building in-progress development code from git, not a stable release. > http://snakeden.myvnc.com/#/

Re: Guacamole HTTP tunnel not Websockets

2017-06-14 Thread Mike Jumper
On Wed, Jun 14, 2017 at 9:10 AM, Erik Berndt wrote: > I'm seeing the same issue using Apache with mod_proxy enabled, so I'm > watching this thread with curiosity. > If you're referring specifically to the issue that websocket is not used, can you confirm whether your mod_proxy has websocket supp

Re: Guacamole HTTP tunnel not Websockets

2017-06-14 Thread Mike Jumper
On Wed, Jun 14, 2017 at 8:47 AM, Tony Hooker wrote: > We are running into a curious issue with users in Guac experiencing > extreme lag after opening 3+ connections in multiple tabs. We looked at the > /var/log/tomcat8/catalina.out log and we found that our server is not > passing the tunnel serv

Re: Guacamole - Multiples OU's at same active Directory

2017-06-11 Thread Mike Jumper
Please do not double-post. To any finding this thread, the original thread is here: https://lists.apache.org/thread.html/ae20dc31f4a2ac29256ca9233c6ec9f47c4690dc77ade574a6d70044@%3Cuser.guacamole.apache.org%3E - Mike On Sun, Jun 11, 2017 at 1:25 PM, thiago.emanoel wrote: > > Good afternoon ev

Re: User can't create connection in group

2017-06-08 Thread Mike Jumper
On Thu, Jun 8, 2017 at 3:01 PM, Karl Fiabeschi <1984its...@gmail.com> wrote: > > > 2017-06-08 23:48 GMT+02:00 Mike Jumper : >> >> Only the creator of a group (or the administrator) will be able to create >> or delete connections therein. > > > As design

Re: Question about Separate infrastructure Frontend\Guacd

2017-06-08 Thread Mike Jumper
On Jun 8, 2017 2:19 PM, "Karl Fiabeschi" <1984its...@gmail.com> wrote: ... more specifically: if the field "proxy_hostname" form guacamole_connections is NULL it doesn't get the info from guacamole.properties should i report this to jira? Yes, please.

Re: User can't create connection in group

2017-06-08 Thread Mike Jumper
Only the creator of a group (or the administrator) will be able to create or delete connections therein. On Jun 8, 2017 2:45 PM, "Karl Fiabeschi" <1984its...@gmail.com> wrote: > Hi all, > > scenario: > > user: admin, userA, userB > > admin create userA and userB and set them "can create connecti

Re: Question about Separate infrastructure Frontend\Guacd

2017-06-08 Thread Mike Jumper
Possibly. There were indeed recent changes on git regarding the handling of the guacd-hostname, etc. properties. With no changes to the properties file, deploying 0.9.12 solves things? And redeploying a build from git master breaks them again? - Mike On Jun 8, 2017 12:05 PM, "Karl Fiabeschi" <

Re: Question about Separate infrastructure Frontend\Guacd

2017-06-07 Thread Mike Jumper
On Wed, Jun 7, 2017 at 3:00 PM, Karl Fiabeschi <1984its...@gmail.com> wrote: > Hi all. > > I have 2 server, one with guacamole-client webapps, and another with guacd > (0.9.13 from git) > > my configuration: > > #guacd > guacd-hostname: fqdn.of.my.server > guacd-port: 4822 > > 1) on the guacd s

Re: RemoteFX & Session Sharing

2017-06-07 Thread Mike Jumper
On Wed, Jun 7, 2017 at 1:58 PM, Herzog wrote: > ... > > I am trying to integrate Guacamole into my bachelor thesis project (a web > app of it's own). > > ... > > I am now trying to implement a session sharing feature. And after stumbling > across another code of yours, I would try the following fo

Re: RemoteFX & Session Sharing

2017-06-07 Thread Mike Jumper
On Wed, Jun 7, 2017 at 12:58 PM, Herzog wrote: > Would it be sufficient to keep an instance of the initial > ConfiguredGuacamoleSocket, e.g. in a Map and return a new instance of > SimpleGuacamoleTunnel(existingConfiguredSocket)? > Can you describe what you're trying to do? Guacamole already sup

Re: RDP Library not being found

2017-06-07 Thread Mike Jumper
What specific version of FreeRDP is installed in your case? - Mike On Jun 7, 2017 1:20 PM, "xylems" wrote: > Hello All > > I downloaded Guacamole 0.9.12 server and client. > > I am trying to configure the server and for testing purposes we want to > have > all of the different modules installe

Re: RemoteFX & Session Sharing

2017-06-07 Thread Mike Jumper
On Wed, Jun 7, 2017 at 11:57 AM, Herzog wrote: > Hello together, > > I have two more questions :-) > > 1. Does guacamole support RemoteFX? > No, this is not implemented. > Guacamole seems to use FreeRDP, which does. Yet, there is an open ticket > which indicated that someone wrote a piece of cod

Re: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-06 Thread Mike Jumper
On Tue, Jun 6, 2017 at 11:42 AM, Dogbert wrote: > ... > > I have debugged through this and it does get called, how would I be able to > check the difference? In Firefox I found an extension that showed web-socket > traffic and that works, although on chrome is where I see a bunch of get > requests

Re: guacamole-auth-cas-0.9.13 Session not handled correctly after login

2017-06-06 Thread Mike Jumper
On Tue, Jun 6, 2017 at 10:31 AM, santino83 wrote: > Hello, > > I need to use CAS for authentication, so I've used the new auth-cas > extension. It works, meaning, authentication against CAS is done > successfully and user got authenticated. However, web interface breaks > ... Do you seen any erro

Re: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-06 Thread Mike Jumper
On Tue, Jun 6, 2017 at 10:33 AM, Dogbert wrote: > Thanks, actually for the error, it was just the session died, restarted it > and Guac is back. Still looking at the CPU spikes, upgrading didn't change > much. looking closer at the spikes, they usually take 80%, although that > would be out of 800

Re: Guacamole 0.9.12 WAN Performance (Ubuntu 14, XDRP)

2017-06-06 Thread Mike Jumper
On Tue, Jun 6, 2017 at 9:30 AM, Dogbert wrote: > > Hi one more time, > After upgrading to the latest 0.9.12 I get the following message: > Exception in thread "Thread-19" java.lang.IllegalStateException: Message will > not be sent because the WebSocket session has been closed > at > org.apac

Re: Google OTP

2017-06-04 Thread Mike Jumper
Hello, The place to request features/improvements, report bugs, etc. is JIRA: https://issues.apache.org/jira/browse/GUACAMOLE/ This particular feature has already been requested. The corresponding issue in JIRA is: https://issues.apache.org/jira/browse/GUACAMOLE-96 - Mike On Sun, Jun 4, 2017

Re: Disable auto-updating connection thumbnails for tab icons

2017-06-04 Thread Mike Jumper
On Sun, Jun 4, 2017 at 6:02 AM, Rocky Borrego wrote: > Is is possible to disable the auto-updating connection thumbnails for tab > icons and revert back to the simple favicon image (as it worked before > 0.9.12)? > > Only through modifying the webapp itself and removing/disabling the code which d

Re: guacamole and scaling?

2017-05-31 Thread Mike Jumper
On Wed, May 31, 2017 at 6:49 AM, Dogbert wrote: > Hi, > > So general question to anyone and everyone using guacamole. A while back I > did a POC using guacamole in place of noVNC, using Grails, as the back-end. > Now looking to take the next step, and I was wondering how well does a > single node

Re: vnc guacd segfault after upgrading from 0.9.10 to 0.9.12

2017-05-30 Thread Mike Jumper
On Tue, May 30, 2017 at 1:05 AM, Herzog wrote: > We had another similar issue, but only when reverse connecting from a > Windows > Server 2016 (with the latest UltraVNC). > > Is guacamole somehow handling VNC clients differently based on OS? > Nope. Otherwise, it may just be a UltaVNC issue. Do

Re: Guacamole login page customization 0.9.12

2017-05-30 Thread Mike Jumper
On Tue, May 30, 2017 at 2:05 PM, Al Gore wrote: > If you do not want to make any modifications to the code, simply download > the > prebuilt .WAR file from: > > http://guacamole.incubator.apache.org/releases/0.9.12-incubating/ > > Open this file with an archive program such as 7zip and you should

Re: vnc guacd segfault after upgrading from 0.9.10 to 0.9.12

2017-05-28 Thread Mike Jumper
Please try a recent build from git. There is a recently-fixed issue which could result in these symptoms: https://issues.apache.org/jira/browse/GUACAMOLE-306 See also: https://lists.apache.org/thread.html/ce2de44e21b67374b2f242c6841a5297af7ab25f6f4674ff1f5b3f1d@%3Cuser.guacamole.apache.org%3E -

Re: segfault

2017-05-27 Thread Mike Jumper
Can you retry with a build of incubator-guacamole-server from recent git? I believe this was fixed recently: https://issues.apache.org/jira/browse/GUACAMOLE-306 The above issue mentions keyboard, but the same thing would have happened with clipboard contents. - Mike On May 27, 2017 11:49, "Евг

Re: Guacamole command line

2017-05-26 Thread Mike Jumper
On Thu, May 25, 2017 at 4:06 PM, Kevin Davies wrote: > I am about to automate the same way. Since the user/session information is > now all in the database you just need to figure out the SQL commands to add > the relevant entries to the database. Maybe their is a schema that comes > with it? > >

Re: Mike do you need anything?

2017-05-26 Thread Mike Jumper
Thanks! I'm not the only one here, though - Apache Guacamole is a (growing) community, so if you want to help out, the best way is to help that community to continue to grow, participating in any way you can. Regarding donations, we can't accept donations as a project, but please by all means dona

Re: Docker images scanned with OpenVAS :: NVT: Apache Tomcat servlet/JSP container default files

2017-05-25 Thread Mike Jumper
Chris, If you think you've found an issue which has security implications, *please do not post it to the public lists*. Follow responsible disclosure practices [1] and contact us directly. Regarding the issue at hand, I agree it's not overly concerning that the Guacamole webapp image (which is ba

Re: How to use guacamole-noauth

2017-05-25 Thread Mike Jumper
Melak, please do not double-post or email multiple lists at once. To any happening across this thread, the original thread is on the user@ list here: https://lists.apache.org/thread.html/143b4021e6dc7caee67f9a46f254b53c7f0bfb0f406eb93d3d0dd1f8@%3Cuser.guacamole.apache.org%3E Or equivalently, on

Re: SSH - size and colors of canvas

2017-05-22 Thread Mike Jumper
On Sun, May 21, 2017 at 3:37 AM, David Česal wrote: > Hello, > > I’m using official JavaScript code and connecting to SSH. Is it possible to: > > change width/height of canvas Yes. When connecting, the initial width/height is dictated by the width/height passed during the Guacamole protocol hands

Re: We have a problem in our guacamole client implementation such that we are not receiving onend notification when trying to read the guacamole stream (So printing is not working)

2017-05-17 Thread Mike Jumper
The only thing that would cause "onend" to not be invoked is if the "end" instruction for the stream is never sent (which is unlikely). If you can confirm that normal Guacamole downloads the file as expected, then something else is likely happening here. Are you positive it's not being invoked? Co

Re: Error when trying to use MySQL Authentication in CentOS 7

2017-05-17 Thread Mike Jumper
The *only* correct location for that .jar is GUACAMOLE_HOME/lib/, which in your case is /guacamole/lib. You should remove that .jar from all those other locations. As for the error you're seeing, that is due to the .jar being present in GUACAMOLE_HOME/extensions/. Guacamole tries to load it as an

Re: VNC Error handling message

2017-05-16 Thread Mike Jumper
On Tue, May 16, 2017 at 2:11 PM, Philip Herbert wrote: > Hello, > > > > I am trying to conect to a vnc server running on a scada device. > > The connection is terminated. > > What VNC server are you using specifically? > > ... > > May 16 22:58:03 guacamole guacd[13309]: VNC server closed connec

Re: HTTP header authentication and NGINX

2017-05-16 Thread Mike Jumper
On Tue, May 16, 2017 at 2:38 PM, SCOTT, Keith (NHS NATIONAL SERVICES SCOTLAND) wrote: > I have been unable to get Guacamoles and HTTP Header Auth working so > would like some help with getting a simple Nginx / Guacamole > configuration working where I just a single hard coded http header via > Ng

Re: Feature Request: Choose RDP session based on Guacamole connection

2017-05-15 Thread Mike Jumper
On May 14, 2017 23:44, "Steffen Moser" wrote: Hi all, we integrated Guacamole successfully into our e-learning environment. While it is very a nice feature to forward the login credentials from Guacamole to the remote RDP host's login dialog, it doesn't seem to be possible to forward the sessio

Re: Guacamole and Nginx poor performance

2017-05-14 Thread Mike Jumper
On Sun, May 14, 2017 at 4:55 AM, m1c999 wrote: > ... > > My Nginx conf file below: > > server { > > listen 192.168.1.131:80 default_server; > server_name www.test.com; > > > location / { > proxy_pass http://192.168.1.131:8080; > } > > location /Desktop/ { > > proxy_buffering off; > proxy_http_ver

Re: GUACAMOLE 0.9.9 can't show Chinese characters in SSH session

2017-05-10 Thread Mike Jumper
For Chinese characters to render, you will need the following on the server running guacd: 1) A font with Unicode support for Chinese characters 2) The various locale-related environment variables set to a UTF-8 locale (you will see warnings from guacd if this is not the case). Setting LC_ALL to e

Re: Guacd SSL use-case

2017-05-10 Thread Mike Jumper
On Sun, May 7, 2017 at 10:44 PM, Suncatcher16 wrote: > After reading the manual and a piece > thread/b12442b9/#dbbd> > of your posts, I got it following way: > > guacd SSL encryption is *NOT* required and have no sense when both guacd >

Re: Unable to get HTTP Header auth to work

2017-05-09 Thread Mike Jumper
The header you're adding is "HTTP_X_USER_UID" or "X_USER_UID"? - Mike On May 9, 2017 6:17 AM, "Keith" wrote: Hi, We have been unable to get HTTP header authentication to work with our Guacamole server and need some help. Our Guacamole server 0.9.12 from source using MySQL Auth has been working

Re: 0.9.12 slowing to a crawl over a period of 5 to 10 minutes of use

2017-05-09 Thread Mike Jumper
What protocol is being used between guacd and the remote desktop in this case? Do you see any interesting specific differences with 0.9.9 vs 0.9.12 on either the guacd side or the browser side regarding memory consumption, swap usage, or CPU usage? - Mike On Tue, May 9, 2017 at 7:20 PM, Jacob S

Re: guacamole 0.8.3 "invalid login"

2017-05-07 Thread Mike Jumper
On Mon, May 1, 2017 at 11:41 PM, dieter-erich wrote: > I have checked again: turbovncserver 2.1.1 is running and I can > definitely reach localhost via vnc on port 5901 with turbovncviewer > v2.1.1. > > However, when trying to run vnc over guacamole I find the following > lines in syslog: >

Re: Guac Cygwin UUID

2017-05-07 Thread Mike Jumper
On Thu, May 4, 2017 at 6:57 PM, Josh Nathan [DATACOM] wrote: > I cant find those uuid libraries in my Cygwin64 folder, maybe I need to > compile them to dll’s. > > Hm ... They should be present somewhere if the OSSP UUID library was built. Can you provide a link to the specific copy of the OSSP

Re: Clipboard not working

2017-05-07 Thread Mike Jumper
On Fri, May 5, 2017 at 1:29 PM, Suncatcher16 wrote: > Well, I am not sure this issue is relevant for me, so I created this one. > My clipboard is not working anywhere. And I have no cliprdr erros, like I > had previously > ... > Writing this to you I even have no opportunity to copy Guacamole se

Re: AngularJS version

2017-05-04 Thread Mike Jumper
On Thu, May 4, 2017 at 5:34 PM, Marko Nikolić wrote: > The last comment in the bug report says it is fixed in 1.4.9. > The description for the bug report itself also says this is a regression introduced in 1.4.0, and that it does not occur in 1.3.20. If that is true, then upgrading to 1.3.20 mig

<    1   2   3   4   5   6   >