flcontainers / guacamole

A Docker Container for Apache Guacamole, a client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5. For x64, arm64 and ppc64le.
https://hub.docker.com/r/flcontainers/guacamole
GNU General Public License v3.0
322 stars 60 forks source link

An error has occurred and this action cannot be completed. when logging ind #109

Closed LarsBorris closed 1 month ago

LarsBorris commented 7 months ago

Did a clean deployment.

docker run -d --name guacamole \ -p 8080:8080 \ --mount type=volume,src=guac_data,destination=/config \ -v /etc/localtime:/etc/localtime:ro \ -e TZ="UTC" \ -e EXTENSIONS="auth-ldap,auth-duo" \ flcontainers/guacamole

LOG: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. waiting for server to start....2024-02-06 22:54:46.296 UTC [65] LOG: starting PostgreSQL 13.13 on x86_64-alpine-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit 2024-02-06 22:54:46.298 UTC [65] LOG: listening on Unix socket "/run/postgresql/.s.PGSQL.5432" 2024-02-06 22:54:46.306 UTC [66] LOG: database system was shut down at 2024-02-06 22:54:45 UTC 2024-02-06 22:54:46.316 UTC [65] LOG: database system is ready to accept connections done server started CREATE DATABASE /usr/local/bin/_postgres.sh: ignoring /docker-entrypoint-initdb.d/* waiting for server to shut down...2024-02-06 22:54:46.513 UTC [65] LOG: received fast shutdown request .2024-02-06 22:54:46.514 UTC [65] LOG: aborting any active transactions 2024-02-06 22:54:46.519 UTC [65] LOG: background worker "logical replication launcher" (PID 72) exited with exit code 1 2024-02-06 22:54:46.522 UTC [67] LOG: shutting down 2024-02-06 22:54:46.547 UTC [65] LOG: database system is shut down done server stopped PostgreSQL init process complete; ready for start up. 2024-02-06 22:54:46.664 UTC [20] LOG: starting PostgreSQL 13.13 on x86_64-alpine-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit 2024-02-06 22:54:46.664 UTC [20] LOG: listening on IPv4 address "127.0.0.1", port 5432 2024-02-06 22:54:46.664 UTC [20] LOG: could not bind IPv6 address "::1": Address not available 2024-02-06 22:54:46.664 UTC [20] HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry. 2024-02-06 22:54:46.668 UTC [20] LOG: listening on Unix socket "/run/postgresql/.s.PGSQL.5432" 2024-02-06 22:54:46.674 UTC [80] LOG: database system was shut down at 2024-02-06 22:54:46 UTC 2024-02-06 22:54:46.686 UTC [20] LOG: database system is ready to accept connections Connection to localhost (127.0.0.1) 5432 port [tcp/postgresql] succeeded! database port open... Finishing Configuration CREATE TYPE CREATE TYPE CREATE TYPE CREATE TYPE CREATE TYPE  CREATE TABLE  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE TABLE  CREATE TABLE  CREATE TABLE  CREATE TABLE  CREATE TABLE  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE INDEX  CREATE INDEX  CREATE INDEX  CREATE INDEX  CREATE INDEX  CREATE TABLE  CREATE INDEX  CREATE INDEX  CREATE INDEX  CREATE INDEX  CREATE TABLE  CREATE INDEX INSERT 0 1 INSERT 0 1 INSERT 0 6 INSERT 0 3 Running Tomcat Connection to localhost (127.0.0.1) 5432 port [tcp/postgresql] succeeded! Tomcat started. container started