A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5255 ====================================================================== Reported By: omen Assigned To: dam ====================================================================== Project: collectd_plugin_python Issue ID: 5255 Category: Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2015-10-22 00:01 CEST Last Modified: 2015-10-23 01:45 CEST ====================================================================== Summary: Unable to load Python plugin Description: I am unable to use the python plugin in collectd. I get the following error: lt_dlopen ("/opt/csw/lib/collectd/python.so") failed: file not found. The most common cause for this problem is missing dependencies. Use ldd(1) to check the dependencies of the plugin / shared object. plugin_load: Load plugin "python" failed with status 1.
The problem seems to be that collectd cannot load any of the 32 bit plugins (in /opt/csw/lib/collectd/) but the collectd_plugin_python package provides no 64 bit plugin in /opt/csw/lib/64/collectd . ====================================================================== ---------------------------------------------------------------------- (0011073) omen (reporter) - 2015-10-23 01:45 https://www.opencsw.org/mantis/view.php?id=5255#c11073 ---------------------------------------------------------------------- Err, now I'm getting core dumps by collectd: root@zap:~# /opt/csw/sbin/pentium_pro/collectd -C /etc/opt/csw/collectd.conf -f Initialization complete, entering read-loop. kstat chain has been updated Fatal Python error: PyEval_SaveThread: NULL tstate Abort (core dumped) You can recreate by using the new config I uploaded (collectd-conf-2.tar.gz) and run collectd as above. It crashes on the second loop (after 10 seconds). Looks like an upstream issue with collectd: https://github.com/collectd/collectd/issues/864 .
