Package Details: guacamole-server 1.5.5-1

Git Clone URL: https://aur.archlinux.org/guacamole-server.git (read-only, click to copy)
Package Base: guacamole-server
Description: Guacamole proxy daemon
Upstream URL: http://guacamole.sourceforge.net/
Keywords: guacamole
Licenses: GPL3
Replaces: guacd, libguac, libguac-client-rdp, libguac-client-ssh, libguac-client-vnc
Submitter: calendulish
Maintainer: figue (figuepluto, jfigueras)
Last Packager: figue
Votes: 26
Popularity: 0.003531
First Submitted: 2013-09-17 15:21 (UTC)
Last Updated: 2024-04-05 23:27 (UTC)

Dependencies (19)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »

figue commented on 2020-01-01 20:15 (UTC)

OMG freerdp-1.1.0 package is one of the most patched package I've never seen... Anyway, IDK if version 1.1.0 has all features that v2 branch has, many windows servers doesn't work fine with old RDP clients and this package replaces freerdp in [community]. I've modified PKGBUILD as you request, but I will not use in my servers until project add the correct FreeRDP support. Please, test and report if all is ok.

Cheers

skraw commented on 2020-01-01 19:36 (UTC)

@figue In fact I made it work. You have to add Marcel_K's hint to the pkgbuild like this:

    ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd-dir=/usr/lib/systemd/system CPPFLAGS="-Wno-error=pedantic -Wno-error=stringop-truncation"

I used freerdp-1.1.0 which seems to work flawlessly.

figue commented on 2019-12-31 17:16 (UTC)

@skraw that's correct. RDP support is very old and I couldn't make it work. If somebody know how to do it, please, tell me and I will add it (because I'm the first interested). You can request upstream to support 2.0 Freerdp library so it's almost stable now.

skraw commented on 2019-12-29 12:21 (UTC) (edited on 2019-12-29 12:21 (UTC) by skraw)

@figue you don't seem to have issues in build like Marcel_K because you do not build with rdp support. Without I do have no issues either, but with rdp I run into the same issue as Marcel_K. It does not build because of the stringop-truncation error.

skraw commented on 2019-12-29 12:06 (UTC)

Can anyone please explain how to build guacamole-server with rdp support? I simply don't get it, whatever I test with freerdp the make still says:

Protocol support:

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

?

figue commented on 2019-01-18 08:22 (UTC) (edited on 2019-01-18 08:22 (UTC) by figue)

@Marcel_K Now guacamole has its own service in sources:

figue@pluto ~ % pacman -Ql guacamole-server | grep service
guacamole-server /usr/lib/systemd/system/guacd.service

And no, I don't have an old freerdp installed, sorry. Forgive me because I didn't see that in your log (and it's pretty clear: GUAC_RDP_SVC_MAX_LENGTH).

Feel free to add all compilation flags you need in your local repo.

Marcel_K commented on 2019-01-17 23:46 (UTC)

The error seems to occur in the RDP section, so perhaps you don't have freerdp-x.xx (older version) installed?

And you deleted guacd.service. Isn't that necessary to start Guacamole using systemd?

figue commented on 2019-01-17 23:24 (UTC)

@Marcel_K I don't have any issue building guacamole-server.

Anyway, I checked accurately the changelog and removed some stuff that is not necessary in 1.0.0.

Marcel_K commented on 2019-01-17 22:21 (UTC)

Shouldn't you add -Wno-error=stringop-truncation to circumvent

guac_svc/svc_service.c: In function ‘VirtualChannelEntry’:
guac_svc/svc_service.c:56:5: error: ‘strncpy’ output may be truncated copying 7 bytes from a string of length 7 [-Werror=stringop-truncation]
     strncpy(svc_plugin->plugin.channel_def.name, svc->name,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             GUAC_RDP_SVC_MAX_LENGTH);
             ~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

figue commented on 2019-01-16 01:55 (UTC)

@lusa updated to 1.0.0. Try again please.