Hello,
Although I'm aware that there's no official support for RPi4B on Fedora as of today, I've been playing with the mostly functional Fedora Server Minimal and ansible-freeipa.
The installation process is failing for me at the PKI spawn step due to Java hitting a SIGSEGV on JNI code, then generating a core dump.
I have opened a BZ[1] with more details and a couple of attachments.
So in addition to this being mostly a FYI, I'd like to hear from other users' experience, in case I'm not the first having this problem.
Thanks!
On su, 07 kesä 2020, David Sastre via FreeIPA-users wrote:
Hello,
Although I'm aware that there's no official support for RPi4B on Fedora as of today, I've been playing with the mostly functional Fedora Server Minimal and ansible-freeipa.
The installation process is failing for me at the PKI spawn step due to Java hitting a SIGSEGV on JNI code, then generating a core dump.
I have opened a BZ[1] with more details and a couple of attachments.
So in addition to this being mostly a FYI, I'd like to hear from other users' experience, in case I'm not the first having this problem.
On F32 I have no problem like that myself. Your coredump shows opencryptoki failing in bt_destroy() right after being called to initialize PKCS#11 module (C_Initialize). I moved this bugzilla to opencryptoki component to make sure the maintainers of it see the crash.
There is nothing we can do with it on IPA side as we do not use opencryptoki ourselves. As a workaround, you might try to remove it from the system or apply a local configuration to disable loading opencryptoki in /etc/pkcs11/modules/ like we do already with softhsm2. This might help with deployment but wouldn't fix opencryptoki issue, of course.
freeipa-users@lists.fedorahosted.org