Current time: 11-26-2024, 05:46 AM Hello There, Guest! (LoginRegister)


Post Reply 
ispCP don't "work"
Author Message
kserxes Offline


Posts: 3
Joined: May 2009
Reputation: 0
Post: #22
RE: ispCP don't "work"
Hmmm, I did an strace on the ispcp_daemon process while executing the ispcp_debugger and the telnet connection. Maybe you can get something out of that:

ispcp_debugger: Execute requests
Code:
accept(0, {sa_family=AF_INET, sin_port=htons(8277), sin_addr=inet_addr("127.0.0.1")}, [16]) = 2
setsockopt(2, SOL_SOCKET, SO_RCVTIMEO, "\36\0\0\0\0\0\0\0", 8) = 0
setsockopt(2, SOL_SOCKET, SO_SNDTIMEO, "\36\0\0\0\0\0\0\0", 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e126f8) = 4076
close(2)                                = 0
accept(0, 0xbfd0f974, [16])             = ? ERESTARTSYS (To be restarted)
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 4076
waitpid(-1, 0xbfd0f638, WNOHANG)        = -1 ECHILD (No child processes)
rt_sigaction(SIGCHLD, {0x80491f0, [], SA_INTERRUPT|SA_NOMASK|SA_ONESHOT}, {SIG_DFL}, 8) = 0
sigreturn()                             = ? (mask now [])
time(NULL)                              = 1241778861
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
send(1, "<29>May  8 12:34:21 ispcp_daemon"..., 71, MSG_NOSIGNAL) = 71


telnet connect:
Code:
accept(0, {sa_family=AF_INET, sin_port=htons(8278), sin_addr=inet_addr("127.0.0.1")}, [16]) = 2
setsockopt(2, SOL_SOCKET, SO_RCVTIMEO, "\36\0\0\0\0\0\0\0", 8) = 0
setsockopt(2, SOL_SOCKET, SO_SNDTIMEO, "\36\0\0\0\0\0\0\0", 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e126f8) = 4139
close(2)                                = 0

telnet HELO & execute query:
Nothing happens... is this handled by another process?

telnet BYE:
Code:
accept(0, 0xbfd0f974, [16])             = ? ERESTARTSYS (To be restarted)
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 4146
waitpid(-1, 0xbfd0f638, WNOHANG)        = -1 ECHILD (No child processes)
rt_sigaction(SIGCHLD, {0x80491f0, [], SA_INTERRUPT|SA_NOMASK|SA_ONESHOT}, {SIG_DFL}, 8) = 0
sigreturn()                             = ? (mask now [])
time(NULL)                              = 1241779021
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
send(1, "<29>May  8 12:37:01 ispcp_daemon"..., 71, MSG_NOSIGNAL) = 71

If there is some other information I can provide you with to find the cause I'll be happy to supply it.

Cheers,
Juergen
05-08-2009 08:44 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
ispCP don't "work" - santerref - 03-21-2009, 10:24 PM
RE: ispCP don't "work" - gOOvER - 03-22-2009, 06:49 PM
RE: ispCP don't "work" - ceco91 - 03-23-2009, 04:54 AM
RE: ispCP don't "work" - santerref - 03-23-2009, 05:34 AM
RE: ispCP don't "work" - santerref - 03-24-2009, 11:53 PM
RE: ispCP don't "work" - BeNe - 03-25-2009, 12:06 AM
RE: ispCP don't "work" - joximu - 03-25-2009, 12:20 AM
RE: ispCP don't "work" - santerref - 03-25-2009, 02:26 AM
RE: ispCP don't "work" - joximu - 03-25-2009, 02:49 AM
RE: ispCP don't "work" - santerref - 03-25-2009, 03:07 AM
RE: ispCP don't "work" - joximu - 03-25-2009, 09:05 AM
RE: ispCP don't "work" - santerref - 03-25-2009, 11:14 PM
RE: ispCP don't "work" - ephigenie - 03-25-2009, 11:33 PM
RE: ispCP don't "work" - santerref - 03-25-2009, 11:39 PM
RE: ispCP don't "work" - joximu - 03-25-2009, 11:58 PM
RE: ispCP don't "work" - santerref - 03-26-2009, 12:03 AM
RE: ispCP don't "work" - joximu - 03-26-2009, 08:41 AM
RE: ispCP don't "work" - santerref - 03-26-2009, 11:15 PM
RE: ispCP don't "work" - joximu - 03-27-2009, 12:42 AM
RE: ispCP don't "work" - kserxes - 05-08-2009, 07:41 AM
RE: ispCP don't "work" - joximu - 05-08-2009, 08:15 AM
RE: ispCP don't "work" - kserxes - 05-08-2009 08:44 PM
RE: ispCP don't "work" - ephigenie - 05-08-2009, 08:53 PM
RE: ispCP don't "work" - kserxes - 05-08-2009, 09:08 PM

Forum Jump:


User(s) browsing this thread: 8 Guest(s)