You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected all containers to launch after following instructions from self-hosted repo.
I am running a Debian Bullseye VM in KVM/QEMU with CPU type 'max' (for x86x64_v2 support which appears required by the application). The rest of the containers launch successfully but the january container doesn't launch. Getting the logs it says:
./january: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.29' not found (required by ./january)
./january: /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found (required by ./january)
VM Info:
2 vCPU (Set to type 'max')
2GB RAM
32GB Disk
What happened?
Expected all containers to launch after following instructions from self-hosted repo.
I am running a Debian Bullseye VM in KVM/QEMU with CPU type 'max' (for x86x64_v2 support which appears required by the application). The rest of the containers launch successfully but the january container doesn't launch. Getting the logs it says:
./january: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.29' not found (required by ./january)
./january: /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found (required by ./january)
VM Info:
2 vCPU (Set to type 'max')
2GB RAM
32GB Disk
OS: Debian Version 11.8
Docker Info:
Docker Version: 20.10.5+dsfg1, build 55c4c88
Docker-Compose version: 1.25.0
Please let me know if you need me to provide anything else, and if I have posted this in the wrong place I'm still getting accustomed to github. <3
Any pointers would be appreciated.
The text was updated successfully, but these errors were encountered: