EHCP daemon not running!
Submitted by NeoATMatrix on Tue, 09/04/2012 - 22:46
Hello :)
Today I run into issue I never met before. After rebooting my server ,got the next msg:
Attention!
ehcp daemon not running !
Please run it from command/line by:
sudo /etc/init.d/ehcp start
after doing so (several times ) I still have the same msg in EHCP
>> Output from sudo /etc/init.d/ehcp start ..
starting ehcp..
starting ehcp_daemon.py
root 5430 0.0 0.0 2808 1184 ? S 21:39 0:00 /bin/bash /var/www/new/ehcp/ehcpdaemon2.sh
Any idea why I can't run the ehcp daemon??
TY
NeoATMatrix
Thu, 09/06/2012 - 17:45
Permalink
update
problem source was improper php.ini settings , memory allocation was set too high.
panduru
Tue, 12/27/2016 - 14:30
Permalink
EHCP daemon not running!
php.ini file.On the server are 4 php.ini file.When you search on the computer on ubuntu are 4 php.ini file.Third file opened and the memory_limit must be -1. Example: !!!!Only the Third file the rest memory_limit can be 128!!!!
memory_limit -1
post_max_size 125Mb
upload_max_filesize 120Mb ''upload_max must be smaller than post_max_size''
Problem solved for me!!!!Good luck in your case!!!!
panduru
panduru
Tue, 12/27/2016 - 14:59
Permalink
EHCP daemon not running!
I'm talking about this folder /etc/php5/cli/php.ini where you can find php.ini file to be set the memory_limit to -1.
All the best!!!
panduru