Re: lockfile permission denied

2014-10-28 Thread Cynthia Gu
Bill, Can you check if there is any port opened by traffic_server with lsof? Cynthia On 10/28/14, 7:16 PM, "Bill Zeng" wrote: >Thank you two for the replies! traffic_server.stdout is created by >traffic_cop/traffic_manager/traffic_server when it still had root >privilege. So the owner is sti

Re: lockfile permission denied

2014-10-28 Thread Bill Zeng
Thank you two for the replies! traffic_server.stdout is created by traffic_cop/traffic_manager/traffic_server when it still had root privilege. So the owner is still root. The question lies why traffic_manager and traffic_server are not started even if trafficserver is sudo'ed. On Tue, Oct 28, 20

Re: lockfile permission denied

2014-10-28 Thread Alan M. Carroll
Checking my various installs, all of this seems normal. The question I would have for Bill is how traffic_server.stdout became owned by root - chown is a privileged operation so if the script wasn't running as root, how did that get done? The trafficserver script should always be run as root. F

Re: lockfile permission denied

2014-10-28 Thread Cynthia Gu
That¹s weird. I can see traffic_cop running on root, traffic_manager and traffic_server running on non root by doing sudo ./trafficserver start. I use traffic_server 5.2.0. Any changes since? On 10/28/14, 6:10 PM, "Bill Zeng" wrote: >Hi all, > >I have a question about the privileges of the proce

lockfile permission denied

2014-10-28 Thread Bill Zeng
Hi all, I have a question about the privileges of the processes traffic_cop, traffic_manager, and traffic_server. I started ATS with: $ ./trafficserver start It reported permission denied error: $ ./trafficserver start ./trafficserver: line 186: /path-to-ats/var/log/trafficserver/traffic_server.

[GitHub] trafficserver pull request: TS-3149 Move Via decode out of traffic...

2014-10-28 Thread meeramn
Github user meeramn commented on the pull request: https://github.com/apache/trafficserver/pull/133#issuecomment-60802999 jpeach, please review and merge the change set. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] trafficserver pull request: Added (Estimated) Round Trip Time acce...

2014-10-28 Thread acaciocenteno
Github user acaciocenteno commented on the pull request: https://github.com/apache/trafficserver/pull/123#issuecomment-60802742 @jpeach I agree that the plugin would be better, actually I took the code from it, but I had to add the field so we could log it on access.log. Maybe the bes