Applicable to:
- Plesk for Linux
Symptoms
- If trying to log in as system user of a subscription with chrooted shell, the following error appears:
# ssh user@example.com
Inconsistency detected by ld.so: dl-close.c: 743: _dl_close: Assertion `map->l_init_called' failed! - The issue appeared after dist-upgrade.
Cause
Chroot template contains ABI-incompatible version of the ld-linux-x86-64
library.
Resolution
Update the template via chroot-managing script:
- Connect to the server using SSH.
- Download and unpack the
update_shroot.sh
script (it can be found here):
# wget https://support.plesk.com/hc/en-us/article_attachments/360009607573/update_chroot.tar.gz
# tar -xvzf update_chroot.tar.gz - Update chroot template:
# ./update_chroot.sh --update
If that does not resolve the issue, manually overwrite the library:
- Overwrite old library:
# cp -a /lib64/ld-linux-x86-64.so.2 /var/www/vhosts/chroot/lib64
- Update the template for all domains:
# ./update_chroot.sh --apply all
If the issue still persists then rebuild chroot template.
Additional Information
How to add new programs to a chrooted shell environment template?
Comments
0 comments
Please sign in to leave a comment.