• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Resolved Inconsistency detected by ld.so during Apache Reload/restart

Pascal_Netenvie

Regular Pleskian
Hello,
Sometimes in the morning when some process restart apache (after log rotation or update) we have an error and Apache crash.
In apache log we see that :
Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 523: elf_machine_rela_relative: Assertion `ELFW(R_TYPE) (reloc->r_info) == R_X86_64_RELATIVE' failed!

At this moment the only way to fix seems to restart server.

Do you have an idea about that ?

This server runs Debian 9 with 4.9.0-8-amd64 x86_64 Kernel.

Regards.
 
Did you perform a dist-upgrade there? In this case, the reason may be related to the uncompleted successfully dist-upgrade.
I'd suggest you check corrupted packages with:
Code:
# debsums -c | xargs -rd '\n' -- dpkg -S | cut -d : -f 1 | sort -u

BTW, is this Virtuozzo VPS?
 
Thanks for answer.

No dist-upgrade performed on this server.
And debsums command not found by bash ...
And it's not a virtuozzo VPS, physical dedicated server.
 
Result :
drweb-bases
fail2ban
linux-headers-4.9.0-8-amd64
plesk-php70-mbstring
plesk-php70-pdo
plesk-py27
plesk-py27-bcrypt
plesk-py27-cryptography
plesk-py27-dnspython
plesk-py27-enum34
plesk-py27-ipaddress
plesk-py27-paramiko
plesk-py27-pynacl
plesk-py27-pyyaml
plesk-py27-six
psa-autoinstaller
psa-pear
psa-watchdog
 
Hmm... There is no such thing on my server with Plesk.
I would try reinstalling the linux-headers package first.
 
Is it normal that i have this in apt sources on a 18.0.x plesk :
Code:
deb [arch=amd64] http://autoinstall.plesk.com/PMM_0.1.11 stretch all
 
****, problem occured again this morning ...
First reboot don't solved the problem, and after a second reboot it was ok.
And always the same message in apache error log when we have 500 error :

Code:
Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 523: elf_machine_rela_relative: Assertion `ELFW(R_TYPE) (reloc->r_info) == R_X86_64_RELATIVE' failed!
 
Back
Top