[solved]Problem with ispcp-vrl-traff - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: [solved]Problem with ispcp-vrl-traff (/thread-1462.html) |
[solved]Problem with ispcp-vrl-traff - deptrai - 10-06-2007 02:41 PM Recently, My Mysql server has died very often. I checked processes and see that ispcp-vrl-traff was used 30-->55% of my 1Gb memory. I tried killing that process and my memory rate returned as normal. Please help me to fix that problem. RE: Problem with ispcp-vrl-traff - BeNe - 10-06-2007 05:39 PM This script counts the Traffic for your Domains. You can find/edit it in the Cron and set it to a better time for you. -> /etc/cron.d/ispcp Code: # Traffic Greez BeNe RE: Problem with ispcp-vrl-traff - deptrai - 10-06-2007 06:50 PM I installed ispcp-omega-1.0.0-rc2c And in /ect/cron.d directory, there isn't a ispcp file. This directory contains 3 files: awstats, ispcp.phpemp, php5 Content of ispcp.phpemp: 09,39 * * * * root /var/www/ispcp/engine/tools/ispcpphptemp.sh >/dev/null 2>&1 RE: Problem with ispcp-vrl-traff - BeNe - 10-06-2007 07:04 PM Ok - this was changed in the new Version. Try Code: # crontab -e Greez BeNe RE: Problem with ispcp-vrl-traff - deptrai - 10-06-2007 07:29 PM I found in /etc/ispcp/crontab and /etc/ispcp/crontab/working the file crontab.conf. But the syntax of this file: Code: # delayed tasks START. That abnormal command syntax causes crontab not execute the ispcp-vrl-traff.. Or, may be i'm wrong RE: Problem with ispcp-vrl-traff - BeNe - 10-06-2007 07:31 PM This is the wrong file. You found the template. What about this: Code: # crontab -e Greez BeNe RE: Problem with ispcp-vrl-traff - deptrai - 10-06-2007 07:52 PM Oh yeah, i found this. I forgot sudo in the beginning of the command: Code: # delayed tasks START. I'm trying to edit it... |