this post was submitted on 12 Aug 2024
552 points (96.8% liked)
Comic Strips
12390 readers
3922 users here now
Comic Strips is a community for those who love comic stories.
The rules are simple:
- The post can be a single image, an image gallery, or a link to a specific comic hosted on another site (the author's website, for instance).
- The comic must be a complete story.
- If it is an external link, it must be to a specific story, not to the root of the site.
- You may post comics from others or your own.
- If you are posting a comic of your own, a maximum of one per week is allowed (I know, your comics are great, but this rule helps avoid spam).
- The comic can be in any language, but if it's not in English, OP must include an English translation in the post's 'body' field (note: you don't need to select a specific language when posting a comic).
- Politeness.
- Adult content is not allowed. This community aims to be fun for people of all ages.
Web of links
founded 1 year ago
MODERATORS
Hint
I have no clue. Root nuked the logs? Why? OOM killer does not do that.
Well, there is only one who could have erased all traces of the SIGKILL...
And only the SIGKILLER would have had reason to do so...
Ahh ok, so it is the obvious one.
No, actually it is the boring solution. I has been a user.
Here is the follow-up comic:
https://turnoff.us/geek/who-killed-mysql-epilogue/
That seems so obvious I think we're missing something
Whatever, we have a suspect.
Bring in GDB to do the interrogation! And perhaps also call Nice, he can play the good cop...
Forgive me my ignorance, but since Apache is running as root, couldn't PHP inherit it's permissions?
The 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.
Or PHP runs in its own fastcgi like process under a different account.