View Single Post
  #1  
Old 03-15-2010, 09:04 AM
anisawants2growup anisawants2growup is offline
New Member
 
Join Date: Jun 2009
Posts: 7
Default [RESOLVED] Out of memory! + lscgid: execve(): Permission denied + etc...

It's been nearly a week that the problems appearing in the website (movable type based) do leave such lines in stderr.log

************************************************** ********
2010-03-15 03:12:01.560 Uncaught exception from user code:
Callback called exit at /home/mywebsite/public_html/cgi-bin/mt.cgi line 11.
at /home/mywebsite/public_html/cgi-bin/mt.cgi line 11
2010-03-15 03:12:01.560 BEGIN failed--compilation aborted at /home/mywebsite/public_html/cgi-bin/mt.cgi line 11.
2010-03-15 03:44:13.776 lscgid: execve(): Exec format error
2010-03-15 03:56:44.205 lscgid: execve(): Permission denied
2010-03-15 05:49:48.130 lscgid: execve(): Exec format error
2010-03-15 06:13:07.617 Out of memory!
2010-03-15 06:13:07.952 Callback called exit at /home/mywebsite/public_html/cgi-bin/mt.cgi line 11 (#1)
2010-03-15 06:13:07.952 (F) A subroutine invoked from an external package via call_sv()
exited by calling exit.
************************************************** ********

or even this (rarely):


************************************************** ********
2010-03-15 06:42:45.759 Uncaught exception from user code:
Callback called exit at /home/mywebsite/public_html/cgi-bin/mt.cgi line 11.
at /home/mywebsite/public_html/cgi-bin/mt.cgi line 11
2010-03-15 06:42:45.759 BEGIN failed--compilation aborted at /home/mywebsite/public_html/cgi-bin/mt.cgi line 11.
2010-03-15 06:51:34.080 [2010-03-15 06:51:34 -0500] warn [whmredirect] User file '/var/cpanel/users/nobody' is empty or non-existent. at /usr/local/cpanel/Cpanel/Config/LoadCpUserFile.pm line 35
Cpanel::Config::LoadCpUserFile::load('nobody') called at /usr/local/cpanel/Cpanel/Config/LoadCpUserFile.pm line 158
Cpanel::Config::LoadCpUserFile::loadcpuserfile('no body') called at /usr/local/cpanel/Cpanel/AcctUtils/Domain.pm line 16
Cpanel::AcctUtils:omain::getdomain('nobody') called at /usr/local/cpanel/Cpanel/Redirect.pm line 63
Cpanel::Redirect::redirect('service', 'whm', 'ssl', 0) called at /usr/local/cpanel/cgi-sys/whmredirect.cgi line 11
2010-03-15 06:52:08.239 Out of memory!
2010-03-15 06:52:08.559 Callback called exit at /home/mywebsite/public_html/cgi-bin/mt.cgi line 11 (#1)
2010-03-15 06:52:08.560 (F) A subroutine invoked from an external package via call_sv()
exited by calling exit.
************************************************** *******

All i know that previously to this i attempted to change php.ini settings in order to permit bigger uploads. I read that out of memory can derive from some disproportion between php.ini settings and litespeed - in fact the memory i/o buffer was 60 while i had set the memory_limit in php.ini up to 128M. Now it is lower, it actually is 50 M but the problem continues to occur.

Any idea why this is happening? Or what other clues should i look for to understand it? Thank you in advance

Last edited by NiteWave; 03-18-2010 at 03:17 AM..
Reply With Quote