-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Fatal glibc error: CPU does not support x86-64-v2 #5158
Comments
Hello, See previous discussion: #5100 (includes solution) |
Thank you for pointing to that discussion and the very fast reply ! For now I'll wait for IT's response. I hope they can fix it, it will be the easiest way (at least for me). |
Sure, closing this issue then. |
Ok, VM CPU updated by IT, no more glibc error, but same error message on the elabFTW page :
Still issues with mysql... |
This is the error from the logs:
This is what googling the message above turns up: |
Thank you! If I understand correctly I will have to learn a bit about docker commands first... |
TBH, Ubuntu 18.04 is kinda antique now, support ended last year. Might be a good opportunity to move to a fresh 22.04 VM. Docker 18.x is old (support ended 5 years ago), with a new VM you'll get fresh Docker version, and might not have this issue. The nice thing is that moving eLab from one VM to another is very easy, because eLab itself is not impacted, it's just a matter of moving the compose file, the uploaded files, and restoring the mysql backup (or copying the files). (see https://doc.elabftw.net/backup.html#how-to-restore-a-backup) You might want to have a look at a more recent compose file too: https://github.com/elabftw/elabimg/blob/master/src/docker-compose.yml-EXAMPLE For instance, things to look for:
The rest is not that important. Finally, we can help you with that through our PRO Support, feel free to reach out to us for a quote: https://www.deltablot.com/elabftw/. |
Thank you very much for your help. University IT will reinstall a VM with a newer version of the OS. As for PRO support, I would very much like so, but I doubt my faculty will give me the funds for an electronic labnote used only for undergraduate students... |
👍
Of course. Any GNU/Linux will do.
Why isn't it extended to every interested parties? eLabFTW is used in countless organizations, supporting entire Universities, Research Centers, with hundreds of users. It has all the features one can require to deploy it at the institutional level. And on top of that, it is free and open source. It is the ELN of choice of many of the tutelles (CNRS, INRAE, CEA, etc...). It pushes for FAIR research data and good laboratory practices, with accountability, auditability, traceability. There really isn't a good reason not to use it more widely at the university! |
I couldn't agree more. But for now it's just me, on a tiny VM and I maintain and reset every semester because I cannot store all student experiments... |
Note that using |
Detailed description of the problem
I encountered an error after updating from 4.9.0 to 5.0.4 on a virtual machine.
Apparently the configuration of the VM CPU is not compatible with the latest version of elabftw anymore.
Expected Behavior
I expected the update to run smoothy as always ! (well almost always)
Steps to reproduce the behavior
run
elabctl update
Do you have any idea what may have caused this?
The VM CPU is not compatible with the latest version of elabftw.
Do you have an idea how to solve the issue?
Ask the university IT to update the VM. (already did, now waiting for an answer)
What is your docker-compose configuration?
Output of
uname -a
Output of
cat /etc/os-release
Output of
docker info
Relevant php error log entry
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: