Closed craddm closed 1 month ago
Possibly related problem,
Guacamole interface
@craddm: Can you check whether using guacamole-user-sync:main
fixes this problem? If it does, I'll tag it and make a PR to DSH.
@jemrobinson What changes were made in that container?
I'm deploying with a larger memory allocation to guacamole-user-sync to see if that makes a difference 🤞.
What changes were made in that container?
testing now
Increasing the memory available to the guacamole-user-sync container to 1Gi still gives the OOM error. No workspaces appear.
Not working at all:
I'm getting the same, lots of restarts. Unfortunately you can't see the logs 😶.
ldap library isn't properly included in the current Docker image.
Something @craddm or I can work on in https://github.com/alan-turing-institute/guacamole-user-sync ?
:white_check_mark: Checklist
:computer: System information
Note that this branch is up-to-date with
develop
and should not differ from it on any relevant code:package: Packages
List of packages
```none Paste list of packages here ```:no_entry_sign: Describe the problem
On a freshly deployed SRE, my user cannot see any workspaces from the guacamole dashboard. The user is in the correct group on Entra ID.
:deciduous_tree: Log messages
Relevant log messages
The `guacamole_user_sync` container is reporting an out-of-memory error during update of the user database ```none INSERT 0 0 psql:/app/resources/update_users.sql:47: ERROR: out of memory INSERT 0 0 INSERT 0 0 INSERT 0 0 2024-09-23T15:54:46+00:00 Finished database synchronisation Waiting 180 seconds before re-attempting synchronisation ```:recycle: To reproduce