ispCP - Board - Support
Statistic only till October 10th - 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: Statistic only till October 10th (/thread-1595.html)

Pages: 1 2


Statistic only till October 10th - measaura - 10-23-2007 11:06 PM

I did some resetting last few days to solve the SMTP problem. Now i realize that the statistic is not captured. Can anybody point me where the problem is?

Is it the cron not functioning? If so, how do i set the cron job?


RE: Statistic only till October 10th - BeNe - 10-23-2007 11:15 PM

Quote:I did some resetting last few days
How you do that ??
Was this a VM-Box ?

Maybe the wrong date on the Machine ?

Here the Cron entry´s. Try to start them manually..
Code:
# Traffic
0,30    *       *       *       *  root /var/www/ispcp/engine/traffic/ispcp-srv-traff &>/var/log/ispcp/ispcp-srv-traff.log
0,30    *       *       *       *  root /var/www/ispcp/engine/traffic/ispcp-vrl-traff &>/var/log/ispcp/ispcp-vrl-traff.log
15,45   *       *       *       *  root /var/www/ispcp/engine/traffic/ispcp-vrl-traff-correction &>/var/log/ispcp/ispcp-vrl-traff-correction.log

Greez BeNe


RE: Statistic only till October 10th - measaura - 10-23-2007 11:24 PM

you can check the detailed activity on this thread
http://www.isp-control.net/forum/solved-554-571-relay-access-denied-t-1544.html

Quote:Here the Cron entry´s. Try to start them manually..

how to start manually Big Grin


RE: Statistic only till October 10th - BeNe - 10-23-2007 11:25 PM

You start it like this:
Code:
/var/www/ispcp/engine/traffic/ispcp-srv-traff
Code:
/var/www/ispcp/engine/traffic/ispcp-vrl-traff
Code:
/var/www/ispcp/engine/traffic/ispcp-vrl-traff

Greez BeNe


RE: Statistic only till October 10th - measaura - 10-23-2007 11:33 PM

this is what i get when i run it:

Code:
[root@enum ~]# /var/www/ispcp/engine/traffic/ispcp-srv-traff
iptables: No chain/target/match by that name
[root@enum ~]#
[root@enum ~]# /var/www/ispcp/engine/traffic/ispcp-vrl-traff
/bin/cp: cannot stat `/var/log/mail.log': No such file or directory



RE: Statistic only till October 10th - rbtux - 10-23-2007 11:35 PM

can you execute the ispcp_network init skript?


RE: Statistic only till October 10th - measaura - 10-23-2007 11:40 PM

i can't find that script. where is it?

and why is my cron.d/ispcp like this?
Code:
# delayed tasks START.

# Quota
0    23    *    *    *  root {QUOTA_ROOT_DIR}/ispcp-dsk-quota &>{LOG_DIR}/ispcp-qsk-quota.log

# Traffic
0,30    *    *    *    *  root {TRAFF_ROOT_DIR}/ispcp-srv-traff &>{LOG_DIR}/ispcp-srv-traff.log
0,30    *    *    *    *  root {TRAFF_ROOT_DIR}/ispcp-vrl-traff &>{LOG_DIR}/ispcp-vrl-traff.log
15,45    *    *     *    *  root {TRAFF_ROOT_DIR}/ispcp-vrl-traff-correction &>{LOG_DIR}/ispcp-vrl-traff-correction.log
30       23    *     *     *  root {TOOLS_ROOT_DIR}/ispcp-httpd-logs-mngr &>{LOG_DIR}/ispcp-httpd-logs-mngr.log



RE: Statistic only till October 10th - BeNe - 10-24-2007 12:34 AM

This looks like a template and not your really cron entrys.
Are your sure that you open this file ?
Code:
/etc/cron.d/ispcp

Code:
iptables: No chain/target/match by that name
Code:
/bin/cp: cannot stat `/var/log/mail.log': No such file or directory
Looks like that here are some more Errors.

Greez BeNe


RE: Statistic only till October 10th - joximu - 10-24-2007 06:43 AM

rbtux Wrote:can you execute the ispcp_network init skript?

->
/etc/init.d/ispcp_network restart


RE: Statistic only till October 10th - Esni - 10-25-2007 12:44 AM

Have you deleted /var/log folder?