Here is some strace output. I have redacted part of the domain name. There was a few minutes between the restart_syscall line and the rest of it. I do not have an index.html in /var/www/mrtg ... what's in there is the index.php for a simple app that lists the index files created by indexmaker.

mcp:/var/log# strace -p 31417
Process 31417 attached - interrupt to quit
restart_syscall(<... resuming interrupted call ...>) = 0
time([1332282289])                      = 1332282289
time(NULL)                              = 1332282289
time(NULL)                              = 1332282289
stat("/var/www/mrtg/index.html", 0x1344130) = -1 ENOENT (No such file or directory) stat("/var/www/mrtg/index.htm", 0x1344130) = -1 ENOENT (No such file or directory)
time(NULL)                              = 1332282289
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2427, ...}) = 0
pipe([4, 5])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f5e10e719d0) = 10162
close(5)                                = 0
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff7af68db0) = -1 EINVAL (Invalid argument)
lseek(4, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
pipe([5, 6])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f5e10e719d0) = 10163
close(6)                                = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff7af68db0) = -1 EINVAL (Invalid argument)
lseek(5, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
fcntl(5, F_SETFD, FD_CLOEXEC)           = 0
select(8, [4 5], NULL, [4 5], NULL)     = 1 (in [5])
read(5, "0\n0\n1332282289\n454 days, 23:01:4"..., 4096) = 319
read(5, "", 4096)                       = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
close(5)                                = 0
rt_sigaction(SIGHUP, {SIG_IGN, [], SA_RESTORER, 0x7f5e10266ff0}, {0x7f5e109941a0, [], SA_RESTORER, 0x7f5e10266ff0}, 8) = 0 rt_sigaction(SIGINT, {SIG_IGN, [], SA_RESTORER, 0x7f5e10266ff0}, {0x7f5e109941a0, [], SA_RESTORER, 0x7f5e10266ff0}, 8) = 0 rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f5e10266ff0}, {SIG_DFL, [], SA_RESTORER, 0x7f5e10266ff0}, 8) = 0
wait4(10163, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 10163
rt_sigaction(SIGHUP, {0x7f5e109941a0, [], SA_RESTORER, 0x7f5e10266ff0}, NULL, 8) = 0 rt_sigaction(SIGINT, {0x7f5e109941a0, [], SA_RESTORER, 0x7f5e10266ff0}, NULL, 8) = 0 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f5e10266ff0}, NULL, 8) = 0
select(8, [4], NULL, [4], NULL)         = 1 (in [4])
read(4, "0\n0\n1332282289\n20 days, 0:09:17\n"..., 4096) = 456
read(4, "", 4096)                       = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
close(4)                                = 0
rt_sigaction(SIGHUP, {SIG_IGN, [], SA_RESTORER, 0x7f5e10266ff0}, {0x7f5e109941a0, [], SA_RESTORER, 0x7f5e10266ff0}, 8) = 0 rt_sigaction(SIGINT, {SIG_IGN, [], SA_RESTORER, 0x7f5e10266ff0}, {0x7f5e109941a0, [], SA_RESTORER, 0x7f5e10266ff0}, 8) = 0 rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f5e10266ff0}, {SIG_DFL, [], SA_RESTORER, 0x7f5e10266ff0}, 8) = 0
wait4(10162, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 10162
rt_sigaction(SIGHUP, {0x7f5e109941a0, [], SA_RESTORER, 0x7f5e10266ff0}, NULL, 8) = 0 rt_sigaction(SIGINT, {0x7f5e109941a0, [], SA_RESTORER, 0x7f5e10266ff0}, NULL, 8) = 0 rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f5e10266ff0}, NULL, 8) = 0
time(NULL)                              = 1332282289
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2427, ...}) = 0
time(NULL)                              = 1332282289
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2427, ...}) = 0
stat("/usr/bin/rateup", {st_mode=S_IFREG|0755, st_size=48176, ...}) = 0
getgroups(0, NULL)                      = 1
getgroups(1, [0])                       = 1
time(NULL)                              = 1332282289
stat("/var/www/mrtg/slcigw1/slcigw1.REDACTED.com_se2_0-week.png", 0x1344130) = -1 ENOENT (No such file or directory) stat("/var/www/mrtg/slcigw1/slcigw1.REDACTED.com_se2_0-month.png", 0x1344130) = -1 ENOENT (No such file or directory) stat("/var/www/mrtg/slcigw1/slcigw1.REDACTED.com_se2_0-year.png", 0x1344130) = -1 ENOENT (No such file or directory)
pipe([4, 5])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f5e10e719d0) = 10164
close(5)                                = 0
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff7af68db0) = -1 EINVAL (Invalid argument)
lseek(4, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
open("/var/www/mrtg/slcigw1/slcigw1.REDACTED.com_se2_0.html", O_RDONLY) = -1 ENOENT (No such file or directory)
read(4, ^C <unfinished ...>
Process 31417 detached




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to