Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • @RuiFRibeiro Updated to make it clearer that the examples are from a systemd implementation. Commented Aug 23, 2018 at 10:58
  • what happens when you run logger "test"? Please add to the question. Commented Aug 23, 2018 at 10:59
  • 1
    Please, add to your question the output of sudo fuser /dev/log and ls -lL /dev/log Commented Aug 23, 2018 at 11:51
  • @andcoz Bravo, the fuser was a permission issue. Would of have totally missed that due to the silence. Commented Aug 23, 2018 at 12:02
  • Related: How can I communicate with a Unix domain socket via the shell. You need to use something that uses connect rather than open. Commented Aug 23, 2018 at 19:22