Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exited: nginx (terminated by SIGILL (core dumped); not expected) #30

Closed
MyMakibox opened this issue Feb 10, 2020 · 5 comments
Closed

exited: nginx (terminated by SIGILL (core dumped); not expected) #30

MyMakibox opened this issue Feb 10, 2020 · 5 comments
Labels
bug Something isn't working as expected wontfix This will not be worked on

Comments

@MyMakibox
Copy link

Awesome project that I am using to make ML available to students.

Picked up this issue:

After following docs, cannot access webservices, log shows

exited: nginx (terminated by SIGILL (core dumped); not expected)

  • Docker version 19.03.5
  • Host Machine OS Linux:
  • Command used to start the workspace : docker run -d
    -p 8080:8080
    --name "ml-workspace" -v "${PWD}:/workspace"
    --env AUTHENTICATE_VIA_JUPYTER="mytoken"
    --shm-size 512m
    --restart always
    mltooling/ml-workspace:latest

Possible Fix:

This is likely the same issue described here:
docksal/service-vhost-proxy#35
metwork-framework/mfext#384

Running on older hardware means no SSE4.2.

It would be great if this can be worked around so that older hardware can be used by students to access current tools. ML-Tooling already helps a lot when connecting to a remote server, which is great. This issue prevents running the container locally. Alternatively, SSE4.2 should be mentioned as a hardware requirement, or tested for in the container with appropriate logging.

@MyMakibox MyMakibox added the bug Something isn't working as expected label Feb 10, 2020
@LukasMasuch
Copy link
Contributor

LukasMasuch commented Feb 11, 2020

@MyMakibox Thanks for reporting this issue and your investigation! Indeed, this looks like a problem with the binaries of OpenResty, which do no support some older processors (see openresty/openresty#267 (comment)). Theoretically, we might solve this by building the workspace (and OpenResty) on a computer with an older CPU. But this will most likely be quite a challenge. Do you have more information on what kind of CPU you have in your hardware and how old it is?

@MyMakibox
Copy link
Author

MyMakibox commented Feb 11, 2020

@LukasMasuch The specific laptop shows /proc/cpuinfo:
Intel(R) Core(TM)2 Duo CPU T5450 @ 1.66GHz

While it was on its way to scrap, it works very well with ubuntu and a browser connected to a PC hosting ML-Workspace.

@LukasMasuch LukasMasuch added the wontfix This will not be worked on label Feb 11, 2020
@LukasMasuch
Copy link
Contributor

LukasMasuch commented Feb 11, 2020

@MyMakibox I added a short description about this issue to the Known Issues section (see develop branch). Unfortunately, fixing this might be too much effort as of now. If more people encounter the problem, we will do some more evaluation on if and how to provide a fix.

@YuanZhencai
Copy link

I have the same problem

@chrisamow
Copy link

Same problem here on an old eight core i7 (old but not nearly as old as the OP):
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 30
model name : Intel(R) Core(TM) i7 CPU 870 @ 2.93GHz
stepping : 5
microcode : 0xa
cpu MHz : 1226.167
cache size : 8192 KB
physical id : 0
siblings : 8
core id : 3
cpu cores : 4
apicid : 7
initial apicid : 7
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid dtherm ida flush_l1d
vmx flags : vnmi preemption_timer invvpid ept_x_only flexpriority tsc_offset vtpr mtf vapic ept vpid
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit
bogomips : 5851.68
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants