• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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