Failed to connect to repo.maven.apache.org when building guacamole-client

2024-05-30 Thread Willy Manga
Hi, I want to be sure I am not missing anything and it is a network issue on my side. I want to build guacamole-client . Here is my environment: - maven 3.6.3-5 (running on debian 11) - IPv6-only with a NAT64 gateway in the network. Question: do I need specific packages in addition to maven?

Re: Pb with oznu/guacamole image on raspberry

2024-05-30 Thread Nathaniel Belles
I’ve spent a good bit of time trying to get guacamole in docker working on ARM, specifically for the Raspberry Pi series of SBCs. When I started, I used someone’s docker-compose which worked out of the gate but it only worked on non-arm devices at the time because it uses a release of the guacd and

Re: Pb with oznu/guacamole image on raspberry

2024-05-30 Thread Hugh Barnard
Just a quick comment. I've compiled the server on Pi4 and recently on Pi5, it's not too difficult, if you want to try that: https://guacamole.apache.org/doc/gug/installing-guacamole.html I'll probably move to Docker eventually, but at the moment I need to see the internals. Best Hugh Barnard

Re: Pb with oznu/guacamole image on raspberry

2024-05-30 Thread obiwan kenobi
Hi, Thank you I will try these images you mention I will wait until the official image is ARM64 compatible. Should I post a ticket in Jira? Le jeu. 30 mai 2024 à 15:17, Antoine Besnier a écrit : > HI, > > I don't think you will get support from the Guacamole team for unofficial > images. > > Mo

Re: Pb with oznu/guacamole image on raspberry

2024-05-30 Thread Antoine Besnier
I forgot to mention that Oznu's image (and its derivatives too), are self contained, meaning they include guacd, guacamole client, and postgresql all-in-one. No need to add guacd and postgresql in your docker compose. Cheers Antoine Le jeudi 30 mai 2024 à 15:17:46 UTC+2, Antoine Besnier

Re: Pb with oznu/guacamole image on raspberry

2024-05-30 Thread Nick Couchman
On Thu, May 30, 2024 at 9:17 AM Antoine Besnier wrote: > HI, > > I don't think you will get support from the Guacamole team for unofficial > images. > > More over, Oznu's image has been abandoned more than 3 years ago. There > are plenty of replacements. The most popular one was Max Waldorf's, no

Re: Pb with oznu/guacamole image on raspberry

2024-05-30 Thread Antoine Besnier
HI, I don't think you will get support from the Guacamole team for unofficial images. More over, Oznu's image has been abandoned more than 3 years ago. There are plenty of replacements. The most popular one was Max Waldorf's, now handed over to flcontainers (flcontainers/guacamole but it has

Pb with oznu/guacamole image on raspberry

2024-05-30 Thread obiwan kenobi
Hello, I have been stuck for several days on an installation of Guacamole in Docker (via openmediavault) on an ARM architecture (raspberry PI 5) I tried several images I use the “oznu/guacamole:armhf” image which seems to support ARM, but I always see the same error message in the logs, despite th

Re: RADIUS - is it still relevant?

2024-05-30 Thread Stephan von Krawczynski
Hello Jon, if this project had a simple script hook interface where authentication can be done by an external script feeded with every possible information needed for that, then a question like this would not be needed. There would be no need to discuss every thinkable authentication method becaus