08-02-04 10:59 PM
Some more infos ( I cannot judge if useful or not ). By giving:
strace chroot /chroot/httpd /usr/local/apache2/bin/httpd
the last rows I get are:lstat64("/usr/local/apache2/conf/httpd.conf",
{st_mode=S_IFREG|0644, st_size=2772, ...}) = 0
open("/usr/local/apache2/conf/httpd.conf", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2772, ...}) = 0
read(4, "# =============================="..., 4096) = 2772
stat64("/usr/local/apache2", {st_mode=S_IFDIR|0755, st_size=144, ...})
= 0
read(4, "", 4096) = 0
close(4) = 0
chdir("/") = 0
fork() = 22854
--- SIGCHLD (Child exited) @ 0 (0) ---
exit_group(0) = ?
and with :
ltrace chroot /chroot/httpd /usr/local/apache2/bin/httpd
the last rows are:
apr_proc_detach(1, 0x80ebe88, 0xbffffc78, 0x806380d, 0x80a7790
<unfinished ...>
--- SIGCHLD (Child exited) ---
+++ exited (status 0) +++
Does this means anything ?
--
--- _ o | Sembra di sentirlo ancora dire al |
/ immi --- _/\_> | mercante di liquori: tu che lo vendi cosa |
(_/ - O,> / O | ti compri di migliore? FdA |
[ Post a follow-up to this message ]
|