ispCP - Board - Support
How often is... - 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: How often is... (/thread-3430.html)

Pages: 1 2


How often is... - TXC - 06-02-2008 10:55 PM

How often is "ispcp-rqst-mngr" running?

It seems that things happens faster when i add accounts and then manually runs this command.

Is it a cronjob? I waited over a hour when i added a ftp-account and it still wasn't added.


RE: How often is... - Kika - 06-02-2008 11:05 PM

try to run the "/etc/init.d/ispcp-daemon start" command Wink


RE: How often is... - TXC - 06-03-2008 12:35 AM

Kika Wrote:try to run the "/etc/init.d/ispcp-daemon start" command Wink

Have already done that. Nothing happens


RE: How often is... - gOOvER - 06-03-2008 12:45 AM

it isn't a Cron. What stands in your logs? Which Distro?


RE: How often is... - TXC - 06-03-2008 12:51 AM

Code:
frodo:/# /etc/init.d/ispcp_daemon start
Starting ispCP GUI-Backend communication Daemon: ispcp_daemon.
frodo:/# /etc/init.d/ispcp_daemon status
Checking status of ispCP GUI-Backend communication Daemon: failed!
ispcp_daemon not running
frodo:/#

There is no logs in /var/log/ispcp/ that contains anything about ispcp_daemon.


RE: How often is... - gOOvER - 06-03-2008 01:47 AM

http://www.isp-control.net/documentation/frequently_asked_questions/where_can_i_find_relevant_logs_to_solve_a_problem


RE: How often is... - sci2tech - 06-03-2008 03:49 AM

To get detailed logs here you have to activate debugging in /etc/ispcp/ispcp.conf means change DEBUG = 0 in DEBUG = 1. To see if deamon is running try
Quote:ps -A | grep ispcp_daemon
[/quote]


RE: How often is... - TXC - 06-04-2008 12:55 AM

How can i show any logs of something that is not logging of ispcp_deamon ?

In init.d/ispcp_daemon it should log to "/var/log/ispcp/ispcp_deamon" ? But there is no such file?

And no file is affected (by check the date on the files) when i try to start the daemon.


Code:
# ls -l /var/log/ispcp/
-rw-r--r-- 1 root  root     64 2008-06-02 09:30 ftp_traff.log.prev
drwxr-xr-x 2 vmail mail   4096 2008-06-01 13:18 ispcp-arpl-msgr
-rw-r--r-- 1 root  root      0 2008-06-03 00:00 ispcp-backup-all-mngr.log
-rw-r--r-- 1 root  root    223 2008-06-03 00:00 ispcp-backup-ispcp-mngr.log
-rw-r--r-- 1 root  root      0 2008-06-03 00:00 ispcp-dsk-quota.log
-rw-r--r-- 1 root  root      0 2008-06-03 00:00 ispcp-httpd-logs-mngr.log
-rw-r--r-- 1 root  root   1079 2008-06-03 17:00 ispcp-iptables-input.log
-rw-r--r-- 1 root  root   1080 2008-06-03 17:00 ispcp-iptables-output.log
-rw-r--r-- 1 root  root      0 2008-06-01 13:23 ispcp_network.log
-rw-r--r-- 1 root  root    864 2008-06-03 14:51 ispcp-serv-mngr.el
-rw-r--r-- 1 root  root   2011 2008-06-03 17:00 ispcp-srv-traff.log
-rw-r--r-- 1 root  root   1480 2008-06-03 16:45 ispcp-vrl-traff-correction.log
-rw-r--r-- 1 root  root  12592 2008-06-03 17:00 ispcp-vrl-traff.log
-rw-r----- 1 root  root 106355 2008-06-03 17:00 mail.log.prev



RE: How often is... - TXC - 06-05-2008 12:52 AM

Much help i get here!?!

I don't get any logs, and if i run /var/www/ispcp/daemon/ispcp_daemon i don't get any output or something.


RE: How often is... - gOOvER - 06-05-2008 01:02 AM

Ähm, which Distro do you use? this is the second time i ask you this!