We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: /sbin/criu check is failing with "Error (criu/kerndat.c:1048): Unexpected error from clone3" on OracleLinux8.4
bash-4.4# /sbin/criu check --version Version: 3.15 GitID: f9533f0
bash-4.4# /sbin/criu check --all Error (criu/kerndat.c:1048): Unexpected error from clone3 : Invalid argument Error (criu/kerndat.c:1181): kerndat_has_clone3_set_tid failed when initializing kerndat. Error (criu/crtools.c:213): Could not initialize kernel features detection. Error (criu/kerndat.c:1048): Unexpected error from clone3 : Invalid argument Error (criu/kerndat.c:1181): kerndat_has_clone3_set_tid failed when initializing kerndat. Error (criu/crtools.c:213): Could not initialize kernel features detection.
bash-4.4# cat /etc/oracle-release Oracle Linux Server release 8.4
bash-4.4# uname -r 5.4.17-2102.203.6.el8uek.x86_64
Can you please check ?
The text was updated successfully, but these errors were encountered:
This is known. An incomplete Backport of clone3 in the Oracle kernel. Nothing we can do.
Sorry, something went wrong.
See #1592
No branches or pull requests
Description: /sbin/criu check is failing with "Error (criu/kerndat.c:1048): Unexpected error from clone3" on OracleLinux8.4
bash-4.4# /sbin/criu check --version
Version: 3.15
GitID: f9533f0
bash-4.4# /sbin/criu check --all
Error (criu/kerndat.c:1048): Unexpected error from clone3
: Invalid argument
Error (criu/kerndat.c:1181): kerndat_has_clone3_set_tid failed when initializing kerndat.
Error (criu/crtools.c:213): Could not initialize kernel features detection.
Error (criu/kerndat.c:1048): Unexpected error from clone3
: Invalid argument
Error (criu/kerndat.c:1181): kerndat_has_clone3_set_tid failed when initializing kerndat.
Error (criu/crtools.c:213): Could not initialize kernel features detection.
bash-4.4# cat /etc/oracle-release
Oracle Linux Server release 8.4
bash-4.4# uname -r
5.4.17-2102.203.6.el8uek.x86_64
Can you please check ?
The text was updated successfully, but these errors were encountered: