edisch
Posts: 1
Joined: Apr 2007
Reputation: 0
|
[ERLEDIGT]Traffic Problem
Hallo
ich hab ein Problem mit meiner Traffic Statistik. die zeigt nämlich nichts an. wenn ich ispcp-srv-traffic aufrufe kommt folgendes:
Quote:# /var/www/ispcp/engine/traffic/ispcp-srv-traff
DEBUG: push_el() sub_name: srv_traff_start_up(), msg: Starting...
DEBUG: push_el() sub_name: get_conf(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Ending...
DEBUG: push_el() sub_name: setup_main_vars(), msg: Starting...
DEBUG: push_el() sub_name: decrypt_db_password(), msg: Starting...
DEBUG: push_el() sub_name: decrypt_db_password(), msg: Ending...
DEBUG: push_el() sub_name: setup_main_vars(), msg: Ending...
DEBUG: push_el() sub_name: get_conf(), msg: Ending...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: srv_traff_start_up(), msg: Ending...
DEBUG: push_el() sub_name: srv_traff_engine(), msg: Starting...
DEBUG: push_el() sub_name: sys_command(), msg: Starting...
iptables: No chain/target/match by that name
DEBUG: push_el() sub_name: sys_command(), msg: ERROR: External command 'export COLUMNS=120;/sbin/iptables -nvxL ISPCP_INPUT 1>/var/log/ispcp/ispcp-iptables-input.log' returned '1' status !
DEBUG: pop_el() sub_name: sys_command(), msg: ERROR: External command 'export COLUMNS=120;/sbin/iptables -nvxL ISPCP_INPUT 1>/var/log/ispcp/ispcp-iptables-input.log' returned '1' status !
DEBUG: pop_el() sub_name: sys_command(), msg: Starting...
DEBUG: pop_el() sub_name: srv_traff_engine(), msg: Starting...
DEBUG: pop_el() sub_name: srv_traff_start_up(), msg: Ending...
DEBUG: pop_el() sub_name: doSQL(), msg: Ending...
DEBUG: pop_el() sub_name: doSQL(), msg: Starting...
DEBUG: pop_el() sub_name: get_conf(), msg: Ending...
DEBUG: pop_el() sub_name: setup_main_vars(), msg: Ending...
DEBUG: pop_el() sub_name: decrypt_db_password(), msg: Ending...
DEBUG: pop_el() sub_name: decrypt_db_password(), msg: Starting...
DEBUG: pop_el() sub_name: setup_main_vars(), msg: Starting...
DEBUG: pop_el() sub_name: get_file(), msg: Ending...
DEBUG: pop_el() sub_name: get_file(), msg: Starting...
DEBUG: pop_el() sub_name: get_conf(), msg: Starting...
DEBUG: pop_el() sub_name: srv_traff_start_up(), msg: Starting...
DEBUG: pop_el() sub_name: get_conf(), msg: Ending...
DEBUG: pop_el() sub_name: setup_main_vars(), msg: Ending...
DEBUG: pop_el() sub_name: decrypt_db_password(), msg: Ending...
DEBUG: pop_el() sub_name: decrypt_db_password(), msg: Starting...
DEBUG: pop_el() sub_name: setup_main_vars(), msg: Starting...
DEBUG: pop_el() sub_name: get_file(), msg: Ending...
DEBUG: pop_el() sub_name: get_file(), msg: Starting...
DEBUG: pop_el() sub_name: get_conf(), msg: Starting...
DEBUG: pop_el() Empty 'EL' Stack !
DEBUG: push_el() sub_name: srv_traff_shut_down(), msg: Starting...
DEBUG: push_el() sub_name: srv_traff_shut_down(), msg: Ending...
die ispcp-iptables-input ist leer die output nicht
Zum System:
Debian etch
ISPCP RC3 NB 20071209
Nachtrag:
Reseller und User Traffic wird angezeigt nur der Gesammt Traffic nicht. Der Speicherplatz verbrauch ist auch bei nur bei Reseller und User allerdings der Gesammt speicherplatz wird schon angezeigt.
(This post was last modified: 09-01-2009 12:08 AM by ZooL.)
|
|
12-30-2007 03:29 AM |
|
mr.x
Development Team
Posts: 232
Joined: Nov 2006
Reputation: 3
|
RE: Traffic Problem
(12-30-2007 03:29 AM)edisch Wrote: Hallo
ich hab ein Problem mit meiner Traffic Statistik. die zeigt nämlich nichts an. wenn ich ispcp-srv-traffic aufrufe kommt folgendes:
Quote:# /var/www/ispcp/engine/traffic/ispcp-srv-traff
DEBUG: push_el() sub_name: sys_command(), msg: ERROR: External command 'export COLUMNS=120;/sbin/iptables -nvxL ISPCP_INPUT 1>/var/log/ispcp/ispcp-iptables-input.log' returned '1' status !
DEBUG: pop_el() sub_name: sys_command(), msg: ERROR: External command 'export COLUMNS=120;/sbin/iptables -nvxL ISPCP_INPUT 1>/var/log/ispcp/ispcp-iptables-input.log' returned '1' status !
Gab es eine Lösung dafür?
Habe mein System von VHCS 2.7.x auf 1.0.2 geupdated und bekomme die selber Fehlermeldung jetzt.
Jan
Hallo,
mit etwas "hinsehen" habe ich es gefunden .-)
Code:
root@server:# iptables -nvL
Chain INPUT (policy ACCEPT 40M packets, 7829M bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 42M packets, 12G bytes)
pkts bytes target prot opt in out source destination
root@server:# /etc/init.d/ispcp_network restart
* Stopping ispCP Network Traffic Logger ispcp_network
* ispcp_network is already stopped
* Starting ispCP Network Traffic Logger ispcp_network [ OK ]
root@server:# update-rc.d ispcp_network defaults
Adding system startup for /etc/init.d/ispcp_network ...
/etc/rc0.d/K20ispcp_network -> ../init.d/ispcp_network
/etc/rc1.d/K20ispcp_network -> ../init.d/ispcp_network
/etc/rc6.d/K20ispcp_network -> ../init.d/ispcp_network
/etc/rc2.d/S20ispcp_network -> ../init.d/ispcp_network
/etc/rc3.d/S20ispcp_network -> ../init.d/ispcp_network
/etc/rc4.d/S20ispcp_network -> ../init.d/ispcp_network
/etc/rc5.d/S20ispcp_network -> ../init.d/ispcp_network
So einfach kann es sein. Der Daemon war nicht bootfest .-/
Jan
(This post was last modified: 08-31-2009 05:43 AM by mr.x.)
|
|
08-31-2009 05:37 AM |
|