Everything posted by Taddeusz
-
[Support] jasonbean - Apache Guacamole
Not that I'm personally aware of. You also want to make sure the clocks on your client devices also have the correct time.
-
[Support] jasonbean - Apache Guacamole
The most likely cause is that the time on your server is off so make sure the time on your server is properly synced frequently with a time server.
-
[Support] jasonbean - Apache Guacamole
Have you updated WSL? Run “wsl -update” from an admin prompt. The distro shouldn’t matter. Each container has its own kernel. I can’t explain why it’s not pulling the whole image. I do know the image on Docker Hub works and is complete.
-
[Support] jasonbean - Apache Guacamole
Are you building it yourself or pulling the image from Docker Hub?
-
[Support] jasonbean - Apache Guacamole
Yes, it’s running an Alpine base but that should not be the issue. Because the logs show that it’s not at all attempting to run MariaDB it appears to have pulled the wrong image or an incomplete image. I personally tested the “latest” image in Docker Hub again and it runs MariaDB as expected.
-
[Support] jasonbean - Apache Guacamole
I'm not sure what would cause this. It does appear to be pulling the wrong image. The only thing I could suggest is to delete the image locally and redownload it. Not saying it can't run from Windows or any other OS but this container was designed to run on Linux. Specifically Unraid. You probably need to set the PUID and PGID variables to match the user you are expecting to run under. The 99 and 100 are specific to "nobody:users" on Unraid.
-
[Support] jasonbean - Apache Guacamole
I’m not sure what you’re talking about. Every version has its own separate image tagged with the version number. Updates to a version are additionally tagged with a dash followed by a number indicating which update. They are there. The last 1.4.0 version is tagged 1.4.0-3 or 1.4.0-3-nomariadb depending on which version you want.
-
[Support] jasonbean - Apache Guacamole
Pushed out the 1.5.2 update.
-
[Support] jasonbean - Apache Guacamole
I think it’s got to be a time or time zone problem. How does your server’s time compare to the time in your time zone? Do you have NTP set up on your server? Do you have the time zone set correctly on your server?
-
[Support] jasonbean - Apache Guacamole
Do you have any custom TOTP settings in your guacamole.properties file?
-
[Support] jasonbean - Apache Guacamole
Is the time within the container the same?
-
[Support] jasonbean - Apache Guacamole
Is the time on your server set correctly? That’s the only reason I can think that it world be failing.
-
[Support] jasonbean - Apache Guacamole
@dhuesca Sorry, I really don't know.
-
[Support] jasonbean - Apache Guacamole
@dhuesca Have you tried clearing your browser cache and reloading? Is the DNS entry for your guacamole set to proxy? I'm also on Cloudflare and have proxy disabled for my guacamole hostname.
-
[Support] jasonbean - Apache Guacamole
@uldise I'm glad you got that figured out because that really had me stumped.
-
[Support] jasonbean - Apache Guacamole
@uldise I'm not sure. Are you running on Unraid?
-
Wireguard ipv6 to ipv4
The T-Mobile network is ipv6 only. When I connect to the VPN I can ping the ipv6 address of my Unraid server but not any ipv4 address. I also tried connecting to a Windows machine through ipv6 and that didn't work. What do I need to do to have this work?
-
[Support] jasonbean - Apache Guacamole
Yes, that’s correct.
-
[Support] jasonbean - Apache Guacamole
It shows the version number in the lower right corner of the login screen.
-
[Support] jasonbean - Apache Guacamole
Wow, I think you've got the prize so far the the highest number of users.
-
[Support] jasonbean - Apache Guacamole
I have't seen that but unless it's causing noticeable problems I wouldn't worry about it.
-
[Support] jasonbean - Apache Guacamole
I'm so sorry, I just had to push another update because I realize I left debug logging enabled for Tomcat.
-
[Support] jasonbean - Apache Guacamole
I figured out the issue with OpenID was due to using OpenJDK 8 in the update container compared to OpenJDK 11 in the 1.4.0 container so I've pushed another update of 1.5.1.
-
[Support] jasonbean - Apache Guacamole
Just as an FYI if anyone else is having trouble with OpenID I've personally been having an issue with it since upgrading to 1.5.0. I've submitted a bug report in JIRA to see what they can figure out.
-
[Support] jasonbean - Apache Guacamole
No need to be rude. You're assuming everyone is having your same problem. TOTP is working fine for me. You provided no logs. Your catalina.out file could help.