Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Getting an error /tmp/....so: failed to map segment from shared object #74

Open
eum602 opened this issue Mar 6, 2020 · 0 comments
Open

Comments

@eum602
Copy link
Member

eum602 commented Mar 6, 2020

During installation process ansible throws an error stating that it is not possible to create public/private keys for orion.

This happens because java needs to load some executable files to /tmp and sometimes OS does not have allowed executable files for /tmp.

To solve this you have to allow executable permissions to /tmp folder. A suggest to do that is the following:

  • vi /etc/fstab
  • find all the references to /tmp and make sure it does NOT have "nonexec", so at the end your /tmp reference would look something like this:
/tmp    xfs     defaults,nodev,nosuid,exec

/tmp /var/tmp none rw,exec,nosuid,nodev,bind 0 0

PD: This problem also applies to Besu if /tmp does not have proper permissions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant