Timeline for Examining /dev/log
Current License: CC BY-SA 4.0
19 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 11, 2020 at 16:53 | vote | accept | TheMeaningfulEngineer | ||
| Sep 5, 2020 at 20:57 | answer | added | lukemassa | timeline score: 16 | |
| May 21, 2020 at 14:20 | history | edited | Patryk | CC BY-SA 4.0 | added 1 character in body |
| Aug 27, 2018 at 13:18 | answer | added | andcoz | timeline score: 17 | |
| Aug 24, 2018 at 10:32 | comment | added | TheMeaningfulEngineer | @MarkPlotnick Just notification for above :) | |
| Aug 24, 2018 at 10:31 | comment | added | TheMeaningfulEngineer | Feels like there is an answer in a combination of @andcoz and MarkPlotnick comments. Whoever makes that an answer will accept it. | |
| Aug 24, 2018 at 8:18 | comment | added | andcoz | Related: What is a socket? in which it is explained why a socket differs from a pipe. | |
| Aug 24, 2018 at 8:13 | comment | added | andcoz | Note the first character in ls output. It is a s (socket) not a p (pipe). You cannot use open based commands on it. | |
| Aug 24, 2018 at 8:11 | comment | added | andcoz | @MarkPlotnick If you convert your comment in an answer, I'll up-vote it. | |
| Aug 23, 2018 at 19:22 | comment | added | Mark Plotnick | Related: How can I communicate with a Unix domain socket via the shell. You need to use something that uses connect rather than open. | |
| Aug 23, 2018 at 12:02 | comment | added | TheMeaningfulEngineer | @andcoz Bravo, the fuser was a permission issue. Would of have totally missed that due to the silence. | |
| Aug 23, 2018 at 12:01 | history | edited | TheMeaningfulEngineer | CC BY-SA 4.0 | added 192 characters in body |
| Aug 23, 2018 at 11:51 | comment | added | andcoz | Please, add to your question the output of sudo fuser /dev/log and ls -lL /dev/log | |
| Aug 23, 2018 at 11:08 | history | edited | TheMeaningfulEngineer | CC BY-SA 4.0 | added 205 characters in body |
| Aug 23, 2018 at 10:59 | comment | added | Rui F Ribeiro | what happens when you run logger "test"? Please add to the question. | |
| Aug 23, 2018 at 10:58 | comment | added | TheMeaningfulEngineer | @RuiFRibeiro Updated to make it clearer that the examples are from a systemd implementation. | |
| Aug 23, 2018 at 10:57 | history | edited | TheMeaningfulEngineer | CC BY-SA 4.0 | added 16 characters in body |
| Aug 23, 2018 at 10:46 | answer | added | Gerard H. Pille | timeline score: -2 | |
| Aug 23, 2018 at 10:42 | history | asked | TheMeaningfulEngineer | CC BY-SA 4.0 |