Hi
I have the issue of not being able to log in into jasonbean/guacamole. Mariadb does not seem to run. In both the version pulled from Dockerhub and the one built from source (jason-bean/docker-guacamole.git). Running Docker Desktop 4.10.1 (82475) in Windows 10 WSL2.
The supervisord.log says:
2022-07-21 11:39:07,311 INFO Set uid to user 0 succeeded
2022-07-21 11:39:07,313 INFO supervisord started with pid 16
2022-07-21 11:39:08,317 INFO spawned: 'guacd' with pid 19
2022-07-21 11:39:08,329 INFO spawned: 'tomcat' with pid 20
2022-07-21 11:39:09,361 INFO success: guacd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-07-21 11:39:09,361 INFO success: tomcat entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
Container shell, no sign of mariadb/mysql:
# ps axww
PID TTY STAT TIME COMMAND
1 ? Ss 0:00 /bin/tini -s -- /usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf
16 ? S 0:00 /usr/bin/python2 /usr/bin/supervisord -n -c /etc/supervisor/conf.d/supervisord.conf
19 ? S 0:00 /usr/local/guacamole/sbin/guacd -b 0.0.0.0 -L info -f
20 ? S 0:00 /bin/bash /etc/firstrun/tomcat-wrapper.sh
26 ? Sl 0:25 /usr/lib/jvm/java-11-openjdk-amd64/bin/java -Djava.util.logging.config.file=/var/lib/tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djdk.tls.ephemeralDHKeySize=2048 -Djava.protocol.handler.pkgs=org.apache.catalina.webresources -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 -Dignore.endorsed.dirs= -classpath /opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar -Dcatalina.base=/var/lib/tomcat -Dcatalina.home=/opt/tomcat -Djava.io.tmpdir=/var/lib/tomcat/temp org.apache.catalina.startup.Bootstrap start
70 pts/0 Ss 0:00 /bin/sh
76 pts/0 S 0:00 bash
119 pts/0 R+ 0:00 ps axww
# service mysql status
[info] MariaDB is stopped..
Kind regards
bones