ispCP - Board - Support
Problem after update 1.0.2 -> 1.0.5 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: Problem after update 1.0.2 -> 1.0.5 (/thread-10540.html)

Pages: 1 2


RE: Problem after update 1.0.2 -> 1.0.5 - joximu - 04-28-2010 10:52 PM

Just to sum up:
if you run the request manager manually then everything is ok.

So the problem is that the daemon does not kick the reuest manager - correct?

maybe stopp the ispcp_daemon, kill all processes of ispcp_daemons then start it again.

you can try doing a telnet to port 9876, then "helo 1", the "execute query", then "bye" - the answer should never be "999" (better something with 2)

If this does not start the request manager, then there's a problem with the paths or maybe permissions???

/J


RE: Problem after update 1.0.2 -> 1.0.5 - Elber - 04-28-2010 11:02 PM

(04-28-2010 10:52 PM)joximu Wrote:  So the problem is that the daemon does not kick the reuest manager - correct?
Yes Smile

Code:
# telnet localhost 9876
Trying 127.0.0.1...
Connected to ns356736.ovh.net.local.
Escape character is '^]'.
250 OK ispCP Daemon v1.1 Welcomes You!
helo 1
250 OK 127.0.0.1/1
execute query
250 OK request is being processed.
bye
250 OK Good Bye!
Connection closed by foreign host.

Ok, all work Smile Many Thanks Smile


RE: Problem after update 1.0.2 -> 1.0.5 - joximu - 04-28-2010 11:26 PM

so everything is ok? also if eing called by the ispcp gui?

then I think it was an old ispcp_daemon process....

/J


RE: Problem after update 1.0.2 -> 1.0.5 - Elber - 04-28-2010 11:59 PM

YES Big Grin Everything is ok Big Grin


RE: Problem after update 1.0.2 -> 1.0.5 - joximu - 04-29-2010 09:11 AM

ok, closing...