• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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