-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Container exits with 132 after starting #802
Comments
I can reproduce this issue on Debian 12. Even when setting docker log level to debug there's no output: $ docker -D -l debug run --rm eqalpha/keydb:x86_64_v6.3.4
DEBU[0000] [hijack] End of stdout |
It seems to be an issue with the latest version. I tried several docker tags: Works:
Doesn't work:
|
This started happening for me too. Using the alpine tag at first. What's weirder is that my cached local version does work, but when I tried to run it on a fresh server it was exiting silently. From the docker hub page it looks like the alpine tag hasn't been updated in 6 months though. I can confirm that unstable and 6.3.3 tags do seem to be working. |
I have the same problem, when I use tag My CPU info: root@localhost:~# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 6
model name : Intel(R) Xeon(R) Gold 6240R CPU @ 2.40GHz
stepping : 3
microcode : 0x1
cpu MHz : 2394.370
cache size : 16384 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm constant_tsc nopl xtopology cpuid tsc_known_freq pni cx16 x2apic hypervisor lahf_lm cpuid_fault pti
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
bogomips : 4788.74
clflush size : 64
cache_alignment : 128
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 6
model name : Intel(R) Xeon(R) Gold 6240R CPU @ 2.40GHz
stepping : 3
microcode : 0x1
cpu MHz : 2394.370
cache size : 16384 KB
physical id : 1
siblings : 1
core id : 0
cpu cores : 1
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm constant_tsc nopl xtopology cpuid tsc_known_freq pni cx16 x2apic hypervisor lahf_lm cpuid_fault pti
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
bogomips : 4788.74
clflush size : 64
cache_alignment : 128
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 15
model : 6
model name : Intel(R) Xeon(R) Gold 6240R CPU @ 2.40GHz
stepping : 3
microcode : 0x1
cpu MHz : 2394.370
cache size : 16384 KB
physical id : 2
siblings : 1
core id : 0
cpu cores : 1
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm constant_tsc nopl xtopology cpuid tsc_known_freq pni cx16 x2apic hypervisor lahf_lm cpuid_fault pti
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
bogomips : 4788.74
clflush size : 64
cache_alignment : 128
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 15
model : 6
model name : Intel(R) Xeon(R) Gold 6240R CPU @ 2.40GHz
stepping : 3
microcode : 0x1
cpu MHz : 2394.370
cache size : 16384 KB
physical id : 3
siblings : 1
core id : 0
cpu cores : 1
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm constant_tsc nopl xtopology cpuid tsc_known_freq pni cx16 x2apic hypervisor lahf_lm cpuid_fault pti
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit mmio_unknown
bogomips : 4788.74
clflush size : 64
cache_alignment : 128
address sizes : 46 bits physical, 48 bits virtual
power management:
root@localhost:~# |
Works for me with exactly the same image (sha256:6537505c42355ca1f571276bddf83f5b750f760f07b2a185a676481791e388ac) on Debian 12 running in a VM (via OrbStack) on MacOS with M1 chip (so ARM arch). |
Hey,
I tried to start the docker container for keydb but not matter what I do it doesn't want to start, it always directly stops with no logs or anything. Any idea?
CPU Information
Memory usage
OS - Linux
The text was updated successfully, but these errors were encountered: