GitHub user calavera opened a pull request: https://github.com/apache/trafficserver/pull/595
Allow group and others to read from the log pipe. ASCII_PIPE logs are created with 0600 privileges. The owner of this pipe is `nobody` and the group is `nogroup`. This is very limiting and it makes impossible to use the pipe to read logs. Signed-off-by: David Calavera <david.calav...@gmail.com> You can merge this pull request into a Git repository by running: $ git pull https://github.com/calavera/trafficserver fix_ascii_pipe_mode Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/595.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #595 ---- commit a84cefbe3f0129d461e43db3f7a3008a9066cae7 Author: David Calavera <david.calav...@gmail.com> Date: 2016-04-21T22:24:36Z Allow group and others to read from the log pipe. ASCII_PIPE logs are created with 0600 privileges. The owner of this pipe is `nobody` and the group is `nogroup`. This is very limiting and it makes impossible to use the pipe to read logs. Signed-off-by: David Calavera <david.calav...@gmail.com> ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---