Created
April 6, 2012 20:25
-
-
Save eklitzke/2322682 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1333743808.054205 --- SIGTERM (Terminated) @ 0 (0) --- | |
| 1333743808.054361 rt_sigreturn(0xf) = -1 EINTR (Interrupted system call) | |
| 1333743808.054589 socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 7 | |
| 1333743808.054789 connect(7, {sa_family=AF_FILE, path="/dev/log"}, 110) = 0 | |
| 1333743808.054988 sendto(7, "<38>Apr 6 13:23:28 sshd[2330]: "..., 64, MSG_NOSIGNAL, NULL, 0) = 64 | |
| 1333743808.055198 close(7) = 0 | |
| 1333743808.055429 close(3) = 0 | |
| 1333743808.055670 close(4) = 0 | |
| 1333743808.055894 close(5) = 0 | |
| 1333743808.056061 close(6) = 0 | |
| 1333743808.056132 unlink("/var/run/sshd.pid") = 0 | |
| 1333743808.056417 exit_group(0) = ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment