server fails to compile - found a work-around

2024-01-26 Thread Jim Ham
It's a kludge, but by disabling the warnings on those two lines the project compiled without errors. Diff below. Regards, Jim *** video.c~    2023-11-26 11:10:14.0 -0800 --- video.c    2024-01-26 16:19:19.158357528 -0800 *** *** 61,70   goto fail_codec;  

Re: server fails to compile

2024-01-26 Thread Nick Couchman
On Fri, Jan 26, 2024 at 6:40 PM Jim Ham wrote: > Guacamole 1.5.4, from the tar on the website. I did the ./configure and > then ./make. Many files compile just fine, but the task ends with the > following error: > > > CC guacenc-video.o > video.c: In function ‘guacenc_video_alloc’: >

server fails to compile

2024-01-26 Thread Jim Ham
Guacamole 1.5.4, from the tar on the website. I did the ./configure and then ./make. Many files compile just fine, but the task ends with the following error: CC       guacenc-video.o video.c: In function ‘guacenc_video_alloc’: video.c:64:22: error: assignment discards ‘const’ qualifier from

Re: Log in to Gnome Shell RDP

2024-01-26 Thread Horváth Csaba
Hi, Thanks for clarification! How i specify the account for guacd? I mean, OK, i create the user, but how i specify that guacd should start in the account's behalf? Thanks, Cs. Nick Couchman ezt írta (időpont: 2024. jan. 26., P, 16:47): > > On Wed, Jan 24, 2024 at 3:40 PM Horváth Csaba >

Re: Log in to Gnome Shell RDP

2024-01-26 Thread Horváth Csaba
Hi, I have installed guacd from Debian's repos, and it runs by default in the name of user guacd. guacd3163019 0.0 0.1 246252 10376 ?SJan24 0:00 /usr/sbin/guacd -b 127.0.0.1 -l 4822 -p /var/run/guacd/guacd.pid Ang guacd has no home by default (which is acceptable from

Re: Log in to Gnome Shell RDP

2024-01-26 Thread Nick Couchman
On Fri, Jan 26, 2024 at 11:22 AM Horváth Csaba wrote: > Hi, > > Thanks for clarification! How i specify the account for guacd? I mean, > OK, i create the user, but how i specify that guacd should start in > the account's behalf? > That depends on how you're starting guacd, now... * If you're

Re: Log in to Gnome Shell RDP

2024-01-26 Thread Nick Couchman
On Fri, Jan 26, 2024 at 11:26 AM Horváth Csaba wrote: > Hi, > > I have installed guacd from Debian's repos, and it runs by default in > the name of user guacd. > > guacd3163019 0.0 0.1 246252 10376 ?SJan24 0:00 > /usr/sbin/guacd -b 127.0.0.1 -l 4822 -p

Re: Log in to Gnome Shell RDP

2024-01-26 Thread Horváth Csaba
Hi, Yes, i mixed up with the shell :D Sry :) But no success. I changed the permissions to 777, but it does not change anything. The /var/run/guacd dir has a .config subdir, in it a certs and server directory. All empty, except the pid file. I created a temporary home for it, and it creates the

Re: RDP / Load Balancing

2024-01-26 Thread Barnhart, Steven
Depends what you’re looking for. There is connection pooling, which can load balance across a group of RDP connections and there is some persistence built-in. You can also set a max concurrent connections as well. --Steve From: Brad Turnbough Date: Friday, January 26, 2024 at 9:53 AM To:

Re: Log in to Gnome Shell RDP

2024-01-26 Thread Nick Couchman
On Wed, Jan 24, 2024 at 3:40 PM Horváth Csaba wrote: > Hi, > > Tried with a Windows VM with NLA turned off; so simple RDP connection > works with security=rdp . So the issue is that guacd cannot > communicate with TLS and NLA security servers. This means it likely has to do with the issue that

RDP / Load Balancing

2024-01-26 Thread Brad Turnbough
I know RDP in general has a connection broker for load balancing / session persistence, but I have to ask... Does Guacamole do something like this as well, since it has basically a database of who is logged into what sessions on what machine? Thank you, Brad Turnbough Senior Technology