Kill session button in UI?

2017-11-16 Thread dan
Is there a way to enable a 'kill session' button on the home screen? Sometimes a VNC or RDP session will hang up and need killed and it's not great to dive into settings to do that. Or maybe a killall sessions button?

Re: Kill session button in UI?

2017-11-16 Thread dan
simply have the session thumbnail have an x or disconnect icon. On Thu, Nov 16, 2017 at 8:33 PM, Mike Jumper wrote: > 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 writ

Re: Kill session button in UI?

2017-11-17 Thread dan
uper hard for people to remember for whatever reason :/ Maybe an option for a small 'tool' bar at the left or top of the window. That's kind of a different request, but it would be nice to have a 'disconnect|copy|paste' on screen. On Fri, Nov 17, 2017 at 6:43 AM,

Re: Kill session button in UI?

2017-11-17 Thread dan
sing this and they can't seem to commit it to memory. On Fri, Nov 17, 2017 at 9:25 AM, Nick Couchman wrote: > > > On Fri, Nov 17, 2017 at 11:03 AM, dan wrote: > >> "Well, sounds like the best option would be to get to the root cause of >> why the VNC connection

Re: Kill session button in UI?

2017-11-17 Thread dan
I might have to give in and put a label on the monitor with the hotkey :/ Not ideal, but workable. On Fri, Nov 17, 2017 at 9:50 AM, Nick Couchman wrote: > > > On Fri, Nov 17, 2017 at 11:46 AM, dan wrote: > >> On Ubuntu 16.04 LTS and guac 0.9.13 >> I do find a number

Re: Kill session button in UI?

2017-11-17 Thread dan
I'll try this weekend. On Fri, Nov 17, 2017 at 11:10 AM, Nick Couchman wrote: > > On Fri, Nov 17, 2017 at 11:50 AM, Nick Couchman wrote: > >> >> >> On Fri, Nov 17, 2017 at 11:46 AM, dan wrote: >> >>> On Ubuntu 16.04 LTS and guac 0.9.13 >&

Re: Kill session button in UI?

2017-11-17 Thread dan
yes, my assumption matches your intent :) On Fri, Nov 17, 2017 at 11:18 AM, Nick Couchman wrote: > On Fri, Nov 17, 2017 at 1:16 PM, dan wrote: > >> I'll try this weekend. >> >> >> > Great. And, just to clarify my remark, when I say "pulling the lates

Re: Alternative for TeamViewer via Guacamole

2017-12-14 Thread dan
I've also been using zerotier the same way. I have a guac server on the same zt network and run a vnc client on the remote computers. I've got PC's, MACs, and raspberri pi's on this and it's pretty great. On Thu, Dec 14, 2017 at 11:55 AM, Chris Stave wrote: > Guacamole is great when you can re

Re: Interesting combination of Guacamole and ZeroTier

2017-12-19 Thread dan
I don't know that it's good to try to integrate directly. Better to write a separate ui to configure both via APIs On Tue, Dec 19, 2017 at 3:15 PM, Der PCFreak wrote: > That would be a great combo and imho easy to implement. I could imagine to > see a zerotier configuration dialog inside gu

Re: Interesting combination of Guacamole and ZeroTier

2017-12-20 Thread dan
ZeroTier is an SDN, it tunnels out from the client and busts through virtually any firewall and creates a peer to peer network. You could best analogies this by saying it’s a Cisco DMVPN but for clients not routers. This accomplished things no port forwarding or vpn client can without a very high

issue with web client logins

2018-03-15 Thread dan
11:53:41.557 [http-nio-8080-exec-1] WARN o.a.g.r.auth.AuthenticationService - Authentication attempt from 10.200.200.116 for user "guacadmin" failed. I'm not sure if it's actually loading the mysql plugin, but the plugins exist: root@guac:/home/dan# ls /etc/guacamole/lib/ mysql-connecto

Re: issue with web client logins

2018-03-16 Thread dan
Thanks Mike. Can you point me to that script and the mysql auth plugin? On Thu, Mar 15, 2018 at 12:39 PM, Mike Jumper wrote: > On Mar 15, 2018 10:59, "dan" wrote: > > I followed the install guide for debian here: > https://wiki.debian.org/Guacamole > > > The o

The appropriate way to hide/obscure database password in guacamole.properties?

2020-05-05 Thread Dan Naumov
work? Thanks for your help. Sincerely, Dan Naumov - To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org For additional commands, e-mail: user-h...@guacamole.apache.org

Re: The appropriate way to hide/obscure database password in guacamole.properties?

2020-05-05 Thread Dan Naumov
ke: password = /path/to/file where a password file can have different permissions from the service configuration. - Sincerely, Dan Naumov On Tue, May 5, 2020 at 2:38 PM Nick Couchman wrote: > > On Tue, May 5, 2020 at 7:12 AM Dan Naumov wrote: >> >> Hello folks. >

using TOTP with official Docker image

2021-01-26 Thread Dan Naumov
e out the appropriate environmental variable to pass on to the container via Docker to actually enable totp. Thanks! Sincerely, Dan NUamov

openid help

2021-06-23 Thread Dan Walters
I'm attempting to configure guacamole to authenticate with azure ad openid but I seem to be running into issues. After configuring openid it just seems to loop over and over again from its local instance to azure and then back... then eventually says cannot login. So im wondering if I have somet

I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-18 Thread Dan Nessett
I am having trouble configuring Guacamole with Apache. The set up I have is a small network behind a firewall/NAT router (running pfsense). HTTPS requests go to an external address and non-standard port that the router converts using NAT to an internal address and standard port for HTTPS (443).

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-18 Thread Dan Nessett
systemd[1]: apache2.service: Failed with result 'exit-code'. Dec 18 17:33:38 Mount systemd[1]: Failed to start The Apache HTTP Server > On Dec 18, 2022, at 3:53 PM, Michael Jumper wrote: > > On Sun, Dec 18, 2022, 1:52 PM Dan Nessett wrote: > ... > > I tried to

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-18 Thread Dan Nessett
“server.xml” in that directory. > On Dec 18, 2022, at 5:50 PM, Michael Jumper wrote: > > and are elements used within Tomcat's > server.xml configuration file, not the configuration of the Apache HTTP > server. > > - Mike > > > On Sun, Dec 18, 2022, 4:46 PM Dan

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-18 Thread Dan Nessett
Sorry. I got confused. I found the tomcat server.xml file, added the > and are elements used within Tomcat's > server.xml configuration file, not the configuration of the Apache HTTP > server. > > - Mike > > > On Sun, Dec 18, 2022, 4:46 PM Dan Nessett wrote

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-19 Thread Dan Nessett
I am still trying to figure out why guacamole is not working. I looked at the journalctl output, but found nothing suspicious (see below for startup journal messages). When I look at the output of journalctl after attempting to use guacamole from a browser (i.e., http://:/guacamole), there is no

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-19 Thread Dan Nessett
Thanks for your reply. In the access log, '127.0.0.1 - - [19/Dec/2022:10:06:19 -0700] "GET /guacamole HTTP/1.1” 404’ is a URL not found error (see below). However, there is nothing in the log to suggest why it isn’t found. The sites-enabled/000-default.conf file is (leaving out commented out blo

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-19 Thread Dan Nessett
Thanks Alessandro. However, I don’t think this will work, since the ServerName is tied to DNS and the DNS name of the server is: server.mountolive.com <http://server.mountolive.com/>. There is no DNS record that would satisfy guacamole.mountolive.com <http://guacamole.mountolive.co

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-19 Thread Dan Nessett
; Inviato da iPhone > >> Il giorno 19 dic 2022, alle ore 19:32, Dan Nessett >> ha scritto: >> >> Thanks Alessandro. However, I don’t think this will work, since the >> ServerName is tied to DNS and the DNS name of the server is: >> server.mountolive.c

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-19 Thread Dan Nessett
Changed to a FQDN: ServerName server.mountolive.com DocumentRoot /mnt/raid5/webserver/sites/MOserver Header always unset X-Frame-Options ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined Order allow,den

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-21 Thread Dan Nessett
g documentation is expert friendly and not really suitable for those of us who are coming to guacamole for the first time. > On Dec 19, 2022, at 10:30 AM, Michael Jumper wrote: > > On Mon, Dec 19, 2022, 9:25 AM Dan Nessett <mailto:dness...@yahoo.com.invalid>> wrote: > I am

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-22 Thread Dan Nessett
Now that I have apache configured properly, I am trying to get guacamole to connect to a vnc server (tightvnc) running on the remote machine. Here is the listen toplogy: [sudo] password for dnessett: systemd-r 761 systemd-resolve 13u IPv4 21740 0t0 TCP 127.0.0.53:53 (LISTEN) cupsd

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-22 Thread Dan Nessett
or the user on the remote host’s username and password. > On Dec 22, 2022, at 2:25 PM, Michael Jumper wrote: > > On Thu, Dec 22, 2022 at 1:12 PM Dan Nessett > wrote: > Now that I have apache configured properly, I am trying to get guacamole to > connect to a vnc server

Re: I seem to be misconfiguring guacamole (or apache virtual host for guacamole), can anyone help?

2022-12-22 Thread Dan Nessett
Thanks very much for the help. I now get past the auth failure and get a black screen. However, that is a VNC server problem, not a guacamole problem. Regards, Dan > On Dec 22, 2022, at 5:04 PM, Michael Jumper wrote: > > On Thu, Dec 22, 2022, 3:48 PM Dan Nessett wrote: > Thanks