ispCP - Board - Support
Daemon trouble - 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: Daemon trouble (/thread-7775.html)

Pages: 1 2


Daemon trouble - theprincy - 09-06-2009 05:09 AM

another bug?
I created a domain on the panel and after an hour has yet to be created. its status is in progress Addition


RE: Ispcp v1.0.3 testers needed - sci2tech - 09-06-2009 05:15 AM

No. Probably you did not stopped daemon before update. Please kill any running instance of daemon (find them with
Code:
ps aux | grep ispcp_daemon
Kill them with sigkill). Start daemon then in System tools -> ispcp debuger click on x Execute requests. This will trigger request processing. Also a server reboot will restart daemon then proceed to debug part Wink


RE: Ispcp v1.0.3 testers needed - theprincy - 09-06-2009 05:18 AM

(09-06-2009 05:15 AM)sci2tech Wrote:  No. Probably you did not stopped daemon before update. Please kill any running instance of daemon (find them with
Code:
ps aux | grep ispcp_daemon
Kill them with sigkill).

root 29829 0.0 0.0 3496 736 pts/0 S+ 21:17 0:00 grep ispcp_daemon

root@london:~# kill -9 29831
-bash: kill: (29831) - No such process
root@london:~# kill -9 3496
-bash: kill: (3496) - No such process
root@london:~# kill -9 720
-bash: kill: (720) - No such process
root@london:~# kill -9 ispcp_daemon
-bash: kill: ispcp_daemon: arguments must be process or job IDs

we see that after update does not start the daemon ... strange, use this script in the FAQ, does everything automatically

Quote: Start daemon then in System tools -> ispcp debuger click on x Execute requests. This will trigger request processing.

Daemon returned 0 as status code


reboot the server We shall see


RE: Ispcp v1.0.3 testers needed - sci2tech - 09-06-2009 05:21 AM

Something was wrong. Nevermind, kill daemon with
Code:
kill -s sigkill 29829



RE: Ispcp v1.0.3 testers needed - theprincy - 09-06-2009 05:25 AM

i have reboot the server , but nothing change

# /etc/init.d/ispcp_daemon status
Checking status of ispCP GUI-Backend communication Daemon:2065
.
ispcp_daemon running.


ps aux | grep ispcp_daemon
root 2065 0.0 0.0 1628 420 ? S 21:25 0:00 /var/www/ispcp/daemon/ispcp_daemon -p /var/run/ispcp_daemon.pid
root 2180 0.0 0.0 3496 724 pts/0 R+ 21:26 0:00 grep ispcp_daemon



Domain Status Addition in progress


RE: Ispcp v1.0.3 testers needed - sci2tech - 09-06-2009 05:28 AM

Daemon does not change anything. He only receive some strings from gui, and if is a correct one, trigger engine. So please trigger them via ispcp debugger in System tools


RE: Ispcp v1.0.3 testers needed - theprincy - 09-06-2009 05:30 AM

(09-06-2009 05:28 AM)sci2tech Wrote:  Daemon does not change anything. He only receive some strings from gui, and if is a correct one, trigger engine. So please trigger them via ispcp debugger in System tools

now everything is ok, among other things I had come also a blow when I clicked on ]ispcp debugger was out

Error 404!
/ admin / ispcp_debugger.php
File Not Found!

reason: he had been tried domain.

thanks for help


RE: Ispcp v1.0.3 testers needed - sci2tech - 09-06-2009 05:33 AM

Again I do not understand.
Is everything ok, or you did find another problem (reason: he had been tried domain part)?


RE: Ispcp v1.0.3 testers needed - theprincy - 09-06-2009 05:38 AM

(09-06-2009 05:33 AM)sci2tech Wrote:  Again I do not understand.
Is everything ok, or you did find another problem (reason: he had been tried domain part)?


everything is ok.

address was in the browser http://domin.ext and not http://123.456.789.000 where it is set to show ispcp, of course, once create the domain then gave a 404 error and I was scared, when I realized that I was on the domain smileSmile

ps

But still the problem of allocation of the day as the deadline for amending domain


RE: Ispcp v1.0.3 testers needed - sci2tech - 09-06-2009 05:47 AM

I split this because is not related to v1.0.3. Also it will be more easy for other to find it if reach same problem.