You're viewing a single thread.
/var/log has been deleted, you say...
I think we all know what this means, don't we?
22 0 ReplyHint
ls -ld /var/log drwxrwxr-x 18 root syslog 4096 Aug 11 08:13 /var/log
14 0 ReplyI have no clue. Root nuked the logs? Why? OOM killer does not do that.
8 0 ReplyWell, there is only one who could have erased all traces of the SIGKILL...
And only the SIGKILLER would have had reason to do so...
13 0 ReplyAhh ok, so it is the obvious one.
2 0 ReplyNo, actually it is the boring solution. I has been a user.
Here is the follow-up comic:
1 0 Reply
That seems so obvious I think we're missing something
7 0 ReplyWhatever, we have a suspect.
Bring in GDB to do the interrogation! And perhaps also call Nice, he can play the good cop...
9 0 ReplyForgive me my ignorance, but since Apache is running as root, couldn't PHP inherit it's permissions?
6 0 ReplyThe Apache main process runs as root. When it receives a request, it spawns a child process that doesn't run as root. PHP runs as the same user as the Apache child process.
5 0 ReplyOr PHP runs in its own fastcgi like process under a different account.
4 0 Reply