Welcome Guest. Please Login or Register  


You are here: Index > Softaculous Auto Installer > General Support > Topic : Segmentation fault

2


Threaded Mode | Print  

Segmentation fault
qisback
Group: Member
Post Group: Newbie
Posts: 4
Status:
I'm getting it too

uname -a
Code
Linux  2.6.18-128.7.1.el5 #1 SMP Mon Aug 24 08:21:56 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux


php -v
Code
PHP 5.2.10 (cli) (built: Nov 26 2009 09:58:43)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
    with eAccelerator v0.9.6-rc1, Copyright (c) 2004-2007 eAccelerator, by eAccelerator
    with the ionCube PHP Loader v3.3.4, Copyright (c) 2002-2009, by ionCube Ltd., and
    with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies

(have also tried with php 5.2.11)

php /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/cron.php
Code
Segmentation fault (core dumped)


dmesg
Code
php[21828]: segfault at 0000000012d72ee8 rip 0000000012d72ee8 rsp 00007fffc6d3e5a8 error 15


If you want any more info just let me know.

IP: --   

Segmentation fault
alons
Group: Administrator
Post Group: Super Member
Posts: 2280
Status:
Can you give me root details

-----------------------
For immediate support please email us at our Support email address. PMs sent to any Softaculous Team member or posting in the forums is not the official way to get support.

Virtualizor - The Next Generation VPS Panel
Webuzo - It is Softaculous Standalone for Enterprises, SMB, Developers. Deploy it on Dedicated Servers, VPS, Virtual Appliances or the Cloud
Pinguzo - Server and Domain Monitoring tool
PopularFX - Marketplace of WordPress, Drupal, Joomla, Bootstrap themes
Remote Installer - Use Softaculous over FTP/FTPS/SFTP
IP: --   

Segmentation fault
qisback
Group: Member
Post Group: Newbie
Posts: 4
Status:
In what respect do you mean "Can you give me root details"?

Edited by qisback : November 27, 2009, 12:56 pm
IP: --   

Segmentation fault
alons
Group: Administrator
Post Group: Super Member
Posts: 2280
Status:
PM them to me.
I will check what error can it be.

Regards,
Alons

-----------------------
For immediate support please email us at our Support email address. PMs sent to any Softaculous Team member or posting in the forums is not the official way to get support.

Virtualizor - The Next Generation VPS Panel
Webuzo - It is Softaculous Standalone for Enterprises, SMB, Developers. Deploy it on Dedicated Servers, VPS, Virtual Appliances or the Cloud
Pinguzo - Server and Domain Monitoring tool
PopularFX - Marketplace of WordPress, Drupal, Joomla, Bootstrap themes
Remote Installer - Use Softaculous over FTP/FTPS/SFTP
IP: --   

Segmentation fault
qisback
Group: Member
Post Group: Newbie
Posts: 4
Status:
Ah! you mean you would like the root login details.

I have 2 problems with that.

1) I am not willing to hand root details to anyone, their is nothing that you can do that I'm not able to do for you.

2) We use a two factor authentication OTP system, meaning you'd have to have to physically have my token generator.

Please understand whilst I am willing to help you solve this issue, I find it poor practise to ask anyone for root login details.
IP: --   

Segmentation fault
alons
Group: Administrator
Post Group: Super Member
Posts: 2280
Status:
Hi,

Not a problem sir
I will just cross check our systems once again.

Regards,
Alons

-----------------------
For immediate support please email us at our Support email address. PMs sent to any Softaculous Team member or posting in the forums is not the official way to get support.

Virtualizor - The Next Generation VPS Panel
Webuzo - It is Softaculous Standalone for Enterprises, SMB, Developers. Deploy it on Dedicated Servers, VPS, Virtual Appliances or the Cloud
Pinguzo - Server and Domain Monitoring tool
PopularFX - Marketplace of WordPress, Drupal, Joomla, Bootstrap themes
Remote Installer - Use Softaculous over FTP/FTPS/SFTP
IP: --   

Segmentation fault
alons
Group: Administrator
Post Group: Super Member
Posts: 2280
Status:
Sir can you just place a file that I will send you. It will let us know that which user is PHP running under the CRON.

And can you download the files using the SOftaculous Admin panel.

Regards,
ALons

-----------------------
For immediate support please email us at our Support email address. PMs sent to any Softaculous Team member or posting in the forums is not the official way to get support.

Virtualizor - The Next Generation VPS Panel
Webuzo - It is Softaculous Standalone for Enterprises, SMB, Developers. Deploy it on Dedicated Servers, VPS, Virtual Appliances or the Cloud
Pinguzo - Server and Domain Monitoring tool
PopularFX - Marketplace of WordPress, Drupal, Joomla, Bootstrap themes
Remote Installer - Use Softaculous over FTP/FTPS/SFTP
IP: --   

Segmentation fault
gieathome
Group: Member
Post Group: Working Member
Posts: 160
Status:
Quote From : alons November 27, 2009, 11:37 am
Hi,

Can you let us investigate if you dont mind giving a servers details?
One cause I can see is could be that PHP is not being able to download any files when run through the CRON hence shooting a Segmentation fault.

Regards,
Alons


I see. What do you think can be the reason why php is not being able to download files when ran through cron? These files that you have mentioned above, where can I download it? And how do i use it?


Edited by gieathome : December 1, 2009, 2:10 am
IP: --   

Segmentation fault
alons
Group: Administrator
Post Group: Super Member
Posts: 2280
Status:
Hi,

A short memory allotment is the reason for it.
In CRON PHP is called via CLI and it uses very limited memory.
You can change this in your PHP.ini

And there is also a better file management system in 2.3

Regards,
ALons

-----------------------
For immediate support please email us at our Support email address. PMs sent to any Softaculous Team member or posting in the forums is not the official way to get support.

Virtualizor - The Next Generation VPS Panel
Webuzo - It is Softaculous Standalone for Enterprises, SMB, Developers. Deploy it on Dedicated Servers, VPS, Virtual Appliances or the Cloud
Pinguzo - Server and Domain Monitoring tool
PopularFX - Marketplace of WordPress, Drupal, Joomla, Bootstrap themes
Remote Installer - Use Softaculous over FTP/FTPS/SFTP
IP: --   

Segmentation fault
gieathome
Group: Member
Post Group: Working Member
Posts: 160
Status:
Quote From : alons December 1, 2009, 9:37 am
Hi,

A short memory allotment is the reason for it.
In CRON PHP is called via CLI and it uses very limited memory.
You can change this in your PHP.ini

And there is also a better file management system in 2.3

Regards,
ALons


I dont want to increase my php memory in php.ini because it is a global wide setting. i dont use user-specific php.ini too. So is there any other way of doing it?
IP: --   

Segmentation fault
alons
Group: Administrator
Post Group: Super Member
Posts: 2280
Status:
2.3 fixes this issue.
You can try it by deleting some files in /var/softaculous

Regards,
Alons

-----------------------
For immediate support please email us at our Support email address. PMs sent to any Softaculous Team member or posting in the forums is not the official way to get support.

Virtualizor - The Next Generation VPS Panel
Webuzo - It is Softaculous Standalone for Enterprises, SMB, Developers. Deploy it on Dedicated Servers, VPS, Virtual Appliances or the Cloud
Pinguzo - Server and Domain Monitoring tool
PopularFX - Marketplace of WordPress, Drupal, Joomla, Bootstrap themes
Remote Installer - Use Softaculous over FTP/FTPS/SFTP
IP: --   

Segmentation fault
gieathome
Group: Member
Post Group: Working Member
Posts: 160
Status:
This still happens in one of my servers with php memory limit = 28M. I updated Softaculous 24 hours ago and noticed that 19 hours ago I still encountered Segementation fault error.
IP: --   

Segmentation fault
alons
Group: Administrator
Post Group: Super Member
Posts: 2280
Status:
Is it happening on all servers or just one ?
Did you get a email of logs ?


-----------------------
For immediate support please email us at our Support email address. PMs sent to any Softaculous Team member or posting in the forums is not the official way to get support.

Virtualizor - The Next Generation VPS Panel
Webuzo - It is Softaculous Standalone for Enterprises, SMB, Developers. Deploy it on Dedicated Servers, VPS, Virtual Appliances or the Cloud
Pinguzo - Server and Domain Monitoring tool
PopularFX - Marketplace of WordPress, Drupal, Joomla, Bootstrap themes
Remote Installer - Use Softaculous over FTP/FTPS/SFTP
IP: --   

Segmentation fault
gieathome
Group: Member
Post Group: Working Member
Posts: 160
Status:
Quote From : alons November 27, 2009, 11:37 am
Hi,

Can you let us investigate if you dont mind giving a servers details?
One cause I can see is could be that PHP is not being able to download any files when run through the CRON hence shooting a Segmentation fault.

Regards,
Alons


But what can cause it? Unfortunately it's not possible to give the server login details :( So is 28M too low for Softaculous?
IP: --   

Segmentation fault
alons
Group: Administrator
Post Group: Super Member
Posts: 2280
Status:
Hi,

Can you just let us know the number of scripts showing a RED mark in Softaculous Admin Panel -> Software

28 MB of RAM is sufficient for Softaculous.
Also have you updated to the latest version.

Regards,
Alons

Edited by alons : December 4, 2009, 1:42 pm

-----------------------
For immediate support please email us at our Support email address. PMs sent to any Softaculous Team member or posting in the forums is not the official way to get support.

Virtualizor - The Next Generation VPS Panel
Webuzo - It is Softaculous Standalone for Enterprises, SMB, Developers. Deploy it on Dedicated Servers, VPS, Virtual Appliances or the Cloud
Pinguzo - Server and Domain Monitoring tool
PopularFX - Marketplace of WordPress, Drupal, Joomla, Bootstrap themes
Remote Installer - Use Softaculous over FTP/FTPS/SFTP
IP: --   

« Previous    Next »

Threaded Mode | Print  

2


Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is June 7, 2024, 12:54 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.292