It looks like the issue is in the mounting of: root/ansible/api/start.sh:/opt/guacamole/bin/start.sh You will need to review this custom start.sh script. The new version of the guacamole container image no longer runs Tomcat as root, so you will probably need to make changes to accommodate this change.
From: Regev Batchen <[email protected]> Sent: Monday, January 3, 2022 3:22 PM To: [email protected] Subject: Re: [External] Re: [ANNOUNCE] Apache Guacamole 1.4.0 guacamole: image: guacamole/guacamole:1.4.0 depends_on: - guacd - postgres_gqm volumes: - /root/ansible/api/start.sh:/opt/guacamole/bin/start.sh environment: GUACD_HOSTNAME: guacd POSTGRES_DATABASE: guacamole_db POSTGRES_HOSTNAME: postgres_gqm POSTGRES_PASSWORD: PassWrdGQM POSTGRES_USER: guacamole_user GUACD_LOG_LEVEL: debug links: - guacd ports: - 8082/tcp restart: always logging: driver: "json-file" options: max-size: "50m" guacd: image: guacamole/guacd:1.4.0 restart: always volumes: - ./drive:/drive:rw - ./record:/record:rw logging: driver: "json-file" options: max-size: "50m" בתאריך יום ב׳, 3 בינו׳ 2022 ב-15:13 מאת Abramson, Eli <[email protected]>: Batchen, I am also using docker-compose to execute the latest 1.4.0 images, but for me it works fine. Can you share your compose yaml? From: Regev Batchen <[email protected]<mailto:[email protected]>> Sent: Monday, January 3, 2022 3:00 PM To: [email protected]<mailto:[email protected]> Subject: [External] Re: [ANNOUNCE] Apache Guacamole 1.4.0 CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. I have tried to upgrade on docker-compose and had this error : guacamole_1 | ln: failed to create symbolic link '/usr/local/tomcat/webapps/guacamole.war': Permission denied My current docker guacamole version is 1.3 but changing to 1.4 doesn't work me. בתאריך יום ב׳, 3 בינו׳ 2022 ב-14:40 מאת Alessandro Sironi <[email protected]>: Just upgrade from 1.3.0 to 1.4.0, everything gose well, no issues at all. Thanks for your great software! Best regards, Alessandro Inviato da iPhone > Il giorno 3 gen 2022, alle ore 13:38, Alessandro Sironi > <[email protected]<mailto:[email protected]>> ha scritto: > > Just upgrade from 1.3.0 to 1.4.0, everything gose well, no issues at all. > Thanks for your great software! > Best regards, > Alessandro > > Inviato da iPhone > >> Il giorno 3 gen 2022, alle ore 06:29, Mike Jumper >> <[email protected]<mailto:[email protected]>> ha scritto: >> >> The Apache Guacamole community is proud to announce the release of >> Apache Guacamole 1.4.0. >> >> Apache Guacamole is a clientless remote desktop gateway which supports >> standard protocols like VNC, RDP, and SSH. We call it "clientless" >> because no plugins or client software are required; once Guacamole is >> installed on a server, all you need to access your desktops is a web >> browser. >> >> The 1.4.0 release features support for connection tiling, broadcasting >> keyboard events across multiple connections, and authentication with >> encrypted and signed JSON. Established support for single sign-on has >> been improved, multi-touch support for RDP has been added, and >> problems with audio input support for RDP have been corrected. >> >> A full list of the changes in this release, along with links to >> downloads and updated documentation, can be found in the release >> notes: >> >> http://guacamole.apache.org/releases/1.4.0/<https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fguacamole.apache.org%2Freleases%2F1.4.0%2F&data=04%7C01%7CEli.Abramson%40honeywell.com%7C496d80a08b0a4636074a08d9cebc0b2c%7C96ece5269c7d48b08daf8b93c90a5d18%7C0%7C0%7C637768129317394116%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=GIYyq64JGCdMV549Cl1i8CpdhFAMBHkKJmKzJtt%2BD1g%3D&reserved=0> >> >> For more information on Apache Guacamole, please see: >> >> http://guacamole.apache.org/<https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fguacamole.apache.org%2F&data=04%7C01%7CEli.Abramson%40honeywell.com%7C496d80a08b0a4636074a08d9cebc0b2c%7C96ece5269c7d48b08daf8b93c90a5d18%7C0%7C0%7C637768129317394116%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=mpJMyBhocbq04r7xcJIwYxWBH53gktIgk%2FEUpYWnkLE%3D&reserved=0> >> >> Thanks and Happy New Year! >> >> The Apache Guacamole Community >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: >> [email protected]<mailto:[email protected]> >> For additional commands, e-mail: >> [email protected]<mailto:[email protected]> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected]<mailto:[email protected]> For additional commands, e-mail: [email protected]<mailto:[email protected]>
