Problem to solve
After upgrading from 18.2 to 18.3 on a Rocky Linux 8 system, Mattermost no longer starts.
Several attempts with gitlab-ctl reconfigure
and gitlab-ctl restart
vs. gitlab-ctl stop|start
failed. The result of gitlab-ctl status mattermost
remains the same:
down: mattermost: 0s, normally up, want up; run: log: (pid 1505) 6764448s
After checking the log file if found recurring entries like this:
2025-08-22_04:56:58.77632 /opt/gitlab/embedded/bin/mattermost: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /opt/gitlab/embedded/bin/mattermost)
2025-08-22_04:56:59.78278 /opt/gitlab/embedded/bin/mattermost: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /opt/gitlab/embedded/bin/mattermost)
2025-08-22_04:56:59.78284 /opt/gitlab/embedded/bin/mattermost: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /opt/gitlab/embedded/bin/mattermost)
2025-08-22_04:57:00.78758 /opt/gitlab/embedded/bin/mattermost: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /opt/gitlab/embedded/bin/mattermost)
I was able to confirm this with ldd:
[redacted@redacted ~]$ ldd /opt/gitlab/embedded/bin/mattermost
/opt/gitlab/embedded/bin/mattermost: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by /opt/gitlab/embedded/bin/mattermost)
/opt/gitlab/embedded/bin/mattermost: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /opt/gitlab/embedded/bin/mattermost)
linux-vdso.so.1 (0x00007fffa64d3000)
libc.so.6 => /lib64/libc.so.6 (0x00007fd6bf530000)
/lib64/ld-linux-x86-64.so.2 (0x00007fd6bf907000)
All other GitLab services are working as expected.
Steps to reproduce
dnf upgrade gitlab-ce
Versions
Please add an x whether options apply, and add the version information.
- Self-managed
-
GitLab.com
SaaS - Dedicated
Versions
- GitLab (Web:
/help
or self-managed system informationsudo gitlab-rake gitlab:env:info
):
System information
System:
Current User: git
Using RVM: no
Ruby Version: 3.2.8
Gem Version: 3.6.9
Bundler Version:2.7.1
Rake Version: 13.0.6
Redis Version: 7.2.10
Sidekiq Version:7.3.9
Go Version: unknown
GitLab information
Version: 18.3.0
Revision: f54d72cc517
Directory: /opt/gitlab/embedded/service/gitlab-rails
DB Adapter: PostgreSQL
DB Version: 16.8
URL: https://xxx.xxx.xxx
HTTP Clone URL: https://xxx.xxx.xxx/some-group/some-project.git
SSH Clone URL: git@xxx.xxx.xxx:some-group/some-project.git
Using LDAP: no
Using Omniauth: yes
Omniauth Providers:
GitLab Shell
Version: 14.44.0
Repository storages:
- default: unix:/var/opt/gitlab/gitaly/gitaly.socket
GitLab Shell path: /opt/gitlab/embedded/service/gitlab-shell
Gitaly
- default Address: unix:/var/opt/gitlab/gitaly/gitaly.socket
- default Version: 18.3.0
- default Git Version: 2.50.1.gl1