[svd]Executable '/usr/local/lsws/fcgi-bin/lsphp-5.2.17' doesn't belong to any package

#1
Hi Guys!

From some days ago we are seeing various error in the log (/var/log/messages) in reference to PHP binary generated by Litespeed.

This is the set of errors generated continuously in a loop

Code:
May 23 16:38:27 server abrt[833501]: saved core dump of pid 833450 (/usr/local/lsws/fcgi-bin/lsphp-5.2.17) to /var/spool/abrt/ccpp-2012-05-23-16:38:27-833450.new/coredump (20131840 bytes)
May 23 16:38:27 server abrtd: Directory 'ccpp-2012-05-23-16:38:27-833450' creation detected
May 23 16:38:27 server abrtd: Can't load public GPG key /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
May 23 16:38:27 server abrtd: Can't load public GPG key /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-6
May 23 16:38:27 server abrtd: Can't load public GPG key /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Security-6
May 23 16:38:27 server abrtd: Can't load public GPG key /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Testing-6
May 23 16:38:27 server abrtd: Executable '/usr/local/lsws/fcgi-bin/lsphp-5.2.17' doesn't belong to any package
May 23 16:38:27 server abrtd: Corrupted or bad dump /var/spool/abrt/ccpp-2012-05-23-16:38:27-833450 (res:2), deleting
Ideas?

Thanks!
 
Last edited:

webizen

Well-Known Member
#2
run 'gdb /usr/local/lsws/fcgi-bin/lsphp-5.2.17 /var/spool/abrt/ccpp-2012-05-23-16:38:27-833450.new/coredump' to see what cause the dump.
 
#3
No luck, appear that dump files are pruned automatically, the directory is empty:

Code:
Reading symbols from /usr/local/lsws/fcgi-bin/lsphp-5.2.17...done.
/var/spool/abrt/ccpp-2012-05-23-16:38:27-833450.new/coredump: No existe el fichero o el directorio.
Any other ideas?

Thanks again
 
#4
I fix the errors with gpg but the core dump errors relative to lsphp continue:
Code:
May 23 19:34:37 server abrt[921633]: saved core dump of pid 921335 (/usr/local/lsws/fcgi-bin/lsphp-5.2.17) to /var/spool/abrt/ccpp-2012-05-23-19:34:37-921335.new/coredump (59789312 bytes)
May 23 19:34:37 server abrtd: Directory 'ccpp-2012-05-23-19:34:37-921335' creation detected
May 23 19:34:38 server abrtd: Executable '/usr/local/lsws/fcgi-bin/lsphp-5.2.17' doesn't belong to any package
May 23 19:34:38 server abrtd: Corrupted or bad dump /var/spool/abrt/ccpp-2012-05-23-19:34:37-921335 (res:2), deleting
 
#6
- Linux 2.6.32-231.21.1.lve0.9.18.1.x86_64 #1 SMP Thu Jan 5 06:59:41 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
- CloudLinux Server release 6.2
- Litespeed 4.1.12
- cPanel/WHM 11.32.2 (build 25)

Tell me if you need any other information

Thanks
 
Top