- Used Zammad version: latest (6.5.0-1753334673.cc7247b2.noble)
- Used Zammad installation type: package
- Operating system: Ubuntu Linux 22.04.5
- Browser + version: latest Chrome, Firefox, Brave
Expected behavior:
- simply works as former Updates…
Actual behavior:
- Zammad seems to run, but there is an 503 error : Service Unavailable
Steps to reproduce the behavior:
- simple Update by
apt-get update && apt-get install zammad
- after some research I found a missing db update, so I tried
sudo zammad run rake db:migrate
followed by this:
ruby: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ruby)
ruby: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ruby)
Now I don’t know what to do. Please help…