• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Postfix errors

Red Paint

Basic Pleskian
Hello,

We're getting lots of the following errors in our maillog:

Dec 20 11:52:42 plesk imapd: /usr/sbin/postmap: error while loading shared libraries: libcom_err.so.2: failed to map segment from shared object: Cannot allocate memory

Dec 20 11:52:46 plesk imapd-ssl: IMAP connect from @ [::ffff:*.*.*.*]/usr/sbin/postmap: error while loading shared libraries: libcom_err.so.2: failed to map segment from shared object: Cannot allocate memory

It looks like there is a missing shared library but

# locate libcom_err.so.2
/lib64/libcom_err.so.2
/lib64/libcom_err.so.2.1
/var/www/vhosts/chroot/lib64/libcom_err.so.2

Any idea what might be going on here and how we might be able to resolve the issue?

Many thanks
 
On my test Plesk environment I see:

# locate libcom_err.so.2
/lib/libcom_err.so.2
/lib/libcom_err.so.2.1
/lib64/libcom_err.so.2
/lib64/libcom_err.so.2.1

# rpm -qf /lib64/libcom_err.so.2
e2fsprogs-libs-1.39-23.el5_5.1
# rpm -qf /lib/libcom_err.so.2
e2fsprogs-libs-1.39-23.el5_5.1

Maybe there should be library for other platform? 32 or 64 bit?
 
We're running CentOS 6.1 Final 64bit, would we need to use the 32 bit library? The system was a clean install with only Atomic Secured Linux and Plesk running on it so any software libraries would (should?) have been installed by the autoinstaller. We haven't installed any custom code or software.

Is there anything else it might be?
 
Back
Top