22 May 2019 10:54 AM
Hello,
When using Dynatrace and Rancher the following error will be show'n in rancher console:
ERROR:ld.so: object'/opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so' from /etc/ld.so.preload cannot be preloaded (cannot load shared object file): ignored HOSTXX
clearing the ld.so.preload file works.
Does anybody recognize this scenario? Is this an error in the creation of the Racher container?
KR Henk
Solved! Go to Solution.
15 Jan 2020 08:28 PM
Did you resolved it? I suppose that this may need support ticket for investigation.
Sebastian
13 Apr 2020 08:42 PM
We just hit this issue. Has to do with docker not being able to find the liboneagentproc.so file after the 1.189 agent update as the path was changed in that version. This occurred when the host got the new version of the agent but had not yet been restarted. Restarting docker fixed the issue.
oneagent storage path (/opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so), whilst starting from 1.189 said dynamic library is stored in version-specific path (in this case /opt/dyntrace/oneagent/bin/1.189.160.20200407-143018/linux-x86-64/liboneagentproc.so)
14 Apr 2020 09:10 AM
Same here. The nodes that were updated last night are missing these files.
14 Apr 2020 01:46 PM
Hi,
please create a support ticket if you've experienced this issue.
We've already identified a bug in the product and are working on a fix.
Regards,
Tomasz
14 Apr 2020 04:13 PM
They are pushing a fix for this for v1.189 of the oneagent.
14 Apr 2020 10:27 PM
Hi,
Anyone has any updates about this?
I had the same issue in my cluster, I was not able to create new pods after this update:
ERROR: ld.so: object '/opt/dynatrace/oneagent/agent/lib64/liboneagentproc.so' from /etc/ld.so.preload cannot be preloaded (cannot open shared object file): ignored.
Regards
Thiago Leite
23 Feb 2021 07:14 AM
Hi All, would like to also ask if this issue was addressed since we also encountered this error on 1.185 version of oneagent even though there's no present docker or rancher. hoping to find some answers from other users that may have encountered this.
Thanks,
Con
17 Jun 2022 08:25 AM
Hi all,
I have face this ld_preload_cannot be preloaded. What I have found is while building dynatrace image it is unable to load the liboneagentproc.so libraries. So we have used new dynatrace token for the image build, and the image able to load the libraries after that my error was disappeared