Re: build error on ubuntu with guacenc_jpeg_decoder

2017-02-05 Thread ashfsd
update:  Thought i would try installing the vnc support even though i won't
be using it:

sudo apt install libvncserver-dev

*The following packages will be REMOVED:
  libjpeg62-dev*

The following NEW packages will be installed:
  libgmp-dev libgmpxx4ldbl libgnutls-dev libgnutls28-dev libgnutlsxx28
libidn11-dev libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libp11-kit-dev
libtasn1-6-dev
  libtasn1-doc libvncclient1 libvncserver-config libvncserver-dev
libvncserver1 nettle-dev

After allowing this to run through i redid configure and make, and it has
passed through without error.



--
View this message in context: 
http://apache-guacamole-incubating-users.2363388.n4.nabble.com/build-error-on-ubuntu-with-guacenc-jpeg-decoder-tp360p361.html
Sent from the Apache Guacamole (incubating) - Users mailing list archive at 
Nabble.com.


build error on ubuntu with guacenc_jpeg_decoder

2017-02-05 Thread ashfsd
Hi All,

Just built a new Ubuntu VM to try and get guacamole up and running for use
with RDP. I'm following the guide at
http://guacamole.incubator.apache.org/doc/gug/installing-guacamole.html and
have installed all of the requirements listed there (plus libtool which was
not listed as a requirement, but is), however when trying to run sudo make i
get the following error:

Making all in src/guacenc
make[2]: Entering directory
'/home/rowan/incubator-guacamole-server/src/guacenc'
  CC   guacenc-jpeg.o
jpeg.c: In function ‘guacenc_jpeg_decoder’:
*jpeg.c:94:5: error: implicit declaration of function ‘jpeg_mem_src’
[-Werror=implicit-function-declaration]*
 jpeg_mem_src(&cinfo, data, length);
 ^
cc1: all warnings being treated as errors

This is after receiving a 'good to go' from the configure command:


guacamole-server version 0.9.11-incubating


   Library status:

 freerdp . yes
 pango ... yes
 libavcodec .. yes
 libavutil ... yes
 libssh2 . yes
 libssl .. yes
 libswscale .. yes
 libtelnet ... yes
 libVNCServer  no
 libvorbis ... yes
 libpulse  yes
 libwebp . yes

   Protocol support:

  RDP ... yes
  SSH ... yes
  Telnet  yes
  VNC ... no

   Services / tools:

  guacd .. yes
  guacenc  yes

   Init scripts: /etc/init.d

Type "make" to compile guacamole-server.

Does anyone have any suggestions? Am i missing some packages? 

Thanks..



--
View this message in context: 
http://apache-guacamole-incubating-users.2363388.n4.nabble.com/build-error-on-ubuntu-with-guacenc-jpeg-decoder-tp360.html
Sent from the Apache Guacamole (incubating) - Users mailing list archive at 
Nabble.com.


Re: Timeout SSH session

2017-02-05 Thread Mike Jumper
On Thu, Feb 2, 2017 at 2:45 AM, Mark van den Boogaard <
mark.vanden.booga...@davantigroup.com> wrote:

> Hello all,
>
> We are using guacamole for a couple of months now but we have some
> problems with SSH connections.
> We connect to our customers with guacamole via a VPN tunnel. Sometimes we
> keep the SSH-session open but we don't use it for a while. Often the
> SSH-session freezes when we want to use it again. Is there some way to keep
> the SSH-session alive until we logout or until the session timeout kicks in?
>

Guacamole's session timeout only takes effect once all connections are
closed. If a user has an SSH connection open, they should stay logged in,
regardless of whether they are actively using that connection. As far as
Guacamole is concerned, as long as the connection is open, the user is
active.

What you describe sounds like a bug, assuming there isn't some underlying
network issue causing the disconnect. Is this reliably reproducible? Do you
see anything logged by guacd or Tomcat when the connection unexpectedly
terminates?

- Mike


Re: RDP login failed

2017-02-05 Thread Mike Jumper
On Fri, Feb 3, 2017 at 9:26 AM, billos  wrote:

> Hello
>
> I am using Guacamole to access a distant Windows Server with the noauth
> extension.
>
> I can detect if the connection to the server was done, but I didn't find
> anything concerning the windows logging phase.
> Is this handled by Guacamole ?
>
>
Yes, Guacamole handles logging in on your behalf (assuming you provided the
necessary credentials when configuring the connection):

http://guacamole.incubator.apache.org/doc/gug/configuring-guacamole.html#rdp-authentication

Can you describe what you're seeing specifically?

- Mike