-
Notifications
You must be signed in to change notification settings - Fork 453
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
Comments
@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? |
@lukasmasuch The specific laptop shows /proc/cpuinfo: While it was on its way to scrap, it works very well with ubuntu and a browser connected to a PC hosting ML-Workspace. |
@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. |
I have the same problem |
Same problem here on an old eight core i7 (old but not nearly as old as the OP): |
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)
-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.
The text was updated successfully, but these errors were encountered: