[ 
https://issues.apache.org/jira/browse/GUACAMOLE-733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770238#comment-16770238
 ] 

Andrew Lamarra commented on GUACAMOLE-733:
------------------------------------------

I started guacd in debug mode.

 
{noformat}
# guacd -L debug
guacd[20501]: INFO:    Guacamole proxy daemon (guacd) version 1.0.0 started
guacd[20501]: DEBUG:    Successfully bound socket to host 127.0.0.1, port 4822
guacd[20501]: DEBUG:    Exiting and passing control to PID 20502
guacd[20502]: DEBUG:    Exiting and passing control to PID 20503{noformat}
Only problem is, I don't know where the log files are kept. Where can I find 
that? Or what's the filename supposed to be? I did find the following messages 
in /var/log/messages when I tried launching a VNC session:
{noformat}
Feb 16 16:38:38 guacamole guacd[18568]: Unable to connect to VNC server.
Feb 16 16:38:43 guacamole guacd[18432]: Unable to shutdown internal socket for 
connection $349c6bf5-6e78-4159-a8f3-bff3fa870366. Corresponding process may 
remain running but inactive.{noformat}
I do have an Apache reverse proxy that exposes a different machine running 
Guacamole to the outside world. The relevant config in my Virtualhost is:
{noformat}
        <Location /guacamole/>
            Order allow,deny
            Allow from all
            ProxyPass http://192.168.1.41:8080/guacamole/ flushpackets=on
            ProxyPassReverse http://192.168.1.41:8080/guacamole/
        </Location>
        <Location /guacamole/websocket-tunnel>
            Order allow,deny
            Allow from all
            ProxyPass ws://192.168.1.41:8080/guacamole/websocket-tunnel
            ProxyPassReverse ws://192.168.1.41:8080/guacamole/websocket-tunnel
        </Location>{noformat}
However, I have the same issue when I connect directly to the Guacamole server 
while on the LAN.

> VNC Scaling Not working properly
> --------------------------------
>
>                 Key: GUACAMOLE-733
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-733
>             Project: Guacamole
>          Issue Type: Improvement
>          Components: guacamole-client, VNC
>    Affects Versions: 0.9.14
>         Environment: The VNC Server:
> Ubuntu 16.04.5 LTS
> TigerVNC
>            Reporter: Andrew Lamarra
>            Priority: Trivial
>              Labels: vnc
>
> Hi there. I've been using Guacamole for a couple of years now (and love it!), 
> but I've always had one issue. When connecting to a VNC server, the scaling 
> of the window has always been a bit awkward to me. It's really difficult to 
> get Guacamole to scale the display to 100%. I'm able to do so by following 
> these steps:
>  * Open the Guacamole menu (press Ctrl+Alt+Shift)
>  * Uncheck "Automatically fit to browser window" under Display
>  * Un-maxmize browser window
>  * Check "Automatically fit to browser window"
>  * Uncheck "Automatically fit to browser window"
> Now I'm at 100%. But I can't maximize the browser window or it'll change 
> (even though I have "Automatically fit to browser window" unchecked). It's a 
> minor annoyance because the font is noticeably fuzzy when not at 100%.
> Also, those zoom buttons don't work very well either. It only goes in 
> increments of 10%. And if you're at 109% and zoom out, then you're set to 
> 99%...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to