Current time: 05-04-2024, 04:58 AM Hello There, Guest! (LoginRegister)


Post Reply 
daemon not running properly?
Author Message
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #21
RE: daemon not running properly?
enter "ldd <path2ispcpdaemin>"

<ldd output here>

enter strace <path2ispcpdaemin>

<strace output here>
07-02-2008 07:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
chrisi99 Offline
Junior Member
*

Posts: 28
Joined: Jun 2008
Reputation: 0
Post: #22
RE: daemon not running properly?
Code:
ldd /var/www/ispcp/daemon/ispcp_daemon
        linux-gate.so.1 =>  (0xb7fae000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e54000)
        /lib/ld-linux.so.2 (0xb7faf000)

Code:
strace /var/www/ispcp/daemon/ispcp_daemon
execve("/var/www/ispcp/daemon/ispcp_daemon", ["/var/www/ispcp/daemon/ispcp_daem"...], [/* 20 vars */]) = 0
brk(0)                                  = 0x804c000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f72000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=36086, ...}) = 0
mmap2(NULL, 36086, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f69000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260e\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1364388, ...}) = 0
mmap2(NULL, 1369712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e1a000
mmap2(0xb7f63000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x149) = 0xb7f63000
mmap2(0xb7f66000, 9840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f66000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e19000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e196b0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0xb7f63000, 4096, PROT_READ)   = 0
munmap(0xb7f69000, 36086)               = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e196f8) = 3506
--- SIGCHLD (Child exited) @ 0 (0) ---
exit_group(0)                           = ?
Process 3505 detached

hth!

Smile

best wishes
Chris
07-02-2008 04:19 PM
Find all posts by this user Quote this message in a reply
chrisi99 Offline
Junior Member
*

Posts: 28
Joined: Jun 2008
Reputation: 0
Post: #23
RE: daemon not running properly?
Excuse my "pushing", but has anybody found out anything useful? Smile

best wishes
Chris
07-04-2008 07:17 PM
Find all posts by this user Quote this message in a reply
chrisi99 Offline
Junior Member
*

Posts: 28
Joined: Jun 2008
Reputation: 0
Post: #24
RE: daemon not running properly?
unfortunately I could not help myself with any of my problems Sad


Help would be greately appreciated! Smile
07-08-2008 06:05 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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