Taddeusz

Community Developer
  • Posts

    1060
  • Joined

  • Last visited

Everything posted by Taddeusz

  1. It shows the version number in the lower right corner of the login screen.
  2. Wow, I think you've got the prize so far the the highest number of users.
  3. I have't seen that but unless it's causing noticeable problems I wouldn't worry about it.
  4. I'm so sorry, I just had to push another update because I realize I left debug logging enabled for Tomcat.
  5. 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.
  6. 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.
  7. 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.
  8. 1.5.1 has been released. It also looks like there's going to be a 1.5.2. With this release I've simplified the build. Instead of building the client myself I discovered that I no longer need to do that so I'm just pulling down both of their server and client images.
  9. @Hugh Jazz What version of MariaDB are you running? I'm also running the linuxserver MariaDB container. Mine is 10.6.12 and my server checks for updates nightly. If you have MySQL Workbench or run a query from the CLI execute the following and it will give you the version of your instance: SELECT @@version;
  10. They updated the version of the MySQL Connector they were using. It caused me some confusion for a while switching back and forth between my "production" version of 1.5.0 and my test version of 1.5.1-RC1. I'm not really sure what's going on. Can you please send a catalina.out file from 1.5.1-RC1?
  11. @Hugh Jazz Are you using MariaDB or MySQL as your database instance?
  12. @Hugh Jazz I'm looking at your catalina.out files a little bit further and I noticed it says it's having trouble connecting to the mysql server with SSL but SSL is not enabled on the server. This is apparently a problem that has been fixed with 1.5.1: https://issues.apache.org/jira/browse/GUACAMOLE-1738?jql=project %3D GUACAMOLE AND text ~ "mysql ssl" You might give 1.5.1-RC1 another try.
  13. What files are in your guacamole/lib folder? I'm thinking the lib files aren't being updated properly but I need more confirmation.
  14. On what version did you start using Guacamole? Since you're using an external MySQL or MariaDB instance it's up to you to upgrade the database schema. It's been a while since they've changed the schema (~5 years) but if you started using it prior to 1.0.0 and haven't upgraded the schema it's possible that's causing a problem.
  15. I'm not sure what's going on. There's just nothing in that log. I see the same OpenSSL error in my own log but I'm not having any issues. I am also using the one without MariaDB using an external MariaDB Docker container. Are you using any other authentication method like OpenID or SAML?
  16. Is it before or after you're logging in? From the log file it appears authentication is successful. I don't see any obvious problems. This is a log from 1.5.0 right?
  17. If it's not easy to scrub the information you may DM it to me if you're more comfortable with that. The whole file would be more helpful since it's not always obvious where the error is occurring.
  18. FYI, 1.5.1-RC1 includes changes to fix the VNC with password problem and RDP printing among a few other problems.
  19. For anyone who wants it or needs it I've uploaded 1.5.1-RC1. Change to jasonbean/guacamole:1.5.1-RC1 or jasonbean/guacamole:1.5.1-RC1-nomariadb if you'd like to try it out. Once 1.5.1 becomes final I will promote that one to "latest".
  20. @Hugh Jazz You should look at the tomcat log, catalina.out file.
  21. @Zeroeth It's now been marked as fixed and closed to be included in 1.5.1!
  22. @Zeroeth I've got a small update on the RDP printing issue. They've figured out what is causing the problem. They've changed the status to "in progress". Not sure when the fix will be made or what version it will be implemented in. They downgraded the priority to "minor" but since this affects everyone's ability to print I would hope it makes it into 1.5.1. BTW, here is the JIRA issue: https://issues.apache.org/jira/browse/GUACAMOLE-1755
  23. T-Mobile uses IPv6 and our home ISP uses IPv4. When I connect a device through my phone's hotspot that uses an IPv4 NAT the WireGuard VPN connection works fine. When I try to connect to the VPN straight from my phone the server doesn't receive any traffic. Is there any way to fix this? I seem to remember I had the same problem when I was using OpenVPN but I was able to work around it somehow. Any ideas?