![]() |
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 ![]() Code: # telnet localhost 9876 Ok, all work ![]() ![]() 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 ![]() ![]() RE: Problem after update 1.0.2 -> 1.0.5 - joximu - 04-29-2010 09:11 AM ok, closing... |