From 064d463097defd45dd91ccb39971754deb13247a Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Tue, 9 Jul 2019 10:43:38 +0200 Subject: [PATCH] - hint for debian buster added --- deploy_checkit_tiff/README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy_checkit_tiff/README.txt b/deploy_checkit_tiff/README.txt index d6b40a2..ab73b4f 100644 --- a/deploy_checkit_tiff/README.txt +++ b/deploy_checkit_tiff/README.txt @@ -8,6 +8,9 @@ How to build checkit-tiff variants for Redhat system used by Rosetta == Prerequisites * you need 'docker' +* If using Debian buster or higher, you must(!) add "vsyscall=emulate" option +to the Linux kernel boot option, because CentOS 6.xx triggers syscalls in an +outdated way. == How to build -- GitLab